Adding flags to take in JSON from the command line.

This commit is contained in:
Renan DelValle 2020-02-06 18:49:21 -08:00
parent 1497aca2bb
commit e0d400e85c
No known key found for this signature in database
GPG key ID: C240AD6D6F443EC9
9 changed files with 45 additions and 20 deletions

View file

@ -189,7 +189,7 @@ func createJob(cmd *cobra.Command, args []string) {
log.Fatal("unable to create Aurora job: ", err)
}
if ok, monitorErr := client.InstancesMonitor(auroraJob.JobKey(),
if ok, monitorErr := client.MonitorInstances(auroraJob.JobKey(),
auroraJob.GetInstanceCount(),
5,
50); !ok || monitorErr != nil {