VagrantRunner.

Up(string) Method

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