cmd

package
v1.1.11-0...-b406978 Latest Latest
Warning

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

Go to latest
Published: Jun 24, 2021 License: MIT Imports: 19 Imported by: 0

Documentation

Index

Constants

View Source
const (
	VersionNone  = "none"
	VersionPre   = "pre"
	VersionPatch = "patch"
	VersionMinor = "minor"
	VersionMajor = "major"
)

Variables

View Source
var Version string

Functions

func Execute

func Execute()

Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.

Types

type DependencyMap

type DependencyMap struct {
	Registry        string
	SemverComponent string
	BasePath        string
	DockerImages    DockerImages
	Log             *bytes.Buffer
	RootImages      []string
}

type DockerImage

type DockerImage struct {
	Name               string
	Image              string
	Version            string
	FromImage          string
	DockerFile         []string
	DockerFileFromLine int
	Logs               *bytes.Buffer
	BuildStatus        string
}

type DockerImages

type DockerImages map[string]*DockerImage

Jump to

Keyboard shortcuts

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