Skip to content

Commit dd38dcf

Browse files
committed
chore: highlight breaking Twilio CLI change
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
1 parent 38edf42 commit dd38dcf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: packages/plugin-assets/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ The plugin creates a new Runtime Service which it then uses as a bucket to which
1010

1111
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).
1212

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.
14+
1315
<!-- toc -->
1416

1517
<!-- tocstop -->

Diff for: packages/plugin-serverless/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
This plugin adds functionality to the [Twilio CLI](https://github.com/twilio/twilio-cli) to locally develop,
88
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).
99

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.
11+
1012
<!-- toc -->
1113

1214
<!-- tocstop -->

0 commit comments

Comments
 (0)