0.4.0 • Published 5 years ago

sinchcli v0.4.0

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

SinchCLI

Sinch CLI for interacting with our APIs

oclif Version Downloads/week License

Usage

$ npm install -g sinchcli
$ sinch COMMAND
running command...
$ sinch (-v|--version|version)
sinchcli/0.4.0 win32-x64 node-v10.15.0
$ sinch --help [COMMAND]
USAGE
  $ sinch COMMAND
...

Commands

sinch SendVerification

Send an SMS verification

USAGE
  $ sinch SendVerification

OPTIONS
  -f, --force
  -h, --help                     show CLI help
  -p, --phoneNumber=phoneNumber  phonenumber to send a verification to
  --version                      show CLI version

EXAMPLE
  $ sinch sendSMSVerification
  creates a sms verification

See code: src\commands\SendVerification.ts

sinch hello [FILE]

describe the command here

USAGE
  $ sinch hello [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ sinch hello
  hello world from ./src/hello.ts!

See code: src\commands\hello.ts

sinch help [COMMAND]

display help for sinch

USAGE
  $ sinch help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help