Back to Mise

`mise tool`

docs/cli/tool.md

2026.8.12980 B
Original Source
<!-- @generated by usage-cli from usage spec -->

mise tool

  • Usage: mise tool [FLAGS] <TOOL>
  • Effect: read-only
  • Source code: src/cli/tool.rs

Gets information about a tool

Arguments

  • <TOOL> — Tool name to get information about

Flags

  • -J --json — Output in JSON format
  • --active — Only show active versions
  • --backend — Only show backend field
  • --config-source — Only show config source
  • --description — Only show description field
  • --installed — Only show installed versions
  • --requested — Only show requested versions
  • --tool-options — Only show tool options
  • -h --help — Print help

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]