Command Line Interface for cortexapps
Project description
Cortex CLI
cortexapps-cli implements a command line interface for cortexapps.
Cortex CLI is in alpha
Cortex CLI is currently in alpha test mode while we work out installation and configuration issues with our alpha testsers. It is not offically supported by Cortex.
Installing Cortex CLI
Cortex CLI is available on PyPI:
$ python -m pip install cortexapps-cli
Alternatively, in a venv environment:
VENV_DIR = ~/.venv/cortex
python3 -m venv $VENV_DIR
source $VENV_DIR/bin/activate
pip install cortexapps-cli
cortex -v
Cortex CLI officially supports Python 3.7+.
Configuration
Cortex CLI requires a configuration file that requires, at a minimum, a Cortex API key.
You will be prompted to create a configuration file on the first request:
/# cortex catalog list
Cortex CLI config file /root/.cortex/config does not exist. Create (Y/N)?
Y
Created file: /root/.cortex/config
Edit this file and replace the string 'REPLACE_WITH_YOUR_CORTEX_API_KEY' with the contents
of your Cortex API key and then retry your 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
cortexapps_cli-0.6.0.tar.gz
(20.0 kB
view hashes)
Built Distribution
Close
Hashes for cortexapps_cli-0.6.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 74b1012231ba94f6bf9290cc775094aaed78dfa77317e8f58f5d44461c6d2da8 |
|
MD5 | c0423844534b0c49e2b219685b3a5bcc |
|
BLAKE2b-256 | c418d5d57f15478ada23e6e53b55545bf14dd19b9b9713cb9189793b0bf07a57 |