CLI Command Reference
TIP
Docs map: this page lists command groups. For HTTP/MCP surfaces, see API reference.
TIP
Quick reference: The command registry in src/cli/command-registry.ts is the canonical list of active command groups.
Registered Command Groups
agent,braindashboardproject,deploy,rollback,history,changelogchainstatus,config,opentaskbrowse,guardian,advisory,sprint,second-opinion,qa-visual,canary,conductor,retro,suggestdesign-studiodistro
Command Module Mapping
src/cli/commands/agent.tssrc/cli/commands/dashboard.tssrc/cli/commands/project.tssrc/cli/commands/skill-chain.tssrc/cli/commands/system.tssrc/cli/commands/task.tssrc/cli/commands/engineering.tssrc/cli/commands/design-studio.tssrc/cli/commands/distro.ts
Practical Verification
bash
npm run build
node dist/index.js --helpUse this output when checking docs against runtime behavior.
See also: