VagrantRunner.

Reload(string, Action<VagrantProvisionerSettings>) Method

Summary

The equivalent of running a halt followed by an up.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant
Containing Type
VagrantRunner

Syntax

public void Reload(string name, Action<VagrantProvisionerSettings> configure)

Remarks

This command is usually required for changes made in the Vagrantfile to take effect.

Parameters

Name Type Description
name string Name of the machine to reload
configure Action<VagrantProvisionerSettings> Settings to control the execution of provisioners

Return Value

Type Description
void