command/push: var/var-file supported, note in help [GH-1950]

This commit is contained in:
Mitchell Hashimoto 2015-05-13 20:18:40 -07:00
parent 442376c8e4
commit 77a61157fb
1 changed files with 7 additions and 0 deletions

View File

@ -211,6 +211,13 @@ Options:
-token=<token> Access token to use to upload. If blank or unspecified,
the ATLAS_TOKEN environmental variable will be used.
-var 'foo=bar' Set a variable in the Terraform configuration. This
flag can be set multiple times.
-var-file=foo Set variables in the Terraform configuration from
a file. If "terraform.tfvars" is present, it will be
automatically loaded if this flag is not specified.
-vcs=true If true (default), push will upload only files
comitted to your VCS, if detected.