Toolchain Aliases
Tool aliases provide convenient shorthand names for tools, allowing you to use simple names like terraform instead of the full registry path hashicorp/terraform.
Aliases also provide the tool target for toolchain proxies, such as mapping coreutils to uutils/coreutils before exposing an ls command.
You will learn
- Define short names for frequently used tools
- Multiple aliases can point to the same tool
- Aliases are resolved before registry lookups
- Works with all registry types (Aqua, inline, custom)
- Use aliases with any toolchain command