You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`migrateFeatureFlag` mode is used to copy flag attributes between environments. This covers: targets, rules, fallthrough, offVariation, prerequisites and optionally the flag on/off state. eg. to migrate a flag from dev to test env.
80
81
81
82
```
82
83
ldutils migrateFeatureFlag my-project my-flag dev test
83
84
```
85
+
> use `bulkMigrateFeatureFlags`with a comma separated list of flags ids to migrations multiple flags in one operation.
0 commit comments