0

I'm using rollout to set feature flags in a rails app. I often use the command $rollout.active_features to view what flags are active. Is there a command to display inactive features? Or all features that exist?

Kellen
  • 278
  • 2
  • 8
  • 1
    There is [`#features`](https://www.rubydoc.info/gems/rollout/2.5.0/Rollout#features-instance_method) which seems to return the name of all features. – spickermann May 17 '22 at 15:16
  • this was helpful, but it appears that there are more features that exist that aren't being returned by this command.... i wonder if there is something in my project hiding these. do you know if that's possible? – Kellen May 18 '22 at 14:59

0 Answers0