Installation
On macOS or Linux:
curl -fsSL https://connect.peridio.com/install.sh | sh
On Windows, or to install manually, use the GitHub releases:
- Download an Avocado CLI tarball from the releases page.
- Extract the tarball using the following command:
tar -xzvf <tarball>
- Move the extracted binary to a directory in your PATH:
mv avocado /usr/local/bin/
- Verify the installation:
If successful, you should see the version number displayed.avocado --version
Upgrade
To upgrade to the latest version:
avocado upgrade
To upgrade to a specific version:
avocado upgrade --version <version>