Documentation Index
Fetch the complete documentation index at: https://mintlify.com/fulsomenko/kanban/llms.txt
Use this file to discover all available pages before exploring further.
Overview
The Kanban CLI provides a comprehensive command-line interface for managing kanban boards, cards, columns, and sprints. All commands output JSON for easy integration with scripts and automation tools.Basic Usage
Global Options
Path to the kanban data file. Can also be set via the
KANBAN_FILE environment variable.Display help information for any command.
Display version information including git commit hash.
Environment Variables
KANBAN_FILE
Set the default path to your kanban data file:--file on every command.
JSON Output Format
All commands output JSON for easy parsing and automation. Example:Shell Completions
Generate shell completions for your preferred shell:bash, zsh, fish, powershell, elvish
Available Commands
- board - Board operations (create, list, get, update, delete)
- card - Card operations (create, list, move, archive, sprint management)
- column - Column operations (create, list, update, reorder)
- sprint - Sprint operations (create, activate, complete, cancel)
- export - Export board data to JSON
- import - Import board data from JSON
completions- Generate shell completions
