@salesforce/plugin-data 4.0.46 → 4.0.47
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 +78 -78
- package/package.json +4 -4
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.47/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.47/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.47/src/commands/data/create/record.ts)_
|
|
253
253
|
|
|
254
254
|
## `sf data delete bulk`
|
|
255
255
|
|
|
@@ -309,7 +309,7 @@ FLAG DESCRIPTIONS
|
|
|
309
309
|
and can be enabled only by a system administrator.
|
|
310
310
|
```
|
|
311
311
|
|
|
312
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
312
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/delete/bulk.ts)_
|
|
313
313
|
|
|
314
314
|
## `sf data delete record`
|
|
315
315
|
|
|
@@ -370,7 +370,7 @@ EXAMPLES
|
|
|
370
370
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
371
371
|
```
|
|
372
372
|
|
|
373
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
373
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/delete/record.ts)_
|
|
374
374
|
|
|
375
375
|
## `sf data delete resume`
|
|
376
376
|
|
|
@@ -409,7 +409,7 @@ EXAMPLES
|
|
|
409
409
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
410
410
|
```
|
|
411
411
|
|
|
412
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
412
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/delete/resume.ts)_
|
|
413
413
|
|
|
414
414
|
## `sf data export bulk`
|
|
415
415
|
|
|
@@ -483,7 +483,7 @@ EXAMPLES
|
|
|
483
483
|
--result-format json --async
|
|
484
484
|
```
|
|
485
485
|
|
|
486
|
-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
486
|
+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/export/bulk.ts)_
|
|
487
487
|
|
|
488
488
|
## `sf data export resume`
|
|
489
489
|
|
|
@@ -522,7 +522,7 @@ EXAMPLES
|
|
|
522
522
|
$ sf data export resume --use-most-recent
|
|
523
523
|
```
|
|
524
524
|
|
|
525
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
525
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/export/resume.ts)_
|
|
526
526
|
|
|
527
527
|
## `sf data export tree`
|
|
528
528
|
|
|
@@ -582,7 +582,7 @@ EXAMPLES
|
|
|
582
582
|
my-scratch
|
|
583
583
|
```
|
|
584
584
|
|
|
585
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
585
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/export/tree.ts)_
|
|
586
586
|
|
|
587
587
|
## `sf data get record`
|
|
588
588
|
|
|
@@ -646,7 +646,7 @@ EXAMPLES
|
|
|
646
646
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
647
647
|
```
|
|
648
648
|
|
|
649
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
649
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/get/record.ts)_
|
|
650
650
|
|
|
651
651
|
## `sf data import bulk`
|
|
652
652
|
|
|
@@ -704,7 +704,7 @@ EXAMPLES
|
|
|
704
704
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
705
705
|
```
|
|
706
706
|
|
|
707
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
707
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/import/bulk.ts)_
|
|
708
708
|
|
|
709
709
|
## `sf data import resume`
|
|
710
710
|
|
|
@@ -740,7 +740,7 @@ EXAMPLES
|
|
|
740
740
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
741
741
|
```
|
|
742
742
|
|
|
743
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
743
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/import/resume.ts)_
|
|
744
744
|
|
|
745
745
|
## `sf data import tree`
|
|
746
746
|
|
|
@@ -804,7 +804,7 @@ FLAG DESCRIPTIONS
|
|
|
804
804
|
- files(array) - Files: An array of files paths to load
|
|
805
805
|
```
|
|
806
806
|
|
|
807
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
807
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/import/tree.ts)_
|
|
808
808
|
|
|
809
809
|
## `sf data query`
|
|
810
810
|
|
|
@@ -857,7 +857,7 @@ EXAMPLES
|
|
|
857
857
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
858
858
|
```
|
|
859
859
|
|
|
860
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
860
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/query.ts)_
|
|
861
861
|
|
|
862
862
|
## `sf data resume`
|
|
863
863
|
|
|
@@ -894,7 +894,7 @@ EXAMPLES
|
|
|
894
894
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
895
895
|
```
|
|
896
896
|
|
|
897
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
897
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/resume.ts)_
|
|
898
898
|
|
|
899
899
|
## `sf data search`
|
|
900
900
|
|
|
@@ -944,7 +944,7 @@ EXAMPLES
|
|
|
944
944
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
945
945
|
```
|
|
946
946
|
|
|
947
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
947
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/search.ts)_
|
|
948
948
|
|
|
949
949
|
## `sf data update bulk`
|
|
950
950
|
|
|
@@ -1005,7 +1005,7 @@ EXAMPLES
|
|
|
1005
1005
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
1006
1006
|
```
|
|
1007
1007
|
|
|
1008
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1008
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/update/bulk.ts)_
|
|
1009
1009
|
|
|
1010
1010
|
## `sf data update record`
|
|
1011
1011
|
|
|
@@ -1067,7 +1067,7 @@ EXAMPLES
|
|
|
1067
1067
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1068
1068
|
```
|
|
1069
1069
|
|
|
1070
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1070
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/update/record.ts)_
|
|
1071
1071
|
|
|
1072
1072
|
## `sf data update resume`
|
|
1073
1073
|
|
|
@@ -1106,7 +1106,7 @@ EXAMPLES
|
|
|
1106
1106
|
$ sf data update resume --use-most-recent
|
|
1107
1107
|
```
|
|
1108
1108
|
|
|
1109
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1109
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/update/resume.ts)_
|
|
1110
1110
|
|
|
1111
1111
|
## `sf data upsert bulk`
|
|
1112
1112
|
|
|
@@ -1163,7 +1163,7 @@ EXAMPLES
|
|
|
1163
1163
|
my-scratch
|
|
1164
1164
|
```
|
|
1165
1165
|
|
|
1166
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1166
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/upsert/bulk.ts)_
|
|
1167
1167
|
|
|
1168
1168
|
## `sf data upsert resume`
|
|
1169
1169
|
|
|
@@ -1202,7 +1202,7 @@ EXAMPLES
|
|
|
1202
1202
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1203
1203
|
```
|
|
1204
1204
|
|
|
1205
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1205
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/data/upsert/resume.ts)_
|
|
1206
1206
|
|
|
1207
1207
|
## `sf force data bulk delete`
|
|
1208
1208
|
|
|
@@ -1249,7 +1249,7 @@ EXAMPLES
|
|
|
1249
1249
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1250
1250
|
```
|
|
1251
1251
|
|
|
1252
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1252
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/force/data/bulk/delete.ts)_
|
|
1253
1253
|
|
|
1254
1254
|
## `sf force data bulk status`
|
|
1255
1255
|
|
|
@@ -1286,7 +1286,7 @@ EXAMPLES
|
|
|
1286
1286
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1287
1287
|
```
|
|
1288
1288
|
|
|
1289
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1289
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/force/data/bulk/status.ts)_
|
|
1290
1290
|
|
|
1291
1291
|
## `sf force data bulk upsert`
|
|
1292
1292
|
|
|
@@ -1344,6 +1344,6 @@ EXAMPLES
|
|
|
1344
1344
|
--target-org my-scratch
|
|
1345
1345
|
```
|
|
1346
1346
|
|
|
1347
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1347
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.47/src/commands/force/data/bulk/upsert.ts)_
|
|
1348
1348
|
|
|
1349
1349
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -401,83 +401,6 @@
|
|
|
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
|
-
},
|
|
481
404
|
"data:create:file": {
|
|
482
405
|
"aliases": [],
|
|
483
406
|
"args": {},
|
|
@@ -735,6 +658,83 @@
|
|
|
735
658
|
"record:create:data"
|
|
736
659
|
]
|
|
737
660
|
},
|
|
661
|
+
"data:bulk:results": {
|
|
662
|
+
"aliases": [],
|
|
663
|
+
"args": {},
|
|
664
|
+
"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.",
|
|
665
|
+
"examples": [
|
|
666
|
+
"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"
|
|
667
|
+
],
|
|
668
|
+
"flags": {
|
|
669
|
+
"json": {
|
|
670
|
+
"description": "Format output as json.",
|
|
671
|
+
"helpGroup": "GLOBAL",
|
|
672
|
+
"name": "json",
|
|
673
|
+
"allowNo": false,
|
|
674
|
+
"type": "boolean"
|
|
675
|
+
},
|
|
676
|
+
"flags-dir": {
|
|
677
|
+
"helpGroup": "GLOBAL",
|
|
678
|
+
"name": "flags-dir",
|
|
679
|
+
"summary": "Import flag values from a directory.",
|
|
680
|
+
"hasDynamicHelp": false,
|
|
681
|
+
"multiple": false,
|
|
682
|
+
"type": "option"
|
|
683
|
+
},
|
|
684
|
+
"job-id": {
|
|
685
|
+
"char": "i",
|
|
686
|
+
"name": "job-id",
|
|
687
|
+
"required": true,
|
|
688
|
+
"summary": "Job ID of the bulk job.",
|
|
689
|
+
"hasDynamicHelp": false,
|
|
690
|
+
"multiple": false,
|
|
691
|
+
"type": "option"
|
|
692
|
+
},
|
|
693
|
+
"target-org": {
|
|
694
|
+
"char": "o",
|
|
695
|
+
"name": "target-org",
|
|
696
|
+
"noCacheDefault": true,
|
|
697
|
+
"required": true,
|
|
698
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
699
|
+
"hasDynamicHelp": true,
|
|
700
|
+
"multiple": false,
|
|
701
|
+
"type": "option"
|
|
702
|
+
},
|
|
703
|
+
"api-version": {
|
|
704
|
+
"description": "Override the api version used for api requests made by this command",
|
|
705
|
+
"name": "api-version",
|
|
706
|
+
"hasDynamicHelp": false,
|
|
707
|
+
"multiple": false,
|
|
708
|
+
"type": "option"
|
|
709
|
+
}
|
|
710
|
+
},
|
|
711
|
+
"hasDynamicHelp": true,
|
|
712
|
+
"hiddenAliases": [],
|
|
713
|
+
"id": "data:bulk:results",
|
|
714
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
715
|
+
"pluginName": "@salesforce/plugin-data",
|
|
716
|
+
"pluginType": "core",
|
|
717
|
+
"strict": true,
|
|
718
|
+
"summary": "Get the results of a bulk ingest job that you previously ran.",
|
|
719
|
+
"enableJsonFlag": true,
|
|
720
|
+
"isESM": true,
|
|
721
|
+
"relativePath": [
|
|
722
|
+
"lib",
|
|
723
|
+
"commands",
|
|
724
|
+
"data",
|
|
725
|
+
"bulk",
|
|
726
|
+
"results.js"
|
|
727
|
+
],
|
|
728
|
+
"aliasPermutations": [],
|
|
729
|
+
"permutations": [
|
|
730
|
+
"data:bulk:results",
|
|
731
|
+
"bulk:data:results",
|
|
732
|
+
"bulk:results:data",
|
|
733
|
+
"data:results:bulk",
|
|
734
|
+
"results:data:bulk",
|
|
735
|
+
"results:bulk:data"
|
|
736
|
+
]
|
|
737
|
+
},
|
|
738
738
|
"data:delete:bulk": {
|
|
739
739
|
"aliases": [],
|
|
740
740
|
"args": {},
|
|
@@ -3232,5 +3232,5 @@
|
|
|
3232
3232
|
]
|
|
3233
3233
|
}
|
|
3234
3234
|
},
|
|
3235
|
-
"version": "4.0.
|
|
3235
|
+
"version": "4.0.47"
|
|
3236
3236
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.47",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -130,7 +130,7 @@
|
|
|
130
130
|
"change-case": "^5.4.4",
|
|
131
131
|
"csv-parse": "^5.6.0",
|
|
132
132
|
"csv-stringify": "^6.6.0",
|
|
133
|
-
"form-data": "^4.0.
|
|
133
|
+
"form-data": "^4.0.4",
|
|
134
134
|
"terminal-link": "^3.0.0"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
@@ -267,7 +267,7 @@
|
|
|
267
267
|
"exports": "./lib/index.js",
|
|
268
268
|
"type": "module",
|
|
269
269
|
"sfdx": {
|
|
270
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.
|
|
271
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.
|
|
270
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.47.crt",
|
|
271
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.47.sig"
|
|
272
272
|
}
|
|
273
273
|
}
|