Set a setting
Set a scalar setting by key; the value is parsed as JSON, else a string.
admin.settings.updateSettings({ blockDisposableEmails: false })
Set a scalar setting by key; the value is parsed as JSON, falling back to a string. Settable keys include blockDisposableEmails, telemetryCaptureResponseBodies, autoTriageIssues, and analyticsExtraQueryParams.
Parameters
key
string
RequiredThe setting key.
value
string
RequiredThe value, parsed as JSON with a string fallback.
CLI
remy-admin settings set blockDisposableEmails false