Skip to main content

rt mr ship

rt › mr › ship

All-in-one: push + describe + open (the daily driver)

Usage

rt mr ship [flags]

Arguments & flags

Flag / ArgTypeDefaultDescription
--targettextTarget branch for the MR
--titletextMR title (overrides the agent-drafted title)
--draftbooleanfalseOpen as a draft MR
--no-draftbooleanfalseForce non-draft even if config defaults to draft
--inlinetextExtra inline guidance appended to the description prompt
--debugbooleanfalsePrint the assembled prompt and stop before creating the MR
--dry-runbooleanfalseRehearse push + MR creation without doing either
--webbooleanfalseOpen the new MR in the browser
--remotetextRemote to push to (forwarded to the push step)
--no-verifybooleanfalseSkip pre-push hooks (forwarded to the push step)

See code: commands/mr.ts › shipCommand