dcos help

Displaying DC/OS CLI help information

Description

The dcos help command provides help for any command in the application. If it is run with no command, the output defaults to dcos --help.

Type dcos help [path to command] for full details.

Usage

  1. dcos help [command] [flags]

Options

NameDescription
—help, hDisplay usage.

Examples

Display output of dcos help command without arguments

  1. dcos help
  2. Usage:
  3. dcos [command]
  4. Commands:
  5. auth
  6. Authenticate to DC/OS cluster
  7. backup
  8. Access DC/OS backup functionality
  9. cluster
  10. Manage your DC/OS clusters
  11. config
  12. Manage the DC/OS configuration file
  13. help
  14. Help about any command
  15. job
  16. Deploy and manage jobs in DC/OS
  17. license
  18. Manage your DC/OS licenses
  19. marathon
  20. Deploy and manage applications to DC/OS
  21. node
  22. View DC/OS node information
  23. package
  24. Install and manage DC/OS software packages
  25. plugin
  26. Manage CLI plugins
  27. security
  28. DC/OS security related commands
  29. service
  30. Manage DC/OS services
  31. task
  32. Manage DC/OS tasks
  33. Options:
  34. --version
  35. Print version information
  36. -v, -vv
  37. Output verbosity (verbose or very verbose)
  38. -h, --help
  39. Show usage help
  40. Use "dcos [command] --help" for more information about a command.

Display help for dcos config command

The dcos help config command is the same as dcos config --help.

  1. dcos help config
  2. Manage the DC/OS configuration file
  3. Usage:
  4. dcos config [command]
  5. Commands:
  6. set
  7. Add or set a property in the configuration file used for the current cluster
  8. show
  9. Print the configuration file related to the current cluster
  10. unset
  11. Remove a property from the configuration file used for the current cluster
  12. Options:
  13. -h, --help help for config
  14. Use "dcos config [command] --help" for more information about a command.