docs/cli/tool.md
mise toolmise tool [FLAGS] <TOOL>src/cli/tool.rsGets information about a tool
<TOOL>Tool name to get information about
-J --jsonOutput in JSON format
--activeOnly show active versions
--backendOnly show backend field
--config-sourceOnly show config source
--descriptionOnly show description field
--installedOnly show installed versions
--requestedOnly show requested versions
--tool-optionsOnly show tool options
Examples:
$ mise tool node
Backend: core
Installed Versions: 20.0.0 22.0.0
Active Version: 20.0.0
Requested Version: 20
Config Source: ~/.config/mise/mise.toml
Tool Options: [none]