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
VagrantBoxAddSettings
class
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type["VagrantBoxAddSettingsExtensions"]
class Type type-node
Syntax
public static class VagrantBoxAddSettingsExtensions
Methods
Name | Value | Summary |
---|---|---|
AllowInsecure |
Vagrant |
Enables unverified/untrusted SSL certificates when using HTTPS URLs.
static
|
CleanFirst |
Vagrant |
Enables cleaning any temporary or partial download files first.
static
|
ConstrainVersion |
Vagrant |
Sets the version or version constraint to use when downloading the box
static
|
Force |
Vagrant |
Forces downloading and overwriting any box with the same name
static
|
Use |
Vagrant |
Sets the
CACertificate property for the CA certificate used to verify the peer
static
|
Use |
Vagrant |
Sets the
CAPath property for the CA used to verify the peer
static
|
UseProvider |
Vagrant |
Requests a specific provider as per the
Provider property
static
|
With |
Vagrant |
Sets the
CertificatePath property for a client certificate to use when
downloading the box, if necessary.
static
|
Extension Methods
Name | Value | Summary |
---|---|---|
ToDictionary |
IDictionary |
From ObjectHelpers
Requires the Cake.DeployParams addin
|
To |
string |
From StringExtensions
Requires the Cake.Issues addin
|