diff options
| author | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2025-08-14 22:58:58 -0500 |
| commit | 82ba818ff456bcd6d56a06226e3f27e98fbb55c3 (patch) | |
| tree | 158cfc17b2f644a10f063cb546752cfaae12c97f /devdocs/vagrant/cli%2Findex.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/vagrant/cli%2Findex.html')
| -rw-r--r-- | devdocs/vagrant/cli%2Findex.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/devdocs/vagrant/cli%2Findex.html b/devdocs/vagrant/cli%2Findex.html deleted file mode 100644 index 3d96c3b7..00000000 --- a/devdocs/vagrant/cli%2Findex.html +++ /dev/null @@ -1,6 +0,0 @@ -<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"> - © 2010–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> |
