atmos toolchain install
Install CLI tools required by your Atmos components, commands, and workflows. This command downloads and sets up the exact tool versions specified in your toolchain configuration, ensuring consistent execution across your team.
Usage
Execute the toolchain install command like this:
atmos toolchain install
Examples
atmos toolchain install suzuki-shunsuke/github-comment@3.5.0
atmos toolchain install hashicorp/terraform@1.5.0
atmos toolchain install terraform@1.9.8 # Using alias
atmos toolchain install # Install from .tool-versions file
Arguments
tool@version(optional)Tool to install from the registry. Can be a short name (alias) or full
owner/repoformat. If omitted, installs all tools from.tool-versionsfile.Examples:
terraform@1.9.8,hashicorp/terraform@1.5.0,kubectl@1.28.0
Flags
--default(optional)Set installed version as default (front of .tool-versions)
--reinstall(optional)Reinstall even if already installed