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
This command opens an SSH connection to your default machine to run the provided command
- Assembly
- Cake
.Vagrant .dll - Namespace
- Cake
.Vagrant - Containing Type
- VagrantRunner
Syntax
public void SSH(Action<VagrantSSHSettings> configure)
Examples
Vagrant.SSH(s => s.RunCommand("echo echo"));
Parameters
Name | Type | Description |
---|---|---|
configure | Action |
Settings to use when connecting |
Return Value
Type | Description |
---|---|
void |