summaryrefslogtreecommitdiff
path: root/devdocs/vagrant/cli%2Fvalidate.html
diff options
context:
space:
mode:
Diffstat (limited to 'devdocs/vagrant/cli%2Fvalidate.html')
-rw-r--r--devdocs/vagrant/cli%2Fvalidate.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/devdocs/vagrant/cli%2Fvalidate.html b/devdocs/vagrant/cli%2Fvalidate.html
new file mode 100644
index 00000000..0218ec84
--- /dev/null
+++ b/devdocs/vagrant/cli%2Fvalidate.html
@@ -0,0 +1,8 @@
+<h1 id="validate"> Validate </h1> <p><strong>Command: <code>vagrant validate</code></strong></p> <p>This command validates your <a href="../vagrantfile/index">Vagrantfile</a>.</p> <h2 id="examples"> Examples </h2> <div class="highlight"><pre class="highlight shell" data-language="shell">$ vagrant validate
+Vagrantfile validated successfully.
+</pre></div><div class="_attribution">
+ <p class="_attribution-p">
+ &copy; 2010&ndash;2018 Mitchell Hashimoto<br>Licensed under the MPL 2.0 License.<br>
+ <a href="https://www.vagrantup.com/docs/cli/validate.html" class="_attribution-link">https://www.vagrantup.com/docs/cli/validate.html</a>
+ </p>
+</div>