Skip to content

Commit

Permalink
enabled exclude-first-seen flag for aws command (#748)
Browse files Browse the repository at this point in the history
Co-authored-by: James Kwon <[email protected]>
  • Loading branch information
james03160927 and james03160927 authored Jul 17, 2024
1 parent 663cde4 commit 31de63a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions commands/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ func CreateCli(version string) *cli.App {
Name: "timeout",
Usage: "Resource execution timeout.",
},
&cli.BoolFlag{
Name: "exclude-first-seen",
Usage: "Set a flag for excluding first-seen-tag",
},
},
}, {
Name: "defaults-aws",
Expand Down

0 comments on commit 31de63a

Please sign in to comment.