docs/cli/which.md
mise whichmise which [FLAGS] [BIN_NAME]src/cli/which.rsShows the path that a tool's bin points to.
Use this to figure out what version of a tool is currently active.
[BIN_NAME]The bin to look up
-t --tool <TOOL@VERSION>Use a specific tool@version
e.g.: mise which npm --tool=node@20
--pluginShow the plugin name instead of the path
--versionShow the version instead of the path
Examples:
$ mise which node
/home/username/.local/share/mise/installs/node/20.0.0/bin/node
$ mise which node --plugin
node
$ mise which node --version
20.0.0