Kill all running Vagrant VMs
In case you want to indiscriminately destroy all of the running Vagrant VMs on your machine, you can run the following:
for i in `vagrant global-status | grep virtualbox | awk '{ print $1 }'` ; do vagrant destroy $i ; done
Written by Elena Washington
Related protips
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Tags
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#