.nh .TH "glab" "1" "May 2025" "Auto generated by spf13/cobra" "" .SH NAME glab-securefile-create - Create a new project secure file. .SH SYNOPSIS \fBglab securefile create [flags]\fP .SH DESCRIPTION Create a new project secure file. .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 # Create a project secure file with the given name using the contents of the given path. $ glab securefile create "newfile.txt" "securefiles/localfile.txt" # Create a project secure file using the 'upload' alias. $ glab securefile upload "newfile.txt" "securefiles/localfile.txt" .EE .SH SEE ALSO \fBglab-securefile(1)\fP