Documentation
¶
Index ¶
- Constants
- func FileExists(name string) bool
- func FindLagoonSyncOnEnv() (string, bool)
- func HideSpinner()
- func LogDebugInfo(message string, output interface{})
- func LogError(message string, output interface{})
- func LogExecutionStep(message string, output interface{})
- func LogFatalError(message string, output interface{})
- func LogProcessStep(message string, output interface{})
- func LogWarning(message string, output interface{})
- func RemoteShellout(command string, remoteUser string, remoteHost string, remotePort string, ...) (error, string)
- func SetColour(c bool)
- func SetShowSpinner(spin bool)
- func Shellout(command string) (error, string, string)
- func ShowSpinner()
- type ApiConn
Constants ¶
View Source
const ShellToUse = "sh"
Variables ¶
This section is empty.
Functions ¶
func FindLagoonSyncOnEnv ¶
func HideSpinner ¶ added in v0.8.1
func HideSpinner()
func LogDebugInfo ¶
func LogDebugInfo(message string, output interface{})
func LogExecutionStep ¶
func LogExecutionStep(message string, output interface{})
func LogFatalError ¶
func LogFatalError(message string, output interface{})
func LogProcessStep ¶
func LogProcessStep(message string, output interface{})
func LogWarning ¶
func LogWarning(message string, output interface{})
func RemoteShellout ¶ added in v0.8.0
func SetShowSpinner ¶ added in v0.8.1
func SetShowSpinner(spin bool)
func ShowSpinner ¶ added in v0.8.1
func ShowSpinner()
Types ¶
type ApiConn ¶ added in v0.8.0
type ApiConn struct {
// contains filtered or unexported fields
}
func (*ApiConn) GetProjectEnvironmentDeployTargets ¶ added in v0.8.0
func (r *ApiConn) GetProjectEnvironmentDeployTargets(projectName string) (*[]schema.Environment, error)
Click to show internal directories.
Click to hide internal directories.