Documentation ¶
Overview ¶
Package cmd contains the CLI commands for Zarf contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Package cmd contains the CLI commands for Zarf.
Index ¶
Constants ¶
View Source
const ( // Root config keys V_LOG_LEVEL = "log_level" V_ARCHITECTURE = "architecture" V_NO_LOG_FILE = "no_log_file" V_NO_PROGRESS = "no_progress" V_ZARF_CACHE = "zarf_cache" V_TMP_DIR = "tmp_dir" V_INSECURE = "insecure" // Init config keys V_INIT_COMPONENTS = "init.components" V_INIT_STORAGE_CLASS = "init.storage_class" // Init Git config keys V_INIT_GIT_URL = "init.git.url" V_INIT_GIT_PUSH_USER = "init.git.push_username" V_INIT_GIT_PUSH_PASS = "init.git.push_password" V_INIT_GIT_PULL_USER = "init.git.pull_username" V_INIT_GIT_PULL_PASS = "init.git.pull_password" // Init Registry config keys V_INIT_REGISTRY_URL = "init.registry.url" V_INIT_REGISTRY_NODEPORT = "init.registry.nodeport" V_INIT_REGISTRY_SECRET = "init.registry.secret" V_INIT_REGISTRY_PUSH_USER = "init.registry.push_username" V_INIT_REGISTRY_PUSH_PASS = "init.registry.push_password" V_INIT_REGISTRY_PULL_USER = "init.registry.pull_username" V_INIT_REGISTRY_PULL_PASS = "init.registry.pull_password" // Package create config keys V_PKG_CREATE_SET = "package.create.set" V_PKG_CREATE_OUTPUT_DIR = "package.create.output_directory" V_PKG_CREATE_SBOM = "package.create.sbom" V_PKG_CREATE_SBOM_OUTPUT = "package.create.sbom_output" V_PKG_CREATE_SKIP_SBOM = "package.create.skip_sbom" V_PKG_CREATE_MAX_PACKAGE_SIZE = "package.create.max_package_size" V_PKG_CREATE_NO_LOCAL_IMAGES = "package.create.no_local_images" // Package deploy config keys V_PKG_DEPLOY_SET = "package.deploy.set" V_PKG_DEPLOY_COMPONENTS = "package.deploy.components" V_PKG_DEPLOY_SHASUM = "package.deploy.shasum" V_PKG_DEPLOY_SGET = "package.deploy.sget" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.