1podman-secret-inspect(1)() podman-secret-inspect(1)()
2
3
4
6 podman-secret-inspect - Display detailed information on one or more se‐
7 crets
8
9
11 podman secret inspect [options] secret [...]
12
13
15 Inspects the specified secret.
16
17
18 By default, this renders all results in a JSON array. If a format is
19 specified, the given template will be executed for each result. Se‐
20 crets can be queried individually by providing their full name or a
21 unique partial name.
22
23
25 --format=format
26 Format secret output using Go template.
27
28
29 --help
30 Print usage statement.
31
32
34 $ podman secret inspect mysecret
35 $ podman secret inspect --format "{{.Name} {{.Scope}}" mysecret
36
37
38
40 podman-secret(1)
41
42
44 January 2021, Originally compiled by Ashley Cui acui@redhat.com
45 ⟨mailto:acui@redhat.com⟩
46
47
48
49 podman-secret-inspect(1)()