VagrantPluginRunner.

Update(string) Method

Summary

This updates the plugins that are installed within Vagrant.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantPluginRunner

Syntax

public void Update(string name = null)

Remarks

If you specified version constraints when installing the plugin, this command will respect those constraints. If you want to change a version constraint, re-install the plugin using Cake.Vagrant.Commands.VagrantPluginRunner.Install(System.String,System.Action{Cake.Vagrant.Settings.VagrantPluginInstallSettings})

Parameters

Name Type Description
name string If a name is specified, only that single plugin will be updated

Return Value

Type Description
void