SaaS metrics from the command line
So I have this Terminal. How do I get SaaS Metrics in it?
With chartmogul-cli
!
With quick commands you can get metrics for a specified period. For example, all metrics (MRR, ARR, etc.) since the beginning of 2016.
$ chartmogul all --start-date 2016-01-01 --end-date 2016-10-15
Get a metric for a group of plans
$ chartmogul all -s 2016-01-01 -e 2016-10-15 --plans Gold,Silver
Get a metric for a region or set of regions
$ chartmogul all --this month --geo US,GB,DE
Get a chart of your metrics.
$ chartmogul mrr --this year --chart
Installation:
$ npm install -g chartmogul-cli
You would need a ChartMogul account for the authentication + metrics. Visit the Github repository for more information.