Documentation
¶
Overview ¶
Package commands contains the installer subcommands
Index ¶
Constants ¶
View Source
const ( // AnnotationHumanReadableErrors is the annotation key for commands that should // display errors in human-readable format instead of JSON. // // For example, `setup` is run by humans and its output should be human readable. AnnotationHumanReadableErrors = "human-readable-errors" )
View Source
const (
// ReturnCodeIsInstalledFalse is the return code when a package is not installed
ReturnCodeIsInstalledFalse = 10
)
Variables ¶
View Source
var ( // MockInstaller is used for testing MockInstaller installer.Installer )
Functions ¶
func NewInstallerMock ¶
NewInstallerMock returns a new installerMock.
func UnprivilegedCommands ¶
UnprivilegedCommands returns the unprivileged commands
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.