Skip to content

Commit

Permalink
Backport #1840
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Mar 14, 2024
1 parent d7fc39f commit 993ed98
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion site/feature-flags.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,10 @@ feature flags are enabled.
rabbitmqctl enable_feature_flag <name>
</pre>

**To enable all feature flags**, use `rabbitmqctl enable_feature_flag all`:
**To enable all stable feature flags**, use `rabbitmqctl enable_feature_flag all`:

<pre class="lang-bash">
# will enable all stable feature flags
rabbitmqctl enable_feature_flag all
</pre>

Expand Down

0 comments on commit 993ed98

Please sign in to comment.