vagrant-resume: add page (#18973)

This commit is contained in:
alison
2025-10-26 18:53:17 -07:00
committed by GitHub
parent 245931d061
commit 267e8d35e4
+16
View File
@@ -0,0 +1,16 @@
# vagrant resume
> Resume a Vagrant managed machine that was previously suspended.
> More information: <https://developer.hashicorp.com/vagrant/docs/cli/resume>.
- Resume machine specified by name or id:
`vagrant resume {{name|id}}`
- Resume and run all configured provisioners:
`vagrant resume {{name|id}} --provision`
- Resume and specify which provisioners to re-run:
`vagrant resume {{name|id}} --provision-with {{provisioner}}`