PuttyAliases.

Plink(ICakeContext, string, string) Method

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
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext The context.
host string The host.
command string The command.

Return Value

Type Description
void