gh-actions-stats
Advanced tools
Comparing version 0.0.0-rc.45742b7 to 0.0.0-rc.81d26d4
@@ -0,1 +1,2 @@ | ||
#!/usr/bin/env node | ||
"use strict"; | ||
@@ -2,0 +3,0 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) { |
{ | ||
"name": "gh-actions-stats", | ||
"version": "0.0.0-rc.45742b7", | ||
"version": "0.0.0-rc.81d26d4", | ||
"description": "Simple cli helper to get stats on your Github Action usage", | ||
@@ -5,0 +5,0 @@ "bin": { |
# gh-actions-stats | ||
Minimal cli to get stats on Gihub Actions usage | ||
Minimal cli to get stats on Gihub Actions usage. | ||
```bash | ||
# See all available options | ||
npx gh-actions-stats --help | ||
# Get stats for all repos for the past 7 days | ||
npx gh-actions-stats --token=$PAT --org=YourOrgName --days=7 | ||
# Get stats for specific repo | ||
npx gh-actions-stats --token=$PAT --org=YourOrgName --repo=YourRepoName --days=7 | ||
# Get stats for advanced time range | ||
# See https://docs.github.com/en/search-github/getting-started-with-searching-on-github/understanding-the-search-syntax#query-for-dates for syntax | ||
npx gh-actions-stats --token=$PAT --org=YourOrgName --created=2022-01-01..2022-01-31 | ||
``` |
19
8727
4
131