mise tool-alias get
- Usage:
mise tool-alias get <TOOL> <ALIAS> - Effect: read-only
- Source code:
src/cli/tool_alias/get.rs
Show a configured version alias for a tool
Reads the merged [tool_alias.TOOL.versions] configuration. This prints the stored request, which may itself be a prefix. Backend-provided aliases are listed by mise tool-alias ls; they are not entries returned by this command.
Arguments
<TOOL>— The tool to show the alias for<ALIAS>— The alias to show
Flags
-h --help— Print help
Examples
mise tool-alias set node project 20
mise tool-alias get node project
20