Skip to content

wu:release

← Back to CLI Commands

Release orphaned WU (in_progress to ready)

pnpm wu:release --id <wuId> --reason <reason>

Options:

FlagDescriptionRequired
-i, --id &lt;wuId&gt;Work Unit ID (e.g., WU-123). If not provided, auto-generates next sequential ID.Yes
-r, --reason &lt;reason&gt;Reason for action (required with —skip-gate, —override-owner)Yes
--override-ownerOverride ownership check (requires —reason)No
--keep-branchRetain the lane branch instead of deleting it (overrides wu_release.branch_action)No

← Back to CLI Commands