Security News
New Python Packaging Proposal Aims to Solve Phantom Dependency Problem with SBOMs
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
twilio-cli
Advanced tools
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.
⚠⚠⚠⚠
sudo apt-get install libsecret-1-dev
sudo yum install libsecret-devel
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.
You can install twilio-cli
via npm or Homebrew (macOS or Linux).
npm install -g twilio-cli
twilio
command.brew tap twilio/brew && brew install twilio
twilio
command.npm outdated -g twilio-cli
npm update -g twilio-cli
twilio-cli
uses a modified version of Semantic Versioning for all changes. See this document for details.
twilio login
This is for caching your credentials for your existing Twilio account (aka Project) locally. You will be prompted for a shorthand identifier for your Twilio project. This is referred to as the "project ID", which is just an easy to remember, short string to identify the project. (If you've used git
before, it's like the name you assign to a remote like "origin".)
Note, while you are prompted for your Account SID and Auth Token, these are not saved. An API Key is created (look for "twilio-cli for [username] on [hostname]" in the console) and stored in your system's keychain.
For details on how to work with multiple Twilio accounts/projects or use environment variables, see the projects section.
twilio
Lists all available commands.
twilio phone-numbers:list
Lists all your phone numbers.
Add --help
to any command to get help (e.g. twilio phone-numbers:list --help
)
See the General usage guide.
npm install
./bin/run
from the repo directory to run the CLI.Please file a GitHub issue in this repository for any feedback you may have.
MIT
FAQs
Unleash the power of Twilio from your command prompt. Visit https://twil.io/cli for don.
The npm package twilio-cli receives a total of 2,310 weekly downloads. As such, twilio-cli popularity was classified as popular.
We found that twilio-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PEP 770 proposes adding SBOM support to Python packages to improve transparency and catch hidden non-Python dependencies that security tools often miss.
Security News
Socket CEO Feross Aboukhadijeh discusses open source security challenges, including zero-day attacks and supply chain risks, on the Cyber Security Council podcast.
Security News
Research
Socket researchers uncover how threat actors weaponize Out-of-Band Application Security Testing (OAST) techniques across the npm, PyPI, and RubyGems ecosystems to exfiltrate sensitive data.