Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aneoconsulting/armonik.admin.cli
https://github.com/aneoconsulting/armonik.admin.cli
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/aneoconsulting/armonik.admin.cli
- Owner: aneoconsulting
- License: apache-2.0
- Created: 2022-08-31T14:25:27.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T15:43:28.000Z (12 months ago)
- Last Synced: 2024-01-29T18:35:33.689Z (12 months ago)
- Language: Python
- Size: 55.7 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# ArmoniK Admin CLI.
This repository is part of the [ArmoniK](https://github.com/aneoconsulting/ArmoniK) project. It provides a command-line tool to monitor and manage ArmoniK clusters.
## Installation
### Requirements
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.
```bash
sudo apt update && sudo apt install python3-venv
```### Install from source
To install the CLI from source, first clone this repository.
```bash
git clone [email protected]/aneoconsulting/ArmoniK.Admin.CLI.git
```Navigate in the root directory
```bash
cd ArmoniK.Admin.CLI
```Create and activate the virtual environment
```bash
python -m venv ./venv
source ./venv/bin/activate
```Install the CLI in the environment you just created.
```bash
pip install .
```## Contributing
Contributions are always welcome!
See [CONTRIBUTING](CONTRIBUTING.md) for ways to get started.