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 adds a box with the given address to Vagrant.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Commands - Containing Type
- VagrantBoxRunner
Syntax
public void Add(string address, Action<VagrantBoxAddSettings> configure = null)
Parameters
Name | Type | Description |
---|---|---|
address | string | Can be: shorthand name from Atlas, file path or URL to a box either locally or in a catalog |
configure | Action |
Optional settings to use when adding the box |
Return Value
Type | Description |
---|---|
void |