atmos packer source describe
Use this command to display the source configuration for a Packer component. This shows the source URI, version, and any path filters configured for vendoring.
Source-Based Version Pinning
Learn how to configure the source field for per-environment version control.
Usage
atmos packer source describe <component> --stack <stack>
Description
The describe command extracts and displays the source configuration from a component's stack manifest. The output matches the stack manifest schema format, making it easy to copy and paste into your configuration. This is useful for:
- Verifying source configuration before vendoring
- Checking the version configured for a component
- Reviewing included/excluded path filters
- Debugging source provisioning issues