A CLI for Twilio
⚠⚠⚠⚠ Pre-release software warning ⚠⚠⚠⚠
This software is in pre-release status and not currently supported. We are looking for community feedback on what type of CLI tool would be the most useful for Twilio users.
⚠⚠⚠⚠
Prerequisites
- Node.js >= 8.0
- Running on Linux? Depending on your distribution, you will need to run the following command:
Debian/Ubuntu: sudo apt-get install libsecret-1-dev
Red Hat-based: sudo yum install libsecret-devel
Arch Linux: sudo pacman -S libsecret
Eventually, the plan is to have self-contained packages for *nix systems and an installer for Windows with no need for manually installing prerequisites.
Setup
Head over to the twilio-cli documentation.
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.
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 feedback you may have.
License
MIT