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.
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_NO_COLOR = "options.no_color" V_BNDL_OCI_CONCURRENCY = "options.oci_concurrency" // 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 ¶
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.