Build: Add "gen-feature-toggles" Makefile target (#84803)

* Add Makefile target "make gen-feature-toggles" to generate feature toggles files

* Better output for gen-feature-toggles
This commit is contained in:
Giuseppe Guerra
2024-03-21 12:04:49 +01:00
committed by GitHub
parent b23541c298
commit 3387132b9b
3 changed files with 15 additions and 2 deletions

View File

@@ -3,6 +3,8 @@
// Then run tests in:
// pkg/services/featuremgmt/toggles_gen_test.go
// twice to generate and validate the feature flag files
//
// Alternatively, use `make gen-feature-toggles`
package featuremgmt