From eee0ec97e8eb7436208b7852e7e9ee5974384395 Mon Sep 17 00:00:00 2001 From: Ashley Cui Date: Fri, 19 Aug 2022 16:38:49 -0400 Subject: Add quiet/q flag to podman secret ls Add quiet/q flag to podman secret ls, which will print only the secret ID. Signed-off-by: Ashley Cui --- docs/source/markdown/podman-secret-ls.1.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'docs/source') diff --git a/docs/source/markdown/podman-secret-ls.1.md b/docs/source/markdown/podman-secret-ls.1.md index 3b8535b5d..dcd10c9cf 100644 --- a/docs/source/markdown/podman-secret-ls.1.md +++ b/docs/source/markdown/podman-secret-ls.1.md @@ -30,7 +30,11 @@ Format secret output using Go template. #### **--noheading** -Omit the table headings from the listing of secrets. . +Omit the table headings from the listing of secrets. + +#### **--quiet**, **-q** + +Print secret IDs only. ## EXAMPLES -- cgit v1.2.3-54-g00ecf