# und 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 confix
tool standalone, otherwise it must be the name of the config file without the .toml extension.
und 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
- und config - Utilities for managing application configuration