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.