Skip to main content

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: generate a CLI token on the dashboard's /cli-token page, then paste it
enkindler login --token

# Or the browser convenience flow (requires the cluster's Entra loopback redirect URI)
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 backend-issued tokens: sign in to the web dashboard, generate a CLI token at /cli-token, and paste it at the enkindler login --token prompt. A browser OAuth (PKCE) flow is available via plain enkindler login on clusters whose Azure app registration allows loopback redirects.

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


Download files

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

Source Distribution

enkindler-0.9.0.tar.gz (60.1 kB view details)

Uploaded Source

Built Distribution

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

enkindler-0.9.0-py3-none-any.whl (71.7 kB view details)

Uploaded Python 3

File details

Details for the file enkindler-0.9.0.tar.gz.

File metadata

  • Download URL: enkindler-0.9.0.tar.gz
  • Upload date:
  • Size: 60.1 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for enkindler-0.9.0.tar.gz
Algorithm Hash digest
SHA256 e04a6d6aacd8a838910990f7c796d5d316dd5690a63d118ce32a2122f7f3bc32
MD5 e2a38ae83fb5b0026f742f48222b98cf
BLAKE2b-256 e752768490458a09b39787c9893491f10da9fc23fa43be64a068ed4831406b27

See more details on using hashes here.

File details

Details for the file enkindler-0.9.0-py3-none-any.whl.

File metadata

  • Download URL: enkindler-0.9.0-py3-none-any.whl
  • Upload date:
  • Size: 71.7 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.14.4

File hashes

Hashes for enkindler-0.9.0-py3-none-any.whl
Algorithm Hash digest
SHA256 82b739825b314f66808f8fb3a95b5101267f08cbfb7756b1e797518312a9f4f7
MD5 80c0420f8cdf4f9783f2bd6276800fa3
BLAKE2b-256 2681b757efb4a35f06fbafc33d6f9fdfbefe82d71d3db57711b66df104fbe414

See more details on using hashes here.

Supported by

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