|
|
|
|
@ -32,3 +32,16 @@ Errors validating build 'vmware'. 1 error(s) occurred:
|
|
|
|
|
|
|
|
|
|
- `-syntax-only` - Only the syntax of the template is checked. The configuration
|
|
|
|
|
is not validated.
|
|
|
|
|
|
|
|
|
|
- `-except=foo,bar,baz` - Builds all the builds except those with the given
|
|
|
|
|
comma-separated names. Build names by default are the names of their builders,
|
|
|
|
|
unless a specific `name` attribute is specified within the configuration.
|
|
|
|
|
|
|
|
|
|
- `-only=foo,bar,baz` - Only build the builds with the given comma-separated
|
|
|
|
|
names. Build names by default are the names of their builders, unless a
|
|
|
|
|
specific `name` attribute is specified within the configuration.
|
|
|
|
|
|
|
|
|
|
- `-var` - Set a variable in your packer template. This option can be used
|
|
|
|
|
multiple times. This is useful for setting version numbers for your build.
|
|
|
|
|
|
|
|
|
|
- `-var-file` - Set template variables from a file.
|
|
|
|
|
|