Versions in this module Expand all Collapse all v0 v0.0.5 Oct 31, 2022 Changes in this version + func NewCmdConsole() *cobra.Command + type ConsoleOptions struct + Config *config.Config + EcsCluster string + ServiceName string + func NewConsoleFlags() *ConsoleOptions + func (o *ConsoleOptions) Complete(cmd *cobra.Command, args []string) error + func (o *ConsoleOptions) Run() error + func (o *ConsoleOptions) Validate() error