Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UpOptions ¶
type UpOptions struct { Auth *config.AuthConfig `noattribute:"true"` Client kraftcloud.KraftCloud `noattribute:"true"` Composefile string `noattribute:"true"` Detach bool `local:"true" long:"detach" short:"d" usage:"Run the services in the background"` Metro string `noattribute:"true"` NoStart bool `noattribute:"true"` NoBuild bool `local:"true" long:"no-build" usage:"Do not build the services before starting them"` Project *compose.Project `noattribute:"true"` Runtimes []string `long:"runtime" usage:"Alternative runtime to use when packaging a service"` Token string `noattribute:"true"` Wait time.Duration `local:"true" long:"wait" short:"w" usage:"Timeout to wait for the instance to start (ms/s/m/h)"` }
Click to show internal directories.
Click to hide internal directories.