Commit f723a2a5 authored by Anton Smith's avatar Anton Smith

Add feature flag list command

parent 7cafe597
......@@ -126,6 +126,18 @@ Benchmark.bm do |x|
end
```
## Feature flags
### Show all feature flags that are enabled
```ruby
# Regular output
Feature.all
# Nice output
Feature.all.map {|f| [f.name, f.state]}
```
## Command Line
### Check the GitLab version fast
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment