singularity key list

List keys in your local or in the global keyring

Synopsis

List your local keys in your keyring. Will list public (trusted) keys by default.

singularity key list

Examples

$ singularity key list
$ singularity key list --secret

# list global public keys
$ singularity key list --global

Options

-g, --global    manage global public keys (import/pull/remove are restricted to root user or unprivileged installation only)
-h, --help      help for list
    --private   list private keys instead of the default which displays public ones (synonym for --secret)
-s, --secret    list secret keys instead of the default which displays public ones (synonym for --private)

SEE ALSO

Auto generated by spf13/cobra on 4-Sep-2024