Watch
cmd/crewship/cmd_watch.go is a thin top-level alias of crewship journal --follow. Same SSE-backed live tail, same Last-Event-ID reconnection, same filter flags — just the name people actually reach for when they want to “watch what’s happening.” Press Ctrl-C to exit.
crewship watch
| Flag | Type | Default | Effect |
|---|---|---|---|
--crew <slug-or-id> | string | (unset) | Filter by crew. Resolved to crew_id. |
--agent <id> | string | (unset) | Filter by agent ID. |
--type <list> | string | (unset) | Comma-separated entry types (e.g. peer.escalation,keeper.decision). |
--severity <list> | string | (unset) | Comma-separated severities: info, notice, warn, error. |
Examples
watching journal — Ctrl-C to exit to stderr; events land on stdout in the same shape as journal --follow.
See also
crewship journal— the canonical command (paginated browse +--follow).crewship activity— coarser, paginated cross-crew feed (no SSE).crewship recall <query>— search past events instead of tailing live.