Skip to content

mise plugins ls

List installed plugins

Can also show remotely available plugins to install.

Flags

-u --urls

Show the git url for each plugin e.g.: https://github.com/asdf-vm/asdf-nodejs.git

Examples:

$ mise plugins ls
node
ruby

$ mise plugins ls --urls
node    https://github.com/asdf-vm/asdf-nodejs.git
ruby    https://github.com/asdf-vm/asdf-ruby.git

Licensed under the MIT License. Maintained by @jdx and friends.