atmos toolchain add
Add new toolchain dependencies that your Atmos components, commands, and workflows require. This command registers CLI tools from Aqua repositories in your toolchain configuration, making them available for use across your infrastructure.
Usage
Execute the atmos toolchain add command like this:
atmos toolchain add <tool> <version>
Examples
atmos toolchain add suzuki-shunsuke/github-comment 3.5.0
atmos toolchain add hashicorp/terraform 1.5.0
Arguments
tool(required)Tool to add from the registry. Can be a short name (alias) or full
owner/repoformat.Examples:
terraform,kubectl,hashicorp/terraform,kubernetes-sigs/kubectlversion(required)The version to add. Use semantic versioning without the
vprefix.Examples:
1.9.8,1.28.0,latest
Flags
--file(optional)Path to tool-versions file (defaults to global --tool-versions-file)