CLI Reference

The prlt command is the primary interface for Proletariat. Every operation — from creating tickets to spawning agents to monitoring boards — is a CLI command.

Command Groups

CommandDescription
prlt initInitialize a new headquarters (HQ)
prlt workStart, spawn, review, and manage agent work
prlt ticketCreate, edit, list, and manage tickets
prlt boardView and manage the kanban board
prlt agentManage agents — list, add staff, cleanup
prlt sessionManage tmux sessions — attach, peek, poke
prlt repoAdd, remove, and list repositories

Click any command group above for detailed flag and subcommand documentation.

Utility Commands

CommandDescription
prlt whoamiShow current agent identity and context
prlt commitCreate a formatted git commit with ticket context
prlt pullPull tickets from Backlog to Ready using diet ratios
prlt dietView or set diet ratios for balanced work distribution
prlt projectManage projects (create, list, view, archive)
prlt epicManage epics (create, list, view, progress)
prlt specManage specs (create, edit, plan)
prlt orchestratorStart, stop, and monitor the orchestrator
prlt dockerManage Docker containers for agents
prlt ghGitHub CLI setup and status
prlt linearLinear integration (auth, sync, import)
prlt configView and update workspace configuration
prlt caffeinateKeep macOS awake while agents run

Global Flags

FlagDescription
--jsonMachine-readable JSON output for agent consumption
--machineAlias for --json
--project, -PScope command to a specific project

Note

All commands support --json for structured output. See JSON Mode for details.

Getting Help

# Show help for any command
$ prlt --help
$ prlt work --help
$ prlt ticket create --help

# Show current identity
$ prlt whoami