Snap-in developmentReferences

Install DevRev CLI

The DevRev CLI is a command-line interface tool that simplifies working with the DevRev REST APIs.

Supported architectures:

  • Linux amd64
  • Linux arm64

Installation

Download the Debian package and install it using the following command:

$sudo dpkg -i devrev_0.4.0-linux_amd64.deb

or

$sudo dpkg -i devrev_0.4.0-linux_arm64.deb

Run the following command to install the completions:

$wget https://raw.githubusercontent.com/devrev/cli/main/install_completions.sh && sh install_completions.sh /usr/local/bin/devrev

The Debian path /usr/local/bin/devrev may vary based on your Debian installation.

Uninstallation

$sudo dpkg -r devrev