Skip to main content

corgi logs

corgi logs

Browse and follow persisted service logs

Synopsis

Browse logs captured by corgi run --logs.

Without flags: interactive picker — choose a service then a run, and the log is streamed to stdout (follows new writes like tail -f).

Examples: corgi logs # interactive picker corgi logs --service api # jump straight to run picker for "api" corgi logs --all # merge the newest run of every service into one stream corgi logs --idle 0 # tail forever (until Ctrl-C) corgi logs --prune # delete all .logs/ directories

corgi logs [flags]

Options

--all Merge the newest run of every service into one timestamp-sorted stream
-h, --help help for logs
--idle duration Exit after this much dead-air on the file (set 0 to tail forever) (default 30s)
--prune Delete all captured log files (corgi_services/.logs/)
--service string Service name to show logs for (skips service picker)

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
--json Emit machine-readable JSON output
--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
Auto generated by spf13/cobra on 8-Jun-2026