Skip to content

Latest commit

 

History

History
45 lines (34 loc) · 1.21 KB

File metadata and controls

45 lines (34 loc) · 1.21 KB
title `glab milestone get`
stage Create
group Code Review
info To determine the technical writer assigned to the Stage/Group associated with this page, see <https://handbook.gitlab.com/handbook/product/ux/technical-writing/#assignments>

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

glab milestone get [flags]

Examples

 # 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

Options

      --group string     The ID or URL-encoded path of the group.
  -F, --output string    Format output as: text, json. (default "text")
      --project string   The ID or URL-encoded path of the project.

Options inherited from parent commands

  -h, --help              Show help for this command.
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.