This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.Vagrant.
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 |