diff --git a/website/source/docs/cli/validate.html.md b/website/source/docs/cli/validate.html.md new file mode 100644 index 000000000..0c0646994 --- /dev/null +++ b/website/source/docs/cli/validate.html.md @@ -0,0 +1,20 @@ +--- +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. +``` diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index ca0630679..ba0f9f0b1 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -62,6 +62,7 @@ >status >suspend >up + >validate >version >More Commands >Machine Readable Output