SinceDocumentation Index
Fetch the complete documentation index at: https://ember.carr.sh/llms.txt
Use this file to discover all available pages before exploring further.
v0.1.0-alpha.2
Read-only commands for inspecting Ember’s feature flag catalog. See feature flags for the conceptual overview.
/ember flags list
Print every registered flag with its current resolved state and description.
Syntax
Permission
ember.flags (granted to operators by default). See the permissions reference for details on granting it to players.
Example
/ember flags get
Print the full details of a single flag: its description, default state, whether you’ve set the flag in flags.txt, and the resolved state.
Syntax
<flag> argument tab-completes against the registered flag ids. An unknown id is rejected at parse time with Unknown flag: <id>.
Permission
ember.flags (granted to operators by default).
Example
Operator tells you whether the flag id appears in flags.txt. State is the value the plugin acts on: it matches Default when Operator is unset, and is the opposite of Default when Operator is set.