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
Fluent extension methods for the
VagrantInitSettings
class
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["VagrantInitSettingsExtensions"]
class Type type-node
Syntax
public static class VagrantInitSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
ConstrainVersion |
VagrantInitSettings |
Sets the box version or box version constraint to add to the Vagrantfile
static
|
CreateMinimal |
VagrantInitSettings |
Enables creation of a more minimal Vagrantfile without instructional comments
static
|
Force |
VagrantInitSettings |
Enables overwriting any existing Vagrantfile
static
|
OutputToFile |
VagrantInitSettings |
Sets the
FilePath to output the new Vagrantfile to
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|