FAKE - F# Make - A DSL for build tasks and more FAKE
6.0.0

Lookig for older versions of the documentation, pre FAKE v6? See 

v5.fake.build

SSH Module

Contains a task which allows to perform SSH operations

Types

Type Description

SSHParams

The SSH parameter type.

Functions and values

Function or value Description

SSH.SSH setParams command

Full Usage: SSH.SSH setParams command

Parameters:
    setParams : SSHParams -> SSHParams - Function used to manipulate the default SSHParams value.
    command : string - The target path. Can be something like user@host:directory/TargetFile or a local path.

Performs a command via SSH.

setParams : SSHParams -> SSHParams

Function used to manipulate the default SSHParams value.

command : string

The target path. Can be something like user@host:directory/TargetFile or a local path.

Example


 SSH (fun p -> { p with ToolPath = "tools/ssh.exe" }) command

SSH.SSHDefaults

Full Usage: SSH.SSHDefaults

Returns: SSHParams

The SSH default parameters

Returns: SSHParams