Fork me on GitHub

nmo

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.

Print sections or values inside sections from the configuration file. JSON output is also supported by passing the --json flag.