Documentation Index
Fetch the complete documentation index at: https://wundergraphinc-milinda-eng-8701-implement-cache-warmer-from.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Description
Update an existing feature flag within the specified namespace (or the “default” namespace if unspecified). A feature flag is a group of one or more feature subgraphs. Each feature subgraph represents a replacement of a specific base subgraph that composes a federated graph.Minimum Requirements
Usage
feature-flag is ff.
Note that unless specified by the --namespace parameter, the namespace will be automatically passed as “default”.
Parameters
<name>: The name of the existing feature flag to update. Returns an error if the feature flag does not exist in the specified (otherwise “default”) namespace.
Options
-
--fs, --feature-subgraphs:A list of names of the feature subgraphs that compose the feature flag. At least one feature subgraph name must be included, and multiple names are space delimited. Including a non-feature subgraph or a feature subgraph that does not exist in the specified (otherwise “default”) namespace will produce an error. Including this option will overwrite the existing list. -
-n, --namespace: The namespace of the feature flag (defaults to “default”). Returns an error if the feature flag does not exist in that namespace. -
--label [labels...]:The labels to apply to the feature flag. The labels are passed in the formatkey=value, and multiple values are space delimited. Including this option will overwrite the existing list. -
--unsetlabels:Removes all existing labels. If the--labelparameter is also provided, it will be ignored. -
-j, --json: Output the information in JSON format.
Example
Update the existing feature flag “my-flag” in the namespace “prod” with multiple feature subgraphs and the labelsteam=A and team=B: