cmd

package
v0.28.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 19, 2023 License: Apache-2.0 Imports: 31 Imported by: 0

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.

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"

	// Init Package config keys
	V_INIT_ARTIFACT_URL        = "init.artifact.url"
	V_INIT_ARTIFACT_PUSH_USER  = "init.artifact.push_username"
	V_INIT_ARTIFACT_PUSH_TOKEN = "init.artifact.push_token"

	// Package config keys
	V_PKG_OCI_CONCURRENCY = "package.oci_concurrency"

	// Package create config keys
	V_PKG_CREATE_SET                  = "package.create.set"
	V_PKG_CREATE_OUTPUT               = "package.create.output"
	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_SIGNING_KEY          = "package.create.signing_key"
	V_PKG_CREATE_SIGNING_KEY_PASSWORD = "package.create.signing_key_password"
	V_PKG_CREATE_DIFFERENTIAL         = "package.create.differential"
	V_PKG_CREATE_REGISTRY_OVERRIDE    = "package.create.registry_override"

	// 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"
	V_PKG_DEPLOY_PUBLIC_KEY = "package.deploy.public_key"

	// Package publish config keys
	V_PKG_PUBLISH_SIGNING_KEY          = "package.publish.signing_key"
	V_PKG_PUBLISH_SIGNING_KEY_PASSWORD = "package.publish.signing_key_password"

	// Package pull config keys
	V_PKG_PULL_OUTPUT_DIR = "package.pull.output_directory"
	V_PKG_PULL_PUBLIC_KEY = "package.pull.public_key"
)

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute is the entrypoint for the CLI.

Types

This section is empty.

Directories

Path Synopsis
Package tools contains the CLI commands for Zarf.
Package tools contains the CLI commands for Zarf.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL