Skip to content

Commit

Permalink
chore: add target month for schedule runs
Browse files Browse the repository at this point in the history
  • Loading branch information
flowerinthenight committed Jun 1, 2023
1 parent b25bd4b commit 1654ccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmds/cost/aws/calculations/schedule/schedule.go
Expand Up @@ -75,6 +75,7 @@ func ListCmd() *cobra.Command {
"ID",
"SCHEDULE",
"SCHEDULE_MACRO",
"TARGET_MONTH",
"NEXT_RUN",
"NOTIFICATION_CHANNEL",
"DRYRUN",
Expand All @@ -85,6 +86,7 @@ func ListCmd() *cobra.Command {
resp.Schedules[0].Id,
resp.Schedules[0].Schedule,
resp.Schedules[0].ScheduleMacro,
resp.Schedules[0].TargetMonth,
resp.Schedules[0].NextRun,
resp.Schedules[0].NotificationChannel,
fmt.Sprintf("%v", resp.Schedules[0].DryRun),
Expand Down

0 comments on commit 1654ccf

Please sign in to comment.