1GH-CACHE(1) GitHub CLI manual GH-CACHE(1)
2
3
4
6 gh-cache - Manage Github Actions caches
7
8
9
11 gh cache <command> [flags]
12
13
14
16 Work with Github Actions caches.
17
18
19
21 gh-cache-delete(1)
22 Delete Github Actions caches
23
24
25 gh-cache-list(1)
26 List Github Actions caches
27
28
29
31 -R, --repo <[HOST/]OWNER/REPO>
32 Select another repository using the [HOST/]OWNER/REPO format
33
34
35
37 $ gh cache list
38 $ gh cache delete --all
39
40
41
42
43
45 gh(1)
46
47
48
49 Oct 2023 GH-CACHE(1)