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%2Freload.html | |
| parent | 9278ddd4ea1a8b1a4c1edaa8894516e3f48d245b (diff) | |
| download | dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.tar.gz dotemacs-82ba818ff456bcd6d56a06226e3f27e98fbb55c3.zip | |
removing all downloaded devdocs files
Diffstat (limited to 'devdocs/vagrant/cli%2Freload.html')
| -rw-r--r-- | devdocs/vagrant/cli%2Freload.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devdocs/vagrant/cli%2Freload.html b/devdocs/vagrant/cli%2Freload.html deleted file mode 100644 index 4966cd62..00000000 --- a/devdocs/vagrant/cli%2Freload.html +++ /dev/null @@ -1,8 +0,0 @@ -<h1 id="reload"> Reload </h1> <p><strong>Command: <code>vagrant reload [name|id]</code></strong></p> <p>The equivalent of running a <a href="halt">halt</a> followed by an <a href="up">up</a>.</p> <p>This command is usually required for changes made in the Vagrantfile to take effect. After making any modifications to the Vagrantfile, a <code>reload</code> should be called.</p> <p>The configured provisioners will not run again, by default. You can force the provisioners to re-run by specifying the <code>--provision</code> flag.</p> <h1 id="options"> Options </h1> <ul> <li> -<p><a href="#provision"><code>--provision</code></a> - Force the provisioners to run.</p> </li> <li> -<p><a href="#provision-with-x-y-z"><code>--provision-with x,y,z</code></a> - This will only run the given provisioners. For example, if you have a <code>:shell</code> and <code>:chef_solo</code> provisioner and run <code>vagrant reload --provision-with shell</code>, only the shell provisioner will be run.</p> </li> </ul><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/reload.html" class="_attribution-link">https://www.vagrantup.com/docs/cli/reload.html</a> - </p> -</div> |
