How to enable a feature flag.
Package | Minimum version |
---|---|
wgc | 0.58.0 |
router | 0.95.0 |
feature-flag enable
is used when the feature flag is already enabled, no changes (nor errors) will occur.feature-flag
is ff
.
Note that unless specified by the --namespace
parameter, the namespace will be automatically passed as “default”.
<name>
: The name of the feature flag to enable. Returns an error if the feature flag does not exist in the specified (otherwise “default”) namespace.-n, --namespace
: The namespace of the feature flag (defaults to “default”). Returns an error if the feature flag does not exist in that namespace.