Skip to content

mise plugins update

  • Usage: mise plugins update [-j --jobs <JOBS>] [PLUGIN]…
  • Aliases: up, upgrade
  • Effect: modifies state
  • Source code: src/cli/plugins/update.rs

Updates a plugin to the latest version

note: this updates the plugin itself, not the runtime versions

Arguments

[PLUGIN]…

Plugin(s) to update

Flags

-j --jobs <JOBS>

Number of jobs to run in parallel Default: 4

Examples:

mise plugins update              # update all plugins
mise plugins update cmake       # update only cmake
mise plugins update cmake#beta  # specify a ref
MIT LicenseCopyright © 2026jdx.dev