Skip to main content

CLI Reference

This page is the fast orientation guide for si. For a full categorized list, use Command Reference.

Command discovery pattern

si --help
si <command> --help
si <command> <subcommand> --help

Top-level command families

DomainCommands
Runtime and orchestrationsi dyad, codex lifecycle (si spawn, si run, si status, si report)
Secrets and contextsi vault (si creds)
Integration bridgessi github, si cloudflare, si gcp, si aws, si openai, si oci, si google, si social, si workos, si apple appstore, si stripe, si publish
Provider telemetrysi providers
Platform operationssi paas
Browser MCP runtimesi browser
Plugin ecosystemsi plugins
Build and qualitysi build, si analyze (si lint), si docker
Docs workflowsi mintlify
Profiles and skillssi persona, si skill

High-signal workflows

Runtime setup

si build image
si dyad spawn app-hardening --profile main
si dyad status app-hardening

Integration readiness

si providers characteristics --json
si github doctor --json
si cloudflare doctor --json
si gcp doctor --json

PaaS readiness

si paas doctor --json
si paas backup run --app <slug> --json
si paas events tail --app <slug> --json

Docs quality

si mintlify validate
si mintlify broken-links

Safety guidance

  • Use si vault run -- <command> when secrets are required.
  • Prefer --json for automation and auditability.
  • Run doctor commands before mutating production systems.
  • Keep docs and docs.json navigation in sync.