Warning This CLI tool is under heavy development and breaking changes should be expected. Use with caution.
A CLI for the Stakpak API. Manage all your DevOps flows and configurations in one place, with AI-agents helping you out.
brew tap stakpak/stakpak
brew install stakpak
Download the latest binary for your platform from our GitHub Releases.
To run the CLI using Docker:
docker run -it ghcr.io/stakpak/cli:latest
-
Visit stakpak.dev
-
Click "Login" in the top right
-
Click "Create API Key" in the account menu
export STAKPAK_API_KEY=<mykey>
stakpak login --api-key $STAKPAK_API_KEY
stakpak account
- List flows
- Get flow versions
- Clone configurations from a flow version
- Push configurations to a new flow
- Push configurations to an existing flow
- Perform LLM-powered queries on your configurations
- List agent types
- List agent sessions and checkpoints
- Get agent checkpoint state
- Run agent
- Run agent form a specific checkpoint