mise which
- Usage:
mise which [FLAGS] <BIN_NAME>
- Source code:
src/cli/which.rs
Shows the path that a tool's bin points to.
Use this to figure out what version of a tool is currently active.
Arguments
<BIN_NAME>
The bin to look up
Flags
--plugin
Show the plugin name instead of the path
--version
Show the version instead of the path
-t --tool <TOOL@VERSION>
Use a specific tool@version e.g.: mise which npm --tool=node@20
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