Back to Mise

`mise registry`

docs/cli/registry.md

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

mise registry

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.

  • -h --help — Print help

Examples:

$ mise registry
node    core:node
poetry  asdf:mise-plugins/mise-poetry
ubi     cargo:ubi-cli

$ mise registry poetry
asdf:mise-plugins/mise-poetry