.nh .TH "glab" "1" "Sep 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-deploy-key-list - Get a list of deploy keys for the current project. .SH SYNOPSIS \fBglab deploy-key list [flags]\fP .SH DESCRIPTION Each row shows the key's title, key, push access, and creation date. Pass \fB--show-id\fR to also display the key ID, which the \fBget\fR and \fBdelete\fR commands accept as an argument. Use \fB--repo\fR to target a project other than the current one. .SH OPTIONS \fB--jq\fP="" Filter JSON output with a jq expression. .PP \fB-F\fP, \fB--output\fP="text" Format output as: text, json. .PP \fB-p\fP, \fB--page\fP=1 Page number. .PP \fB-P\fP, \fB--per-page\fP=30 Number of items to list per page. .PP \fB--show-id\fP[=false] Shows IDs of deploy keys. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB-h\fP, \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. You can use either OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL or Git URL is also accepted. .SH EXAMPLE .EX # List the current project's deploy keys glab deploy-key list # Include the key ID in the output glab deploy-key list --show-id .EE .SH SEE ALSO \fBglab-deploy-key(1)\fP