Add suspend and halt to runner
Runner should be (beside vagrant up
) compatible with another basic vagrant commands like vagrant up device_name
, vagrant destroy -f
, vagant destroy device_name
, vagrant suspend
, vagrant halt
, vagrant resume
and vagrant reload
.