Merge pull request #10676 from cemderin/add-validate-parameter-to-docs

Add `vagrant validate` parameters to docs
This commit is contained in:
Brian Cain 2019-02-19 09:57:19 -08:00 committed by GitHub
commit cee88dad81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ description: |-
This command validates your [Vagrantfile](/docs/vagrantfile/).
## Options
* `--ignore-provider` - Ignores provider config options.
## Examples
```sh