@fluxhive/cli
Node-installable launcher and Python implementation for the FluxHive control-plane CLI.
The CLI talks to Control Server HTTP APIs and does not implement scheduling or agent runtime logic locally.
The package exposes two equivalent commands:
fluxhive
fluxhivectl
npm Install
npm install -g @fluxhive/cli
PyPI Install
pipx install fluxhive-cli
The compatibility package fluxhivectl also installs the same CLI:
pipx install fluxhivectl
Or with pip:
python -m pip install fluxhive-cli
Python 3.10 or newer must be available on PATH. You can also point the launcher at a specific Python executable:
FLUXHIVE_PYTHON=/path/to/python fluxhive --version
On Windows PowerShell:
$env:FLUXHIVE_PYTHON = "C:\Python312\python.exe"
fluxhive --version
Development Install
python -m pip install -e .
npm test
Quick Start
fluxhive config base_url http://127.0.0.1:8001
fluxhive auth login --username <username>
fluxhive jobs list
fluxhive agents list
fluxhive runs list --limit 20
You can also use environment variables:
FLUXHIVE_CONTROL_URL=http://127.0.0.1:8001
FLUXHIVE_ACCESS_TOKEN=<access-token>
FLUXHIVE_REFRESH_TOKEN=<refresh-token>
Command Groups
auth: login, refresh tokens, inspect current user, clear local tokensconfig: read and write local CLI configurationjobs: create, list, inspect, publish, run, cancel, clone, and delete jobsruns: list run attempts, inspect run attempts, print stored run logsagents: list agents, inspect GPUs, inspect queues, rename agentsnodes: alias foragents
Release files for fluxhive-cli 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| fluxhive_cli-0.1.0.tar.gz | 13.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| fluxhive_cli-0.1.0-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 30.7 kB
Release files / fluxhive_cli-0.1.0.tar.gz
| Download URL | fluxhive_cli-0.1.0.tar.gz |
|---|---|
| Size | 13.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
1ebf274e6d608077ff0aad60c0a18b5518e60d9f3eb2d6b479d8736fd5b9fdfe
|
|
BLAKE2b-256 checksum How to use checksums |
db40fe48d7f811455e4174d285466556a5d4e0216b0b1a55da38494e79902fcc
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.13
|
Release files / fluxhive_cli-0.1.0-py3-none-any.whl
| Download URL | fluxhive_cli-0.1.0-py3-none-any.whl |
|---|---|
| Size | 17.3 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
8d6749ee99ad16671e1e036dcd44363190342a0209bd304de21ba9d36f59b72e
|
|
BLAKE2b-256 checksum How to use checksums |
de09c17266c153443386e322f6cb7f3ecad161ebb1f4c6122b05fb2541718d59
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/6.2.0 CPython/3.13.13
|