npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

plugin-select

v1.1.6

Published

Easily select and display your Twilio resource

Downloads

6

Readme

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

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