socket analytics
Get analytics data at the organization and repository level
$ socket analytics --help
Look up analytics data
Usage
$ socket analytics [options] [ "org" | "repo" <reponame>] [TIME]
API Token Requirements
- Quota: 1 unit
- Permissions: report:write
The scope is either org or repo level, defaults to org.
When scope is repo, a repo slug must be given as well.
The TIME argument must be number 7, 30, or 90 and defaults to 30.
Options
--file Path to store result, only valid with --json/--markdown
--json Output result as json
--markdown Output result as markdown
Examples
$ socket analytics org 7
$ socket analytics repo test-repo 30
$ socket analytics 90
Example of what the dashboard looks like:
Updated 6 days ago