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 — auth, projects, pipelinev0.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.