.nh .TH "glab" "1" "May 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-securefile-download - Download a secure file for a project. .SH SYNOPSIS \fBglab securefile download [flags]\fP .SH DESCRIPTION Download a secure file for a project. .SH OPTIONS \fB-p\fP, \fB--path\fP="./downloaded.tmp" Path to download the secure file to, including filename and extension. .SH OPTIONS INHERITED FROM PARENT COMMANDS \fB--help\fP[=false] Show help for this command. .PP \fB-R\fP, \fB--repo\fP="" Select another repository. Can use either \fBOWNER/REPO\fR or \fBGROUP/NAMESPACE/REPO\fR format. Also accepts full URL or Git URL. .SH EXAMPLE .EX Download a project's secure file using the file's ID. - glab securefile download 1 Download a project's secure file using the file's ID to a given path. - glab securefile download 1 --path="securefiles/file.txt" .EE .SH SEE ALSO \fBglab-securefile(1)\fP