Skip to main content
The CLI is the entire user interface — there is no dashboard. It reads the local .slomo/ directory of the project you run it in.

Commands

Reference conventions

Most commands take a ref argument that accepts either kind of identifier:
  • Issue ids look like SM-8b6f710a (SM- + first 8 hex chars of the fingerprint).
  • Session ids accept any unique prefixslomo session show a1b2 works.
  • Commands whose ref is optional (replay, timeline, vars, http, sql) default to the latest session.

The interactive shell

Running slomo with no command and no piped input (i.e. when stdin is a TTY) opens an interactive shell with history and tab completion — the same commands, without retyping the prefix:

Exit behavior

The CLI is read-only over your recordings except where explicitly destructive (session delete, prune — both prompt unless --yes) or state-changing (issue resolve/reopen, stats --rebuild-index).