@salesforce/plugin-data 4.0.22 → 4.0.23
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 +25 -25
- package/oclif.manifest.json +78 -78
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
148
|
+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/bulk/results.ts)_
|
|
149
149
|
|
|
150
150
|
## `sf data create file`
|
|
151
151
|
|
|
@@ -194,7 +194,7 @@ EXAMPLES
|
|
|
194
194
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
197
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/create/file.ts)_
|
|
198
198
|
|
|
199
199
|
## `sf data create record`
|
|
200
200
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
TracedEntityId=01p17000000R6bLAAS"
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
253
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/create/record.ts)_
|
|
254
254
|
|
|
255
255
|
## `sf data delete bulk`
|
|
256
256
|
|
|
@@ -310,7 +310,7 @@ FLAG DESCRIPTIONS
|
|
|
310
310
|
and can be enabled only by a system administrator.
|
|
311
311
|
```
|
|
312
312
|
|
|
313
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
313
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/delete/bulk.ts)_
|
|
314
314
|
|
|
315
315
|
## `sf data delete record`
|
|
316
316
|
|
|
@@ -371,7 +371,7 @@ EXAMPLES
|
|
|
371
371
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
374
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/delete/record.ts)_
|
|
375
375
|
|
|
376
376
|
## `sf data delete resume`
|
|
377
377
|
|
|
@@ -410,7 +410,7 @@ EXAMPLES
|
|
|
410
410
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
411
411
|
```
|
|
412
412
|
|
|
413
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
413
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/delete/resume.ts)_
|
|
414
414
|
|
|
415
415
|
## `sf data export bulk`
|
|
416
416
|
|
|
@@ -484,7 +484,7 @@ EXAMPLES
|
|
|
484
484
|
--result-format json --async
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
487
|
+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/export/bulk.ts)_
|
|
488
488
|
|
|
489
489
|
## `sf data export resume`
|
|
490
490
|
|
|
@@ -520,7 +520,7 @@ EXAMPLES
|
|
|
520
520
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
523
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/export/resume.ts)_
|
|
524
524
|
|
|
525
525
|
## `sf data export tree`
|
|
526
526
|
|
|
@@ -580,7 +580,7 @@ EXAMPLES
|
|
|
580
580
|
my-scratch
|
|
581
581
|
```
|
|
582
582
|
|
|
583
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
583
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/export/tree.ts)_
|
|
584
584
|
|
|
585
585
|
## `sf data get record`
|
|
586
586
|
|
|
@@ -644,7 +644,7 @@ EXAMPLES
|
|
|
644
644
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
645
645
|
```
|
|
646
646
|
|
|
647
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
647
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/get/record.ts)_
|
|
648
648
|
|
|
649
649
|
## `sf data import bulk`
|
|
650
650
|
|
|
@@ -702,7 +702,7 @@ EXAMPLES
|
|
|
702
702
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
703
703
|
```
|
|
704
704
|
|
|
705
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
705
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/import/bulk.ts)_
|
|
706
706
|
|
|
707
707
|
## `sf data import resume`
|
|
708
708
|
|
|
@@ -738,7 +738,7 @@ EXAMPLES
|
|
|
738
738
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
739
739
|
```
|
|
740
740
|
|
|
741
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
741
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/import/resume.ts)_
|
|
742
742
|
|
|
743
743
|
## `sf data import tree`
|
|
744
744
|
|
|
@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
|
|
|
802
802
|
- files(array) - Files: An array of files paths to load
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
805
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/import/tree.ts)_
|
|
806
806
|
|
|
807
807
|
## `sf data query`
|
|
808
808
|
|
|
@@ -868,7 +868,7 @@ EXAMPLES
|
|
|
868
868
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
871
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/query.ts)_
|
|
872
872
|
|
|
873
873
|
## `sf data query resume`
|
|
874
874
|
|
|
@@ -905,7 +905,7 @@ EXAMPLES
|
|
|
905
905
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
906
906
|
```
|
|
907
907
|
|
|
908
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
908
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/query/resume.ts)_
|
|
909
909
|
|
|
910
910
|
## `sf data resume`
|
|
911
911
|
|
|
@@ -942,7 +942,7 @@ EXAMPLES
|
|
|
942
942
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
943
943
|
```
|
|
944
944
|
|
|
945
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
945
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/resume.ts)_
|
|
946
946
|
|
|
947
947
|
## `sf data search`
|
|
948
948
|
|
|
@@ -992,7 +992,7 @@ EXAMPLES
|
|
|
992
992
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
993
993
|
```
|
|
994
994
|
|
|
995
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
995
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/search.ts)_
|
|
996
996
|
|
|
997
997
|
## `sf data update bulk`
|
|
998
998
|
|
|
@@ -1053,7 +1053,7 @@ EXAMPLES
|
|
|
1053
1053
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
1054
1054
|
```
|
|
1055
1055
|
|
|
1056
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1056
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/update/bulk.ts)_
|
|
1057
1057
|
|
|
1058
1058
|
## `sf data update record`
|
|
1059
1059
|
|
|
@@ -1115,7 +1115,7 @@ EXAMPLES
|
|
|
1115
1115
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1118
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/update/record.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
## `sf data update resume`
|
|
1121
1121
|
|
|
@@ -1151,7 +1151,7 @@ EXAMPLES
|
|
|
1151
1151
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
1152
1152
|
```
|
|
1153
1153
|
|
|
1154
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1154
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/update/resume.ts)_
|
|
1155
1155
|
|
|
1156
1156
|
## `sf data upsert bulk`
|
|
1157
1157
|
|
|
@@ -1208,7 +1208,7 @@ EXAMPLES
|
|
|
1208
1208
|
my-scratch
|
|
1209
1209
|
```
|
|
1210
1210
|
|
|
1211
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1211
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/upsert/bulk.ts)_
|
|
1212
1212
|
|
|
1213
1213
|
## `sf data upsert resume`
|
|
1214
1214
|
|
|
@@ -1247,7 +1247,7 @@ EXAMPLES
|
|
|
1247
1247
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1248
1248
|
```
|
|
1249
1249
|
|
|
1250
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1250
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/data/upsert/resume.ts)_
|
|
1251
1251
|
|
|
1252
1252
|
## `sf force data bulk delete`
|
|
1253
1253
|
|
|
@@ -1294,7 +1294,7 @@ EXAMPLES
|
|
|
1294
1294
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1295
1295
|
```
|
|
1296
1296
|
|
|
1297
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1297
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/force/data/bulk/delete.ts)_
|
|
1298
1298
|
|
|
1299
1299
|
## `sf force data bulk status`
|
|
1300
1300
|
|
|
@@ -1331,7 +1331,7 @@ EXAMPLES
|
|
|
1331
1331
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1332
1332
|
```
|
|
1333
1333
|
|
|
1334
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1334
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/force/data/bulk/status.ts)_
|
|
1335
1335
|
|
|
1336
1336
|
## `sf force data bulk upsert`
|
|
1337
1337
|
|
|
@@ -1389,6 +1389,6 @@ EXAMPLES
|
|
|
1389
1389
|
--target-org my-scratch
|
|
1390
1390
|
```
|
|
1391
1391
|
|
|
1392
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1392
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.23/src/commands/force/data/bulk/upsert.ts)_
|
|
1393
1393
|
|
|
1394
1394
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -441,6 +441,83 @@
|
|
|
441
441
|
"search:data"
|
|
442
442
|
]
|
|
443
443
|
},
|
|
444
|
+
"data:bulk:results": {
|
|
445
|
+
"aliases": [],
|
|
446
|
+
"args": {},
|
|
447
|
+
"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.",
|
|
448
|
+
"examples": [
|
|
449
|
+
"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"
|
|
450
|
+
],
|
|
451
|
+
"flags": {
|
|
452
|
+
"json": {
|
|
453
|
+
"description": "Format output as json.",
|
|
454
|
+
"helpGroup": "GLOBAL",
|
|
455
|
+
"name": "json",
|
|
456
|
+
"allowNo": false,
|
|
457
|
+
"type": "boolean"
|
|
458
|
+
},
|
|
459
|
+
"flags-dir": {
|
|
460
|
+
"helpGroup": "GLOBAL",
|
|
461
|
+
"name": "flags-dir",
|
|
462
|
+
"summary": "Import flag values from a directory.",
|
|
463
|
+
"hasDynamicHelp": false,
|
|
464
|
+
"multiple": false,
|
|
465
|
+
"type": "option"
|
|
466
|
+
},
|
|
467
|
+
"job-id": {
|
|
468
|
+
"char": "i",
|
|
469
|
+
"name": "job-id",
|
|
470
|
+
"required": true,
|
|
471
|
+
"summary": "Job ID of the bulk job.",
|
|
472
|
+
"hasDynamicHelp": false,
|
|
473
|
+
"multiple": false,
|
|
474
|
+
"type": "option"
|
|
475
|
+
},
|
|
476
|
+
"target-org": {
|
|
477
|
+
"char": "o",
|
|
478
|
+
"name": "target-org",
|
|
479
|
+
"noCacheDefault": true,
|
|
480
|
+
"required": true,
|
|
481
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
482
|
+
"hasDynamicHelp": true,
|
|
483
|
+
"multiple": false,
|
|
484
|
+
"type": "option"
|
|
485
|
+
},
|
|
486
|
+
"api-version": {
|
|
487
|
+
"description": "Override the api version used for api requests made by this command",
|
|
488
|
+
"name": "api-version",
|
|
489
|
+
"hasDynamicHelp": false,
|
|
490
|
+
"multiple": false,
|
|
491
|
+
"type": "option"
|
|
492
|
+
}
|
|
493
|
+
},
|
|
494
|
+
"hasDynamicHelp": true,
|
|
495
|
+
"hiddenAliases": [],
|
|
496
|
+
"id": "data:bulk:results",
|
|
497
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
498
|
+
"pluginName": "@salesforce/plugin-data",
|
|
499
|
+
"pluginType": "core",
|
|
500
|
+
"strict": true,
|
|
501
|
+
"summary": "Get the results of a bulk ingest job that you previously ran.",
|
|
502
|
+
"enableJsonFlag": true,
|
|
503
|
+
"isESM": true,
|
|
504
|
+
"relativePath": [
|
|
505
|
+
"lib",
|
|
506
|
+
"commands",
|
|
507
|
+
"data",
|
|
508
|
+
"bulk",
|
|
509
|
+
"results.js"
|
|
510
|
+
],
|
|
511
|
+
"aliasPermutations": [],
|
|
512
|
+
"permutations": [
|
|
513
|
+
"data:bulk:results",
|
|
514
|
+
"bulk:data:results",
|
|
515
|
+
"bulk:results:data",
|
|
516
|
+
"data:results:bulk",
|
|
517
|
+
"results:data:bulk",
|
|
518
|
+
"results:bulk:data"
|
|
519
|
+
]
|
|
520
|
+
},
|
|
444
521
|
"data:create:file": {
|
|
445
522
|
"aliases": [],
|
|
446
523
|
"args": {},
|
|
@@ -698,83 +775,6 @@
|
|
|
698
775
|
"record:create:data"
|
|
699
776
|
]
|
|
700
777
|
},
|
|
701
|
-
"data:bulk:results": {
|
|
702
|
-
"aliases": [],
|
|
703
|
-
"args": {},
|
|
704
|
-
"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.",
|
|
705
|
-
"examples": [
|
|
706
|
-
"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"
|
|
707
|
-
],
|
|
708
|
-
"flags": {
|
|
709
|
-
"json": {
|
|
710
|
-
"description": "Format output as json.",
|
|
711
|
-
"helpGroup": "GLOBAL",
|
|
712
|
-
"name": "json",
|
|
713
|
-
"allowNo": false,
|
|
714
|
-
"type": "boolean"
|
|
715
|
-
},
|
|
716
|
-
"flags-dir": {
|
|
717
|
-
"helpGroup": "GLOBAL",
|
|
718
|
-
"name": "flags-dir",
|
|
719
|
-
"summary": "Import flag values from a directory.",
|
|
720
|
-
"hasDynamicHelp": false,
|
|
721
|
-
"multiple": false,
|
|
722
|
-
"type": "option"
|
|
723
|
-
},
|
|
724
|
-
"job-id": {
|
|
725
|
-
"char": "i",
|
|
726
|
-
"name": "job-id",
|
|
727
|
-
"required": true,
|
|
728
|
-
"summary": "Job ID of the bulk job.",
|
|
729
|
-
"hasDynamicHelp": false,
|
|
730
|
-
"multiple": false,
|
|
731
|
-
"type": "option"
|
|
732
|
-
},
|
|
733
|
-
"target-org": {
|
|
734
|
-
"char": "o",
|
|
735
|
-
"name": "target-org",
|
|
736
|
-
"noCacheDefault": true,
|
|
737
|
-
"required": true,
|
|
738
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
739
|
-
"hasDynamicHelp": true,
|
|
740
|
-
"multiple": false,
|
|
741
|
-
"type": "option"
|
|
742
|
-
},
|
|
743
|
-
"api-version": {
|
|
744
|
-
"description": "Override the api version used for api requests made by this command",
|
|
745
|
-
"name": "api-version",
|
|
746
|
-
"hasDynamicHelp": false,
|
|
747
|
-
"multiple": false,
|
|
748
|
-
"type": "option"
|
|
749
|
-
}
|
|
750
|
-
},
|
|
751
|
-
"hasDynamicHelp": true,
|
|
752
|
-
"hiddenAliases": [],
|
|
753
|
-
"id": "data:bulk:results",
|
|
754
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
755
|
-
"pluginName": "@salesforce/plugin-data",
|
|
756
|
-
"pluginType": "core",
|
|
757
|
-
"strict": true,
|
|
758
|
-
"summary": "Get the results of a bulk ingest job that you previously ran.",
|
|
759
|
-
"enableJsonFlag": true,
|
|
760
|
-
"isESM": true,
|
|
761
|
-
"relativePath": [
|
|
762
|
-
"lib",
|
|
763
|
-
"commands",
|
|
764
|
-
"data",
|
|
765
|
-
"bulk",
|
|
766
|
-
"results.js"
|
|
767
|
-
],
|
|
768
|
-
"aliasPermutations": [],
|
|
769
|
-
"permutations": [
|
|
770
|
-
"data:bulk:results",
|
|
771
|
-
"bulk:data:results",
|
|
772
|
-
"bulk:results:data",
|
|
773
|
-
"data:results:bulk",
|
|
774
|
-
"results:data:bulk",
|
|
775
|
-
"results:bulk:data"
|
|
776
|
-
]
|
|
777
|
-
},
|
|
778
778
|
"data:delete:bulk": {
|
|
779
779
|
"aliases": [],
|
|
780
780
|
"args": {},
|
|
@@ -3517,5 +3517,5 @@
|
|
|
3517
3517
|
]
|
|
3518
3518
|
}
|
|
3519
3519
|
},
|
|
3520
|
-
"version": "4.0.
|
|
3520
|
+
"version": "4.0.23"
|
|
3521
3521
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.23",
|
|
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
|
},
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"@jsforce/jsforce-node": "^3.6.6",
|
|
123
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
123
|
+
"@oclif/multi-stage-output": "^0.8.12",
|
|
124
124
|
"@salesforce/core": "^8.8.5",
|
|
125
125
|
"@salesforce/kit": "^3.2.2",
|
|
126
126
|
"@salesforce/sf-plugins-core": "^12.1.4",
|
|
@@ -266,7 +266,7 @@
|
|
|
266
266
|
"exports": "./lib/index.js",
|
|
267
267
|
"type": "module",
|
|
268
268
|
"sfdx": {
|
|
269
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.
|
|
270
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.
|
|
269
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.23.crt",
|
|
270
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.23.sig"
|
|
271
271
|
}
|
|
272
272
|
}
|