docs/cli/self-update.md
mise self-updatemise self-update [FLAGS] [VERSION]src/cli/self_update.rsUpdates mise itself.
Uses the GitHub Releases API to find the latest release and binary. By default, this will also update any installed plugins. Uses mise's GitHub token resolution chain for authenticated requests.
Packagers can disable this command so that mise is updated through the package manager instead. See https://mise.en.dev/contributing.html#packaging-and-self-update-instructions
[VERSION]Update to a specific version
-f --forceUpdate even if already up to date
-y --yesSkip confirmation prompt
--no-pluginsDisable auto-updating plugins