CLI Command Reference (Shipping Now)
Exact commands currently shipping for scaffold, baseline gating, Jules deep audit, and reproducible reporting.
- cli
- commands
- shipping
- reference
Use these commands as the production baseline.
Bootstrap and scaffold
- `sentinelayer-cli init <project-name>`
- `sl config list --scope resolved --json`
- `sl ingest map --path . --json`
- `sl spec generate --path . --template api-service --description "..." `
- `sl prompt generate --path . --agent codex`
- `sl scan init --path . --non-interactive`
Omar baseline / local gate
- `sl omargate deep --path .`
- `sl /omargate deep --path . --json`
Jules Tanaka deep audit (initial flagship lane)
- `sl audit frontend --path ./my-react-app --stream`
- `sl audit frontend --path ./my-react-app --json`
- `sl audit --dry-run --agents security,architecture,testing`
Review + reconciliation
- `sl review --diff`
- `sl review --staged --ai --provider openai --model gpt-5.3-codex`
- `sl review show --run-id <run-id>`
- `sl review export --format sarif`
Observability and artifacts
- `sl watch run-events --run-id <run-id>`
- `sl watch history`
- `sl telemetry show --path . --json`
AIdenID controls available in current CLI
- `sl ai provision-email --json`
- `sl ai identity list --json`
- `sl ai identity wait-for-otp <identity-id> --min-confidence 0.8 --json`
Structured Answers
Which deep-audit command is the primary first release lane?
`sl audit frontend --path <app> --stream` is the primary Jules Tanaka deep-audit entrypoint.
Can baseline checks run without full deep audit?
Yes. `sl omargate deep` and deterministic review lanes can run independently.