Added `vagrant destroy` docs

This commit is contained in:
Mitchell Hashimoto 2010-04-09 22:05:47 -07:00
parent de2f0ac8fa
commit b7e1527c79
1 changed files with 10 additions and 1 deletions

View File

@ -14,7 +14,7 @@ all the vagrant binaries:
$ vagrant
vagrant
vagrant-box
vagrant-down
vagrant-destroy
vagrant-halt
vagrant-init
vagrant-package
@ -38,6 +38,15 @@ But we'll go over each binary here, as well.
Boxes have their own section: [Vagrant Boxes](/docs/boxes.html)
<a name="vagrant-destroy"> </a>
## vagrant destroy
This destroys the vagrant environment by completely deleting the virtual machine
along with the hard drives attached to the virtual machine. `vagrant up` can then
be run again to rebuild the environment.
**Warning: This command _will_ delete all the data created within the machine.**
<a name="vagrant-halt"> </a>
## vagrant halt