Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 683 Bytes

File metadata and controls

20 lines (14 loc) · 683 Bytes

rigbox-dev/cli-artifacts

Public release-asset mirror of rigbox-dev/cli.

This repo holds nothing but release artifacts — every tagged build on the private rigbox-dev/cli source repo creates a matching release here with the rig CLI binaries and the installer script.

Consumers always hit this repo, not the private source:

# Install the latest CLI
curl -fsSL https://rigbox.dev/install.sh | bash

# Pin to a specific version
RIG_VERSION=v0.13.0 curl -fsSL https://rigbox.dev/install.sh | bash

Source code, issues, and PRs live on the private repo (Rigbox employees only). End-user bug reports: please open an issue here.