commands

package
v0.0.40 Latest Latest
Warning

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

Go to latest
Published: Jun 25, 2026 License: Apache-2.0 Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var ErrNoStoreInContext = errors.New("docker-pass: store not attached to context")

Functions

func GetCommand

func GetCommand() *cobra.Command

func ListCommand

func ListCommand() *cobra.Command

func RmCommand

func RmCommand() *cobra.Command

func RunCommand added in v0.0.29

func RunCommand() *cobra.Command

func SetCommand

func SetCommand() *cobra.Command

func StoreFrom added in v0.0.39

func StoreFrom(ctx context.Context) (store.Store, error)

func VersionCommand

func VersionCommand(info VersionInfo) *cobra.Command

func WithStore added in v0.0.39

func WithStore(ctx context.Context, s store.Store) context.Context

Types

type ExitCodeError added in v0.0.29

type ExitCodeError struct {
	Code int
}

ExitCodeError is returned from RunCommand when the executed child process terminated with a non-zero status. It carries the exit code the wrapper should exit with. Returning this instead of calling os.Exit directly lets the surrounding OTel span wrapper finish recording metrics and span data before the process exits.

func (*ExitCodeError) Error added in v0.0.29

func (e *ExitCodeError) Error() string

type VersionInfo

type VersionInfo struct {
	Version string
	Commit  string
}

Jump to

Keyboard shortcuts

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