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
Adds a source from which to fetch a plugin.
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
Plugin Install Settings Extensions
Syntax
public static VagrantPluginInstallSettings FromSource(this VagrantPluginInstallSettings settings, string source)
Parameters
Name | Type | Description |
---|---|---|
settings | Vagrant |
The settings |
source | string | The source from which to install |
Return Value
Type | Description |
---|---|
Vagrant |
The updated settings object |