mise registry
- Usage:
mise registry [-b --backend <BACKEND>] [--hide-aliased] [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
Examples:
$ mise registry
node core:node
poetry asdf:mise-plugins/mise-poetry
ubi cargo:ubi-cli
$ mise registry poetry
asdf:mise-plugins/mise-poetry