cli reference

pipemason status

Print live state for the current run or program. Reads from the cloud control plane; reflects the same data the dashboard shows.

Usage

pipemason status [<run-or-program-id>] [--json]

With no id, uses the run / program rooted in the current repo's .pipeline/. Pass an id to look up any run you can see.

Example

$ pipemason status

run_id_ulid:   01KRKFVM6EX4AJC930T7HT5F8P
ticket:        ABC-1234 add passkey login
branch:        feature/ABC-1234-add-passkey-login
base:          main
phase:         review
status:        running
iterations:    7
tokens (in):   42,103
tokens (out):  9,287
cost (est):    $0.18
last update:   2026-05-19T22:14:03Z (8s ago)

Flags

--json         Emit JSON for scripting.
--follow       Stream live updates until ctrl-C (like 'tail -f').
pipemason status · Pipemason Docs