14 lines
343 B
Go
14 lines
343 B
Go
package build
|
|
|
|
const helpText = `
|
|
Usage: packer build TEMPLATE
|
|
|
|
Will execute multiple builds in parallel as defined in the template.
|
|
The various artifacts created by the template will be outputted.
|
|
|
|
Options:
|
|
|
|
-except=foo,bar,baz Build all builds other than these
|
|
-only=foo,bar,baz Only build the given builds by name
|
|
`
|