CLI
CLI
CORAL command-line interface overview.
CORAL provides a single coral command with subcommands grouped by purpose.
coral <command> [options]Run coral --help for the full command list, or coral <command> --help for details on any command.
Command groups
Getting Started
coral init— Scaffold a new task directorycoral validate— Test your grader against seed code
Running Agents
coral start— Launch agents on a taskcoral resume— Resume a previous runcoral stop— Shut down running agentscoral status— Show agent health and leaderboard
Inspecting Results
coral log— List and search attempts (leaderboard)coral show— Show details of a specific attemptcoral notes— Browse shared notescoral skills— Browse shared skillscoral runs— List all runs
Dashboard
coral ui— Launch the web dashboard
Agent Internals
coral eval— Stage, commit, and evaluate changescoral diff— Show uncommitted changescoral revert— Undo the last commitcoral checkout— Reset to a previous attemptcoral heartbeat— View/modify heartbeat actions
See the full reference for all flags and examples.