Examples (6)
List all the plugins currently installed
vagrant plugin listInstall a plugin from remote repositories, usually RubyGems
vagrant plugin install vagrant_vbguestInstall a plugin from a local file source
vagrant plugin install path/to/my_plugin.gemUpdate all installed plugins to their latest version
vagrant plugin updateUpdate a plugin to the latest version
vagrant plugin update vagrant_vbguestUninstall a specific plugin
vagrant plugin uninstall vagrant_vbguestmade by @shridhargupta | data from tldr-pages