LinuxCommandLibrary

vagrant-plugin

Manage Vagrant plugins and extensions

TLDR

List plugins

$ vagrant plugin list
copy
Install plugin
$ vagrant plugin install [name]
copy
Uninstall plugin
$ vagrant plugin uninstall [name]
copy
Update plugins
$ vagrant plugin update
copy
Repair plugins
$ vagrant plugin repair
copy

SYNOPSIS

vagrant plugin command [options]

DESCRIPTION

vagrant plugin manages Vagrant plugins. Plugins extend Vagrant with providers, provisioners, and commands. Install from RubyGems or local files.

PARAMETERS

list

List installed plugins.
install name
Install plugin.
uninstall name
Remove plugin.
update name
Update plugin.
repair
Fix plugin issues.
expunge
Remove all plugins.
--plugin-version ver
Specific version.

SEE ALSO

vagrant(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community