Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LocalExecStream ¶
LocalExecStream runs a command locally with stdout/stderr piped to the terminal
func LocalInteractive ¶
LocalInteractive runs a command locally with full stdin/stdout/stderr attached
func PrintPreflightErrors ¶
func PrintPreflightErrors(result *PreflightResult)
PrintPreflightErrors prints formatted preflight errors with fix instructions
Types ¶
type PreflightError ¶
PreflightError contains details about a failed preflight check
func (*PreflightError) Error ¶
func (e *PreflightError) Error() string
type PreflightResult ¶
type PreflightResult struct {
Errors []PreflightError
}
PreflightResult holds the results of all preflight checks
func (*PreflightResult) AddError ¶
func (r *PreflightResult) AddError(check, message, fixCommand, fixURL string)
func (*PreflightResult) HasErrors ¶
func (r *PreflightResult) HasErrors() bool
Click to show internal directories.
Click to hide internal directories.