From 69ed8608e45da74dfa77af4fda86ed130fd16bc2 Mon Sep 17 00:00:00 2001 From: Austin Abro Date: Thu, 19 Dec 2024 15:19:44 +0000 Subject: [PATCH] pull make docs and schema Signed-off-by: Austin Abro --- site/src/content/docs/commands/zarf_package_pull.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/site/src/content/docs/commands/zarf_package_pull.md b/site/src/content/docs/commands/zarf_package_pull.md index 44830762b5..eda39e7ec7 100644 --- a/site/src/content/docs/commands/zarf_package_pull.md +++ b/site/src/content/docs/commands/zarf_package_pull.md @@ -31,9 +31,10 @@ $ zarf package pull oci://ghcr.io/defenseunicorns/packages/dos-games:1.0.0 -a sk ### Options ``` - -h, --help help for pull - -o, --output-directory string Specify the output directory for the pulled Zarf package - --shasum string Shasum of the package to pull. Required if pulling a https package. A shasum can be retrieved using 'zarf dev sha256sum ' + -h, --help help for pull + -o, --output-directory string Specify the output directory for the pulled Zarf package + --shasum string Shasum of the package to pull. Required if pulling a https package. A shasum can be retrieved using 'zarf dev sha256sum ' + --skip-signature-validation Skip validating the signature of the Zarf package ``` ### Options inherited from parent commands