@salesforce/core 3.30.14 → 3.31.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +11 -11
- package/README.md +222 -227
- package/lib/config/aliasesConfig.d.ts +12 -12
- package/lib/config/aliasesConfig.js +27 -27
- package/lib/config/authInfoConfig.d.ts +19 -19
- package/lib/config/authInfoConfig.js +34 -34
- package/lib/config/config.d.ts +311 -311
- package/lib/config/config.js +574 -574
- package/lib/config/configAggregator.d.ts +232 -232
- package/lib/config/configAggregator.js +379 -379
- package/lib/config/configFile.d.ts +199 -199
- package/lib/config/configFile.js +340 -340
- package/lib/config/configGroup.d.ts +141 -141
- package/lib/config/configGroup.js +224 -224
- package/lib/config/configStore.d.ts +241 -241
- package/lib/config/configStore.js +352 -352
- package/lib/config/envVars.d.ts +101 -101
- package/lib/config/envVars.js +456 -456
- package/lib/config/orgUsersConfig.d.ts +31 -31
- package/lib/config/orgUsersConfig.js +41 -41
- package/lib/config/sandboxOrgConfig.d.ts +37 -37
- package/lib/config/sandboxOrgConfig.js +50 -50
- package/lib/config/sandboxProcessCache.d.ts +16 -16
- package/lib/config/sandboxProcessCache.js +37 -37
- package/lib/config/tokensConfig.d.ts +10 -10
- package/lib/config/tokensConfig.js +28 -28
- package/lib/config/ttlConfig.d.ts +34 -34
- package/lib/config/ttlConfig.js +54 -54
- package/lib/crypto/crypto.d.ts +54 -54
- package/lib/crypto/crypto.js +220 -220
- package/lib/crypto/keyChain.d.ts +8 -8
- package/lib/crypto/keyChain.js +61 -61
- package/lib/crypto/keyChainImpl.d.ts +116 -116
- package/lib/crypto/keyChainImpl.js +486 -486
- package/lib/crypto/secureBuffer.d.ts +46 -46
- package/lib/crypto/secureBuffer.js +82 -82
- package/lib/deviceOauthService.d.ts +71 -71
- package/lib/deviceOauthService.js +191 -191
- package/lib/exported.d.ts +38 -38
- package/lib/exported.js +118 -118
- package/lib/global.d.ts +70 -70
- package/lib/global.js +109 -109
- package/lib/lifecycleEvents.d.ts +93 -93
- package/lib/lifecycleEvents.js +188 -188
- package/lib/logger.d.ts +381 -381
- package/lib/logger.js +734 -734
- package/lib/messages.d.ts +291 -291
- package/lib/messages.js +543 -543
- package/lib/org/authInfo.d.ts +344 -344
- package/lib/org/authInfo.js +892 -892
- package/lib/org/authRemover.d.ts +88 -88
- package/lib/org/authRemover.js +182 -182
- package/lib/org/connection.d.ts +197 -197
- package/lib/org/connection.js +395 -395
- package/lib/org/index.d.ts +6 -6
- package/lib/org/index.js +28 -28
- package/lib/org/org.d.ts +558 -558
- package/lib/org/org.js +1267 -1267
- package/lib/org/orgConfigProperties.d.ts +69 -69
- package/lib/org/orgConfigProperties.js +136 -136
- package/lib/org/permissionSetAssignment.d.ts +35 -35
- package/lib/org/permissionSetAssignment.js +125 -125
- package/lib/org/scratchOrgCache.d.ts +20 -20
- package/lib/org/scratchOrgCache.js +32 -32
- package/lib/org/scratchOrgCreate.d.ts +54 -54
- package/lib/org/scratchOrgCreate.js +216 -216
- package/lib/org/scratchOrgErrorCodes.d.ts +10 -10
- package/lib/org/scratchOrgErrorCodes.js +88 -88
- package/lib/org/scratchOrgFeatureDeprecation.d.ts +26 -26
- package/lib/org/scratchOrgFeatureDeprecation.js +109 -109
- package/lib/org/scratchOrgInfoApi.d.ts +68 -68
- package/lib/org/scratchOrgInfoApi.js +413 -413
- package/lib/org/scratchOrgInfoGenerator.d.ts +64 -64
- package/lib/org/scratchOrgInfoGenerator.js +241 -241
- package/lib/org/scratchOrgLifecycleEvents.d.ts +10 -10
- package/lib/org/scratchOrgLifecycleEvents.js +40 -40
- package/lib/org/scratchOrgSettingsGenerator.d.ts +78 -78
- package/lib/org/scratchOrgSettingsGenerator.js +276 -276
- package/lib/org/scratchOrgTypes.d.ts +43 -43
- package/lib/org/scratchOrgTypes.js +8 -8
- package/lib/org/user.d.ts +187 -187
- package/lib/org/user.js +448 -448
- package/lib/schema/printer.d.ts +79 -79
- package/lib/schema/printer.js +260 -260
- package/lib/schema/validator.d.ts +70 -70
- package/lib/schema/validator.js +169 -169
- package/lib/sfError.d.ts +73 -73
- package/lib/sfError.js +136 -136
- package/lib/sfProject.d.ts +357 -357
- package/lib/sfProject.js +671 -671
- package/lib/stateAggregator/accessors/aliasAccessor.d.ts +98 -98
- package/lib/stateAggregator/accessors/aliasAccessor.js +145 -145
- package/lib/stateAggregator/accessors/orgAccessor.d.ts +101 -101
- package/lib/stateAggregator/accessors/orgAccessor.js +240 -240
- package/lib/stateAggregator/accessors/sandboxAccessor.d.ts +8 -8
- package/lib/stateAggregator/accessors/sandboxAccessor.js +27 -27
- package/lib/stateAggregator/accessors/tokenAccessor.d.ts +63 -63
- package/lib/stateAggregator/accessors/tokenAccessor.js +79 -79
- package/lib/stateAggregator/index.d.ts +4 -4
- package/lib/stateAggregator/index.js +26 -26
- package/lib/stateAggregator/stateAggregator.d.ts +25 -25
- package/lib/stateAggregator/stateAggregator.js +45 -45
- package/lib/status/myDomainResolver.d.ts +66 -66
- package/lib/status/myDomainResolver.js +124 -124
- package/lib/status/pollingClient.d.ts +85 -85
- package/lib/status/pollingClient.js +115 -115
- package/lib/status/streamingClient.d.ts +244 -244
- package/lib/status/streamingClient.js +436 -436
- package/lib/status/types.d.ts +89 -89
- package/lib/status/types.js +17 -17
- package/lib/testSetup.d.ts +553 -530
- package/lib/testSetup.js +871 -727
- package/lib/util/cache.d.ts +11 -11
- package/lib/util/cache.js +69 -69
- package/lib/util/checkLightningDomain.d.ts +1 -1
- package/lib/util/checkLightningDomain.js +28 -28
- package/lib/util/directoryWriter.d.ts +12 -12
- package/lib/util/directoryWriter.js +53 -53
- package/lib/util/getJwtAudienceUrl.d.ts +4 -4
- package/lib/util/getJwtAudienceUrl.js +18 -18
- package/lib/util/internal.d.ts +58 -58
- package/lib/util/internal.js +118 -118
- package/lib/util/jsonXmlTools.d.ts +14 -14
- package/lib/util/jsonXmlTools.js +38 -38
- package/lib/util/mapKeys.d.ts +14 -14
- package/lib/util/mapKeys.js +51 -51
- package/lib/util/sfdc.d.ts +52 -52
- package/lib/util/sfdc.js +85 -85
- package/lib/util/sfdcUrl.d.ts +72 -72
- package/lib/util/sfdcUrl.js +215 -215
- package/lib/util/structuredWriter.d.ts +9 -9
- package/lib/util/structuredWriter.js +2 -2
- package/lib/util/zipWriter.d.ts +16 -16
- package/lib/util/zipWriter.js +67 -67
- package/lib/webOAuthServer.d.ts +156 -156
- package/lib/webOAuthServer.js +388 -388
- package/messages/auth.md +37 -37
- package/messages/config.md +156 -156
- package/messages/connection.md +30 -30
- package/messages/core.json +20 -20
- package/messages/core.md +67 -67
- package/messages/encryption.md +85 -85
- package/messages/envVars.md +303 -303
- package/messages/org.md +63 -63
- package/messages/permissionSetAssignment.md +31 -31
- package/messages/scratchOrgCreate.md +23 -23
- package/messages/scratchOrgErrorCodes.md +115 -115
- package/messages/scratchOrgFeatureDeprecation.md +11 -11
- package/messages/scratchOrgInfoApi.md +15 -15
- package/messages/scratchOrgInfoGenerator.md +23 -23
- package/messages/streaming.md +23 -23
- package/messages/user.md +35 -35
- package/package.json +97 -97
package/messages/auth.md
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
# targetOrgNotSet
|
|
2
|
-
|
|
3
|
-
A default user is not set.
|
|
4
|
-
|
|
5
|
-
# targetOrgNotSet.actions
|
|
6
|
-
|
|
7
|
-
- Run the "sfdx auth" commands with --setdefaultusername to connect to an org and set it as your default org.
|
|
8
|
-
- Run "force:org:create" with --setdefaultusername to create a scratch org and set it as your default org.
|
|
9
|
-
- Run "sfdx config:set defaultusername=<username>" to set your default username.
|
|
10
|
-
|
|
11
|
-
# portInUse
|
|
12
|
-
|
|
13
|
-
Cannot start the OAuth redirect server on port %s.
|
|
14
|
-
|
|
15
|
-
# portInUse.actions
|
|
16
|
-
|
|
17
|
-
- Kill the process running on port %s or use a custom connected app and update OauthLocalPort in the sfdx-project.json file.
|
|
18
|
-
|
|
19
|
-
# invalidRequestMethod
|
|
20
|
-
|
|
21
|
-
Invalid request method: %s
|
|
22
|
-
|
|
23
|
-
# invalidRequestUri
|
|
24
|
-
|
|
25
|
-
Invalid request uri: %s
|
|
26
|
-
|
|
27
|
-
# pollingTimeout
|
|
28
|
-
|
|
29
|
-
The device authorization request timed out. After executing force:auth:device:login, you must approve access to the device within 10 minutes. This can happen if the URL wasn’t copied into the browser, login was not attempted, or the 2FA process was not completed within 10 minutes. Request authorization again.
|
|
30
|
-
|
|
31
|
-
# serverErrorHTMLResponse
|
|
32
|
-
|
|
33
|
-
<h1>%s</h1><br />This is most likely <b>not</b> an error with the Salesforce CLI. Please ensure all information is accurate and try again.
|
|
34
|
-
|
|
35
|
-
# missingAuthCode
|
|
36
|
-
|
|
37
|
-
No authentication code found on login response.
|
|
1
|
+
# targetOrgNotSet
|
|
2
|
+
|
|
3
|
+
A default user is not set.
|
|
4
|
+
|
|
5
|
+
# targetOrgNotSet.actions
|
|
6
|
+
|
|
7
|
+
- Run the "sfdx auth" commands with --setdefaultusername to connect to an org and set it as your default org.
|
|
8
|
+
- Run "force:org:create" with --setdefaultusername to create a scratch org and set it as your default org.
|
|
9
|
+
- Run "sfdx config:set defaultusername=<username>" to set your default username.
|
|
10
|
+
|
|
11
|
+
# portInUse
|
|
12
|
+
|
|
13
|
+
Cannot start the OAuth redirect server on port %s.
|
|
14
|
+
|
|
15
|
+
# portInUse.actions
|
|
16
|
+
|
|
17
|
+
- Kill the process running on port %s or use a custom connected app and update OauthLocalPort in the sfdx-project.json file.
|
|
18
|
+
|
|
19
|
+
# invalidRequestMethod
|
|
20
|
+
|
|
21
|
+
Invalid request method: %s
|
|
22
|
+
|
|
23
|
+
# invalidRequestUri
|
|
24
|
+
|
|
25
|
+
Invalid request uri: %s
|
|
26
|
+
|
|
27
|
+
# pollingTimeout
|
|
28
|
+
|
|
29
|
+
The device authorization request timed out. After executing force:auth:device:login, you must approve access to the device within 10 minutes. This can happen if the URL wasn’t copied into the browser, login was not attempted, or the 2FA process was not completed within 10 minutes. Request authorization again.
|
|
30
|
+
|
|
31
|
+
# serverErrorHTMLResponse
|
|
32
|
+
|
|
33
|
+
<h1>%s</h1><br />This is most likely <b>not</b> an error with the Salesforce CLI. Please ensure all information is accurate and try again.
|
|
34
|
+
|
|
35
|
+
# missingAuthCode
|
|
36
|
+
|
|
37
|
+
No authentication code found on login response.
|
package/messages/config.md
CHANGED
|
@@ -1,156 +1,156 @@
|
|
|
1
|
-
# unknownConfigKey
|
|
2
|
-
|
|
3
|
-
Unknown config name: %s.
|
|
4
|
-
|
|
5
|
-
# deprecatedConfigKey
|
|
6
|
-
|
|
7
|
-
Deprecated config name: %s. Please use %s instead.
|
|
8
|
-
|
|
9
|
-
# invalidWrite
|
|
10
|
-
|
|
11
|
-
The writeSync method is not allowed on SfdxConfig. Use the async write method instead.
|
|
12
|
-
|
|
13
|
-
# invalidConfigValue
|
|
14
|
-
|
|
15
|
-
Invalid config value: %s.
|
|
16
|
-
|
|
17
|
-
# invalidInstanceUrl
|
|
18
|
-
|
|
19
|
-
Specify a valid Salesforce instance URL.
|
|
20
|
-
|
|
21
|
-
# invalidApiVersion
|
|
22
|
-
|
|
23
|
-
Specify a valid Salesforce API version, for example, 42.0.
|
|
24
|
-
|
|
25
|
-
# invalidCustomOrgMetadataTemplates
|
|
26
|
-
|
|
27
|
-
Specify a valid repository URL or directory for the custom org metadata templates.
|
|
28
|
-
|
|
29
|
-
# invalidIsvDebuggerSid
|
|
30
|
-
|
|
31
|
-
Specify a valid Debugger SID.
|
|
32
|
-
|
|
33
|
-
# invalidIsvDebuggerUrl
|
|
34
|
-
|
|
35
|
-
Specify a valid Debugger URL.
|
|
36
|
-
|
|
37
|
-
# invalidNumberConfigValue
|
|
38
|
-
|
|
39
|
-
Specify a valid positive integer, for example, 150000.
|
|
40
|
-
|
|
41
|
-
# invalidBooleanConfigValue
|
|
42
|
-
|
|
43
|
-
The config value can only be set to true or false.
|
|
44
|
-
|
|
45
|
-
# invalidProjectWorkspace
|
|
46
|
-
|
|
47
|
-
This directory does not contain a valid Salesforce DX project.
|
|
48
|
-
|
|
49
|
-
# schemaValidationError
|
|
50
|
-
|
|
51
|
-
The config file "%s" is not schema valid.
|
|
52
|
-
Due to: %s
|
|
53
|
-
|
|
54
|
-
# schemaValidationError.actions
|
|
55
|
-
|
|
56
|
-
- Fix the invalid entries at %s.
|
|
57
|
-
|
|
58
|
-
# missingDefaultPath
|
|
59
|
-
|
|
60
|
-
In sfdx-project.json, be sure to specify which package directory (path) is the default. Example: `[{ "path": "packageDirectory1", "default": true }, { "path": "packageDirectory2" }]`
|
|
61
|
-
|
|
62
|
-
# missingPackageDirectory
|
|
63
|
-
|
|
64
|
-
The path "%s", specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.
|
|
65
|
-
|
|
66
|
-
# invalidPackageDirectory
|
|
67
|
-
|
|
68
|
-
The path "%s", specified in sfdx-project.json, must be indicated as a relative path to the project root.
|
|
69
|
-
|
|
70
|
-
# multipleDefaultPaths
|
|
71
|
-
|
|
72
|
-
In sfdx-project.json, indicate only one package directory (path) as the default.
|
|
73
|
-
|
|
74
|
-
# singleNonDefaultPackage
|
|
75
|
-
|
|
76
|
-
The sfdx-project.json file must include one, and only one, default package directory (path). Because your sfdx-project.json file contains only one package directory, it must be the default. Remove the `"default": false` key and try again.
|
|
77
|
-
|
|
78
|
-
# target-org
|
|
79
|
-
|
|
80
|
-
Username or alias of the org that all commands run against by default. (sf only)
|
|
81
|
-
|
|
82
|
-
# target-dev-hub
|
|
83
|
-
|
|
84
|
-
Username or alias of your default Dev Hub org. (sf only)
|
|
85
|
-
|
|
86
|
-
# defaultUsername
|
|
87
|
-
|
|
88
|
-
Username or alias of the org that all commands run against by default. (sfdx only)
|
|
89
|
-
|
|
90
|
-
# defaultDevHubUsername
|
|
91
|
-
|
|
92
|
-
Username or alias of your default Dev Hub org. (sfdx only)
|
|
93
|
-
|
|
94
|
-
# isvDebuggerSid
|
|
95
|
-
|
|
96
|
-
ISV debugger SID (sfdx only)
|
|
97
|
-
|
|
98
|
-
# isvDebuggerUrl
|
|
99
|
-
|
|
100
|
-
ISV debugger URL (sfdx only)
|
|
101
|
-
|
|
102
|
-
# org-isv-debugger-sid
|
|
103
|
-
|
|
104
|
-
ISV debugger SID.
|
|
105
|
-
|
|
106
|
-
# org-isv-debugger-url
|
|
107
|
-
|
|
108
|
-
ISV debugger URL.
|
|
109
|
-
|
|
110
|
-
# apiVersion
|
|
111
|
-
|
|
112
|
-
API version of your project. Default: API version of your Dev Hub org. (sfdx only)
|
|
113
|
-
|
|
114
|
-
# org-api-version
|
|
115
|
-
|
|
116
|
-
API version of your project. Default: API version of your Dev Hub org.
|
|
117
|
-
|
|
118
|
-
# disableTelemetry
|
|
119
|
-
|
|
120
|
-
Disables the collection of usage and user environment information, etc. Default: false. (sfdx only)
|
|
121
|
-
|
|
122
|
-
# disable-telemetry
|
|
123
|
-
|
|
124
|
-
Disables the collection of usage and user environment information, etc. Default: false.
|
|
125
|
-
|
|
126
|
-
# maxQueryLimit
|
|
127
|
-
|
|
128
|
-
Maximum number of Salesforce records returned by a CLI command. Default: 10,000. (sfdx only)
|
|
129
|
-
|
|
130
|
-
# org-max-query-limit
|
|
131
|
-
|
|
132
|
-
Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
133
|
-
|
|
134
|
-
# restDeploy
|
|
135
|
-
|
|
136
|
-
Whether deployments use the Metadata REST API (true) or SOAP API (false, default value). (sfdx only)
|
|
137
|
-
|
|
138
|
-
# instanceUrl
|
|
139
|
-
|
|
140
|
-
URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com. (sfdx only)
|
|
141
|
-
|
|
142
|
-
# org-instance-url
|
|
143
|
-
|
|
144
|
-
URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com.
|
|
145
|
-
|
|
146
|
-
# customOrgMetadataTemplates
|
|
147
|
-
|
|
148
|
-
A valid repository URL or directory for the custom org metadata templates.
|
|
149
|
-
|
|
150
|
-
# org-custom-metadata-templates
|
|
151
|
-
|
|
152
|
-
A valid repository URL or directory for the custom org metadata templates.
|
|
153
|
-
|
|
154
|
-
# invalidId
|
|
155
|
-
|
|
156
|
-
The given id %s is not a valid 15 or 18 character Salesforce ID.
|
|
1
|
+
# unknownConfigKey
|
|
2
|
+
|
|
3
|
+
Unknown config name: %s.
|
|
4
|
+
|
|
5
|
+
# deprecatedConfigKey
|
|
6
|
+
|
|
7
|
+
Deprecated config name: %s. Please use %s instead.
|
|
8
|
+
|
|
9
|
+
# invalidWrite
|
|
10
|
+
|
|
11
|
+
The writeSync method is not allowed on SfdxConfig. Use the async write method instead.
|
|
12
|
+
|
|
13
|
+
# invalidConfigValue
|
|
14
|
+
|
|
15
|
+
Invalid config value: %s.
|
|
16
|
+
|
|
17
|
+
# invalidInstanceUrl
|
|
18
|
+
|
|
19
|
+
Specify a valid Salesforce instance URL.
|
|
20
|
+
|
|
21
|
+
# invalidApiVersion
|
|
22
|
+
|
|
23
|
+
Specify a valid Salesforce API version, for example, 42.0.
|
|
24
|
+
|
|
25
|
+
# invalidCustomOrgMetadataTemplates
|
|
26
|
+
|
|
27
|
+
Specify a valid repository URL or directory for the custom org metadata templates.
|
|
28
|
+
|
|
29
|
+
# invalidIsvDebuggerSid
|
|
30
|
+
|
|
31
|
+
Specify a valid Debugger SID.
|
|
32
|
+
|
|
33
|
+
# invalidIsvDebuggerUrl
|
|
34
|
+
|
|
35
|
+
Specify a valid Debugger URL.
|
|
36
|
+
|
|
37
|
+
# invalidNumberConfigValue
|
|
38
|
+
|
|
39
|
+
Specify a valid positive integer, for example, 150000.
|
|
40
|
+
|
|
41
|
+
# invalidBooleanConfigValue
|
|
42
|
+
|
|
43
|
+
The config value can only be set to true or false.
|
|
44
|
+
|
|
45
|
+
# invalidProjectWorkspace
|
|
46
|
+
|
|
47
|
+
This directory does not contain a valid Salesforce DX project.
|
|
48
|
+
|
|
49
|
+
# schemaValidationError
|
|
50
|
+
|
|
51
|
+
The config file "%s" is not schema valid.
|
|
52
|
+
Due to: %s
|
|
53
|
+
|
|
54
|
+
# schemaValidationError.actions
|
|
55
|
+
|
|
56
|
+
- Fix the invalid entries at %s.
|
|
57
|
+
|
|
58
|
+
# missingDefaultPath
|
|
59
|
+
|
|
60
|
+
In sfdx-project.json, be sure to specify which package directory (path) is the default. Example: `[{ "path": "packageDirectory1", "default": true }, { "path": "packageDirectory2" }]`
|
|
61
|
+
|
|
62
|
+
# missingPackageDirectory
|
|
63
|
+
|
|
64
|
+
The path "%s", specified in sfdx-project.json, does not exist. Be sure this directory is included in your project root.
|
|
65
|
+
|
|
66
|
+
# invalidPackageDirectory
|
|
67
|
+
|
|
68
|
+
The path "%s", specified in sfdx-project.json, must be indicated as a relative path to the project root.
|
|
69
|
+
|
|
70
|
+
# multipleDefaultPaths
|
|
71
|
+
|
|
72
|
+
In sfdx-project.json, indicate only one package directory (path) as the default.
|
|
73
|
+
|
|
74
|
+
# singleNonDefaultPackage
|
|
75
|
+
|
|
76
|
+
The sfdx-project.json file must include one, and only one, default package directory (path). Because your sfdx-project.json file contains only one package directory, it must be the default. Remove the `"default": false` key and try again.
|
|
77
|
+
|
|
78
|
+
# target-org
|
|
79
|
+
|
|
80
|
+
Username or alias of the org that all commands run against by default. (sf only)
|
|
81
|
+
|
|
82
|
+
# target-dev-hub
|
|
83
|
+
|
|
84
|
+
Username or alias of your default Dev Hub org. (sf only)
|
|
85
|
+
|
|
86
|
+
# defaultUsername
|
|
87
|
+
|
|
88
|
+
Username or alias of the org that all commands run against by default. (sfdx only)
|
|
89
|
+
|
|
90
|
+
# defaultDevHubUsername
|
|
91
|
+
|
|
92
|
+
Username or alias of your default Dev Hub org. (sfdx only)
|
|
93
|
+
|
|
94
|
+
# isvDebuggerSid
|
|
95
|
+
|
|
96
|
+
ISV debugger SID (sfdx only)
|
|
97
|
+
|
|
98
|
+
# isvDebuggerUrl
|
|
99
|
+
|
|
100
|
+
ISV debugger URL (sfdx only)
|
|
101
|
+
|
|
102
|
+
# org-isv-debugger-sid
|
|
103
|
+
|
|
104
|
+
ISV debugger SID.
|
|
105
|
+
|
|
106
|
+
# org-isv-debugger-url
|
|
107
|
+
|
|
108
|
+
ISV debugger URL.
|
|
109
|
+
|
|
110
|
+
# apiVersion
|
|
111
|
+
|
|
112
|
+
API version of your project. Default: API version of your Dev Hub org. (sfdx only)
|
|
113
|
+
|
|
114
|
+
# org-api-version
|
|
115
|
+
|
|
116
|
+
API version of your project. Default: API version of your Dev Hub org.
|
|
117
|
+
|
|
118
|
+
# disableTelemetry
|
|
119
|
+
|
|
120
|
+
Disables the collection of usage and user environment information, etc. Default: false. (sfdx only)
|
|
121
|
+
|
|
122
|
+
# disable-telemetry
|
|
123
|
+
|
|
124
|
+
Disables the collection of usage and user environment information, etc. Default: false.
|
|
125
|
+
|
|
126
|
+
# maxQueryLimit
|
|
127
|
+
|
|
128
|
+
Maximum number of Salesforce records returned by a CLI command. Default: 10,000. (sfdx only)
|
|
129
|
+
|
|
130
|
+
# org-max-query-limit
|
|
131
|
+
|
|
132
|
+
Maximum number of Salesforce records returned by a CLI command. Default: 10,000.
|
|
133
|
+
|
|
134
|
+
# restDeploy
|
|
135
|
+
|
|
136
|
+
Whether deployments use the Metadata REST API (true) or SOAP API (false, default value). (sfdx only)
|
|
137
|
+
|
|
138
|
+
# instanceUrl
|
|
139
|
+
|
|
140
|
+
URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com. (sfdx only)
|
|
141
|
+
|
|
142
|
+
# org-instance-url
|
|
143
|
+
|
|
144
|
+
URL of the Salesforce instance hosting your org. Default: https://login.salesforce.com.
|
|
145
|
+
|
|
146
|
+
# customOrgMetadataTemplates
|
|
147
|
+
|
|
148
|
+
A valid repository URL or directory for the custom org metadata templates.
|
|
149
|
+
|
|
150
|
+
# org-custom-metadata-templates
|
|
151
|
+
|
|
152
|
+
A valid repository URL or directory for the custom org metadata templates.
|
|
153
|
+
|
|
154
|
+
# invalidId
|
|
155
|
+
|
|
156
|
+
The given id %s is not a valid 15 or 18 character Salesforce ID.
|
package/messages/connection.md
CHANGED
|
@@ -1,30 +1,30 @@
|
|
|
1
|
-
# incorrectAPIVersionError
|
|
2
|
-
|
|
3
|
-
Invalid API version %s. Expecting format "[1-9][0-9].0", i.e. 42.0
|
|
4
|
-
|
|
5
|
-
# domainNotFoundError
|
|
6
|
-
|
|
7
|
-
The org cannot be found
|
|
8
|
-
|
|
9
|
-
# domainNotFoundError.actions
|
|
10
|
-
|
|
11
|
-
- Verify that the org still exists',
|
|
12
|
-
- If your org is newly created, wait a minute and run your command again',
|
|
13
|
-
- If you deployed or updated the org's My Domain, logout from the CLI and authenticate again",
|
|
14
|
-
- If you are running in a CI environment with a DNS that blocks external IPs, try setting SFDX_DISABLE_DNS_CHECK=true'
|
|
15
|
-
|
|
16
|
-
# noInstanceUrlError
|
|
17
|
-
|
|
18
|
-
Connection has no instanceUrl.
|
|
19
|
-
|
|
20
|
-
# noInstanceUrlError.actions
|
|
21
|
-
|
|
22
|
-
Make sure the instanceUrl is set in your command or config.
|
|
23
|
-
|
|
24
|
-
# noApiVersionsError
|
|
25
|
-
|
|
26
|
-
Org failed to respond with its list of API versions. This is usually the result of domain changes like activating MyDomain or Enhanced Domains
|
|
27
|
-
|
|
28
|
-
# noApiVersionsError.actions
|
|
29
|
-
|
|
30
|
-
Re-authenticate to the org.
|
|
1
|
+
# incorrectAPIVersionError
|
|
2
|
+
|
|
3
|
+
Invalid API version %s. Expecting format "[1-9][0-9].0", i.e. 42.0
|
|
4
|
+
|
|
5
|
+
# domainNotFoundError
|
|
6
|
+
|
|
7
|
+
The org cannot be found
|
|
8
|
+
|
|
9
|
+
# domainNotFoundError.actions
|
|
10
|
+
|
|
11
|
+
- Verify that the org still exists',
|
|
12
|
+
- If your org is newly created, wait a minute and run your command again',
|
|
13
|
+
- If you deployed or updated the org's My Domain, logout from the CLI and authenticate again",
|
|
14
|
+
- If you are running in a CI environment with a DNS that blocks external IPs, try setting SFDX_DISABLE_DNS_CHECK=true'
|
|
15
|
+
|
|
16
|
+
# noInstanceUrlError
|
|
17
|
+
|
|
18
|
+
Connection has no instanceUrl.
|
|
19
|
+
|
|
20
|
+
# noInstanceUrlError.actions
|
|
21
|
+
|
|
22
|
+
Make sure the instanceUrl is set in your command or config.
|
|
23
|
+
|
|
24
|
+
# noApiVersionsError
|
|
25
|
+
|
|
26
|
+
Org failed to respond with its list of API versions. This is usually the result of domain changes like activating MyDomain or Enhanced Domains
|
|
27
|
+
|
|
28
|
+
# noApiVersionsError.actions
|
|
29
|
+
|
|
30
|
+
Re-authenticate to the org.
|
package/messages/core.json
CHANGED
|
@@ -1,20 +1,20 @@
|
|
|
1
|
-
{
|
|
2
|
-
"JsonParseError": "Parse error in file %s on line %s\n%s\n",
|
|
3
|
-
"AuthInfoCreationError": "Must pass a username and/or OAuth options when creating an AuthInfo instance.",
|
|
4
|
-
"AuthInfoOverwriteError": "Cannot create an AuthInfo instance that will overwrite existing auth data.",
|
|
5
|
-
"AuthInfoOverwriteErrorAction": "Create the AuthInfo instance using existing auth data by just passing the username. E.g., AuthInfo.create({ username: 'my@user.org' });",
|
|
6
|
-
"AuthCodeExchangeError": "Error authenticating with auth code due to: %s",
|
|
7
|
-
"AuthCodeUsernameRetrievalError": "Could not retrieve the username after successful auth code exchange.\nDue to: %s",
|
|
8
|
-
"JWTAuthError": "Error authenticating with JWT config due to: %s",
|
|
9
|
-
"RefreshTokenAuthError": "Error authenticating with the refresh token due to: %s",
|
|
10
|
-
"OrgDataNotAvailableError": "An attempt to refresh the authentication token failed with a 'Data Not Found Error'. The org identified by username %s does not appear to exist. Likely cause is that the org was deleted by another user or has expired.",
|
|
11
|
-
"OrgDataNotAvailableErrorAction1": "Run `sfdx force:org:list --clean` to remove stale org authentications.",
|
|
12
|
-
"OrgDataNotAvailableErrorAction2": "Use `sfdx force:config:set` to update the defaultusername.",
|
|
13
|
-
"OrgDataNotAvailableErrorAction3": "Use `sfdx force:org:create` to create a new org.",
|
|
14
|
-
"OrgDataNotAvailableErrorAction4": "Use `sfdx force:auth` to authenticate an existing org.",
|
|
15
|
-
"NamedOrgNotFound": "No authorization information found for %s %s.",
|
|
16
|
-
"NoAliasesFound": "Nothing to set.",
|
|
17
|
-
"InvalidFormat": "Setting aliases must be in the format <key>=<value> but found: [%s].",
|
|
18
|
-
"NoAuthInfoFound": "No authorization information can be found.",
|
|
19
|
-
"InvalidJsonCasing": "All JSON input must have heads down camelcase keys. E.g., { sfdcLoginUrl: \"https://login.salesforce.com\" }\nFound \"%s\" at %s"
|
|
20
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"JsonParseError": "Parse error in file %s on line %s\n%s\n",
|
|
3
|
+
"AuthInfoCreationError": "Must pass a username and/or OAuth options when creating an AuthInfo instance.",
|
|
4
|
+
"AuthInfoOverwriteError": "Cannot create an AuthInfo instance that will overwrite existing auth data.",
|
|
5
|
+
"AuthInfoOverwriteErrorAction": "Create the AuthInfo instance using existing auth data by just passing the username. E.g., AuthInfo.create({ username: 'my@user.org' });",
|
|
6
|
+
"AuthCodeExchangeError": "Error authenticating with auth code due to: %s",
|
|
7
|
+
"AuthCodeUsernameRetrievalError": "Could not retrieve the username after successful auth code exchange.\nDue to: %s",
|
|
8
|
+
"JWTAuthError": "Error authenticating with JWT config due to: %s",
|
|
9
|
+
"RefreshTokenAuthError": "Error authenticating with the refresh token due to: %s",
|
|
10
|
+
"OrgDataNotAvailableError": "An attempt to refresh the authentication token failed with a 'Data Not Found Error'. The org identified by username %s does not appear to exist. Likely cause is that the org was deleted by another user or has expired.",
|
|
11
|
+
"OrgDataNotAvailableErrorAction1": "Run `sfdx force:org:list --clean` to remove stale org authentications.",
|
|
12
|
+
"OrgDataNotAvailableErrorAction2": "Use `sfdx force:config:set` to update the defaultusername.",
|
|
13
|
+
"OrgDataNotAvailableErrorAction3": "Use `sfdx force:org:create` to create a new org.",
|
|
14
|
+
"OrgDataNotAvailableErrorAction4": "Use `sfdx force:auth` to authenticate an existing org.",
|
|
15
|
+
"NamedOrgNotFound": "No authorization information found for %s %s.",
|
|
16
|
+
"NoAliasesFound": "Nothing to set.",
|
|
17
|
+
"InvalidFormat": "Setting aliases must be in the format <key>=<value> but found: [%s].",
|
|
18
|
+
"NoAuthInfoFound": "No authorization information can be found.",
|
|
19
|
+
"InvalidJsonCasing": "All JSON input must have heads down camelcase keys. E.g., { sfdcLoginUrl: \"https://login.salesforce.com\" }\nFound \"%s\" at %s"
|
|
20
|
+
}
|
package/messages/core.md
CHANGED
|
@@ -1,67 +1,67 @@
|
|
|
1
|
-
# authInfoCreationError
|
|
2
|
-
|
|
3
|
-
Must pass a username and/or OAuth options when creating an AuthInfo instance.
|
|
4
|
-
|
|
5
|
-
# authInfoOverwriteError
|
|
6
|
-
|
|
7
|
-
Cannot create an AuthInfo instance that will overwrite existing auth data.
|
|
8
|
-
|
|
9
|
-
# authInfoOverwriteError.actions
|
|
10
|
-
|
|
11
|
-
- Create the AuthInfo instance using existing auth data by just passing the username. E.g., `AuthInfo.create({ username: 'my@user.org' });`.
|
|
12
|
-
|
|
13
|
-
# authCodeExchangeError
|
|
14
|
-
|
|
15
|
-
Error authenticating with auth code due to: %s
|
|
16
|
-
|
|
17
|
-
# authCodeUsernameRetrievalError
|
|
18
|
-
|
|
19
|
-
Could not retrieve the username after successful auth code exchange.
|
|
20
|
-
|
|
21
|
-
Due to: %s
|
|
22
|
-
|
|
23
|
-
# jwtAuthError
|
|
24
|
-
|
|
25
|
-
Error authenticating with JWT config due to: %s
|
|
26
|
-
|
|
27
|
-
# jwtAuthErrors
|
|
28
|
-
|
|
29
|
-
Error authenticating with JWT.
|
|
30
|
-
Errors encountered:
|
|
31
|
-
%s
|
|
32
|
-
|
|
33
|
-
# refreshTokenAuthError
|
|
34
|
-
|
|
35
|
-
Error authenticating with the refresh token due to: %s
|
|
36
|
-
|
|
37
|
-
# orgDataNotAvailableError
|
|
38
|
-
|
|
39
|
-
An attempt to refresh the authentication token failed with a 'Data Not Found Error'. The org identified by username %s does not appear to exist. Likely cause is that the org was deleted by another user or has expired.
|
|
40
|
-
|
|
41
|
-
# orgDataNotAvailableError.actions
|
|
42
|
-
|
|
43
|
-
- Run `sfdx force:org:list --clean` to remove stale org authentications.
|
|
44
|
-
- Use `sfdx force:config:set` to update the defaultusername.
|
|
45
|
-
- Use `sfdx force:org:create` to create a new org.
|
|
46
|
-
- Use `sfdx auth` to authenticate an existing org.
|
|
47
|
-
|
|
48
|
-
# namedOrgNotFound
|
|
49
|
-
|
|
50
|
-
No authorization information found for %s.
|
|
51
|
-
|
|
52
|
-
# noAliasesFound
|
|
53
|
-
|
|
54
|
-
Nothing to set.
|
|
55
|
-
|
|
56
|
-
# invalidFormat
|
|
57
|
-
|
|
58
|
-
Setting aliases must be in the format <key>=<value> but found: [%s].
|
|
59
|
-
|
|
60
|
-
# invalidJsonCasing
|
|
61
|
-
|
|
62
|
-
All JSON input must have heads down camelcase keys. E.g., `{ sfdcLoginUrl: "https://login.salesforce.com" }`
|
|
63
|
-
Found "%s" at %s
|
|
64
|
-
|
|
65
|
-
# missingClientId
|
|
66
|
-
|
|
67
|
-
Client ID is required for JWT authentication.
|
|
1
|
+
# authInfoCreationError
|
|
2
|
+
|
|
3
|
+
Must pass a username and/or OAuth options when creating an AuthInfo instance.
|
|
4
|
+
|
|
5
|
+
# authInfoOverwriteError
|
|
6
|
+
|
|
7
|
+
Cannot create an AuthInfo instance that will overwrite existing auth data.
|
|
8
|
+
|
|
9
|
+
# authInfoOverwriteError.actions
|
|
10
|
+
|
|
11
|
+
- Create the AuthInfo instance using existing auth data by just passing the username. E.g., `AuthInfo.create({ username: 'my@user.org' });`.
|
|
12
|
+
|
|
13
|
+
# authCodeExchangeError
|
|
14
|
+
|
|
15
|
+
Error authenticating with auth code due to: %s
|
|
16
|
+
|
|
17
|
+
# authCodeUsernameRetrievalError
|
|
18
|
+
|
|
19
|
+
Could not retrieve the username after successful auth code exchange.
|
|
20
|
+
|
|
21
|
+
Due to: %s
|
|
22
|
+
|
|
23
|
+
# jwtAuthError
|
|
24
|
+
|
|
25
|
+
Error authenticating with JWT config due to: %s
|
|
26
|
+
|
|
27
|
+
# jwtAuthErrors
|
|
28
|
+
|
|
29
|
+
Error authenticating with JWT.
|
|
30
|
+
Errors encountered:
|
|
31
|
+
%s
|
|
32
|
+
|
|
33
|
+
# refreshTokenAuthError
|
|
34
|
+
|
|
35
|
+
Error authenticating with the refresh token due to: %s
|
|
36
|
+
|
|
37
|
+
# orgDataNotAvailableError
|
|
38
|
+
|
|
39
|
+
An attempt to refresh the authentication token failed with a 'Data Not Found Error'. The org identified by username %s does not appear to exist. Likely cause is that the org was deleted by another user or has expired.
|
|
40
|
+
|
|
41
|
+
# orgDataNotAvailableError.actions
|
|
42
|
+
|
|
43
|
+
- Run `sfdx force:org:list --clean` to remove stale org authentications.
|
|
44
|
+
- Use `sfdx force:config:set` to update the defaultusername.
|
|
45
|
+
- Use `sfdx force:org:create` to create a new org.
|
|
46
|
+
- Use `sfdx auth` to authenticate an existing org.
|
|
47
|
+
|
|
48
|
+
# namedOrgNotFound
|
|
49
|
+
|
|
50
|
+
No authorization information found for %s.
|
|
51
|
+
|
|
52
|
+
# noAliasesFound
|
|
53
|
+
|
|
54
|
+
Nothing to set.
|
|
55
|
+
|
|
56
|
+
# invalidFormat
|
|
57
|
+
|
|
58
|
+
Setting aliases must be in the format <key>=<value> but found: [%s].
|
|
59
|
+
|
|
60
|
+
# invalidJsonCasing
|
|
61
|
+
|
|
62
|
+
All JSON input must have heads down camelcase keys. E.g., `{ sfdcLoginUrl: "https://login.salesforce.com" }`
|
|
63
|
+
Found "%s" at %s
|
|
64
|
+
|
|
65
|
+
# missingClientId
|
|
66
|
+
|
|
67
|
+
Client ID is required for JWT authentication.
|