{"id":17686564,"url":"https://github.com/mwarkentin/sentry-cli-help","last_synced_at":"2026-03-04T23:31:13.927Z","repository":{"id":136581548,"uuid":"476042591","full_name":"mwarkentin/sentry-cli-help","owner":"mwarkentin","description":"help scraper for sentry-cli","archived":false,"fork":false,"pushed_at":"2026-02-21T06:14:28.000Z","size":115,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-21T13:32:32.035Z","etag":null,"topics":["git-scraping","help-scraping"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mwarkentin.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-03-30T20:34:14.000Z","updated_at":"2026-02-21T06:14:31.000Z","dependencies_parsed_at":"2023-04-11T18:53:36.453Z","dependency_job_id":"8d250452-fa93-4422-9aff-27499bf4de97","html_url":"https://github.com/mwarkentin/sentry-cli-help","commit_stats":null,"previous_names":[],"tags_count":138,"template":false,"template_full_name":null,"purl":"pkg:github/mwarkentin/sentry-cli-help","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwarkentin%2Fsentry-cli-help","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwarkentin%2Fsentry-cli-help/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwarkentin%2Fsentry-cli-help/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwarkentin%2Fsentry-cli-help/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mwarkentin","download_url":"https://codeload.github.com/mwarkentin/sentry-cli-help/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mwarkentin%2Fsentry-cli-help/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30099337,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-04T22:49:54.894Z","status":"ssl_error","status_checked_at":"2026-03-04T22:49:48.883Z","response_time":59,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["git-scraping","help-scraping"],"created_at":"2024-10-24T10:45:15.480Z","updated_at":"2026-03-04T23:31:13.905Z","avatar_url":"https://github.com/mwarkentin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sentry-cli-help\n\n[![crawl](https://github.com/mwarkentin/sentry-cli-help/actions/workflows/crawl.yaml/badge.svg)](https://github.com/mwarkentin/sentry-cli-help/actions/workflows/crawl.yaml)\n\nA [help scraper](https://simonwillison.net/2022/Feb/2/help-scraping/) for [sentry-cli](https://github.com/getsentry/sentry-cli)\n\nScraping is automated with GitHub Actions.\nEvery day, the workflow installs the latest `sentry-cli` release, and crawls the output of `sentry-cli --help` and all subcommands.\nThe output is placed in [the `sentry-cli/` directory](./sentry-cli/).\n\n## How is this useful?\n\nYou can use this repo to identify changes in `sentry-cli` releases.\n\nGitHub also provides an undocumented RSS feed feature, which even lets you filter changes in certain paths.\n\nUsing this information you can count the number of unique CLI surfaces provided by `sentry-cli`:\n\n```\n❯ find sentry-cli -type f | wc -l\n    44\n```\n\nOr find the longest CLI surface:\n\n```\n❯ for line in $(find sentry-cli -type f) ; do echo \"${line%/*}\" ; done | awk '{print length, $0}' | sort -rn | head -5 | sed -e \"s+/+ +g\"\n43 sentry-cli releases files upload-sourcemaps\n35 sentry-cli releases propose-version\n33 sentry-cli react-native appcenter\n33 sentry-cli difutil bundle-sources\n32 sentry-cli releases files upload\n```\n\n---\n\nAll text content is owned by Sentry, licensed under the [BSD 3-Clause \"New\" or \"Revised\" License](https://opensource.org/licenses/BSD-3-Clause).\n\nCode in the repo is based on the work by Jason Hall in [imjasonh/gcloud-help](https://github.com/imjasonh/gcloud-help), licensed under the [Apache 2.0 license](https://www.apache.org/licenses/LICENSE-2.0).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwarkentin%2Fsentry-cli-help","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmwarkentin%2Fsentry-cli-help","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmwarkentin%2Fsentry-cli-help/lists"}