+The output of the help command should look something like this: + +```text +Small tool to bundle dependencies with K3s for air-gapped deployments + +Usage: + zarf [COMMAND]|[ZARF-PACKAGE]|[ZARF-YAML] [flags] + zarf [command] + +Available Commands: + completion Generate the autocompletion script for the specified shell + connect Access services or pods deployed in the cluster. + destroy Tear it all down, we'll miss you Zarf... + help Help about any command + init Prepares a k8s cluster for the deployment of Zarf packages + package Pack and unpack updates for the Zarf gitops service. + prepare Tools to help prepare assets for packaging + tools Collection of additional tools to make airgap easier + version Displays the version of the Zarf binary + +Flags: + -a, --architecture string Architecture for OCI images + -h, --help help for zarf + -l, --log-level string Log level when running Zarf. Valid options are: warn, info, debug, trace + -t, --toggle Help message for toggle + +Use "zarf [command] --help" for more information about a command. + + +``` + +
+