mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 15:31:41 -04:00
8 lines
439 B
Plaintext
8 lines
439 B
Plaintext
- `-only=foo,bar,baz` - Only run the builds with the given comma-separated
|
|
names. In legacy JSON templates, build names default to the
|
|
types of their builders (e.g. `docker` or
|
|
`amazon-ebs` or `virtualbox-iso`), unless a specific `name` attribute is
|
|
specified within the configuration. In HCL2 templates, the "name" is the
|
|
source block's "name" label, unless an in-build source definition adds the
|
|
"name" configuration option.
|