pcr status

Snapshot of auth, projects, and drafts

pcr status              # interactive overview
pcr --json status       # machine-readable

One screen telling you whether you're signed in, which projects are registered, and where your drafts are in the pipeline (drafts → open bundles → sealed bundles → pushed). Press r to refresh, q to exit.

pcr status snapshot showing auth (user, token, org), projects table with slug/branch/drafts/last push/remote, and a pipeline row with drafts → open bundles → sealed → pushed counts
pcr status — auth, projects, pipeline

v0.2.9: scriptable JSON

pcr --json status outputs a stable JSON shape with auth, projects[], and pipeline keys. Hook it into shell prompts, status bars, or CI checks that gate on pipeline.unpushed === 0.