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
                Enables overwriting any existing Vagrantfile
            
		- Assembly
- Cake.Vagrant .dll 
- Namespace
- Cake.Vagrant .Settings 
- Containing Type
- VagrantInit Settings Extensions 
Syntax
public static VagrantInitSettings Force(this VagrantInitSettings settings, bool force = true)Parameters
| Name | Type | Description | 
|---|---|---|
| settings | VagrantInitSettings | Settings | 
| force | bool | Where to enable --force | 
Return Value
| Type | Description | 
|---|---|
| VagrantInitSettings | The updated settings object | 
