| Crates.io | tft-artemis-cli |
| lib.rs | tft-artemis-cli |
| version | 0.1.1 |
| created_at | 2026-01-19 20:20:30.018967+00 |
| updated_at | 2026-01-19 20:25:27.325345+00 |
| description | A CLI tool for inspecting and managing an Artemis service deployment. |
| homepage | |
| repository | https://gitlab.com/happz/artemis-cli |
| max_upload_size | |
| id | 2055242 |
| size | 105,376 |
A CLI for the machine provisioning service Artemis.
[!warning] This is not the official Artemis CLI!
The official, maintained, developed CLI is available from the Artemis project. This tool is a mere experiment, a toy, a Christmas project aimed at learning more Rust.
cargo build
# Or in the release mode:
cargo build --release
cargo clippy
cargo fmt
cargo udeps
The following configuration inputs are ingested:
$CWD/artemis.toml file$CWD/artemis.json file$CWD/artemis.yaml fileARTEMIS_CLI_* environment variablesFor the structure of configuration files, see the Config structure in src/config.rs, or the
artemis.yaml.sample file.
cargo run -- status about