cmd

package
v0.1.21 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2026 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Overview

Package cmd implements the epack command-line interface.

Commands:

epack build      Create an evidence pack from artifacts
epack sign       Sign a pack with Sigstore
epack verify     Verify pack integrity and attestations
epack inspect    Display pack contents
epack list       List artifacts, attestations, or sources
epack extract    Extract artifacts from a pack
epack merge      Combine multiple packs
epack diff       Compare two packs
epack version    Show version information
epack completion Generate shell completions

Global flags:

-q, --quiet      Suppress non-essential output
--json           Output in JSON format
--no-color       Disable colored output
-v, --verbose    Verbose output

See 'epack --help' or 'epack <command> --help' for details.

Package cmd implements the epack CLI commands.

Index

Constants

View Source
const ComponentsEnabled = false

ComponentsEnabled indicates whether collector and tool commands are available.

View Source
const ExitFailure = 1

ExitFailure indicates general command failure.

View Source
const ExitMalformedPack = 2

ExitMalformedPack indicates the pack cannot be opened or parsed.

View Source
const ExitSuccess = 0

ExitSuccess indicates successful command execution.

Variables

This section is empty.

Functions

func Execute

func Execute() error

Execute runs 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