Installation
- Download a Peridio 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 peridio /usr/local/bin/
- Verify the installation:
If successful, you should see the version number displayed.
peridio --version
Upgrade
To upgrade to the latest version:
peridio upgrade
To upgrade to a specific version:
peridio upgrade --version <version>