1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-17 20:45:09 +00:00
serenity/Base/usr/share/man/man1/config.md
2022-10-01 13:39:10 +03:30

26 lines
385 B
Markdown

## Name
config
## Synopsis
```sh
$ config [--remove] <domain> <group> [key] [value]
```
## Description
Show or modify values in the configuration files through ConfigServer.
## Options:
* `-r`, `--remove`: Remove group or key
## Arguments:
* `domain`: Config domain
* `group`: Group name
* `key`: Key name
* `value`: Value to write
<!-- Auto-generated through ArgsParser -->