Official Homebrew tap for RevenueCat tools.
brew install RevenueCat/tap/rcThat's it. Homebrew handles updates automatically when you run brew upgrade.
| Formula | Description |
|---|---|
rc |
The RevenueCat CLI — manage customers, subscriptions, charts, and more from your terminal |
rc auth login # authenticate (browser OAuth or API key)
rc customer show <id> # look up a customer
rc charts show mrr # interactive MRR chart
rc --help # see everythingFull documentation and source: RevenueCat/revenuecat-cli
Formula not found after install?
brew tap RevenueCat/tap
brew install rcOutdated version?
brew update && brew upgrade rcSomething broken? Open an issue in RevenueCat/revenuecat-cli.