Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

@spacedsweden/sinchcli

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@spacedsweden/sinchcli

Sinch CLI for interacting with our APIs

latest
Source
npmnpm
Version
0.6.1
Version published
Maintainers
1
Created
Source

SinchCLI

Sinch CLI for interacting with our APIs

oclif Version Downloads/week License

  • Usage
  • Commands

Usage

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

Commands

sinch autocomplete [SHELL]

display autocomplete installation instructions

USAGE
  $ sinch autocomplete [SHELL]

ARGUMENTS
  SHELL  shell type

OPTIONS
  -r, --refresh-cache  Refresh cache (ignores displaying instructions)

EXAMPLES
  $ sinch autocomplete
  $ sinch autocomplete bash
  $ sinch autocomplete zsh
  $ sinch autocomplete --refresh-cache

See code: @oclif/plugin-autocomplete

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

Keywords

oclif

FAQs

Package last updated on 13 Aug 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts