revcat-getting-started
Installation
SKILL.md
revcat - getting started
revcat is a CLI for RevenueCat. It runs every v2 API operation reachable via OAuth, so you don't have to keep clicking through the dashboard. Single static Go binary, JSON-first when piped, table output on a TTY.
GitHub: https://github.com/akshitkrnagpal/revcat Docs: https://revcat.vercel.app
Install
brew install akshitkrnagpal/tap/revcat
# or, from source (Go 1.23+)
go install github.com/akshitkrnagpal/revcat/cmd/revcat@latest
Pre-built binaries for every platform are on the GitHub Releases page.