command

package
v0.0.0-...-47a5711 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	StateUnknown   = "unknown"
	StateError     = "error"
	StateStarted   = "started"
	StateCompleted = "completed"
	StateExited    = "exited"
	StateDone      = "done"
)

Command state constants

Variables

This section is empty.

Functions

This section is empty.

Types

type State

type State string

State is the command state type

type Type

type Type string

Type is the command type name

const (
	App           Type = "app"
	Slim          Type = "slim" //aka "build"
	Profile       Type = "profile"
	Xray          Type = "xray"
	Lint          Type = "lint"
	Images        Type = "images"
	ImageBuild    Type = "imagebuild"
	Tui           Type = "tui"
	Containerize  Type = "containerize"
	Convert       Type = "convert"
	Merge         Type = "merge"
	Edit          Type = "edit"
	Debug         Type = "debug"
	Probe         Type = "probe"
	Run           Type = "run"
	Server        Type = "server"
	Registry      Type = "registry"
	Vulnerability Type = "vulnerability"
	Version       Type = "version"
	Update        Type = "update"
)

Command type constants

Jump to

Keyboard shortcuts

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