diff options
| author | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-04-07 13:41:34 -0500 |
| commit | 754bbf7a25a8dda49b5d08ef0d0443bbf5af0e36 (patch) | |
| tree | f1190704f78f04a2b0b4c977d20fe96a828377f1 /devdocs/vagrant/cli%2Fresume.html | |
new repository
Diffstat (limited to 'devdocs/vagrant/cli%2Fresume.html')
| -rw-r--r-- | devdocs/vagrant/cli%2Fresume.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/devdocs/vagrant/cli%2Fresume.html b/devdocs/vagrant/cli%2Fresume.html new file mode 100644 index 00000000..6e7e85d9 --- /dev/null +++ b/devdocs/vagrant/cli%2Fresume.html @@ -0,0 +1,8 @@ +<h1 id="resume"> Resume </h1> <p><strong>Command: <code>vagrant resume [name|id]</code></strong></p> <p>This resumes a Vagrant managed machine that was previously suspended, perhaps with the <a href="suspend">suspend command</a>.</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 provision --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/resume.html" class="_attribution-link">https://www.vagrantup.com/docs/cli/resume.html</a> + </p> +</div> |
