Skip to content

mise tool-alias ls

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

Licensed under the MIT License. Maintained by @jdx and friends.