.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-cluster-agent-token-cache-list - List cached GitLab Agent tokens. .SH SYNOPSIS \fBglab cluster agent token-cache list [flags]\fP .SH DESCRIPTION By default, shows tokens from both keyring and filesystem cache. Use \fB--keyring=false\fR or \fB--filesystem=false\fR to filter by cache type. .SH OPTIONS \fB--agent\fP=[] Filter by specific agent IDs. .PP \fB--filesystem\fP[=true] Include tokens from filesystem cache. .PP \fB--keyring\fP[=true] Include tokens from keyring cache. .PP \fB-R\fP, \fB--repo\fP="" Select another repository using the OWNER/REPO format. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .SH EXAMPLE .EX # 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 .EE .SH SEE ALSO \fBglab-cluster-agent-token-cache(1)\fP