atmos vendor
Use these subcommands to vendor Atmos components and stacks.
atmos vendor get|set look up a vendored source by
component name; atmos vendor config is the
canonical get|set|delete|format|list interface that addresses vendor.yaml by
arbitrary dot-notation path — vendor get|set are convenience aliases of it.
Learn how to configure vendoring in your atmos.yaml, including token injection and vendor manifest paths.
Usage
Subcommands
Remove lock-owned vendored files, refusing to delete files modified since they were vendored.
5 items
Show the Git diff between two versions of a vendored component without a local checkout.
Read the pinned version of a vendored component from vendor.yaml.
Use this command to pull sources and mixins from remote repositories for Terraform and Helmfile components and stacks.
Set the pinned version of a vendored component in vendor.yaml, preserving comments, anchors, and templates.
Update vendored component versions to the latest allowed release, preserving comments, anchors, and templates.
Verify vendored files match vendor.lock.yaml, reporting drift for CI.