Skip to contentSkip to navigationSkip to topbar
Rate this page:
On this page

Update


Keep your Twilio CLI installation up to date to take advantage of the latest features and improvements.


Homebrew

homebrew page anchor

If you installed the Twilio CLI with brew and want to upgrade to the latest version, run:


_10
brew upgrade twilio


To update the Twilio CLI with Scoop, run:


_10
scoop update


apt

apt page anchor

If you installed the CLI with apt, you can update using:


_10
sudo apt update
_10
sudo apt --only-upgrade install twilio

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(link takes you to an external page) on GitHub.

If you installed using a downloaded .rpm file, use:


_10
yum update twilio
_10
# or
_10
dnf update twilio


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(link takes you to an external page) on GitHub.


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(link takes you to an external page) on GitHub.


If you installed the CLI using npm, update your CLI by running:


_10
npm install -g twilio-cli@latest


Rate this page: