1singularity(1) singularity(1)
2
3
4
6 singularity-cache-list - List your local Singularity cache
7
8
9
11 singularity cache list [list options...]
12
13
14
16 This will list your local cache (stored at $HOME/.singularity/cache if
17 SINGULARITY_CACHEDIR is not set).
18
19
20
22 -h, --help[=false]
23 help for list
24
25
26 -T, --type=[all]
27 a list of cache types to display, possible entries: library, oci,
28 shub, blob(s), all
29
30
31 -v, --verbose[=false]
32 include cache entries in the output
33
34
35
37 All group commands have their own help output:
38
39 $ singularity help cache list
40 $ singularity help cache list --type=library,oci
41 $ singularity cache list --help
42
43
44
45
47 singularity-cache(1)
48
49
50
52 21-Oct-2019 Auto generated by spf13/cobra
53
54
55
56Auto generated by spf13/cobra Oct 2019 singularity(1)