blob: 9af33a04046ed73bfbd1e0cc5fea4967c30fca02 [file] [log] [blame] [view]
nmo-config(1) -- manage nmo's configuration
===========================================
## SYNOPSIS
nmo config get [<section>], [<key>] [--json]
nmo config set <section>, <key>, <value>
## DESCRIPTION
- set:
Set a value in nmo's configuration. You must provide a section
(e.g. `config`), a key and a value.
Example:
nmo config set nmo json true
This will enable json output permanently.
- get:
Print sections or values inside sections from the configuration file.
JSON output is also supported by passing the `--json` flag.