Commands Reference
Complete reference for all Sentrix CLI commands.
Commands Reference
The Sentrix CLI provides commands for the full AI-native development lifecycle: from initiatives and requirements through plan generation, review, implementation, and completion.
Command Groups#
sentrix init#
Set up a repository for use with Sentrix. Creates configuration files, installs Claude Code commands, and updates .gitignore.
sentrix auth#
Test API authentication and verify connectivity to the Sentrix API.
sentrix initiative#
Create and manage cross-app initiatives. Initiatives group related requirements under a shared goal.
sentrix requirements#
Generate and review product requirements documents. Also available as sentrix prd.
sentrix plan#
Generate, review, implement, and manage implementation plans. This is the most comprehensive command group, covering the full plan lifecycle.
Global Flags#
These flags are available on every command:
| Flag | Short | Default | Description |
|---|---|---|---|
--format | json | Output format: json or text. Default is json for machine-readable output and tooling integration. Use --format text for human-readable output. | |
--dry-run | -n | false | Preview changes without writing files or calling the API. |
--force | false | Overwrite existing files or skip confirmation prompts. |