Update help output for build command
The `-only` flag has been around for some time now, and is documented on our packer website, yet the help output for `packer build` lacks this command line option.
This commit is contained in:
parent
0aad0bed15
commit
95760462a6
|
@ -288,6 +288,7 @@ Options:
|
|||
-color=false Disable color output (on by default)
|
||||
-debug Debug mode enabled for builds
|
||||
-except=foo,bar,baz Build all builds other than these
|
||||
-only=foo,bar,baz Build only the specified builds
|
||||
-force Force a build to continue if artifacts exist, deletes existing artifacts
|
||||
-machine-readable Machine-readable output
|
||||
-on-error=[cleanup|abort|ask] If the build fails do: clean up (default), abort, or ask
|
||||
|
|
Loading…
Reference in New Issue