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
If you import an exported .json. You'll get an error, because of the first line in the json, which is a comment.
v1.51.0
Export Flags as JSON then import it
No response
The text was updated successfully, but these errors were encountered:
This is a minimal backup file which allows to reproduce the issue
# exported by Flipt (v1.51.1) on 2024-11-21T14:37:32Z {"version":"1.4","namespace":{"key":"default","name":"Default","description":"Default namespace"},"flags":[{"key":"flag1","name":"flag1","type":"VARIANT_FLAG_TYPE","enabled":false}]}
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Bug Description
If you import an exported .json. You'll get an error, because of the first line in the json, which is a comment.
Version Info
v1.51.0
Search
Steps to Reproduce
Export Flags as JSON then import it
Expected Behavior
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: