glab(1) glab(1)

glab-runner-controller-scope-list - List scopes for a runner controller. (EXPERIMENTAL)

glab runner-controller scope list [flags]

Scopes can be for the instance (applies to all runners) or runner-level (applies to specific runners).

This feature is an experiment and is not ready for production use. It might be unstable or removed at any time. For more information, see https://docs.gitlab.com/policy/development_stages_support/.

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

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

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

# 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

glab-runner-controller-scope(1)

Jun 2026 Auto generated by spf13/cobra