|
|
|
|
|
by pabs3
216 days ago
|
|
I guess I would generate mr config commands using the output of gh/glab repo list and run them in shell: gh repo list --json url,name -q '.[] | "mr --config .mrconfig config " + .name + " " + .url' | sh You could probably do it with xargs or similar too. |
|