The Flex Plugins CLI is available via the Twilio CLI. You can install it using the twilio plugins
command:
twilio plugins:install @twilio-labs/plugin-flex
This will use the Twilio CLI's plugin functionality to install the Flex Plugins CLI capabilities. Under the hood, the Flex Plugins CLI uses the Flex Plugins API.
In order to install the Flex Plugins CLI, you'll need:
The twilio plugins
command will return details on all plugins you've installed on the Twilio CLI:
1twilio plugins2
The Flex Plugins CLI is installed if the plugin-flex
version is 1.0.0 or greater:
@twilio-labs/plugin-flex 7.0.0
Legacy plugins were created by directly using the create-flex-plugin
node package. The Flex Plugins CLI manages this dependency for you, and you can remove any prior installations you may have created. You can remove a global installation with:
npm uninstall -g create-flex-plugin
Now that you have installed the Plugins CLI, it is time to it learn how to use it with Flex Plugins. Migrate any existing plugins you have developed, review common development workflows, and get started with a new plugin.