UNPKG

1.52 kBJavaScriptView Raw
1
2module.exports = {
3 deprecatedPrefFormatLegacy: `We\'re deprecating orgPreferences in Summer ’19. You can continue to use them until they are
4replaced by settings in Winter ’20. But why wait? Here\'s exactly how to update the scratch org
5definition file.
6Replace the orgPreferences section:
7%s
8With Settings:
9%s
10For more information on configuring settings in a scratch org definition file,
11see: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm
12`,
13 deprecatedPrefFormat: `We've deprecated OrgPreferences. Update the scratch org definition file to replace OrgPreferences with their corresponding settings.
14
15Replace the orgPreferences section:
16%s
17With their updated settings:
18%s
19For more info on configuring settings in a scratch org definition file see: https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm.'
20`,
21 migratedPrefFormat: `We're deprecating OrgPreferenceSettings. We've added the settings to other metadata types in Winter '20. You can continue to use OrgPreferenceSettings until they are replaced by their corresponding settings in Spring '20. But why wait? Here's exactly what you need to update in the scratch org definition file.
22
23Replace the orgPreferenceSettings section:
24%s
25With their updated settings:
26%s
27For more info on configuring settings in a scratch org definition file see:
28https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_scratch_orgs.htm
29`
30};