mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 18:04:11 -05:00
14 lines
402 B
Go
14 lines
402 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:
|
|
|
|
-debug Debug mode enabled for builds
|
|
-except=foo,bar,baz Build all builds other than these
|
|
-only=foo,bar,baz Only build the given builds by name
|
|
`
|