https://github.com/twilio/twilio-cli
Unleash the power of Twilio from your command prompt
https://github.com/twilio/twilio-cli
Last synced: 10 months ago
JSON representation
Unleash the power of Twilio from your command prompt
- Host: GitHub
- URL: https://github.com/twilio/twilio-cli
- Owner: twilio
- License: mit
- Created: 2018-09-24T21:53:19.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2025-08-04T07:10:39.000Z (10 months ago)
- Last Synced: 2025-08-04T10:48:44.930Z (10 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.29 MB
- Stars: 169
- Watchers: 28
- Forks: 90
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-product-cli - Twilio CLI - Send SMS, make calls, manage phone numbers, and view logs. (Communication and Email)
README
# A CLI for Twilio
[](https://travis-ci.com/twilio/twilio-cli.svg?branch=main) [](https://codecov.io/gh/twilio/twilio-cli)
[](https://twil.io/learn-open-source)
## Requirements
Currently, Node 20+ is supported. We support the [LTS versions](https://nodejs.org/en/about/releases) of Node.
## Setup
Head over to the [Twilio CLI documentation](https://www.twilio.com/docs/twilio-cli/quickstart).
## Architecture and Functional Overview
Head over to the [CLI Architecture and Functional Overview](https://github.com/twilio/twilio-cli/blob/main/ARCHITECTURE.md)
## Versioning
`twilio-cli` uses a modified version of [Semantic Versioning](https://semver.org) for all changes. [See this document](VERSIONS.md) for details.
## Usage
See the [General usage guide](https://www.twilio.com/docs/twilio-cli/general-usage).
## Examples
Review the [Examples](https://www.twilio.com/docs/twilio-cli/examples).
## Plugins
You can review the docs on [available plugins and how to install them](https://www.twilio.com/docs/twilio-cli/plugins). If you are interested in writing your own plugin, refer to the [plugin authoring docs](docs/plugins.md).
## Contributing
1. Clone [this repo](https://github.com/twilio/twilio-cli).
1. From the repo directory, run: `npm install`
1. Run `./bin/run` from the repo directory to run the CLI.
## Node 20 support update
From version 6.0.0, the Twilio CLI will no longer support Node 18. If you are using Node 18, please upgrade to Node 20 or later.
For more information, see the [Twilio-CLI Support Update: Node 18 Version Deprecation](https://www.twilio.com/docs/twilio-cli/getting-started/twilio-cli-support-update).
## Feedback
Please file a [GitHub issue](https://github.com/twilio/twilio-cli/issues) 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](https://airtable.com/shrcFDU1gmKWOqZXe) or just run: the `twilio feedback` command.
## License
MIT