Set up and operate ProPR from the terminal.

Use one CLI to set up the stack and operate a running backend. propr setup bootstraps the services; plan, task, repository, todo, log, and status commands cover daily work from the terminal.

propr remote <url>
propr login
propr use owner/repo
propr plan create "Auth cleanup" --wait
propr task get <task-id>
propr todo list --json

Setup overview

Control plane — zero to a running stack: propr setup is a guided one-pass (verify, configure, start), or run propr init stack, propr check, and propr start on their own. Backend client — the commands below drive day-to-day plans, tasks, and todos from the terminal.

propr setup
propr init stack
propr check
propr start

propr remote <url>
propr login
propr use owner/repo
propr plan create "Auth cleanup" --wait
propr plan issues <draft-id>
propr issue implement <draft-id>/1 --wait
propr task get <task-id>
propr todo add "Follow up on auth edge cases" --json

Tasks and recovery

Find tasks, inspect their history, stop runs, delete stale tasks, or revert a change.

Repositories and todos

Add repositories, check readiness, capture todos, move items, and reorder the backlog.

Agents and the Operator Skill

Manage agent profiles and optionally use the CLI to install, check, update, or remove the bundled Agent Skill for Codex, Claude, Antigravity, and OpenCode. Delegated work starts from a human-created or triaged GitHub issue.

Stack control plane

propr setup runs a guided, re-runnable bootstrap. propr init stack scaffolds the runtime and detects agent credentials, propr check verifies Docker, images, and GitHub auth, and propr start opens the live dashboard. status, stop, ui, and docs handle daily operation.

Logs and system

Use logs, remote-status, queue stats, and active-task views for operational checks and scripts.

Connect, tunnel, and capacity

propr setup enrolls the default ProPR Connect path. propr login and propr relay enroll handle manual authentication and relay-token management. propr tunnel on|off|verify manages hosted UI access, and propr tank configures Agent Tank.

Project defaults

propr use owner/repo sets a default project so commands stay concise during focused implementation.