vagrant/website/content/docs/cli/validate.mdx

23 lines
434 B
Text
Raw Normal View History

2020-05-05 18:11:12 -04:00
---
2020-05-06 17:36:09 -04:00
layout: docs
page_title: vagrant validate - Command-Line Interface
description: The "vagrant validate" command is used to validate your Vagrantfile.
2020-05-05 18:11:12 -04:00
---
# Validate
**Command: `vagrant validate`**
2023-01-19 19:27:47 -05:00
This command validates your [Vagrantfile](/vagrant/docs/vagrantfile/).
2020-05-05 18:11:12 -04:00
## Options
- `--ignore-provider` - Ignores provider config options.
## Examples
```shell-session
2020-05-05 18:11:12 -04:00
$ vagrant validate
Vagrantfile validated successfully.
```