Docs feedback: Feature Flag chatops command missing
On https://docs.gitlab.com/ee//development/rolling_out_changes_using_feature_flags.html#rolling-out-changes there is no mention about how to fully enable a feature.
After following https://docs.gitlab.com/ee//development/rolling_out_changes_using_feature_flags.html#undefined-feature-flags-default-to-on I used:
`/chatops run feature set some_feature 0`
and the feature was fully disabled.
Trying to enabled it again by following the documentation I used
`/chatops run feature set some_feature 100`
But the chatops response said the boolean value was still `false`. I was then told to use:
`/chatops run feature set some_feature true`
which worked but is not listed in the documentation.
issue