@salesforce/plugin-data 3.0.1-test.0 → 3.0.2
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 +118 -105
- package/oclif.lock +197 -246
- package/oclif.manifest.json +167 -167
- package/package.json +10 -14
package/oclif.manifest.json
CHANGED
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"name": "target-org",
|
|
32
32
|
"noCacheDefault": true,
|
|
33
33
|
"required": true,
|
|
34
|
-
"summary": "Username or alias of the target org.",
|
|
34
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
35
35
|
"hasDynamicHelp": true,
|
|
36
36
|
"multiple": false,
|
|
37
37
|
"type": "option"
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"name": "target-org",
|
|
239
239
|
"noCacheDefault": true,
|
|
240
240
|
"required": true,
|
|
241
|
-
"summary": "Username or alias of the target org.",
|
|
241
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
242
242
|
"hasDynamicHelp": true,
|
|
243
243
|
"multiple": false,
|
|
244
244
|
"type": "option"
|
|
@@ -314,160 +314,6 @@
|
|
|
314
314
|
"resume:data"
|
|
315
315
|
]
|
|
316
316
|
},
|
|
317
|
-
"data:create:record": {
|
|
318
|
-
"aliases": [
|
|
319
|
-
"force:data:record:create"
|
|
320
|
-
],
|
|
321
|
-
"args": {},
|
|
322
|
-
"deprecateAliases": true,
|
|
323
|
-
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, 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 inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
324
|
-
"examples": [
|
|
325
|
-
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
326
|
-
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
327
|
-
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
328
|
-
],
|
|
329
|
-
"flags": {
|
|
330
|
-
"json": {
|
|
331
|
-
"description": "Format output as json.",
|
|
332
|
-
"helpGroup": "GLOBAL",
|
|
333
|
-
"name": "json",
|
|
334
|
-
"allowNo": false,
|
|
335
|
-
"type": "boolean"
|
|
336
|
-
},
|
|
337
|
-
"target-org": {
|
|
338
|
-
"aliases": [
|
|
339
|
-
"targetusername",
|
|
340
|
-
"u"
|
|
341
|
-
],
|
|
342
|
-
"char": "o",
|
|
343
|
-
"deprecateAliases": true,
|
|
344
|
-
"name": "target-org",
|
|
345
|
-
"noCacheDefault": true,
|
|
346
|
-
"required": true,
|
|
347
|
-
"summary": "Username or alias of the target org.",
|
|
348
|
-
"hasDynamicHelp": true,
|
|
349
|
-
"multiple": false,
|
|
350
|
-
"type": "option"
|
|
351
|
-
},
|
|
352
|
-
"api-version": {
|
|
353
|
-
"aliases": [
|
|
354
|
-
"apiversion"
|
|
355
|
-
],
|
|
356
|
-
"deprecateAliases": true,
|
|
357
|
-
"description": "Override the api version used for api requests made by this command",
|
|
358
|
-
"name": "api-version",
|
|
359
|
-
"hasDynamicHelp": false,
|
|
360
|
-
"multiple": false,
|
|
361
|
-
"type": "option"
|
|
362
|
-
},
|
|
363
|
-
"loglevel": {
|
|
364
|
-
"deprecated": {
|
|
365
|
-
"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."
|
|
366
|
-
},
|
|
367
|
-
"hidden": true,
|
|
368
|
-
"name": "loglevel",
|
|
369
|
-
"hasDynamicHelp": false,
|
|
370
|
-
"multiple": false,
|
|
371
|
-
"type": "option"
|
|
372
|
-
},
|
|
373
|
-
"sobject": {
|
|
374
|
-
"aliases": [
|
|
375
|
-
"sobjecttype"
|
|
376
|
-
],
|
|
377
|
-
"char": "s",
|
|
378
|
-
"deprecateAliases": true,
|
|
379
|
-
"name": "sobject",
|
|
380
|
-
"required": true,
|
|
381
|
-
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
382
|
-
"hasDynamicHelp": false,
|
|
383
|
-
"multiple": false,
|
|
384
|
-
"type": "option"
|
|
385
|
-
},
|
|
386
|
-
"values": {
|
|
387
|
-
"char": "v",
|
|
388
|
-
"name": "values",
|
|
389
|
-
"required": true,
|
|
390
|
-
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
391
|
-
"hasDynamicHelp": false,
|
|
392
|
-
"multiple": false,
|
|
393
|
-
"type": "option"
|
|
394
|
-
},
|
|
395
|
-
"use-tooling-api": {
|
|
396
|
-
"aliases": [
|
|
397
|
-
"usetoolingapi"
|
|
398
|
-
],
|
|
399
|
-
"char": "t",
|
|
400
|
-
"deprecateAliases": true,
|
|
401
|
-
"name": "use-tooling-api",
|
|
402
|
-
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
403
|
-
"allowNo": false,
|
|
404
|
-
"type": "boolean"
|
|
405
|
-
},
|
|
406
|
-
"perflog": {
|
|
407
|
-
"deprecated": {
|
|
408
|
-
"version": "57"
|
|
409
|
-
},
|
|
410
|
-
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
411
|
-
"hidden": true,
|
|
412
|
-
"name": "perflog",
|
|
413
|
-
"summary": "Get API performance data.",
|
|
414
|
-
"allowNo": false,
|
|
415
|
-
"type": "boolean"
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
"hasDynamicHelp": true,
|
|
419
|
-
"hiddenAliases": [],
|
|
420
|
-
"id": "data:create:record",
|
|
421
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
422
|
-
"pluginName": "@salesforce/plugin-data",
|
|
423
|
-
"pluginType": "core",
|
|
424
|
-
"strict": true,
|
|
425
|
-
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
426
|
-
"enableJsonFlag": true,
|
|
427
|
-
"SF_ENV": "SF_ENV",
|
|
428
|
-
"isESM": true,
|
|
429
|
-
"relativePath": [
|
|
430
|
-
"lib",
|
|
431
|
-
"commands",
|
|
432
|
-
"data",
|
|
433
|
-
"create",
|
|
434
|
-
"record.js"
|
|
435
|
-
],
|
|
436
|
-
"aliasPermutations": [
|
|
437
|
-
"force:data:record:create",
|
|
438
|
-
"data:force:record:create",
|
|
439
|
-
"data:record:force:create",
|
|
440
|
-
"data:record:create:force",
|
|
441
|
-
"force:record:data:create",
|
|
442
|
-
"record:force:data:create",
|
|
443
|
-
"record:data:force:create",
|
|
444
|
-
"record:data:create:force",
|
|
445
|
-
"force:record:create:data",
|
|
446
|
-
"record:force:create:data",
|
|
447
|
-
"record:create:force:data",
|
|
448
|
-
"record:create:data:force",
|
|
449
|
-
"force:data:create:record",
|
|
450
|
-
"data:force:create:record",
|
|
451
|
-
"data:create:force:record",
|
|
452
|
-
"data:create:record:force",
|
|
453
|
-
"force:create:data:record",
|
|
454
|
-
"create:force:data:record",
|
|
455
|
-
"create:data:force:record",
|
|
456
|
-
"create:data:record:force",
|
|
457
|
-
"force:create:record:data",
|
|
458
|
-
"create:force:record:data",
|
|
459
|
-
"create:record:force:data",
|
|
460
|
-
"create:record:data:force"
|
|
461
|
-
],
|
|
462
|
-
"permutations": [
|
|
463
|
-
"data:create:record",
|
|
464
|
-
"create:data:record",
|
|
465
|
-
"create:record:data",
|
|
466
|
-
"data:record:create",
|
|
467
|
-
"record:data:create",
|
|
468
|
-
"record:create:data"
|
|
469
|
-
]
|
|
470
|
-
},
|
|
471
317
|
"data:delete:bulk": {
|
|
472
318
|
"aliases": [],
|
|
473
319
|
"args": {},
|
|
@@ -494,7 +340,7 @@
|
|
|
494
340
|
"name": "target-org",
|
|
495
341
|
"noCacheDefault": true,
|
|
496
342
|
"required": true,
|
|
497
|
-
"summary": "Username or alias of the target org.",
|
|
343
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
498
344
|
"hasDynamicHelp": true,
|
|
499
345
|
"multiple": false,
|
|
500
346
|
"type": "option"
|
|
@@ -637,7 +483,7 @@
|
|
|
637
483
|
"name": "target-org",
|
|
638
484
|
"noCacheDefault": true,
|
|
639
485
|
"required": true,
|
|
640
|
-
"summary": "Username or alias of the target org.",
|
|
486
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
641
487
|
"hasDynamicHelp": true,
|
|
642
488
|
"multiple": false,
|
|
643
489
|
"type": "option"
|
|
@@ -881,6 +727,160 @@
|
|
|
881
727
|
"resume:delete:data"
|
|
882
728
|
]
|
|
883
729
|
},
|
|
730
|
+
"data:create:record": {
|
|
731
|
+
"aliases": [
|
|
732
|
+
"force:data:record:create"
|
|
733
|
+
],
|
|
734
|
+
"args": {},
|
|
735
|
+
"deprecateAliases": true,
|
|
736
|
+
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, 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 inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
737
|
+
"examples": [
|
|
738
|
+
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
739
|
+
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
740
|
+
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
741
|
+
],
|
|
742
|
+
"flags": {
|
|
743
|
+
"json": {
|
|
744
|
+
"description": "Format output as json.",
|
|
745
|
+
"helpGroup": "GLOBAL",
|
|
746
|
+
"name": "json",
|
|
747
|
+
"allowNo": false,
|
|
748
|
+
"type": "boolean"
|
|
749
|
+
},
|
|
750
|
+
"target-org": {
|
|
751
|
+
"aliases": [
|
|
752
|
+
"targetusername",
|
|
753
|
+
"u"
|
|
754
|
+
],
|
|
755
|
+
"char": "o",
|
|
756
|
+
"deprecateAliases": true,
|
|
757
|
+
"name": "target-org",
|
|
758
|
+
"noCacheDefault": true,
|
|
759
|
+
"required": true,
|
|
760
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
761
|
+
"hasDynamicHelp": true,
|
|
762
|
+
"multiple": false,
|
|
763
|
+
"type": "option"
|
|
764
|
+
},
|
|
765
|
+
"api-version": {
|
|
766
|
+
"aliases": [
|
|
767
|
+
"apiversion"
|
|
768
|
+
],
|
|
769
|
+
"deprecateAliases": true,
|
|
770
|
+
"description": "Override the api version used for api requests made by this command",
|
|
771
|
+
"name": "api-version",
|
|
772
|
+
"hasDynamicHelp": false,
|
|
773
|
+
"multiple": false,
|
|
774
|
+
"type": "option"
|
|
775
|
+
},
|
|
776
|
+
"loglevel": {
|
|
777
|
+
"deprecated": {
|
|
778
|
+
"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."
|
|
779
|
+
},
|
|
780
|
+
"hidden": true,
|
|
781
|
+
"name": "loglevel",
|
|
782
|
+
"hasDynamicHelp": false,
|
|
783
|
+
"multiple": false,
|
|
784
|
+
"type": "option"
|
|
785
|
+
},
|
|
786
|
+
"sobject": {
|
|
787
|
+
"aliases": [
|
|
788
|
+
"sobjecttype"
|
|
789
|
+
],
|
|
790
|
+
"char": "s",
|
|
791
|
+
"deprecateAliases": true,
|
|
792
|
+
"name": "sobject",
|
|
793
|
+
"required": true,
|
|
794
|
+
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
795
|
+
"hasDynamicHelp": false,
|
|
796
|
+
"multiple": false,
|
|
797
|
+
"type": "option"
|
|
798
|
+
},
|
|
799
|
+
"values": {
|
|
800
|
+
"char": "v",
|
|
801
|
+
"name": "values",
|
|
802
|
+
"required": true,
|
|
803
|
+
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
804
|
+
"hasDynamicHelp": false,
|
|
805
|
+
"multiple": false,
|
|
806
|
+
"type": "option"
|
|
807
|
+
},
|
|
808
|
+
"use-tooling-api": {
|
|
809
|
+
"aliases": [
|
|
810
|
+
"usetoolingapi"
|
|
811
|
+
],
|
|
812
|
+
"char": "t",
|
|
813
|
+
"deprecateAliases": true,
|
|
814
|
+
"name": "use-tooling-api",
|
|
815
|
+
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
816
|
+
"allowNo": false,
|
|
817
|
+
"type": "boolean"
|
|
818
|
+
},
|
|
819
|
+
"perflog": {
|
|
820
|
+
"deprecated": {
|
|
821
|
+
"version": "57"
|
|
822
|
+
},
|
|
823
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
824
|
+
"hidden": true,
|
|
825
|
+
"name": "perflog",
|
|
826
|
+
"summary": "Get API performance data.",
|
|
827
|
+
"allowNo": false,
|
|
828
|
+
"type": "boolean"
|
|
829
|
+
}
|
|
830
|
+
},
|
|
831
|
+
"hasDynamicHelp": true,
|
|
832
|
+
"hiddenAliases": [],
|
|
833
|
+
"id": "data:create:record",
|
|
834
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
835
|
+
"pluginName": "@salesforce/plugin-data",
|
|
836
|
+
"pluginType": "core",
|
|
837
|
+
"strict": true,
|
|
838
|
+
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
839
|
+
"enableJsonFlag": true,
|
|
840
|
+
"SF_ENV": "SF_ENV",
|
|
841
|
+
"isESM": true,
|
|
842
|
+
"relativePath": [
|
|
843
|
+
"lib",
|
|
844
|
+
"commands",
|
|
845
|
+
"data",
|
|
846
|
+
"create",
|
|
847
|
+
"record.js"
|
|
848
|
+
],
|
|
849
|
+
"aliasPermutations": [
|
|
850
|
+
"force:data:record:create",
|
|
851
|
+
"data:force:record:create",
|
|
852
|
+
"data:record:force:create",
|
|
853
|
+
"data:record:create:force",
|
|
854
|
+
"force:record:data:create",
|
|
855
|
+
"record:force:data:create",
|
|
856
|
+
"record:data:force:create",
|
|
857
|
+
"record:data:create:force",
|
|
858
|
+
"force:record:create:data",
|
|
859
|
+
"record:force:create:data",
|
|
860
|
+
"record:create:force:data",
|
|
861
|
+
"record:create:data:force",
|
|
862
|
+
"force:data:create:record",
|
|
863
|
+
"data:force:create:record",
|
|
864
|
+
"data:create:force:record",
|
|
865
|
+
"data:create:record:force",
|
|
866
|
+
"force:create:data:record",
|
|
867
|
+
"create:force:data:record",
|
|
868
|
+
"create:data:force:record",
|
|
869
|
+
"create:data:record:force",
|
|
870
|
+
"force:create:record:data",
|
|
871
|
+
"create:force:record:data",
|
|
872
|
+
"create:record:force:data",
|
|
873
|
+
"create:record:data:force"
|
|
874
|
+
],
|
|
875
|
+
"permutations": [
|
|
876
|
+
"data:create:record",
|
|
877
|
+
"create:data:record",
|
|
878
|
+
"create:record:data",
|
|
879
|
+
"data:record:create",
|
|
880
|
+
"record:data:create",
|
|
881
|
+
"record:create:data"
|
|
882
|
+
]
|
|
883
|
+
},
|
|
884
884
|
"data:export:tree": {
|
|
885
885
|
"aliases": [
|
|
886
886
|
"force:data:tree:export"
|
|
@@ -911,7 +911,7 @@
|
|
|
911
911
|
"name": "target-org",
|
|
912
912
|
"noCacheDefault": true,
|
|
913
913
|
"required": true,
|
|
914
|
-
"summary": "Username or alias of the target org.",
|
|
914
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
915
915
|
"hasDynamicHelp": true,
|
|
916
916
|
"multiple": false,
|
|
917
917
|
"type": "option"
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
"name": "target-org",
|
|
1059
1059
|
"noCacheDefault": true,
|
|
1060
1060
|
"required": true,
|
|
1061
|
-
"summary": "Username or alias of the target org.",
|
|
1061
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1062
1062
|
"hasDynamicHelp": true,
|
|
1063
1063
|
"multiple": false,
|
|
1064
1064
|
"type": "option"
|
|
@@ -1222,7 +1222,7 @@
|
|
|
1222
1222
|
"name": "target-org",
|
|
1223
1223
|
"noCacheDefault": true,
|
|
1224
1224
|
"required": true,
|
|
1225
|
-
"summary": "Username or alias of the target org.",
|
|
1225
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1226
1226
|
"hasDynamicHelp": true,
|
|
1227
1227
|
"multiple": false,
|
|
1228
1228
|
"type": "option"
|
|
@@ -1622,7 +1622,7 @@
|
|
|
1622
1622
|
"name": "target-org",
|
|
1623
1623
|
"noCacheDefault": true,
|
|
1624
1624
|
"required": true,
|
|
1625
|
-
"summary": "Username or alias of the target org.",
|
|
1625
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1626
1626
|
"hasDynamicHelp": true,
|
|
1627
1627
|
"multiple": false,
|
|
1628
1628
|
"type": "option"
|
|
@@ -1791,7 +1791,7 @@
|
|
|
1791
1791
|
"name": "target-org",
|
|
1792
1792
|
"noCacheDefault": true,
|
|
1793
1793
|
"required": true,
|
|
1794
|
-
"summary": "Username or alias of the target org.",
|
|
1794
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1795
1795
|
"hasDynamicHelp": true,
|
|
1796
1796
|
"multiple": false,
|
|
1797
1797
|
"type": "option"
|
|
@@ -2050,7 +2050,7 @@
|
|
|
2050
2050
|
"name": "target-org",
|
|
2051
2051
|
"noCacheDefault": true,
|
|
2052
2052
|
"required": true,
|
|
2053
|
-
"summary": "Username or alias of the target org.",
|
|
2053
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2054
2054
|
"hasDynamicHelp": true,
|
|
2055
2055
|
"multiple": false,
|
|
2056
2056
|
"type": "option"
|
|
@@ -2188,7 +2188,7 @@
|
|
|
2188
2188
|
"name": "target-org",
|
|
2189
2189
|
"noCacheDefault": true,
|
|
2190
2190
|
"required": true,
|
|
2191
|
-
"summary": "Username or alias of the target org.",
|
|
2191
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2192
2192
|
"hasDynamicHelp": true,
|
|
2193
2193
|
"multiple": false,
|
|
2194
2194
|
"type": "option"
|
|
@@ -2313,7 +2313,7 @@
|
|
|
2313
2313
|
"name": "target-org",
|
|
2314
2314
|
"noCacheDefault": true,
|
|
2315
2315
|
"required": true,
|
|
2316
|
-
"summary": "Username or alias of the target org.",
|
|
2316
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
2317
2317
|
"hasDynamicHelp": true,
|
|
2318
2318
|
"multiple": false,
|
|
2319
2319
|
"type": "option"
|
|
@@ -2446,5 +2446,5 @@
|
|
|
2446
2446
|
]
|
|
2447
2447
|
}
|
|
2448
2448
|
},
|
|
2449
|
-
"version": "3.0.
|
|
2449
|
+
"version": "3.0.2"
|
|
2450
2450
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.2",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -108,29 +108,25 @@
|
|
|
108
108
|
"version": "oclif readme"
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@oclif/core": "^3.
|
|
112
|
-
"@salesforce/core": "^
|
|
111
|
+
"@oclif/core": "^3.11.0",
|
|
112
|
+
"@salesforce/core": "^6.1.3",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
|
-
"@salesforce/sf-plugins-core": "^
|
|
115
|
-
"@salesforce/ts-types": "^2.0.
|
|
114
|
+
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
115
|
+
"@salesforce/ts-types": "^2.0.9",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"csv-parse": "^4.16.3",
|
|
118
118
|
"csv-stringify": "^6.4.4",
|
|
119
119
|
"jsforce": "^2.0.0-beta.28"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
122
|
+
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
123
123
|
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
|
124
|
-
"@salesforce/dev-scripts": "^
|
|
124
|
+
"@salesforce/dev-scripts": "^7.1.1",
|
|
125
125
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
126
|
-
"@salesforce/plugin-settings": "^1.4.37",
|
|
127
|
-
"@salesforce/ts-sinon": "^1.4.19",
|
|
128
126
|
"@types/chai-as-promised": "^7.1.8",
|
|
129
|
-
"@types/shelljs": "^0.8.15",
|
|
130
127
|
"chai-as-promised": "^7.1.1",
|
|
131
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
128
|
+
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
132
129
|
"oclif": "^4.0.3",
|
|
133
|
-
"shelljs": "~0.8.4",
|
|
134
130
|
"shx": "^0.3.3",
|
|
135
131
|
"ts-node": "^10.9.1",
|
|
136
132
|
"typescript": "^5.2.2"
|
|
@@ -243,7 +239,7 @@
|
|
|
243
239
|
"exports": "./lib/index.js",
|
|
244
240
|
"type": "module",
|
|
245
241
|
"sfdx": {
|
|
246
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
247
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
242
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.2.crt",
|
|
243
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.2.sig"
|
|
248
244
|
}
|
|
249
245
|
}
|