.nh .TH "glab" "1" "Aug 2026" "Auto generated by spf13/cobra" "" .SH NAME glab-securefile-list - List secure files in a project. .SH SYNOPSIS \fBglab securefile list [flags]\fP .SH DESCRIPTION List the secure files configured for a project. Use \fB--page\fR and \fB--per-page\fR to paginate the result. .PP By default, files are listed for the current project. Use \fB--repo\fR to target another project. .SH OPTIONS \fB--jq\fP="" Filter JSON output with a jq expression. .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. .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 all secure files in the current project glab securefile list # Use the 'ls' alias glab securefile ls # List a specific page glab securefile list --page 2 # List a specific page with a custom page size glab securefile list --page 2 --per-page 10 # List files from another project glab securefile list -R owner/repo .EE .SH SEE ALSO \fBglab-securefile(1)\fP