Skip to content
Snippets Groups Projects
Commit 1ce12526 authored by Suzanne Selhorn's avatar Suzanne Selhorn
Browse files

Merge branch 'adding-doc-for-listing-feature-flags' into 'master'

Adding listing feature flags command to documentation

See merge request !90028
parents 46c12266 36b3b23b
No related branches found
No related tags found
1 merge request!90028Adding listing feature flags command to documentation
Pipeline #563845694 passed
......@@ -226,6 +226,16 @@ Feature flags **must** be used in the MR that introduces them. Not doing so caus
[broken master](https://about.gitlab.com/handbook/engineering/workflow/#broken-master) scenario due
to the `rspec:feature-flags` job that only runs on the `master` branch.
## List all the feature flags
To [use ChatOps](../../ci/chatops/index.md) to output all the feature flags in an environment to Slack, you can use the `run feature list`
command. For example:
```shell
/chatops run feature list --dev
/chatops run feature list --staging
```
## Delete a feature flag
See [cleaning up feature flags](controls.md#cleaning-up) for more information about
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment