config: add core config properties in help (#913)

This commit is contained in:
Joel Hamill
2017-02-22 08:10:24 -08:00
committed by tamarrow
parent a6b757fb12
commit 56a71ed519

View File

@@ -12,7 +12,10 @@ Usage:
Commands:
set
Add or set a DC/OS configuration property.
Add or set a DC/OS configuration property. The available configuration properties
are: core.dcos_acs_token, core.dcos_url, core.mesos_master_url, core.pagination,
core.ssl_verify, and core.timeout.
show
Print the DC/OS configuration file contents.
unset
@@ -38,7 +41,7 @@ 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.
correspond to environment variable DCOS_FOO_BAR.
Environment variables take precendence over corresponding configuration
Environment variables take precedence over corresponding configuration
property.