Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
glab(1)								       glab(1)

NAME
       glab-securefile-create -	Upload a new secure file to a project.

SYNOPSIS
       glab securefile create	[flags]

DESCRIPTION
       Provide the name	to store the file under, followed by the local path to
       the file	to upload.

       Secure  files  are  stored  outside the project's repository and	not in
       version control.	Both plain text	and binary files are supported,	up  to
       a maximum size of 5 MB.

       By  default, the	file is	uploaded to the	current	project. Use --repo to
       target another project.

OPTIONS	INHERITED FROM PARENT COMMANDS
       -h, --help[=false]      Show help for this command.

       -R, --repo=""	   Select  another  repository.	 You  can  use	either
       OWNER/REPO or GROUP/NAMESPACE/REPO. The full URL	or Git URL is also ac-
       cepted.

EXAMPLE
       # Upload	a secure file from a local path
       glab securefile create "newfile.txt" "securefiles/localfile.txt"

       # Upload	using the 'upload' alias
       glab securefile upload "newfile.txt" "securefiles/localfile.txt"

       # Upload	to another project
       glab securefile create "newfile.txt" "securefiles/localfile.txt"	-R owner/repo

SEE ALSO
       glab-securefile(1)

Auto generated by spf13/cobra	   Jun 2026			       glab(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-securefile-create&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help