Skip to content
This repository was archived by the owner on Feb 3, 2026. It is now read-only.

Quickstart Guide

Noah Prail edited this page Jan 24, 2018 · 1 revision

Installing RVA-CLI

RVA-CLI can be installed from source, from NPM, or from pre-built binary releases.

From the Binary Releases

Every release of RVA-CLI provides binary releases for a variety of OSes. These binary versions can be manually downloaded and installed.

  1. Download your desired version
  2. Unpack it (tar -zxvf rva-cli-v1.0.0-linux-amd64.tgz)
  3. Find the rva binary in the unpacked directory, and move it to its desired destination (mv linux-amd64/rva /usr/local/bin/rva)

From there, you should be able to run RVA-CLI: rva --help

From NPM

To install RVA-CLI from NPM run the following.

$ npm i -g @filiosoft/rva-cli

Clone this wiki locally