docs/cli/bootstrap/packages/upgrade.md
mise bootstrap packages upgrademise bootstrap packages upgrade [FLAGS] [PACKAGE]…upsrc/cli/bootstrap/packages/upgrade.rsUpgrade installed bootstrap packages from [bootstrap.packages]
Refreshes package manager metadata and upgrades the configured packages
that are already installed: apt/dnf/pacman upgrade to the newest available
version (apt and dnf honor a version pinned in config), brew pours the
formula's current bottle and replaces the old keg, brew-cask installs
the current cask artifact, and mas upgrades App Store apps. Packages that
are not installed yet are skipped — use mise bootstrap packages install
for those.
Packages can also be given explicitly in manager:package form.
[PACKAGE]…Packages in manager:package form; defaults to everything configured in [bootstrap.packages]
-m --manager <MANAGER>Only upgrade packages for this manager, e.g. apt, brew, brew-cask, or mas
Choices:
aptbrewbrew-caskdnfmaspacman-n --dry-runPrint the commands that would run without running them
-y --yesSkip the confirmation prompt
Examples:
mise bootstrap packages upgrade
mise bootstrap packages upgrade brew:postgresql@17
mise bootstrap packages upgrade --manager brew-cask
mise bootstrap packages upgrade --manager mas
mise bootstrap packages upgrade --manager apt --yes
mise bootstrap packages upgrade --dry-run