command/build,validate: accept -var-file

This commit is contained in:
Mitchell Hashimoto 2013-08-09 16:46:06 -07:00
parent 398b8fc8d4
commit afab2e44d7
2 changed files with 3 additions and 1 deletions

View File

@ -13,4 +13,5 @@ Options:
-except=foo,bar,baz Build all builds other than these
-only=foo,bar,baz Only build the given builds by name
-var 'key=value' Variable for templates, can be used multiple times.
-var-file=path JSON file containing user variables.
`

View File

@ -15,5 +15,6 @@ Options:
-syntax-only Only check syntax. Do not verify config of the template.
-except=foo,bar,baz Validate all builds other than these
-only=foo,bar,baz Validate only these builds
-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.
`