Install the Sprrint CLI

From a package

pipx install sprrint
# or, until PyPI is published:
pipx install git+https://github.com/ejasmuhamed/sprrint-cli.git
# or
uv tool install sprrint

Confirm:

sprrint --version
sprrint --help

From the repo

The CLI lives in the sibling sprrint-cli package (open source). From that directory:

pipx install .
# or
python3 -m pip install -e .

Sign in

You need an existing Sprrint account. Signup stays closed; someone invites you.

sprrint login

Sprrint emails a 6-digit code. On success the CLI writes an API key to ~/.config/sprrint/config.toml.

Or mint a key in the app

  1. Open Sprrint → You (profile)
  2. Keys → name the key (Laptop, CI, MCP) → Create key
  3. Copy it once — Sprrint will not show it again
  4. Store it locally:
sprrint config set api_key spr_live_your_key
sprrint config set project BR
sprrint whoami

Revoke unused keys from the same Keys tab.

Default project

Most commands take --project BR (key or slug). Set a default so you do not repeat it:

sprrint config set project BR

If you omit it, the CLI uses that setting, then your last project in Sprrint, then the only visible project.