Skip to content

nsuite v2.2.1


nsuite / sshExecCommand

Function: sshExecCommand()

sshExecCommand(payload): Promise<void>

Defined in: UtilsSSH.ts:239

Executes a command in a remote working directory.

Parameters

payload

ParamsExecCommand

The connected client, command, working directory, and output callbacks.

Returns

Promise<void>

A promise that resolves after the command completes.

Released under the Apache-2.0 License.