start    = up --no-destroy-on-error

reboot   = reload

shutdown = halt
stop     = halt

destruct  = destroy -f

recreate = !f() { vagrant destroy -f $1; echo; vagrant up $1; }; f
