Send the sms and email notification after execution of command
$ npm install -g orchestrate-command-status
$ orchestrator COMMAND
running command...
$ orchestrator (-v|--version|version)
orchestrate-command-status/3.5.8-rc.2 linux-x64 node-v16.13.0
$ orchestrator --help [COMMAND]
USAGE
$ orchestrator COMMAND
...
display help for orchestrator
USAGE
$ orchestrator help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
USAGE
$ orchestrator run COMMAND
ARGUMENTS
COMMAND Command to be executed.
OPTIONS
-e, --email=email Email id to send command execution status.
-h, --help show CLI help
-j, --jobName=jobName Executing job name.
-s, --sms=sms Phone number to send command execution status.
EXAMPLE
$ orchestrator run "commandToBeExecuted" --sms=phoneNumber
See code: src/commands/run.ts