2013-06-02 18:17:04 -04:00
|
|
|
package build
|
|
|
|
|
|
|
|
const helpText = `
|
2013-07-02 16:06:34 -04:00
|
|
|
Usage: packer build [options] TEMPLATE
|
2013-06-02 18:17:04 -04:00
|
|
|
|
2013-06-04 17:13:02 -04:00
|
|
|
Will execute multiple builds in parallel as defined in the template.
|
|
|
|
The various artifacts created by the template will be outputted.
|
|
|
|
|
|
|
|
Options:
|
|
|
|
|
2013-06-14 16:14:17 -04:00
|
|
|
-debug Debug mode enabled for builds
|
2013-07-12 00:43:23 -04:00
|
|
|
-force Force a build to continue if artifacts exist, deletes existing artifacts
|
2013-06-13 12:47:13 -04:00
|
|
|
-except=foo,bar,baz Build all builds other than these
|
2013-06-04 17:13:02 -04:00
|
|
|
-only=foo,bar,baz Only build the given builds by name
|
2013-06-02 18:17:04 -04:00
|
|
|
`
|