VAGRANT PLUGIN INSTALL
Commande : vagrant plugin install
Usage: vagrant plugin install <name>... [-h] --entry-point NAME The name of the entry point file for loading the plugin. --plugin-clean-sources Remove all plugin sources defined so far (including defaults) --plugin-source PLUGIN_SOURCE Add a RubyGems repository source --plugin-version PLUGIN_VERSION Install a specific version of the plugin --verbose Enable verbose output for plugin installation -h, --help Print this help
Installer un plugin
vagrant plugin install <name> [<name>...]
Liste des plugins disponibles
GitHub – hashicorp/vagrant – Available Vagrant Plugins
ex :
$ vagrant plugin list No plugins installed. $ vagrant plugin install vagrant-vbguest Installing the 'vagrant-vbguest' plugin. This can take a few minutes... Installed the plugin 'vagrant-vbguest (0.16.0)'! $ vagrant plugin list vagrant-vbguest (0.16.0)
$ vagrant plugin install vagrant-vbguest --plugin-version 0.13 Installing the 'vagrant-vbguest --version '0.13'' plugin. This can take a few minutes... Installed the plugin 'vagrant-vbguest (0.13.0)'! $ vagrant plugin list vagrant-vbguest (0.13.0) - Version Constraint: 0.13