.nh .TH podman-secret-ls 1 .SH NAME .PP podman-secret-ls - List all available secrets .SH SYNOPSIS .PP \fBpodman secret ls\fP [\fIoptions\fP] .SH DESCRIPTION .PP Lists all the secrets that exist. The output can be formatted to a Go template using the \fB--format\fP option. .SH OPTIONS .SS \fB--filter\fP, \fB-f\fP=\fIfilter=value\fP .PP Filter output based on conditions given. Multiple filters can be given with multiple uses of the --filter option. .PP Valid filters are listed below: .TS allbox; l l l l . \fB\fC\fBFilter\fP\fR \fB\fC\fBDescription\fP\fR name T{ [Name] Secret name (accepts regex) T} id [ID] Full or partial secret ID .TE .SS \fB--format\fP=\fIformat\fP .PP Format secret output using Go template. .SS \fB--noheading\fP .PP Omit the table headings from the listing of secrets. .SS \fB--quiet\fP, \fB-q\fP .PP Print secret IDs only. .SH EXAMPLES .PP .RS .nf $ podman secret ls $ podman secret ls --format "{{.Name}}" $ podman secret ls --filter name=confidential .fi .RE .SH SEE ALSO .PP \fBpodman(1)\fP, \fBpodman-secret(1)\fP .SH HISTORY .PP January 2021, Originally compiled by Ashley Cui acui@redhat.com \[la]mailto:acui@redhat.com\[ra]