You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new version of the plugin-serverless and plugin-assets are only compatible with Twilio CLI 3.0
or newer.
BREAKING CHANGE: New version requires Twilio CLI 3.0 or newer
Copy file name to clipboardExpand all lines: packages/plugin-assets/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,8 @@ The plugin creates a new Runtime Service which it then uses as a bucket to which
10
10
11
11
For more information see the blog post [announcing the the Assets Plugin](https://www.twilio.com/blog/assets-plugin-twilio-cli) and an example of [how to upload audio files for your Studio IVR with the Assets Plugin](https://www.twilio.com/blog/upload-audio-files-studio-ivr-twilio-cli-assets-plugin).
12
12
13
+
> **Important**: This version requires Twilio CLI version 3.0 or newer. For Twilio CLI version 2.x you have to use plugin-assets version 1.2.6.
Copy file name to clipboardExpand all lines: packages/plugin-serverless/README.md
+2
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@
7
7
This plugin adds functionality to the [Twilio CLI](https://github.com/twilio/twilio-cli) to locally develop,
8
8
debug and deploy to Twilio Serverless. It's a part of the [Serverless Toolkit](https://github.com/twilio-labs/serverless-toolkit) and wraps [twilio-run](https://github.com/twilio-labs/twilio-run) and [create-twilio-function](https://github.com/philnash/create-twilio-function).
9
9
10
+
> **Important**: This version requires Twilio CLI version 3.0 or newer. For Twilio CLI version 2.x you have to use plugin-serverless version 2.4.
0 commit comments