commands.sh

vagrant plugin

all

Manage Vagrant plugins. See also: `vagrant`.

More info →

Examples (6)

List all the plugins currently installed

Install a plugin from remote repositories, usually RubyGems

vagrant plugin install vagrant_vbguest

Install a plugin from a local file source

vagrant plugin install path/to/my_plugin.gem

Update all installed plugins to their latest version

Update a plugin to the latest version

vagrant plugin update vagrant_vbguest

Uninstall a specific plugin

vagrant plugin uninstall vagrant_vbguest
made by @shridhargupta | data from tldr-pages