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, using the default settings
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant - Containing Type
- VagrantRunner
Syntax
public void Up(string name = null)
Examples
Use defaults
Vagrant.Up();
Parameters
Name | Type | Description |
---|---|---|
name | string | Optional name of the machine to start |
Return Value
Type | Description |
---|---|
void |