summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-secret-inspect.1.md
diff options
context:
space:
mode:
authorEd Santiago <santiago@redhat.com>2022-05-26 13:05:08 -0600
committerEd Santiago <santiago@redhat.com>2022-09-15 09:59:32 -0600
commit7d1f688ff9cfdcc8d929e734ce28de81d0786767 (patch)
tree13f4c21ecbf10edd76cdf39496b294669ad0b8b1 /docs/source/markdown/podman-secret-inspect.1.md
parent50c538b3cc7a218fe009180bbe20b0c464add6f7 (diff)
downloadpodman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.tar.gz
podman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.tar.bz2
podman-7d1f688ff9cfdcc8d929e734ce28de81d0786767.zip
[CI:DOCS] man pages: document some --format options
Baby steps toward merging #14046: document a few of the Go format command-line options. Signed-off-by: Ed Santiago <santiago@redhat.com>
Diffstat (limited to 'docs/source/markdown/podman-secret-inspect.1.md')
-rw-r--r--docs/source/markdown/podman-secret-inspect.1.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/source/markdown/podman-secret-inspect.1.md b/docs/source/markdown/podman-secret-inspect.1.md
index 0e0d16120..77d9276bd 100644
--- a/docs/source/markdown/podman-secret-inspect.1.md
+++ b/docs/source/markdown/podman-secret-inspect.1.md
@@ -19,6 +19,17 @@ Secrets can be queried individually by providing their full name or a unique par
Format secret output using Go template.
+| **Placeholder** | **Description** |
+| ------------------------ | ----------------------------------------------------------------- |
+| .CreatedAt | When secret was created (relative timestamp, human-readable) |
+| .ID | ID of secret |
+| .Spec | Details of secret |
+| .Spec.Driver | Driver info |
+| .Spec.Driver.Name | Driver name (string) |
+| .Spec.Driver.Options ... | Driver options (map of driver-specific options) |
+| .Spec.Name | Name of secret |
+| .UpdatedAt | When secret was last updated (relative timestamp, human-readable) |
+
#### **--help**
Print usage statement.