commit
261347a175
|
@ -294,16 +294,16 @@ Usage: packer build [options] TEMPLATE
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
-color=false Disable color output (on by default)
|
-color=false Disable color output (on by default)
|
||||||
-debug Debug mode enabled for builds
|
-debug Debug mode enabled for builds
|
||||||
-except=foo,bar,baz Build all builds other than these
|
-except=foo,bar,baz Build all builds other than these
|
||||||
-only=foo,bar,baz Build only the specified builds
|
-only=foo,bar,baz Build only the specified builds
|
||||||
-force Force a build to continue if artifacts exist, deletes existing artifacts
|
-force Force a build to continue if artifacts exist, deletes existing artifacts
|
||||||
-machine-readable Machine-readable output
|
-machine-readable Machine-readable output
|
||||||
-on-error=[cleanup|abort|ask] If the build fails do: clean up (default), abort, or ask
|
-on-error=[cleanup|abort|ask] If the build fails do: clean up (default), abort, or ask
|
||||||
-parallel=false Disable parallelization (on by default)
|
-parallel=false Disable parallelization (on by default)
|
||||||
-var 'key=value' Variable for templates, can be used multiple times.
|
-var 'key=value' Variable for templates, can be used multiple times.
|
||||||
-var-file=path JSON file containing user variables.
|
-var-file=path JSON file containing user variables.
|
||||||
`
|
`
|
||||||
|
|
||||||
return strings.TrimSpace(helpText)
|
return strings.TrimSpace(helpText)
|
||||||
|
|
Loading…
Reference in New Issue