Skip to main content

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:

FlagShortDefaultDescription
--formatjsonOutput format: json or text. Default is json for machine-readable output and tooling integration. Use --format text for human-readable output.
--dry-run-nfalsePreview changes without writing files or calling the API.
--forcefalseOverwrite existing files or skip confirmation prompts.