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