glab-cluster-agent-token-cache-list(1)

glab(1) glab(1)

NAME

glab-cluster-agent-token-cache-list - List cached GitLab Agent tokens.

SYNOPSIS

glab cluster agent token-cache list [flags]

DESCRIPTION

By default, shows tokens from both keyring and filesystem cache. Use --keyring=false or --filesystem=false to filter by cache type.

OPTIONS

--agent=[] Filter by specific agent IDs.

--filesystem[=true] Include tokens from filesystem cache.

--keyring[=true] Include tokens from keyring cache.

-R, --repo="" Select another repository using the OWNER/REPO format.

OPTIONS INHERITED FROM PARENT COMMANDS

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

EXAMPLE

# List all cached agent tokens
glab cluster agent token-cache list
# List tokens from filesystem cache only
glab cluster agent token-cache list --keyring=false

SEE ALSO

glab-cluster-agent-token-cache(1)

Jun 2026 Auto generated by spf13/cobra