File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -419,7 +419,7 @@ Options:
419419 -parallel-builds=1 Number of builds to run in parallel. 0 means no limit (Default: 0)
420420 -timestamp-ui Enable prefixing of each ui output with an RFC3339 timestamp.
421421 -var 'key=value' Variable for templates, can be used multiple times.
422- -var-file=path JSON file containing user variables.
422+ -var-file=path JSON file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ]
423423`
424424
425425 return strings .TrimSpace (helpText )
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ Usage: packer console [options] [TEMPLATE]
9292
9393Options:
9494 -var 'key=value' Variable for templates, can be used multiple times.
95- -var-file=path JSON file containing user variables.
95+ -var-file=path JSON file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ]
9696`
9797
9898 return strings .TrimSpace (helpText )
Original file line number Diff line number Diff line change @@ -183,7 +183,7 @@ Options:
183183 -except=foo,bar,baz Validate all builds other than these.
184184 -only=foo,bar,baz Validate only these builds.
185185 -var 'key=value' Variable for templates, can be used multiple times.
186- -var-file=path JSON file containing user variables.
186+ -var-file=path JSON file containing user variables. [ Note that even in HCL mode this expects file to contain JSON, a fix is comming soon ]
187187`
188188
189189 return strings .TrimSpace (helpText )
You can’t perform that action at this time.
0 commit comments