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.Putty.
Summary
Invokes Plink without settings
- Assembly
- Cake
.Putty .dll - Namespace
- Cake
.Putty - Containing Type
- PuttyAliases
Syntax
public static void Plink(this ICakeContext context, string host, string command)
Attributes
| Type | Description |
|---|---|
| Cake |
Parameters
| Name | Type | Description |
|---|---|---|
| context | ICakeContext | The context. |
| host | string | The host. |
| command | string | The command. |
Return Value
| Type | Description |
|---|---|
| void |
