We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'd like to be able to export all flags, variants, segments, constraints and rules to a file (YAML/TOML/your favorite ML).
This would allow storing all configuration in source control as well as provide a simple way to backup data.
I'd also like to be able to import previously exported data
I'm thinking this would require two new commands flipt import and flipt export with options for the file name and type (yaml/toml/json/etc).
flipt import
flipt export
It could make sense to add an option to drop all existing data before importing by providing a -drop or -delete option such as https://github.com/Unleash/unleash/blob/master/docs/import-export.md
-drop
-delete
The text was updated successfully, but these errors were encountered:
Tracking in https://github.com/markphelps/flipt/compare/import-export
Sorry, something went wrong.
markphelps
Successfully merging a pull request may close this issue.
What
I'd like to be able to export all flags, variants, segments, constraints and rules to a file (YAML/TOML/your favorite ML).
This would allow storing all configuration in source control as well as provide a simple way to backup data.
I'd also like to be able to import previously exported data
I'm thinking this would require two new commands
flipt import
andflipt export
with options for the file name and type (yaml/toml/json/etc).Open Questions:
It could make sense to add an option to drop all existing data before importing by providing a
-drop
or-delete
option such as https://github.com/Unleash/unleash/blob/master/docs/import-export.mdThe text was updated successfully, but these errors were encountered: