vagrant box
manages boxes: installation, removal, etc.vagrant connect
connect to a remotely shared Vagrant environmentvagrant destroy
stops and deletes all traces of the vagrant machinevagrant global-status
outputs status Vagrant environments for this uservagrant halt
stops the vagrant machinevagrant help
shows the help for a subcommandvagrant hostmanager
plugin: vagrant-hostmanager: manages the /etc/hosts file within a multi-machine environmentvagrant init
initializes a new Vagrant environment by creating a Vagrantfilevagrant login
log in to HashiCorp's Vagrant Cloudvagrant package
packages a running vagrant environment into a boxvagrant plugin
manages plugins: install, uninstall, update, etc.vagrant port
displays information about guest port mappingsvagrant powershell
connects to machine via powershell remotingvagrant provision
provisions the vagrant machinevagrant push
deploys code in this environment to a configured destinationvagrant rdp
connects to machine via RDPvagrant reload
restarts vagrant machine, loads new Vagrantfile configurationvagrant resume
resume a suspended vagrant machinevagrant share
share your Vagrant environment with anyone in the worldvagrant snapshot
manages snapshots: saving, restoring, etc.vagrant ssh
connects to machine via SSHvagrant ssh-config
outputs OpenSSH valid configuration to connect to the machinevagrant status
outputs status of the vagrant machinevagrant suspend
suspends the machinevagrant up
starts and provisions the vagrant environmentvagrant validate
validates the Vagrantfilevagrant version
prints current and latest Vagrant version