mise bootstrap packages upgrade
- Usage:
mise bootstrap packages upgrade [FLAGS] [PACKAGE]… - Aliases:
up - Source code:
src/cli/bootstrap/packages/upgrade.rs
Upgrade 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, and brew-cask installs the current cask artifact. 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.
Arguments
[PACKAGE]…
Packages in manager:package form; defaults to everything configured in [bootstrap.packages]
Flags
-m --manager <MANAGER>
Only upgrade packages for this manager, e.g. apt, brew, or brew-cask
Choices:
aptbrewbrew-caskdnfpacman
-n --dry-run
Print the commands that would run without running them
-y --yes
Skip 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 apt --yes
mise bootstrap packages upgrade --dry-run