docs/cli/bootstrap/repos/exec.md
mise bootstrap repos execmise bootstrap repos exec [-c --continue-on-error] [-n --dry-run] [PATH]… <-- COMMAND>…src/cli/bootstrap.rsRun a command in each configured git repo
Place the executable and its arguments after --, for example mise bootstrap repos exec -- git status --short. Arguments before -- select repository paths; use --continue-on-error to visit remaining repos after a failure.
[PATH]… — Run only in matching configured or expanded paths<-- COMMAND>… — Command and arguments to run in each repo-c --continue-on-error — Continue running in other repos after a command fails-n --dry-run — Print the commands that would run without running them-h --help — Print help