Skip to main content
Version: Next

axoned_config_set

axoned config set

Set an application config value

Synopsis

Set an application config value. The [config] argument must be the path of the file when using the tool standalone, otherwise it must be the name of the config file without the .toml extension.

axoned config set [config] [key] [value] [flags]

Options

  -h, --help            help for set
-s, --skip-validate skip configuration validation (allows to mutate unknown configurations)
--stdout print the updated config to stdout
-v, --verbose log changes to stderr

SEE ALSO

  • axoned config - Utilities for managing application configuration