From 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 7 Apr 2024 13:41:34 -0500 Subject: new repository --- devdocs/vagrant/cli%2Findex.html | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 devdocs/vagrant/cli%2Findex.html (limited to 'devdocs/vagrant/cli%2Findex.html') 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 @@ +

Command-Line Interface

Almost all interaction with Vagrant is done through the command-line interface.

The interface is available using the vagrant command, and comes installed with Vagrant automatically. The vagrant command in turn has many subcommands, such as vagrant up, vagrant destroy, etc.

If you run vagrant by itself, help will be displayed showing all available subcommands. In addition to this, you can run any Vagrant command with the -h flag to output help about that specific command. For example, try running vagrant init -h. 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.

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.

You may also wish to consult the documentation regarding the environmental variables that can be used to configure and control Vagrant in a global way.

+

+ © 2010–2018 Mitchell Hashimoto
Licensed under the MPL 2.0 License.
+ https://www.vagrantup.com/docs/cli/ +

+
-- cgit v1.2.3