glab runner managers

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.