pitchfork status
- Usage:
pitchfork status [--json] <ID> - Aliases:
stat - Effect: read-only
Display the status of a daemon
Shows detailed information about a single daemon including its PID and current status (running, stopped, failed, etc.).
Example:
pitchfork status api
Output:
Name: api
PID: 12345
Status: running
Arguments
<ID>— Name of the daemon to check
Flags
--json— Output in JSON format-h --help— Print help
