Skip to main content

Command Reference

Use this page as the canonical command map for si.

Command discovery workflow

Color semantics for help and text-mode output are documented in CLI Reference. JSON output remains uncolored by design.

Core runtime commands

Third-party integrations

Third-party API/provider command families moved to the standalone Aureuma/orbit repository and orbit <provider> ... CLI. SI no longer owns those command implementations or provider settings.

Integration ownership

If a standalone adjacent repo owns a stable CLI, add a root SI wrapper only for wrapper concerns. If a service exposes an HTTP API but no stable local CLI, keep business logic, schemas, billing/usage rules, and backend tests in the owning service.

Build, docs, and developer tooling

1. New machine bootstrap

2. Release maintainer preflight

Guardrails

  • Use si fort and si codex commands directly for task, worker, session, and run control.
  • For host/admin automation, prefer si fort run -- <cmd> when a command needs secrets.
  • For SI runtime workers, use si fort ... for secret access.
  • Pass native fort flags after -- when invoking through wrapper.
  • Run si help --format json or si commands when updating CLI docs.