Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Usage

This section is the day-to-day operator’s guide: what each subcommand does, what the REPL looks like in practice, what comes back when something goes wrong.

  • outrig init – one-shot setup orchestrator: runs config init if needed, writes .agents/outrig/config.toml, and loops container add to scaffold containers.
  • outrig config – group of commands for outrig’s configuration. v0: config init (writes the global ~/.outrig/config.toml).
  • outrig container – group of commands for container-configs. v0: container add (scaffolds a Dockerfile under .agents/outrig/containers/<name>/).
  • AI-assisted design – use outrig mcp self when the built-in container templates do not fit.
  • outrig run – start an interactive agent session. The main subcommand.
  • outrig mcp – expose a container-config’s MCP tools to an external client.
  • outrig build – pre-warm the image cache so the next outrig run is instant.
  • Sessionsoutrig ls, outrig logs, outrig discard, outrig clean.
  • Recipes – common patterns (multiple container-configs, capturing transcripts, scripted single-prompt runs).

For exhaustive flag-by-flag reference, see Reference -> CLI.