Versions in this module Expand all Collapse all v0 v0.0.20 May 23, 2025 Changes in this version + func CleanupDockerArtifacts() + func Copy(srcDir, fileName, destFolder string) + func KillProcesses(processes []string) + func MakeDir(dir string) + func Move(src, dest string) + func PromptForContinuation(prompt string) + func Remove(paths ...string) + func Rename(dir, currentFileName, newFileName string) v0.0.3 Oct 10, 2024 Changes in this version + var CustomCleanupFunc = func() + var DefaultEnvs []string + func Cleanup() + func CleanupAndExitWithError() + func ColoredPrintln(format string, a ...interface{}) + func ExecuteInDir(dir string, commandStr string, envs ...string) + func HandleSignals() + func PrintTaskDescription(text string) + func StartDaemon(dir string, commandStr string, envs ...string) + func WaitForWebPageToBeReady(url string) + func WaitUntilPortIsReady(port string)