Vagrant Plugin Operations: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Vagrant Concepts - Plugins * Vagrant Operations") |
|||
(5 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
* [[Vagrant_Concepts#Plugin_Operations|Vagrant Concepts - Plugins]] | * [[Vagrant_Concepts#Plugin_Operations|Vagrant Concepts - Plugins]] | ||
* [[Vagrant Operations#Plugin_Operations|Vagrant Operations]] | * [[Vagrant Operations#Plugin_Operations|Vagrant Operations]] | ||
=Overview= | |||
vagrant plugin <''sub-command''> | |||
is the CLI to access plugin operations. | |||
=Operations= | |||
==list== | |||
vagrant plugin list | |||
Lists the installed plugins, by reading [[Vagrant Concepts#Global_State|global state]] <code>.vagrant.d/plugins.json</code>. | |||
==install== | |||
{{External|https://www.vagrantup.com/docs/cli/plugin.html#plugin-install}} | |||
==uninstall== | |||
vagrant plugin uninstall vagrant-aws |
Latest revision as of 19:54, 17 November 2019
Internal
Overview
vagrant plugin <sub-command>
is the CLI to access plugin operations.
Operations
list
vagrant plugin list
Lists the installed plugins, by reading global state .vagrant.d/plugins.json
.
install
uninstall
vagrant plugin uninstall vagrant-aws