docs/cli/where.md
mise wheremise where <TOOL@VERSION>src/cli/where.rsDisplay the installation path for a tool
The tool must be installed for this to work.
<TOOL@VERSION> — Tool(s) to look up
e.g.: ruby@3
if "@<PREFIX>" is specified, it will show the latest installed version
that matches the prefix
otherwise, it will show the current, active installed version-h --help — Print helpExamples:
# Show the latest installed version of node
# If it is is not installed, errors
$ mise where node@20
/home/jdx/.local/share/mise/installs/node/20.0.0
# Show the current, active install directory of node
# Errors if node is not referenced in any .tool-version file
$ mise where node
/home/jdx/.local/share/mise/installs/node/20.0.0