mise tool-alias ls
- Usage:
mise tool-alias ls [--no-header] [TOOL] - Aliases:
list - Source code:
src/cli/tool_alias/ls.rs
List tool version aliases Shows the aliases that can be specified. These can come from user config or from plugins in bin/list-aliases.
For user config, aliases are defined like the following in ~/.config/mise/config.toml:
[tool_alias.node.versions]
lts = "22.0.0"Arguments
[TOOL]
Show aliases for <TOOL>
Flags
--no-header
Don't show table header
Examples:
$ mise tool-alias ls
node lts-jod 22