From b164c8d99d0f2bf0e74ee6e803cb4b4cf506a671 Mon Sep 17 00:00:00 2001 From: Kim Christensen Date: Wed, 6 Nov 2024 12:50:23 +0100 Subject: [PATCH] docs: Update CLI docs Signed-off-by: Kim Christensen --- docs/content/docs/references/cli/bundles_inspect.md | 1 + docs/content/docs/references/cli/inspect.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/content/docs/references/cli/bundles_inspect.md b/docs/content/docs/references/cli/bundles_inspect.md index 91a17c2f7..876df10ea 100644 --- a/docs/content/docs/references/cli/bundles_inspect.md +++ b/docs/content/docs/references/cli/bundles_inspect.md @@ -41,6 +41,7 @@ porter bundles inspect REFERENCE [flags] --insecure-registry Don't require TLS for the registry -o, --output string Specify an output format. Allowed values: plaintext, json, yaml (default "plaintext") -r, --reference string Use a bundle in an OCI registry specified by the given reference. + --resolve-tags Resolve tags ``` ### Options inherited from parent commands diff --git a/docs/content/docs/references/cli/inspect.md b/docs/content/docs/references/cli/inspect.md index 7a5a007c2..20f641c14 100644 --- a/docs/content/docs/references/cli/inspect.md +++ b/docs/content/docs/references/cli/inspect.md @@ -41,6 +41,7 @@ porter inspect REFERENCE [flags] --insecure-registry Don't require TLS for the registry -o, --output string Specify an output format. Allowed values: plaintext, json, yaml (default "plaintext") -r, --reference string Use a bundle in an OCI registry specified by the given reference. + --resolve-tags Resolve tags ``` ### Options inherited from parent commands