Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.05 KB

File metadata and controls

45 lines (33 loc) · 1.05 KB
title `glab runner managers`
stage AI Coding
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 managers.

Synopsis

Lists the managers of a runner.

glab runner managers <runner-id> [flags]

Examples

# List managers for runner 1
glab runner managers 1

# List managers as JSON
glab runner managers 1 --output json

Options

      --jq string       Filter JSON output with a jq expression.
  -F, --output string   Format output as: text, json. (default "text")
  -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.

Options inherited from parent commands

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