VagrantRunner.

Reload(string) 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 = null)

Remarks

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

Parameters

Name Type Description
name string Optional name of the machine to reload

Return Value

Type Description
void