Skip to main content

ArmoniK CLI

Latest Release License Documentation

Command-line interface for monitoring and managing ArmoniK clusters.

DocumentationGetting StartedContributing

Table of Contents

Overview

The ArmoniK CLI is a tool that provides commands to monitor and manage computations in ArmoniK clusters. It serves as a powerful alternative to the ArmoniK Admin GUI, offering the same core functionality through a terminal interface.

The CLI enables users to:

  • Manage results, sessions and partitions.
  • Monitor task execution.
  • Query task results and metadata.

A key advantage of the CLI is its ability to support automation through scripts and scheduled jobs. This makes it ideal for DevOps workflows, automated testing, and continuous integration/deployment pipelines where GUI interaction is not practical.

Installation

Recommended Installation (pipx)

We recommend using pipx to install the CLI in an isolated environment:

pipx install armonik-cli

You can check the installation by running:

armonik --version

Alternative Installation Methods

Alternatively, you can install the CLI using pip or from source.

Using pip

pip install armonik-cli

You can check the installation by running:

armonik --version

From source

git clone https://github.com/aneoconsulting/ArmoniK.CLI.git
cd ArmoniK.CLI
pip install -e .

You can check the installation by running:

armonik --version

Development Installation

If you want to contribute to the project, follow the steps for installing from source and add the [dev,tests] extra:

pip install -e .[dev,tests]

You can check the installation by running:

armonik --version

Getting Started

To use the CLI with an ArmoniK cluster, you must provide the CLI with the cluster credentials. The most simple way to do this is to use the --endpoint option:

armonik --endpoint <cluster-endpoint> cluster info

There exists additional options to connect to clusters that use TLS. In addition, to simplify the usage of the CLI, you can set the default values for the --endpoint and the others connection options using a configuration file.

You don't need to specify the endpoint if you exported the AKCONFIG variable when prompted to when deploying an ArmoniK cluster, because that environment variable points to a pre-filled configuration.

To list available commands and options, you can use the --help or -h option:

armonik --help

To learn more about the CLI, please refer to the documentation.

Documentation

The full documentation is available on ReadTheDocs. Otherwise, you can build and view the documentation locally by running:

pip install -e .[docs]
sphinx-autobuild docs _build/html

Contributing

We welcome contributions! Please see our Contributing Guide for more information.

License

This project is licensed under the Apache 2.0 License.

Download files

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

Source Distribution

armonik_cli-0.4.1.tar.gz (148.8 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

armonik_cli-0.4.1-py3-none-any.whl (21.9 kB view details)

Uploaded Python 3

File details

Details for the file armonik_cli-0.4.1.tar.gz.

File metadata

  • Download URL: armonik_cli-0.4.1.tar.gz
  • Upload date:
  • Size: 148.8 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for armonik_cli-0.4.1.tar.gz
Algorithm Hash digest
SHA256 7783b6dc516f39e8ad7c23d270ab23e47a84a7c7e3ec817c881aa3d3e6cdb2a8
MD5 70a87f9b580b69e1d65554cfa566cc2b
BLAKE2b-256 b1ad291315a28a8524d98f2756f95128f04b7f932d673363f67afa518b9285e8

See more details on using hashes here.

File details

Details for the file armonik_cli-0.4.1-py3-none-any.whl.

File metadata

  • Download URL: armonik_cli-0.4.1-py3-none-any.whl
  • Upload date:
  • Size: 21.9 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: uv/0.12.3 {"installer":{"name":"uv","version":"0.12.3","subcommand":["publish"]},"python":null,"implementation":{"name":null,"version":null},"distro":{"name":"Ubuntu","version":"24.04","id":"noble","libc":null},"system":{"name":null,"release":null},"cpu":null,"openssl_version":null,"setuptools_version":null,"rustc_version":null,"ci":true}

File hashes

Hashes for armonik_cli-0.4.1-py3-none-any.whl
Algorithm Hash digest
SHA256 8d50fc13ebd518936a2e8fb8de5e1fa35fde7dc1f51a4cd1d7d76ca12a94b22b
MD5 e1d979348f596816f9749709f9c72e5c
BLAKE2b-256 d194e5fca54ce2242e442af7877fb7c3835b3f044b883daad7d6794d45f35c06

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

0.4.1 This release

2 files

0.4.0

2 files

0.3.0

2 files

0.2.5

2 files

0.2.4

2 files

0.2.3

2 files

0.1.1

2 files

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page