21 lines
380 B
Markdown
21 lines
380 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.
|
||
|
---
|
||
|
|
||
|
# Up
|
||
|
|
||
|
**Command: `vagrant validate`**
|
||
|
|
||
|
This command validates your [Vagrantfile](/docs/vagrantfile/).
|
||
|
|
||
|
## Examples
|
||
|
|
||
|
```sh
|
||
|
$ vagrant validate
|
||
|
Vagrantfile validated successfully.
|
||
|
```
|