c:\ChassisInfoFetcher>vagrant status
Current machine states:
default running (virtualbox)
The VM is running. To stop this VM, you can run `vagrant halt` to
shut it down forcefully, or you can run `vagrant suspend` to simply
suspend the virtual machine. In either case, to restart it again,
simply run `vagrant up`.
c:\ChassisInfoFetcher>vagrant halt
==> default: Attempting graceful shutdown of VM...
c:\ChassisInfoFetcher>vagrant status
Current machine states:
default poweroff (virtualbox)
The VM is powered off. To restart the VM, simply run `vagrant up`
c:\ChassisInfoFetcher>vagrant destroy
default: Are you sure you want to destroy the 'default' VM? [y/N] y
==> default: Destroying VM and associated drives...
c:\ChassisInfoFetcher> |