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
This command creates and configures guest machines according to your Vagrantfile, and the specified settings.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant - Containing Type
- VagrantRunner
Syntax
public void Up(string name, Action<VagrantUpSettings> configure)
Parameters
Name | Type | Description |
---|---|---|
name | string | Name of the machine to create |
configure | Action |
Settings to use when creating your machine |
Return Value
Type | Description |
---|---|
void |