VagrantPluginRunner.

Install(IEnumerable<string>, Action<VagrantPluginInstallSettings>) Method

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<string> A list of names of plugins to install
configure Action<VagrantPluginInstallSettings> Optional settings to control the installation process

Return Value

Type Description
void