docs/cli/registry.md
mise registrymise registry [FLAGS] [NAME]src/cli/registry.rsList 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.
[NAME]Show only the specified tool's full name
-b --backend <BACKEND>Show only tools for this backend
--hide-aliasedHide aliased tools
-J --jsonOutput in JSON format
--securityInclude 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