Add --pretty to podman secret inspect

Pretty-print podman secret inspect output in a human-readable format

Signed-off-by: Ashley Cui <acui@redhat.com>
This commit is contained in:
Ashley Cui
2022-09-14 15:28:00 -04:00
parent 828fae1297
commit dc05d1212c
3 changed files with 59 additions and 5 deletions

View File

@ -34,6 +34,10 @@ Format secret output using Go template.
Print usage statement.
#### **--pretty**
Print inspect output in human-readable format
## EXAMPLES