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
To not have to restart the app to enable/disable a feature flag, we should be able to modify their status on the fly.
We would need to:
flags
db
The text was updated successfully, but these errors were encountered:
feat(flags): #39 Add ability to modify feature flags at runtime
c6cc0f0
feat(flags): #39 Allow modifying feature flags at runtime
f900080
docs(flags): #39 Add documentation for edit endpoint
9b6a471
feat(flags): #39 Add ability to modify feature flags at runtime (#63)
12e9fbe
No branches or pull requests
To not have to restart the app to enable/disable a feature flag, we should be able to modify their status on the fly.
We would need to:
flags
module dependent todb
to implement a first flag storeThe text was updated successfully, but these errors were encountered: