Description
The dcos config keys returns the list of configuration property keys that you can set in a DC/OS configuration file.
Usage
dcos config keys [options]
Options
| Name | Description |
|---|---|
--help, h |
Display usage. |
--quiet, q |
Only print configuration keys. |
Example
To retrieve the list of configuration property keys for a cluster, run the following command:
dcos config keys
Parent command
| Command | Description |
|---|---|
| dcos config | Manage DC/OS configuration |
DC/OS Documentation