This repository is part of the ArmoniK project. It provides a command-line tool to monitor and manage ArmoniK clusters.
The CLI requires Python version 3.8 or newer. In order to install the ArmoniK CLI in an isolated environment, you must have python3-venv installed on your machine.
sudo apt update && sudo apt install python3-venv
To install the CLI from source, first clone this repository.
git clone [email protected]/aneoconsulting/ArmoniK.Admin.CLI.git
Navigate in the root directory
cd ArmoniK.Admin.CLI
Create and activate the virtual environment
python -m venv ./venv
source ./venv/bin/activate
Install the CLI in the environment you just created.
pip install .
Contributions are always welcome!
See CONTRIBUTING for ways to get started.