Movatterモバイル変換


[0]ホーム

URL:


Skip to contentSkip to navigationSkip to topbar
Go to the Twilio Docs home page
Twilio Docs

Install past versions of the Twilio CLI


In some rare situations, you may need to make use of an older version of the Twilio CLI. These directions will guide you on how to do so, depending on your operating system and chosen installation method.

For a list of which versions of the Twilio CLI are available, see thereleases list(link takes you to an external page).


To install a specific version of the Twilio CLI withHomebrew(link takes you to an external page), use:

brewinstall twilio@VERSION

ReplaceVERSION with the semantic version of the release you need—for example,2.36.1:

brewinstall twilio@2.36.1
(warning)

Warning

VERSION must be2.36.1 or higher. This installation method does not support older versions.

Downgrade from an existing installation

downgrade-from-an-existing-installation page anchor

If you have a newer version of the Twilio CLI already installed, you will need tounlink that installation so that your system can use the past version in subsequent commands:

brewunlink twilio&&brewlink twilio@VERSION

As we did earlier, replaceVERSION with the semantic version of the release you need—for example,2.36.1.

Restore to the latest version of the Twilio CLI

restore-to-the-latest-version-of-the-twilio-cli page anchor

To restore your installation of the Twilio CLI to the latest version again, reverse the previous process and relink to the latest release:

brewunlink twilio@VERSION&&brewlink twilio

If you installed the Twilio CLI with any of the other common package managers (scoop, apt, or yum/dnf), uninstall your current version by following the respectiveUninstallinstructions for your operating system and package manager. Afterwards, follow the steps in the Platform executables section below to install a specific version.


If you installed the Twilio CLI with one of the platform executable files (.pkg,.exe,.deb, or.rpm):

  1. From thereleases list(link takes you to an external page), find your desired version and click onAssets under that release to reveal its platform executables.
  2. Download the executable for your operating system.
  3. Install as described in thegeneral installation instructions for your operating system.

If you installed the Twilio CLI withnpm, use the following commands to install a specific version:

npmuninstall-gtwilio-cli&&npminstall-gtwilio-cli@VERSION

ReplaceVERSION with your desired version.


[8]ページ先頭

©2009-2025 Movatter.jp