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
Forces removing the box even if an active Vagrant environment is using it.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Box Remove Settings Extensions
Syntax
public static VagrantBoxRemoveSettings Force(this VagrantBoxRemoveSettings settings, bool force = true)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | Vagrant |
The settings |
| force | bool | true to force removal. Defaults to true |
Return Value
| Type | Description |
|---|---|
| Vagrant |
The updated settings object |
