mise registry
- Usage:
mise registry [FLAGS] [NAME] - Source code:
src/cli/registry.rs
List available tools to install
This command lists the tools available in the registry as shorthand names.
For example, poetry is shorthand for asdf:mise-plugins/mise-poetry.
Arguments
[NAME]
Show only the specified tool's full name
Flags
-b --backend <BACKEND>
Show only tools for this backend
--hide-aliased
Hide aliased tools
-J --json
Output in JSON format
--security
Include security features for each tool's backends in JSON output.
Requires --json. Security info is de-duplicated across all of a tool's backends. This can add noticeable time for large listings since each backend's security info is resolved individually.
Examples:
$ mise registry
node core:node
poetry asdf:mise-plugins/mise-poetry
ubi cargo:ubi-cli
$ mise registry poetry
asdf:mise-plugins/mise-poetry