npm.io
3.5.7 • Published 4 years agoCLI

orchestrate-command-status

Licence
MIT
Version
3.5.7
Deps
8
Size
10 kB
Vulns
2
Weekly
0
Stars
2

orchestrator

Send the sms and email notification after execution of command

oclif Version Downloads/week License

Usage

$ npm install -g orchestrate-command-status
$ orchestrator COMMAND
running command...
$ orchestrator (-v|--version|version)
orchestrate-command-status/3.5.7 linux-x64 node-v14.18.1
$ orchestrator --help [COMMAND]
USAGE
  $ orchestrator COMMAND
...

Commands

orchestrator help [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

orchestrator run COMMAND

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

Keywords