vagrant halt
vagrant up
vagrant destroy -f
vagrant init centos/7
vagrant global-status
vagrant suspend
vagrant provision
vagrant provision --provision-with ansible
vagrant up --provisionvagrant reload
vagrant resume
vagrant ssh
vagrant package --output mybox.box
vagrant box update
vagrant box list
vagrant plugin install vagrant-hostmanager
config.hostmanager.enabled = true
config.hostmanager.manage_host = trueTo check a plugin, its technical specifications, download statistics, or activity, simply search by keyword on the official RubyGemsvagrant plugin list