Metrics¶
View key subscription metrics for your RevenueCat project. Metrics provide a real-time snapshot of your subscription business health.
Available Commands¶
| Command | Description |
|---|---|
rc metrics overview |
Display key subscription metrics |
rc metrics overview¶
Retrieve a high-level overview of your project's subscription metrics.
Metrics Returned¶
| Metric | Description |
|---|---|
| MRR | Monthly Recurring Revenue |
| Active Subscribers | Number of customers with active paid subscriptions |
| Active Trials | Number of customers currently in a free trial |
| Revenue | Total revenue for the current period |
Optional Flags¶
| Flag | Description | Default |
|---|---|---|
--output |
Output format | json |
Examples¶
Tip
Combine with watch for a live dashboard: watch -n 60 rc metrics overview --output table