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 the command to run in the SSH session
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant .Settings - Containing Type
- Vagrant
S S H Settings Extensions
Syntax
public static VagrantSSHSettings RunCommand(this VagrantSSHSettings settings, string command)
Parameters
| Name | Type | Description |
|---|---|---|
| settings | VagrantSSHSettings | The settings |
| command | string | REQUIRED: The command to run in the session. |
Return Value
| Type | Description |
|---|---|
| VagrantSSHSettings |
