crewship routine waitpoints
Waitpoints are HITL pauses created by a routinewait step of
kind: approval. A parked run resumes when a human approves or rejects the
waitpoint, or ends when its timeout elapses.
pipeline alias works in place of routine.
Subcommands
list
TOKEN RUN ID STEP KIND CREATED TIMEOUT PROMPT.
The full token is shown because it is required by approve and reject; the
run ID is shortened only in the human table. An empty pending list prints
No pending waitpoints. in table mode and [] in JSON mode. --json is a
deprecated alias for --format json; YAML and NDJSON are also supported.
show <token>
approve and reject
--comment (default empty). The comment is forwarded to
the parked run as the wait step’s output; rejection additionally carries the
rejection signal. Human output is Approved waitpoint <short-token>. or
Rejected waitpoint <short-token>. Decisions require authentication and a
workspace and return the server’s Problem Details error for an invalid or
already-resolved token.