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

@getrheo/cli

v2.6.0

Published

Rheo CLI — workspace automation for apps, flows, channels, experiments, analytics, rollouts, and media.

Readme

@getrheo/cli

Rheo CLI for workspace members — read and write product content with a personal workspace API key.

Install

npm install -g @getrheo/cli
# or
npx @getrheo/cli --help

Auth

  1. In the Rheo dashboard, open Account → Personal and create a CLI API key (rheo_wk_…). Any workspace member can mint a personal key.
  2. Save it locally:
rheo auth login --api-key rheo_wk_…

Or set RHEO_API_KEY (and optionally RHEO_API_URL) for CI.

Keys are workspace-scoped and user-bound. Mutations follow your live workspace role (same capabilities as the dashboard).

Commands

rheo whoami

# Apps
rheo apps list|get|create|update|branding|delete

# Flows
rheo flows list|get|draft|versions|version|create|update|save-draft|publish|archive|unarchive|duplicate

# Channels
rheo channels list|history|create|update|archive|unarchive|assign|unassign

# Experiments
rheo experiments list|get|stats|…|create|update|delete|add-variant|…|stop|promote

# Analytics (read; default last 7 UTC days)
rheo analytics app-overview <appId>
rheo analytics <kind> <flowId>

# Rollouts
rheo rollouts policy|policy-set|list|get|channel-list|submit|approve|reject

# Media
rheo media list|sign-upload|confirm|upload|rename|archive

Write bodies: --body '{"…"}' or --file payload.json. Destructive confirms use --confirm-name.

Out of scope: billing, members, workspace settings, AI helpers, notifications, customers.

Default API: https://api.getrheo.io. Override with --api-url or RHEO_API_URL.

Docs

https://docs.getrheo.io/docs/developer-guide/cli