Skip to content

Latest commit

 

History

History
50 lines (37 loc) · 1.19 KB

File metadata and controls

50 lines (37 loc) · 1.19 KB
title `glab runner-controller list`
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>

List runner controllers. (EXPERIMENTAL)

Synopsis

You must have administrator access.

This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/.

glab runner-controller list [flags]

Examples

# List all runner controllers
glab runner-controller list

# List runner controllers as JSON
glab runner-controller list --output json

Options

  -F, --output string   Format output as: text, json. (default "text")
  -p, --page int        Page number. (default 1)
  -P, --per-page int    Number of items per page. (default 30)

Options inherited from parent commands

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