🚀 DAY 4 OF LAUNCH WEEK: Introducing GitHub Actions Scanning Support.Learn more →
Socket
Book a DemoInstallSign in
Socket

@vonage/cli-plugin-users

Package Overview
Dependencies
Maintainers
44
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vonage/cli-plugin-users

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/@vonage/cli-plugin-conversations.svg)](https://npmjs.org/conversations/@vonage/cli-plugin-conversations) [![Downloads/week](https

latest
Source
npmnpm
Version
1.3.0
Version published
Weekly downloads
152
105.41%
Maintainers
44
Weekly downloads
 
Created
Source

@vonage/cli-plugin-conversations

oclif Version Downloads/week License

Usage

$ npm install -g @vonage/cli-plugin-users
$ @vonage/cli-plugin-users COMMAND
running command...
$ @vonage/cli-plugin-users (--version)
@vonage/cli-plugin-users/1.2.2 darwin-arm64 node-v16.18.1
$ @vonage/cli-plugin-users --help [COMMAND]
USAGE
  $ @vonage/cli-plugin-users COMMAND
...

Commands

@vonage/cli-plugin-users apps:users

USAGE
  $ @vonage/cli-plugin-users apps:users [--apiKey <value> --apiSecret <value>] [--appId <value> --keyFile
    <value>]

VONAGE API FLAGS FLAGS
  --apiKey=<value>
  --apiSecret=<value>

VONAGE APPLICATION FLAGS FLAGS
  --appId=<value>
  --keyFile=<value>

See code: dist/commands/apps/users/index.js

@vonage/cli-plugin-users apps:users:create [NAME]

USAGE
  $ @vonage/cli-plugin-users apps:users:create [NAME] [--apiKey <value> --apiSecret <value>] [--appId <value> --keyFile
    <value>] [--display_name <value>] [--image_url <value>]

FLAGS
  --display_name=<value>
  --image_url=<value>

VONAGE API FLAGS FLAGS
  --apiKey=<value>
  --apiSecret=<value>

VONAGE APPLICATION FLAGS FLAGS
  --appId=<value>
  --keyFile=<value>

See code: dist/commands/apps/users/create.js

@vonage/cli-plugin-users apps:users:delete [USERID]

USAGE
  $ @vonage/cli-plugin-users apps:users:delete [USERID] [--apiKey <value> --apiSecret <value>] [--appId <value>
    --keyFile <value>]

VONAGE API FLAGS FLAGS
  --apiKey=<value>
  --apiSecret=<value>

VONAGE APPLICATION FLAGS FLAGS
  --appId=<value>
  --keyFile=<value>

See code: dist/commands/apps/users/delete.js

@vonage/cli-plugin-users apps:users:show [USERID]

USAGE
  $ @vonage/cli-plugin-users apps:users:show [USERID] [--apiKey <value> --apiSecret <value>] [--appId <value>
    --keyFile <value>]

VONAGE API FLAGS FLAGS
  --apiKey=<value>
  --apiSecret=<value>

VONAGE APPLICATION FLAGS FLAGS
  --appId=<value>
  --keyFile=<value>

See code: dist/commands/apps/users/show.js

@vonage/cli-plugin-users apps:users:update [USERID]

USAGE
  $ @vonage/cli-plugin-users apps:users:update [USERID] [--apiKey <value> --apiSecret <value>] [--appId <value>
    --keyFile <value>] [--name <value>] [--display_name <value>] [--image_url <value>]

FLAGS
  --display_name=<value>
  --image_url=<value>
  --name=<value>

VONAGE API FLAGS FLAGS
  --apiKey=<value>
  --apiSecret=<value>

VONAGE APPLICATION FLAGS FLAGS
  --appId=<value>
  --keyFile=<value>

See code: dist/commands/apps/users/update.js

Keywords

oclif-plugin

FAQs

Package last updated on 21 Mar 2024

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