Back to Mise

`mise which`

docs/cli/which.md

2026.8.12837 B
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

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

  • -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