DCOS_PATH_ENV = 'DCOS_PATH' """Name of the environment variable pointing to the DCOS path.""" DCOS_CONFIG_ENV = 'DCOS_CONFIG' """Name of the environment variable pointing to the DCOS config.""" DCOS_LOG_LEVEL_ENV = 'DCOS_LOG_LEVEL' """Name of the environment variable for the DCOS log level""" PATH_ENV = 'PATH' """Name of the environment variable pointing to the executable directories.""" version = '0.1.0' """DCOS CLI version""" DCOS_COMMAND_PREFIX = 'dcos-' """Prefix for all the DCOS CLI commands.""" VALID_LOG_LEVEL_VALUES = ['debug', 'info', 'warning', 'error', 'critical'] """List of all the supported log level values for the CLIs"""