Description
Print the DC/OS configuration file contents.
Usage
dcos config show <name> [OPTION]
Options
None.
Positional arguments
Name, shorthand | Default | Description |
---|---|---|
<name> |
The name of the property. |
Parent command
Command | Description |
---|---|
dcos config | Manage DC/OS configuration. |
Examples
View a specific config value
In this example, the DC/OS URL is shown.
dcos config show core.dcos_url
Here is the output:
https://your-cluster-9vqnkrq5pt2n-2781474.cloue-1.elb.amazonaws.com
View all config values
In this example, all config values are shown.
dcos config show
Here is the output:
core.dcos_url https://your-cluster-9vqnkrq5pt2n-2781474.cloue-1.elb.amazonaws.com
core.ssl_verify false