rt mr map
rt › mr › map
Open MRs joined to the local worktrees holding their branches
Usage
rt mr map [flags]
Arguments & flags
| Flag / Arg | Type | Default | Description |
|---|---|---|---|
--repo | text | Registered repo name (defaults to the current repo) | |
--json | boolean | false | Machine-readable rows (default output is a table) |
See code: commands/mr.ts › mrMap
Examples & notes
Shows every open MR for a repo alongside the local worktree that holds its branch. The join uses exact branch-name matching, so an MR whose branch was pushed from a worktree appears in the same row.
rt mr map # current repo
rt mr map --repo my-app # a specific registered repo
rt mr map --json # machine-readable output
The --repo flag accepts either the serialized repo identity or the short repo-label alias.