Skip to content

Latest commit

 

History

History
44 lines (32 loc) · 1006 Bytes

File metadata and controls

44 lines (32 loc) · 1006 Bytes
title `glab runner managers`
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 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

  -F, --output string     Format output as: text, json. (default "text")
  -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.