Sprrint CLI
The CLI is a first-class Sprrint client. If you never open the website, you can still run the board.
Package: sprrint-cli (installs the sprrint command)
Talks to: https://sprrint.run/api/v1 with a personal key (spr_live_…)
o
/|\ sprrint now
/ \
Start here
Keys also live in the web app under You → Keys. CLI & MCP setup copy lives on You → CLI & MCP.
What you can do
Everything the app can do:
- Sign in with an email code (same as the website)
- See Now, Home, Overview
- Create, edit, move, comment on, and attach files to tasks
- Create and run sprints
- Pull and drop Black Hole work
- Search and read activity
- Invite people, change roles, manage projects and categories
- Mint and revoke API keys
Config
Stored at ~/.config/sprrint/config.toml (mode 600):
api_url = "https://sprrint.run"
api_key = "spr_live_…"
workspace = "acme"
project = "BR"
The host is always https://sprrint.run (localhost and custom URLs are ignored). Overrides: SPRRINT_API_KEY, SPRRINT_WORKSPACE, SPRRINT_PROJECT, SPRRINT_HOME.
sprrint config show
sprrint config set project BR
Scripts
Every command accepts --json. Stickman animations stay off with --plain or when stdout is not a TTY.