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

FreeBSD Manual Pages

  
 
  

home | help
glab(1) 								 glab(1)

NAME
     glab-repo-archive - Get an archive of the repository.

SYNOPSIS
     glab repo archive [] [] [flags]

DESCRIPTION
     Without a repository argument, archives the current repository.  The repos-
     itory accepts these shorthand references:

     * repo

     * namespace/repo

     * namespace/group/repo

     The second argument sets the directory to download the archive into.

OPTIONS
     -f,  --format="zip"       Optional. Specify format if you want a downloaded
     archive: tar.gz, tar.bz2, tbz, tbz2, tb2, bz2, tar, zip.

     -s, --sha=""      The commit SHA to download. A tag, branch  reference,  or
     SHA  can  be  used. Defaults to the tip of the default branch if not speci-
     fied.

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

EXAMPLE
     glab repo archive profclems/glab

     # Downloads zip file of current repository
     glab repo archive

     # Downloads repo zip file into mydirectory
     glab repo archive profclems/glab mydirectory

     # Finds repo for current user and download in ZIP format
     glab repo archive profclems/glab --format=zip

SEE ALSO
     glab-repo(1)

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

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

home | help