@salesforce/plugin-data 4.0.20 → 4.0.21
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 +27 -30
- package/lib/bulkIngest.js +1 -29
- package/lib/bulkIngest.js.map +1 -1
- package/lib/commands/data/delete/bulk.js +0 -1
- package/lib/commands/data/delete/bulk.js.map +1 -1
- package/lib/commands/data/import/bulk.js +0 -1
- package/lib/commands/data/import/bulk.js.map +1 -1
- package/lib/commands/data/update/bulk.js +0 -1
- package/lib/commands/data/update/bulk.js.map +1 -1
- package/lib/commands/data/upsert/bulk.js +0 -1
- package/lib/commands/data/upsert/bulk.js.map +1 -1
- package/messages/bulkIngest.md +0 -4
- package/oclif.manifest.json +313 -331
- package/package.json +3 -3
package/oclif.manifest.json
CHANGED
|
@@ -883,15 +883,6 @@
|
|
|
883
883
|
"allowNo": false,
|
|
884
884
|
"type": "boolean"
|
|
885
885
|
},
|
|
886
|
-
"verbose": {
|
|
887
|
-
"deprecated": {
|
|
888
|
-
"message": "The --verbose flag is deprecated and will be removed after March 2025, use \"sf data bulk results\" to get job results instead."
|
|
889
|
-
},
|
|
890
|
-
"name": "verbose",
|
|
891
|
-
"summary": "Print verbose output of failed records if result is available.",
|
|
892
|
-
"allowNo": false,
|
|
893
|
-
"type": "boolean"
|
|
894
|
-
},
|
|
895
886
|
"line-ending": {
|
|
896
887
|
"dependsOn": [
|
|
897
888
|
"file"
|
|
@@ -2412,13 +2403,13 @@
|
|
|
2412
2403
|
"resume:query:data"
|
|
2413
2404
|
]
|
|
2414
2405
|
},
|
|
2415
|
-
"data:
|
|
2406
|
+
"data:upsert:bulk": {
|
|
2416
2407
|
"aliases": [],
|
|
2417
2408
|
"args": {},
|
|
2418
|
-
"description": "
|
|
2409
|
+
"description": "An upsert refers to inserting a record into a Salesforce object if the record doesn't already exist, or updating it if it does exist.\n\nWhen you execute this command, it starts a job, displays the ID, and then immediately returns control of the terminal to you by default. If you prefer to wait, set the --wait flag to the number of minutes; if it times out, the command outputs the IDs. Use the job and batch IDs to check the status of the job with the \"<%= config.bin %> data upsert resume\" command.\n\nSee \"Prepare CSV Files\" in the Bulk API Developer Guide for details on formatting your CSV file. (https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_prepare_csv.htm)",
|
|
2419
2410
|
"examples": [
|
|
2420
|
-
"
|
|
2421
|
-
"
|
|
2411
|
+
"Bulk upsert records to the Contact object in your default org:\n<%= config.bin %> <%= command.id %> --sobject Contact --file files/contacts.csv --external-id Id",
|
|
2412
|
+
"Bulk upsert records to a custom object in an org with alias my-scratch and wait 5 minutes for the command to complete:\n<%= config.bin %> <%= command.id %> --sobject MyObject__c --file files/file.csv --external-id MyField__c --wait 5 --target-org my-scratch"
|
|
2422
2413
|
],
|
|
2423
2414
|
"flags": {
|
|
2424
2415
|
"json": {
|
|
@@ -2436,56 +2427,90 @@
|
|
|
2436
2427
|
"multiple": false,
|
|
2437
2428
|
"type": "option"
|
|
2438
2429
|
},
|
|
2439
|
-
"
|
|
2440
|
-
"
|
|
2441
|
-
|
|
2442
|
-
|
|
2443
|
-
|
|
2444
|
-
"
|
|
2445
|
-
|
|
2446
|
-
|
|
2447
|
-
"
|
|
2448
|
-
"
|
|
2449
|
-
"summary": "
|
|
2430
|
+
"target-org": {
|
|
2431
|
+
"aliases": [
|
|
2432
|
+
"targetusername",
|
|
2433
|
+
"u"
|
|
2434
|
+
],
|
|
2435
|
+
"char": "o",
|
|
2436
|
+
"deprecateAliases": true,
|
|
2437
|
+
"name": "target-org",
|
|
2438
|
+
"noCacheDefault": true,
|
|
2439
|
+
"required": true,
|
|
2440
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2450
2441
|
"hasDynamicHelp": true,
|
|
2451
2442
|
"multiple": false,
|
|
2452
2443
|
"type": "option"
|
|
2453
2444
|
},
|
|
2445
|
+
"api-version": {
|
|
2446
|
+
"aliases": [
|
|
2447
|
+
"apiversion"
|
|
2448
|
+
],
|
|
2449
|
+
"deprecateAliases": true,
|
|
2450
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2451
|
+
"name": "api-version",
|
|
2452
|
+
"hasDynamicHelp": false,
|
|
2453
|
+
"multiple": false,
|
|
2454
|
+
"type": "option"
|
|
2455
|
+
},
|
|
2456
|
+
"loglevel": {
|
|
2457
|
+
"deprecated": {
|
|
2458
|
+
"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."
|
|
2459
|
+
},
|
|
2460
|
+
"hidden": true,
|
|
2461
|
+
"name": "loglevel",
|
|
2462
|
+
"hasDynamicHelp": false,
|
|
2463
|
+
"multiple": false,
|
|
2464
|
+
"type": "option"
|
|
2465
|
+
},
|
|
2454
2466
|
"file": {
|
|
2467
|
+
"aliases": [
|
|
2468
|
+
"csvfile"
|
|
2469
|
+
],
|
|
2455
2470
|
"char": "f",
|
|
2471
|
+
"deprecateAliases": true,
|
|
2456
2472
|
"name": "file",
|
|
2457
2473
|
"required": true,
|
|
2458
|
-
"summary": "CSV file that contains the
|
|
2474
|
+
"summary": "CSV file that contains the IDs of the records to update or delete.",
|
|
2459
2475
|
"hasDynamicHelp": false,
|
|
2460
2476
|
"multiple": false,
|
|
2461
2477
|
"type": "option"
|
|
2462
2478
|
},
|
|
2463
2479
|
"sobject": {
|
|
2480
|
+
"aliases": [
|
|
2481
|
+
"sobjecttype"
|
|
2482
|
+
],
|
|
2464
2483
|
"char": "s",
|
|
2484
|
+
"deprecateAliases": true,
|
|
2465
2485
|
"name": "sobject",
|
|
2466
2486
|
"required": true,
|
|
2467
|
-
"summary": "API name of the Salesforce object, either standard or custom,
|
|
2468
|
-
"hasDynamicHelp": false,
|
|
2469
|
-
"multiple": false,
|
|
2470
|
-
"type": "option"
|
|
2471
|
-
},
|
|
2472
|
-
"api-version": {
|
|
2473
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2474
|
-
"name": "api-version",
|
|
2487
|
+
"summary": "API name of the Salesforce object, either standard or custom, that you want to update or delete records from.",
|
|
2475
2488
|
"hasDynamicHelp": false,
|
|
2476
2489
|
"multiple": false,
|
|
2477
2490
|
"type": "option"
|
|
2478
2491
|
},
|
|
2479
|
-
"
|
|
2480
|
-
"char": "
|
|
2481
|
-
"
|
|
2482
|
-
|
|
2483
|
-
|
|
2484
|
-
"
|
|
2492
|
+
"wait": {
|
|
2493
|
+
"char": "w",
|
|
2494
|
+
"exclusive": [
|
|
2495
|
+
"async"
|
|
2496
|
+
],
|
|
2497
|
+
"name": "wait",
|
|
2498
|
+
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
2499
|
+
"default": "0 minutes",
|
|
2485
2500
|
"hasDynamicHelp": true,
|
|
2486
2501
|
"multiple": false,
|
|
2487
2502
|
"type": "option"
|
|
2488
2503
|
},
|
|
2504
|
+
"async": {
|
|
2505
|
+
"char": "a",
|
|
2506
|
+
"exclusive": [
|
|
2507
|
+
"wait"
|
|
2508
|
+
],
|
|
2509
|
+
"name": "async",
|
|
2510
|
+
"summary": "Run the command asynchronously.",
|
|
2511
|
+
"allowNo": false,
|
|
2512
|
+
"type": "boolean"
|
|
2513
|
+
},
|
|
2489
2514
|
"line-ending": {
|
|
2490
2515
|
"dependsOn": [
|
|
2491
2516
|
"file"
|
|
@@ -2514,47 +2539,55 @@
|
|
|
2514
2539
|
"TAB"
|
|
2515
2540
|
],
|
|
2516
2541
|
"type": "option"
|
|
2542
|
+
},
|
|
2543
|
+
"external-id": {
|
|
2544
|
+
"aliases": [
|
|
2545
|
+
"externalid"
|
|
2546
|
+
],
|
|
2547
|
+
"char": "i",
|
|
2548
|
+
"deprecateAliases": true,
|
|
2549
|
+
"name": "external-id",
|
|
2550
|
+
"required": true,
|
|
2551
|
+
"summary": "Name of the external ID field, or the Id field.",
|
|
2552
|
+
"hasDynamicHelp": false,
|
|
2553
|
+
"multiple": false,
|
|
2554
|
+
"type": "option"
|
|
2517
2555
|
}
|
|
2518
2556
|
},
|
|
2519
2557
|
"hasDynamicHelp": true,
|
|
2520
2558
|
"hiddenAliases": [],
|
|
2521
|
-
"id": "data:
|
|
2559
|
+
"id": "data:upsert:bulk",
|
|
2522
2560
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2523
2561
|
"pluginName": "@salesforce/plugin-data",
|
|
2524
2562
|
"pluginType": "core",
|
|
2525
2563
|
"strict": true,
|
|
2526
|
-
"summary": "Bulk
|
|
2564
|
+
"summary": "Bulk upsert records to an org from a CSV file. Uses Bulk API 2.0.",
|
|
2527
2565
|
"enableJsonFlag": true,
|
|
2528
2566
|
"isESM": true,
|
|
2529
2567
|
"relativePath": [
|
|
2530
2568
|
"lib",
|
|
2531
2569
|
"commands",
|
|
2532
2570
|
"data",
|
|
2533
|
-
"
|
|
2571
|
+
"upsert",
|
|
2534
2572
|
"bulk.js"
|
|
2535
2573
|
],
|
|
2536
2574
|
"aliasPermutations": [],
|
|
2537
2575
|
"permutations": [
|
|
2538
|
-
"data:
|
|
2539
|
-
"
|
|
2540
|
-
"
|
|
2541
|
-
"data:bulk:
|
|
2542
|
-
"bulk:data:
|
|
2543
|
-
"bulk:
|
|
2576
|
+
"data:upsert:bulk",
|
|
2577
|
+
"upsert:data:bulk",
|
|
2578
|
+
"upsert:bulk:data",
|
|
2579
|
+
"data:bulk:upsert",
|
|
2580
|
+
"bulk:data:upsert",
|
|
2581
|
+
"bulk:upsert:data"
|
|
2544
2582
|
]
|
|
2545
2583
|
},
|
|
2546
|
-
"data:
|
|
2547
|
-
"aliases": [
|
|
2548
|
-
"force:data:record:update"
|
|
2549
|
-
],
|
|
2584
|
+
"data:upsert:resume": {
|
|
2585
|
+
"aliases": [],
|
|
2550
2586
|
"args": {},
|
|
2551
|
-
"
|
|
2552
|
-
"description": "Specify the record you want to update 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 update fails; the error displays how many records were found.\n\nWhen using field-value pairs for both identifying the record and specifiyng the new field values, 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\nThis command updates a record in Salesforce objects by default. Use the --use-tooling-api flag to update a Tooling API object.",
|
|
2587
|
+
"description": "The command uses the job ID returned from the \"<%= config.bin %> data upsert bulk\" command or the most recently-run bulk upsert job.",
|
|
2553
2588
|
"examples": [
|
|
2554
|
-
"
|
|
2555
|
-
"
|
|
2556
|
-
"Update the Name and Website fields of an Account record with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 001D0 --values \"Name='Acme III' Website=www.example.com\"",
|
|
2557
|
-
"Update the ExpirationDate field of a record of the Tooling API object TraceFlag using the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> -t --sobject TraceFlag --record-id 7tf170000009cUBAAY --values \"ExpirationDate=2017-12-01T00:58:04.000+0000\""
|
|
2589
|
+
"Resume a bulk upsert job from your default org using an ID:\n<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA",
|
|
2590
|
+
"Resume the most recently run bulk upsert job for an org with alias my-scratch:\n<%= config.bin %> <%= command.id %> --use-most-recent --target-org my-scratch"
|
|
2558
2591
|
],
|
|
2559
2592
|
"flags": {
|
|
2560
2593
|
"json": {
|
|
@@ -2581,156 +2614,92 @@
|
|
|
2581
2614
|
"deprecateAliases": true,
|
|
2582
2615
|
"name": "target-org",
|
|
2583
2616
|
"noCacheDefault": true,
|
|
2584
|
-
"
|
|
2585
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2617
|
+
"summary": "Username or alias of the target org. Not required if the \"target-org\" configuration variable is already set.",
|
|
2586
2618
|
"hasDynamicHelp": true,
|
|
2587
2619
|
"multiple": false,
|
|
2588
2620
|
"type": "option"
|
|
2589
2621
|
},
|
|
2590
|
-
"
|
|
2591
|
-
"aliases": [
|
|
2592
|
-
"apiversion"
|
|
2593
|
-
],
|
|
2594
|
-
"deprecateAliases": true,
|
|
2595
|
-
"description": "Override the api version used for api requests made by this command",
|
|
2596
|
-
"name": "api-version",
|
|
2597
|
-
"hasDynamicHelp": false,
|
|
2598
|
-
"multiple": false,
|
|
2599
|
-
"type": "option"
|
|
2600
|
-
},
|
|
2601
|
-
"loglevel": {
|
|
2602
|
-
"deprecated": {
|
|
2603
|
-
"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."
|
|
2604
|
-
},
|
|
2605
|
-
"hidden": true,
|
|
2606
|
-
"name": "loglevel",
|
|
2607
|
-
"hasDynamicHelp": false,
|
|
2608
|
-
"multiple": false,
|
|
2609
|
-
"type": "option"
|
|
2610
|
-
},
|
|
2611
|
-
"sobject": {
|
|
2622
|
+
"job-id": {
|
|
2612
2623
|
"aliases": [
|
|
2613
|
-
"
|
|
2624
|
+
"jobid"
|
|
2614
2625
|
],
|
|
2615
|
-
"char": "
|
|
2626
|
+
"char": "i",
|
|
2616
2627
|
"deprecateAliases": true,
|
|
2617
|
-
"name": "
|
|
2618
|
-
"
|
|
2619
|
-
"summary": "API name of the Salesforce or Tooling API object that contains the record you're updating.",
|
|
2628
|
+
"name": "job-id",
|
|
2629
|
+
"summary": "ID of the job you want to resume.",
|
|
2620
2630
|
"hasDynamicHelp": false,
|
|
2621
2631
|
"multiple": false,
|
|
2622
2632
|
"type": "option"
|
|
2623
2633
|
},
|
|
2624
|
-
"
|
|
2625
|
-
"
|
|
2626
|
-
"
|
|
2634
|
+
"use-most-recent": {
|
|
2635
|
+
"exclusive": [
|
|
2636
|
+
"job-id"
|
|
2627
2637
|
],
|
|
2628
|
-
"
|
|
2629
|
-
"
|
|
2630
|
-
"
|
|
2631
|
-
"
|
|
2632
|
-
"hasDynamicHelp": false,
|
|
2633
|
-
"multiple": false,
|
|
2634
|
-
"type": "option"
|
|
2638
|
+
"name": "use-most-recent",
|
|
2639
|
+
"summary": "Use the ID of the most recently-run bulk job.",
|
|
2640
|
+
"allowNo": false,
|
|
2641
|
+
"type": "boolean"
|
|
2635
2642
|
},
|
|
2636
|
-
"
|
|
2637
|
-
"
|
|
2638
|
-
"
|
|
2639
|
-
"
|
|
2640
|
-
"hasDynamicHelp":
|
|
2643
|
+
"wait": {
|
|
2644
|
+
"name": "wait",
|
|
2645
|
+
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
2646
|
+
"default": "5 minutes",
|
|
2647
|
+
"hasDynamicHelp": true,
|
|
2641
2648
|
"multiple": false,
|
|
2642
2649
|
"type": "option"
|
|
2643
2650
|
},
|
|
2644
|
-
"
|
|
2645
|
-
"
|
|
2646
|
-
"name": "
|
|
2647
|
-
"required": true,
|
|
2648
|
-
"summary": "Fields that you're updating, in the format of <fieldName>=<value> pairs.",
|
|
2651
|
+
"api-version": {
|
|
2652
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2653
|
+
"name": "api-version",
|
|
2649
2654
|
"hasDynamicHelp": false,
|
|
2650
2655
|
"multiple": false,
|
|
2651
2656
|
"type": "option"
|
|
2652
2657
|
},
|
|
2653
|
-
"
|
|
2654
|
-
"aliases": [
|
|
2655
|
-
"usetoolingapi"
|
|
2656
|
-
],
|
|
2657
|
-
"char": "t",
|
|
2658
|
-
"deprecateAliases": true,
|
|
2659
|
-
"name": "use-tooling-api",
|
|
2660
|
-
"summary": "Use Tooling API so you can update a record in a Tooling API object.",
|
|
2661
|
-
"allowNo": false,
|
|
2662
|
-
"type": "boolean"
|
|
2663
|
-
},
|
|
2664
|
-
"perflog": {
|
|
2658
|
+
"loglevel": {
|
|
2665
2659
|
"deprecated": {
|
|
2666
|
-
"
|
|
2660
|
+
"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."
|
|
2667
2661
|
},
|
|
2668
2662
|
"hidden": true,
|
|
2669
|
-
"name": "
|
|
2670
|
-
"
|
|
2671
|
-
"
|
|
2672
|
-
"type": "
|
|
2663
|
+
"name": "loglevel",
|
|
2664
|
+
"hasDynamicHelp": false,
|
|
2665
|
+
"multiple": false,
|
|
2666
|
+
"type": "option"
|
|
2673
2667
|
}
|
|
2674
2668
|
},
|
|
2675
2669
|
"hasDynamicHelp": true,
|
|
2676
2670
|
"hiddenAliases": [],
|
|
2677
|
-
"id": "data:
|
|
2671
|
+
"id": "data:upsert:resume",
|
|
2678
2672
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2679
2673
|
"pluginName": "@salesforce/plugin-data",
|
|
2680
2674
|
"pluginType": "core",
|
|
2681
2675
|
"strict": true,
|
|
2682
|
-
"summary": "
|
|
2676
|
+
"summary": "Resume a bulk upsert job that you previously started. Uses Bulk API 2.0.",
|
|
2683
2677
|
"enableJsonFlag": true,
|
|
2684
2678
|
"isESM": true,
|
|
2685
2679
|
"relativePath": [
|
|
2686
2680
|
"lib",
|
|
2687
2681
|
"commands",
|
|
2688
2682
|
"data",
|
|
2689
|
-
"
|
|
2690
|
-
"
|
|
2691
|
-
],
|
|
2692
|
-
"aliasPermutations": [
|
|
2693
|
-
"force:data:record:update",
|
|
2694
|
-
"data:force:record:update",
|
|
2695
|
-
"data:record:force:update",
|
|
2696
|
-
"data:record:update:force",
|
|
2697
|
-
"force:record:data:update",
|
|
2698
|
-
"record:force:data:update",
|
|
2699
|
-
"record:data:force:update",
|
|
2700
|
-
"record:data:update:force",
|
|
2701
|
-
"force:record:update:data",
|
|
2702
|
-
"record:force:update:data",
|
|
2703
|
-
"record:update:force:data",
|
|
2704
|
-
"record:update:data:force",
|
|
2705
|
-
"force:data:update:record",
|
|
2706
|
-
"data:force:update:record",
|
|
2707
|
-
"data:update:force:record",
|
|
2708
|
-
"data:update:record:force",
|
|
2709
|
-
"force:update:data:record",
|
|
2710
|
-
"update:force:data:record",
|
|
2711
|
-
"update:data:force:record",
|
|
2712
|
-
"update:data:record:force",
|
|
2713
|
-
"force:update:record:data",
|
|
2714
|
-
"update:force:record:data",
|
|
2715
|
-
"update:record:force:data",
|
|
2716
|
-
"update:record:data:force"
|
|
2683
|
+
"upsert",
|
|
2684
|
+
"resume.js"
|
|
2717
2685
|
],
|
|
2686
|
+
"aliasPermutations": [],
|
|
2718
2687
|
"permutations": [
|
|
2719
|
-
"data:
|
|
2720
|
-
"
|
|
2721
|
-
"
|
|
2722
|
-
"data:
|
|
2723
|
-
"
|
|
2724
|
-
"
|
|
2688
|
+
"data:upsert:resume",
|
|
2689
|
+
"upsert:data:resume",
|
|
2690
|
+
"upsert:resume:data",
|
|
2691
|
+
"data:resume:upsert",
|
|
2692
|
+
"resume:data:upsert",
|
|
2693
|
+
"resume:upsert:data"
|
|
2725
2694
|
]
|
|
2726
2695
|
},
|
|
2727
|
-
"data:update:
|
|
2696
|
+
"data:update:bulk": {
|
|
2728
2697
|
"aliases": [],
|
|
2729
2698
|
"args": {},
|
|
2730
|
-
"description": "
|
|
2699
|
+
"description": "You can use this command to update millions of Salesforce object records based on a file in comma-separated values (CSV) format.\n\nAll the records in the CSV file must be for the same Salesforce object. Specify the object with the `--sobject` flag. The first column of every line in the CSV file must be an ID of the record you want to update. The CSV file can contain only existing records; if a record in the file doesn't currently exist in the Salesforce object, the command fails. Consider using \"sf data upsert bulk\" if you also want to insert new records.\n\nBulk updates can take a while, depending on how many records are in the CSV file. If the command times out, or you specified the --async flag, the command displays the job ID. To see the status and get the results of the job, run \"sf data update resume\" and pass the job ID to the --job-id flag.\n\nFor information and examples about how to prepare your CSV files, see \"Prepare Data to Ingest\" in the \"Bulk API 2.0 and Bulk API Developer Guide\" (https://developer.salesforce.com/docs/atlas.en-us.api_asynch.meta/api_asynch/datafiles_prepare_data.htm).",
|
|
2731
2700
|
"examples": [
|
|
2732
|
-
"
|
|
2733
|
-
"
|
|
2701
|
+
"Update Account records from a CSV-formatted file into an org with alias \"my-scratch\"; if the update doesn't complete in 10 minutes, the command ends and displays a job ID:\n<%= config.bin %> <%= command.id %> --file accounts.csv --sobject Account --wait 10 --target-org my-scratch",
|
|
2702
|
+
"Update asynchronously and use the default org; the command immediately returns a job ID that you then pass to the \"sf data update resume\" command:\n<%= config.bin %> <%= command.id %> --file accounts.csv --sobject Account --async"
|
|
2734
2703
|
],
|
|
2735
2704
|
"flags": {
|
|
2736
2705
|
"json": {
|
|
@@ -2748,38 +2717,94 @@
|
|
|
2748
2717
|
"multiple": false,
|
|
2749
2718
|
"type": "option"
|
|
2750
2719
|
},
|
|
2751
|
-
"
|
|
2752
|
-
"
|
|
2753
|
-
"
|
|
2720
|
+
"async": {
|
|
2721
|
+
"char": "a",
|
|
2722
|
+
"name": "async",
|
|
2723
|
+
"summary": "Don't wait for the command to complete.",
|
|
2754
2724
|
"allowNo": false,
|
|
2755
2725
|
"type": "boolean"
|
|
2756
2726
|
},
|
|
2757
|
-
"job-id": {
|
|
2758
|
-
"char": "i",
|
|
2759
|
-
"name": "job-id",
|
|
2760
|
-
"summary": "Job ID of the bulk update.",
|
|
2761
|
-
"hasDynamicHelp": false,
|
|
2762
|
-
"multiple": false,
|
|
2763
|
-
"type": "option"
|
|
2764
|
-
},
|
|
2765
2727
|
"wait": {
|
|
2766
2728
|
"char": "w",
|
|
2767
2729
|
"name": "wait",
|
|
2768
2730
|
"summary": "Time to wait for the command to finish, in minutes.",
|
|
2769
|
-
"default": "5 minutes",
|
|
2770
2731
|
"hasDynamicHelp": true,
|
|
2771
2732
|
"multiple": false,
|
|
2772
2733
|
"type": "option"
|
|
2734
|
+
},
|
|
2735
|
+
"file": {
|
|
2736
|
+
"char": "f",
|
|
2737
|
+
"name": "file",
|
|
2738
|
+
"required": true,
|
|
2739
|
+
"summary": "CSV file that contains the Salesforce object records you want to update.",
|
|
2740
|
+
"hasDynamicHelp": false,
|
|
2741
|
+
"multiple": false,
|
|
2742
|
+
"type": "option"
|
|
2743
|
+
},
|
|
2744
|
+
"sobject": {
|
|
2745
|
+
"char": "s",
|
|
2746
|
+
"name": "sobject",
|
|
2747
|
+
"required": true,
|
|
2748
|
+
"summary": "API name of the Salesforce object, either standard or custom, which you are updating.",
|
|
2749
|
+
"hasDynamicHelp": false,
|
|
2750
|
+
"multiple": false,
|
|
2751
|
+
"type": "option"
|
|
2752
|
+
},
|
|
2753
|
+
"api-version": {
|
|
2754
|
+
"description": "Override the api version used for api requests made by this command",
|
|
2755
|
+
"name": "api-version",
|
|
2756
|
+
"hasDynamicHelp": false,
|
|
2757
|
+
"multiple": false,
|
|
2758
|
+
"type": "option"
|
|
2759
|
+
},
|
|
2760
|
+
"target-org": {
|
|
2761
|
+
"char": "o",
|
|
2762
|
+
"name": "target-org",
|
|
2763
|
+
"noCacheDefault": true,
|
|
2764
|
+
"required": true,
|
|
2765
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2766
|
+
"hasDynamicHelp": true,
|
|
2767
|
+
"multiple": false,
|
|
2768
|
+
"type": "option"
|
|
2769
|
+
},
|
|
2770
|
+
"line-ending": {
|
|
2771
|
+
"dependsOn": [
|
|
2772
|
+
"file"
|
|
2773
|
+
],
|
|
2774
|
+
"name": "line-ending",
|
|
2775
|
+
"summary": "Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and Linux it's `LF`.",
|
|
2776
|
+
"hasDynamicHelp": false,
|
|
2777
|
+
"multiple": false,
|
|
2778
|
+
"options": [
|
|
2779
|
+
"CRLF",
|
|
2780
|
+
"LF"
|
|
2781
|
+
],
|
|
2782
|
+
"type": "option"
|
|
2783
|
+
},
|
|
2784
|
+
"column-delimiter": {
|
|
2785
|
+
"name": "column-delimiter",
|
|
2786
|
+
"summary": "Column delimiter used in the CSV file.",
|
|
2787
|
+
"hasDynamicHelp": false,
|
|
2788
|
+
"multiple": false,
|
|
2789
|
+
"options": [
|
|
2790
|
+
"BACKQUOTE",
|
|
2791
|
+
"CARET",
|
|
2792
|
+
"COMMA",
|
|
2793
|
+
"PIPE",
|
|
2794
|
+
"SEMICOLON",
|
|
2795
|
+
"TAB"
|
|
2796
|
+
],
|
|
2797
|
+
"type": "option"
|
|
2773
2798
|
}
|
|
2774
2799
|
},
|
|
2775
2800
|
"hasDynamicHelp": true,
|
|
2776
2801
|
"hiddenAliases": [],
|
|
2777
|
-
"id": "data:update:
|
|
2802
|
+
"id": "data:update:bulk",
|
|
2778
2803
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2779
2804
|
"pluginName": "@salesforce/plugin-data",
|
|
2780
2805
|
"pluginType": "core",
|
|
2781
2806
|
"strict": true,
|
|
2782
|
-
"summary": "
|
|
2807
|
+
"summary": "Bulk update records to an org from a CSV file. Uses Bulk API 2.0.",
|
|
2783
2808
|
"enableJsonFlag": true,
|
|
2784
2809
|
"isESM": true,
|
|
2785
2810
|
"relativePath": [
|
|
@@ -2787,25 +2812,30 @@
|
|
|
2787
2812
|
"commands",
|
|
2788
2813
|
"data",
|
|
2789
2814
|
"update",
|
|
2790
|
-
"
|
|
2815
|
+
"bulk.js"
|
|
2791
2816
|
],
|
|
2792
2817
|
"aliasPermutations": [],
|
|
2793
2818
|
"permutations": [
|
|
2794
|
-
"data:update:
|
|
2795
|
-
"update:data:
|
|
2796
|
-
"update:
|
|
2797
|
-
"data:
|
|
2798
|
-
"
|
|
2799
|
-
"
|
|
2819
|
+
"data:update:bulk",
|
|
2820
|
+
"update:data:bulk",
|
|
2821
|
+
"update:bulk:data",
|
|
2822
|
+
"data:bulk:update",
|
|
2823
|
+
"bulk:data:update",
|
|
2824
|
+
"bulk:update:data"
|
|
2800
2825
|
]
|
|
2801
2826
|
},
|
|
2802
|
-
"data:
|
|
2803
|
-
"aliases": [
|
|
2827
|
+
"data:update:record": {
|
|
2828
|
+
"aliases": [
|
|
2829
|
+
"force:data:record:update"
|
|
2830
|
+
],
|
|
2804
2831
|
"args": {},
|
|
2805
|
-
"
|
|
2832
|
+
"deprecateAliases": true,
|
|
2833
|
+
"description": "Specify the record you want to update 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 update fails; the error displays how many records were found.\n\nWhen using field-value pairs for both identifying the record and specifiyng the new field values, 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\nThis command updates a record in Salesforce objects by default. Use the --use-tooling-api flag to update a Tooling API object.",
|
|
2806
2834
|
"examples": [
|
|
2807
|
-
"
|
|
2808
|
-
"
|
|
2835
|
+
"Update the Name field of an Account record with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 001D0 --values \"Name=NewAcme\"",
|
|
2836
|
+
"Update the Name field of an Account record whose current name is 'Old Acme':\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Old Acme'\" --values \"Name='New Acme'\"",
|
|
2837
|
+
"Update the Name and Website fields of an Account record with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 001D0 --values \"Name='Acme III' Website=www.example.com\"",
|
|
2838
|
+
"Update the ExpirationDate field of a record of the Tooling API object TraceFlag using the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> -t --sobject TraceFlag --record-id 7tf170000009cUBAAY --values \"ExpirationDate=2017-12-01T00:58:04.000+0000\""
|
|
2809
2839
|
],
|
|
2810
2840
|
"flags": {
|
|
2811
2841
|
"json": {
|
|
@@ -2859,19 +2889,6 @@
|
|
|
2859
2889
|
"multiple": false,
|
|
2860
2890
|
"type": "option"
|
|
2861
2891
|
},
|
|
2862
|
-
"file": {
|
|
2863
|
-
"aliases": [
|
|
2864
|
-
"csvfile"
|
|
2865
|
-
],
|
|
2866
|
-
"char": "f",
|
|
2867
|
-
"deprecateAliases": true,
|
|
2868
|
-
"name": "file",
|
|
2869
|
-
"required": true,
|
|
2870
|
-
"summary": "CSV file that contains the IDs of the records to update or delete.",
|
|
2871
|
-
"hasDynamicHelp": false,
|
|
2872
|
-
"multiple": false,
|
|
2873
|
-
"type": "option"
|
|
2874
|
-
},
|
|
2875
2892
|
"sobject": {
|
|
2876
2893
|
"aliases": [
|
|
2877
2894
|
"sobjecttype"
|
|
@@ -2880,119 +2897,121 @@
|
|
|
2880
2897
|
"deprecateAliases": true,
|
|
2881
2898
|
"name": "sobject",
|
|
2882
2899
|
"required": true,
|
|
2883
|
-
"summary": "API name of the Salesforce
|
|
2900
|
+
"summary": "API name of the Salesforce or Tooling API object that contains the record you're updating.",
|
|
2884
2901
|
"hasDynamicHelp": false,
|
|
2885
2902
|
"multiple": false,
|
|
2886
2903
|
"type": "option"
|
|
2887
2904
|
},
|
|
2888
|
-
"
|
|
2889
|
-
"
|
|
2890
|
-
|
|
2891
|
-
"async"
|
|
2905
|
+
"record-id": {
|
|
2906
|
+
"aliases": [
|
|
2907
|
+
"sobjectid"
|
|
2892
2908
|
],
|
|
2893
|
-
"
|
|
2894
|
-
"
|
|
2895
|
-
"
|
|
2896
|
-
"
|
|
2909
|
+
"char": "i",
|
|
2910
|
+
"deprecateAliases": true,
|
|
2911
|
+
"name": "record-id",
|
|
2912
|
+
"summary": "ID of the record you’re updating.",
|
|
2913
|
+
"hasDynamicHelp": false,
|
|
2897
2914
|
"multiple": false,
|
|
2898
2915
|
"type": "option"
|
|
2899
2916
|
},
|
|
2900
|
-
"
|
|
2901
|
-
"char": "
|
|
2902
|
-
"
|
|
2903
|
-
|
|
2904
|
-
],
|
|
2905
|
-
"name": "async",
|
|
2906
|
-
"summary": "Run the command asynchronously.",
|
|
2907
|
-
"allowNo": false,
|
|
2908
|
-
"type": "boolean"
|
|
2909
|
-
},
|
|
2910
|
-
"verbose": {
|
|
2911
|
-
"deprecated": {
|
|
2912
|
-
"message": "The --verbose flag is deprecated and will be removed after March 2025, use \"sf data bulk results\" to get job results instead."
|
|
2913
|
-
},
|
|
2914
|
-
"name": "verbose",
|
|
2915
|
-
"summary": "Print verbose output of failed records if result is available.",
|
|
2916
|
-
"allowNo": false,
|
|
2917
|
-
"type": "boolean"
|
|
2918
|
-
},
|
|
2919
|
-
"line-ending": {
|
|
2920
|
-
"dependsOn": [
|
|
2921
|
-
"file"
|
|
2922
|
-
],
|
|
2923
|
-
"name": "line-ending",
|
|
2924
|
-
"summary": "Line ending used in the CSV file. Default value on Windows is `CRLF`; on macOS and Linux it's `LF`.",
|
|
2917
|
+
"where": {
|
|
2918
|
+
"char": "w",
|
|
2919
|
+
"name": "where",
|
|
2920
|
+
"summary": "List of <fieldName>=<value> pairs that identify the record you want to update.",
|
|
2925
2921
|
"hasDynamicHelp": false,
|
|
2926
2922
|
"multiple": false,
|
|
2927
|
-
"options": [
|
|
2928
|
-
"CRLF",
|
|
2929
|
-
"LF"
|
|
2930
|
-
],
|
|
2931
2923
|
"type": "option"
|
|
2932
2924
|
},
|
|
2933
|
-
"
|
|
2934
|
-
"
|
|
2935
|
-
"
|
|
2925
|
+
"values": {
|
|
2926
|
+
"char": "v",
|
|
2927
|
+
"name": "values",
|
|
2928
|
+
"required": true,
|
|
2929
|
+
"summary": "Fields that you're updating, in the format of <fieldName>=<value> pairs.",
|
|
2936
2930
|
"hasDynamicHelp": false,
|
|
2937
2931
|
"multiple": false,
|
|
2938
|
-
"options": [
|
|
2939
|
-
"BACKQUOTE",
|
|
2940
|
-
"CARET",
|
|
2941
|
-
"COMMA",
|
|
2942
|
-
"PIPE",
|
|
2943
|
-
"SEMICOLON",
|
|
2944
|
-
"TAB"
|
|
2945
|
-
],
|
|
2946
2932
|
"type": "option"
|
|
2947
2933
|
},
|
|
2948
|
-
"
|
|
2934
|
+
"use-tooling-api": {
|
|
2949
2935
|
"aliases": [
|
|
2950
|
-
"
|
|
2936
|
+
"usetoolingapi"
|
|
2951
2937
|
],
|
|
2952
|
-
"char": "
|
|
2938
|
+
"char": "t",
|
|
2953
2939
|
"deprecateAliases": true,
|
|
2954
|
-
"name": "
|
|
2955
|
-
"
|
|
2956
|
-
"
|
|
2957
|
-
"
|
|
2958
|
-
|
|
2959
|
-
|
|
2940
|
+
"name": "use-tooling-api",
|
|
2941
|
+
"summary": "Use Tooling API so you can update a record in a Tooling API object.",
|
|
2942
|
+
"allowNo": false,
|
|
2943
|
+
"type": "boolean"
|
|
2944
|
+
},
|
|
2945
|
+
"perflog": {
|
|
2946
|
+
"deprecated": {
|
|
2947
|
+
"version": "57"
|
|
2948
|
+
},
|
|
2949
|
+
"hidden": true,
|
|
2950
|
+
"name": "perflog",
|
|
2951
|
+
"summary": "Get API performance data.",
|
|
2952
|
+
"allowNo": false,
|
|
2953
|
+
"type": "boolean"
|
|
2960
2954
|
}
|
|
2961
2955
|
},
|
|
2962
2956
|
"hasDynamicHelp": true,
|
|
2963
2957
|
"hiddenAliases": [],
|
|
2964
|
-
"id": "data:
|
|
2958
|
+
"id": "data:update:record",
|
|
2965
2959
|
"pluginAlias": "@salesforce/plugin-data",
|
|
2966
2960
|
"pluginName": "@salesforce/plugin-data",
|
|
2967
2961
|
"pluginType": "core",
|
|
2968
2962
|
"strict": true,
|
|
2969
|
-
"summary": "
|
|
2963
|
+
"summary": "Updates a single record of a Salesforce or Tooling API object.",
|
|
2970
2964
|
"enableJsonFlag": true,
|
|
2971
2965
|
"isESM": true,
|
|
2972
2966
|
"relativePath": [
|
|
2973
2967
|
"lib",
|
|
2974
2968
|
"commands",
|
|
2975
2969
|
"data",
|
|
2976
|
-
"
|
|
2977
|
-
"
|
|
2970
|
+
"update",
|
|
2971
|
+
"record.js"
|
|
2972
|
+
],
|
|
2973
|
+
"aliasPermutations": [
|
|
2974
|
+
"force:data:record:update",
|
|
2975
|
+
"data:force:record:update",
|
|
2976
|
+
"data:record:force:update",
|
|
2977
|
+
"data:record:update:force",
|
|
2978
|
+
"force:record:data:update",
|
|
2979
|
+
"record:force:data:update",
|
|
2980
|
+
"record:data:force:update",
|
|
2981
|
+
"record:data:update:force",
|
|
2982
|
+
"force:record:update:data",
|
|
2983
|
+
"record:force:update:data",
|
|
2984
|
+
"record:update:force:data",
|
|
2985
|
+
"record:update:data:force",
|
|
2986
|
+
"force:data:update:record",
|
|
2987
|
+
"data:force:update:record",
|
|
2988
|
+
"data:update:force:record",
|
|
2989
|
+
"data:update:record:force",
|
|
2990
|
+
"force:update:data:record",
|
|
2991
|
+
"update:force:data:record",
|
|
2992
|
+
"update:data:force:record",
|
|
2993
|
+
"update:data:record:force",
|
|
2994
|
+
"force:update:record:data",
|
|
2995
|
+
"update:force:record:data",
|
|
2996
|
+
"update:record:force:data",
|
|
2997
|
+
"update:record:data:force"
|
|
2978
2998
|
],
|
|
2979
|
-
"aliasPermutations": [],
|
|
2980
2999
|
"permutations": [
|
|
2981
|
-
"data:
|
|
2982
|
-
"
|
|
2983
|
-
"
|
|
2984
|
-
"data:
|
|
2985
|
-
"
|
|
2986
|
-
"
|
|
3000
|
+
"data:update:record",
|
|
3001
|
+
"update:data:record",
|
|
3002
|
+
"update:record:data",
|
|
3003
|
+
"data:record:update",
|
|
3004
|
+
"record:data:update",
|
|
3005
|
+
"record:update:data"
|
|
2987
3006
|
]
|
|
2988
3007
|
},
|
|
2989
|
-
"data:
|
|
3008
|
+
"data:update:resume": {
|
|
2990
3009
|
"aliases": [],
|
|
2991
3010
|
"args": {},
|
|
2992
|
-
"description": "
|
|
3011
|
+
"description": "When the original \"sf data update bulk\" command either times out or is run with the --async flag, it displays a job ID. To see the status and get the results of the bulk update, run this command by either passing it the job ID or using the --use-most-recent flag to specify the most recent bulk update job.",
|
|
2993
3012
|
"examples": [
|
|
2994
|
-
"Resume a bulk
|
|
2995
|
-
"Resume the most recently run bulk
|
|
3013
|
+
"Resume a bulk update job of your default org using a job ID:\n<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA",
|
|
3014
|
+
"Resume the most recently run bulk update job for an org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --use-most-recent --target-org my-scratch"
|
|
2996
3015
|
],
|
|
2997
3016
|
"flags": {
|
|
2998
3017
|
"json": {
|
|
@@ -3010,92 +3029,55 @@
|
|
|
3010
3029
|
"multiple": false,
|
|
3011
3030
|
"type": "option"
|
|
3012
3031
|
},
|
|
3013
|
-
"
|
|
3014
|
-
"
|
|
3015
|
-
|
|
3016
|
-
|
|
3017
|
-
|
|
3018
|
-
"char": "o",
|
|
3019
|
-
"deprecateAliases": true,
|
|
3020
|
-
"name": "target-org",
|
|
3021
|
-
"noCacheDefault": true,
|
|
3022
|
-
"summary": "Username or alias of the target org. Not required if the \"target-org\" configuration variable is already set.",
|
|
3023
|
-
"hasDynamicHelp": true,
|
|
3024
|
-
"multiple": false,
|
|
3025
|
-
"type": "option"
|
|
3032
|
+
"use-most-recent": {
|
|
3033
|
+
"name": "use-most-recent",
|
|
3034
|
+
"summary": "Use the job ID of the bulk update job that was most recently run.",
|
|
3035
|
+
"allowNo": false,
|
|
3036
|
+
"type": "boolean"
|
|
3026
3037
|
},
|
|
3027
3038
|
"job-id": {
|
|
3028
|
-
"aliases": [
|
|
3029
|
-
"jobid"
|
|
3030
|
-
],
|
|
3031
3039
|
"char": "i",
|
|
3032
|
-
"deprecateAliases": true,
|
|
3033
3040
|
"name": "job-id",
|
|
3034
|
-
"summary": "ID of the
|
|
3041
|
+
"summary": "Job ID of the bulk update.",
|
|
3035
3042
|
"hasDynamicHelp": false,
|
|
3036
3043
|
"multiple": false,
|
|
3037
3044
|
"type": "option"
|
|
3038
3045
|
},
|
|
3039
|
-
"use-most-recent": {
|
|
3040
|
-
"exclusive": [
|
|
3041
|
-
"job-id"
|
|
3042
|
-
],
|
|
3043
|
-
"name": "use-most-recent",
|
|
3044
|
-
"summary": "Use the ID of the most recently-run bulk job.",
|
|
3045
|
-
"allowNo": false,
|
|
3046
|
-
"type": "boolean"
|
|
3047
|
-
},
|
|
3048
3046
|
"wait": {
|
|
3047
|
+
"char": "w",
|
|
3049
3048
|
"name": "wait",
|
|
3050
|
-
"summary": "
|
|
3049
|
+
"summary": "Time to wait for the command to finish, in minutes.",
|
|
3051
3050
|
"default": "5 minutes",
|
|
3052
3051
|
"hasDynamicHelp": true,
|
|
3053
3052
|
"multiple": false,
|
|
3054
3053
|
"type": "option"
|
|
3055
|
-
},
|
|
3056
|
-
"api-version": {
|
|
3057
|
-
"description": "Override the api version used for api requests made by this command",
|
|
3058
|
-
"name": "api-version",
|
|
3059
|
-
"hasDynamicHelp": false,
|
|
3060
|
-
"multiple": false,
|
|
3061
|
-
"type": "option"
|
|
3062
|
-
},
|
|
3063
|
-
"loglevel": {
|
|
3064
|
-
"deprecated": {
|
|
3065
|
-
"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."
|
|
3066
|
-
},
|
|
3067
|
-
"hidden": true,
|
|
3068
|
-
"name": "loglevel",
|
|
3069
|
-
"hasDynamicHelp": false,
|
|
3070
|
-
"multiple": false,
|
|
3071
|
-
"type": "option"
|
|
3072
3054
|
}
|
|
3073
3055
|
},
|
|
3074
3056
|
"hasDynamicHelp": true,
|
|
3075
3057
|
"hiddenAliases": [],
|
|
3076
|
-
"id": "data:
|
|
3058
|
+
"id": "data:update:resume",
|
|
3077
3059
|
"pluginAlias": "@salesforce/plugin-data",
|
|
3078
3060
|
"pluginName": "@salesforce/plugin-data",
|
|
3079
3061
|
"pluginType": "core",
|
|
3080
3062
|
"strict": true,
|
|
3081
|
-
"summary": "Resume a bulk
|
|
3063
|
+
"summary": "Resume a bulk update job that you previously started. Uses Bulk API 2.0.",
|
|
3082
3064
|
"enableJsonFlag": true,
|
|
3083
3065
|
"isESM": true,
|
|
3084
3066
|
"relativePath": [
|
|
3085
3067
|
"lib",
|
|
3086
3068
|
"commands",
|
|
3087
3069
|
"data",
|
|
3088
|
-
"
|
|
3070
|
+
"update",
|
|
3089
3071
|
"resume.js"
|
|
3090
3072
|
],
|
|
3091
3073
|
"aliasPermutations": [],
|
|
3092
3074
|
"permutations": [
|
|
3093
|
-
"data:
|
|
3094
|
-
"
|
|
3095
|
-
"
|
|
3096
|
-
"data:resume:
|
|
3097
|
-
"resume:data:
|
|
3098
|
-
"resume:
|
|
3075
|
+
"data:update:resume",
|
|
3076
|
+
"update:data:resume",
|
|
3077
|
+
"update:resume:data",
|
|
3078
|
+
"data:resume:update",
|
|
3079
|
+
"resume:data:update",
|
|
3080
|
+
"resume:update:data"
|
|
3099
3081
|
]
|
|
3100
3082
|
},
|
|
3101
3083
|
"force:data:bulk:delete": {
|
|
@@ -3535,5 +3517,5 @@
|
|
|
3535
3517
|
]
|
|
3536
3518
|
}
|
|
3537
3519
|
},
|
|
3538
|
-
"version": "4.0.
|
|
3520
|
+
"version": "4.0.21"
|
|
3539
3521
|
}
|