1podman-secret-ls(1)()                                    podman-secret-ls(1)()
2
3
4

NAME

6       podman-secret-ls - List all available secrets
7
8

SYNOPSIS

10       podman secret ls [options]
11
12

DESCRIPTION

14       Lists  all  the secrets that exist. The output can be formatted to a Go
15       template using the --format option.
16
17

OPTIONS

19   --filter, -f=filter=value
20       Filter output based on conditions given.  Multiple filters can be given
21       with multiple uses of the --filter option.
22
23
24       Valid filters are listed below:
25
26
27       ┌───────┬────────────────────────────────┐
28Filter Description                    
29       ├───────┼────────────────────────────────┤
30       │name   │ [Name]  Secret  name  (accepts │
31       │       │ regex)                         │
32       ├───────┼────────────────────────────────┤
33       │id     │ [ID] Full or partial secret ID │
34       └───────┴────────────────────────────────┘
35
36   --format=format
37       Format secret output using Go template.
38
39
40   --noheading
41       Omit the table headings from the listing of secrets..
42
43

EXAMPLES

45              $ podman secret ls
46              $ podman secret ls --format "{{.Name}}"
47              $ podman secret ls --filter name=confidential
48
49
50

SEE ALSO

52       podman(1), podman-secret(1)
53
54

HISTORY

56       January  2021,  Originally  compiled  by  Ashley  Cui   acui@redhat.com
57       ⟨mailto:acui@redhat.com⟩
58
59
60
61                                                         podman-secret-ls(1)()
Impressum