Skip to content

shipper next

Usage: shipper next [options]

Advance an issue to the next workflow step

ArgumentRequiredDescriptionChoices
yesissue or PR number/URL-
LongShortValueDefaultDescriptionChoices
—mode-defaultexecution mode: headless, interactive, or defaultheadless, interactive, default
—agent--agent to use: claude, codex, copilot, or opencodeclaude, codex, copilot, opencode
—model--model to use for the agent CLI-
—disable-mcp---disable MCP server loading for this run-
—enable-mcp---enable MCP server loading for this run-

Advance issue 42 to its next workflow stage.

Terminal window
shipper next 42
CodeWhen
0The next stage succeeds or returns a reject verdict.
1Preflight, label validation, stage dispatch, or fail verdict handling fails.