atmos packer validate
Use this command to validate the syntax and configuration of a Packer template configured for an Atmos component in a stack.
Usage
Execute the packer validate command like this:
atmos packer validate <component> --stack <stack> [flags] -- [packer-options]
tip
For more details on the packer validate command and options, refer to Packer validate command reference.
Arguments
component(required)Atmos Packer component.
Flags
--stack(alias-s)(required)Atmos stack.
--template(alias-t)(optional)Packer template. It can be specified in the
settings.packer.templatesection in the Atmos component manifest, or on the command line via the flag--template <template>(shorthand-t). The command line flag takes precedence oversettings.packer.template.