2020-06-23 04:53:16 -04:00
|
|
|
- `-only=foo,bar,baz` - Only run the builds with the given comma-separated
|
2021-03-01 05:45:58 -05:00
|
|
|
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.
|