Skip to content

Commit b2fb73b

Browse files
ekristencorybekk
authored andcommitted
feat: filter groups
1 parent 3accd57 commit b2fb73b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs/features/filter-groups.md

Whitespace-only changes.

pkg/commands/nuke/nuke.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ func execute(c *cli.Context) error { //nolint:funlen,gocyclo
6868
if slices.Contains(c.StringSlice("feature-flag"), "wait-on-dependencies") {
6969
params.WaitOnDependencies = true
7070
}
71+
72+
if slices.Contains(c.StringSlice("feature-flag"), "filter-groups") {
73+
params.UseFilterGroups = true
74+
}
7175
}
7276

7377
// Parse the user supplied configuration file to pass in part to configure the nuke process.

0 commit comments

Comments
 (0)