VagrantBoxRunner.

Remove(string, Action<VagrantBoxRemoveSettings>) Method

Summary

This command removes a box from Vagrant that matches the given name.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantBoxRunner

Syntax

public void Remove(string name, Action<VagrantBoxRemoveSettings> configure = null)

Remarks

If a box has multiple providers, the exact provider must be specified with the Provider property.

Parameters

Name Type Description
name string Name of the box to remove
configure Action<VagrantBoxRemoveSettings> Optional settings for removing a box.

Return Value

Type Description
void