FreeBSD Manual Pages
glab(1) glab(1) NAME glab-securefile-download - Download a secure file for a project. SYNOPSIS glab securefile download [flags] DESCRIPTION Download a secure file for a project. OPTIONS --all[=false] Download all (limit 100) of a project's secure files. Files are downloaded with their original name and file exten- sion. --force-download[=false] Force download file(s) even if checksum verification fails. Warning: when enabled, this setting allows the download of files that are corrupt or tampered with. --id=0 ID of the secure file to download. --name="" Name of the secure file to download. Saves the file with this name, or to the path specified by --path. --no-verify[=false] Do not verify the checksum of the downloaded file(s). Warning: when enabled, this setting allows the download of files that are corrupt or tampered with. --output-dir="." Output directory for files downloaded with --all. -p, --path="./downloaded.tmp" Path to download the secure file to, including filename and extension. OPTIONS INHERITED FROM PARENT COMMANDS -h, --help[=false] Show help for this command. -R, --repo="" Select another repository. Can use either OWNER/REPO or GROUP/NAMESPACE/REPO format. Also accepts full URL or Git URL. EXAMPLE # Download a project's secure file using the file's ID by argument or flag. $ glab securefile download 1 $ glab securefile download --id 1 # Download a project's secure file using the file's ID to a given path. $ glab securefile download 1 --path="securefiles/file.txt" # Download a project's secure file without verifying its checksum. $ glab securefile download 1 --no-verify # Download a project's secure file even if checksum verification fails. $ glab securefile download 1 --force-download # Download a project's secure file using the file's name to the current directory. $ glab securefile download --name my-secure-file.pem # Download a project's secure file using the file's name to a given path. $ glab securefile download --name my-secure-file.pem --path=securefiles/some-other-name.pem # Download all (limit 100) of a project's secure files. $ glab securefile download --all # Download all (limit 100) of a project's secure files to a given directory. $ glab securefile download --all --output-dir secure_files/ SEE ALSO glab-securefile(1) Auto generated by spf13/cobra Mar 2026 glab(1)
NAME | SYNOPSIS | DESCRIPTION | OPTIONS | OPTIONS INHERITED FROM PARENT COMMANDS | EXAMPLE | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=glab-securefile-download&sektion=1&manpath=FreeBSD+Ports+15.0.quarterly>
