Versions in this module Expand all Collapse all v0 v0.2.0 Sep 9, 2023 v0.1.0 Jun 8, 2023 Changes in this version + func Run(args []string) int + type EnvScript struct + Down []string + SSH SSH + Up []string + type Environment struct + Group []Group + Label string + Name string + State string + type Environments struct + Envs []Environment + Provider string + Vars Variable + func NewEnvironments(args []string) (*Environments, error) + type Group struct + Name string + Project string + Resource Resource + Zone string + type Instance struct + Name string + Record Record + Script EnvScript + type Record struct + Domain string + ExternalIP bool + IP []string + Type string + Zone string + type Resource struct + VM VM + type SSH struct + Key string + Port string + User string + type VM struct + Instance []Instance + Script EnvScript + type Variable map[string]interface + type VirtualMachine struct + Instances gce.Instances + Opts options + func NewVirtualMachine(args []string) (*VirtualMachine, error)