table of contents
other versions
- bookworm-backports 1.33.0-1~bpo12+1
- testing 1.49.0-1+b1
- unstable 1.49.0-1+b2
glab(1) | glab(1) |
NAME¶
glab-repo-archive - Get an archive of the repository.
SYNOPSIS¶
glab repo archive [flags]
DESCRIPTION¶
Clone supports these shorthands
- repo
- namespace/repo
- namespace/group/repo
OPTIONS¶
-f, --format="zip" Optionally 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. This defaults to the tip of the default branch if not specified
OPTIONS INHERITED FROM PARENT COMMANDS¶
--help[=false] Show help for command
EXAMPLE¶
glab repo archive profclems/glab glab repo archive # Downloads zip file of current repository glab repo archive profclems/glab mydirectory # Downloads repo zip file into mydirectory glab repo archive profclems/glab --format=zip # Finds repo for current user and download in zip format
SEE ALSO¶
Sep 2023 | Auto generated by spf13/cobra |