summaryrefslogtreecommitdiff
path: root/devdocs/vagrant/cli%2Fresume.html
blob: 6e7e85d9139632613bb9df49e0fbee617b23fa6c (plain)
1
2
3
4
5
6
7
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">
    &copy; 2010&ndash;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>