📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

@twilio-labs/plugin-dev-phone

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@twilio-labs/plugin-dev-phone

Twilio Dev Phone

1.0.0-beta.6
latest
Source
npm
Version published
Maintainers
1
Created
Source

plugin-dev-phone

A Twilio CLI Plugin for the Twilio Dev Phone.

A mock-up of the Dev Phone UI

Using the Dev Phone

To use the Dev Phone, you'll need to first have an up-to-date installation of the Twilio CLI, as well as access to a spare Twilio phone number. That means that you'll need an upgraded Twilio account, not a trial account.

Once you've installed the Twilio CLI, you're ready to add the Dev Phone plugin with the following command:

twilio plugins:install @twilio-labs/plugin-dev-phone

Once it's installed, you can run the Dev Phone with the following command:

twilio dev-phone

Check out the Dev Phone documentation to learn more about installing and using the Dev Phone.

Commands

  • twilio dev-phone

twilio dev-phone

Dev Phone local express server

USAGE
  $ twilio dev-phone [-l (debug|info|warn|error|none)] [-o (columns|json|tsv|none)] [--silent] [-p <value>] [-f
    --phone-number <value>] [--headless] [--clear] [--port <value>]

FLAGS
  -f, --force                      Optional. Forces an overwrite of the phone number configuration.
  -l=(debug|info|warn|error|none)  [default: info] Level of logging messages.
  -o=(columns|json|tsv|none)       [default: columns] Format of command output.
  -p, --profile=<value>            Shorthand identifier for your profile.
      --clear                      Optional. Remove all dev-phone resources from your account before starting the
                                   dev-phone.
      --headless                   Optional. Prevents the UI from automatically opening in the browser.
      --phone-number=<value>       Optional. Associates the Dev Phone with a phone number. Takes a number from the
                                   active profile on the Twilio CLI as the parameter.
      --port=<value>               Optional. Configures the port of the Dev Phone UI. Takes a valid port as a parameter.
      --silent                     Suppress  output and logs. This is a shorthand for "-l none -o none".

DESCRIPTION
  Dev Phone local express server

See code: src/commands/dev-phone.ts

Working on this plugin

Notes for folks working on this plugin are in DEVELOPMENT.md.

Keywords

oclif-plugin

FAQs

Package last updated on 28 Mar 2025

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