shipper unblock
shipper unblock
Section titled “shipper unblock”Usage: shipper unblock [options]
Check if a blocked issue can proceed
Arguments
Section titled “Arguments”| Argument | Required | Description | Choices |
|---|---|---|---|
| yes | issue number | - |
| 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 | - |
Examples
Section titled “Examples”Check whether issue 42 can be unblocked.
shipper unblock 42Exit Codes
Section titled “Exit Codes”| Code | When |
|---|---|
| 0 | The unblock check completes and writes its result. |
| 1 | Validation, preflight, agent execution, or result processing fails. |
Constraints
Section titled “Constraints”- —disable-mcp and —enable-mcp are mutually exclusive