Admiral CLI
The official command-line interface for Admiral, the platform orchestrator by DataliftHQ.
Admiral unifies infrastructure provisioning and application deployment into a single, dependency-aware control plane. It connects the tools you already use — Terraform, Helm, Kustomize, and any CI/CD system — while maintaining the dependency graph across your full stack. No proprietary formats, no lock-in. If you stop using Admiral, you keep all your manifests and modules.
The CLI provides direct access to the Admiral API for managing clusters, runners, service accounts, and deployments from your terminal or CI/CD pipelines.
Installation
Homebrew (macOS/Linux)
brew install DataliftHQ/tap/admiral
Scoop (Windows)
scoop bucket add admiral https://github.com/DataliftHQ/scoop-bucket
scoop install admiral
Go
go install go.admiral.io/cli@latest
Docker
docker run --rm ghcr.io/datalifthq/admiral:latest
Pre-built binaries for Linux, macOS, and Windows are available on the Releases page.
Quick Start
# Authenticate with your Admiral instance
admiral login
# List your clusters
admiral cluster list
Documentation
Full documentation is available at admiral.io/docs.
License
Admiral CLI is licensed under the Mozilla Public License 2.0.