Skip to content

CLI Commands

CommandPurpose
orbit initInitialize the global Orbit root, skills, and skill links.
orbit workspaceInitialize and manage workspaces.
orbit configShow or update Orbit configuration.
CommandPurpose
orbit run job <job_id>Run an arbitrary job by ID.
orbit run ship <task_id> ...Ship explicitly selected tasks through the PR pipeline by default.
orbit run ship --mode local <task_id> ...Run the local-only task path for explicitly selected tasks.
orbit run ship-autoAuto-select backlog tasks, print a human-readable status summary, and support structured details with --json.
orbit run duel-plan <task_id>Run a planning duel for one task.
orbit taskCreate, update, and manage tasks.
orbit task artifact put <task_id> <source_path>Store a UTF-8 file under a task’s artifacts directory.
CommandPurpose
orbit graphBuild and query the knowledge graph.
orbit auditQuery the audit event log.
orbit metricsInspect token, tool-call, and knowledge-pack metrics.
orbit scoreboardGenerate read-only scoreboard summaries.
orbit run historyShow recent job runs. Filter to one job with -j <job_id>.
orbit run show [run_id]Show structured state and step summary for a job run (defaults to latest).
orbit run logs [run_id]Print raw stdout/stderr captured for a job run.
orbit run events [run_id]Show audit events recorded for a job run.
orbit run trace [run_id]Show audit event parent/child trace for a job run.
CommandPurpose
orbit activityView activity definitions.
orbit jobView and manage job definitions.
orbit toolView and manage tools and external MCP plugins.
orbit policyView filesystem profile policies and runtime scoping.
orbit executorView executors.
CommandPurpose
orbit mcp init / orbit mcp removeRegister or unregister MCP client integration for Claude, Codex, and Gemini.
orbit mcp serveServe the safe default MCP tool surface.
orbit web serveServe the Orbit dashboard.