Skip to content
New issue

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

feat(#4): Adding rake tasks for activating, deactivating and listing feature flags #6

Merged
merged 1 commit into from
Oct 23, 2023

Conversation

jcagarcia
Copy link
Owner

Providing some rake tasks to the consumers of the gem for allowing them to easily manage their feature flags in their applications:
- bundle exec rake rollout:on rake task for activating feature flags
- bundle exec rake rollout:off rake task for deactivating feature flags
- bundle exec rake rollout:list rake task for listing stored feature flags

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant