Quick Start¶
Get up and running with RevenueCat CLI in under a minute.
Step 1: Authenticate¶
This stores your API key in a named profile. You can create multiple profiles for different environments.
Step 2: Set Your Project¶
This writes a .rc.yaml file in the current directory so all subsequent commands know which project to target.
Step 3: Verify¶
The doctor command validates your authentication, project configuration, and API connectivity. A successful check looks like:
Your First Commands¶
List Your Apps¶
List Products in Table Format¶
Get a Specific Customer¶
View Metrics Overview¶
Output Format Examples¶
RevenueCat CLI supports 7 output formats. Use the --output flag to switch between them.
Common Workflows¶
Pipe to jq¶
Export to CSV¶
Quick Lookup¶
What's Next?¶
- Browse the Commands reference for all 65+ commands
- Learn about Output Formats in detail
- Set up Shell Completion for tab autocompletion