A CLI for Twilio
Requirements
Currently, Node 14+ is supported. We support the LTS versions of Node.
Setup
Head over to the Twilio CLI documentation.
Architecture and Functional Overview
Head over to the CLI Architecture and Functional Overview
Versioning
twilio-cli
uses a modified version of Semantic Versioning for all changes. See this document for details.
Usage
See the General usage guide.
Examples
Review the Examples.
Plugins
You can review the docs on available plugins and how to install them. If you are interested in writing your own plugin, refer to the plugin authoring docs.
Contributing
- Clone this repo.
- From the repo directory, run:
npm install
- Run
./bin/run
from the repo directory to run the CLI.
Feedback
Please file a GitHub issue in this repository for any issues/bugs.
We’d love to hear from you. Any time you have feedback you’d like to send us, fill the CLI Feedback form or just run: the twilio feedback
command.
License
MIT