pitchfork list
- Usage:
pitchfork list [FLAGS] - Aliases:
ls
List all daemons
Displays a table of all tracked daemons with their PIDs, status, whether they are disabled, and any error messages.
This command shows both:
- Active daemons (currently running or stopped)
- Available daemons (defined in config but not yet started)
Example: pitchfork list pitchfork ls Alias for 'list' pitchfork list --hide-header Output without column headers pitchfork list --status running Show only running daemons pitchfork ls --status available --status stopped Show daemons that are available OR stopped
Output: Name Status api running https://api.localhost worker available db errored exit code 127
Flags
--hide-header
Hide the table header row
--json
Output in JSON format
--status… <STATUS>
Filter daemons by status (repeatable for OR logic)
Values: running, stopped, waiting, stopping, failed, errored, available, disabled
Choices:
runningstoppedwaitingstoppingfailederroredavailabledisabled
