config: add core config properties in help (#913)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user