From 192187523a8813f97350cf2916b5585eb87433fd Mon Sep 17 00:00:00 2001 From: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:44:24 -0500 Subject: [PATCH] removed the ZARF_ARCHITECTURE Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com> --- docs/2-the-zarf-cli/100-cli-commands/zarf.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_completion.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_completion_bash.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_completion_fish.md | 2 +- .../100-cli-commands/zarf_completion_powershell.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_completion_zsh.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_connect.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_connect_list.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_destroy.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_dev.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_dev_deploy.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_dev_find-images.md | 2 +- .../2-the-zarf-cli/100-cli-commands/zarf_dev_generate-config.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_dev_lint.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_dev_patch-git.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_dev_sha256sum.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_init.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_package.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_package_create.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_package_deploy.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_package_inspect.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_package_list.md | 2 +- .../100-cli-commands/zarf_package_mirror-resources.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_package_publish.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_package_pull.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_package_remove.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_tools.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver.md | 2 +- .../100-cli-commands/zarf_tools_archiver_compress.md | 2 +- .../100-cli-commands/zarf_tools_archiver_decompress.md | 2 +- .../100-cli-commands/zarf_tools_archiver_version.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_tools_clear-cache.md | 2 +- .../2-the-zarf-cli/100-cli-commands/zarf_tools_download-init.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-key.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-pki.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_tools_get-creds.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_tools_update-creds.md | 2 +- docs/2-the-zarf-cli/100-cli-commands/zarf_version.md | 2 +- 39 files changed, 39 insertions(+), 39 deletions(-) diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf.md b/docs/2-the-zarf-cli/100-cli-commands/zarf.md index 43b20a3446..f2794aa98e 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf.md @@ -15,7 +15,7 @@ zarf COMMAND [flags] ## Options ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages -h, --help help for zarf --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion.md index 9236121c09..1b14fc043d 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion.md @@ -18,7 +18,7 @@ See each sub-command's help for details on how to use the generated script. ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_bash.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_bash.md index 6d3d8f43bc..baa3b56a09 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_bash.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_bash.md @@ -41,7 +41,7 @@ zarf completion bash ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_fish.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_fish.md index 0c68f43fbe..bcdcce8607 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_fish.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_fish.md @@ -32,7 +32,7 @@ zarf completion fish [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_powershell.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_powershell.md index c00cedd6b7..bd2cd1c5ba 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_powershell.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_powershell.md @@ -29,7 +29,7 @@ zarf completion powershell [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_zsh.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_zsh.md index 5b483ba887..4f78a06814 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_zsh.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_completion_zsh.md @@ -43,7 +43,7 @@ zarf completion zsh [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_connect.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_connect.md index 3917f21bfb..2bb16dcfdb 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_connect.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_connect.md @@ -32,7 +32,7 @@ zarf connect { REGISTRY | LOGGING | GIT | connect-name } [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_connect_list.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_connect_list.md index 1db2b00fd0..51d16e44cd 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_connect_list.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_connect_list.md @@ -16,7 +16,7 @@ zarf connect list [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_destroy.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_destroy.md index 8b2aa55c22..ae8bb25fd0 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_destroy.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_destroy.md @@ -28,7 +28,7 @@ zarf destroy --confirm [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev.md index 37750e9e5d..7501cb44a7 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev.md @@ -12,7 +12,7 @@ Commands useful for developing packages ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_deploy.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_deploy.md index 5bf2136513..cf2ac00723 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_deploy.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_deploy.md @@ -30,7 +30,7 @@ zarf dev deploy [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_find-images.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_find-images.md index 7855522f01..221ee2020a 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_find-images.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_find-images.md @@ -29,7 +29,7 @@ zarf dev find-images [ PACKAGE ] [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate-config.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate-config.md index f69a4a8a19..4005e20995 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate-config.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate-config.md @@ -25,7 +25,7 @@ zarf dev generate-config [ FILENAME ] [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate.md index 92321202dc..a07e939058 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_generate.md @@ -27,7 +27,7 @@ zarf dev generate podinfo --url https://github.com/stefanprodan/podinfo.git --ve ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_lint.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_lint.md index da0894740f..7ec1068b0b 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_lint.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_lint.md @@ -22,7 +22,7 @@ zarf dev lint [ DIRECTORY ] [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_patch-git.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_patch-git.md index 37e36e0680..808df2ba07 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_patch-git.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_patch-git.md @@ -18,7 +18,7 @@ zarf dev patch-git HOST FILE [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_sha256sum.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_sha256sum.md index 4efa8b501d..4be9cbcd30 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_sha256sum.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_dev_sha256sum.md @@ -17,7 +17,7 @@ zarf dev sha256sum { FILE | URL } [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_init.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_init.md index 4106c2f4fa..b16bbd34f6 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_init.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_init.md @@ -80,7 +80,7 @@ $ zarf init --artifact-push-password={PASSWORD} --artifact-push-username={USERNA ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package.md index 18cc066e04..572d0c7dba 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package.md @@ -14,7 +14,7 @@ Zarf package commands for creating, deploying, and inspecting packages ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_create.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_create.md index 1f6ca11453..81044a3acc 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_create.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_create.md @@ -35,7 +35,7 @@ zarf package create [ DIRECTORY ] [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_deploy.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_deploy.md index dc79f9da08..8b9a1721a3 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_deploy.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_deploy.md @@ -29,7 +29,7 @@ zarf package deploy [ PACKAGE_SOURCE ] [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -k, --key string Path to public key file for validating signed packages -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_inspect.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_inspect.md index 92cc0ecefe..2382a7c048 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_inspect.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_inspect.md @@ -22,7 +22,7 @@ zarf package inspect [ PACKAGE_SOURCE ] [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -k, --key string Path to public key file for validating signed packages -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_list.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_list.md index f7224f7f39..2c5b08481e 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_list.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_list.md @@ -16,7 +16,7 @@ zarf package list [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -k, --key string Path to public key file for validating signed packages -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_mirror-resources.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_mirror-resources.md index f0f7df0a29..fd658197d4 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_mirror-resources.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_mirror-resources.md @@ -55,7 +55,7 @@ $ zarf package mirror-resources \ ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -k, --key string Path to public key file for validating signed packages -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_publish.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_publish.md index 86723054db..cd82887e16 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_publish.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_publish.md @@ -30,7 +30,7 @@ $ zarf package publish ./path/to/dir oci://my-registry.com/my-namespace ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -k, --key string Path to public key file for validating signed packages -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_pull.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_pull.md index 93aef8d2aa..59d876923c 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_pull.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_pull.md @@ -31,7 +31,7 @@ $ zarf package pull oci://ghcr.io/defenseunicorns/packages/dos-games:1.0.0 -a sk ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -k, --key string Path to public key file for validating signed packages -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_remove.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_remove.md index 5dc4b314bb..3e4a20ae08 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_package_remove.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_package_remove.md @@ -18,7 +18,7 @@ zarf package remove { PACKAGE_SOURCE | PACKAGE_NAME } --confirm [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -k, --key string Path to public key file for validating signed packages -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools.md index bc45b56cd7..587283fccf 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools.md @@ -12,7 +12,7 @@ Collection of additional tools to make airgap easier ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver.md index e1476a9023..1dd729b38a 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver.md @@ -12,7 +12,7 @@ Compresses/Decompresses generic archives, including Zarf packages ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_compress.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_compress.md index 84a11c6b2c..ecbbe70bf4 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_compress.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_compress.md @@ -16,7 +16,7 @@ zarf tools archiver compress SOURCES ARCHIVE [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_decompress.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_decompress.md index d8eb80402c..53249200d7 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_decompress.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_decompress.md @@ -17,7 +17,7 @@ zarf tools archiver decompress ARCHIVE DESTINATION [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_version.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_version.md index bde45abf73..6397622fc4 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_version.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver_version.md @@ -16,7 +16,7 @@ zarf tools archiver version [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_clear-cache.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_clear-cache.md index abf704253d..b245fd9bbd 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_clear-cache.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_clear-cache.md @@ -17,7 +17,7 @@ zarf tools clear-cache [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_download-init.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_download-init.md index ec83d0527e..c3d90216f8 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_download-init.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_download-init.md @@ -17,7 +17,7 @@ zarf tools download-init [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-key.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-key.md index eb12650d67..8b7ea10756 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-key.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-key.md @@ -16,7 +16,7 @@ zarf tools gen-key [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-pki.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-pki.md index c537e124e6..224f09489f 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-pki.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-pki.md @@ -17,7 +17,7 @@ zarf tools gen-pki HOST [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_get-creds.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_get-creds.md index 914368fff2..457acc4756 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_get-creds.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_get-creds.md @@ -37,7 +37,7 @@ $ zarf tools get-creds logging ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_update-creds.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_update-creds.md index 9c3f374cbb..8dd9cd1610 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_update-creds.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_update-creds.md @@ -65,7 +65,7 @@ $ zarf tools update-creds artifact --artifact-push-username={USERNAME} --artifac ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_version.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_version.md index 3cfd724684..2f83e0e4ac 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_version.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_version.md @@ -21,7 +21,7 @@ zarf version [flags] ## Options inherited from parent commands ``` - -a, --architecture string Architecture for OCI images and Zarf packages (default "amd64") + -a, --architecture string Architecture for OCI images and Zarf packages --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace (default "info") --no-color Disable colors in output