cmd

package
v0.10.4 Latest Latest
Warning

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

Go to latest
Published: Apr 11, 2024 License: Apache-2.0 Imports: 29 Imported by: 0

Documentation

Overview

Package cmd contains the CLI commands for UDS.

Package cmd contains the CLI commands for UDS.

Package cmd contains the CLI commands for UDS.

Package cmd contains the CLI commands for UDS.

Package cmd contains the CLI commands for UDS.

Package cmd contains the CLI commands for UDS.

Index

Constants

View Source
const (
	// Root config keys
	V_LOG_LEVEL            = "options.log_level"
	V_ARCHITECTURE         = "options.architecture"
	V_NO_LOG_FILE          = "options.no_log_file"
	V_NO_PROGRESS          = "options.no_progress"
	V_UDS_CACHE            = "options.uds_cache"
	V_TMP_DIR              = "options.tmp_dir"
	V_INSECURE             = "options.insecure"
	V_BNDL_OCI_CONCURRENCY = "options.oci_concurrency"
	V_NO_TEA               = "options.no_tea"

	// Bundle create config keys
	V_BNDL_CREATE_OUTPUT               = "create.output"
	V_BNDL_CREATE_SIGNING_KEY          = "create.signing-key"
	V_BNDL_CREATE_SIGNING_KEY_PASSWORD = "create.signing-key-password"

	// Bundle inspect config keys
	V_BNDL_INSPECT_KEY = "bundle.inspect.key"

	// Bundle pull config keys
	V_BNDL_PULL_OUTPUT = "bundle.pull.output"
	V_BNDL_PULL_KEY    = "bundle.pull.key"
)

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute is the entrypoint for the CLI.

func RootCmd

func RootCmd() *cobra.Command

RootCmd returns the root command.

Types

This section is empty.

Jump to

Keyboard shortcuts

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