deploy

package
v0.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 5, 2026 License: AGPL-3.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateTargetExists added in v0.7.0

func CreateTargetExists(config alchemy_build.VirtualMachineConfig) (bool, error)

func DestroyTargetExists added in v0.7.0

func DestroyTargetExists(config alchemy_build.VirtualMachineConfig) (bool, error)

func RunDestroy added in v0.7.0

func RunDestroy(config alchemy_build.VirtualMachineConfig) error

func RunHypervVagrantDeployOnWindows added in v0.2.0

func RunHypervVagrantDeployOnWindows(config alchemy_build.VirtualMachineConfig) error

func RunHypervVagrantDestroyOnWindows added in v0.7.0

func RunHypervVagrantDestroyOnWindows(config alchemy_build.VirtualMachineConfig) error

func RunHypervVagrantStartOnWindows added in v0.7.0

func RunHypervVagrantStartOnWindows(config alchemy_build.VirtualMachineConfig) error

func RunHypervVagrantStopOnWindows added in v0.7.0

func RunHypervVagrantStopOnWindows(config alchemy_build.VirtualMachineConfig) error

func RunStart added in v0.7.0

func RunStart(config alchemy_build.VirtualMachineConfig) error

func RunStop added in v0.7.0

func RunTartDeployOnMacOS added in v0.6.0

func RunTartDeployOnMacOS(config alchemy_build.VirtualMachineConfig) error

func RunTartDestroyOnMacOS added in v0.7.0

func RunTartDestroyOnMacOS(config alchemy_build.VirtualMachineConfig) error

func RunTartStartOnMacOS added in v0.7.0

func RunTartStartOnMacOS(config alchemy_build.VirtualMachineConfig) error

func RunTartStopOnMacOS added in v0.7.0

func RunTartStopOnMacOS(config alchemy_build.VirtualMachineConfig) error

func RunUtmDeployOnMacOS

func RunUtmDeployOnMacOS(config alchemy_build.VirtualMachineConfig) error

func RunUtmDestroyOnMacOS added in v0.7.0

func RunUtmDestroyOnMacOS(config alchemy_build.VirtualMachineConfig) error

func RunUtmStartOnMacOS added in v0.7.0

func RunUtmStartOnMacOS(config alchemy_build.VirtualMachineConfig) error

func RunUtmStopOnMacOS added in v0.7.0

func RunUtmStopOnMacOS(config alchemy_build.VirtualMachineConfig) error

func SupportsDestroy added in v0.7.0

func SupportsDestroy(config alchemy_build.VirtualMachineConfig) bool

func SupportsStart added in v0.7.0

func SupportsStart(config alchemy_build.VirtualMachineConfig) bool

func SupportsStop added in v0.7.0

func SupportsStop(config alchemy_build.VirtualMachineConfig) bool

Types

type HypervVagrantExecutionSettings added in v0.7.0

type HypervVagrantExecutionSettings struct {
	VagrantDir string
	VagrantEnv []string
}

func ResolveHypervVagrantExecutionSettings added in v0.7.0

func ResolveHypervVagrantExecutionSettings(config alchemy_build.VirtualMachineConfig) (HypervVagrantExecutionSettings, error)

type StartTargetState added in v0.7.0

type StartTargetState = VirtualMachineState

type VirtualMachineState added in v0.7.0

type VirtualMachineState struct {
	Exists  bool
	Running bool
	State   string
}

func InspectStartTarget added in v0.7.0

func InspectStartTarget(config alchemy_build.VirtualMachineConfig) (VirtualMachineState, error)

func InspectStopTarget added in v0.7.0

func InspectStopTarget(config alchemy_build.VirtualMachineConfig) (VirtualMachineState, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL