@salesforce/plugin-data 4.0.16 → 4.0.18
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 +251 -251
- package/package.json +14 -14
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.18/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.18/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.18/src/commands/data/create/record.ts)_
|
|
254
254
|
|
|
255
255
|
## `sf data delete bulk`
|
|
256
256
|
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
|
311
311
|
and can be enabled only by a system administrator.
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
314
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/delete/bulk.ts)_
|
|
315
315
|
|
|
316
316
|
## `sf data delete record`
|
|
317
317
|
|
|
@@ -372,7 +372,7 @@ EXAMPLES
|
|
|
372
372
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
375
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/delete/record.ts)_
|
|
376
376
|
|
|
377
377
|
## `sf data delete resume`
|
|
378
378
|
|
|
@@ -411,7 +411,7 @@ EXAMPLES
|
|
|
411
411
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
414
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/delete/resume.ts)_
|
|
415
415
|
|
|
416
416
|
## `sf data export bulk`
|
|
417
417
|
|
|
@@ -485,7 +485,7 @@ EXAMPLES
|
|
|
485
485
|
--result-format json --async
|
|
486
486
|
```
|
|
487
487
|
|
|
488
|
-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
488
|
+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/export/bulk.ts)_
|
|
489
489
|
|
|
490
490
|
## `sf data export resume`
|
|
491
491
|
|
|
@@ -521,7 +521,7 @@ EXAMPLES
|
|
|
521
521
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
524
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/export/resume.ts)_
|
|
525
525
|
|
|
526
526
|
## `sf data export tree`
|
|
527
527
|
|
|
@@ -581,7 +581,7 @@ EXAMPLES
|
|
|
581
581
|
my-scratch
|
|
582
582
|
```
|
|
583
583
|
|
|
584
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
584
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/export/tree.ts)_
|
|
585
585
|
|
|
586
586
|
## `sf data get record`
|
|
587
587
|
|
|
@@ -645,7 +645,7 @@ EXAMPLES
|
|
|
645
645
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
648
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/get/record.ts)_
|
|
649
649
|
|
|
650
650
|
## `sf data import bulk`
|
|
651
651
|
|
|
@@ -703,7 +703,7 @@ EXAMPLES
|
|
|
703
703
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
704
704
|
```
|
|
705
705
|
|
|
706
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
706
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/import/bulk.ts)_
|
|
707
707
|
|
|
708
708
|
## `sf data import resume`
|
|
709
709
|
|
|
@@ -739,7 +739,7 @@ EXAMPLES
|
|
|
739
739
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
740
740
|
```
|
|
741
741
|
|
|
742
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
742
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/import/resume.ts)_
|
|
743
743
|
|
|
744
744
|
## `sf data import tree`
|
|
745
745
|
|
|
@@ -803,7 +803,7 @@ FLAG DESCRIPTIONS
|
|
|
803
803
|
- files(array) - Files: An array of files paths to load
|
|
804
804
|
```
|
|
805
805
|
|
|
806
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
806
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/import/tree.ts)_
|
|
807
807
|
|
|
808
808
|
## `sf data query`
|
|
809
809
|
|
|
@@ -869,7 +869,7 @@ EXAMPLES
|
|
|
869
869
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
870
870
|
```
|
|
871
871
|
|
|
872
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
872
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/query.ts)_
|
|
873
873
|
|
|
874
874
|
## `sf data query resume`
|
|
875
875
|
|
|
@@ -906,7 +906,7 @@ EXAMPLES
|
|
|
906
906
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
907
907
|
```
|
|
908
908
|
|
|
909
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
909
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/query/resume.ts)_
|
|
910
910
|
|
|
911
911
|
## `sf data resume`
|
|
912
912
|
|
|
@@ -943,7 +943,7 @@ EXAMPLES
|
|
|
943
943
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
944
944
|
```
|
|
945
945
|
|
|
946
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
946
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/resume.ts)_
|
|
947
947
|
|
|
948
948
|
## `sf data search`
|
|
949
949
|
|
|
@@ -993,7 +993,7 @@ EXAMPLES
|
|
|
993
993
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
994
994
|
```
|
|
995
995
|
|
|
996
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
996
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/search.ts)_
|
|
997
997
|
|
|
998
998
|
## `sf data update bulk`
|
|
999
999
|
|
|
@@ -1054,7 +1054,7 @@ EXAMPLES
|
|
|
1054
1054
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
1055
1055
|
```
|
|
1056
1056
|
|
|
1057
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1057
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/update/bulk.ts)_
|
|
1058
1058
|
|
|
1059
1059
|
## `sf data update record`
|
|
1060
1060
|
|
|
@@ -1116,7 +1116,7 @@ EXAMPLES
|
|
|
1116
1116
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1117
1117
|
```
|
|
1118
1118
|
|
|
1119
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1119
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/update/record.ts)_
|
|
1120
1120
|
|
|
1121
1121
|
## `sf data update resume`
|
|
1122
1122
|
|
|
@@ -1152,7 +1152,7 @@ EXAMPLES
|
|
|
1152
1152
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
1153
1153
|
```
|
|
1154
1154
|
|
|
1155
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1155
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/update/resume.ts)_
|
|
1156
1156
|
|
|
1157
1157
|
## `sf data upsert bulk`
|
|
1158
1158
|
|
|
@@ -1211,7 +1211,7 @@ EXAMPLES
|
|
|
1211
1211
|
my-scratch
|
|
1212
1212
|
```
|
|
1213
1213
|
|
|
1214
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1214
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/upsert/bulk.ts)_
|
|
1215
1215
|
|
|
1216
1216
|
## `sf data upsert resume`
|
|
1217
1217
|
|
|
@@ -1250,7 +1250,7 @@ EXAMPLES
|
|
|
1250
1250
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1251
1251
|
```
|
|
1252
1252
|
|
|
1253
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1253
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/data/upsert/resume.ts)_
|
|
1254
1254
|
|
|
1255
1255
|
## `sf force data bulk delete`
|
|
1256
1256
|
|
|
@@ -1297,7 +1297,7 @@ EXAMPLES
|
|
|
1297
1297
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1298
1298
|
```
|
|
1299
1299
|
|
|
1300
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1300
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/force/data/bulk/delete.ts)_
|
|
1301
1301
|
|
|
1302
1302
|
## `sf force data bulk status`
|
|
1303
1303
|
|
|
@@ -1334,7 +1334,7 @@ EXAMPLES
|
|
|
1334
1334
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1335
1335
|
```
|
|
1336
1336
|
|
|
1337
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1337
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/force/data/bulk/status.ts)_
|
|
1338
1338
|
|
|
1339
1339
|
## `sf force data bulk upsert`
|
|
1340
1340
|
|
|
@@ -1392,6 +1392,6 @@ EXAMPLES
|
|
|
1392
1392
|
--target-org my-scratch
|
|
1393
1393
|
```
|
|
1394
1394
|
|
|
1395
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1395
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.18/src/commands/force/data/bulk/upsert.ts)_
|
|
1396
1396
|
|
|
1397
1397
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -441,83 +441,6 @@
|
|
|
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
|
-
},
|
|
521
444
|
"data:create:file": {
|
|
522
445
|
"aliases": [],
|
|
523
446
|
"args": {},
|
|
@@ -775,6 +698,83 @@
|
|
|
775
698
|
"record:create:data"
|
|
776
699
|
]
|
|
777
700
|
},
|
|
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": {},
|
|
@@ -1639,6 +1639,179 @@
|
|
|
1639
1639
|
"tree:export:data"
|
|
1640
1640
|
]
|
|
1641
1641
|
},
|
|
1642
|
+
"data:get:record": {
|
|
1643
|
+
"aliases": [
|
|
1644
|
+
"force:data:record:get"
|
|
1645
|
+
],
|
|
1646
|
+
"args": {},
|
|
1647
|
+
"deprecateAliases": true,
|
|
1648
|
+
"description": "Specify the record you want to retrieve 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 command fails; the error displays how many records were found.\n\nWhen specifying field-value pairs, 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\nThe command displays all the record's fields and their values, one field per terminal line. Fields with no values are displayed as \"null\".\n\nThis command retrieves a record from Salesforce objects by default. Use the --use-tooling-api flag to retrieve from a Tooling API object.",
|
|
1649
|
+
"examples": [
|
|
1650
|
+
"Retrieve and display a record from Account with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 00180XX",
|
|
1651
|
+
"Retrieve a record from Account whose name equals \"Acme\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name=Acme\"",
|
|
1652
|
+
"Retrieve a record from Account identified with two field values, one that contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Universal Containers' Phone='(123) 456-7890'\" --target-org myscratch",
|
|
1653
|
+
"Retrieve a record from the Tooling API object TraceFlag with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --record-id 7tf8c"
|
|
1654
|
+
],
|
|
1655
|
+
"flags": {
|
|
1656
|
+
"json": {
|
|
1657
|
+
"description": "Format output as json.",
|
|
1658
|
+
"helpGroup": "GLOBAL",
|
|
1659
|
+
"name": "json",
|
|
1660
|
+
"allowNo": false,
|
|
1661
|
+
"type": "boolean"
|
|
1662
|
+
},
|
|
1663
|
+
"flags-dir": {
|
|
1664
|
+
"helpGroup": "GLOBAL",
|
|
1665
|
+
"name": "flags-dir",
|
|
1666
|
+
"summary": "Import flag values from a directory.",
|
|
1667
|
+
"hasDynamicHelp": false,
|
|
1668
|
+
"multiple": false,
|
|
1669
|
+
"type": "option"
|
|
1670
|
+
},
|
|
1671
|
+
"target-org": {
|
|
1672
|
+
"aliases": [
|
|
1673
|
+
"targetusername",
|
|
1674
|
+
"u"
|
|
1675
|
+
],
|
|
1676
|
+
"char": "o",
|
|
1677
|
+
"deprecateAliases": true,
|
|
1678
|
+
"name": "target-org",
|
|
1679
|
+
"noCacheDefault": true,
|
|
1680
|
+
"required": true,
|
|
1681
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1682
|
+
"hasDynamicHelp": true,
|
|
1683
|
+
"multiple": false,
|
|
1684
|
+
"type": "option"
|
|
1685
|
+
},
|
|
1686
|
+
"api-version": {
|
|
1687
|
+
"aliases": [
|
|
1688
|
+
"apiversion"
|
|
1689
|
+
],
|
|
1690
|
+
"deprecateAliases": true,
|
|
1691
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1692
|
+
"name": "api-version",
|
|
1693
|
+
"hasDynamicHelp": false,
|
|
1694
|
+
"multiple": false,
|
|
1695
|
+
"type": "option"
|
|
1696
|
+
},
|
|
1697
|
+
"loglevel": {
|
|
1698
|
+
"deprecated": {
|
|
1699
|
+
"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."
|
|
1700
|
+
},
|
|
1701
|
+
"hidden": true,
|
|
1702
|
+
"name": "loglevel",
|
|
1703
|
+
"hasDynamicHelp": false,
|
|
1704
|
+
"multiple": false,
|
|
1705
|
+
"type": "option"
|
|
1706
|
+
},
|
|
1707
|
+
"sobject": {
|
|
1708
|
+
"aliases": [
|
|
1709
|
+
"sobjecttype"
|
|
1710
|
+
],
|
|
1711
|
+
"char": "s",
|
|
1712
|
+
"deprecateAliases": true,
|
|
1713
|
+
"name": "sobject",
|
|
1714
|
+
"required": true,
|
|
1715
|
+
"summary": "API name of the Salesforce or Tooling API object that you're retrieving a record from.",
|
|
1716
|
+
"hasDynamicHelp": false,
|
|
1717
|
+
"multiple": false,
|
|
1718
|
+
"type": "option"
|
|
1719
|
+
},
|
|
1720
|
+
"record-id": {
|
|
1721
|
+
"aliases": [
|
|
1722
|
+
"sobjectid"
|
|
1723
|
+
],
|
|
1724
|
+
"char": "i",
|
|
1725
|
+
"deprecateAliases": true,
|
|
1726
|
+
"name": "record-id",
|
|
1727
|
+
"summary": "ID of the record you’re retrieving.",
|
|
1728
|
+
"hasDynamicHelp": false,
|
|
1729
|
+
"multiple": false,
|
|
1730
|
+
"type": "option"
|
|
1731
|
+
},
|
|
1732
|
+
"where": {
|
|
1733
|
+
"char": "w",
|
|
1734
|
+
"name": "where",
|
|
1735
|
+
"summary": "List of <fieldName>=<value> pairs that identify the record you want to display.",
|
|
1736
|
+
"hasDynamicHelp": false,
|
|
1737
|
+
"multiple": false,
|
|
1738
|
+
"type": "option"
|
|
1739
|
+
},
|
|
1740
|
+
"use-tooling-api": {
|
|
1741
|
+
"aliases": [
|
|
1742
|
+
"usetoolingapi"
|
|
1743
|
+
],
|
|
1744
|
+
"char": "t",
|
|
1745
|
+
"deprecateAliases": true,
|
|
1746
|
+
"name": "use-tooling-api",
|
|
1747
|
+
"summary": "Use Tooling API so you can retrieve a record from a Tooling API object.",
|
|
1748
|
+
"allowNo": false,
|
|
1749
|
+
"type": "boolean"
|
|
1750
|
+
},
|
|
1751
|
+
"perflog": {
|
|
1752
|
+
"deprecated": {
|
|
1753
|
+
"version": "57"
|
|
1754
|
+
},
|
|
1755
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
1756
|
+
"hidden": true,
|
|
1757
|
+
"name": "perflog",
|
|
1758
|
+
"summary": "Get API performance data.",
|
|
1759
|
+
"allowNo": false,
|
|
1760
|
+
"type": "boolean"
|
|
1761
|
+
}
|
|
1762
|
+
},
|
|
1763
|
+
"hasDynamicHelp": true,
|
|
1764
|
+
"hiddenAliases": [],
|
|
1765
|
+
"id": "data:get:record",
|
|
1766
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
1767
|
+
"pluginName": "@salesforce/plugin-data",
|
|
1768
|
+
"pluginType": "core",
|
|
1769
|
+
"strict": true,
|
|
1770
|
+
"summary": "Retrieve and display a single record of a Salesforce or Tooling API object.",
|
|
1771
|
+
"enableJsonFlag": true,
|
|
1772
|
+
"isESM": true,
|
|
1773
|
+
"relativePath": [
|
|
1774
|
+
"lib",
|
|
1775
|
+
"commands",
|
|
1776
|
+
"data",
|
|
1777
|
+
"get",
|
|
1778
|
+
"record.js"
|
|
1779
|
+
],
|
|
1780
|
+
"aliasPermutations": [
|
|
1781
|
+
"force:data:record:get",
|
|
1782
|
+
"data:force:record:get",
|
|
1783
|
+
"data:record:force:get",
|
|
1784
|
+
"data:record:get:force",
|
|
1785
|
+
"force:record:data:get",
|
|
1786
|
+
"record:force:data:get",
|
|
1787
|
+
"record:data:force:get",
|
|
1788
|
+
"record:data:get:force",
|
|
1789
|
+
"force:record:get:data",
|
|
1790
|
+
"record:force:get:data",
|
|
1791
|
+
"record:get:force:data",
|
|
1792
|
+
"record:get:data:force",
|
|
1793
|
+
"force:data:get:record",
|
|
1794
|
+
"data:force:get:record",
|
|
1795
|
+
"data:get:force:record",
|
|
1796
|
+
"data:get:record:force",
|
|
1797
|
+
"force:get:data:record",
|
|
1798
|
+
"get:force:data:record",
|
|
1799
|
+
"get:data:force:record",
|
|
1800
|
+
"get:data:record:force",
|
|
1801
|
+
"force:get:record:data",
|
|
1802
|
+
"get:force:record:data",
|
|
1803
|
+
"get:record:force:data",
|
|
1804
|
+
"get:record:data:force"
|
|
1805
|
+
],
|
|
1806
|
+
"permutations": [
|
|
1807
|
+
"data:get:record",
|
|
1808
|
+
"get:data:record",
|
|
1809
|
+
"get:record:data",
|
|
1810
|
+
"data:record:get",
|
|
1811
|
+
"record:data:get",
|
|
1812
|
+
"record:get:data"
|
|
1813
|
+
]
|
|
1814
|
+
},
|
|
1642
1815
|
"data:import:bulk": {
|
|
1643
1816
|
"aliases": [],
|
|
1644
1817
|
"args": {},
|
|
@@ -1989,179 +2162,6 @@
|
|
|
1989
2162
|
"tree:import:data"
|
|
1990
2163
|
]
|
|
1991
2164
|
},
|
|
1992
|
-
"data:get:record": {
|
|
1993
|
-
"aliases": [
|
|
1994
|
-
"force:data:record:get"
|
|
1995
|
-
],
|
|
1996
|
-
"args": {},
|
|
1997
|
-
"deprecateAliases": true,
|
|
1998
|
-
"description": "Specify the record you want to retrieve 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 command fails; the error displays how many records were found.\n\nWhen specifying field-value pairs, 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\nThe command displays all the record's fields and their values, one field per terminal line. Fields with no values are displayed as \"null\".\n\nThis command retrieves a record from Salesforce objects by default. Use the --use-tooling-api flag to retrieve from a Tooling API object.",
|
|
1999
|
-
"examples": [
|
|
2000
|
-
"Retrieve and display a record from Account with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 00180XX",
|
|
2001
|
-
"Retrieve a record from Account whose name equals \"Acme\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name=Acme\"",
|
|
2002
|
-
"Retrieve a record from Account identified with two field values, one that contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Universal Containers' Phone='(123) 456-7890'\" --target-org myscratch",
|
|
2003
|
-
"Retrieve a record from the Tooling API object TraceFlag with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --record-id 7tf8c"
|
|
2004
|
-
],
|
|
2005
|
-
"flags": {
|
|
2006
|
-
"json": {
|
|
2007
|
-
"description": "Format output as json.",
|
|
2008
|
-
"helpGroup": "GLOBAL",
|
|
2009
|
-
"name": "json",
|
|
2010
|
-
"allowNo": false,
|
|
2011
|
-
"type": "boolean"
|
|
2012
|
-
},
|
|
2013
|
-
"flags-dir": {
|
|
2014
|
-
"helpGroup": "GLOBAL",
|
|
2015
|
-
"name": "flags-dir",
|
|
2016
|
-
"summary": "Import flag values from a directory.",
|
|
2017
|
-
"hasDynamicHelp": false,
|
|
2018
|
-
"multiple": false,
|
|
2019
|
-
"type": "option"
|
|
2020
|
-
},
|
|
2021
|
-
"target-org": {
|
|
2022
|
-
"aliases": [
|
|
2023
|
-
"targetusername",
|
|
2024
|
-
"u"
|
|
2025
|
-
],
|
|
2026
|
-
"char": "o",
|
|
2027
|
-
"deprecateAliases": true,
|
|
2028
|
-
"name": "target-org",
|
|
2029
|
-
"noCacheDefault": true,
|
|
2030
|
-
"required": true,
|
|
2031
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2032
|
-
"hasDynamicHelp": true,
|
|
2033
|
-
"multiple": false,
|
|
2034
|
-
"type": "option"
|
|
2035
|
-
},
|
|
2036
|
-
"api-version": {
|
|
2037
|
-
"aliases": [
|
|
2038
|
-
"apiversion"
|
|
2039
|
-
],
|
|
2040
|
-
"deprecateAliases": true,
|
|
2041
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2042
|
-
"name": "api-version",
|
|
2043
|
-
"hasDynamicHelp": false,
|
|
2044
|
-
"multiple": false,
|
|
2045
|
-
"type": "option"
|
|
2046
|
-
},
|
|
2047
|
-
"loglevel": {
|
|
2048
|
-
"deprecated": {
|
|
2049
|
-
"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."
|
|
2050
|
-
},
|
|
2051
|
-
"hidden": true,
|
|
2052
|
-
"name": "loglevel",
|
|
2053
|
-
"hasDynamicHelp": false,
|
|
2054
|
-
"multiple": false,
|
|
2055
|
-
"type": "option"
|
|
2056
|
-
},
|
|
2057
|
-
"sobject": {
|
|
2058
|
-
"aliases": [
|
|
2059
|
-
"sobjecttype"
|
|
2060
|
-
],
|
|
2061
|
-
"char": "s",
|
|
2062
|
-
"deprecateAliases": true,
|
|
2063
|
-
"name": "sobject",
|
|
2064
|
-
"required": true,
|
|
2065
|
-
"summary": "API name of the Salesforce or Tooling API object that you're retrieving a record from.",
|
|
2066
|
-
"hasDynamicHelp": false,
|
|
2067
|
-
"multiple": false,
|
|
2068
|
-
"type": "option"
|
|
2069
|
-
},
|
|
2070
|
-
"record-id": {
|
|
2071
|
-
"aliases": [
|
|
2072
|
-
"sobjectid"
|
|
2073
|
-
],
|
|
2074
|
-
"char": "i",
|
|
2075
|
-
"deprecateAliases": true,
|
|
2076
|
-
"name": "record-id",
|
|
2077
|
-
"summary": "ID of the record you’re retrieving.",
|
|
2078
|
-
"hasDynamicHelp": false,
|
|
2079
|
-
"multiple": false,
|
|
2080
|
-
"type": "option"
|
|
2081
|
-
},
|
|
2082
|
-
"where": {
|
|
2083
|
-
"char": "w",
|
|
2084
|
-
"name": "where",
|
|
2085
|
-
"summary": "List of <fieldName>=<value> pairs that identify the record you want to display.",
|
|
2086
|
-
"hasDynamicHelp": false,
|
|
2087
|
-
"multiple": false,
|
|
2088
|
-
"type": "option"
|
|
2089
|
-
},
|
|
2090
|
-
"use-tooling-api": {
|
|
2091
|
-
"aliases": [
|
|
2092
|
-
"usetoolingapi"
|
|
2093
|
-
],
|
|
2094
|
-
"char": "t",
|
|
2095
|
-
"deprecateAliases": true,
|
|
2096
|
-
"name": "use-tooling-api",
|
|
2097
|
-
"summary": "Use Tooling API so you can retrieve a record from a Tooling API object.",
|
|
2098
|
-
"allowNo": false,
|
|
2099
|
-
"type": "boolean"
|
|
2100
|
-
},
|
|
2101
|
-
"perflog": {
|
|
2102
|
-
"deprecated": {
|
|
2103
|
-
"version": "57"
|
|
2104
|
-
},
|
|
2105
|
-
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
2106
|
-
"hidden": true,
|
|
2107
|
-
"name": "perflog",
|
|
2108
|
-
"summary": "Get API performance data.",
|
|
2109
|
-
"allowNo": false,
|
|
2110
|
-
"type": "boolean"
|
|
2111
|
-
}
|
|
2112
|
-
},
|
|
2113
|
-
"hasDynamicHelp": true,
|
|
2114
|
-
"hiddenAliases": [],
|
|
2115
|
-
"id": "data:get:record",
|
|
2116
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
2117
|
-
"pluginName": "@salesforce/plugin-data",
|
|
2118
|
-
"pluginType": "core",
|
|
2119
|
-
"strict": true,
|
|
2120
|
-
"summary": "Retrieve and display a single record of a Salesforce or Tooling API object.",
|
|
2121
|
-
"enableJsonFlag": true,
|
|
2122
|
-
"isESM": true,
|
|
2123
|
-
"relativePath": [
|
|
2124
|
-
"lib",
|
|
2125
|
-
"commands",
|
|
2126
|
-
"data",
|
|
2127
|
-
"get",
|
|
2128
|
-
"record.js"
|
|
2129
|
-
],
|
|
2130
|
-
"aliasPermutations": [
|
|
2131
|
-
"force:data:record:get",
|
|
2132
|
-
"data:force:record:get",
|
|
2133
|
-
"data:record:force:get",
|
|
2134
|
-
"data:record:get:force",
|
|
2135
|
-
"force:record:data:get",
|
|
2136
|
-
"record:force:data:get",
|
|
2137
|
-
"record:data:force:get",
|
|
2138
|
-
"record:data:get:force",
|
|
2139
|
-
"force:record:get:data",
|
|
2140
|
-
"record:force:get:data",
|
|
2141
|
-
"record:get:force:data",
|
|
2142
|
-
"record:get:data:force",
|
|
2143
|
-
"force:data:get:record",
|
|
2144
|
-
"data:force:get:record",
|
|
2145
|
-
"data:get:force:record",
|
|
2146
|
-
"data:get:record:force",
|
|
2147
|
-
"force:get:data:record",
|
|
2148
|
-
"get:force:data:record",
|
|
2149
|
-
"get:data:force:record",
|
|
2150
|
-
"get:data:record:force",
|
|
2151
|
-
"force:get:record:data",
|
|
2152
|
-
"get:force:record:data",
|
|
2153
|
-
"get:record:force:data",
|
|
2154
|
-
"get:record:data:force"
|
|
2155
|
-
],
|
|
2156
|
-
"permutations": [
|
|
2157
|
-
"data:get:record",
|
|
2158
|
-
"get:data:record",
|
|
2159
|
-
"get:record:data",
|
|
2160
|
-
"data:record:get",
|
|
2161
|
-
"record:data:get",
|
|
2162
|
-
"record:get:data"
|
|
2163
|
-
]
|
|
2164
|
-
},
|
|
2165
2165
|
"data:query:resume": {
|
|
2166
2166
|
"aliases": [
|
|
2167
2167
|
"force:data:soql:bulk:report"
|
|
@@ -3535,5 +3535,5 @@
|
|
|
3535
3535
|
]
|
|
3536
3536
|
}
|
|
3537
3537
|
},
|
|
3538
|
-
"version": "4.0.
|
|
3538
|
+
"version": "4.0.18"
|
|
3539
3539
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.18",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -105,15 +105,15 @@
|
|
|
105
105
|
"prepare": "sf-install",
|
|
106
106
|
"test": "wireit",
|
|
107
107
|
"test:nuts": "nyc mocha \"./test/**/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
108
|
-
"test:nuts:bulk:import": "nyc mocha \"./test/commands/data/import/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
109
108
|
"test:nuts:bulk:export": "nyc mocha \"./test/commands/data/export/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
109
|
+
"test:nuts:bulk:import": "nyc mocha \"./test/commands/data/import/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
110
110
|
"test:nuts:bulk:update": "nyc mocha \"./test/commands/data/update/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
111
|
-
"test:nuts:data:
|
|
111
|
+
"test:nuts:data:bulk-upsert-delete": "nyc mocha \"./test/commands/data/dataBulk.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
112
|
+
"test:nuts:data:create": "nyc mocha \"./test/commands/data/create/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
112
113
|
"test:nuts:data:query": "nyc mocha \"./test/commands/data/query/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
113
114
|
"test:nuts:data:record": "nyc mocha \"./test/commands/data/record/dataRecord.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
114
115
|
"test:nuts:data:search": "nyc mocha \"./test/commands/data/search.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
115
|
-
"test:nuts:data:
|
|
116
|
-
"test:nuts:data:bulk-upsert-delete": "nyc mocha \"./test/commands/data/dataBulk.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
116
|
+
"test:nuts:data:tree": "nyc mocha \"./test/commands/data/tree/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
117
117
|
"test:nuts:force:data:bulk-upsert-delete-status": "nyc mocha \"./test/commands/force/data/bulk/dataBulk.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
118
118
|
"test:only": "wireit",
|
|
119
119
|
"version": "oclif readme"
|
|
@@ -121,7 +121,7 @@
|
|
|
121
121
|
"dependencies": {
|
|
122
122
|
"@jsforce/jsforce-node": "^3.6.5",
|
|
123
123
|
"@oclif/multi-stage-output": "^0.8.7",
|
|
124
|
-
"@salesforce/core": "^8.8.
|
|
124
|
+
"@salesforce/core": "^8.8.5",
|
|
125
125
|
"@salesforce/kit": "^3.2.2",
|
|
126
126
|
"@salesforce/sf-plugins-core": "^12.1.4",
|
|
127
127
|
"@salesforce/ts-types": "^2.0.11",
|
|
@@ -129,18 +129,18 @@
|
|
|
129
129
|
"change-case": "^5.4.4",
|
|
130
130
|
"csv-parse": "^5.6.0",
|
|
131
131
|
"csv-stringify": "^6.5.2",
|
|
132
|
-
"form-data": "^4.0.
|
|
132
|
+
"form-data": "^4.0.2",
|
|
133
133
|
"terminal-link": "^3.0.0"
|
|
134
134
|
},
|
|
135
135
|
"devDependencies": {
|
|
136
|
-
"@oclif/core": "^4.2.
|
|
137
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
136
|
+
"@oclif/core": "^4.2.8",
|
|
137
|
+
"@oclif/plugin-command-snapshot": "^5.2.36",
|
|
138
138
|
"@oclif/test": "^4.1.11",
|
|
139
139
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
140
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
140
|
+
"@salesforce/dev-scripts": "^10.2.12",
|
|
141
141
|
"@salesforce/plugin-command-reference": "^3.1.38",
|
|
142
142
|
"@salesforce/types": "^1.3.0",
|
|
143
|
-
"eslint-plugin-sf-plugin": "^1.20.
|
|
143
|
+
"eslint-plugin-sf-plugin": "^1.20.15",
|
|
144
144
|
"oclif": "^4.17.28",
|
|
145
145
|
"ts-node": "^10.9.2",
|
|
146
146
|
"typescript": "^5.7.3"
|
|
@@ -254,7 +254,7 @@
|
|
|
254
254
|
"output": []
|
|
255
255
|
},
|
|
256
256
|
"link-check": {
|
|
257
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
257
|
+
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|my.salesforce.com|localhost|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
258
258
|
"files": [
|
|
259
259
|
"./*.md",
|
|
260
260
|
"./!(CHANGELOG).md",
|
|
@@ -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.18.crt",
|
|
270
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.18.sig"
|
|
271
271
|
}
|
|
272
272
|
}
|