VagrantRunner.

Up(string, Action<VagrantUpSettings>) Method

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<VagrantUpSettings> Settings to use when creating your machine

Return Value

Type Description
void