kantban-cli
v0.1.60
Published
CLI for KantBan pipeline orchestration — bridges KantBan boards to local Claude Code sessions
Maintainers
Readme
kantban-cli
CLI for KantBan pipeline orchestration — bridges KantBan boards to local Claude Code sessions.
Install
npm install -g kantban-cliEnvironment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| KANTBAN_API_TOKEN | Yes | API token from KantBan account settings (starts with cb_) |
| KANTBAN_API_URL | Yes | Your KantBan API URL |
| KANTBAN_PROJECT_ID | No | Default project ID (some commands require it) |
Commands
kantban pipeline <board-id> # Run autonomous agent pipeline
kantban status <board-id> # Monitor pipeline status
kantban context <board-id> # Print pipeline context as JSON
kantban work <ticket-id> # Start working on a ticket
kantban cron <column-id> # Process a single column on a timerRequirements
- Node.js >= 22
- A KantBan account with an API token
Links
- KantBan
- kantban-mcp — MCP server for Claude Code integration
