Documentation ¶
Index ¶
- Constants
- Variables
- func BeforeEachOverrideWerfProjectName(stubs *gostub.Stubs)
- func CopyIn(sourcePath, destinationPath string)
- func CreateFile(path string, data []byte)
- func FixturePath(paths ...string) string
- func GetRandomString(n int) string
- func GetTempDir() string
- func MeetsRequirements(requiredSuiteTools, requiredSuiteEnvs []string) bool
- func ProcessWerfBinPath() string
- func ProjectName() string
- func RunCommand(dir, command string, args ...string) ([]byte, error)
- func RunCommandWithOptions(dir, command string, args []string, options RunCommandOptions) ([]byte, error)
- func RunSucceedCommand(dir, command string, args ...string)
- func ShelloutPack(command string) string
- func StringToLines(s string) (lines []string)
- func SucceedCommandOutputString(dir, command string, args ...string) string
- func WaitTillHostReadyToRespond(url string, maxAttempts int)
- func WerfBinArgs(userArgs ...string) []string
- type RunCommandOptions
Constants ¶
View Source
const DefaultWaitTillHostReadyToRespondMaxAttempts = 60
Variables ¶
View Source
var LineBreak = "\n"
Functions ¶
func CreateFile ¶
func FixturePath ¶ added in v1.0.7
func GetRandomString ¶
func GetTempDir ¶
func GetTempDir() string
func MeetsRequirements ¶
func ProcessWerfBinPath ¶
func ProcessWerfBinPath() string
func ProjectName ¶
func ProjectName() string
func RunCommandWithOptions ¶
func RunCommandWithOptions(dir, command string, args []string, options RunCommandOptions) ([]byte, error)
func RunSucceedCommand ¶
func ShelloutPack ¶
func StringToLines ¶
func WerfBinArgs ¶
Types ¶
type RunCommandOptions ¶
Click to show internal directories.
Click to hide internal directories.