crewship pipeline
pipeline is a backwards-compatible alias for routine. Every command and
flag documented on the routine CLI page works with either
prefix:
routine and declares pipeline as its alias;
there is no separate pipeline command tree. API paths and server resources keep
the historical pipeline name (for example,
/api/v1/workspaces/{workspace}/pipelines/{slug}).
See Routine Commands for the complete subcommand, flag,
output, and API reference.
For run scripts, the important receipts are COMPLETED, FAILED,
CANCELLED, WAITING, DEDUPED, and SCHEDULED. WAITING is a healthy
approval pause; SCHEDULED is a 202 deferred receipt with a pending_id, not
a run id. Use crewship pipeline pending list|cancel and
crewship pipeline budget get|set|summary through the alias documented on the
routine page.