Skip to content

Instantly share code, notes, and snippets.

@klueska
Created May 1, 2018 08:11
Show Gist options
  • Save klueska/18d5053643f97bf77ab7b518b3c3b2e8 to your computer and use it in GitHub Desktop.
Save klueska/18d5053643f97bf77ab7b518b3c3b2e8 to your computer and use it in GitHub Desktop.
$ mesos --help
Mesos CLI
Usage:
mesos (-h | --help)
mesos --version
mesos <command> [<args>...]
Options:
-h --help Show this screen.
--version Show version info.
Commands:
agent Interacts with the Mesos agents
config Interacts with the Mesos CLI configuration file
task Interacts with the tasks running in a Mesos cluster
See 'mesos help <command>' for more information on a specific command.
$ mesos task --help
Interacts with the tasks running in a Mesos cluster
Usage:
mesos task (-h | --help)
mesos task --version
mesos task <command> (-h | --help)
mesos task <command> [<args>...] [options]
Options:
-h --help Show this screen.
--version Show version info.
Commands:
list List all active tasks in a Mesos cluster
$ mesos task list --help
List all active tasks in a Mesos cluster
Usage:
mesos task list (-h | --help)
mesos task list --version
mesos task list [options]
Options:
-h --help Show this screen.
Description:
List all active tasks in a Mesos cluster
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment