Documentation ¶
Index ¶
- func Execute()
- func GetExit(sess *session.Session, ecsCluster string, task string) (int64, string)
- func GetLogs(sess *session.Session, logStreamName string, logGroupName string) []*cloudwatchlogs.OutputLogEvent
- func ParseTaskDefinition(sess *session.Session, fileName string) string
- func RunTask(sess *session.Session, ecsCluster string, launchType string, ...) (string, string, string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the rootCmd.
func GetLogs ¶
func GetLogs(sess *session.Session, logStreamName string, logGroupName string) []*cloudwatchlogs.OutputLogEvent
GetLogs prints all the logs for specified LogStream sorted from earliest to latest.
func ParseTaskDefinition ¶
Parses task
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.