Usage: shipper next [options]
Advance an issue to the next workflow step
| Argument | Required | Description | Choices |
|---|
| yes | issue or PR number/URL | - |
| Long | Short | Value | Default | Description | Choices |
|---|
| —mode | - | | default | execution mode: headless, interactive, or default | headless, interactive, default |
| —agent | - | | - | agent to use: claude, codex, copilot, or opencode | claude, 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.
| Code | When |
|---|
| 0 | The next stage succeeds or returns a reject verdict. |
| 1 | Preflight, label validation, stage dispatch, or fail verdict handling fails. |