Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

plugin-select

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

plugin-select

Easily select and display your Twilio resource

  • 1.1.6
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

Twilio CLI plugin-select

This plugin for Twilio CLI allows for an easier selection of Twilio resources for display and selection.

Currently only selection of the Twilio project is enabled. More resources will be added in the future.

Install

In your terminal type:

twilio plugins:install vernig/plugin-select

Once installed, type:

twilio select

If you see this:

Easily select and display your Twilio resource

USAGE
  $ twilio select:COMMAND

COMMANDS
  select:flexconfig  Update, backup and restore your Flex Configuration
  select:profile     Select and switch your Twilio account / profile

Then your plugin is correctly installed.

Commands

  • twilio select:profile
  • twilio select:flexconfig:update
  • twilio select:flexconfig:backup
  • twilio select:flexconfig:restore

twilio select:profile

To select your Twilio project / account, type:

twilio select:profile

A list of available profiles is shown, with the active one selected. Move the arrow and choose your profile.

twilio select:flexconfig:update

Update your Flex configuration. Before using it, make sure you are logged in into a Flex project.

twilio select:flexconfig:update

Before updating the Flex configuration, the plugin will autosave the current configuration in a file called flexconfig_<account sid>_<timestamp>.json in the same folder where the command has been executed in.

Note: Some Flex configuration cannot be changes, and those include account_sid, status, flex_service_instance_sid, runtime_domain, taskrouter_workspace_sid, service_version, taskrouter_offline_activity_sid.

twilio select:flexconfig:backup

Backup to local file the currrent Flex configuration.

twilio select:flexconfig:backup

The configuration is stored in a file called flexconfig_<account sid>_<timestamp>.json in the same folder where the command has been executed in.

The generated file can be used with the restore command.

twilio select:flexconfig:restore

Restore the Flex configuration from file.

twilio select:flexconfig:restore

The plugin will show the files in the current directory whose file name is flexconfig_AC*.

Keywords

FAQs

Package last updated on 29 May 2021

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc