mirror of https://github.com/hashicorp/packer
parent
74d812a766
commit
6bcd5de6f5
@ -0,0 +1,8 @@
|
||||
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.
|
||||
`
|
||||
Loading…
Reference in new issue