* HCL2: allow to skip a named build block too * test that excepting a build block works * test only on a named build block * add/update docs
5 lines
244 B
Plaintext
5 lines
244 B
Plaintext
- `-only=foo,bar,baz` - Only run the builds with the given comma-separated
|
|
names. Build names by default are their type, unless a specific `name`
|
|
attribute is specified within the configuration. `-only` does not apply to
|
|
post-processors.
|