glab(1) glab(1)

glab-milestone-get - Get a milestones via an ID for a project or group.

glab milestone get [flags]

Get a milestones via an ID for a project or group.

--group="" The ID or URL-encoded path of the group.

--project="" The ID or URL-encoded path of the project.

-h, --help[=false] Show help for this command.

-R, --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO format. Also accepts full URL or Git URL.

 # Get milestone for the current project
$ glab milestone get 123
# Get milestone for the specified project
$ glab milestone get 123 --project project-name
# Get milestone for the specified group
$ glab milestone get 123 --group group-name

glab-milestone(1)

Dec 2025 Auto generated by spf13/cobra