Skip to content

CLI reference

CommandPurpose
planRun a PlanBridge plan review: reads the plan from stdin or [path], opens a local browser UI for a human to approve or annotate, and writes the markdown result to stdout.
review[WIP — under active development] Open the PlanBridge code-review browser UI for the current changes, leave inline comments on the diff, and write the markdown feedback to stdout.
openOpen a markdown file or piped content in the PlanBridge browser UI for human annotation. Reads from [path] or stdin, opens a local browser UI, and writes the human’s feedback to stdout as markdown.
updateCheck for a newer release and re-run the install method that put this binary on your system (Homebrew or the install script).
hookHarness-specific hook adapters that read event JSON on stdin and emit a hook response on stdout. Currently: claude, codex.
installWire PlanBridge into every detected AI coding harness. Run with no arguments to walk all of them, or pass a harness id to target one.
uninstallRemove PlanBridge from every detected AI coding harness. Run with no arguments to walk all of them, or pass a harness id to target one.