Config Get
Get a config value by dot-notation path
Synopsis
Query a specific value from the config file using a dot-notation path.
xodbox config get <path> [flags]
Examples
xodbox config get defaults.server_name
xodbox config get handlers.0.listener
xodbox config get notifiers.0.notifier
Options
-h, --help help for get
Options inherited from parent commands
--config string Config file path (default "xodbox.yaml")
--debug Debug mode
--reset-db Reset database
SEE ALSO
- xodbox config - Manage the xodbox config file.