docs/cli/plugins/update.md
mise plugins updatemise plugins update [-j --jobs <JOBS>] [PLUGIN]…up, upgradesrc/cli/plugins/update.rsUpdate a plugin to the latest version
With no names, updates every installed plugin. This updates plugin source, not the tool versions it manages. Linked local plugins are skipped; archive installations cannot be updated with Git.
[PLUGIN]… — Plugin(s) to update-j --jobs <JOBS> — Number of jobs to run in parallel
Values below 1 are treated as 1
Defaults to the jobs setting-h --help — Print helpmise plugins update # update all installed plugins
mise plugins update my-tool # update one Git plugin
mise plugins update my-tool#main # select an upstream ref