jcagarcia/rollout-redis

Provide rake tasks for activating and deactivating feature flags

Closed this issue · 1 comments

Would be great that the gem provides to the projects that requires it some rake tasks for activating or deactivating feature flags. Something like

bundle exec rake rollout:on['a-feature-flag']
bundle exec rake rollout:off['a-feature-flag']
bundle exec rake rollout:on['a-feature-flag-with-percentage', 50]

Rake tasks added in #6