cli/docs/source/repo/archive.md

50 lines
1.3 KiB
Markdown

---
stage: Create
group: Code Review
info: To determine the technical writer assigned to the Stage/Group associated with this page, see https://about.gitlab.com/handbook/product/ux/technical-writing/#assignments
---
<!--
This documentation is auto generated by a script.
Please do not edit this file directly. Run `make gen-docs` instead.
-->
# `glab repo archive`
Get an archive of the repository.
## Synopsis
Clone supports these shorthands
- repo
- namespace/repo
- namespace/group/repo
```plaintext
glab repo archive <command> [flags]
```
## Examples
```plaintext
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
```
## Options
```plaintext
-f, --format string Optionally Specify format if you want a downloaded archive: {tar.gz|tar.bz2|tbz|tbz2|tb2|bz2|tar|zip}. (default "zip")
-s, --sha string 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
```plaintext
--help Show help for command
```