Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Upgrade Flex Plugins CLI


The Flex Plugins CLI can be upgraded using the Twilio CLI. Your first step is keeping the Twilio CLI up-to-date. Details are available in the CLI Quickstart Guide. The Twilio CLI will always report if a new version is available when you are executing twilio commands.


Upgrading the Flex Plugin CLI

upgrading-the-flex-plugin-cli page anchor

The Flex Plugin CLI can be updated using the original install command used when setting up your development environment.

  1. Identify the latest available version of the Flex Plugin CLI.

_10
$ npm show @twilio-labs/plugin-flex
_10
4.8.0

  1. Check the version of the Flex Plugins CLI currently installed on your local environment.

_10
$ twilio plugins
_10
@twilio-labs/plugin-flex 1.0.0

  1. Upgrade to the latest version available.

_10
twilio plugins:install @twilio-labs/plugin-flex


Upgrading the Plugins CLI will not affect any of your existing plugins. Make sure to follow our guide for updating your plugins and keeping everything up-to-date.



Rate this page: