From 8bf0fc8519b79740f303b800363840178724df4d Mon Sep 17 00:00:00 2001 From: Jon Smith Date: Fri, 7 Jul 2023 14:23:22 -0500 Subject: [PATCH] make docs-and-schema --- docs/2-the-zarf-cli/100-cli-commands/zarf.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_completion.md | 1 + .../2-the-zarf-cli/100-cli-commands/zarf_completion_bash.md | 1 + .../2-the-zarf-cli/100-cli-commands/zarf_completion_fish.md | 1 + .../100-cli-commands/zarf_completion_powershell.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_completion_zsh.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_connect.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_connect_list.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_destroy.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_init.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_package.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_package_create.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_package_deploy.md | 1 + .../2-the-zarf-cli/100-cli-commands/zarf_package_inspect.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_package_list.md | 1 + .../2-the-zarf-cli/100-cli-commands/zarf_package_publish.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_package_pull.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_package_remove.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_prepare.md | 1 + .../100-cli-commands/zarf_prepare_find-images.md | 1 + .../100-cli-commands/zarf_prepare_generate-config.md | 1 + .../100-cli-commands/zarf_prepare_patch-git.md | 1 + .../100-cli-commands/zarf_prepare_sha256sum.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_tools.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_tools_archiver.md | 1 + .../100-cli-commands/zarf_tools_archiver_compress.md | 1 + .../100-cli-commands/zarf_tools_archiver_decompress.md | 1 + .../100-cli-commands/zarf_tools_clear-cache.md | 1 + .../100-cli-commands/zarf_tools_download-init.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-key.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_tools_gen-pki.md | 1 + .../2-the-zarf-cli/100-cli-commands/zarf_tools_get-creds.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_tools_kubectl.md | 6 ++++++ docs/2-the-zarf-cli/100-cli-commands/zarf_tools_monitor.md | 6 ++++++ docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry.md | 6 ++++++ .../100-cli-commands/zarf_tools_registry_catalog.md | 1 + .../100-cli-commands/zarf_tools_registry_copy.md | 1 + .../100-cli-commands/zarf_tools_registry_login.md | 1 + .../100-cli-commands/zarf_tools_registry_ls.md | 1 + .../100-cli-commands/zarf_tools_registry_pull.md | 1 + .../100-cli-commands/zarf_tools_registry_push.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom.md | 6 ++++++ .../100-cli-commands/zarf_tools_sbom_attest.md | 1 + .../100-cli-commands/zarf_tools_sbom_convert.md | 1 + .../100-cli-commands/zarf_tools_sbom_login.md | 1 + .../100-cli-commands/zarf_tools_sbom_packages.md | 1 + .../100-cli-commands/zarf_tools_sbom_version.md | 1 + docs/2-the-zarf-cli/100-cli-commands/zarf_tools_wait-for.md | 6 ++++++ docs/2-the-zarf-cli/100-cli-commands/zarf_version.md | 1 + 49 files changed, 74 insertions(+) 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 80ef46c233..8ab08cb986 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf.md @@ -19,6 +19,7 @@ zarf COMMAND [flags] -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") + --no-color Disable colors in output --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 de425f32f1..d9cbb7b422 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 @@ -21,6 +21,7 @@ See each sub-command's help for details on how to use the generated script. -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 f594d2ffcf..3b36636d95 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 @@ -44,6 +44,7 @@ zarf completion bash -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 91d75d4305..b8eb8a9393 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 @@ -35,6 +35,7 @@ zarf completion fish [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 843df558f3..9e605670a7 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 @@ -32,6 +32,7 @@ zarf completion powershell [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 f3e6502bde..2889c8b02f 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 @@ -46,6 +46,7 @@ zarf completion zsh [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 96db19928c..1068c3cc9a 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 @@ -35,6 +35,7 @@ zarf connect { REGISTRY | LOGGING | GIT | connect-name } [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 27f40c40cc..2022b136b5 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 @@ -19,6 +19,7 @@ zarf connect list [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 c1a441c064..4ded4a6e16 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 @@ -31,6 +31,7 @@ zarf destroy --confirm [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 92b18a8114..e98103d5f2 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 @@ -73,6 +73,7 @@ zarf init [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 97f2d95ee7..2cbdd44a3c 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 @@ -16,6 +16,7 @@ Zarf package commands for creating, deploying, and inspecting packages -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 e79eb02c0d..62fd673ecf 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 @@ -36,6 +36,7 @@ zarf package create [ DIRECTORY ] [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) 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 68af5b7644..efc1ff0e1c 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 @@ -31,6 +31,7 @@ zarf package deploy [ PACKAGE ] [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) 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 75342ef772..5145239a4d 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 @@ -26,6 +26,7 @@ zarf package inspect [ PACKAGE ] [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) 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 0eea89d73b..204ce05a18 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 @@ -19,6 +19,7 @@ zarf package list [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) 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 9fc44a1a28..9c8f5ac62b 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 @@ -33,6 +33,7 @@ zarf package publish { PACKAGE | SKELETON DIRECTORY } REPOSITORY [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) 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 16dc1560eb..7b372c7b38 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 @@ -27,6 +27,7 @@ zarf package pull REFERENCE [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) 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 0d3005717b..602d91560f 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 @@ -21,6 +21,7 @@ zarf package remove { PACKAGE_NAME | PACKAGE_FILE } --confirm [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --oci-concurrency int Number of concurrent layer operations to perform when interacting with a remote package. (default 3) diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare.md index 760e8c947e..f882092655 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare.md @@ -15,6 +15,7 @@ Tools to help prepare assets for packaging -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_find-images.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_find-images.md index 634c781e33..e8b02b484d 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_find-images.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_find-images.md @@ -28,6 +28,7 @@ zarf prepare find-images [ PACKAGE ] [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_generate-config.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_generate-config.md index 08366eaa77..c8193de9ee 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_generate-config.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_generate-config.md @@ -28,6 +28,7 @@ zarf prepare generate-config [ FILENAME ] [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_patch-git.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_patch-git.md index 8bb2f60b6b..e10164d6c7 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_patch-git.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_patch-git.md @@ -21,6 +21,7 @@ zarf prepare patch-git HOST FILE [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_sha256sum.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_sha256sum.md index 4637a85f67..fbb8c9735c 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_sha256sum.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_prepare_sha256sum.md @@ -19,6 +19,7 @@ zarf prepare sha256sum { FILE | URL } [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 706cdd44e1..76d05cb597 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 @@ -15,6 +15,7 @@ Collection of additional tools to make airgap easier -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 1fea54f784..fe09087e93 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 @@ -15,6 +15,7 @@ Compresses/Decompresses generic archives, including Zarf packages -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 a3bc8c9dc8..f7250b03bf 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 @@ -19,6 +19,7 @@ zarf tools archiver compress SOURCES ARCHIVE [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 0d0e016209..96789954ad 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 @@ -20,6 +20,7 @@ zarf tools archiver decompress ARCHIVE DESTINATION [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 57e9b4f3a8..bc3d28a189 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 @@ -20,6 +20,7 @@ zarf tools clear-cache [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 2b1ee79d18..3e01f9af2f 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 @@ -20,6 +20,7 @@ zarf tools download-init [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 33127e3163..038d127ae0 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 @@ -19,6 +19,7 @@ zarf tools gen-key [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 4a336db60d..82edf692d2 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 @@ -20,6 +20,7 @@ zarf tools gen-pki HOST [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files 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 d308599ed2..a73fc154b1 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 @@ -23,6 +23,7 @@ zarf tools get-creds [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_kubectl.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_kubectl.md index ae1c1efcfa..ee234fe451 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_kubectl.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_kubectl.md @@ -13,6 +13,12 @@ zarf tools kubectl [flags] -h, --help help for kubectl ``` +## Options inherited from parent commands + +``` + --no-color Disable colors in output +``` + ## SEE ALSO * [zarf tools](zarf_tools.md) - Collection of additional tools to make airgap easier diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_monitor.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_monitor.md index fe7a45fdf4..cc1e4aa2ca 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_monitor.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_monitor.md @@ -13,6 +13,12 @@ zarf tools monitor [flags] -h, --help help for monitor ``` +## Options inherited from parent commands + +``` + --no-color Disable colors in output +``` + ## SEE ALSO * [zarf tools](zarf_tools.md) - Collection of additional tools to make airgap easier diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry.md index 324d1464f3..ad21a2e9e0 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry.md @@ -13,6 +13,12 @@ Tools for working with container registries using go-containertools -v, --verbose Enable debug logs ``` +## Options inherited from parent commands + +``` + --no-color Disable colors in output +``` + ## SEE ALSO * [zarf tools](zarf_tools.md) - Collection of additional tools to make airgap easier diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_catalog.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_catalog.md index 199a74d292..87a772bf94 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_catalog.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_catalog.md @@ -31,6 +31,7 @@ zarf tools registry catalog REGISTRY [flags] ``` --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers --insecure Allow image references to be fetched without TLS + --no-color Disable colors in output --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") -v, --verbose Enable debug logs ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_copy.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_copy.md index 4f58b57b9c..2a5db021c1 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_copy.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_copy.md @@ -21,6 +21,7 @@ zarf tools registry copy SRC DST [flags] ``` --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers --insecure Allow image references to be fetched without TLS + --no-color Disable colors in output --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") -v, --verbose Enable debug logs ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_login.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_login.md index b1d7be196a..4709f44082 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_login.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_login.md @@ -21,6 +21,7 @@ zarf tools registry login [OPTIONS] [SERVER] [flags] ``` --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers --insecure Allow image references to be fetched without TLS + --no-color Disable colors in output --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") -v, --verbose Enable debug logs ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_ls.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_ls.md index 8976ea496e..ee016f0931 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_ls.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_ls.md @@ -32,6 +32,7 @@ zarf tools registry ls REPO [flags] ``` --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers --insecure Allow image references to be fetched without TLS + --no-color Disable colors in output --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") -v, --verbose Enable debug logs ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_pull.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_pull.md index 8929594e94..bb0b7d612a 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_pull.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_pull.md @@ -33,6 +33,7 @@ zarf tools registry pull IMAGE TARBALL [flags] ``` --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers --insecure Allow image references to be fetched without TLS + --no-color Disable colors in output --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") -v, --verbose Enable debug logs ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_push.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_push.md index d41c899222..40d5915858 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_push.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_registry_push.md @@ -36,6 +36,7 @@ zarf tools registry push PATH IMAGE [flags] ``` --allow-nondistributable-artifacts Allow pushing non-distributable (foreign) layers --insecure Allow image references to be fetched without TLS + --no-color Disable colors in output --platform string Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all") -v, --verbose Enable debug logs ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom.md index 9f164fdddc..459f4b6b22 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom.md @@ -30,6 +30,12 @@ zarf tools sbom [flags] -v, --verbose count increase verbosity (-v = info, -vv = debug) ``` +## Options inherited from parent commands + +``` + --no-color Disable colors in output +``` + ## SEE ALSO * [zarf tools](zarf_tools.md) - Collection of additional tools to make airgap easier diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_attest.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_attest.md index 75de2bdb66..7e7179cf07 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_attest.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_attest.md @@ -32,6 +32,7 @@ zarf tools sbom attest --output [FORMAT] [flags] ``` -c, --config string application config file + --no-color Disable colors in output -q, --quiet suppress all logging output -v, --verbose count increase verbosity (-v = info, -vv = debug) ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_convert.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_convert.md index 40db45cca7..af72cdc34e 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_convert.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_convert.md @@ -31,6 +31,7 @@ zarf tools sbom convert [SOURCE-SBOM] -o [FORMAT] [flags] ``` -c, --config string application config file + --no-color Disable colors in output -q, --quiet suppress all logging output -v, --verbose count increase verbosity (-v = info, -vv = debug) ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_login.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_login.md index 746233c9ef..ff77b359b5 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_login.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_login.md @@ -20,6 +20,7 @@ zarf tools sbom login [OPTIONS] [SERVER] [flags] ``` -c, --config string application config file + --no-color Disable colors in output -q, --quiet suppress all logging output -v, --verbose count increase verbosity (-v = info, -vv = debug) ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_packages.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_packages.md index 8777d8ee21..8684a72331 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_packages.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_packages.md @@ -31,6 +31,7 @@ zarf tools sbom packages [SOURCE] [flags] ``` -c, --config string application config file + --no-color Disable colors in output -q, --quiet suppress all logging output -v, --verbose count increase verbosity (-v = info, -vv = debug) ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_version.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_version.md index f0cfd7681a..2ec65f49e8 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_version.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_sbom_version.md @@ -18,6 +18,7 @@ zarf tools sbom version [flags] ``` -c, --config string application config file + --no-color Disable colors in output -q, --quiet suppress all logging output -v, --verbose count increase verbosity (-v = info, -vv = debug) ``` diff --git a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_wait-for.md b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_wait-for.md index c84cfd44b2..5e8963190c 100644 --- a/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_wait-for.md +++ b/docs/2-the-zarf-cli/100-cli-commands/zarf_tools_wait-for.md @@ -46,6 +46,12 @@ zarf tools wait-for { KIND | PROTOCOL } { NAME | SELECTOR | URI } { CONDITION | --timeout string Specify the timeout duration for the wait command. (default "5m") ``` +## Options inherited from parent commands + +``` + --no-color Disable colors in output +``` + ## SEE ALSO * [zarf tools](zarf_tools.md) - Collection of additional tools to make airgap easier 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 b17b2e1e37..84cd6ee201 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 @@ -23,6 +23,7 @@ zarf version [flags] -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 --no-log-file Disable log file creation --no-progress Disable fancy UI progress bars, spinners, logos, etc --tmpdir string Specify the temporary directory to use for intermediate files