mise plugins ls
- Usage:
mise plugins ls [FLAGS] - Aliases:
list - Effect: read-only
- Source code:
src/cli/plugins/ls.rs
List installed plugins
Can also show remotely available plugins to install.
Flags
-c --core— Only show built-in (core) plugins These are hidden by default-o --outdated— Show plugins with available updates Checks the remote for newer versions and only displays plugins that are outdated-u --urls— Show the git url for each plugin e.g.: https://github.com/mise-plugins/vfox-cmake.git--user— List installed pluginsThis is the default behavior but can be used with --core to show core and user plugins
-h --help— Print help
Examples:
$ mise plugins ls
cmake
poetry
$ mise plugins ls --urls
cmake https://github.com/mise-plugins/vfox-cmake.git
poetry https://github.com/mise-plugins/vfox-poetry.git