glab cluster agent list

List GitLab Agents for Kubernetes in a project.

Synopsis

Defaults to the current project. Use --output json for JSON output.

glab cluster agent list [flags]

Aliases

ls

Examples

# List agents in the current project
glab cluster agent list

# List agents in JSON format
glab cluster agent list --output json

Options

      --jq string       Filter JSON output with a jq expression.
  -F, --output string   Format output as: text, json. (default "text")
  -p, --page uint       Page number. (default 1)
  -P, --per-page uint   Number of items to list per page. (default 30)

Options inherited from parent commands

  -h, --help          Show help for this command.
  -R, --repo string   Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted.