Skip to content

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

CommandDescription
kendo issue createCreate a fully attributed issue from the command line
kendo boardRender your current sprint as a live board in the terminal
kendo time logLog 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.