mirror of
https://github.com/hashicorp/vagrant.git
synced 2026-02-03 20:39:27 -05:00
22 lines
434 B
Text
22 lines
434 B
Text
---
|
|
layout: docs
|
|
page_title: vagrant validate - Command-Line Interface
|
|
description: The "vagrant validate" command is used to validate your Vagrantfile.
|
|
---
|
|
|
|
# Validate
|
|
|
|
**Command: `vagrant validate`**
|
|
|
|
This command validates your [Vagrantfile](/vagrant/docs/vagrantfile/).
|
|
|
|
## Options
|
|
|
|
- `--ignore-provider` - Ignores provider config options.
|
|
|
|
## Examples
|
|
|
|
```shell-session
|
|
$ vagrant validate
|
|
Vagrantfile validated successfully.
|
|
```
|