| 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.
Lists the managers of a runner.
glab runner managers <runner-id> [flags]
# List managers for runner 1
glab runner managers 1
# List managers as JSON
glab runner managers 1 --output json -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.
-h, --help Show help for this command.