Back to Mise

`mise bootstrap packages upgrade`

docs/cli/bootstrap/packages/upgrade.md

2026.6.61.5 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

mise bootstrap packages upgrade

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:

  • apt
  • brew
  • brew-cask
  • dnf
  • pacman

-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