npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@rivora/cli

v0.2.11

Published

Rivora CLI - Autonomous Reliability Layer for Cloud Infrastructure

Downloads

1,567

Readme

Rivora CLI

Infrastructure Intelligence Layer

Rivora CLI is your command-line interface for managing cloud infrastructure with AI-powered intelligence. Connect your AWS, Kubernetes, and other cloud resources to get intelligent insights, automated remediation, and streamlined infrastructure management.

✨ Features

  • 🔐 Secure Authentication - JWT-based auth with Rivora platform
  • ☁️ Multi-Cloud Support - AWS and Kubernetes integration
  • 🤖 AI-Powered Remediation - Intelligent infrastructure issue detection and fixes
  • 📊 Findings & Plans - Detect misconfigurations and generate remediation plans
  • 🔄 Auto-Update - Keep your CLI up to date effortlessly

🚀 Installation

Quick Install (Recommended)

curl -fsSL https://rivora.dev/install | bash

This installs a self-contained binary with zero runtime dependencies. Works on:

  • ✅ macOS (Apple Silicon & Intel)
  • ✅ Linux (x64 & ARM64)

Alternative: Install via npm/bun

npm install -g @rivora/cli
# or
bun add -g @rivora/cli

🎯 Quick Start

# Login to Rivora
rivora auth login

# Connect to AWS
rivora connect aws --profile <your-profile>

# Sync inventory and find issues
rivora inventory aws --sync
rivora findings list --severity high

# Get finding details with AI explanation
rivora findings get <finding-id>

# Generate remediation plan
rivora findings plan <finding-id> --format terraform

# Apply remediation
rivora findings remediate <finding-id> --dry-run
rivora findings remediate <finding-id> --apply

📚 Commands

Authentication

  • rivora auth login - Authenticate with Rivora
  • rivora auth logout - Sign out
  • rivora auth status - Check authentication status

Cloud Connections

  • rivora connect aws - Connect to AWS
  • rivora connect slack - Connect Slack for notifications

Inventory & Findings

  • rivora inventory aws --sync - Sync AWS inventory
  • rivora findings list - List security findings
  • rivora findings get <id> - Get finding details
  • rivora findings plan <id> - Generate remediation plan
  • rivora findings remediate <id> - Apply remediation

CI/CD Integration

  • rivora ci scan - Run security scan in CI
  • rivora ci gate - Deploy gate check
  • rivora ci comment - Post findings to PR

Maintenance

  • rivora update - Update to latest version
  • rivora --version - Show version
  • rivora --help - Show help

🔐 Security

  • No Credential Storage - CLI never stores AWS credentials
  • Native Auth Chain - Uses existing ~/.aws/ config
  • JWT Tokens - Secure authentication with Rivora platform

🌍 Platform Support

| Platform | Architecture | Status | |----------|-------------|--------| | macOS | ARM64 (M1/M2/M3) | ✅ Supported | | macOS | x64 (Intel) | ✅ Supported | | Linux | x64 | ✅ Supported | | Linux | ARM64 | ✅ Supported |

🔄 Auto-Update

# Check for updates
rivora update --check

# Install latest version
rivora update

🔗 Links

  • Website: https://rivora.dev
  • Documentation: https://docs.rivora.dev

💬 Support


Made with ❤️ by Rivora