Files
deb-python-dcos/cli/dcoscli/data/help/config.txt
Harpreet Singh Gulati 3756706acf DC slash OS (#637)
2016-06-07 11:16:04 -07:00

44 lines
1.1 KiB
Plaintext

Description:
Manage the DC/OS configuration file.
Usage:
dcos config --help
dcos config --info
dcos config set <name> <value>
dcos config show [<name>]
dcos config unset <name>
dcos config validate
Commands:
set
Add or set a DC/OS configuration property.
show
Print the DC/OS configuration file contents.
unset
Remove a property from the configuration file.
validate
Validate changes to the configuration file.
Options:
-h, --help
Print usage.
--info
Print a short description of this subcommand.
--version
Print version information.
Positional Arguments:
<name>
The name of the property.
<value>
The value of the property.
Environment Variables:
Configuration properties all have corresponding environment variables. If a
property is in the "core" section (ex. "core.foo"), it corresponds to
environment variable DCOS_FOO. All other properties (ex "foo.bar")
correspond to enviroment variable DCOS_FOO_BAR.
Environment variables take precendence over corresponding configuration
property.