{"id":13702504,"url":"https://github.com/valeriobelli/gh-milestone","last_synced_at":"2026-01-12T11:42:41.179Z","repository":{"id":41980341,"uuid":"485467509","full_name":"valeriobelli/gh-milestone","owner":"valeriobelli","description":"GitHub CLI extension for managing Milestones","archived":false,"fork":false,"pushed_at":"2023-12-18T23:01:55.000Z","size":203,"stargazers_count":59,"open_issues_count":9,"forks_count":4,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-05T04:36:19.264Z","etag":null,"topics":["cli","gh","gh-extension","github","golang","milestones"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/valeriobelli.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2022-04-25T17:24:47.000Z","updated_at":"2025-04-29T07:20:17.000Z","dependencies_parsed_at":"2024-01-14T19:28:07.218Z","dependency_job_id":null,"html_url":"https://github.com/valeriobelli/gh-milestone","commit_stats":{"total_commits":45,"total_committers":4,"mean_commits":11.25,"dds":"0.48888888888888893","last_synced_commit":"b77190986f46b9d7250dd36219fc5690d82542ab"},"previous_names":["valeriobelli/gh-milestones"],"tags_count":15,"template":false,"template_full_name":null,"purl":"pkg:github/valeriobelli/gh-milestone","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valeriobelli%2Fgh-milestone","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valeriobelli%2Fgh-milestone/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valeriobelli%2Fgh-milestone/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valeriobelli%2Fgh-milestone/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/valeriobelli","download_url":"https://codeload.github.com/valeriobelli/gh-milestone/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/valeriobelli%2Fgh-milestone/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28338972,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-12T10:58:46.209Z","status":"ssl_error","status_checked_at":"2026-01-12T10:58:42.742Z","response_time":98,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["cli","gh","gh-extension","github","golang","milestones"],"created_at":"2024-08-02T21:00:36.734Z","updated_at":"2026-01-12T11:42:41.158Z","avatar_url":"https://github.com/valeriobelli.png","language":"Go","funding_links":[],"categories":["🧩 Categories","Github"],"sub_categories":["Productivity / Workflow"],"readme":"# gh milestone\n\nA [gh](https://github.com/cli/cli) extension for managing Github Milestones\n\n## Installation\n\n```bash\ngh extension install valeriobelli/gh-milestone\n```\n\n## Usage\n\nBy default, this extension uses the GitHub's Access Token of the current user for the host `github.com`.\n\nYou override the authentication of the current registered gh user by defining `GITHUB_TOKEN` in your environment variables. You can also override the host where your user is authenticated by setting `GITHUB_MILESTONE_HOST` still in your environment variables. By defining this latter, you change the behaviour of `gh config get --host \u003chost\u003e oauth_token`, which is the command this extension relies upon.\n\n### Create a new milestone\n\n```bash\n# Interactive mode\ngh milestone create\n\n# Flags mode\ngh milestone create --title v1.0.0 --description \"This is a description\" --due-date 2022-06-01\n```\n\n### List milestones\n\n```bash\n# Extended command\ngh milestone list\n\n# Alias\ngh milestone ls\n\n# List closed Milestones\ngh milestone list --state closed\n\n# List milestones of specific repo\ngh milestone list --repo valeriobelli/foo-bar\n\n# Search by a pattern\ngh milestone list --query \"Foo bar\"\n\n# Get first ten milestones\ngh milestone list --first 10\n\n# Print milestones as JSON\ngh milestone list --json id\ngh milestone list --json id,progressPercentage --json number\n\n# Access Milestone attributes via jq\ngh milestone list --json id,progressPercentage --json number --jq \".[0].id\"\n```\n\n### Edit a milestone\n\n```bash\ngh milestone edit \u003cmilestone number\u003e --title \"New title\"\ngh milestone edit \u003cmilestone number\u003e --title \"New title\" --repo valeriobelli/foo-bar\n```\n\n### View a milestone\n\n```bash\ngh milestone view \u003cmilestone number\u003e\n\ngh milestone view \u003cmilestone number\u003e --repo valeriobelli/foo-bar\n```\n\n### Delete milestone\n\n```bash\n# Interactive mode\ngh milestone delete \u003cmilestone number\u003e\n\n# Automatic\ngh milestone delete \u003cmilestone number\u003e --confirm\ngh milestone delete \u003cmilestone number\u003e --confirm --repo valeriobelli/foo-bar\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaleriobelli%2Fgh-milestone","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvaleriobelli%2Fgh-milestone","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvaleriobelli%2Fgh-milestone/lists"}