Documentation Index
Fetch the complete documentation index at: https://docs.crewship.ai/llms.txt
Use this file to discover all available pages before exploring further.
crewship presence
Show the Watch Roster — the live presence board tracking agent status across a crew or the full workspace.Subcommands
| Command | Description |
|---|---|
roster | Show the current presence roster. |
crewship presence roster
| Flag | Type | Default | Description |
|---|---|---|---|
--crew | string | Filter by crew slug or CUID. Slugs are resolved against the workspace’s crew list before each request. | |
--watch | bool | false | Re-poll the roster on an interval (Ctrl-C to exit). |
--interval | duration | 5s | Polling interval for --watch. Floored at 1s. |
online (idle, reachable), busy (running), blocked (awaiting keeper/approval), offline (not seen in >5 min).
JSON output
Notes
- Roster is workspace-scoped; there is no way to see another workspace’s roster from the CLI.
- Cross-tenant crew IDs return 404 with the same shape as “no such crew” so existence is not leaked.
- Empty roster output (
(roster empty - no presence entries for scope)) means either the agents have never emitted a status or the sweeper flipped them all offline and someone purged the rows — check the journal’sagent.status_changehistory.