hi there!
is there any chance flipt import
could support overwriting a file without having to drop the entire database? perhaps with a new flag like --overwrite?
in my use case, i have multiple namespaces under one instance of flipt. i found that the import for one of the namespaces had gone wrong (for some reason just didn’t propagate some of the segments and left them as {}), and i wanted to be able to re-import the flags for that namespace without dropping the other namespaces in the database. --skip-existing also wouldn’t have worked for the ones where the segments didn’t propagate since the flag itself already existed, it’s just the segments were a little off.