mise which
- Usage:
mise which [FLAGS] [BIN_NAME] - Effect: read-only
- Source code:
src/cli/which.rs
Show the path a tool's executable resolves to
Use this to figure out what version of a tool is currently active.
Arguments
[BIN_NAME]— The executable to look up
Flags
-t --tool <TOOL@VERSION>— Use a specific tool@version e.g.:mise which npm --tool=node@20--plugin— Show the plugin name instead of the path--version— Show the version instead of the path-h --help— Print help
Examples
mise which node
/home/username/.local/share/mise/installs/node/20.0.0/bin/nodemise which node --plugin
nodemise which node --version
20.0.0