Update
Keep your Twilio CLI installation up to date to take advantage of the latest features and improvements.
Homebrew
If you installed the Twilio CLI with brew
and want to upgrade to the latest version, run:
brew upgrade twilio
Scoop
To update the Twilio CLI with Scoop, run:
scoop update
Linux
apt
If you installed the CLI with apt, you can update using:
sudo apt update
sudo apt --only-upgrade install twilio
deb file
If you installed using a local .deb
file, you will need to download and install the latest file each time you wish to update your current installation of the Twilio CLI. To see the latest version and when it was released, see the twilio-cli Release Log on GitHub.
rpm file
If you installed using a downloaded .rpm
file, use:
yum update twilio
# or
dnf update twilio
macOS
If you installed using a .pkg
file, you will need to download and run the new installer each time you wish to update your current installation of the Twilio CLI.
To check the latest version and when it was released, see the twilio-cli Release Log on GitHub.
Windows
If you installed using an .exe
file, you will need to download and run the new installer each time you wish to update your current installation of the Twilio CLI.
To see the latest version and when it was released, see the twilio-cli Release Log on GitHub.
npm
If you installed the CLI using npm, update your CLI by running:
npm install -g twilio-cli@latest
Need some help?
We all do sometimes; code is hard. Get help now from our support team, or lean on the wisdom of the crowd by visiting Twilio's Stack Overflow Collective or browsing the Twilio tag on Stack Overflow.