document VAGRANT_CLOUD_TOKEN

This commit is contained in:
Matthew Hooker 2017-06-07 17:22:28 -07:00
parent dde40d54c6
commit 8e86f8fb12
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 3 additions and 1 deletions

View File

@ -53,7 +53,9 @@ on Vagrant Cloud, as well as authentication and version information.
- `access_token` (string) - Your access token for the Vagrant Cloud API. This
can be generated on your [tokens
page](https://vagrantcloud.com/account/tokens).
page](https://vagrantcloud.com/account/tokens). If not specified, the
environment will be searched. First, `VAGRANT_CLOUD_TOKEN` is checked, and
if nothing is found, finally `ATLAS_TOKEN` will be used.
- `box_tag` (string) - The shorthand tag for your box that maps to Vagrant
Cloud, i.e `hashicorp/precise64` for `vagrantcloud.com/hashicorp/precise64`