Skip to main content

Installation

  1. Download a Peridio 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 peridio /usr/local/bin/
  4. Verify the installation:
    peridio --version
    If successful, you should see the version number displayed.

Upgrade

To upgrade to the latest version:

peridio upgrade

To upgrade to a specific version:

peridio upgrade --version <version>