Initializing Operalta...

CLI Commands

Real commands, flags, and slash commands exposed by the current CLI

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

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.
05

Artifacts

  • -artifact generate <prompt> — create an artifact in the background.
  • -artifact open <id|path> — print latest content.
  • -artifact watch <id|path> — stream while generating.
06

Excel

  • -excel create <spec.json> — generate a local .xlsx workbook 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, and venture_bp.
07

Slash (interactive)

  • -Session: /help, /config, /model, /mode, /status, /clear, /save, /load, /resume, /compact, /exit.
  • -Workspace: /link, /rooms, /context, /sync [status|push|pull].
  • -Privacy: /ignore, /declare, /audit, /permissions.