Versions in this module Expand all Collapse all v0 v0.6.0 Jun 25, 2025 Changes in this version + func AppendCommandEnvsToTask(cmd *entity.Command, task *entity.Task) + func CheckInitialArgs(network *entity.Network, initialArgs *entity.InitialArgs) + func CreateTasks(cmd *entity.Command, clients []entity.ClientFacade, env entity.EnvList, ...) ([]*entity.Task, error) + func EnsureLocalhost(supFile *entity.Supfile) + func ResolveLocalPath(cwd, path, env string) (string, error) + func ResolvePath(path string) string + type Stackup struct + Args *entity.InitialArgs + func NewStackup(conf *entity.Supfile) *Stackup + func (sup *Stackup) Debug(value bool) + func (sup *Stackup) Prefix(value bool) + func (sup *Stackup) Run(isMakefileMode bool, network *entity.Network, envVars entity.EnvList, ...) error