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

glab runner list

List GitLab CI/CD runners.

Synopsis

List runners for a project (default), group, or instance. Use -R, –repo to list runners for another repository. Instance scope requires administrator access.

glab runner list [flags]

Aliases

ls

Examples

# List runners for the current project
$ glab runner list

# List runners for a specific project
$ glab runner list -R owner/repo

# List runners for a group
$ glab runner list --group mygroup

# List runners as JSON
$ glab runner list --output json

Options

  -g, --group string      List runners for a group. Ignored if -R/--repo is set.
  -i, --instance          List all runners available to the user (instance scope).
  -F, --output string     Format output as: text, json. (default "text")
  -p, --page int          Page number. (default 1)
  -P, --per-page int      Number of items to list per page. (default 30)
  -R, --repo OWNER/REPO   Select another repository. Can use either OWNER/REPO or `GROUP/NAMESPACE/REPO` format. Also accepts full URL or Git URL.

Options inherited from parent commands

  -h, --help   Show help for this command.