mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-27 03:51:20 -05:00
12 lines
280 B
Go
12 lines
280 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:
|
|
|
|
-only=foo,bar,baz Only build the given builds by name
|
|
`
|