﻿Rivet CLI 1.0.168 - Windows x64
==================================

INSTALL (no admin required):
  powershell -ExecutionPolicy Bypass -File install.ps1

INSTALL (system-wide, requires admin):
  powershell -ExecutionPolicy Bypass -File install.ps1 -System

VERIFY:
  rivet --version
  rivet --help

CI/CD USAGE:
  set RIVET_LICENSE_KEY=<your-key>
  rivet scan .\src
  rivet scan .\src --format sarif -o rivet.sarif
  rivet scan .\src --format json  -o rivet.json

EXIT CODES:
  0 = no findings
  1 = findings detected
  2 = error / license failure

OFFLINE LICENSE:
  rivet fingerprint -o fingerprint.json
  # Send fingerprint.json to support@cerebion.com

Support: support@cerebion.com
Docs:    https://docs.cerebion.com/cli
