@salesforce/plugin-data 4.0.42 → 4.0.43
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 +8 -8
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.43/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.43/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.43/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.43/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.43/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.43/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.43/src/commands/data/export/bulk.ts)_
|
|
487
487
|
|
|
488
488
|
## `sf data export resume`
|
|
489
489
|
|
|
@@ -519,7 +519,7 @@ EXAMPLES
|
|
|
519
519
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
520
520
|
```
|
|
521
521
|
|
|
522
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
522
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/export/resume.ts)_
|
|
523
523
|
|
|
524
524
|
## `sf data export tree`
|
|
525
525
|
|
|
@@ -579,7 +579,7 @@ EXAMPLES
|
|
|
579
579
|
my-scratch
|
|
580
580
|
```
|
|
581
581
|
|
|
582
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
582
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/export/tree.ts)_
|
|
583
583
|
|
|
584
584
|
## `sf data get record`
|
|
585
585
|
|
|
@@ -643,7 +643,7 @@ EXAMPLES
|
|
|
643
643
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
644
644
|
```
|
|
645
645
|
|
|
646
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
646
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/get/record.ts)_
|
|
647
647
|
|
|
648
648
|
## `sf data import bulk`
|
|
649
649
|
|
|
@@ -701,7 +701,7 @@ EXAMPLES
|
|
|
701
701
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
704
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/import/bulk.ts)_
|
|
705
705
|
|
|
706
706
|
## `sf data import resume`
|
|
707
707
|
|
|
@@ -737,7 +737,7 @@ EXAMPLES
|
|
|
737
737
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
738
738
|
```
|
|
739
739
|
|
|
740
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
740
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/import/resume.ts)_
|
|
741
741
|
|
|
742
742
|
## `sf data import tree`
|
|
743
743
|
|
|
@@ -801,7 +801,7 @@ FLAG DESCRIPTIONS
|
|
|
801
801
|
- files(array) - Files: An array of files paths to load
|
|
802
802
|
```
|
|
803
803
|
|
|
804
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
804
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/import/tree.ts)_
|
|
805
805
|
|
|
806
806
|
## `sf data query`
|
|
807
807
|
|
|
@@ -854,7 +854,7 @@ EXAMPLES
|
|
|
854
854
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
855
855
|
```
|
|
856
856
|
|
|
857
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
857
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/query.ts)_
|
|
858
858
|
|
|
859
859
|
## `sf data resume`
|
|
860
860
|
|
|
@@ -891,7 +891,7 @@ EXAMPLES
|
|
|
891
891
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
892
892
|
```
|
|
893
893
|
|
|
894
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
894
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/resume.ts)_
|
|
895
895
|
|
|
896
896
|
## `sf data search`
|
|
897
897
|
|
|
@@ -941,7 +941,7 @@ EXAMPLES
|
|
|
941
941
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
942
942
|
```
|
|
943
943
|
|
|
944
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
944
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/search.ts)_
|
|
945
945
|
|
|
946
946
|
## `sf data update bulk`
|
|
947
947
|
|
|
@@ -1002,7 +1002,7 @@ EXAMPLES
|
|
|
1002
1002
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
1003
1003
|
```
|
|
1004
1004
|
|
|
1005
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1005
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/update/bulk.ts)_
|
|
1006
1006
|
|
|
1007
1007
|
## `sf data update record`
|
|
1008
1008
|
|
|
@@ -1064,7 +1064,7 @@ EXAMPLES
|
|
|
1064
1064
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1065
1065
|
```
|
|
1066
1066
|
|
|
1067
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1067
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/update/record.ts)_
|
|
1068
1068
|
|
|
1069
1069
|
## `sf data update resume`
|
|
1070
1070
|
|
|
@@ -1100,7 +1100,7 @@ EXAMPLES
|
|
|
1100
1100
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
1101
1101
|
```
|
|
1102
1102
|
|
|
1103
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1103
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/update/resume.ts)_
|
|
1104
1104
|
|
|
1105
1105
|
## `sf data upsert bulk`
|
|
1106
1106
|
|
|
@@ -1157,7 +1157,7 @@ EXAMPLES
|
|
|
1157
1157
|
my-scratch
|
|
1158
1158
|
```
|
|
1159
1159
|
|
|
1160
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1160
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/upsert/bulk.ts)_
|
|
1161
1161
|
|
|
1162
1162
|
## `sf data upsert resume`
|
|
1163
1163
|
|
|
@@ -1196,7 +1196,7 @@ EXAMPLES
|
|
|
1196
1196
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1197
1197
|
```
|
|
1198
1198
|
|
|
1199
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1199
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/data/upsert/resume.ts)_
|
|
1200
1200
|
|
|
1201
1201
|
## `sf force data bulk delete`
|
|
1202
1202
|
|
|
@@ -1243,7 +1243,7 @@ EXAMPLES
|
|
|
1243
1243
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1244
1244
|
```
|
|
1245
1245
|
|
|
1246
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1246
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/force/data/bulk/delete.ts)_
|
|
1247
1247
|
|
|
1248
1248
|
## `sf force data bulk status`
|
|
1249
1249
|
|
|
@@ -1280,7 +1280,7 @@ EXAMPLES
|
|
|
1280
1280
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1281
1281
|
```
|
|
1282
1282
|
|
|
1283
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1283
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/force/data/bulk/status.ts)_
|
|
1284
1284
|
|
|
1285
1285
|
## `sf force data bulk upsert`
|
|
1286
1286
|
|
|
@@ -1338,6 +1338,6 @@ EXAMPLES
|
|
|
1338
1338
|
--target-org my-scratch
|
|
1339
1339
|
```
|
|
1340
1340
|
|
|
1341
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1341
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.43/src/commands/force/data/bulk/upsert.ts)_
|
|
1342
1342
|
|
|
1343
1343
|
<!-- 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": {},
|
|
@@ -1102,83 +1179,6 @@
|
|
|
1102
1179
|
"resume:delete:data"
|
|
1103
1180
|
]
|
|
1104
1181
|
},
|
|
1105
|
-
"data:bulk:results": {
|
|
1106
|
-
"aliases": [],
|
|
1107
|
-
"args": {},
|
|
1108
|
-
"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.",
|
|
1109
|
-
"examples": [
|
|
1110
|
-
"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"
|
|
1111
|
-
],
|
|
1112
|
-
"flags": {
|
|
1113
|
-
"json": {
|
|
1114
|
-
"description": "Format output as json.",
|
|
1115
|
-
"helpGroup": "GLOBAL",
|
|
1116
|
-
"name": "json",
|
|
1117
|
-
"allowNo": false,
|
|
1118
|
-
"type": "boolean"
|
|
1119
|
-
},
|
|
1120
|
-
"flags-dir": {
|
|
1121
|
-
"helpGroup": "GLOBAL",
|
|
1122
|
-
"name": "flags-dir",
|
|
1123
|
-
"summary": "Import flag values from a directory.",
|
|
1124
|
-
"hasDynamicHelp": false,
|
|
1125
|
-
"multiple": false,
|
|
1126
|
-
"type": "option"
|
|
1127
|
-
},
|
|
1128
|
-
"job-id": {
|
|
1129
|
-
"char": "i",
|
|
1130
|
-
"name": "job-id",
|
|
1131
|
-
"required": true,
|
|
1132
|
-
"summary": "Job ID of the bulk job.",
|
|
1133
|
-
"hasDynamicHelp": false,
|
|
1134
|
-
"multiple": false,
|
|
1135
|
-
"type": "option"
|
|
1136
|
-
},
|
|
1137
|
-
"target-org": {
|
|
1138
|
-
"char": "o",
|
|
1139
|
-
"name": "target-org",
|
|
1140
|
-
"noCacheDefault": true,
|
|
1141
|
-
"required": true,
|
|
1142
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1143
|
-
"hasDynamicHelp": true,
|
|
1144
|
-
"multiple": false,
|
|
1145
|
-
"type": "option"
|
|
1146
|
-
},
|
|
1147
|
-
"api-version": {
|
|
1148
|
-
"description": "Override the api version used for api requests made by this command",
|
|
1149
|
-
"name": "api-version",
|
|
1150
|
-
"hasDynamicHelp": false,
|
|
1151
|
-
"multiple": false,
|
|
1152
|
-
"type": "option"
|
|
1153
|
-
}
|
|
1154
|
-
},
|
|
1155
|
-
"hasDynamicHelp": true,
|
|
1156
|
-
"hiddenAliases": [],
|
|
1157
|
-
"id": "data:bulk:results",
|
|
1158
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
1159
|
-
"pluginName": "@salesforce/plugin-data",
|
|
1160
|
-
"pluginType": "core",
|
|
1161
|
-
"strict": true,
|
|
1162
|
-
"summary": "Get the results of a bulk ingest job that you previously ran.",
|
|
1163
|
-
"enableJsonFlag": true,
|
|
1164
|
-
"isESM": true,
|
|
1165
|
-
"relativePath": [
|
|
1166
|
-
"lib",
|
|
1167
|
-
"commands",
|
|
1168
|
-
"data",
|
|
1169
|
-
"bulk",
|
|
1170
|
-
"results.js"
|
|
1171
|
-
],
|
|
1172
|
-
"aliasPermutations": [],
|
|
1173
|
-
"permutations": [
|
|
1174
|
-
"data:bulk:results",
|
|
1175
|
-
"bulk:data:results",
|
|
1176
|
-
"bulk:results:data",
|
|
1177
|
-
"data:results:bulk",
|
|
1178
|
-
"results:data:bulk",
|
|
1179
|
-
"results:bulk:data"
|
|
1180
|
-
]
|
|
1181
|
-
},
|
|
1182
1182
|
"data:export:bulk": {
|
|
1183
1183
|
"aliases": [],
|
|
1184
1184
|
"args": {},
|
|
@@ -3232,5 +3232,5 @@
|
|
|
3232
3232
|
]
|
|
3233
3233
|
}
|
|
3234
3234
|
},
|
|
3235
|
-
"version": "4.0.
|
|
3235
|
+
"version": "4.0.43"
|
|
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.43",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"version": "oclif readme"
|
|
121
121
|
},
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@jsforce/jsforce-node": "^3.
|
|
123
|
+
"@jsforce/jsforce-node": "^3.9.1",
|
|
124
124
|
"@oclif/multi-stage-output": "^0.8.16",
|
|
125
125
|
"@salesforce/core": "^8.12.0",
|
|
126
126
|
"@salesforce/kit": "^3.2.2",
|
|
@@ -134,14 +134,14 @@
|
|
|
134
134
|
"terminal-link": "^3.0.0"
|
|
135
135
|
},
|
|
136
136
|
"devDependencies": {
|
|
137
|
-
"@oclif/core": "^4.
|
|
138
|
-
"@oclif/plugin-command-snapshot": "^5.3.
|
|
137
|
+
"@oclif/core": "^4.4.1",
|
|
138
|
+
"@oclif/plugin-command-snapshot": "^5.3.2",
|
|
139
139
|
"@oclif/test": "^4.1.13",
|
|
140
140
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
141
141
|
"@salesforce/dev-scripts": "^11.0.2",
|
|
142
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
142
|
+
"@salesforce/plugin-command-reference": "^3.1.58",
|
|
143
143
|
"@salesforce/types": "^1.3.0",
|
|
144
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
144
|
+
"eslint-plugin-sf-plugin": "^1.20.27",
|
|
145
145
|
"oclif": "^4.18.1",
|
|
146
146
|
"ts-node": "^10.9.2",
|
|
147
147
|
"typescript": "^5.8.3"
|
|
@@ -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.43.crt",
|
|
271
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.43.sig"
|
|
272
272
|
}
|
|
273
273
|
}
|