.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-cache-list - List your local Singularity cache .SH SYNOPSIS .PP \fBsingularity cache list [list options...]\fP .SH DESCRIPTION .PP This will list your local cache (stored at $HOME/.singularity/cache if SINGULARITY_CACHEDIR is not set). .SH OPTIONS .PP \fB-h\fP, \fB--help\fP[=false] help for list .PP \fB-T\fP, \fB--type\fP=[all] a list of cache types to display, possible entries: library, oci, shub, blob(s), all .PP \fB-v\fP, \fB--verbose\fP[=false] include cache entries in the output .SH EXAMPLE .PP .RS .nf All group commands have their own help output: $ singularity help cache list $ singularity help cache list --type=library,oci $ singularity cache list --help .fi .RE .SH SEE ALSO .PP \fBsingularity-cache(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra