socket analytics
Get analytics data at the organization and repository level
Look up analytics data
Default parameters are set to show the organization-level analytics over the last 7 days.
Usage
$ socket analytics --scope=<scope> --time=<time filter>
Options
--file Path to a local file to save the output
--help Print this help and exits.
--json Output result as json
--markdown Output result as markdown
--repo Name of the repository
--scope Scope of the analytics data - either 'org' or 'repo'
--time Time filter - either 7, 30 or 90
--version Prints current version and exits.
Examples
$ socket analytics --scope=org --time=7
$ socket analytics --scope=org --time=30
$ socket analytics --scope=repo --repo=test-repo --time=30
Updated 3 months ago