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.
pull/4167/head
Jake Champlin 10 years ago
parent 0aad0bed15
commit 95760462a6
No known key found for this signature in database
GPG Key ID: DC31F41958EF4AC2

@ -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…
Cancel
Save