saasframe feature_toggles override-set-value
yarn saasframe feature_toggles override-set-value creates or updates a feature toggle override for a specific tenant.
Usage
yarn saasframe feature_toggles override-set-value --identifier <id> --tenantId <uuid> --value <value>
Options
| Option | Description | Required | Default |
|---|---|---|---|
--identifier | Unique identifier of the feature toggle. | Yes | - |
--tenantId | UUID of the tenant to apply the override to. | Yes | - |
--value | The override value. Can be boolean, string, number, or JSON depending on toggle type. | Yes | - |
Behavior
- Sets the specific value for the given feature toggle and tenant.
- If successful, outputs:
✅ Feature toggle override updated: <identifier> <tenantId>. - If mandatory arguments are missing, outputs usage instructions.