1glab(1) glab(1)
2
3
4
6 glab-release-download - Download asset files from a GitLab Release
7
8
9
11 glab release download [flags]
12
13
14
16 Download asset files from a GitLab Release
17
18
19 If no tag is specified, assets are downloaded from the latest release.
20 Use --asset-name to specify a file name to download from the release
21 assets. --asset-name flag accepts glob patterns.
22
23
24
26 -n, --asset-name=[] Download only assets that match the name or a
27 glob pattern
28
29
30 -D, --dir="." Directory to download the release assets to
31
32
33
35 --help[=false] Show help for command
36
37
38 -R, --repo="" Select another repository using the OWNER/REPO or
39 GROUP/NAMESPACE/REPO format or full URL or git URL
40
41
42
44 Download all assets from the latest release
45 $ glab release download
46
47 Download all assets from the specified release tag
48 $ glab release download v1.1.0
49
50 Download assets with names matching the glob pattern
51 $ glab release download v1.10.1 --asset-name="*.tar.gz"
52
53
54
55
56
58 glab-release(1)
59
60
61
62Auto generated by spf13/cobra Nov 2023 glab(1)