Update
Update your Twilio CLI installation using the method that matches how you installed it: Homebrew, Scoop, apt, a .deb or .rpm file, a .pkg file, an .exe installer, or npm.
If you installed the Twilio CLI with brew and want to upgrade to the latest version, run:
brew upgrade twilio
To update the Twilio CLI with Scoop, run:
scoop update
If you installed the CLI with apt, you can update using:
1sudo apt update2sudo 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 on GitHub.
If you installed using a downloaded .rpm file, use:
1yum update twilio2# or3dnf 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 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 on GitHub.
If you installed the CLI using npm, update your CLI by running:
npm install -g twilio-cli@latest