Orkestra CLI Reference
The ork CLI manages the full lifecycle of an Orkestra operator — scaffolding, validation, templating, code generation, runtime execution, and live inspection.
This page provides a brief overview of each command.
Select a command to view its full documentation.
Operator Commands Overview
| Command | Description |
|---|---|
ork init | Scaffold a new operator project (dynamic or typed) |
ork validate | Validate and merge Katalogs or Komposers |
ork plan | Show what would change if the local Katalog were applied |
ork simulate | Simulate operator reconciliation in memory — no cluster needed |
ork e2e | Run declarative end-to-end tests against a real cluster |
ork template | Render the merged, post‑validation Katalog |
ork generate registry | Generate runtime registry for typed CRDs and hooks |
ork run | Start the operator runtime |
ork reconcile | Trigger reconciliation for one or all CRs |
ork version | Print version and build information |