pitchfork tui
- Usage:
pitchfork tui [--namespace <NAMESPACE>] [--project]
Launch the interactive TUI dashboard
Shows live daemon status with fuzzy search, sorting, batch operations, log viewing, and a config editor.
The dashboard can be scoped to one or more namespaces; the fuzzy search (/) then operates within the scoped set.
Example:
pitchfork tui
pitchfork tui --namespace frontend
Show only daemons in the 'frontend' namespace
pitchfork tui --project Show only the current project's daemons
Flags
--namespace <NAMESPACE>— Only show daemons in this namespace (repeatable for OR logic)--project— Only show daemons in the current project's namespaceThe namespace is resolved from the current directory the same way short daemon IDs are: the nearest config file's namespace, falling back to 'global' when no config file is found.
-h --help— Print help
