Command | Description |
---|---|
destroy | Stops and deletes all traces of the vagrant machine |
halt | Stops the vagrant machine |
init | Initializes a new Vagrant environment by creating a Vagrantfile. Vagrant boxes can be found from the following link: Discover Vagrant Boxes - Vagrant Cloud (vagrantup.com) |
provision | Provisions the vagrant machine |
reload | Restarts vagrant machine, loads new Vagrantfile configuration |
resume | Resume a suspended vagrant machine |
ssh | Connects to machine via SSH |
ssh-config | Outputs OpenSSH valid configuration to connect to the machine |
status | Outputs status of the vagrant machine |
suspend | Suspends the machine |
up | Starts and provisions the vagrant environment |
validate | Validates the Vagrantfile |
version | Prints current and latest Vagrant version |
Leave a Reply