Documentation ¶
Index ¶
Constants ¶
View Source
const (
StoneImage = "public.ecr.aws/winebarrel/stone"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ExecCmd ¶
type ExecCmd struct { Profile string `env:"DMTS_PROFILE" short:"p" required:"" help:"Demitas profile name."` Command string `evn:"DMTS_EXEC_COMMAND" required:"" default:"bash" help:"Command to run on a container."` Image string `env:"DMTS_EXEC_IMAGE" default:"public.ecr.aws/lts/ubuntu:latest" help:"Container image."` UseTaskImage bool `env:"DMTS_EXEC_USE_TASK_IMAGE" help:"Use task definition image."` Detach bool `help:"Detach when the task starts."` }
type PortForwardCmd ¶
type ProfilesCmd ¶
type ProfilesCmd struct { }
Click to show internal directories.
Click to hide internal directories.