Reference

CLI reference

Subcommands that ship today. No subcommand opens the OpenTUI workbench.

Default (workbench)

orkestrate — OpenTUI. See Workbench (TUI).

doctor

orkestrate doctor— lists installed packs and whether each pack's harness driver (OpenCode) is detected on PATH.

pack

  • pack list — installed packs in workspace (and global when applicable).
  • pack install <slug> — install from bundled catalog in the package.
  • pack create <id> --from coding — scaffold from coding or extension-builder.
  • pack validate <id> — layout + harness slice checks.

run

  • run launch <pack-id> — new terminal + OpenCode + pack home.
  • run list — launch records under .orkestrate/runs/.
  • run status — summary of active runs.
  • run stop <run-id> — stop a tracked launch.

registry

  • registry list
  • registry search <query>
  • registry install <slug> — clone/install from catalog entry (GitHub source_url).

extension

extension validate <path> — validate an Orkestrate extension manifest (OpenCode adapter lives under extensions/opencode-adapter/ in the repo).