@salesforce/plugin-data 4.0.73 → 4.0.74
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/README.md +24 -24
- package/oclif.manifest.json +373 -373
- package/package.json +6 -5
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ EXAMPLES
|
|
|
144
144
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
147
|
+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/bulk/results.ts)_
|
|
148
148
|
|
|
149
149
|
## `sf data create file`
|
|
150
150
|
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
196
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/create/file.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf data create record`
|
|
199
199
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
TracedEntityId=01p17000000R6bLAAS"
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
252
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/create/record.ts)_
|
|
253
253
|
|
|
254
254
|
## `sf data delete bulk`
|
|
255
255
|
|
|
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
|
|
|
308
308
|
and can be enabled only by a system administrator.
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
311
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/delete/bulk.ts)_
|
|
312
312
|
|
|
313
313
|
## `sf data delete record`
|
|
314
314
|
|
|
@@ -369,7 +369,7 @@ EXAMPLES
|
|
|
369
369
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
372
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/delete/record.ts)_
|
|
373
373
|
|
|
374
374
|
## `sf data delete resume`
|
|
375
375
|
|
|
@@ -408,7 +408,7 @@ EXAMPLES
|
|
|
408
408
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
411
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/delete/resume.ts)_
|
|
412
412
|
|
|
413
413
|
## `sf data export bulk`
|
|
414
414
|
|
|
@@ -475,7 +475,7 @@ EXAMPLES
|
|
|
475
475
|
--result-format json --wait 10 --all-rows
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
478
|
+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/export/bulk.ts)_
|
|
479
479
|
|
|
480
480
|
## `sf data export resume`
|
|
481
481
|
|
|
@@ -514,7 +514,7 @@ EXAMPLES
|
|
|
514
514
|
$ sf data export resume --use-most-recent
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
517
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/export/resume.ts)_
|
|
518
518
|
|
|
519
519
|
## `sf data export tree`
|
|
520
520
|
|
|
@@ -574,7 +574,7 @@ EXAMPLES
|
|
|
574
574
|
my-scratch
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
577
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/export/tree.ts)_
|
|
578
578
|
|
|
579
579
|
## `sf data get record`
|
|
580
580
|
|
|
@@ -638,7 +638,7 @@ EXAMPLES
|
|
|
638
638
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
639
639
|
```
|
|
640
640
|
|
|
641
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
641
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/get/record.ts)_
|
|
642
642
|
|
|
643
643
|
## `sf data import bulk`
|
|
644
644
|
|
|
@@ -690,7 +690,7 @@ EXAMPLES
|
|
|
690
690
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
691
691
|
```
|
|
692
692
|
|
|
693
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
693
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/import/bulk.ts)_
|
|
694
694
|
|
|
695
695
|
## `sf data import resume`
|
|
696
696
|
|
|
@@ -726,7 +726,7 @@ EXAMPLES
|
|
|
726
726
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
729
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/import/resume.ts)_
|
|
730
730
|
|
|
731
731
|
## `sf data import tree`
|
|
732
732
|
|
|
@@ -790,7 +790,7 @@ FLAG DESCRIPTIONS
|
|
|
790
790
|
- files(array) - Files: An array of files paths to load
|
|
791
791
|
```
|
|
792
792
|
|
|
793
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
793
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/import/tree.ts)_
|
|
794
794
|
|
|
795
795
|
## `sf data query`
|
|
796
796
|
|
|
@@ -843,7 +843,7 @@ EXAMPLES
|
|
|
843
843
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
844
844
|
```
|
|
845
845
|
|
|
846
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
846
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/query.ts)_
|
|
847
847
|
|
|
848
848
|
## `sf data resume`
|
|
849
849
|
|
|
@@ -880,7 +880,7 @@ EXAMPLES
|
|
|
880
880
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
881
881
|
```
|
|
882
882
|
|
|
883
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
883
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/resume.ts)_
|
|
884
884
|
|
|
885
885
|
## `sf data search`
|
|
886
886
|
|
|
@@ -930,7 +930,7 @@ EXAMPLES
|
|
|
930
930
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
931
931
|
```
|
|
932
932
|
|
|
933
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
933
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/search.ts)_
|
|
934
934
|
|
|
935
935
|
## `sf data update bulk`
|
|
936
936
|
|
|
@@ -985,7 +985,7 @@ EXAMPLES
|
|
|
985
985
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
986
986
|
```
|
|
987
987
|
|
|
988
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
988
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/update/bulk.ts)_
|
|
989
989
|
|
|
990
990
|
## `sf data update record`
|
|
991
991
|
|
|
@@ -1047,7 +1047,7 @@ EXAMPLES
|
|
|
1047
1047
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1048
1048
|
```
|
|
1049
1049
|
|
|
1050
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1050
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/update/record.ts)_
|
|
1051
1051
|
|
|
1052
1052
|
## `sf data update resume`
|
|
1053
1053
|
|
|
@@ -1086,7 +1086,7 @@ EXAMPLES
|
|
|
1086
1086
|
$ sf data update resume --use-most-recent
|
|
1087
1087
|
```
|
|
1088
1088
|
|
|
1089
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1089
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/update/resume.ts)_
|
|
1090
1090
|
|
|
1091
1091
|
## `sf data upsert bulk`
|
|
1092
1092
|
|
|
@@ -1142,7 +1142,7 @@ EXAMPLES
|
|
|
1142
1142
|
my-scratch
|
|
1143
1143
|
```
|
|
1144
1144
|
|
|
1145
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1145
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/upsert/bulk.ts)_
|
|
1146
1146
|
|
|
1147
1147
|
## `sf data upsert resume`
|
|
1148
1148
|
|
|
@@ -1181,7 +1181,7 @@ EXAMPLES
|
|
|
1181
1181
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1182
1182
|
```
|
|
1183
1183
|
|
|
1184
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1184
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/data/upsert/resume.ts)_
|
|
1185
1185
|
|
|
1186
1186
|
## `sf force data bulk delete`
|
|
1187
1187
|
|
|
@@ -1228,7 +1228,7 @@ EXAMPLES
|
|
|
1228
1228
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1229
1229
|
```
|
|
1230
1230
|
|
|
1231
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1231
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/force/data/bulk/delete.ts)_
|
|
1232
1232
|
|
|
1233
1233
|
## `sf force data bulk status`
|
|
1234
1234
|
|
|
@@ -1265,7 +1265,7 @@ EXAMPLES
|
|
|
1265
1265
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1266
1266
|
```
|
|
1267
1267
|
|
|
1268
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1268
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/force/data/bulk/status.ts)_
|
|
1269
1269
|
|
|
1270
1270
|
## `sf force data bulk upsert`
|
|
1271
1271
|
|
|
@@ -1323,6 +1323,6 @@ EXAMPLES
|
|
|
1323
1323
|
--target-org my-scratch
|
|
1324
1324
|
```
|
|
1325
1325
|
|
|
1326
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1326
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.74/src/commands/force/data/bulk/upsert.ts)_
|
|
1327
1327
|
|
|
1328
1328
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -401,6 +401,83 @@
|
|
|
401
401
|
"search:data"
|
|
402
402
|
]
|
|
403
403
|
},
|
|
404
|
+
"data:bulk:results": {
|
|
405
|
+
"aliases": [],
|
|
406
|
+
"args": {},
|
|
407
|
+
"description": "Use this command to get the complete results after running one of the CLI commands that uses Bulk API 2.0 to ingest (import, update, upsert, or delete) large datasets to your org, such as \"data import bulk\". The previously-run bulk command must have completed; if it's still processing, run the corresponding resume command first, such as \"data import resume.\" Make note of the job ID of the previous bulk command because you use it to run this command. \n\nYou can also use this command to get results from running a bulk ingest job with a different tool, such as Data Loader, as long as you have the job ID. For information on Data Loader, see https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader_intro.htm. \n\nThis command first displays the status of the previous bulk job, the operation that was executed in the org (such as insert or hard delete), and the updated Salesforce object. The command then displays how many records were processed in total, and how many were successful or failed. Finally, the output displays the names of the generated CSV-formatted files that contain the specific results for each ingested record. Depending on the success or failure of the bulk command, the results files can include the IDs of inserted records or the specific errors. When possible, if the ingest job failed or was aborted, you also get a CSV file with the unprocessed results.",
|
|
408
|
+
"examples": [
|
|
409
|
+
"Get results from a bulk ingest job; use the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --job-id 7507i000fake341G --target-org my-scratch"
|
|
410
|
+
],
|
|
411
|
+
"flags": {
|
|
412
|
+
"json": {
|
|
413
|
+
"description": "Format output as json.",
|
|
414
|
+
"helpGroup": "GLOBAL",
|
|
415
|
+
"name": "json",
|
|
416
|
+
"allowNo": false,
|
|
417
|
+
"type": "boolean"
|
|
418
|
+
},
|
|
419
|
+
"flags-dir": {
|
|
420
|
+
"helpGroup": "GLOBAL",
|
|
421
|
+
"name": "flags-dir",
|
|
422
|
+
"summary": "Import flag values from a directory.",
|
|
423
|
+
"hasDynamicHelp": false,
|
|
424
|
+
"multiple": false,
|
|
425
|
+
"type": "option"
|
|
426
|
+
},
|
|
427
|
+
"job-id": {
|
|
428
|
+
"char": "i",
|
|
429
|
+
"name": "job-id",
|
|
430
|
+
"required": true,
|
|
431
|
+
"summary": "Job ID of the bulk job.",
|
|
432
|
+
"hasDynamicHelp": false,
|
|
433
|
+
"multiple": false,
|
|
434
|
+
"type": "option"
|
|
435
|
+
},
|
|
436
|
+
"target-org": {
|
|
437
|
+
"char": "o",
|
|
438
|
+
"name": "target-org",
|
|
439
|
+
"noCacheDefault": true,
|
|
440
|
+
"required": true,
|
|
441
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
442
|
+
"hasDynamicHelp": true,
|
|
443
|
+
"multiple": false,
|
|
444
|
+
"type": "option"
|
|
445
|
+
},
|
|
446
|
+
"api-version": {
|
|
447
|
+
"description": "Override the api version used for api requests made by this command",
|
|
448
|
+
"name": "api-version",
|
|
449
|
+
"hasDynamicHelp": false,
|
|
450
|
+
"multiple": false,
|
|
451
|
+
"type": "option"
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
"hasDynamicHelp": true,
|
|
455
|
+
"hiddenAliases": [],
|
|
456
|
+
"id": "data:bulk:results",
|
|
457
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
458
|
+
"pluginName": "@salesforce/plugin-data",
|
|
459
|
+
"pluginType": "core",
|
|
460
|
+
"strict": true,
|
|
461
|
+
"summary": "Get the results of a bulk ingest job that you previously ran.",
|
|
462
|
+
"enableJsonFlag": true,
|
|
463
|
+
"isESM": true,
|
|
464
|
+
"relativePath": [
|
|
465
|
+
"lib",
|
|
466
|
+
"commands",
|
|
467
|
+
"data",
|
|
468
|
+
"bulk",
|
|
469
|
+
"results.js"
|
|
470
|
+
],
|
|
471
|
+
"aliasPermutations": [],
|
|
472
|
+
"permutations": [
|
|
473
|
+
"data:bulk:results",
|
|
474
|
+
"bulk:data:results",
|
|
475
|
+
"bulk:results:data",
|
|
476
|
+
"data:results:bulk",
|
|
477
|
+
"results:data:bulk",
|
|
478
|
+
"results:bulk:data"
|
|
479
|
+
]
|
|
480
|
+
},
|
|
404
481
|
"data:create:file": {
|
|
405
482
|
"aliases": [],
|
|
406
483
|
"args": {},
|
|
@@ -1088,83 +1165,6 @@
|
|
|
1088
1165
|
"resume:delete:data"
|
|
1089
1166
|
]
|
|
1090
1167
|
},
|
|
1091
|
-
"data:bulk:results": {
|
|
1092
|
-
"aliases": [],
|
|
1093
|
-
"args": {},
|
|
1094
|
-
"description": "Use this command to get the complete results after running one of the CLI commands that uses Bulk API 2.0 to ingest (import, update, upsert, or delete) large datasets to your org, such as \"data import bulk\". The previously-run bulk command must have completed; if it's still processing, run the corresponding resume command first, such as \"data import resume.\" Make note of the job ID of the previous bulk command because you use it to run this command. \n\nYou can also use this command to get results from running a bulk ingest job with a different tool, such as Data Loader, as long as you have the job ID. For information on Data Loader, see https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader_intro.htm. \n\nThis command first displays the status of the previous bulk job, the operation that was executed in the org (such as insert or hard delete), and the updated Salesforce object. The command then displays how many records were processed in total, and how many were successful or failed. Finally, the output displays the names of the generated CSV-formatted files that contain the specific results for each ingested record. Depending on the success or failure of the bulk command, the results files can include the IDs of inserted records or the specific errors. When possible, if the ingest job failed or was aborted, you also get a CSV file with the unprocessed results.",
|
|
1095
|
-
"examples": [
|
|
1096
|
-
"Get results from a bulk ingest job; use the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --job-id 7507i000fake341G --target-org my-scratch"
|
|
1097
|
-
],
|
|
1098
|
-
"flags": {
|
|
1099
|
-
"json": {
|
|
1100
|
-
"description": "Format output as json.",
|
|
1101
|
-
"helpGroup": "GLOBAL",
|
|
1102
|
-
"name": "json",
|
|
1103
|
-
"allowNo": false,
|
|
1104
|
-
"type": "boolean"
|
|
1105
|
-
},
|
|
1106
|
-
"flags-dir": {
|
|
1107
|
-
"helpGroup": "GLOBAL",
|
|
1108
|
-
"name": "flags-dir",
|
|
1109
|
-
"summary": "Import flag values from a directory.",
|
|
1110
|
-
"hasDynamicHelp": false,
|
|
1111
|
-
"multiple": false,
|
|
1112
|
-
"type": "option"
|
|
1113
|
-
},
|
|
1114
|
-
"job-id": {
|
|
1115
|
-
"char": "i",
|
|
1116
|
-
"name": "job-id",
|
|
1117
|
-
"required": true,
|
|
1118
|
-
"summary": "Job ID of the bulk job.",
|
|
1119
|
-
"hasDynamicHelp": false,
|
|
1120
|
-
"multiple": false,
|
|
1121
|
-
"type": "option"
|
|
1122
|
-
},
|
|
1123
|
-
"target-org": {
|
|
1124
|
-
"char": "o",
|
|
1125
|
-
"name": "target-org",
|
|
1126
|
-
"noCacheDefault": true,
|
|
1127
|
-
"required": true,
|
|
1128
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1129
|
-
"hasDynamicHelp": true,
|
|
1130
|
-
"multiple": false,
|
|
1131
|
-
"type": "option"
|
|
1132
|
-
},
|
|
1133
|
-
"api-version": {
|
|
1134
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1135
|
-
"name": "api-version",
|
|
1136
|
-
"hasDynamicHelp": false,
|
|
1137
|
-
"multiple": false,
|
|
1138
|
-
"type": "option"
|
|
1139
|
-
}
|
|
1140
|
-
},
|
|
1141
|
-
"hasDynamicHelp": true,
|
|
1142
|
-
"hiddenAliases": [],
|
|
1143
|
-
"id": "data:bulk:results",
|
|
1144
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
1145
|
-
"pluginName": "@salesforce/plugin-data",
|
|
1146
|
-
"pluginType": "core",
|
|
1147
|
-
"strict": true,
|
|
1148
|
-
"summary": "Get the results of a bulk ingest job that you previously ran.",
|
|
1149
|
-
"enableJsonFlag": true,
|
|
1150
|
-
"isESM": true,
|
|
1151
|
-
"relativePath": [
|
|
1152
|
-
"lib",
|
|
1153
|
-
"commands",
|
|
1154
|
-
"data",
|
|
1155
|
-
"bulk",
|
|
1156
|
-
"results.js"
|
|
1157
|
-
],
|
|
1158
|
-
"aliasPermutations": [],
|
|
1159
|
-
"permutations": [
|
|
1160
|
-
"data:bulk:results",
|
|
1161
|
-
"bulk:data:results",
|
|
1162
|
-
"bulk:results:data",
|
|
1163
|
-
"data:results:bulk",
|
|
1164
|
-
"results:data:bulk",
|
|
1165
|
-
"results:bulk:data"
|
|
1166
|
-
]
|
|
1167
|
-
},
|
|
1168
1168
|
"data:export:bulk": {
|
|
1169
1169
|
"aliases": [],
|
|
1170
1170
|
"args": {},
|
|
@@ -2073,13 +2073,12 @@
|
|
|
2073
2073
|
"tree:import:data"
|
|
2074
2074
|
]
|
|
2075
2075
|
},
|
|
2076
|
-
"data:
|
|
2076
|
+
"data:update:bulk": {
|
|
2077
2077
|
"aliases": [],
|
|
2078
2078
|
"args": {},
|
|
2079
|
-
"description": "
|
|
2079
|
+
"description": "You can use this command to update millions of Salesforce object records based on a file in comma-separated values (CSV) format.\n\nAll the records in the CSV file must be for the same Salesforce object. Specify the object with the `--sobject` flag. The first column of every line in the CSV file must be an ID of the record you want to update. The CSV file can contain only existing records; if a record in the file doesn't currently exist in the Salesforce object, the command fails. Consider using \"sf data upsert bulk\" if you also want to insert new records.\n\nBulk updates can take a while, depending on how many records are in the CSV file. If the command times out, the command displays the job ID. To see the status and get the results of the job, run \"sf data update resume\" and pass the job ID to the --job-id flag.\n\nFor information and examples about how to prepare your CSV files, see \"Prepare Data to Ingest\" in the \"Bulk API 2.0 and Bulk API Developer Guide\" (https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_prepare_data.htm).",
|
|
2080
2080
|
"examples": [
|
|
2081
|
-
"
|
|
2082
|
-
"Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/file.csv --external-id MyField__c --wait 5 --target-org my-scratch"
|
|
2081
|
+
"Update Account records from a CSV-formatted file into an org with alias \"my-scratch\"; if the update doesn't complete in 10 minutes, the command ends and displays a job ID:\n<%= config.bin %> <%= command.id %> --file accounts.csv --sobject Account --wait 10 --target-org my-scratch"
|
|
2083
2082
|
],
|
|
2084
2083
|
"flags": {
|
|
2085
2084
|
"json": {
|
|
@@ -2097,73 +2096,45 @@
|
|
|
2097
2096
|
"multiple": false,
|
|
2098
2097
|
"type": "option"
|
|
2099
2098
|
},
|
|
2100
|
-
"
|
|
2101
|
-
"
|
|
2102
|
-
|
|
2103
|
-
|
|
2104
|
-
],
|
|
2105
|
-
"char": "o",
|
|
2106
|
-
"deprecateAliases": true,
|
|
2107
|
-
"name": "target-org",
|
|
2108
|
-
"noCacheDefault": true,
|
|
2109
|
-
"required": true,
|
|
2110
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2099
|
+
"wait": {
|
|
2100
|
+
"char": "w",
|
|
2101
|
+
"name": "wait",
|
|
2102
|
+
"summary": "Time to wait for the command to finish, in minutes.",
|
|
2111
2103
|
"hasDynamicHelp": true,
|
|
2112
2104
|
"multiple": false,
|
|
2113
2105
|
"type": "option"
|
|
2114
2106
|
},
|
|
2115
|
-
"api-version": {
|
|
2116
|
-
"aliases": [
|
|
2117
|
-
"apiversion"
|
|
2118
|
-
],
|
|
2119
|
-
"deprecateAliases": true,
|
|
2120
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2121
|
-
"name": "api-version",
|
|
2122
|
-
"hasDynamicHelp": false,
|
|
2123
|
-
"multiple": false,
|
|
2124
|
-
"type": "option"
|
|
2125
|
-
},
|
|
2126
|
-
"loglevel": {
|
|
2127
|
-
"deprecated": {
|
|
2128
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
2129
|
-
},
|
|
2130
|
-
"hidden": true,
|
|
2131
|
-
"name": "loglevel",
|
|
2132
|
-
"hasDynamicHelp": false,
|
|
2133
|
-
"multiple": false,
|
|
2134
|
-
"type": "option"
|
|
2135
|
-
},
|
|
2136
2107
|
"file": {
|
|
2137
|
-
"aliases": [
|
|
2138
|
-
"csvfile"
|
|
2139
|
-
],
|
|
2140
2108
|
"char": "f",
|
|
2141
|
-
"deprecateAliases": true,
|
|
2142
2109
|
"name": "file",
|
|
2143
2110
|
"required": true,
|
|
2144
|
-
"summary": "CSV file that contains the
|
|
2111
|
+
"summary": "CSV file that contains the Salesforce object records you want to update.",
|
|
2145
2112
|
"hasDynamicHelp": false,
|
|
2146
2113
|
"multiple": false,
|
|
2147
2114
|
"type": "option"
|
|
2148
2115
|
},
|
|
2149
2116
|
"sobject": {
|
|
2150
|
-
"aliases": [
|
|
2151
|
-
"sobjecttype"
|
|
2152
|
-
],
|
|
2153
2117
|
"char": "s",
|
|
2154
|
-
"deprecateAliases": true,
|
|
2155
2118
|
"name": "sobject",
|
|
2156
2119
|
"required": true,
|
|
2157
|
-
"summary": "API name of the Salesforce object, either standard or custom,
|
|
2120
|
+
"summary": "API name of the Salesforce object, either standard or custom, which you are updating.",
|
|
2158
2121
|
"hasDynamicHelp": false,
|
|
2159
2122
|
"multiple": false,
|
|
2160
2123
|
"type": "option"
|
|
2161
2124
|
},
|
|
2162
|
-
"
|
|
2163
|
-
"
|
|
2164
|
-
"name": "
|
|
2165
|
-
"
|
|
2166
|
-
"
|
|
2125
|
+
"api-version": {
|
|
2126
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2127
|
+
"name": "api-version",
|
|
2128
|
+
"hasDynamicHelp": false,
|
|
2129
|
+
"multiple": false,
|
|
2130
|
+
"type": "option"
|
|
2131
|
+
},
|
|
2132
|
+
"target-org": {
|
|
2133
|
+
"char": "o",
|
|
2134
|
+
"name": "target-org",
|
|
2135
|
+
"noCacheDefault": true,
|
|
2136
|
+
"required": true,
|
|
2137
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2167
2138
|
"hasDynamicHelp": true,
|
|
2168
2139
|
"multiple": false,
|
|
2169
2140
|
"type": "option"
|
|
@@ -2196,55 +2167,47 @@
|
|
|
2196
2167
|
"TAB"
|
|
2197
2168
|
],
|
|
2198
2169
|
"type": "option"
|
|
2199
|
-
},
|
|
2200
|
-
"external-id": {
|
|
2201
|
-
"aliases": [
|
|
2202
|
-
"externalid"
|
|
2203
|
-
],
|
|
2204
|
-
"char": "i",
|
|
2205
|
-
"deprecateAliases": true,
|
|
2206
|
-
"name": "external-id",
|
|
2207
|
-
"required": true,
|
|
2208
|
-
"summary": "Name of the external ID field, or the Id field.",
|
|
2209
|
-
"hasDynamicHelp": false,
|
|
2210
|
-
"multiple": false,
|
|
2211
|
-
"type": "option"
|
|
2212
2170
|
}
|
|
2213
2171
|
},
|
|
2214
2172
|
"hasDynamicHelp": true,
|
|
2215
2173
|
"hiddenAliases": [],
|
|
2216
|
-
"id": "data:
|
|
2174
|
+
"id": "data:update:bulk",
|
|
2217
2175
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2218
2176
|
"pluginName": "@salesforce/plugin-data",
|
|
2219
2177
|
"pluginType": "core",
|
|
2220
2178
|
"strict": true,
|
|
2221
|
-
"summary": "Bulk
|
|
2179
|
+
"summary": "Bulk update records to an org from a CSV file. Uses Bulk API 2.0.",
|
|
2222
2180
|
"enableJsonFlag": true,
|
|
2223
2181
|
"isESM": true,
|
|
2224
2182
|
"relativePath": [
|
|
2225
2183
|
"lib",
|
|
2226
2184
|
"commands",
|
|
2227
2185
|
"data",
|
|
2228
|
-
"
|
|
2186
|
+
"update",
|
|
2229
2187
|
"bulk.js"
|
|
2230
2188
|
],
|
|
2231
2189
|
"aliasPermutations": [],
|
|
2232
2190
|
"permutations": [
|
|
2233
|
-
"data:
|
|
2234
|
-
"
|
|
2235
|
-
"
|
|
2236
|
-
"data:bulk:
|
|
2237
|
-
"bulk:data:
|
|
2238
|
-
"bulk:
|
|
2239
|
-
]
|
|
2240
|
-
},
|
|
2241
|
-
"data:
|
|
2242
|
-
"aliases": [
|
|
2191
|
+
"data:update:bulk",
|
|
2192
|
+
"update:data:bulk",
|
|
2193
|
+
"update:bulk:data",
|
|
2194
|
+
"data:bulk:update",
|
|
2195
|
+
"bulk:data:update",
|
|
2196
|
+
"bulk:update:data"
|
|
2197
|
+
]
|
|
2198
|
+
},
|
|
2199
|
+
"data:update:record": {
|
|
2200
|
+
"aliases": [
|
|
2201
|
+
"force:data:record:update"
|
|
2202
|
+
],
|
|
2243
2203
|
"args": {},
|
|
2244
|
-
"
|
|
2204
|
+
"deprecateAliases": true,
|
|
2205
|
+
"description": "Specify the record you want to update with either its ID or with a list of field-value pairs that identify the record. If your list of fields identifies more than one record, the update fails; the error displays how many records were found.\n\nWhen using field-value pairs for both identifying the record and specifiyng the new field values, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command updates a record in Salesforce objects by default. Use the --use-tooling-api flag to update a Tooling API object.",
|
|
2245
2206
|
"examples": [
|
|
2246
|
-
"
|
|
2247
|
-
"
|
|
2207
|
+
"Update the Name field of an Account record with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 001D0 --values \"Name=NewAcme\"",
|
|
2208
|
+
"Update the Name field of an Account record whose current name is 'Old Acme':\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Old Acme'\" --values \"Name='New Acme'\"",
|
|
2209
|
+
"Update the Name and Website fields of an Account record with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 001D0 --values \"Name='Acme III' Website=www.example.com\"",
|
|
2210
|
+
"Update the ExpirationDate field of a record of the Tooling API object TraceFlag using the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> -t --sobject TraceFlag --record-id 7tf170000009cUBAAY --values \"ExpirationDate=2017-12-01T00:58:04.000+0000\""
|
|
2248
2211
|
],
|
|
2249
2212
|
"flags": {
|
|
2250
2213
|
"json": {
|
|
@@ -2271,91 +2234,156 @@
|
|
|
2271
2234
|
"deprecateAliases": true,
|
|
2272
2235
|
"name": "target-org",
|
|
2273
2236
|
"noCacheDefault": true,
|
|
2274
|
-
"
|
|
2237
|
+
"required": true,
|
|
2238
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2275
2239
|
"hasDynamicHelp": true,
|
|
2276
2240
|
"multiple": false,
|
|
2277
2241
|
"type": "option"
|
|
2278
2242
|
},
|
|
2279
|
-
"
|
|
2243
|
+
"api-version": {
|
|
2280
2244
|
"aliases": [
|
|
2281
|
-
"
|
|
2245
|
+
"apiversion"
|
|
2282
2246
|
],
|
|
2283
|
-
"char": "i",
|
|
2284
2247
|
"deprecateAliases": true,
|
|
2285
|
-
"
|
|
2286
|
-
"
|
|
2248
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2249
|
+
"name": "api-version",
|
|
2287
2250
|
"hasDynamicHelp": false,
|
|
2288
2251
|
"multiple": false,
|
|
2289
2252
|
"type": "option"
|
|
2290
2253
|
},
|
|
2291
|
-
"
|
|
2292
|
-
"
|
|
2293
|
-
"
|
|
2254
|
+
"loglevel": {
|
|
2255
|
+
"deprecated": {
|
|
2256
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
2257
|
+
},
|
|
2258
|
+
"hidden": true,
|
|
2259
|
+
"name": "loglevel",
|
|
2260
|
+
"hasDynamicHelp": false,
|
|
2261
|
+
"multiple": false,
|
|
2262
|
+
"type": "option"
|
|
2263
|
+
},
|
|
2264
|
+
"sobject": {
|
|
2265
|
+
"aliases": [
|
|
2266
|
+
"sobjecttype"
|
|
2294
2267
|
],
|
|
2295
|
-
"
|
|
2296
|
-
"
|
|
2297
|
-
"
|
|
2298
|
-
"
|
|
2268
|
+
"char": "s",
|
|
2269
|
+
"deprecateAliases": true,
|
|
2270
|
+
"name": "sobject",
|
|
2271
|
+
"required": true,
|
|
2272
|
+
"summary": "API name of the Salesforce or Tooling API object that contains the record you're updating.",
|
|
2273
|
+
"hasDynamicHelp": false,
|
|
2274
|
+
"multiple": false,
|
|
2275
|
+
"type": "option"
|
|
2299
2276
|
},
|
|
2300
|
-
"
|
|
2301
|
-
"
|
|
2302
|
-
|
|
2303
|
-
|
|
2304
|
-
"
|
|
2277
|
+
"record-id": {
|
|
2278
|
+
"aliases": [
|
|
2279
|
+
"sobjectid"
|
|
2280
|
+
],
|
|
2281
|
+
"char": "i",
|
|
2282
|
+
"deprecateAliases": true,
|
|
2283
|
+
"name": "record-id",
|
|
2284
|
+
"summary": "ID of the record you’re updating.",
|
|
2285
|
+
"hasDynamicHelp": false,
|
|
2305
2286
|
"multiple": false,
|
|
2306
2287
|
"type": "option"
|
|
2307
2288
|
},
|
|
2308
|
-
"
|
|
2309
|
-
"
|
|
2310
|
-
"name": "
|
|
2289
|
+
"where": {
|
|
2290
|
+
"char": "w",
|
|
2291
|
+
"name": "where",
|
|
2292
|
+
"summary": "List of <fieldName>=<value> pairs that identify the record you want to update.",
|
|
2311
2293
|
"hasDynamicHelp": false,
|
|
2312
2294
|
"multiple": false,
|
|
2313
2295
|
"type": "option"
|
|
2314
2296
|
},
|
|
2315
|
-
"
|
|
2316
|
-
"
|
|
2317
|
-
|
|
2318
|
-
|
|
2319
|
-
"
|
|
2320
|
-
"name": "loglevel",
|
|
2297
|
+
"values": {
|
|
2298
|
+
"char": "v",
|
|
2299
|
+
"name": "values",
|
|
2300
|
+
"required": true,
|
|
2301
|
+
"summary": "Fields that you're updating, in the format of <fieldName>=<value> pairs.",
|
|
2321
2302
|
"hasDynamicHelp": false,
|
|
2322
2303
|
"multiple": false,
|
|
2323
2304
|
"type": "option"
|
|
2305
|
+
},
|
|
2306
|
+
"use-tooling-api": {
|
|
2307
|
+
"aliases": [
|
|
2308
|
+
"usetoolingapi"
|
|
2309
|
+
],
|
|
2310
|
+
"char": "t",
|
|
2311
|
+
"deprecateAliases": true,
|
|
2312
|
+
"name": "use-tooling-api",
|
|
2313
|
+
"summary": "Use Tooling API so you can update a record in a Tooling API object.",
|
|
2314
|
+
"allowNo": false,
|
|
2315
|
+
"type": "boolean"
|
|
2316
|
+
},
|
|
2317
|
+
"perflog": {
|
|
2318
|
+
"deprecated": {
|
|
2319
|
+
"version": "57"
|
|
2320
|
+
},
|
|
2321
|
+
"hidden": true,
|
|
2322
|
+
"name": "perflog",
|
|
2323
|
+
"summary": "Get API performance data.",
|
|
2324
|
+
"allowNo": false,
|
|
2325
|
+
"type": "boolean"
|
|
2324
2326
|
}
|
|
2325
2327
|
},
|
|
2326
2328
|
"hasDynamicHelp": true,
|
|
2327
2329
|
"hiddenAliases": [],
|
|
2328
|
-
"id": "data:
|
|
2330
|
+
"id": "data:update:record",
|
|
2329
2331
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2330
2332
|
"pluginName": "@salesforce/plugin-data",
|
|
2331
2333
|
"pluginType": "core",
|
|
2332
2334
|
"strict": true,
|
|
2333
|
-
"summary": "
|
|
2335
|
+
"summary": "Updates a single record of a Salesforce or Tooling API object.",
|
|
2334
2336
|
"enableJsonFlag": true,
|
|
2335
2337
|
"isESM": true,
|
|
2336
2338
|
"relativePath": [
|
|
2337
2339
|
"lib",
|
|
2338
2340
|
"commands",
|
|
2339
2341
|
"data",
|
|
2340
|
-
"
|
|
2341
|
-
"
|
|
2342
|
+
"update",
|
|
2343
|
+
"record.js"
|
|
2344
|
+
],
|
|
2345
|
+
"aliasPermutations": [
|
|
2346
|
+
"force:data:record:update",
|
|
2347
|
+
"data:force:record:update",
|
|
2348
|
+
"data:record:force:update",
|
|
2349
|
+
"data:record:update:force",
|
|
2350
|
+
"force:record:data:update",
|
|
2351
|
+
"record:force:data:update",
|
|
2352
|
+
"record:data:force:update",
|
|
2353
|
+
"record:data:update:force",
|
|
2354
|
+
"force:record:update:data",
|
|
2355
|
+
"record:force:update:data",
|
|
2356
|
+
"record:update:force:data",
|
|
2357
|
+
"record:update:data:force",
|
|
2358
|
+
"force:data:update:record",
|
|
2359
|
+
"data:force:update:record",
|
|
2360
|
+
"data:update:force:record",
|
|
2361
|
+
"data:update:record:force",
|
|
2362
|
+
"force:update:data:record",
|
|
2363
|
+
"update:force:data:record",
|
|
2364
|
+
"update:data:force:record",
|
|
2365
|
+
"update:data:record:force",
|
|
2366
|
+
"force:update:record:data",
|
|
2367
|
+
"update:force:record:data",
|
|
2368
|
+
"update:record:force:data",
|
|
2369
|
+
"update:record:data:force"
|
|
2342
2370
|
],
|
|
2343
|
-
"aliasPermutations": [],
|
|
2344
2371
|
"permutations": [
|
|
2345
|
-
"data:
|
|
2346
|
-
"
|
|
2347
|
-
"
|
|
2348
|
-
"data:
|
|
2349
|
-
"
|
|
2350
|
-
"
|
|
2372
|
+
"data:update:record",
|
|
2373
|
+
"update:data:record",
|
|
2374
|
+
"update:record:data",
|
|
2375
|
+
"data:record:update",
|
|
2376
|
+
"record:data:update",
|
|
2377
|
+
"record:update:data"
|
|
2351
2378
|
]
|
|
2352
2379
|
},
|
|
2353
|
-
"data:update:
|
|
2380
|
+
"data:update:resume": {
|
|
2354
2381
|
"aliases": [],
|
|
2355
2382
|
"args": {},
|
|
2356
|
-
"description": "
|
|
2383
|
+
"description": "When the original \"sf data update bulk\" command times out, it displays a job ID. To see the status and get the results of the bulk update, run this command by either passing it the job ID or using the --use-most-recent flag to specify the most recent bulk update job.\n\nUsing either `--job-id` or `--use-most-recent` will properly resolve to the correct org where the bulk job was started based on the cached data by \"data update bulk\".",
|
|
2357
2384
|
"examples": [
|
|
2358
|
-
"
|
|
2385
|
+
"Resume a bulk update job using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA",
|
|
2386
|
+
"Resume the most recently run bulk update job:\n<%= config.bin %> <%= command.id %> --use-most-recent"
|
|
2359
2387
|
],
|
|
2360
2388
|
"flags": {
|
|
2361
2389
|
"json": {
|
|
@@ -2373,87 +2401,38 @@
|
|
|
2373
2401
|
"multiple": false,
|
|
2374
2402
|
"type": "option"
|
|
2375
2403
|
},
|
|
2376
|
-
"
|
|
2377
|
-
"
|
|
2378
|
-
"
|
|
2379
|
-
"
|
|
2380
|
-
"
|
|
2381
|
-
"multiple": false,
|
|
2382
|
-
"type": "option"
|
|
2383
|
-
},
|
|
2384
|
-
"file": {
|
|
2385
|
-
"char": "f",
|
|
2386
|
-
"name": "file",
|
|
2387
|
-
"required": true,
|
|
2388
|
-
"summary": "CSV file that contains the Salesforce object records you want to update.",
|
|
2389
|
-
"hasDynamicHelp": false,
|
|
2390
|
-
"multiple": false,
|
|
2391
|
-
"type": "option"
|
|
2392
|
-
},
|
|
2393
|
-
"sobject": {
|
|
2394
|
-
"char": "s",
|
|
2395
|
-
"name": "sobject",
|
|
2396
|
-
"required": true,
|
|
2397
|
-
"summary": "API name of the Salesforce object, either standard or custom, which you are updating.",
|
|
2398
|
-
"hasDynamicHelp": false,
|
|
2399
|
-
"multiple": false,
|
|
2400
|
-
"type": "option"
|
|
2404
|
+
"use-most-recent": {
|
|
2405
|
+
"name": "use-most-recent",
|
|
2406
|
+
"summary": "Use the job ID of the bulk update job that was most recently run.",
|
|
2407
|
+
"allowNo": false,
|
|
2408
|
+
"type": "boolean"
|
|
2401
2409
|
},
|
|
2402
|
-
"
|
|
2403
|
-
"
|
|
2404
|
-
"name": "
|
|
2410
|
+
"job-id": {
|
|
2411
|
+
"char": "i",
|
|
2412
|
+
"name": "job-id",
|
|
2413
|
+
"summary": "Job ID of the bulk update.",
|
|
2405
2414
|
"hasDynamicHelp": false,
|
|
2406
2415
|
"multiple": false,
|
|
2407
2416
|
"type": "option"
|
|
2408
2417
|
},
|
|
2409
|
-
"
|
|
2410
|
-
"char": "
|
|
2411
|
-
"name": "
|
|
2412
|
-
"
|
|
2413
|
-
"
|
|
2414
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2418
|
+
"wait": {
|
|
2419
|
+
"char": "w",
|
|
2420
|
+
"name": "wait",
|
|
2421
|
+
"summary": "Time to wait for the command to finish, in minutes.",
|
|
2422
|
+
"default": "5 minutes",
|
|
2415
2423
|
"hasDynamicHelp": true,
|
|
2416
2424
|
"multiple": false,
|
|
2417
2425
|
"type": "option"
|
|
2418
|
-
},
|
|
2419
|
-
"line-ending": {
|
|
2420
|
-
"dependsOn": [
|
|
2421
|
-
"file"
|
|
2422
|
-
],
|
|
2423
|
-
"name": "line-ending",
|
|
2424
|
-
"summary": "Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and Linux it's `LF`.",
|
|
2425
|
-
"hasDynamicHelp": false,
|
|
2426
|
-
"multiple": false,
|
|
2427
|
-
"options": [
|
|
2428
|
-
"CRLF",
|
|
2429
|
-
"LF"
|
|
2430
|
-
],
|
|
2431
|
-
"type": "option"
|
|
2432
|
-
},
|
|
2433
|
-
"column-delimiter": {
|
|
2434
|
-
"name": "column-delimiter",
|
|
2435
|
-
"summary": "Column delimiter used in the CSV file.",
|
|
2436
|
-
"hasDynamicHelp": false,
|
|
2437
|
-
"multiple": false,
|
|
2438
|
-
"options": [
|
|
2439
|
-
"BACKQUOTE",
|
|
2440
|
-
"CARET",
|
|
2441
|
-
"COMMA",
|
|
2442
|
-
"PIPE",
|
|
2443
|
-
"SEMICOLON",
|
|
2444
|
-
"TAB"
|
|
2445
|
-
],
|
|
2446
|
-
"type": "option"
|
|
2447
2426
|
}
|
|
2448
2427
|
},
|
|
2449
2428
|
"hasDynamicHelp": true,
|
|
2450
2429
|
"hiddenAliases": [],
|
|
2451
|
-
"id": "data:update:
|
|
2430
|
+
"id": "data:update:resume",
|
|
2452
2431
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2453
2432
|
"pluginName": "@salesforce/plugin-data",
|
|
2454
2433
|
"pluginType": "core",
|
|
2455
2434
|
"strict": true,
|
|
2456
|
-
"summary": "
|
|
2435
|
+
"summary": "Resume a bulk update job that you previously started. Uses Bulk API 2.0.",
|
|
2457
2436
|
"enableJsonFlag": true,
|
|
2458
2437
|
"isESM": true,
|
|
2459
2438
|
"relativePath": [
|
|
@@ -2461,30 +2440,25 @@
|
|
|
2461
2440
|
"commands",
|
|
2462
2441
|
"data",
|
|
2463
2442
|
"update",
|
|
2464
|
-
"
|
|
2443
|
+
"resume.js"
|
|
2465
2444
|
],
|
|
2466
2445
|
"aliasPermutations": [],
|
|
2467
2446
|
"permutations": [
|
|
2468
|
-
"data:update:
|
|
2469
|
-
"update:data:
|
|
2470
|
-
"update:
|
|
2471
|
-
"data:
|
|
2472
|
-
"
|
|
2473
|
-
"
|
|
2447
|
+
"data:update:resume",
|
|
2448
|
+
"update:data:resume",
|
|
2449
|
+
"update:resume:data",
|
|
2450
|
+
"data:resume:update",
|
|
2451
|
+
"resume:data:update",
|
|
2452
|
+
"resume:update:data"
|
|
2474
2453
|
]
|
|
2475
2454
|
},
|
|
2476
|
-
"data:
|
|
2477
|
-
"aliases": [
|
|
2478
|
-
"force:data:record:update"
|
|
2479
|
-
],
|
|
2455
|
+
"data:upsert:bulk": {
|
|
2456
|
+
"aliases": [],
|
|
2480
2457
|
"args": {},
|
|
2481
|
-
"
|
|
2482
|
-
"description": "Specify the record you want to update with either its ID or with a list of field-value pairs that identify the record. If your list of fields identifies more than one record, the update fails; the error displays how many records were found.\n\nWhen using field-value pairs for both identifying the record and specifiyng the new field values, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command updates a record in Salesforce objects by default. Use the --use-tooling-api flag to update a Tooling API object.",
|
|
2458
|
+
"description": "An upsert refers to inserting a record into a Salesforce object if the record doesn't already exist, or updating it if it does exist.\n\nWhen you execute this command, it starts a job, displays the ID, and then immediately returns control of the terminal to you by default. If you prefer to wait, set the --wait flag to the number of minutes; if it times out, the command outputs the IDs. Use the job and batch IDs to check the status of the job with the \"<%= config.bin %> data upsert resume\" command.\n\nSee \"Prepare CSV Files\" in the Bulk API Developer Guide for details on formatting your CSV file. (https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_prepare_csv.htm)",
|
|
2483
2459
|
"examples": [
|
|
2484
|
-
"
|
|
2485
|
-
"
|
|
2486
|
-
"Update the Name and Website fields of an Account record with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 001D0 --values \"Name='Acme III' Website=www.example.com\"",
|
|
2487
|
-
"Update the ExpirationDate field of a record of the Tooling API object TraceFlag using the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> -t --sobject TraceFlag --record-id 7tf170000009cUBAAY --values \"ExpirationDate=2017-12-01T00:58:04.000+0000\""
|
|
2460
|
+
"Bulk upsert records to the Contact object in your default org:\n<%= config.bin %> <%= command.id %> --sobject Contact --file files/contacts.csv --external-id Id",
|
|
2461
|
+
"Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/file.csv --external-id MyField__c --wait 5 --target-org my-scratch"
|
|
2488
2462
|
],
|
|
2489
2463
|
"flags": {
|
|
2490
2464
|
"json": {
|
|
@@ -2538,129 +2512,118 @@
|
|
|
2538
2512
|
"multiple": false,
|
|
2539
2513
|
"type": "option"
|
|
2540
2514
|
},
|
|
2541
|
-
"
|
|
2515
|
+
"file": {
|
|
2542
2516
|
"aliases": [
|
|
2543
|
-
"
|
|
2517
|
+
"csvfile"
|
|
2544
2518
|
],
|
|
2545
|
-
"char": "
|
|
2519
|
+
"char": "f",
|
|
2546
2520
|
"deprecateAliases": true,
|
|
2547
|
-
"name": "
|
|
2521
|
+
"name": "file",
|
|
2548
2522
|
"required": true,
|
|
2549
|
-
"summary": "
|
|
2523
|
+
"summary": "CSV file that contains the IDs of the records to update or delete.",
|
|
2550
2524
|
"hasDynamicHelp": false,
|
|
2551
2525
|
"multiple": false,
|
|
2552
2526
|
"type": "option"
|
|
2553
2527
|
},
|
|
2554
|
-
"
|
|
2528
|
+
"sobject": {
|
|
2555
2529
|
"aliases": [
|
|
2556
|
-
"
|
|
2530
|
+
"sobjecttype"
|
|
2557
2531
|
],
|
|
2558
|
-
"char": "
|
|
2532
|
+
"char": "s",
|
|
2559
2533
|
"deprecateAliases": true,
|
|
2560
|
-
"name": "
|
|
2561
|
-
"
|
|
2534
|
+
"name": "sobject",
|
|
2535
|
+
"required": true,
|
|
2536
|
+
"summary": "API name of the Salesforce object, either standard or custom, that you want to update or delete records from.",
|
|
2562
2537
|
"hasDynamicHelp": false,
|
|
2563
2538
|
"multiple": false,
|
|
2564
2539
|
"type": "option"
|
|
2565
2540
|
},
|
|
2566
|
-
"
|
|
2541
|
+
"wait": {
|
|
2567
2542
|
"char": "w",
|
|
2568
|
-
"name": "
|
|
2569
|
-
"summary": "
|
|
2543
|
+
"name": "wait",
|
|
2544
|
+
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
2545
|
+
"default": "0 minutes",
|
|
2546
|
+
"hasDynamicHelp": true,
|
|
2547
|
+
"multiple": false,
|
|
2548
|
+
"type": "option"
|
|
2549
|
+
},
|
|
2550
|
+
"line-ending": {
|
|
2551
|
+
"dependsOn": [
|
|
2552
|
+
"file"
|
|
2553
|
+
],
|
|
2554
|
+
"name": "line-ending",
|
|
2555
|
+
"summary": "Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and Linux it's `LF`.",
|
|
2570
2556
|
"hasDynamicHelp": false,
|
|
2571
2557
|
"multiple": false,
|
|
2558
|
+
"options": [
|
|
2559
|
+
"CRLF",
|
|
2560
|
+
"LF"
|
|
2561
|
+
],
|
|
2572
2562
|
"type": "option"
|
|
2573
2563
|
},
|
|
2574
|
-
"
|
|
2575
|
-
"
|
|
2576
|
-
"
|
|
2577
|
-
"required": true,
|
|
2578
|
-
"summary": "Fields that you're updating, in the format of <fieldName>=<value> pairs.",
|
|
2564
|
+
"column-delimiter": {
|
|
2565
|
+
"name": "column-delimiter",
|
|
2566
|
+
"summary": "Column delimiter used in the CSV file.",
|
|
2579
2567
|
"hasDynamicHelp": false,
|
|
2580
2568
|
"multiple": false,
|
|
2569
|
+
"options": [
|
|
2570
|
+
"BACKQUOTE",
|
|
2571
|
+
"CARET",
|
|
2572
|
+
"COMMA",
|
|
2573
|
+
"PIPE",
|
|
2574
|
+
"SEMICOLON",
|
|
2575
|
+
"TAB"
|
|
2576
|
+
],
|
|
2581
2577
|
"type": "option"
|
|
2582
2578
|
},
|
|
2583
|
-
"
|
|
2579
|
+
"external-id": {
|
|
2584
2580
|
"aliases": [
|
|
2585
|
-
"
|
|
2581
|
+
"externalid"
|
|
2586
2582
|
],
|
|
2587
|
-
"char": "
|
|
2583
|
+
"char": "i",
|
|
2588
2584
|
"deprecateAliases": true,
|
|
2589
|
-
"name": "
|
|
2590
|
-
"
|
|
2591
|
-
"
|
|
2592
|
-
"
|
|
2593
|
-
|
|
2594
|
-
|
|
2595
|
-
"deprecated": {
|
|
2596
|
-
"version": "57"
|
|
2597
|
-
},
|
|
2598
|
-
"hidden": true,
|
|
2599
|
-
"name": "perflog",
|
|
2600
|
-
"summary": "Get API performance data.",
|
|
2601
|
-
"allowNo": false,
|
|
2602
|
-
"type": "boolean"
|
|
2585
|
+
"name": "external-id",
|
|
2586
|
+
"required": true,
|
|
2587
|
+
"summary": "Name of the external ID field, or the Id field.",
|
|
2588
|
+
"hasDynamicHelp": false,
|
|
2589
|
+
"multiple": false,
|
|
2590
|
+
"type": "option"
|
|
2603
2591
|
}
|
|
2604
2592
|
},
|
|
2605
2593
|
"hasDynamicHelp": true,
|
|
2606
2594
|
"hiddenAliases": [],
|
|
2607
|
-
"id": "data:
|
|
2595
|
+
"id": "data:upsert:bulk",
|
|
2608
2596
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2609
2597
|
"pluginName": "@salesforce/plugin-data",
|
|
2610
2598
|
"pluginType": "core",
|
|
2611
2599
|
"strict": true,
|
|
2612
|
-
"summary": "
|
|
2600
|
+
"summary": "Bulk upsert records to an org from a CSV file. Uses Bulk API 2.0.",
|
|
2613
2601
|
"enableJsonFlag": true,
|
|
2614
2602
|
"isESM": true,
|
|
2615
2603
|
"relativePath": [
|
|
2616
2604
|
"lib",
|
|
2617
2605
|
"commands",
|
|
2618
2606
|
"data",
|
|
2619
|
-
"
|
|
2620
|
-
"
|
|
2621
|
-
],
|
|
2622
|
-
"aliasPermutations": [
|
|
2623
|
-
"force:data:record:update",
|
|
2624
|
-
"data:force:record:update",
|
|
2625
|
-
"data:record:force:update",
|
|
2626
|
-
"data:record:update:force",
|
|
2627
|
-
"force:record:data:update",
|
|
2628
|
-
"record:force:data:update",
|
|
2629
|
-
"record:data:force:update",
|
|
2630
|
-
"record:data:update:force",
|
|
2631
|
-
"force:record:update:data",
|
|
2632
|
-
"record:force:update:data",
|
|
2633
|
-
"record:update:force:data",
|
|
2634
|
-
"record:update:data:force",
|
|
2635
|
-
"force:data:update:record",
|
|
2636
|
-
"data:force:update:record",
|
|
2637
|
-
"data:update:force:record",
|
|
2638
|
-
"data:update:record:force",
|
|
2639
|
-
"force:update:data:record",
|
|
2640
|
-
"update:force:data:record",
|
|
2641
|
-
"update:data:force:record",
|
|
2642
|
-
"update:data:record:force",
|
|
2643
|
-
"force:update:record:data",
|
|
2644
|
-
"update:force:record:data",
|
|
2645
|
-
"update:record:force:data",
|
|
2646
|
-
"update:record:data:force"
|
|
2607
|
+
"upsert",
|
|
2608
|
+
"bulk.js"
|
|
2647
2609
|
],
|
|
2610
|
+
"aliasPermutations": [],
|
|
2648
2611
|
"permutations": [
|
|
2649
|
-
"data:
|
|
2650
|
-
"
|
|
2651
|
-
"
|
|
2652
|
-
"data:
|
|
2653
|
-
"
|
|
2654
|
-
"
|
|
2612
|
+
"data:upsert:bulk",
|
|
2613
|
+
"upsert:data:bulk",
|
|
2614
|
+
"upsert:bulk:data",
|
|
2615
|
+
"data:bulk:upsert",
|
|
2616
|
+
"bulk:data:upsert",
|
|
2617
|
+
"bulk:upsert:data"
|
|
2655
2618
|
]
|
|
2656
2619
|
},
|
|
2657
|
-
"data:
|
|
2620
|
+
"data:upsert:resume": {
|
|
2658
2621
|
"aliases": [],
|
|
2659
2622
|
"args": {},
|
|
2660
|
-
"description": "
|
|
2623
|
+
"description": "The command uses the job ID returned from the \"<%= config.bin %> data upsert bulk\" command or the most recently-run bulk upsert job.",
|
|
2661
2624
|
"examples": [
|
|
2662
|
-
"Resume a bulk
|
|
2663
|
-
"Resume the most recently run bulk
|
|
2625
|
+
"Resume a bulk upsert job from your default org using an ID:\n<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA",
|
|
2626
|
+
"Resume the most recently run bulk upsert job for an org with alias my-scratch:\n<%= config.bin %> <%= command.id %> --use-most-recent --target-org my-scratch"
|
|
2664
2627
|
],
|
|
2665
2628
|
"flags": {
|
|
2666
2629
|
"json": {
|
|
@@ -2678,55 +2641,92 @@
|
|
|
2678
2641
|
"multiple": false,
|
|
2679
2642
|
"type": "option"
|
|
2680
2643
|
},
|
|
2681
|
-
"
|
|
2682
|
-
"
|
|
2683
|
-
|
|
2684
|
-
|
|
2685
|
-
|
|
2644
|
+
"target-org": {
|
|
2645
|
+
"aliases": [
|
|
2646
|
+
"targetusername",
|
|
2647
|
+
"u"
|
|
2648
|
+
],
|
|
2649
|
+
"char": "o",
|
|
2650
|
+
"deprecateAliases": true,
|
|
2651
|
+
"name": "target-org",
|
|
2652
|
+
"noCacheDefault": true,
|
|
2653
|
+
"summary": "Username or alias of the target org. Not required if the \"target-org\" configuration variable is already set.",
|
|
2654
|
+
"hasDynamicHelp": true,
|
|
2655
|
+
"multiple": false,
|
|
2656
|
+
"type": "option"
|
|
2686
2657
|
},
|
|
2687
2658
|
"job-id": {
|
|
2659
|
+
"aliases": [
|
|
2660
|
+
"jobid"
|
|
2661
|
+
],
|
|
2688
2662
|
"char": "i",
|
|
2663
|
+
"deprecateAliases": true,
|
|
2689
2664
|
"name": "job-id",
|
|
2690
|
-
"summary": "
|
|
2665
|
+
"summary": "ID of the job you want to resume.",
|
|
2691
2666
|
"hasDynamicHelp": false,
|
|
2692
2667
|
"multiple": false,
|
|
2693
2668
|
"type": "option"
|
|
2694
2669
|
},
|
|
2670
|
+
"use-most-recent": {
|
|
2671
|
+
"exclusive": [
|
|
2672
|
+
"job-id"
|
|
2673
|
+
],
|
|
2674
|
+
"name": "use-most-recent",
|
|
2675
|
+
"summary": "Use the ID of the most recently-run bulk job.",
|
|
2676
|
+
"allowNo": false,
|
|
2677
|
+
"type": "boolean"
|
|
2678
|
+
},
|
|
2695
2679
|
"wait": {
|
|
2696
|
-
"char": "w",
|
|
2697
2680
|
"name": "wait",
|
|
2698
|
-
"summary": "
|
|
2681
|
+
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
2699
2682
|
"default": "5 minutes",
|
|
2700
2683
|
"hasDynamicHelp": true,
|
|
2701
2684
|
"multiple": false,
|
|
2702
2685
|
"type": "option"
|
|
2686
|
+
},
|
|
2687
|
+
"api-version": {
|
|
2688
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2689
|
+
"name": "api-version",
|
|
2690
|
+
"hasDynamicHelp": false,
|
|
2691
|
+
"multiple": false,
|
|
2692
|
+
"type": "option"
|
|
2693
|
+
},
|
|
2694
|
+
"loglevel": {
|
|
2695
|
+
"deprecated": {
|
|
2696
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
2697
|
+
},
|
|
2698
|
+
"hidden": true,
|
|
2699
|
+
"name": "loglevel",
|
|
2700
|
+
"hasDynamicHelp": false,
|
|
2701
|
+
"multiple": false,
|
|
2702
|
+
"type": "option"
|
|
2703
2703
|
}
|
|
2704
2704
|
},
|
|
2705
2705
|
"hasDynamicHelp": true,
|
|
2706
2706
|
"hiddenAliases": [],
|
|
2707
|
-
"id": "data:
|
|
2707
|
+
"id": "data:upsert:resume",
|
|
2708
2708
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2709
2709
|
"pluginName": "@salesforce/plugin-data",
|
|
2710
2710
|
"pluginType": "core",
|
|
2711
2711
|
"strict": true,
|
|
2712
|
-
"summary": "Resume a bulk
|
|
2712
|
+
"summary": "Resume a bulk upsert job that you previously started. Uses Bulk API 2.0.",
|
|
2713
2713
|
"enableJsonFlag": true,
|
|
2714
2714
|
"isESM": true,
|
|
2715
2715
|
"relativePath": [
|
|
2716
2716
|
"lib",
|
|
2717
2717
|
"commands",
|
|
2718
2718
|
"data",
|
|
2719
|
-
"
|
|
2719
|
+
"upsert",
|
|
2720
2720
|
"resume.js"
|
|
2721
2721
|
],
|
|
2722
2722
|
"aliasPermutations": [],
|
|
2723
2723
|
"permutations": [
|
|
2724
|
-
"data:
|
|
2725
|
-
"
|
|
2726
|
-
"
|
|
2727
|
-
"data:resume:
|
|
2728
|
-
"resume:data:
|
|
2729
|
-
"resume:
|
|
2724
|
+
"data:upsert:resume",
|
|
2725
|
+
"upsert:data:resume",
|
|
2726
|
+
"upsert:resume:data",
|
|
2727
|
+
"data:resume:upsert",
|
|
2728
|
+
"resume:data:upsert",
|
|
2729
|
+
"resume:upsert:data"
|
|
2730
2730
|
]
|
|
2731
2731
|
},
|
|
2732
2732
|
"force:data:bulk:delete": {
|
|
@@ -3166,5 +3166,5 @@
|
|
|
3166
3166
|
]
|
|
3167
3167
|
}
|
|
3168
3168
|
},
|
|
3169
|
-
"version": "4.0.
|
|
3169
|
+
"version": "4.0.74"
|
|
3170
3170
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.74",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"test:nuts": "nyc mocha \"./test/**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
109
109
|
"test:nuts:bulk:export": "nyc mocha \"./test/commands/data/export/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
110
110
|
"test:nuts:bulk:import": "nyc mocha \"./test/commands/data/import/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
111
|
-
"test:nuts:bulk:update": "nyc mocha \"./test/commands/data/update/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
112
111
|
"test:nuts:bulk:results": "nyc mocha \"./test/commands/data/bulk/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
112
|
+
"test:nuts:bulk:update": "nyc mocha \"./test/commands/data/update/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
113
113
|
"test:nuts:data:bulk-upsert-delete": "nyc mocha \"./test/commands/data/dataBulk.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
114
114
|
"test:nuts:data:create": "nyc mocha \"./test/commands/data/create/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
115
115
|
"test:nuts:data:query": "nyc mocha \"./test/commands/data/query/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
@@ -140,11 +140,12 @@
|
|
|
140
140
|
"devDependencies": {
|
|
141
141
|
"@oclif/core": "^4.8.0",
|
|
142
142
|
"@oclif/plugin-command-snapshot": "^5.3.8",
|
|
143
|
-
"@oclif/test": "^4.1.
|
|
143
|
+
"@oclif/test": "^4.1.16",
|
|
144
144
|
"@salesforce/cli-plugins-testkit": "^5.3.41",
|
|
145
145
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
146
146
|
"@salesforce/plugin-command-reference": "^3.1.79",
|
|
147
147
|
"@salesforce/types": "^1.6.0",
|
|
148
|
+
"@types/node": "^25.3.0",
|
|
148
149
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
149
150
|
"oclif": "^4.22.77",
|
|
150
151
|
"ts-node": "^10.9.2",
|
|
@@ -271,7 +272,7 @@
|
|
|
271
272
|
"exports": "./lib/index.js",
|
|
272
273
|
"type": "module",
|
|
273
274
|
"sfdx": {
|
|
274
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.
|
|
275
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.
|
|
275
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.74.crt",
|
|
276
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.74.sig"
|
|
276
277
|
}
|
|
277
278
|
}
|