summaryrefslogtreecommitdiff
path: root/devdocs/vagrant/cli%2Findex.html
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
committerCraig Jennings <c@cjennings.net>2024-04-07 13:41:34 -0500
commit754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch)
treef1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/vagrant/cli%2Findex.html
new repository
Diffstat (limited to 'devdocs/vagrant/cli%2Findex.html')
-rw-r--r--devdocs/vagrant/cli%2Findex.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/devdocs/vagrant/cli%2Findex.html b/devdocs/vagrant/cli%2Findex.html
new file mode 100644
index 00000000..3d96c3b7
--- /dev/null
+++ b/devdocs/vagrant/cli%2Findex.html
@@ -0,0 +1,6 @@
+<h1 id="command-line-interface"> Command-Line Interface </h1> <p>Almost all interaction with Vagrant is done through the command-line interface.</p> <p>The interface is available using the <code>vagrant</code> command, and comes installed with Vagrant automatically. The <code>vagrant</code> command in turn has many subcommands, such as <code>vagrant up</code>, <code>vagrant destroy</code>, etc.</p> <p>If you run <code>vagrant</code> by itself, help will be displayed showing all available subcommands. In addition to this, you can run any Vagrant command with the <code>-h</code> flag to output help about that specific command. For example, try running <code>vagrant init -h</code>. The help will output a one sentence synopsis of what the command does as well as a list of all the flags the command accepts.</p> <p>In depth documentation and use cases of various Vagrant commands is available by reading the appropriate sub-section available in the left navigational area of this site.</p> <p>You may also wish to consult the <a href="../other/environmental-variables">documentation</a> regarding the environmental variables that can be used to configure and control Vagrant in a global way.</p><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/" class="_attribution-link">https://www.vagrantup.com/docs/cli/</a>
+ </p>
+</div>