2020-11-24 14:26:26 -05:00

24 lines
450 B
Plaintext

---
layout: docs
page_title: vagrant validate - Command-Line Interface
sidebar_title: 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
```shell-session
$ vagrant validate
Vagrantfile validated successfully.
```