Files
deb-python-dcos/cli/dcoscli/data/help/config.txt
2016-03-29 18:22:49 -07:00

34 lines
738 B
Plaintext

Description:
Manage the DCOS configuration file.
Usage:
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 DCOS configuration property.
show
Print the DCOS 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.