@salesforce/plugin-data 3.13.9 → 4.0.4
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 -27
- package/lib/batcher.js +12 -14
- package/lib/batcher.js.map +1 -1
- package/lib/commands/data/export/tree.js +1 -4
- package/lib/commands/data/export/tree.js.map +1 -1
- package/lib/commands/data/import/tree.js +1 -1
- package/lib/commands/data/import/tree.js.map +1 -1
- package/lib/export.js +0 -11
- package/lib/export.js.map +1 -1
- package/lib/types.js.map +1 -1
- package/messages/batcher.md +1 -1
- package/messages/importApi.md +0 -46
- package/messages/tree.export.md +0 -8
- package/oclif.manifest.json +5 -371
- package/package.json +12 -11
- package/lib/api/data/tree/importApi.js +0 -358
- package/lib/api/data/tree/importApi.js.map +0 -1
- package/lib/commands/data/export/legacy/tree.js +0 -58
- package/lib/commands/data/export/legacy/tree.js.map +0 -1
- package/lib/commands/data/import/legacy/tree.js +0 -84
- package/lib/commands/data/import/legacy/tree.js.map +0 -1
- package/messages/tree.import.legacy.md +0 -60
package/oclif.manifest.json
CHANGED
|
@@ -1488,8 +1488,7 @@
|
|
|
1488
1488
|
},
|
|
1489
1489
|
"data:export:tree": {
|
|
1490
1490
|
"aliases": [
|
|
1491
|
-
"force:data:tree:export"
|
|
1492
|
-
"data:export:beta:tree"
|
|
1491
|
+
"force:data:tree:export"
|
|
1493
1492
|
],
|
|
1494
1493
|
"args": {},
|
|
1495
1494
|
"deprecateAliases": true,
|
|
@@ -1629,31 +1628,7 @@
|
|
|
1629
1628
|
"force:export:tree:data",
|
|
1630
1629
|
"export:force:tree:data",
|
|
1631
1630
|
"export:tree:force:data",
|
|
1632
|
-
"export:tree:data:force"
|
|
1633
|
-
"data:export:beta:tree",
|
|
1634
|
-
"export:data:beta:tree",
|
|
1635
|
-
"export:beta:data:tree",
|
|
1636
|
-
"export:beta:tree:data",
|
|
1637
|
-
"data:beta:export:tree",
|
|
1638
|
-
"beta:data:export:tree",
|
|
1639
|
-
"beta:export:data:tree",
|
|
1640
|
-
"beta:export:tree:data",
|
|
1641
|
-
"data:beta:tree:export",
|
|
1642
|
-
"beta:data:tree:export",
|
|
1643
|
-
"beta:tree:data:export",
|
|
1644
|
-
"beta:tree:export:data",
|
|
1645
|
-
"data:export:tree:beta",
|
|
1646
|
-
"export:data:tree:beta",
|
|
1647
|
-
"export:tree:data:beta",
|
|
1648
|
-
"export:tree:beta:data",
|
|
1649
|
-
"data:tree:export:beta",
|
|
1650
|
-
"tree:data:export:beta",
|
|
1651
|
-
"tree:export:data:beta",
|
|
1652
|
-
"tree:export:beta:data",
|
|
1653
|
-
"data:tree:beta:export",
|
|
1654
|
-
"tree:data:beta:export",
|
|
1655
|
-
"tree:beta:data:export",
|
|
1656
|
-
"tree:beta:export:data"
|
|
1631
|
+
"export:tree:data:force"
|
|
1657
1632
|
],
|
|
1658
1633
|
"permutations": [
|
|
1659
1634
|
"data:export:tree",
|
|
@@ -2051,8 +2026,7 @@
|
|
|
2051
2026
|
},
|
|
2052
2027
|
"data:import:tree": {
|
|
2053
2028
|
"aliases": [
|
|
2054
|
-
"force:data:tree:import"
|
|
2055
|
-
"data:import:beta:tree"
|
|
2029
|
+
"force:data:tree:import"
|
|
2056
2030
|
],
|
|
2057
2031
|
"args": {},
|
|
2058
2032
|
"deprecateAliases": true,
|
|
@@ -2177,31 +2151,7 @@
|
|
|
2177
2151
|
"force:import:tree:data",
|
|
2178
2152
|
"import:force:tree:data",
|
|
2179
2153
|
"import:tree:force:data",
|
|
2180
|
-
"import:tree:data:force"
|
|
2181
|
-
"data:import:beta:tree",
|
|
2182
|
-
"import:data:beta:tree",
|
|
2183
|
-
"import:beta:data:tree",
|
|
2184
|
-
"import:beta:tree:data",
|
|
2185
|
-
"data:beta:import:tree",
|
|
2186
|
-
"beta:data:import:tree",
|
|
2187
|
-
"beta:import:data:tree",
|
|
2188
|
-
"beta:import:tree:data",
|
|
2189
|
-
"data:beta:tree:import",
|
|
2190
|
-
"beta:data:tree:import",
|
|
2191
|
-
"beta:tree:data:import",
|
|
2192
|
-
"beta:tree:import:data",
|
|
2193
|
-
"data:import:tree:beta",
|
|
2194
|
-
"import:data:tree:beta",
|
|
2195
|
-
"import:tree:data:beta",
|
|
2196
|
-
"import:tree:beta:data",
|
|
2197
|
-
"data:tree:import:beta",
|
|
2198
|
-
"tree:data:import:beta",
|
|
2199
|
-
"tree:import:data:beta",
|
|
2200
|
-
"tree:import:beta:data",
|
|
2201
|
-
"data:tree:beta:import",
|
|
2202
|
-
"tree:data:beta:import",
|
|
2203
|
-
"tree:beta:data:import",
|
|
2204
|
-
"tree:beta:import:data"
|
|
2154
|
+
"import:tree:data:force"
|
|
2205
2155
|
],
|
|
2206
2156
|
"permutations": [
|
|
2207
2157
|
"data:import:tree",
|
|
@@ -3148,322 +3098,6 @@
|
|
|
3148
3098
|
"resume:upsert:data"
|
|
3149
3099
|
]
|
|
3150
3100
|
},
|
|
3151
|
-
"data:export:legacy:tree": {
|
|
3152
|
-
"aliases": [],
|
|
3153
|
-
"args": {},
|
|
3154
|
-
"deprecationOptions": {
|
|
3155
|
-
"to": "data tree export",
|
|
3156
|
-
"message": "Starting on Nov 10, 2024, this command will no longer be available. Use `data export tree` instead."
|
|
3157
|
-
},
|
|
3158
|
-
"description": "Specify a SOQL query, either directly at the command line or read from a file, to retrieve the data you want to export. The exported data is written to JSON files in sObject tree format, which is a collection of nested, parent-child records with a single root record. Use these JSON files to import data into an org with the \"<%= config.bin %> data import tree\" command.\n\nIf your SOQL query references multiple objects, the command generates a single JSON file by default. You can specify the --plan flag to generate separate JSON files for each object and a plan definition file that aggregates them. You then specify just this plan definition file when you import the data into an org.\n\nThe SOQL query can return a maximum of 2,000 records. For more information, see the REST API Developer Guide. (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm).",
|
|
3159
|
-
"examples": [
|
|
3160
|
-
"Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command uses your default org:\n<%= config.bin %> <%= command.id %> --query \"SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM Broker__c\"",
|
|
3161
|
-
"Export data using a SOQL query in the \"query.txt\" file and generate JSON files for each object and a plan that aggregates them:\n<%= config.bin %> <%= command.id %> --query query.txt --plan",
|
|
3162
|
-
"Prepend \"export-demo\" before each generated file and generate the files in the \"export-out\" directory; run the command on the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --query query.txt --plan --prefix export-demo --output-dir export-out --target-org my-scratch"
|
|
3163
|
-
],
|
|
3164
|
-
"flags": {
|
|
3165
|
-
"json": {
|
|
3166
|
-
"description": "Format output as json.",
|
|
3167
|
-
"helpGroup": "GLOBAL",
|
|
3168
|
-
"name": "json",
|
|
3169
|
-
"allowNo": false,
|
|
3170
|
-
"type": "boolean"
|
|
3171
|
-
},
|
|
3172
|
-
"flags-dir": {
|
|
3173
|
-
"helpGroup": "GLOBAL",
|
|
3174
|
-
"name": "flags-dir",
|
|
3175
|
-
"summary": "Import flag values from a directory.",
|
|
3176
|
-
"hasDynamicHelp": false,
|
|
3177
|
-
"multiple": false,
|
|
3178
|
-
"type": "option"
|
|
3179
|
-
},
|
|
3180
|
-
"target-org": {
|
|
3181
|
-
"aliases": [
|
|
3182
|
-
"targetusername",
|
|
3183
|
-
"u"
|
|
3184
|
-
],
|
|
3185
|
-
"char": "o",
|
|
3186
|
-
"deprecateAliases": true,
|
|
3187
|
-
"name": "target-org",
|
|
3188
|
-
"noCacheDefault": true,
|
|
3189
|
-
"required": true,
|
|
3190
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3191
|
-
"hasDynamicHelp": true,
|
|
3192
|
-
"multiple": false,
|
|
3193
|
-
"type": "option"
|
|
3194
|
-
},
|
|
3195
|
-
"api-version": {
|
|
3196
|
-
"aliases": [
|
|
3197
|
-
"apiversion"
|
|
3198
|
-
],
|
|
3199
|
-
"deprecateAliases": true,
|
|
3200
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3201
|
-
"name": "api-version",
|
|
3202
|
-
"hasDynamicHelp": false,
|
|
3203
|
-
"multiple": false,
|
|
3204
|
-
"type": "option"
|
|
3205
|
-
},
|
|
3206
|
-
"loglevel": {
|
|
3207
|
-
"deprecated": {
|
|
3208
|
-
"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."
|
|
3209
|
-
},
|
|
3210
|
-
"hidden": true,
|
|
3211
|
-
"name": "loglevel",
|
|
3212
|
-
"hasDynamicHelp": false,
|
|
3213
|
-
"multiple": false,
|
|
3214
|
-
"type": "option"
|
|
3215
|
-
},
|
|
3216
|
-
"query": {
|
|
3217
|
-
"char": "q",
|
|
3218
|
-
"name": "query",
|
|
3219
|
-
"required": true,
|
|
3220
|
-
"summary": "SOQL query, or filepath of a file that contains the query, to retrieve records.",
|
|
3221
|
-
"hasDynamicHelp": false,
|
|
3222
|
-
"multiple": false,
|
|
3223
|
-
"type": "option"
|
|
3224
|
-
},
|
|
3225
|
-
"plan": {
|
|
3226
|
-
"char": "p",
|
|
3227
|
-
"name": "plan",
|
|
3228
|
-
"summary": "Generate multiple sObject tree files and a plan definition file for aggregated import.",
|
|
3229
|
-
"allowNo": false,
|
|
3230
|
-
"type": "boolean"
|
|
3231
|
-
},
|
|
3232
|
-
"prefix": {
|
|
3233
|
-
"char": "x",
|
|
3234
|
-
"name": "prefix",
|
|
3235
|
-
"summary": "Prefix of generated files.",
|
|
3236
|
-
"hasDynamicHelp": false,
|
|
3237
|
-
"multiple": false,
|
|
3238
|
-
"type": "option"
|
|
3239
|
-
},
|
|
3240
|
-
"output-dir": {
|
|
3241
|
-
"aliases": [
|
|
3242
|
-
"outputdir"
|
|
3243
|
-
],
|
|
3244
|
-
"char": "d",
|
|
3245
|
-
"deprecateAliases": true,
|
|
3246
|
-
"name": "output-dir",
|
|
3247
|
-
"summary": "Directory in which to generate the JSON files; default is current directory.",
|
|
3248
|
-
"hasDynamicHelp": false,
|
|
3249
|
-
"multiple": false,
|
|
3250
|
-
"type": "option"
|
|
3251
|
-
}
|
|
3252
|
-
},
|
|
3253
|
-
"hasDynamicHelp": true,
|
|
3254
|
-
"hidden": true,
|
|
3255
|
-
"hiddenAliases": [],
|
|
3256
|
-
"id": "data:export:legacy:tree",
|
|
3257
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
3258
|
-
"pluginName": "@salesforce/plugin-data",
|
|
3259
|
-
"pluginType": "core",
|
|
3260
|
-
"state": "deprecated",
|
|
3261
|
-
"strict": true,
|
|
3262
|
-
"summary": "Export data from an org into one or more JSON files.",
|
|
3263
|
-
"enableJsonFlag": true,
|
|
3264
|
-
"isESM": true,
|
|
3265
|
-
"relativePath": [
|
|
3266
|
-
"lib",
|
|
3267
|
-
"commands",
|
|
3268
|
-
"data",
|
|
3269
|
-
"export",
|
|
3270
|
-
"legacy",
|
|
3271
|
-
"tree.js"
|
|
3272
|
-
],
|
|
3273
|
-
"aliasPermutations": [],
|
|
3274
|
-
"permutations": [
|
|
3275
|
-
"data:export:legacy:tree",
|
|
3276
|
-
"export:data:legacy:tree",
|
|
3277
|
-
"export:legacy:data:tree",
|
|
3278
|
-
"export:legacy:tree:data",
|
|
3279
|
-
"data:legacy:export:tree",
|
|
3280
|
-
"legacy:data:export:tree",
|
|
3281
|
-
"legacy:export:data:tree",
|
|
3282
|
-
"legacy:export:tree:data",
|
|
3283
|
-
"data:legacy:tree:export",
|
|
3284
|
-
"legacy:data:tree:export",
|
|
3285
|
-
"legacy:tree:data:export",
|
|
3286
|
-
"legacy:tree:export:data",
|
|
3287
|
-
"data:export:tree:legacy",
|
|
3288
|
-
"export:data:tree:legacy",
|
|
3289
|
-
"export:tree:data:legacy",
|
|
3290
|
-
"export:tree:legacy:data",
|
|
3291
|
-
"data:tree:export:legacy",
|
|
3292
|
-
"tree:data:export:legacy",
|
|
3293
|
-
"tree:export:data:legacy",
|
|
3294
|
-
"tree:export:legacy:data",
|
|
3295
|
-
"data:tree:legacy:export",
|
|
3296
|
-
"tree:data:legacy:export",
|
|
3297
|
-
"tree:legacy:data:export",
|
|
3298
|
-
"tree:legacy:export:data"
|
|
3299
|
-
]
|
|
3300
|
-
},
|
|
3301
|
-
"data:import:legacy:tree": {
|
|
3302
|
-
"aliases": [],
|
|
3303
|
-
"args": {},
|
|
3304
|
-
"deprecationOptions": {
|
|
3305
|
-
"message": "After Nov 10, 2024, this command will no longer be available. Use `data export tree`."
|
|
3306
|
-
},
|
|
3307
|
-
"description": "The JSON files that contain the data are in sObject tree format, which is a collection of nested, parent-child records with a single root record. Use the \"<%= config.bin %> data export tree\" command to generate these JSON files.\n\nIf you used the --plan flag when exporting the data to generate a plan definition file, use the --plan flag to reference the file when you import. If you're not using a plan, use the --files flag to list the files. If you specify multiple JSON files that depend on each other in a parent-child relationship, be sure you list them in the correct order.\n\nThe sObject Tree API supports requests that contain up to 200 records. For more information, see the REST API Developer Guide. (https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm)",
|
|
3308
|
-
"examples": [
|
|
3309
|
-
"Import the records contained in two JSON files into the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --files Contact.json,Account.json --target-org my-scratch",
|
|
3310
|
-
"Import records using a plan definition file into your default org:\n<%= config.bin %> <%= command.id %> --plan Account-Contact-plan.json"
|
|
3311
|
-
],
|
|
3312
|
-
"flags": {
|
|
3313
|
-
"json": {
|
|
3314
|
-
"description": "Format output as json.",
|
|
3315
|
-
"helpGroup": "GLOBAL",
|
|
3316
|
-
"name": "json",
|
|
3317
|
-
"allowNo": false,
|
|
3318
|
-
"type": "boolean"
|
|
3319
|
-
},
|
|
3320
|
-
"flags-dir": {
|
|
3321
|
-
"helpGroup": "GLOBAL",
|
|
3322
|
-
"name": "flags-dir",
|
|
3323
|
-
"summary": "Import flag values from a directory.",
|
|
3324
|
-
"hasDynamicHelp": false,
|
|
3325
|
-
"multiple": false,
|
|
3326
|
-
"type": "option"
|
|
3327
|
-
},
|
|
3328
|
-
"target-org": {
|
|
3329
|
-
"aliases": [
|
|
3330
|
-
"targetusername",
|
|
3331
|
-
"u"
|
|
3332
|
-
],
|
|
3333
|
-
"char": "o",
|
|
3334
|
-
"deprecateAliases": true,
|
|
3335
|
-
"name": "target-org",
|
|
3336
|
-
"noCacheDefault": true,
|
|
3337
|
-
"required": true,
|
|
3338
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
3339
|
-
"hasDynamicHelp": true,
|
|
3340
|
-
"multiple": false,
|
|
3341
|
-
"type": "option"
|
|
3342
|
-
},
|
|
3343
|
-
"api-version": {
|
|
3344
|
-
"aliases": [
|
|
3345
|
-
"apiversion"
|
|
3346
|
-
],
|
|
3347
|
-
"deprecateAliases": true,
|
|
3348
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3349
|
-
"name": "api-version",
|
|
3350
|
-
"hasDynamicHelp": false,
|
|
3351
|
-
"multiple": false,
|
|
3352
|
-
"type": "option"
|
|
3353
|
-
},
|
|
3354
|
-
"loglevel": {
|
|
3355
|
-
"deprecated": {
|
|
3356
|
-
"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."
|
|
3357
|
-
},
|
|
3358
|
-
"hidden": true,
|
|
3359
|
-
"name": "loglevel",
|
|
3360
|
-
"hasDynamicHelp": false,
|
|
3361
|
-
"multiple": false,
|
|
3362
|
-
"type": "option"
|
|
3363
|
-
},
|
|
3364
|
-
"files": {
|
|
3365
|
-
"aliases": [
|
|
3366
|
-
"sobjecttreefiles"
|
|
3367
|
-
],
|
|
3368
|
-
"char": "f",
|
|
3369
|
-
"deprecateAliases": true,
|
|
3370
|
-
"exclusive": [
|
|
3371
|
-
"plan"
|
|
3372
|
-
],
|
|
3373
|
-
"name": "files",
|
|
3374
|
-
"summary": "Comma-separated and in-order JSON files that contain the records, in sObject tree format, that you want to insert.",
|
|
3375
|
-
"delimiter": ",",
|
|
3376
|
-
"hasDynamicHelp": false,
|
|
3377
|
-
"multiple": true,
|
|
3378
|
-
"type": "option"
|
|
3379
|
-
},
|
|
3380
|
-
"plan": {
|
|
3381
|
-
"char": "p",
|
|
3382
|
-
"name": "plan",
|
|
3383
|
-
"summary": "Plan definition file to insert multiple data files.",
|
|
3384
|
-
"hasDynamicHelp": false,
|
|
3385
|
-
"multiple": false,
|
|
3386
|
-
"type": "option"
|
|
3387
|
-
},
|
|
3388
|
-
"content-type": {
|
|
3389
|
-
"aliases": [
|
|
3390
|
-
"contenttype"
|
|
3391
|
-
],
|
|
3392
|
-
"char": "c",
|
|
3393
|
-
"deprecateAliases": true,
|
|
3394
|
-
"deprecated": {
|
|
3395
|
-
"message": "The `config-type` flag is deprecated and will be moved to a `legacy` command after July 10, 2024. It will be completely removed after Nov 10, 2024. Use the new `data tree beta import` command."
|
|
3396
|
-
},
|
|
3397
|
-
"hidden": true,
|
|
3398
|
-
"name": "content-type",
|
|
3399
|
-
"summary": "Content type of import files if their extention is not .json.",
|
|
3400
|
-
"hasDynamicHelp": false,
|
|
3401
|
-
"multiple": false,
|
|
3402
|
-
"type": "option"
|
|
3403
|
-
},
|
|
3404
|
-
"config-help": {
|
|
3405
|
-
"aliases": [
|
|
3406
|
-
"confighelp"
|
|
3407
|
-
],
|
|
3408
|
-
"deprecateAliases": true,
|
|
3409
|
-
"deprecated": {
|
|
3410
|
-
"message": "The `config-help` flag is deprecated and will be moved to a `legacy` command after July 10, 2024. It will be completely removed after Nov 10, 2024. Use the new `data tree beta import` command."
|
|
3411
|
-
},
|
|
3412
|
-
"hidden": true,
|
|
3413
|
-
"name": "config-help",
|
|
3414
|
-
"summary": "Display schema information for the --plan configuration file to stdout; if you specify this flag, all other flags except --json are ignored.",
|
|
3415
|
-
"allowNo": false,
|
|
3416
|
-
"type": "boolean"
|
|
3417
|
-
}
|
|
3418
|
-
},
|
|
3419
|
-
"hasDynamicHelp": true,
|
|
3420
|
-
"hidden": true,
|
|
3421
|
-
"hiddenAliases": [],
|
|
3422
|
-
"id": "data:import:legacy:tree",
|
|
3423
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
3424
|
-
"pluginName": "@salesforce/plugin-data",
|
|
3425
|
-
"pluginType": "core",
|
|
3426
|
-
"state": "deprecated",
|
|
3427
|
-
"strict": true,
|
|
3428
|
-
"summary": "Import data from one or more JSON files into an org.",
|
|
3429
|
-
"enableJsonFlag": true,
|
|
3430
|
-
"isESM": true,
|
|
3431
|
-
"relativePath": [
|
|
3432
|
-
"lib",
|
|
3433
|
-
"commands",
|
|
3434
|
-
"data",
|
|
3435
|
-
"import",
|
|
3436
|
-
"legacy",
|
|
3437
|
-
"tree.js"
|
|
3438
|
-
],
|
|
3439
|
-
"aliasPermutations": [],
|
|
3440
|
-
"permutations": [
|
|
3441
|
-
"data:import:legacy:tree",
|
|
3442
|
-
"import:data:legacy:tree",
|
|
3443
|
-
"import:legacy:data:tree",
|
|
3444
|
-
"import:legacy:tree:data",
|
|
3445
|
-
"data:legacy:import:tree",
|
|
3446
|
-
"legacy:data:import:tree",
|
|
3447
|
-
"legacy:import:data:tree",
|
|
3448
|
-
"legacy:import:tree:data",
|
|
3449
|
-
"data:legacy:tree:import",
|
|
3450
|
-
"legacy:data:tree:import",
|
|
3451
|
-
"legacy:tree:data:import",
|
|
3452
|
-
"legacy:tree:import:data",
|
|
3453
|
-
"data:import:tree:legacy",
|
|
3454
|
-
"import:data:tree:legacy",
|
|
3455
|
-
"import:tree:data:legacy",
|
|
3456
|
-
"import:tree:legacy:data",
|
|
3457
|
-
"data:tree:import:legacy",
|
|
3458
|
-
"tree:data:import:legacy",
|
|
3459
|
-
"tree:import:data:legacy",
|
|
3460
|
-
"tree:import:legacy:data",
|
|
3461
|
-
"data:tree:legacy:import",
|
|
3462
|
-
"tree:data:legacy:import",
|
|
3463
|
-
"tree:legacy:data:import",
|
|
3464
|
-
"tree:legacy:import:data"
|
|
3465
|
-
]
|
|
3466
|
-
},
|
|
3467
3101
|
"force:data:bulk:delete": {
|
|
3468
3102
|
"aliases": [],
|
|
3469
3103
|
"args": {},
|
|
@@ -3901,5 +3535,5 @@
|
|
|
3901
3535
|
]
|
|
3902
3536
|
}
|
|
3903
3537
|
},
|
|
3904
|
-
"version": "
|
|
3538
|
+
"version": "4.0.4"
|
|
3905
3539
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "4.0.4",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -114,15 +114,16 @@
|
|
|
114
114
|
"test:nuts:data:search": "nyc mocha \"./test/commands/data/search.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
115
115
|
"test:nuts:data:create": "nyc mocha \"./test/commands/data/create/*.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
116
116
|
"test:nuts:data:bulk-upsert-delete": "nyc mocha \"./test/commands/data/dataBulk.nut.ts\" --slow 4500 --timeout 600000 --parallel --jobs 20",
|
|
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",
|
|
117
118
|
"test:only": "wireit",
|
|
118
119
|
"version": "oclif readme"
|
|
119
120
|
},
|
|
120
121
|
"dependencies": {
|
|
121
|
-
"@jsforce/jsforce-node": "^3.6.
|
|
122
|
-
"@oclif/multi-stage-output": "^0.8.
|
|
122
|
+
"@jsforce/jsforce-node": "^3.6.4",
|
|
123
|
+
"@oclif/multi-stage-output": "^0.8.5",
|
|
123
124
|
"@salesforce/core": "^8.6.1",
|
|
124
125
|
"@salesforce/kit": "^3.2.2",
|
|
125
|
-
"@salesforce/sf-plugins-core": "^12.1.
|
|
126
|
+
"@salesforce/sf-plugins-core": "^12.1.2",
|
|
126
127
|
"@salesforce/ts-types": "^2.0.11",
|
|
127
128
|
"ansis": "^3.6.0",
|
|
128
129
|
"change-case": "^5.4.4",
|
|
@@ -132,17 +133,17 @@
|
|
|
132
133
|
"terminal-link": "^3.0.0"
|
|
133
134
|
},
|
|
134
135
|
"devDependencies": {
|
|
135
|
-
"@oclif/core": "^4.2.
|
|
136
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
137
|
-
"@oclif/test": "^4.1.
|
|
136
|
+
"@oclif/core": "^4.2.3",
|
|
137
|
+
"@oclif/plugin-command-snapshot": "^5.2.26",
|
|
138
|
+
"@oclif/test": "^4.1.6",
|
|
138
139
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
139
140
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
140
141
|
"@salesforce/plugin-command-reference": "^3.1.38",
|
|
141
142
|
"@salesforce/types": "^1.3.0",
|
|
142
143
|
"eslint-plugin-sf-plugin": "^1.20.13",
|
|
143
|
-
"oclif": "^4.17.
|
|
144
|
+
"oclif": "^4.17.10",
|
|
144
145
|
"ts-node": "^10.9.2",
|
|
145
|
-
"typescript": "^5.7.
|
|
146
|
+
"typescript": "^5.7.3"
|
|
146
147
|
},
|
|
147
148
|
"resolutions": {
|
|
148
149
|
"@jsforce/jsforce-node/node-fetch/whatwg-url": "^14.0.0"
|
|
@@ -265,7 +266,7 @@
|
|
|
265
266
|
"exports": "./lib/index.js",
|
|
266
267
|
"type": "module",
|
|
267
268
|
"sfdx": {
|
|
268
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/
|
|
269
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/
|
|
269
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.4.crt",
|
|
270
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.4.sig"
|
|
270
271
|
}
|
|
271
272
|
}
|