Update vagrant-cloud.html.markdown

alphabetize options
This commit is contained in:
Ross Smith II 2014-07-11 06:21:16 -07:00
parent 3bdd9ccb86
commit aa844ef4c7
1 changed files with 3 additions and 3 deletions

View File

@ -59,9 +59,6 @@ access to on Vagrant Cloud, as well as authentication and version information.
### Optional:
* `version_description` (string) - Optionally markdown text used as a full-length
and in-depth description of the version, typically for denoting changes introduced
* `no_release` (string) - If set to true, does not release the version
on Vagrant Cloud, making it active. You can manually release the version
via the API or Web UI. Defaults to false.
@ -70,6 +67,9 @@ via the API or Web UI. Defaults to false.
is useful if you're using Vagrant Private Cloud in your own network. Defaults
to `https://vagrantcloud.com/api/v1`
* `version_description` (string) - Optionally markdown text used as a full-length
and in-depth description of the version, typically for denoting changes introduced
## Use with Vagrant Post-Processor
You'll need to use the Vagrant post-processor before using this post-processor.