Operalta CLI command and flag reference.
01
Usage
- -
operalta— interactive mode. - -
operalta "prompt"— one-shot prompt. - -
operalta <subcommand>— explicit operations.
operalta
operalta "summarize our latest decisions"
operalta agent panel "Should we expand into Germany now?"02
Global flags
- -
-h, --help - -
-v, --version - -
-m, --mode <mode>—default|plan|accept_edits|auto_approve. - -
--model <model>— override the model for this run.
03
Auth
- -
operalta login/logout/status/whoami.
04
Business data
- -
operalta reports [get <id>] [--archived] [--json]— list or inspect company reports. - -
operalta rooms [get <id>] [--json]— list or inspect rooms. - -
operalta lists [--kind <kind>] [--archived] [--json]— list company lists/matrices (alias:operalta matrices). - -
operalta metrics import <file.csv> [--dry-run]— native metrics import. - -
operalta pipeline <command>— pipeline sequence commands. - -
operalta collect <command>— business intake (collect). - -
operalta transporter <command>— Drive/Slack virtual room resources. - -
operalta doctor [--json]— diagnose environment, credentials, and config. - -Reports and lists/matrices are company surfaces: authenticate with a company-scoped API key carrying
reports:read/lists:read(or legacywrite). See API keys.
05
Agents
- -
operalta agent route <q>— preview which rail handles the question. - -
operalta agent orchestrate <q>— pick a rail and run it. - -
operalta agent council <q>— start a council rail. - -
operalta agent panel <q>— start a panel rail. - -
operalta agent research-panel <q>— start a research panel rail. - -
operalta agent deep-research <q>— start a deep research rail. - -
operalta agent list— inspect recent runs. - -
operalta agent open <id>— print a run. - -
operalta agent watch <id>— follow a run. - -
operalta agent save <id> [title]— persist a run as an artifact.
06
Artifacts
- -
artifact generate <prompt>— create an artifact in the background. - -
artifact open <id|path>— print latest content. - -
artifact watch <id|path>— stream while generating.
07
Excel
- -
excel create <spec.json>— generate a local.xlsxworkbook from a JSON workbook spec. - -
excel create <spec.json> --output <file.xlsx>— override the output path from the spec. - -
excel create <spec.json> --overwrite— replace an existing local workbook. - -
excel template list— list ready innovation workbook templates. - -
excel template create <template-id> --output <file.xlsx>— create a local workbook from an innovation template. - -Template IDs include
innovation_portfolio,opportunity_scorecard,experiment_tracker,roadmap_capacity,funding_plan,partner_ecosystem,impact_metrics, andventure_bp.
08
Slash (interactive)
- -Session:
/help,/config,/model,/mode,/status,/clear,/save,/load,/resume,/compact,/exit. - -Business data:
/reports,/rooms,/lists,/metrics,/pipeline,/collect,/transporter,/artifact,/agent,/doctor. - -Input:
/image,/file,/paste,/excel. - -Privacy:
/ignore,/declare,/audit,/permissions.