Back to Mise

`mise plugins ls`

docs/cli/plugins/ls.md

2026.9.21.4 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

mise plugins ls

List installed external plugins

Use --core for built-in runtimes or --core --user for both groups. --outdated queries Git remotes for plugin updates; it does not compare installed tool versions. Use mise plugins ls-remote for registry plugin sources and mise ls for tools.

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 plugins

    This is the default behavior but can be used with --core to show core and user plugins

  • -h --help — Print help

Examples

mise plugins ls
mise plugins ls --urls
mise plugins ls --core --user
mise plugins ls --outdated
<!-- generated reference navigation -->