corgi mission-control
corgi mission-control
One live pane: every service's run state + its branch/PR/CI
Synopsis
Aggregates, in one refreshing read-only view, each declared service's run state (reusing 'corgi status' probes) and its per-service agent work — current branch, draft/open/merged PR, and CI status — read locally via git and gh/glab.
--watch Repoll and reprint the frame until Ctrl+C. --interval Delay between refreshes (default 3s). --service csv Narrow to listed services. --no-agent-work Skip the git/gh probe (run-state only, faster). --json Emit one MissionSnapshot object on stdout (a snapshot, not a stream). Human chrome goes to stderr.
corgi mission-control [flags]
Options
-h, --help help for mission-control
-i, --interval duration Delay between refreshes (default 3s)
--json Emit one MissionSnapshot object on stdout
--no-agent-work Skip the branch/PR/CI probe
--service strings Limit to listed services (csv)
-w, --watch Repoll continuously; Ctrl+C to stop
Options inherited from parent commands
--describe Describe contents of corgi-compose file
--dockerContext string Specify docker context to use, can be default,orbctl,colima (default "default")
-l, --exampleList List examples to choose from. Click on any example to download it
-f, --filename string Custom filepath for for corgi-compose
--fromScratch Clean corgi_services folder before running
-t, --fromTemplate string Create corgi service from template url
--fromTemplateName string Create corgi service from template name and url
-g, --global Use global path to one of the services
--interactive Force interactive prompts even when no TTY/agent detected
--privateToken string Private token for private repositories to download files
-o, --runOnce Run corgi once and exit
--silent Hide all welcome messages
SEE ALSO
- corgi - Corgi cli magic friend