mirror of
https://github.com/hashicorp/packer.git
synced 2026-04-29 10:09:26 -04:00
8 lines
200 B
Go
8 lines
200 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.
|
|
`
|