Run commands on the command line of the calling machine.
Runs a command with optional arguments
the command to run
the arguments to pass in - string array
command options object
CommandResult
const cmdResult = busby.command.run('/bin/rm', ['-f', 'largefile.log'], {'cwd':'/var/log'})