vaguerent/website/pages/docs/cli/validate.html.md
2020-05-28 12:45:11 -04:00

25 lines
456 B
Markdown

---
layout: 'docs'
page_title: 'vagrant validate - Command-Line Interface'
sidebar_current: 'cli-validate'
description: |-
The "vagrant validate" command is used to validate your Vagrantfile.
---
# Validate
**Command: `vagrant validate`**
This command validates your [Vagrantfile](/docs/vagrantfile/).
## Options
- `--ignore-provider` - Ignores provider config options.
## Examples
```sh
$ vagrant validate
Vagrantfile validated successfully.
```