gh-actions-stats
Advanced tools
Comparing version 0.0.0-rc.45742b7 to 0.0.0-rc.494ec42
{ | ||
"name": "gh-actions-stats", | ||
"version": "0.0.0-rc.45742b7", | ||
"version": "0.0.0-rc.494ec42", | ||
"description": "Simple cli helper to get stats on your Github Action usage", | ||
"type": "module", | ||
"bin": { | ||
"gh-actions-stats": "dist/index.js" | ||
"gh-actions-stats": "index.js" | ||
}, | ||
"engines": { | ||
"node": ">=12.20" | ||
}, | ||
"keywords": [], | ||
@@ -17,4 +21,2 @@ "author": "Julian Burr <hello@julianburr.de>", | ||
"@octokit/rest": "^19.0.4", | ||
"@types/node": "^18.7.13", | ||
"@types/yargs": "^17.0.11", | ||
"cli-table": "^0.3.11", | ||
@@ -24,5 +26,4 @@ "colors": "^1.4.0", | ||
"ora": "^6.1.2", | ||
"typescript": "^4.7.4", | ||
"yargs": "^17.5.1" | ||
} | ||
} |
# 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 | ||
``` |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
6
19
Yes
6717
4
139
2
- Removed@types/node@^18.7.13
- Removed@types/yargs@^17.0.11
- Removedtypescript@^4.7.4
- Removed@types/node@18.19.76(transitive)
- Removed@types/yargs@17.0.33(transitive)
- Removed@types/yargs-parser@21.0.3(transitive)
- Removedtypescript@4.9.5(transitive)
- Removedundici-types@5.26.5(transitive)