Include documentation on local plugin load environment variable
This commit is contained in:
parent
7a20c772ec
commit
0a3d40bd33
|
@ -167,6 +167,13 @@ If this is set to any value, Vagrant will not prompt for confirmation
|
||||||
prior to installing local plugins which have been defined within the
|
prior to installing local plugins which have been defined within the
|
||||||
local Vagrantfile.
|
local Vagrantfile.
|
||||||
|
|
||||||
|
## `VAGRANT_LOCAL_PLUGINS_LOAD`
|
||||||
|
|
||||||
|
If this is set Vagrant will not stub the Vagrantfile when running
|
||||||
|
`vagrant plugin` commands. When this environment variable is set the
|
||||||
|
`--local` flag will not be required by `vagrant plugin` commands to
|
||||||
|
enable local project plugins.
|
||||||
|
|
||||||
## `VAGRANT_NO_PARALLEL`
|
## `VAGRANT_NO_PARALLEL`
|
||||||
|
|
||||||
If this is set, Vagrant will not perform any parallel operations (such as
|
If this is set, Vagrant will not perform any parallel operations (such as
|
||||||
|
|
Loading…
Reference in New Issue