@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.
Files changed (153) hide show
  1. package/LICENSE.txt +11 -11
  2. package/README.md +222 -227
  3. package/lib/config/aliasesConfig.d.ts +12 -12
  4. package/lib/config/aliasesConfig.js +27 -27
  5. package/lib/config/authInfoConfig.d.ts +19 -19
  6. package/lib/config/authInfoConfig.js +34 -34
  7. package/lib/config/config.d.ts +311 -311
  8. package/lib/config/config.js +574 -574
  9. package/lib/config/configAggregator.d.ts +232 -232
  10. package/lib/config/configAggregator.js +379 -379
  11. package/lib/config/configFile.d.ts +199 -199
  12. package/lib/config/configFile.js +340 -340
  13. package/lib/config/configGroup.d.ts +141 -141
  14. package/lib/config/configGroup.js +224 -224
  15. package/lib/config/configStore.d.ts +241 -241
  16. package/lib/config/configStore.js +352 -352
  17. package/lib/config/envVars.d.ts +101 -101
  18. package/lib/config/envVars.js +456 -456
  19. package/lib/config/orgUsersConfig.d.ts +31 -31
  20. package/lib/config/orgUsersConfig.js +41 -41
  21. package/lib/config/sandboxOrgConfig.d.ts +37 -37
  22. package/lib/config/sandboxOrgConfig.js +50 -50
  23. package/lib/config/sandboxProcessCache.d.ts +16 -16
  24. package/lib/config/sandboxProcessCache.js +37 -37
  25. package/lib/config/tokensConfig.d.ts +10 -10
  26. package/lib/config/tokensConfig.js +28 -28
  27. package/lib/config/ttlConfig.d.ts +34 -34
  28. package/lib/config/ttlConfig.js +54 -54
  29. package/lib/crypto/crypto.d.ts +54 -54
  30. package/lib/crypto/crypto.js +220 -220
  31. package/lib/crypto/keyChain.d.ts +8 -8
  32. package/lib/crypto/keyChain.js +61 -61
  33. package/lib/crypto/keyChainImpl.d.ts +116 -116
  34. package/lib/crypto/keyChainImpl.js +486 -486
  35. package/lib/crypto/secureBuffer.d.ts +46 -46
  36. package/lib/crypto/secureBuffer.js +82 -82
  37. package/lib/deviceOauthService.d.ts +71 -71
  38. package/lib/deviceOauthService.js +191 -191
  39. package/lib/exported.d.ts +38 -38
  40. package/lib/exported.js +118 -118
  41. package/lib/global.d.ts +70 -70
  42. package/lib/global.js +109 -109
  43. package/lib/lifecycleEvents.d.ts +93 -93
  44. package/lib/lifecycleEvents.js +188 -188
  45. package/lib/logger.d.ts +381 -381
  46. package/lib/logger.js +734 -734
  47. package/lib/messages.d.ts +291 -291
  48. package/lib/messages.js +543 -543
  49. package/lib/org/authInfo.d.ts +344 -344
  50. package/lib/org/authInfo.js +892 -892
  51. package/lib/org/authRemover.d.ts +88 -88
  52. package/lib/org/authRemover.js +182 -182
  53. package/lib/org/connection.d.ts +197 -197
  54. package/lib/org/connection.js +395 -395
  55. package/lib/org/index.d.ts +6 -6
  56. package/lib/org/index.js +28 -28
  57. package/lib/org/org.d.ts +558 -558
  58. package/lib/org/org.js +1267 -1267
  59. package/lib/org/orgConfigProperties.d.ts +69 -69
  60. package/lib/org/orgConfigProperties.js +136 -136
  61. package/lib/org/permissionSetAssignment.d.ts +35 -35
  62. package/lib/org/permissionSetAssignment.js +125 -125
  63. package/lib/org/scratchOrgCache.d.ts +20 -20
  64. package/lib/org/scratchOrgCache.js +32 -32
  65. package/lib/org/scratchOrgCreate.d.ts +54 -54
  66. package/lib/org/scratchOrgCreate.js +216 -216
  67. package/lib/org/scratchOrgErrorCodes.d.ts +10 -10
  68. package/lib/org/scratchOrgErrorCodes.js +88 -88
  69. package/lib/org/scratchOrgFeatureDeprecation.d.ts +26 -26
  70. package/lib/org/scratchOrgFeatureDeprecation.js +109 -109
  71. package/lib/org/scratchOrgInfoApi.d.ts +68 -68
  72. package/lib/org/scratchOrgInfoApi.js +413 -413
  73. package/lib/org/scratchOrgInfoGenerator.d.ts +64 -64
  74. package/lib/org/scratchOrgInfoGenerator.js +241 -241
  75. package/lib/org/scratchOrgLifecycleEvents.d.ts +10 -10
  76. package/lib/org/scratchOrgLifecycleEvents.js +40 -40
  77. package/lib/org/scratchOrgSettingsGenerator.d.ts +78 -78
  78. package/lib/org/scratchOrgSettingsGenerator.js +276 -276
  79. package/lib/org/scratchOrgTypes.d.ts +43 -43
  80. package/lib/org/scratchOrgTypes.js +8 -8
  81. package/lib/org/user.d.ts +187 -187
  82. package/lib/org/user.js +448 -448
  83. package/lib/schema/printer.d.ts +79 -79
  84. package/lib/schema/printer.js +260 -260
  85. package/lib/schema/validator.d.ts +70 -70
  86. package/lib/schema/validator.js +169 -169
  87. package/lib/sfError.d.ts +73 -73
  88. package/lib/sfError.js +136 -136
  89. package/lib/sfProject.d.ts +357 -357
  90. package/lib/sfProject.js +671 -671
  91. package/lib/stateAggregator/accessors/aliasAccessor.d.ts +98 -98
  92. package/lib/stateAggregator/accessors/aliasAccessor.js +145 -145
  93. package/lib/stateAggregator/accessors/orgAccessor.d.ts +101 -101
  94. package/lib/stateAggregator/accessors/orgAccessor.js +240 -240
  95. package/lib/stateAggregator/accessors/sandboxAccessor.d.ts +8 -8
  96. package/lib/stateAggregator/accessors/sandboxAccessor.js +27 -27
  97. package/lib/stateAggregator/accessors/tokenAccessor.d.ts +63 -63
  98. package/lib/stateAggregator/accessors/tokenAccessor.js +79 -79
  99. package/lib/stateAggregator/index.d.ts +4 -4
  100. package/lib/stateAggregator/index.js +26 -26
  101. package/lib/stateAggregator/stateAggregator.d.ts +25 -25
  102. package/lib/stateAggregator/stateAggregator.js +45 -45
  103. package/lib/status/myDomainResolver.d.ts +66 -66
  104. package/lib/status/myDomainResolver.js +124 -124
  105. package/lib/status/pollingClient.d.ts +85 -85
  106. package/lib/status/pollingClient.js +115 -115
  107. package/lib/status/streamingClient.d.ts +244 -244
  108. package/lib/status/streamingClient.js +436 -436
  109. package/lib/status/types.d.ts +89 -89
  110. package/lib/status/types.js +17 -17
  111. package/lib/testSetup.d.ts +553 -530
  112. package/lib/testSetup.js +871 -727
  113. package/lib/util/cache.d.ts +11 -11
  114. package/lib/util/cache.js +69 -69
  115. package/lib/util/checkLightningDomain.d.ts +1 -1
  116. package/lib/util/checkLightningDomain.js +28 -28
  117. package/lib/util/directoryWriter.d.ts +12 -12
  118. package/lib/util/directoryWriter.js +53 -53
  119. package/lib/util/getJwtAudienceUrl.d.ts +4 -4
  120. package/lib/util/getJwtAudienceUrl.js +18 -18
  121. package/lib/util/internal.d.ts +58 -58
  122. package/lib/util/internal.js +118 -118
  123. package/lib/util/jsonXmlTools.d.ts +14 -14
  124. package/lib/util/jsonXmlTools.js +38 -38
  125. package/lib/util/mapKeys.d.ts +14 -14
  126. package/lib/util/mapKeys.js +51 -51
  127. package/lib/util/sfdc.d.ts +52 -52
  128. package/lib/util/sfdc.js +85 -85
  129. package/lib/util/sfdcUrl.d.ts +72 -72
  130. package/lib/util/sfdcUrl.js +215 -215
  131. package/lib/util/structuredWriter.d.ts +9 -9
  132. package/lib/util/structuredWriter.js +2 -2
  133. package/lib/util/zipWriter.d.ts +16 -16
  134. package/lib/util/zipWriter.js +67 -67
  135. package/lib/webOAuthServer.d.ts +156 -156
  136. package/lib/webOAuthServer.js +388 -388
  137. package/messages/auth.md +37 -37
  138. package/messages/config.md +156 -156
  139. package/messages/connection.md +30 -30
  140. package/messages/core.json +20 -20
  141. package/messages/core.md +67 -67
  142. package/messages/encryption.md +85 -85
  143. package/messages/envVars.md +303 -303
  144. package/messages/org.md +63 -63
  145. package/messages/permissionSetAssignment.md +31 -31
  146. package/messages/scratchOrgCreate.md +23 -23
  147. package/messages/scratchOrgErrorCodes.md +115 -115
  148. package/messages/scratchOrgFeatureDeprecation.md +11 -11
  149. package/messages/scratchOrgInfoApi.md +15 -15
  150. package/messages/scratchOrgInfoGenerator.md +23 -23
  151. package/messages/streaming.md +23 -23
  152. package/messages/user.md +35 -35
  153. package/package.json +97 -97
