.nh .TH "singularity" "1" "Feb 2022" "Auto generated by spf13/cobra" "" .SH NAME .PP singularity-key-list - List keys in your local or in the global keyring .SH SYNOPSIS .PP \fBsingularity key list\fP .SH DESCRIPTION .PP List your local keys in your keyring. Will list public (trusted) keys by default. .SH OPTIONS .PP \fB-g\fP, \fB--global\fP[=false] manage global public keys (import/pull/remove are restricted to root user or unprivileged installation only) .PP \fB-h\fP, \fB--help\fP[=false] help for list .PP \fB-s\fP, \fB--secret\fP[=false] list private keys instead of the default which displays public ones .SH EXAMPLE .PP .RS .nf $ singularity key list $ singularity key list --secret # list global public keys $ singularity key list --global .fi .RE .SH SEE ALSO .PP \fBsingularity-key(1)\fP .SH HISTORY .PP 20-Feb-2022 Auto generated by spf13/cobra