diff --git a/commands/cli.go b/commands/cli.go index 6787b5f6..4a2cf9b0 100644 --- a/commands/cli.go +++ b/commands/cli.go @@ -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",