glab-runner-managers - Man Page

List runner managers.

Synopsis

glab runner managers Ā [flags]

Description

Lists the managers of a runner.

Options

-F, --output="text" Format output as: text, json.

-R,  --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[=false] Show help for this command.

Example

# List managers for runner 1
glab runner managers 1

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

See Also

glab-runner(1)

Referenced By

glab-runner(1).

Apr 2026 Auto generated by spf13/cobra