glab-runner-managers - Man Page

List runner managers.

Synopsis

glab runner managers  [flags]

Description

Lists the managers of a runner.

Options

--jq="" Filter JSON output with a jq expression.

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

-R, --repo="" 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[=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).

Jun 2026 Auto generated by spf13/cobra