glab-repo-archive - Man Page

Get an archive of the repository.

Synopsis

glab repo archive [] [] [flags]

Description

Without a repository argument, archives the current repository. The repository accepts these shorthand references:

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 specified.

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)

Referenced By

glab-repo(1).

Aug 2026 Auto generated by spf13/cobra