40 lines
1.5 KiB
Plaintext
40 lines
1.5 KiB
Plaintext
Description:
|
|
The Mesosphere Datacenter Operating System (DCOS) spans all of the machines in
|
|
your datacenter or cloud and treats them as a single, shared set of resources.
|
|
|
|
Usage:
|
|
dcos [options] [<command>] [<args>...]
|
|
|
|
Options:
|
|
--debug
|
|
Enable debug mode.
|
|
--help
|
|
Print usage.
|
|
--log-level=<log-level>
|
|
Set the logging level. This setting does not affect the output sent to
|
|
stdout. The severity levels are:
|
|
The severity level:
|
|
* debug Prints all messages.
|
|
* info Prints informational, warning, error, and critical messages.
|
|
* warning Prints warning, error, and critical messages.
|
|
* error Prints error and critical messages.
|
|
* critical Prints only critical messages to stderr.
|
|
--version
|
|
Print version information
|
|
|
|
Environment Variables:
|
|
DCOS_CONFIG
|
|
Set the path to the DCOS configuration file. By default, this variable
|
|
is set to ~/.dcos/dcos.toml.
|
|
DCOS_DEBUG
|
|
Indicates whether to print additional debug messages to stdout. By
|
|
default this is set to false.
|
|
DCOS_LOG_LEVEL
|
|
Prints log messages to stderr at or above the level indicated. This is
|
|
equivalent to the --log-level command-line option.
|
|
DCOS_SSL_VERIFY
|
|
Indicates whether to verify SSL certificates for HTTPS (true) or set the
|
|
path to the SSL certificates (false). By default, this is variable is
|
|
set to true. This is equivalent to setting the `core.ssl_config` option
|
|
in the DCOS configuration file.
|