helper package to interact with mycroft config
A small helper tool is included to quickly show, get or set config values
Quick rundown (cli):
-
ovos-config get
-
Loose search (search a key or parts therof):
Given an entry of{'PHAL': { 'ovos-PHAL-plugin-system': { 'enabled': True }, 'ovos-PHAL-plugin-connectivity-events': { 'enabled': True }, ... }
ovos-config get -k phal
would yield all PHAL entries and present it to the user (and the path where they were found) -
Strict search (search keys in a distinct location):
ovos-config get -k /PHAL/ovos-PHAL-plugin-system/enabled
This will output only the value or exit out if no key is found (root slash indicating a strict search)
-
-
ovos-config set
-
ovos-config autoconfigure
-
ovos-config show
- Get a full table of either the joined, user (
-u
), system (-s
) or remote (-r
) configuration. This can be further refined by passing a--section
, which can be listed withovos-config show -l
- Get a full table of either the joined, user (