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.
curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-linux-x86_64.tar.gz" | tar xz
sudo mv stakpak /usr/local/bin/
curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-darwin-x86_64.tar.gz" | tar xz
sudo mv stakpak /usr/local/bin/
curl -L "https://github.com/stakpak/cli/releases/v0.1.22/download/stakpak-darwin-aarch64.tar.gz" | tar xz
sudo mv stakpak /usr/local/bin/
docker pull ghcr.io/stakpak/cli:latest
To run the CLI using Docker:
docker run ghcr.io/stakpak/cli:latest <command>
-
Visit stakpak.ai
-
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