Apache Mesos CLI
Project description
Mesos CLI
Prerequisites
Make sure you have python 3.6 or newer installed on your system before you begin.
How to install
pip install avmesos-cli
Setting up your configuration
In order to use this tool, you will need to create a
configuration file in your home directory under
~/.mesos/config.toml. A template for this config can be
seen below:
# The `plugins` is an array listing the absolute paths of the
# plugins you want to add to the CLI.
plugins = [
"</absolute/path/to/plugin-1/directory>",
"</absolute/path/to/plugin-2/directory>"
]
# The `master` is a field that has to be composed of an
# `address` or `zookeeper` field, but not both. For example:
[master]
address = "10.10.0.30:5050"
principal = "username"
secret = "password"
[agent]
ssl = true
ssl_verify = false
principal = "username"
secret = "password"
timeout = 5
You can override the location of this configuration file using
the environment variable MESOS_CLI_CONFIG.
How to use it
$ mesos-cli
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
framework Interacts with the Mesos Frameworks
task Interacts with the tasks running in a Mesos cluster
See 'mesos help <command>' for more information on a specific command.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file avmesos-cli-1.0.0.tar.gz.
File metadata
- Download URL: avmesos-cli-1.0.0.tar.gz
- Upload date:
- Size: 30.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bd4ca36d0aa251711a6ef5c5b8b27d3cd955089617590b1a6ee1f3b8d5dd8afc
|
|
| MD5 |
ebdf5b1b97fc249abbef13649b8ef035
|
|
| BLAKE2b-256 |
6bf7a732a1420d5b8c659ebc39042fb24d6b6a43f7f0d98176f8b4032ebce19e
|
File details
Details for the file avmesos_cli-1.0.0-py3-none-any.whl.
File metadata
- Download URL: avmesos_cli-1.0.0-py3-none-any.whl
- Upload date:
- Size: 44.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.2 CPython/3.11.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c1575c60561cad770a7cfd9963a3b22fe1b2d8267c89244fe16f04742c21e20
|
|
| MD5 |
01b8d284f381e98efeb3cff38c2f3646
|
|
| BLAKE2b-256 |
3df4699361ed3c94350bdae15980f28e9d3b482f61219315b76f551f907c69be
|