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
Initializes the current directory for Vagrant by creating an initial Vagrantfile
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant - Containing Type
- VagrantRunner
Syntax
public void Init(string name, string url = null, Action<VagrantInitSettings> configure = null)
Parameters
Name | Type | Description |
---|---|---|
name | string | |
url | string | |
configure | Action |
Return Value
Type | Description |
---|---|
void |