@@ -1,303 +1,303 @@
1
- # forceOpenUrl
2
-
3
- Web page that opens in your browser when you connect to an org. For example, to open Lightning Experience, set to "lightning".
4
-
5
- # forceShowSpinner
6
-
7
- Set to true to show a spinner animation on the command line when running asynchronous CLI commands. Default is false.
8
-
9
- # forceSpinnerDelay
10
-
11
- Speed of the spinner in milliseconds. Default is 60.
12
-
13
- # httpProxy
14
-
15
- HTTP URL and port of the proxy server when using Salesforce CLI behind a corporate firewall or web proxy.
16
-
17
- # httpsProxy
18
-
19
- HTTPS URL and port of the proxy server when using Salesforce CLI behind a corporate firewall or web proxy.
20
-
21
- # nodeExtraCaCerts
22
-
23
- Fully qualified path to your self-signed certificate. Will be installed after you run "sfdx update".
24
-
25
- # nodeTlsRejectUnauthorized
26
-
27
- Set to 0 to allow Node.js to use the self-signed certificate in the certificate chain.
28
-
29
- # sfdxAccessToken
30
-
31
- Specifies an access token when using the auth:accesstoken:store command.
32
-
33
- # sfdxApiVersion
34
-
35
- The API version for a specific project or all projects. Default value is the API version of your Dev Hub. Overrides the apiVersion config value.
36
-
37
- # sfdxAudienceUrl
38
-
39
- URL that overrides the aud (audience) field used for JWT authentication so that it matches the expected value of the authorization server URL for the org you’re logging into.
40
-
41
- # sfdxCodeCoverageRequirement
42
-
43
- Code coverage percentages that are displayed in green when you run force:apex:test:\* with the --codecoverage parameter.
44
-
45
- # sfdxContentType
46
-
47
- Set to JSON so that all CLI commands output results in JSON format.
48
-
49
- # sfdxDefaultdevhubusername
50
-
51
- Username or alias of your default Dev Hub org. Overrides the defaultdevhubusername configuration value.
52
-
53
- # sfdxDefaultusername
54
-
55
- Username or alias of your default org. Overrides the defaultusername configuration value.
56
-
57
- # sfdxDisableAutoupdate
58
-
59
- Set to true to disable the auto-update feature of Salesforce CLI. Default value is false.
60
-
61
- # sfdxAutoupdateDisable
62
-
63
- Set to true to disable the auto-update feature of Salesforce CLI. Default value is false.
64
-
65
- # sfdxDisableSourceMemberPolling
66
-
67
- Set to true to disable polling of your org’s SourceMember object when you run the force:source:push|pull commands. Default value is false.
68
-
69
- # sfdxDisableTelemetry
70
-
71
- Set to true to disable Salesforce CLI from collecting usage information, user environment information, and crash reports. Default value is false. Overrides the disableTelemetry configration variable.
72
-
73
- # sfdxDnsTimeout
74
-
75
- Number of seconds that the force:org:\* commands wait for a response when checking whether an org is connected. Default value is 3.
76
-
77
- # sfdxDomainRetry
78
-
79
- Time, in seconds, that Salesforce CLI waits for the Lightning Experience custom domain to resolve and become available in a scratch org. Default value is 240.
80
-
81
- # sfdxImprovedCodeCoverage
82
-
83
- Set to true to scope Apex test results to the classes entered during a test run when running force:apex:test:\*.
84
-
85
- # sfdxInstanceUrl
86
-
87
- URL of the Salesforce instance that is hosting your org. Default value is https://login.salesforce.com. Overrides the instanceUrl configuration value.
88
-
89
- # sfdxJsonToStdout
90
-
91
- Set to true to send messages resulting from failed Salesforce CLI commands to stdout instead of stderr.
92
-
93
- # sfdxDisableLogFile
94
-
95
- Set to true to disable log file writing
96
-
97
- # sfdxLogLevel
98
-
99
- Level of messages that the CLI writes to the log file. Valid values are trace, debug, info, warn, error, fatal. Default value is warn.
100
-
101
- # sfdxLogRotationCount
102
-
103
- The default rotation period for logs. Example '1d' will rotate logs daily (at midnight).
104
-
105
- # sfdxLogRotationPeriod
106
-
107
- The number of backup rotated log files to keep. Example: '3' will have the base sf.log file, and the past 3 (period) log files.
108
-
109
- # sfdxMaxQueryLimit
110
-
111
- Maximum number of Salesforce records returned by a CLI command. Default value is 10,000. Overrides the maxQueryLimit configuration value.
112
-
113
- # sfdxMdapiTempDir
114
-
115
- Directory that contains files (in metadata format) when running certain Salesforce CLI commands, such as force:source:\*.
116
-
117
- # sfdxNpmRegistry
118
-
119
- URL to a private npm server, where all packages that you publish are private.
120
-
121
- # sfdxPrecompileEnable
122
-
123
- Set to true to enable Apex pre-compile before the tests are run with the force:apex:test:run command. Default is false.
124
-
125
- # sfdxProjectAutoupdateDisableForPackageCreate
126
-
127
- Set to true to disable automatic updates to sfdx-project.json when running force:package:create.
128
-
129
- # sfdxProjectAutoupdateDisableForPackageVersionCreate
130
-
131
- Set to true to disable automatic updates to sfdx-project.json when running force:package:version:create.
132
-
133
- # sfdxRestDeploy
134
-
135
- Set to true to make Salesforce CLI use the Metadata REST API for deployments. By default, the CLI uses SOAP.
136
-
137
- # sfdxSourceMemberPollingTimeout
138
-
139
- Number of seconds you want the force:source:push command to keep polling the SourceMember object before the command times out.
140
-
141
- # sfdxUseGenericUnixKeychain
142
-
143
- (Linux and macOS only) Set to true if you want to use the generic UNIX keychain instead of the Linux libsecret library or macOS keychain.
144
-
145
- # sfdxUseProgressBar
146
-
147
- Set to false to disable the progress bar when running force:mdapi:deploy, force:source:deploy, or force:source:push.
148
-
149
- # sfdxLazyLoadModules
150
-
151
- Set to true to enable lazy loading of sfdx modules
152
-
153
- # sfdxS3Host
154
-
155
- URL to S3 host
156
-
157
- # sfdxUpdateInstructions
158
-
159
- Text that describes how to update sfdx
160
-
161
- # sfdxInstaller
162
-
163
- Boolean indicating that the installer is running
164
-
165
- # sfdxEnv
166
-
167
- Describes if sfdx is in "demo" mode
168
-
169
- # sfTargetOrg
170
-
171
- Username or alias of your default org. Overrides the target-org configuration variable.
172
-
173
- # sfTargetDevHub
174
-
175
- Username or alias of your default Dev Hub org. Overrides the target-dev-hub configuration variable.
176
-
177
- # sfAccessToken
178
-
179
- Specifies an access token when using a login command that uses access tokens.
180
-
181
- # sfOrgApiVersion
182
-
183
- API version for a specific project or all projects. Default value is the API version of your Dev Hub. Overrides the apiVersion configuration variable.
184
-
185
- # sfAudienceUrl
186
-
187
- URL that overrides the aud (audience) field used for JWT authentication so that it matches the expected value of the authorization server URL for the org you’re logging into.
188
-
189
- # sfCodeCoverageRequirement
190
-
191
- Code coverage percentages that are displayed in green when you run the Apex test CLIcommands with the --code-coverage flag.
192
-
193
- # sfContentType
194
-
195
- Set to JSON so that all CLI commands output results in JSON format.
196
-
197
- # sfDisableAutoupdate
198
-
199
- Set to true to disable the auto-update feature of Salesforce CLI. Default value is false.
200
-
201
- # sfAutoupdateDisable
202
-
203
- Set to true to disable the auto-update feature of Salesforce CLI. Default value is false.
204
-
205
- # sfDisableSourceMemberPolling
206
-
207
- Set to true to disable polling of your org’s SourceMember object when you run the commands to push and pull source. Default value is false.
208
-
209
- # sfDisableTelemetry
210
-
211
- Set to true to disable Salesforce CLI from collecting usage information, user environment information, and crash reports. Default value is false. Overrides the disableTelemetry configration variable.
212
-
213
- # sfDnsTimeout
214
-
215
- Number of seconds that the env commands wait for a response when checking whether an org is connected. Default value is 3.
216
-
217
- # sfDomainRetry
218
-
219
- Time, in seconds, that Salesforce CLI waits for the Lightning Experience custom domain to resolve and become available in a scratch org. Default value is 240.
220
-
221
- # sfImprovedCodeCoverage
222
-
223
- Set to true to scope Apex test results to the classes entered during a test run when running the Apex test commands.
224
-
225
- # sfOrgInstanceUrl
226
-
227
- URL of the Salesforce instance that is hosting your org. Default value is https://login.salesforce.com. Overrides the instanceUrl configuration variable.
228
-
229
- # sfJsonToStdout
230
-
231
- Set to true to send messages resulting from failed Salesforce CLI commands to stdout instead of stderr.
232
-
233
- # sfDisableLogFile
234
-
235
- Set to true to disable log file writing
236
-
237
- # sfLogLevel
238
-
239
- Level of messages that the CLI writes to the log file. Valid values are trace, debug, info, warn, error, fatal. Default value is warn.
240
-
241
- # sfLogRotationCount
242
-
243
- The default rotation period for logs. Example '1d' will rotate logs daily (at midnight).
244
-
245
- # sfLogRotationPeriod
246
-
247
- The number of backup rotated log files to keep. Example: '3' will have the base sf.log file, and the past 3 (period) log files.
248
-
249
- # sfOrgMaxQueryLimit
250
-
251
- Maximum number of Salesforce records returned by a CLI command. Default value is 10,000. Overrides the maxQueryLimit configuration variable.
252
-
253
- # sfMdapiTempDir
254
-
255
- Directory that contains files (in metadata format) when running certain Salesforce CLI commands.
256
-
257
- # sfNpmRegistry
258
-
259
- URL to a private npm server, where all packages that you publish are private.
260
-
261
- # sfPrecompileEnable
262
-
263
- Set to true to enable Apex pre-compile before the tests are run with the Apex test run command. Default is false.
264
-
265
- # sfProjectAutoupdateDisableForPackageCreate
266
-
267
- Set to true to disable automatic updates to sfdx-project.json when running the package create command.
268
-
269
- # sfProjectAutoupdateDisableForPackageVersionCreate
270
-
271
- Set to true to disable automatic updates to sfdx-project.json when running the package version create command.
272
-
273
- # sfSourceMemberPollingTimeout
274
-
275
- Number of seconds you want the source push command to keep polling the SourceMember object before the command times out.
276
-
277
- # sfUseGenericUnixKeychain
278
-
279
- (Linux and macOS only) Set to true if you want to use the generic UNIX keychain instead of the Linux libsecret library or macOS keychain.
280
-
281
- # sfUseProgressBar
282
-
283
- Set to false to disable the progress bar when running the metadata deploy command.
284
-
285
- # sfLazyLoadModules
286
-
287
- Set to true to enable lazy loading of sf modules
288
-
289
- # sfS3Host
290
-
291
- URL to S3 host
292
-
293
- # sfUpdateInstructions
294
-
295
- Text that describes how to update sf
296
-
297
- # sfInstaller
298
-
299
- Boolean indicating that the installer is running
300
-
301
- # sfEnv
302
-
303
- Describes if sf is in "demo" mode
1
+ # forceOpenUrl
2
+
3
+ Web page that opens in your browser when you connect to an org. For example, to open Lightning Experience, set to "lightning".
4
+
5
+ # forceShowSpinner
6
+
7
+ Set to true to show a spinner animation on the command line when running asynchronous CLI commands. Default is false.
8
+
9
+ # forceSpinnerDelay
10
+
11
+ Speed of the spinner in milliseconds. Default is 60.
12
+
13
+ # httpProxy
14
+
15
+ HTTP URL and port of the proxy server when using Salesforce CLI behind a corporate firewall or web proxy.
16
+
17
+ # httpsProxy
18
+
19
+ HTTPS URL and port of the proxy server when using Salesforce CLI behind a corporate firewall or web proxy.
20
+
21
+ # nodeExtraCaCerts
22
+
23
+ Fully qualified path to your self-signed certificate. Will be installed after you run "sfdx update".
24
+
25
+ # nodeTlsRejectUnauthorized
26
+
27
+ Set to 0 to allow Node.js to use the self-signed certificate in the certificate chain.
28
+
29
+ # sfdxAccessToken
30
+
31
+ Specifies an access token when using the auth:accesstoken:store command.
32
+
33
+ # sfdxApiVersion
34
+
35
+ The API version for a specific project or all projects. Default value is the API version of your Dev Hub. Overrides the apiVersion config value.
36
+
37
+ # sfdxAudienceUrl
38
+
39
+ URL that overrides the aud (audience) field used for JWT authentication so that it matches the expected value of the authorization server URL for the org you’re logging into.
40
+
41
+ # sfdxCodeCoverageRequirement
42
+
43
+ Code coverage percentages that are displayed in green when you run force:apex:test:\* with the --codecoverage parameter.
44
+
45
+ # sfdxContentType
46
+
47
+ Set to JSON so that all CLI commands output results in JSON format.
48
+
49
+ # sfdxDefaultdevhubusername
50
+
51
+ Username or alias of your default Dev Hub org. Overrides the defaultdevhubusername configuration value.
52
+
53
+ # sfdxDefaultusername
54
+
55
+ Username or alias of your default org. Overrides the defaultusername configuration value.
56
+
57
+ # sfdxDisableAutoupdate
58
+
59
+ Set to true to disable the auto-update feature of Salesforce CLI. Default value is false.
60
+
61
+ # sfdxAutoupdateDisable
62
+
63
+ Set to true to disable the auto-update feature of Salesforce CLI. Default value is false.
64
+
65
+ # sfdxDisableSourceMemberPolling
66
+
67
+ Set to true to disable polling of your org’s SourceMember object when you run the force:source:push|pull commands. Default value is false.
68
+
69
+ # sfdxDisableTelemetry
70
+
71
+ Set to true to disable Salesforce CLI from collecting usage information, user environment information, and crash reports. Default value is false. Overrides the disableTelemetry configration variable.
72
+
73
+ # sfdxDnsTimeout
74
+
75
+ Number of seconds that the force:org:\* commands wait for a response when checking whether an org is connected. Default value is 3.
76
+
77
+ # sfdxDomainRetry
78
+
79
+ Time, in seconds, that Salesforce CLI waits for the Lightning Experience custom domain to resolve and become available in a scratch org. Default value is 240.
80
+
81
+ # sfdxImprovedCodeCoverage
82
+
83
+ Set to true to scope Apex test results to the classes entered during a test run when running force:apex:test:\*.
84
+
85
+ # sfdxInstanceUrl
86
+
87
+ URL of the Salesforce instance that is hosting your org. Default value is https://login.salesforce.com. Overrides the instanceUrl configuration value.
88
+
89
+ # sfdxJsonToStdout
90
+
91
+ Set to true to send messages resulting from failed Salesforce CLI commands to stdout instead of stderr.
92
+
93
+ # sfdxDisableLogFile
94
+
95
+ Set to true to disable log file writing
96
+
97
+ # sfdxLogLevel
98
+
99
+ Level of messages that the CLI writes to the log file. Valid values are trace, debug, info, warn, error, fatal. Default value is warn.
100
+
101
+ # sfdxLogRotationCount
102
+
103
+ The default rotation period for logs. Example '1d' will rotate logs daily (at midnight).
104
+
105
+ # sfdxLogRotationPeriod
106
+
107
+ The number of backup rotated log files to keep. Example: '3' will have the base sf.log file, and the past 3 (period) log files.
108
+
109
+ # sfdxMaxQueryLimit
110
+
111
+ Maximum number of Salesforce records returned by a CLI command. Default value is 10,000. Overrides the maxQueryLimit configuration value.
112
+
113
+ # sfdxMdapiTempDir
114
+
115
+ Directory that contains files (in metadata format) when running certain Salesforce CLI commands, such as force:source:\*.
116
+
117
+ # sfdxNpmRegistry
118
+
119
+ URL to a private npm server, where all packages that you publish are private.
120
+
121
+ # sfdxPrecompileEnable
122
+
123
+ Set to true to enable Apex pre-compile before the tests are run with the force:apex:test:run command. Default is false.
124
+
125
+ # sfdxProjectAutoupdateDisableForPackageCreate
126
+
127
+ Set to true to disable automatic updates to sfdx-project.json when running force:package:create.
128
+
129
+ # sfdxProjectAutoupdateDisableForPackageVersionCreate
130
+
131
+ Set to true to disable automatic updates to sfdx-project.json when running force:package:version:create.
132
+
133
+ # sfdxRestDeploy
134
+
135
+ Set to true to make Salesforce CLI use the Metadata REST API for deployments. By default, the CLI uses SOAP.
136
+
137
+ # sfdxSourceMemberPollingTimeout
138
+
139
+ Number of seconds you want the force:source:push command to keep polling the SourceMember object before the command times out.
140
+
141
+ # sfdxUseGenericUnixKeychain
142
+
143
+ (Linux and macOS only) Set to true if you want to use the generic UNIX keychain instead of the Linux libsecret library or macOS keychain.
144
+
145
+ # sfdxUseProgressBar
146
+
147
+ Set to false to disable the progress bar when running force:mdapi:deploy, force:source:deploy, or force:source:push.
148
+
149
+ # sfdxLazyLoadModules
150
+
151
+ Set to true to enable lazy loading of sfdx modules
152
+
153
+ # sfdxS3Host
154
+
155
+ URL to S3 host
156
+
157
+ # sfdxUpdateInstructions
158
+
159
+ Text that describes how to update sfdx
160
+
161
+ # sfdxInstaller
162
+
163
+ Boolean indicating that the installer is running
164
+
165
+ # sfdxEnv
166
+
167
+ Describes if sfdx is in "demo" mode
168
+
169
+ # sfTargetOrg
170
+
171
+ Username or alias of your default org. Overrides the target-org configuration variable.
172
+
173
+ # sfTargetDevHub
174
+
175
+ Username or alias of your default Dev Hub org. Overrides the target-dev-hub configuration variable.
176
+
177
+ # sfAccessToken
178
+
179
+ Specifies an access token when using a login command that uses access tokens.
180
+
181
+ # sfOrgApiVersion
182
+
183
+ API version for a specific project or all projects. Default value is the API version of your Dev Hub. Overrides the apiVersion configuration variable.
184
+
185
+ # sfAudienceUrl
186
+
187
+ URL that overrides the aud (audience) field used for JWT authentication so that it matches the expected value of the authorization server URL for the org you’re logging into.
188
+
189
+ # sfCodeCoverageRequirement
190
+
191
+ Code coverage percentages that are displayed in green when you run the Apex test CLIcommands with the --code-coverage flag.
192
+
193
+ # sfContentType
194
+
195
+ Set to JSON so that all CLI commands output results in JSON format.
196
+
197
+ # sfDisableAutoupdate
198
+
199
+ Set to true to disable the auto-update feature of Salesforce CLI. Default value is false.
200
+
201
+ # sfAutoupdateDisable
202
+
203
+ Set to true to disable the auto-update feature of Salesforce CLI. Default value is false.
204
+
205
+ # sfDisableSourceMemberPolling
206
+
207
+ Set to true to disable polling of your org’s SourceMember object when you run the commands to push and pull source. Default value is false.
208
+
209
+ # sfDisableTelemetry
210
+
211
+ Set to true to disable Salesforce CLI from collecting usage information, user environment information, and crash reports. Default value is false. Overrides the disableTelemetry configration variable.
212
+
213
+ # sfDnsTimeout
214
+
215
+ Number of seconds that the env commands wait for a response when checking whether an org is connected. Default value is 3.
216
+
217
+ # sfDomainRetry
218
+
219
+ Time, in seconds, that Salesforce CLI waits for the Lightning Experience custom domain to resolve and become available in a scratch org. Default value is 240.
220
+
221
+ # sfImprovedCodeCoverage
222
+
223
+ Set to true to scope Apex test results to the classes entered during a test run when running the Apex test commands.
224
+
225
+ # sfOrgInstanceUrl
226
+
227
+ URL of the Salesforce instance that is hosting your org. Default value is https://login.salesforce.com. Overrides the instanceUrl configuration variable.
228
+
229
+ # sfJsonToStdout
230
+
231
+ Set to true to send messages resulting from failed Salesforce CLI commands to stdout instead of stderr.
232
+
233
+ # sfDisableLogFile
234
+
235
+ Set to true to disable log file writing
236
+
237
+ # sfLogLevel
238
+
239
+ Level of messages that the CLI writes to the log file. Valid values are trace, debug, info, warn, error, fatal. Default value is warn.
240
+
241
+ # sfLogRotationCount
242
+
243
+ The default rotation period for logs. Example '1d' will rotate logs daily (at midnight).
244
+
245
+ # sfLogRotationPeriod
246
+
247
+ The number of backup rotated log files to keep. Example: '3' will have the base sf.log file, and the past 3 (period) log files.
248
+
249
+ # sfOrgMaxQueryLimit
250
+
251
+ Maximum number of Salesforce records returned by a CLI command. Default value is 10,000. Overrides the maxQueryLimit configuration variable.
252
+
253
+ # sfMdapiTempDir
254
+
255
+ Directory that contains files (in metadata format) when running certain Salesforce CLI commands.
256
+
257
+ # sfNpmRegistry
258
+
259
+ URL to a private npm server, where all packages that you publish are private.
260
+
261
+ # sfPrecompileEnable
262
+
263
+ Set to true to enable Apex pre-compile before the tests are run with the Apex test run command. Default is false.
264
+
265
+ # sfProjectAutoupdateDisableForPackageCreate
266
+
267
+ Set to true to disable automatic updates to sfdx-project.json when running the package create command.
268
+
269
+ # sfProjectAutoupdateDisableForPackageVersionCreate
270
+
271
+ Set to true to disable automatic updates to sfdx-project.json when running the package version create command.
272
+
273
+ # sfSourceMemberPollingTimeout
274
+
275
+ Number of seconds you want the source push command to keep polling the SourceMember object before the command times out.
276
+
277
+ # sfUseGenericUnixKeychain
278
+
279
+ (Linux and macOS only) Set to true if you want to use the generic UNIX keychain instead of the Linux libsecret library or macOS keychain.
280
+
281
+ # sfUseProgressBar
282
+
283
+ Set to false to disable the progress bar when running the metadata deploy command.
284
+
285
+ # sfLazyLoadModules
286
+
287
+ Set to true to enable lazy loading of sf modules
288
+
289
+ # sfS3Host
290
+
291
+ URL to S3 host
292
+
293
+ # sfUpdateInstructions
294
+
295
+ Text that describes how to update sf
296
+
297
+ # sfInstaller
298
+
299
+ Boolean indicating that the installer is running
300
+
301
+ # sfEnv
302
+
303
+ Describes if sf is in "demo" mode