Back to Mise

`mise which`

docs/cli/which.md

2026.9.21.0 KB
Original Source
<!-- @generated by usage-cli from usage spec -->

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/node
mise which node --plugin
node
mise which node --version
20.0.0
<!-- generated reference navigation -->