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
Sets any additional arguments to pass directly to the SSH invocation
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
S S H Settings Extensions
Syntax
public static VagrantSSHSettings WithArguments(this VagrantSSHSettings settings, params string[] args)
Parameters
Name | Type | Description |
---|---|---|
settings | VagrantSSHSettings | The settings |
args | string[] | Arbitrary arguments to pass to ssh |
Return Value
Type | Description |
---|---|
VagrantSSHSettings |