正式なドキュメントは英語版であり、この日本語訳はAI支援翻訳により作成された参考用のものです。日本語訳の一部の内容は人間によるレビューがまだ行われていないため、翻訳のタイミングにより英語版との間に差異が生じることがあります。最新かつ正確な情報については、英語版をご参照ください。

glab ci get

Get JSON of a running CI/CD pipeline on the current or other specified branch.

Synopsis

Defaults to the current branch. Use --pipeline-id to specify a pipeline instead of fetching the latest for a branch.

glab ci get [flags]

Aliases

stats

Examples

glab ci get
glab ci -R some/project -p 12345

Options

  -b, --branch string      Check pipeline status for a branch. (default current branch)
  -F, --output string      Format output. Options: text, json. (default "text")
  -p, --pipeline-id int    Provide pipeline ID.
  -d, --with-job-details   Show extended job information.
      --with-variables     Show variables in pipeline. Requires the Maintainer role.

Options inherited from parent commands

  -h, --help          Show help for this command.
  -R, --repo string   Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.