rt mr ship
rt › mr › ship
All-in-one: push + describe + open (the daily driver)
Usage
rt mr ship [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--target | text | Target branch for the MR | |
--title | text | MR title (overrides the agent-drafted title) | |
--draft | boolean | false | Open as a draft MR |
--no-draft | boolean | false | Force non-draft even if config defaults to draft |
--inline | text | Extra inline guidance appended to the description prompt | |
--debug | boolean | false | Print the assembled prompt and stop before creating the MR |
--dry-run | boolean | false | Rehearse push + MR creation without doing either |
--web | boolean | false | Open the new MR in the browser |
--remote | text | Remote to push to (forwarded to the push step) | |
--no-verify | boolean | false | Skip pre-push hooks (forwarded to the push step) |
See code: commands/mr.ts › shipCommand