Skip to content

mise bootstrap repos exec

  • Usage: mise bootstrap repos exec [-c --continue-on-error] [-n --dry-run] [PATH]… <-- COMMAND>…
  • Source code: src/cli/bootstrap.rs

Run a command in each configured git repo

Arguments

  • [PATH]… — Run only in matching configured or expanded paths
  • <-- COMMAND>… — Command and arguments to run in each repo

Flags

  • -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
MIT LicenseCopyright © 2026jdx.dev