Skip to main content

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

OptionDescriptionRequiredDefault
--identifierUnique identifier of the feature toggle.Yes-
--tenantIdUUID of the tenant to apply the override to.Yes-
--valueThe 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.