.nh .TH "singularity" "1" "Apr 2024" "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: all, library, oci-tmp, shub, oras, net, oci-sif, blob .PP \fB-v\fP, \fB--verbose\fP[=false] include cache entries in the output .SH EXAMPLE .EX All group commands have their own help output: $ singularity help cache list $ singularity help cache list --type=library,oci $ singularity cache list --help .EE .SH SEE ALSO .PP \fBsingularity-cache(1)\fP .SH HISTORY .PP 7-Apr-2024 Auto generated by spf13/cobra