Appearance
CLI
The kendo CLI is a Go-based command-line interface that lets you manage your board from any terminal window — create issues, check the board, log time — without switching context to a browser.
In Development
The CLI is currently in active development and not yet available for download. This page will be updated with installation instructions and command reference when the CLI is released.
Planned Commands
| Command | Description |
|---|---|
kendo issue create | Create a fully attributed issue from the command line |
kendo board | Render your current sprint as a live board in the terminal |
kendo time log | Log time against an issue without opening the app |
CLI vs MCP
The CLI and MCP server are complementary:
- MCP is for your AI assistant — it connects Claude Code, Cursor, and Codex to your board
- CLI is for when you're the one driving — quick terminal commands for common board operations
Both talk to the same board through the same API.