Skip to main content

Installation

On macOS or Linux:

curl -fsSL https://connect.peridio.com/install.sh | sh

On Windows, or to install manually, use the GitHub releases:

  1. Download an Avocado CLI tarball from the releases page.
  2. Extract the tarball using the following command:
    tar -xzvf <tarball>
  3. Move the extracted binary to a directory in your PATH:
    mv avocado /usr/local/bin/
  4. Verify the installation:
    avocado --version
    If successful, you should see the version number displayed.

Upgrade

To upgrade to the latest version:

avocado upgrade

To upgrade to a specific version:

avocado upgrade --version <version>