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

  1. Install
  2. Sign in: sprrint login
  3. Commands

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:

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.