From 6237df566f9f2a3c8ac0a56a1ab68ef9a327fe0b Mon Sep 17 00:00:00 2001 From: Alvaro Miranda Date: Wed, 23 Mar 2016 04:40:24 +1300 Subject: [PATCH] add -color to build -h command --- command/build.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/command/build.go b/command/build.go index acf568b1e..301ab9030 100644 --- a/command/build.go +++ b/command/build.go @@ -279,10 +279,11 @@ Usage: packer build [options] TEMPLATE 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 -force Force a build to continue if artifacts exist, deletes existing artifacts -machine-readable Machine-readable output - -except=foo,bar,baz Build all builds other than these -only=foo,bar,baz Only build the given builds by name -parallel=false Disable parallelization (on by default) -var 'key=value' Variable for templates, can be used multiple times.