Installation
- 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>