Table of contents
As a general thumb of rule, you should run the commands from the directory where the vagrant file is.
List all processes
vagrant global-status
Create or start process
vagrant up
Stop process
vagrant halt
Connect to process
vagrant SSH
Destroy image
vagrant destroy