atmos packer inspect
purpose
Use this command to inspect the various components that a Packer template configured for an Atmos component in a stack defines. The command will show what variables a template accepts, the builders it defines, the provisioners it defines and the order they'll run, and more.
Usage​
Execute the packer inspect command like this:
atmos packer inspect <component> --stack <stack> [flags] -- [packer-options]
tip
For more details on the packer inspect command and options, refer to Packer inspect 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.