| Crates.io | multimr |
| lib.rs | multimr |
| version | 0.1.0 |
| created_at | 2025-06-12 20:29:31.237517+00 |
| updated_at | 2025-06-12 20:29:31.237517+00 |
| description | Create identical MR/PRs on multiple repositories. |
| homepage | |
| repository | https://github.com/h0uter/multimr |
| max_upload_size | |
| id | 1710403 |
| size | 574,016 |
MultiMR is a Terminal User Interface (TUI) app to create identical merge requests across multiple repositories. Currently, it only supports Gitlab.
Report Bug
ยท
Request Feature
Often in robotics projects certain subsystems are developed in separate repositories. When some update requires cross-cutting changes in multiple repositories, it is useful to create identical merge requests across all of them. This tool automates that process.
multimr.toml filecargo install multimrglab auth loginmultimr.toml file in the root of your project see example here: multimr.toml and schema here Multimr.toml schemaEasily create identical MR/PRs on multiple repo's.
Usage: multimr [OPTIONS]
Options:
--dry-run Run in dry-run mode (do not actually create MRs)
--assignee <ASSIGNEE> Overwrite the assignee specified in multimr.toml
-h, --help Print help
-V, --version Print version