glab-runner-controller-scope-list - Man Page

List scopes for a runner controller. (EXPERIMENTAL)

Synopsis

glab runner-controller scope list  [flags]

Description

List scopes for a runner controller. (EXPERIMENTAL)

Options

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

Options Inherited from Parent Commands

-h, --help[=false] Show help for this command.

Example

# List all scopes for runner controller 42
$ glab runner-controller scope list 42

# List scopes as JSON
$ glab runner-controller scope list 42 --output json

See Also

glab-runner-controller-scope(1)

Referenced By

glab-runner-controller-scope(1).

Mar 2026 Auto generated by spf13/cobra