@salesforce/plugin-data 3.0.12 → 3.0.14
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/LICENSE.txt +1 -1
- package/README.md +16 -16
- package/lib/BulkBaseCommand.js +1 -3
- package/lib/BulkBaseCommand.js.map +1 -1
- package/lib/api/data/tree/exportApi.js +2 -3
- package/lib/api/data/tree/exportApi.js.map +1 -1
- package/lib/api/data/tree/importApi.js +1 -1
- package/lib/api/data/tree/importApi.js.map +1 -1
- package/lib/batcher.js +1 -3
- package/lib/batcher.js.map +1 -1
- package/lib/bulkDataRequestCache.js +1 -3
- package/lib/bulkDataRequestCache.js.map +1 -1
- package/lib/bulkOperationCommand.js +1 -3
- package/lib/bulkOperationCommand.js.map +1 -1
- package/lib/bulkUtils.js +1 -3
- package/lib/bulkUtils.js.map +1 -1
- package/lib/commands/data/create/record.js +1 -3
- package/lib/commands/data/create/record.js.map +1 -1
- package/lib/commands/data/delete/bulk.js +1 -3
- package/lib/commands/data/delete/bulk.js.map +1 -1
- package/lib/commands/data/delete/record.js +1 -3
- package/lib/commands/data/delete/record.js.map +1 -1
- package/lib/commands/data/delete/resume.js +1 -3
- package/lib/commands/data/delete/resume.js.map +1 -1
- package/lib/commands/data/export/tree.js +1 -3
- package/lib/commands/data/export/tree.js.map +1 -1
- package/lib/commands/data/get/record.js +1 -3
- package/lib/commands/data/get/record.js.map +1 -1
- package/lib/commands/data/import/tree.js +1 -3
- package/lib/commands/data/import/tree.js.map +1 -1
- package/lib/commands/data/query/resume.js +1 -3
- package/lib/commands/data/query/resume.js.map +1 -1
- package/lib/commands/data/query.js +1 -3
- package/lib/commands/data/query.js.map +1 -1
- package/lib/commands/data/resume.js +1 -3
- package/lib/commands/data/resume.js.map +1 -1
- package/lib/commands/data/update/record.js +1 -3
- package/lib/commands/data/update/record.js.map +1 -1
- package/lib/commands/data/upsert/bulk.js +1 -3
- package/lib/commands/data/upsert/bulk.js.map +1 -1
- package/lib/commands/data/upsert/resume.js +1 -3
- package/lib/commands/data/upsert/resume.js.map +1 -1
- package/lib/commands/force/data/bulk/delete.js +1 -3
- package/lib/commands/force/data/bulk/delete.js.map +1 -1
- package/lib/commands/force/data/bulk/status.js +1 -3
- package/lib/commands/force/data/bulk/status.js.map +1 -1
- package/lib/commands/force/data/bulk/upsert.js +1 -3
- package/lib/commands/force/data/bulk/upsert.js.map +1 -1
- package/lib/dataCommand.js +1 -3
- package/lib/dataCommand.js.map +1 -1
- package/lib/flags.js +1 -3
- package/lib/flags.js.map +1 -1
- package/lib/reporters.js +1 -3
- package/lib/reporters.js.map +1 -1
- package/lib/resumeBulkCommand.js +1 -3
- package/lib/resumeBulkCommand.js.map +1 -1
- package/oclif.lock +204 -155
- package/oclif.manifest.json +154 -170
- package/package.json +10 -10
package/oclif.manifest.json
CHANGED
|
@@ -169,7 +169,6 @@
|
|
|
169
169
|
"strict": true,
|
|
170
170
|
"summary": "Execute a SOQL query.",
|
|
171
171
|
"enableJsonFlag": true,
|
|
172
|
-
"SF_ENV": "SF_ENV",
|
|
173
172
|
"isESM": true,
|
|
174
173
|
"relativePath": [
|
|
175
174
|
"lib",
|
|
@@ -300,7 +299,6 @@
|
|
|
300
299
|
"strict": true,
|
|
301
300
|
"summary": "View the status of a bulk data load job or batch.",
|
|
302
301
|
"enableJsonFlag": true,
|
|
303
|
-
"SF_ENV": "SF_ENV",
|
|
304
302
|
"isESM": true,
|
|
305
303
|
"relativePath": [
|
|
306
304
|
"lib",
|
|
@@ -314,6 +312,159 @@
|
|
|
314
312
|
"resume:data"
|
|
315
313
|
]
|
|
316
314
|
},
|
|
315
|
+
"data:create:record": {
|
|
316
|
+
"aliases": [
|
|
317
|
+
"force:data:record:create"
|
|
318
|
+
],
|
|
319
|
+
"args": {},
|
|
320
|
+
"deprecateAliases": true,
|
|
321
|
+
"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.",
|
|
322
|
+
"examples": [
|
|
323
|
+
"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\"",
|
|
324
|
+
"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",
|
|
325
|
+
"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\""
|
|
326
|
+
],
|
|
327
|
+
"flags": {
|
|
328
|
+
"json": {
|
|
329
|
+
"description": "Format output as json.",
|
|
330
|
+
"helpGroup": "GLOBAL",
|
|
331
|
+
"name": "json",
|
|
332
|
+
"allowNo": false,
|
|
333
|
+
"type": "boolean"
|
|
334
|
+
},
|
|
335
|
+
"target-org": {
|
|
336
|
+
"aliases": [
|
|
337
|
+
"targetusername",
|
|
338
|
+
"u"
|
|
339
|
+
],
|
|
340
|
+
"char": "o",
|
|
341
|
+
"deprecateAliases": true,
|
|
342
|
+
"name": "target-org",
|
|
343
|
+
"noCacheDefault": true,
|
|
344
|
+
"required": true,
|
|
345
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
346
|
+
"hasDynamicHelp": true,
|
|
347
|
+
"multiple": false,
|
|
348
|
+
"type": "option"
|
|
349
|
+
},
|
|
350
|
+
"api-version": {
|
|
351
|
+
"aliases": [
|
|
352
|
+
"apiversion"
|
|
353
|
+
],
|
|
354
|
+
"deprecateAliases": true,
|
|
355
|
+
"description": "Override the api version used for api requests made by this command",
|
|
356
|
+
"name": "api-version",
|
|
357
|
+
"hasDynamicHelp": false,
|
|
358
|
+
"multiple": false,
|
|
359
|
+
"type": "option"
|
|
360
|
+
},
|
|
361
|
+
"loglevel": {
|
|
362
|
+
"deprecated": {
|
|
363
|
+
"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."
|
|
364
|
+
},
|
|
365
|
+
"hidden": true,
|
|
366
|
+
"name": "loglevel",
|
|
367
|
+
"hasDynamicHelp": false,
|
|
368
|
+
"multiple": false,
|
|
369
|
+
"type": "option"
|
|
370
|
+
},
|
|
371
|
+
"sobject": {
|
|
372
|
+
"aliases": [
|
|
373
|
+
"sobjecttype"
|
|
374
|
+
],
|
|
375
|
+
"char": "s",
|
|
376
|
+
"deprecateAliases": true,
|
|
377
|
+
"name": "sobject",
|
|
378
|
+
"required": true,
|
|
379
|
+
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
380
|
+
"hasDynamicHelp": false,
|
|
381
|
+
"multiple": false,
|
|
382
|
+
"type": "option"
|
|
383
|
+
},
|
|
384
|
+
"values": {
|
|
385
|
+
"char": "v",
|
|
386
|
+
"name": "values",
|
|
387
|
+
"required": true,
|
|
388
|
+
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
389
|
+
"hasDynamicHelp": false,
|
|
390
|
+
"multiple": false,
|
|
391
|
+
"type": "option"
|
|
392
|
+
},
|
|
393
|
+
"use-tooling-api": {
|
|
394
|
+
"aliases": [
|
|
395
|
+
"usetoolingapi"
|
|
396
|
+
],
|
|
397
|
+
"char": "t",
|
|
398
|
+
"deprecateAliases": true,
|
|
399
|
+
"name": "use-tooling-api",
|
|
400
|
+
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
401
|
+
"allowNo": false,
|
|
402
|
+
"type": "boolean"
|
|
403
|
+
},
|
|
404
|
+
"perflog": {
|
|
405
|
+
"deprecated": {
|
|
406
|
+
"version": "57"
|
|
407
|
+
},
|
|
408
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
409
|
+
"hidden": true,
|
|
410
|
+
"name": "perflog",
|
|
411
|
+
"summary": "Get API performance data.",
|
|
412
|
+
"allowNo": false,
|
|
413
|
+
"type": "boolean"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"hasDynamicHelp": true,
|
|
417
|
+
"hiddenAliases": [],
|
|
418
|
+
"id": "data:create:record",
|
|
419
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
420
|
+
"pluginName": "@salesforce/plugin-data",
|
|
421
|
+
"pluginType": "core",
|
|
422
|
+
"strict": true,
|
|
423
|
+
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
424
|
+
"enableJsonFlag": true,
|
|
425
|
+
"isESM": true,
|
|
426
|
+
"relativePath": [
|
|
427
|
+
"lib",
|
|
428
|
+
"commands",
|
|
429
|
+
"data",
|
|
430
|
+
"create",
|
|
431
|
+
"record.js"
|
|
432
|
+
],
|
|
433
|
+
"aliasPermutations": [
|
|
434
|
+
"force:data:record:create",
|
|
435
|
+
"data:force:record:create",
|
|
436
|
+
"data:record:force:create",
|
|
437
|
+
"data:record:create:force",
|
|
438
|
+
"force:record:data:create",
|
|
439
|
+
"record:force:data:create",
|
|
440
|
+
"record:data:force:create",
|
|
441
|
+
"record:data:create:force",
|
|
442
|
+
"force:record:create:data",
|
|
443
|
+
"record:force:create:data",
|
|
444
|
+
"record:create:force:data",
|
|
445
|
+
"record:create:data:force",
|
|
446
|
+
"force:data:create:record",
|
|
447
|
+
"data:force:create:record",
|
|
448
|
+
"data:create:force:record",
|
|
449
|
+
"data:create:record:force",
|
|
450
|
+
"force:create:data:record",
|
|
451
|
+
"create:force:data:record",
|
|
452
|
+
"create:data:force:record",
|
|
453
|
+
"create:data:record:force",
|
|
454
|
+
"force:create:record:data",
|
|
455
|
+
"create:force:record:data",
|
|
456
|
+
"create:record:force:data",
|
|
457
|
+
"create:record:data:force"
|
|
458
|
+
],
|
|
459
|
+
"permutations": [
|
|
460
|
+
"data:create:record",
|
|
461
|
+
"create:data:record",
|
|
462
|
+
"create:record:data",
|
|
463
|
+
"data:record:create",
|
|
464
|
+
"record:data:create",
|
|
465
|
+
"record:create:data"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
317
468
|
"data:delete:bulk": {
|
|
318
469
|
"aliases": [],
|
|
319
470
|
"args": {},
|
|
@@ -433,7 +584,6 @@
|
|
|
433
584
|
"strict": true,
|
|
434
585
|
"summary": "Bulk delete records from an org using a CSV file. Uses Bulk API 2.0.",
|
|
435
586
|
"enableJsonFlag": true,
|
|
436
|
-
"SF_ENV": "SF_ENV",
|
|
437
587
|
"isESM": true,
|
|
438
588
|
"relativePath": [
|
|
439
589
|
"lib",
|
|
@@ -574,7 +724,6 @@
|
|
|
574
724
|
"strict": true,
|
|
575
725
|
"summary": "Deletes a single record from a Salesforce or Tooling API object.",
|
|
576
726
|
"enableJsonFlag": true,
|
|
577
|
-
"SF_ENV": "SF_ENV",
|
|
578
727
|
"isESM": true,
|
|
579
728
|
"relativePath": [
|
|
580
729
|
"lib",
|
|
@@ -708,7 +857,6 @@
|
|
|
708
857
|
"strict": true,
|
|
709
858
|
"summary": "Resume a bulk delete job that you previously started. Uses Bulk API 2.0.",
|
|
710
859
|
"enableJsonFlag": true,
|
|
711
|
-
"SF_ENV": "SF_ENV",
|
|
712
860
|
"isESM": true,
|
|
713
861
|
"relativePath": [
|
|
714
862
|
"lib",
|
|
@@ -727,160 +875,6 @@
|
|
|
727
875
|
"resume:delete:data"
|
|
728
876
|
]
|
|
729
877
|
},
|
|
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
878
|
"data:export:tree": {
|
|
885
879
|
"aliases": [
|
|
886
880
|
"force:data:tree:export"
|
|
@@ -983,7 +977,6 @@
|
|
|
983
977
|
"strict": true,
|
|
984
978
|
"summary": "Export data from an org into one or more JSON files.",
|
|
985
979
|
"enableJsonFlag": true,
|
|
986
|
-
"SF_ENV": "SF_ENV",
|
|
987
980
|
"isESM": true,
|
|
988
981
|
"relativePath": [
|
|
989
982
|
"lib",
|
|
@@ -1149,7 +1142,6 @@
|
|
|
1149
1142
|
"strict": true,
|
|
1150
1143
|
"summary": "Retrieve and display a single record of a Salesforce or Tooling API object.",
|
|
1151
1144
|
"enableJsonFlag": true,
|
|
1152
|
-
"SF_ENV": "SF_ENV",
|
|
1153
1145
|
"isESM": true,
|
|
1154
1146
|
"relativePath": [
|
|
1155
1147
|
"lib",
|
|
@@ -1305,7 +1297,6 @@
|
|
|
1305
1297
|
"strict": true,
|
|
1306
1298
|
"summary": "Import data from one or more JSON files into an org.",
|
|
1307
1299
|
"enableJsonFlag": true,
|
|
1308
|
-
"SF_ENV": "SF_ENV",
|
|
1309
1300
|
"isESM": true,
|
|
1310
1301
|
"relativePath": [
|
|
1311
1302
|
"lib",
|
|
@@ -1451,7 +1442,6 @@
|
|
|
1451
1442
|
"strict": true,
|
|
1452
1443
|
"summary": "View the status of a bulk query.",
|
|
1453
1444
|
"enableJsonFlag": true,
|
|
1454
|
-
"SF_ENV": "SF_ENV",
|
|
1455
1445
|
"isESM": true,
|
|
1456
1446
|
"relativePath": [
|
|
1457
1447
|
"lib",
|
|
@@ -1721,7 +1711,6 @@
|
|
|
1721
1711
|
"strict": true,
|
|
1722
1712
|
"summary": "Updates a single record of a Salesforce or Tooling API object.",
|
|
1723
1713
|
"enableJsonFlag": true,
|
|
1724
|
-
"SF_ENV": "SF_ENV",
|
|
1725
1714
|
"isESM": true,
|
|
1726
1715
|
"relativePath": [
|
|
1727
1716
|
"lib",
|
|
@@ -1897,7 +1886,6 @@
|
|
|
1897
1886
|
"strict": true,
|
|
1898
1887
|
"summary": "Bulk upsert records to an org from a CSV file. Uses Bulk API 2.0.",
|
|
1899
1888
|
"enableJsonFlag": true,
|
|
1900
|
-
"SF_ENV": "SF_ENV",
|
|
1901
1889
|
"isESM": true,
|
|
1902
1890
|
"relativePath": [
|
|
1903
1891
|
"lib",
|
|
@@ -2005,7 +1993,6 @@
|
|
|
2005
1993
|
"strict": true,
|
|
2006
1994
|
"summary": "Resume a bulk upsert job that you previously started. Uses Bulk API 2.0.",
|
|
2007
1995
|
"enableJsonFlag": true,
|
|
2008
|
-
"SF_ENV": "SF_ENV",
|
|
2009
1996
|
"isESM": true,
|
|
2010
1997
|
"relativePath": [
|
|
2011
1998
|
"lib",
|
|
@@ -2124,7 +2111,6 @@
|
|
|
2124
2111
|
"strict": true,
|
|
2125
2112
|
"summary": "Bulk delete records from an org using a CSV file. Uses Bulk API 1.0.",
|
|
2126
2113
|
"enableJsonFlag": true,
|
|
2127
|
-
"SF_ENV": "SF_ENV",
|
|
2128
2114
|
"isESM": true,
|
|
2129
2115
|
"relativePath": [
|
|
2130
2116
|
"lib",
|
|
@@ -2249,7 +2235,6 @@
|
|
|
2249
2235
|
"strict": true,
|
|
2250
2236
|
"summary": "View the status of a bulk data load job or batch. Uses Bulk API 1.0.",
|
|
2251
2237
|
"enableJsonFlag": true,
|
|
2252
|
-
"SF_ENV": "SF_ENV",
|
|
2253
2238
|
"isESM": true,
|
|
2254
2239
|
"relativePath": [
|
|
2255
2240
|
"lib",
|
|
@@ -2407,7 +2392,6 @@
|
|
|
2407
2392
|
"strict": true,
|
|
2408
2393
|
"summary": "Bulk upsert records to an org from a CSV file. Uses Bulk API 1.0.",
|
|
2409
2394
|
"enableJsonFlag": true,
|
|
2410
|
-
"SF_ENV": "SF_ENV",
|
|
2411
2395
|
"isESM": true,
|
|
2412
2396
|
"relativePath": [
|
|
2413
2397
|
"lib",
|
|
@@ -2446,5 +2430,5 @@
|
|
|
2446
2430
|
]
|
|
2447
2431
|
}
|
|
2448
2432
|
},
|
|
2449
|
-
"version": "3.0.
|
|
2433
|
+
"version": "3.0.14"
|
|
2450
2434
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.14",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@oclif/core": "^3.15.1",
|
|
112
112
|
"@salesforce/core": "^6.4.2",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
|
-
"@salesforce/sf-plugins-core": "^
|
|
114
|
+
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"change-case": "^5.3.0",
|
|
@@ -120,13 +120,13 @@
|
|
|
120
120
|
"jsforce": "^2.0.0-beta.29"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
124
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
125
|
-
"@salesforce/dev-scripts": "^8.
|
|
126
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
123
|
+
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
124
|
+
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
125
|
+
"@salesforce/dev-scripts": "^8.2.0",
|
|
126
|
+
"@salesforce/plugin-command-reference": "^3.0.59",
|
|
127
127
|
"@types/chai-as-promised": "^7.1.8",
|
|
128
128
|
"chai-as-promised": "^7.1.1",
|
|
129
|
-
"eslint-plugin-sf-plugin": "^1.
|
|
129
|
+
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
130
130
|
"oclif": "^4.1.0",
|
|
131
131
|
"shx": "^0.3.3",
|
|
132
132
|
"ts-node": "^10.9.2",
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
"output": []
|
|
239
239
|
},
|
|
240
240
|
"link-check": {
|
|
241
|
-
"command": "node -e \"process.exit(process.env.CI ? 0 : 1)\" || linkinator \"**/*.md\" --skip \"CHANGELOG.md|node_modules|test/|confluence.internal.salesforce.com|%s\" --markdown --retry --directory-listing --verbosity error",
|
|
241
|
+
"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",
|
|
242
242
|
"files": [
|
|
243
243
|
"./*.md",
|
|
244
244
|
"./!(CHANGELOG).md",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"exports": "./lib/index.js",
|
|
251
251
|
"type": "module",
|
|
252
252
|
"sfdx": {
|
|
253
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
254
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
253
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.14.crt",
|
|
254
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.14.sig"
|
|
255
255
|
}
|
|
256
256
|
}
|