tree: 449aaa88acd5b7f893e47c4270acb30b9c8af895 [path history] [tgz]
  1. bin/
  2. lib/
  3. .gitignore
  4. activate
  5. bootstrap
  6. deactivate
  7. mesos.bash_completion
  8. pip-requirements.txt
  9. pylint.config
  10. README.md
src/cli_new/README.md

Mesos CLI

Prerequisites

Make sure you have the following prerequisites installed on your system before you begin.

python 2.6 or 2.7
virtualenv

Getting Started

Once you you have the prerequisites installed, simply run the bootstrap script from this directory to set up a python virtual environment and start running the tool.

$ ./bootstrap

...

Setup complete!

To begin working, simply activate your virtual environment,
run the CLI, and then deactivate the virtual environment
when you are done.

    $ source activate
    $ mesos <command> [<args>...]
    $ source deactivate

NOTE: The virtual environment will also setup bash autocomplete for all mesos commands.