Back to Mise

`mise plugins ls`

docs/cli/plugins/ls.md

2026.5.1781 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise plugins ls

List installed plugins

Can also show remotely available plugins to install.

Flags

-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

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