apps
command gives detailed information on the user apps.
It includes the following additional stats.
- Number of API calls in the month
- Total number of records
- Storage size
> abc apps
+------+----------------+-----------+---------+---------+
| ID | NAME | API CALLS | RECORDS | STORAGE |
+------+----------------+-----------+---------+---------+
| 2442 | appname | 42 | 42 | 4242 |
| 2484 | another | 84 | 84 | 8484 |
| .... | ......... | ... | ... | ... |
+------+----------------+-----------+---------+---------+