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

Provide rake tasks for activating and deactivating feature flags #4

Closed
jcagarcia opened this issue Oct 23, 2023 · 1 comment
Closed
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@jcagarcia
Copy link
Owner

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]
@jcagarcia jcagarcia added enhancement New feature or request help wanted Extra attention is needed labels Oct 23, 2023
@jcagarcia jcagarcia added this to the 1.0.0 milestone Oct 23, 2023
@jcagarcia jcagarcia modified the milestones: 1.0.0, 0.3.0 Oct 23, 2023
jcagarcia added a commit that referenced this issue Oct 23, 2023
feat(#4): Adding rake tasks for activating, deactivating and listing feature flags
@jcagarcia
Copy link
Owner Author

Rake tasks added in #6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant