cmd

package
v0.3.0 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2023 License: MIT Imports: 20 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EnvSecret = "LOCKER_SECRET"
)

Variables

View Source
var (
	ErrUnsetMasterSecret = fmt.Errorf(
		"specify a master secret setting the env var: %s", EnvSecret)
)

Functions

func AppDir

func AppDir() string

func Run

func Run(ver, bld string) error

Types

type Secret

type Secret struct {
	Key   string `yaml:"key"`
	Value string `yaml:"value"`
}

An Secret holds a label/value pair.

type SecretList

type SecretList struct {
	Namespace string   `yaml:"namespace"`
	Secrets   []Secret `yaml:"secrets"`
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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