sinchcli
TypeScript icon, indicating that this package has built-in type declarations

0.4.0 • Public • Published

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 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

sinch login

Use this to configure your sinch CLI

USAGE
  $ sinch login

EXAMPLE
  $ sinch login

See code: src\commands\login.ts

sinch sendVerification

Send an SMS verification

USAGE
  $ sinch sendVerification

OPTIONS
  -h, --help                                      show CLI help
  -p, --phoneNumber=phoneNumber                   Phone number to send a verification to
  -t, --verificationType=(sms|flashcall|callout)  Type of Verification to run
  --version                                       show CLI version

EXAMPLE
  $ sinch sendSMSVerification
  creates a sms verification

See code: src\commands\sendVerification.ts

Readme

Keywords

Package Sidebar

Install

npm i sinchcli

Weekly Downloads

1

Version

0.4.0

License

MIT

Unpacked Size

14.3 kB

Total Files

17

Last publish

Collaborators

  • spacedsweden