Command-line interface for the Enkindler AI operations dashboard.
Project description
enkindler CLI
Command-line interface for the Enkindler AI operations dashboard. Manages AKS deployments, Helm platforms, integrations, and cluster resources from your terminal.
Patterned after az and databricks — designed to be ergonomic for both humans and AI agents.
Install
pip install enkindler
Works on macOS, Linux, and Windows (Python 3.10+).
Quick start
# Sign in via Microsoft device-code flow (opens browser)
enkindler login
# Verify the session
enkindler whoami
# List your deployments
enkindler deployment list
Configuration
Config and the cached JWT live at:
| OS | Path |
|---|---|
| macOS | ~/Library/Application Support/enkindler/config.toml |
| Linux | ~/.config/enkindler/config.toml |
| Windows | %APPDATA%\enkindler\config.toml |
Override the backend URL with --api-url https://... on any command, or set ENKINDLER_API_URL in the environment.
Architecture
- Backend exposes an OpenAPI spec at
/api/openapi.json(the contract). - This CLI consumes that spec to drive command behaviour.
- Auth uses the Azure AD device-code flow — no browser required on the same machine, no token-pasting.
Development
python -m venv .venv && source .venv/bin/activate # or `.venv\Scripts\activate` on Windows
pip install -e '.[dev]'
pytest
ruff check .
License
MIT
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file enkindler-0.7.1.tar.gz.
File metadata
- Download URL: enkindler-0.7.1.tar.gz
- Upload date:
- Size: 56.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
efdcfa5976feb4c357cea04bc476c0ccf96b0c2f10c4b34d5f0a83ff57477572
|
|
| MD5 |
7560e9b97286b142cddc9d8081a91760
|
|
| BLAKE2b-256 |
bdda3595257d1ff7a2b487968b533dcfc69e83a8c7354253ad1dc8ef6d0fd41b
|
File details
Details for the file enkindler-0.7.1-py3-none-any.whl.
File metadata
- Download URL: enkindler-0.7.1-py3-none-any.whl
- Upload date:
- Size: 68.2 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4759c0aad1618463e944b7cc17631ebc67860f06ccee14d65c6246d1d703a43f
|
|
| MD5 |
8baee1769948742a8cb91b3387a3c827
|
|
| BLAKE2b-256 |
65a9ee4c049494b4dbd3e2bd438ca589d42d45ed3e1a48b5bdb2798b82105b4d
|