summaryrefslogtreecommitdiff
path: root/Base/usr/share/man/man1/config.md
blob: 7fe5f14a99a91ce601e96d21ead169f7fedebc00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
## Name

config

## Synopsis

```sh
$ config [--remove] <domain> <group> <key> [value]
```

## Description

Show or modify values in the configuration files through ConfigServer.

## Options:

* `--help`: Display help message and exit
* `--version`: Print version
* `--complete`: Perform autocompletion
* `-r`, `--remove`: Remove key

## Arguments:

* `domain`: Config domain
* `group`: Group name
* `key`: Key name
* `value`: Value to write

<!-- Auto-generated through ArgsParser -->