1
0
mirror of https://github.com/google/nomulus synced 2026-04-25 10:40:49 +00:00

Add nomulus tool command for FeatureFlags (#2480)

* Add registryTool commands for FeatureFlags

* Fix merge conflicts

* Add required parameters and inject mapper

* Use optionals in cache to negative cahe missing objects

* Fix spelling

* Change back to bulk load in cache

* Add FeatureName enum

* Change variable name

* Use FeatureName in main parameter
This commit is contained in:
sarahcaseybot
2024-07-09 16:05:15 -04:00
committed by GitHub
parent 092e3dca47
commit 74f0a8dd7b
16 changed files with 750 additions and 111 deletions

View File

@@ -0,0 +1,4 @@
featureName: "TEST_FEATURE"
status:
"1970-01-01T00:00:00.000Z": "INACTIVE"
"1985-02-15T06:07:08.789Z": "ACTIVE"

View File

@@ -0,0 +1,15 @@
featureName: "TEST_FEATURE"
status:
"1970-01-01T00:00:00.000Z": "INACTIVE"
"1985-02-15T06:07:08.789Z": "ACTIVE"
featureName: "MINIMUM_DATASET_CONTACTS_OPTIONAL"
status:
"1970-01-01T00:00:00.000Z": "INACTIVE"
"1984-12-28T06:07:08.789Z": "ACTIVE"
"1985-02-15T06:07:08.789Z": "INACTIVE"
"1985-03-01T06:07:08.789Z": "ACTIVE"
featureName: "MINIMUM_DATASET_CONTACTS_PROHIBITED"
status:
"1970-01-01T00:00:00.000Z": "ACTIVE"