diff --git a/docs/commands.md b/docs/commands.md index 2d4a3f6ed..523577c97 100644 --- a/docs/commands.md +++ b/docs/commands.md @@ -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) + +## 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.** + ## vagrant halt