VagrantBoxRunner.

Add(string, Action<VagrantBoxAddSettings>) Method

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<VagrantBoxAddSettings> Optional settings to use when adding the box

Return Value

Type Description
void