This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
Summary
This installs multiple plugins at the same time with the given names or paths
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Commands - Containing Type
- VagrantPluginRunner
Syntax
public void Install(IEnumerable<string> names, Action<VagrantPluginInstallSettings> configure = null)
Parameters
Name | Type | Description |
---|---|---|
names | IEnumerable |
A list of names of plugins to install |
configure | Action |
Optional settings to control the installation process |
Return Value
Type | Description |
---|---|
void |