Skip to main content

PROMINENCE CLI for managing batch jobs running across clouds

Project description

PROMINENCE Command Line Interface

PyPI version shields.io

The PROMINENCE CLI presents a simple batch-system style interface to PROMINENCE. It is written in Python and works with both Python 2.x and 3.x. There are a number of ways the PROMINENCE CLI can be installed using pip.

With sudo or root access

The PROMINENCE CLI can be installed on a host by typing the following:

sudo pip install prominence-cli

As a normal user without using virtualenv

The PROMINENCE CLI can be installed in a user's home directory by running:

pip install --user prominence-cli

and then ensuring that $HOME/.local/bin is added to your PATH.

As a normal user using virtualenv

If virtualenv is not available it can be installed in a user's home directory by typing:

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py --user
pip install --user virtualenv

The PROMINENCE CLI can be installed in a new virtual environment, e.g.

mkdir ~/.virtualenvs
virtualenv ~/.virtualenvs/prominence
source ~/.virtualenvs/prominence/bin/activate
pip install prominence-cli

See https://prominence.readthedocs.io for more information.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

prominence-cli-1.1.0.tar.gz (11.6 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page