vagrant/website/source/docs/cli/validate.html.md

21 lines
386 B
Markdown
Raw Normal View History

2017-02-07 06:15:16 +00:00
---
layout: "docs"
page_title: "vagrant validate - Command-Line Interface"
sidebar_current: "cli-validate"
description: |-
The "vagrant validate" command is used to validate your Vagrantfile.
---
2017-02-07 19:26:37 +00:00
# Validate
2017-02-07 06:15:16 +00:00
**Command: `vagrant validate`**
This command validates your [Vagrantfile](/docs/vagrantfile/).
## Examples
```sh
$ vagrant validate
Vagrantfile validated successfully.
```