Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 779 Bytes

File metadata and controls

33 lines (20 loc) · 779 Bytes

Ravion CLI

Binary releases for ravion, the Ravion CLI.

This repository hosts release artifacts only — it contains no source code.

Install

Shell script (macOS / Linux)

curl -fsSL https://github.com/ravionhq/cli/releases/latest/download/install.sh | sh

Options via environment variables:

  • RAVION_VERSION — install a specific version (e.g. 0.2.0) instead of latest
  • RAVION_INSTALL_DIR — install directory (default: /usr/local/bin)

Homebrew

brew install ravionhq/tap/ravion

Verify

Every release includes a checksums.txt with SHA-256 sums for all archives. The install script verifies checksums automatically.

License

FSL-1.1-MIT — see the LICENSE.md bundled with each release archive.