VagrantBoxRunner.

Update(Action<VagrantBoxUpdateSettings>) Method

Summary

This command updates the box for the current Vagrant environment if there are updates available
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantBoxRunner

Syntax

public void Update(Action<VagrantBoxUpdateSettings> configure = null)

Remarks

Note that updating the box will not update an already-running Vagrant machine. To reflect the changes in the box, you will have to destroy and bring back up the Vagrant machine.

Parameters

Name Type Description
configure Action<VagrantBoxUpdateSettings> Optional settings to use for updating

Return Value

Type Description
void