nsuite / sshExecCommand
Function: sshExecCommand()
sshExecCommand(
payload):Promise<void>
Defined in: UtilsSSH.ts:239
Executes a command in a remote working directory.
Parameters
payload
The connected client, command, working directory, and output callbacks.
Returns
Promise<void>
A promise that resolves after the command completes.