glab runner managers | GitLab Docs
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.