@salesforce/plugin-data 3.6.3 → 3.6.5
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 +18 -18
- package/oclif.manifest.json +307 -307
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -142,7 +142,7 @@ EXAMPLES
|
|
|
142
142
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
145
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/create/file.ts)_
|
|
146
146
|
|
|
147
147
|
## `sf data create record`
|
|
148
148
|
|
|
@@ -198,7 +198,7 @@ EXAMPLES
|
|
|
198
198
|
TracedEntityId=01p17000000R6bLAAS"
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
201
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/create/record.ts)_
|
|
202
202
|
|
|
203
203
|
## `sf data delete bulk`
|
|
204
204
|
|
|
@@ -256,7 +256,7 @@ FLAG DESCRIPTIONS
|
|
|
256
256
|
and can be enabled only by a system administrator.
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
259
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/bulk.ts)_
|
|
260
260
|
|
|
261
261
|
## `sf data delete record`
|
|
262
262
|
|
|
@@ -317,7 +317,7 @@ EXAMPLES
|
|
|
317
317
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
320
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/record.ts)_
|
|
321
321
|
|
|
322
322
|
## `sf data delete resume`
|
|
323
323
|
|
|
@@ -356,7 +356,7 @@ EXAMPLES
|
|
|
356
356
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
359
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/resume.ts)_
|
|
360
360
|
|
|
361
361
|
## `sf data export tree`
|
|
362
362
|
|
|
@@ -417,7 +417,7 @@ EXAMPLES
|
|
|
417
417
|
my-scratch
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
420
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/export/tree.ts)_
|
|
421
421
|
|
|
422
422
|
## `sf data get record`
|
|
423
423
|
|
|
@@ -481,7 +481,7 @@ EXAMPLES
|
|
|
481
481
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
482
482
|
```
|
|
483
483
|
|
|
484
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
484
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/get/record.ts)_
|
|
485
485
|
|
|
486
486
|
## `sf data import tree`
|
|
487
487
|
|
|
@@ -546,7 +546,7 @@ FLAG DESCRIPTIONS
|
|
|
546
546
|
- files(array) - Files: An array of files paths to load
|
|
547
547
|
```
|
|
548
548
|
|
|
549
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
549
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/import/tree.ts)_
|
|
550
550
|
|
|
551
551
|
## `sf data query`
|
|
552
552
|
|
|
@@ -610,7 +610,7 @@ EXAMPLES
|
|
|
610
610
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
611
611
|
```
|
|
612
612
|
|
|
613
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
613
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/query.ts)_
|
|
614
614
|
|
|
615
615
|
## `sf data query resume`
|
|
616
616
|
|
|
@@ -648,7 +648,7 @@ EXAMPLES
|
|
|
648
648
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
651
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/query/resume.ts)_
|
|
652
652
|
|
|
653
653
|
## `sf data resume`
|
|
654
654
|
|
|
@@ -685,7 +685,7 @@ EXAMPLES
|
|
|
685
685
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
686
686
|
```
|
|
687
687
|
|
|
688
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
688
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/resume.ts)_
|
|
689
689
|
|
|
690
690
|
## `sf data search`
|
|
691
691
|
|
|
@@ -735,7 +735,7 @@ EXAMPLES
|
|
|
735
735
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
738
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/search.ts)_
|
|
739
739
|
|
|
740
740
|
## `sf data update record`
|
|
741
741
|
|
|
@@ -797,7 +797,7 @@ EXAMPLES
|
|
|
797
797
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
800
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/update/record.ts)_
|
|
801
801
|
|
|
802
802
|
## `sf data upsert bulk`
|
|
803
803
|
|
|
@@ -850,7 +850,7 @@ EXAMPLES
|
|
|
850
850
|
my-scratch
|
|
851
851
|
```
|
|
852
852
|
|
|
853
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
853
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/upsert/bulk.ts)_
|
|
854
854
|
|
|
855
855
|
## `sf data upsert resume`
|
|
856
856
|
|
|
@@ -889,7 +889,7 @@ EXAMPLES
|
|
|
889
889
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
890
890
|
```
|
|
891
891
|
|
|
892
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
892
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/upsert/resume.ts)_
|
|
893
893
|
|
|
894
894
|
## `sf force data bulk delete`
|
|
895
895
|
|
|
@@ -936,7 +936,7 @@ EXAMPLES
|
|
|
936
936
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
937
937
|
```
|
|
938
938
|
|
|
939
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
939
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/delete.ts)_
|
|
940
940
|
|
|
941
941
|
## `sf force data bulk status`
|
|
942
942
|
|
|
@@ -973,7 +973,7 @@ EXAMPLES
|
|
|
973
973
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
974
974
|
```
|
|
975
975
|
|
|
976
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
976
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/status.ts)_
|
|
977
977
|
|
|
978
978
|
## `sf force data bulk upsert`
|
|
979
979
|
|
|
@@ -1031,6 +1031,6 @@ EXAMPLES
|
|
|
1031
1031
|
--target-org my-scratch
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1034
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/upsert.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -447,13 +447,14 @@
|
|
|
447
447
|
"search:data"
|
|
448
448
|
]
|
|
449
449
|
},
|
|
450
|
-
"data:
|
|
450
|
+
"data:create:file": {
|
|
451
451
|
"aliases": [],
|
|
452
452
|
"args": {},
|
|
453
|
-
"description": "
|
|
453
|
+
"description": "This command always creates a new file in the org; you can't update an existing file. After a successful upload, the command displays the ID of the new ContentDocument record which represents the uploaded file.\n\nBy default, the uploaded file isn't attached to a record; in the Salesforce UI the file shows up in the Files tab. You can optionally attach the file to an existing record, such as an account, as long as you know its record ID.\n\nYou can also give the file a new name after it's been uploaded; by default its name in the org is the same as the local file name.",
|
|
454
454
|
"examples": [
|
|
455
|
-
"
|
|
456
|
-
"
|
|
455
|
+
"Upload the local file \"resources/astro.png\" to your default org:\n<%= config.bin %> <%= command.id %> --file resources/astro.png",
|
|
456
|
+
"Give the file a different filename after it's uploaded to the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --file resources/astro.png --title AstroOnABoat.png --target-org my-scratch",
|
|
457
|
+
"Attach the file to a record in the org:\n<%= config.bin %> <%= command.id %> --file path/to/astro.png --parent-id a03fakeLoJWPIA3"
|
|
457
458
|
],
|
|
458
459
|
"flags": {
|
|
459
460
|
"json": {
|
|
@@ -472,12 +473,7 @@
|
|
|
472
473
|
"type": "option"
|
|
473
474
|
},
|
|
474
475
|
"target-org": {
|
|
475
|
-
"aliases": [
|
|
476
|
-
"targetusername",
|
|
477
|
-
"u"
|
|
478
|
-
],
|
|
479
476
|
"char": "o",
|
|
480
|
-
"deprecateAliases": true,
|
|
481
477
|
"name": "target-org",
|
|
482
478
|
"noCacheDefault": true,
|
|
483
479
|
"required": true,
|
|
@@ -487,127 +483,77 @@
|
|
|
487
483
|
"type": "option"
|
|
488
484
|
},
|
|
489
485
|
"api-version": {
|
|
490
|
-
"aliases": [
|
|
491
|
-
"apiversion"
|
|
492
|
-
],
|
|
493
|
-
"deprecateAliases": true,
|
|
494
486
|
"description": "Override the api version used for api requests made by this command",
|
|
495
487
|
"name": "api-version",
|
|
496
488
|
"hasDynamicHelp": false,
|
|
497
489
|
"multiple": false,
|
|
498
490
|
"type": "option"
|
|
499
491
|
},
|
|
500
|
-
"
|
|
501
|
-
"
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
"
|
|
505
|
-
"name": "loglevel",
|
|
492
|
+
"title": {
|
|
493
|
+
"char": "t",
|
|
494
|
+
"name": "title",
|
|
495
|
+
"required": false,
|
|
496
|
+
"summary": "New title given to the file (ContentDocument) after it's uploaded.",
|
|
506
497
|
"hasDynamicHelp": false,
|
|
507
498
|
"multiple": false,
|
|
508
499
|
"type": "option"
|
|
509
500
|
},
|
|
510
501
|
"file": {
|
|
511
|
-
"aliases": [
|
|
512
|
-
"csvfile"
|
|
513
|
-
],
|
|
514
502
|
"char": "f",
|
|
515
|
-
"deprecateAliases": true,
|
|
516
503
|
"name": "file",
|
|
517
504
|
"required": true,
|
|
518
|
-
"summary": "
|
|
505
|
+
"summary": "Path of file to upload.",
|
|
519
506
|
"hasDynamicHelp": false,
|
|
520
507
|
"multiple": false,
|
|
521
508
|
"type": "option"
|
|
522
509
|
},
|
|
523
|
-
"
|
|
524
|
-
"
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
"char": "s",
|
|
528
|
-
"deprecateAliases": true,
|
|
529
|
-
"name": "sobject",
|
|
530
|
-
"required": true,
|
|
531
|
-
"summary": "API name of the Salesforce object, either standard or custom, that you want to update or delete records from.",
|
|
510
|
+
"parent-id": {
|
|
511
|
+
"char": "i",
|
|
512
|
+
"name": "parent-id",
|
|
513
|
+
"summary": "ID of the record to attach the file to.",
|
|
532
514
|
"hasDynamicHelp": false,
|
|
533
515
|
"multiple": false,
|
|
534
516
|
"type": "option"
|
|
535
|
-
},
|
|
536
|
-
"wait": {
|
|
537
|
-
"char": "w",
|
|
538
|
-
"exclusive": [
|
|
539
|
-
"async"
|
|
540
|
-
],
|
|
541
|
-
"name": "wait",
|
|
542
|
-
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
543
|
-
"default": "0 minutes",
|
|
544
|
-
"hasDynamicHelp": true,
|
|
545
|
-
"multiple": false,
|
|
546
|
-
"type": "option"
|
|
547
|
-
},
|
|
548
|
-
"async": {
|
|
549
|
-
"char": "a",
|
|
550
|
-
"exclusive": [
|
|
551
|
-
"wait"
|
|
552
|
-
],
|
|
553
|
-
"name": "async",
|
|
554
|
-
"summary": "Run the command asynchronously.",
|
|
555
|
-
"allowNo": false,
|
|
556
|
-
"type": "boolean"
|
|
557
|
-
},
|
|
558
|
-
"verbose": {
|
|
559
|
-
"name": "verbose",
|
|
560
|
-
"summary": "Print verbose output of failed records if result is available.",
|
|
561
|
-
"allowNo": false,
|
|
562
|
-
"type": "boolean"
|
|
563
|
-
},
|
|
564
|
-
"hard-delete": {
|
|
565
|
-
"description": "You must have the \"Bulk API Hard Delete\" system permission to use this flag. The permission is disabled by default and can be enabled only by a system administrator.",
|
|
566
|
-
"name": "hard-delete",
|
|
567
|
-
"summary": "Mark the records as immediately eligible for deletion by your org. If you don't specify this flag, the deleted records go into the Recycle Bin.",
|
|
568
|
-
"allowNo": false,
|
|
569
|
-
"type": "boolean"
|
|
570
517
|
}
|
|
571
518
|
},
|
|
572
519
|
"hasDynamicHelp": true,
|
|
573
520
|
"hiddenAliases": [],
|
|
574
|
-
"id": "data:
|
|
521
|
+
"id": "data:create:file",
|
|
575
522
|
"pluginAlias": "@salesforce/plugin-data",
|
|
576
523
|
"pluginName": "@salesforce/plugin-data",
|
|
577
524
|
"pluginType": "core",
|
|
578
525
|
"strict": true,
|
|
579
|
-
"summary": "
|
|
526
|
+
"summary": "Upload a local file to an org.",
|
|
580
527
|
"enableJsonFlag": true,
|
|
581
528
|
"isESM": true,
|
|
582
529
|
"relativePath": [
|
|
583
530
|
"lib",
|
|
584
531
|
"commands",
|
|
585
532
|
"data",
|
|
586
|
-
"
|
|
587
|
-
"
|
|
533
|
+
"create",
|
|
534
|
+
"file.js"
|
|
588
535
|
],
|
|
589
536
|
"aliasPermutations": [],
|
|
590
537
|
"permutations": [
|
|
591
|
-
"data:
|
|
592
|
-
"
|
|
593
|
-
"
|
|
594
|
-
"data:
|
|
595
|
-
"
|
|
596
|
-
"
|
|
538
|
+
"data:create:file",
|
|
539
|
+
"create:data:file",
|
|
540
|
+
"create:file:data",
|
|
541
|
+
"data:file:create",
|
|
542
|
+
"file:data:create",
|
|
543
|
+
"file:create:data"
|
|
597
544
|
]
|
|
598
545
|
},
|
|
599
|
-
"data:
|
|
546
|
+
"data:create:record": {
|
|
600
547
|
"aliases": [
|
|
601
|
-
"force:data:record:
|
|
548
|
+
"force:data:record:create"
|
|
602
549
|
],
|
|
603
550
|
"args": {},
|
|
604
551
|
"deprecateAliases": true,
|
|
605
|
-
"description": "
|
|
552
|
+
"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.",
|
|
606
553
|
"examples": [
|
|
607
|
-
"
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"Delete a record from the Tooling API object TraceFlag with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --record-id 7tf8c"
|
|
554
|
+
"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\"",
|
|
555
|
+
"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",
|
|
556
|
+
"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\""
|
|
611
557
|
],
|
|
612
558
|
"flags": {
|
|
613
559
|
"json": {
|
|
@@ -669,27 +615,16 @@
|
|
|
669
615
|
"deprecateAliases": true,
|
|
670
616
|
"name": "sobject",
|
|
671
617
|
"required": true,
|
|
672
|
-
"summary": "API name of the Salesforce or Tooling API object that you're
|
|
673
|
-
"hasDynamicHelp": false,
|
|
674
|
-
"multiple": false,
|
|
675
|
-
"type": "option"
|
|
676
|
-
},
|
|
677
|
-
"record-id": {
|
|
678
|
-
"aliases": [
|
|
679
|
-
"sobjectid"
|
|
680
|
-
],
|
|
681
|
-
"char": "i",
|
|
682
|
-
"deprecateAliases": true,
|
|
683
|
-
"name": "record-id",
|
|
684
|
-
"summary": "ID of the record you’re deleting.",
|
|
618
|
+
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
685
619
|
"hasDynamicHelp": false,
|
|
686
620
|
"multiple": false,
|
|
687
621
|
"type": "option"
|
|
688
622
|
},
|
|
689
|
-
"
|
|
690
|
-
"char": "
|
|
691
|
-
"name": "
|
|
692
|
-
"
|
|
623
|
+
"values": {
|
|
624
|
+
"char": "v",
|
|
625
|
+
"name": "values",
|
|
626
|
+
"required": true,
|
|
627
|
+
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
693
628
|
"hasDynamicHelp": false,
|
|
694
629
|
"multiple": false,
|
|
695
630
|
"type": "option"
|
|
@@ -701,7 +636,7 @@
|
|
|
701
636
|
"char": "t",
|
|
702
637
|
"deprecateAliases": true,
|
|
703
638
|
"name": "use-tooling-api",
|
|
704
|
-
"summary": "Use Tooling API so you can
|
|
639
|
+
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
705
640
|
"allowNo": false,
|
|
706
641
|
"type": "boolean"
|
|
707
642
|
},
|
|
@@ -719,64 +654,63 @@
|
|
|
719
654
|
},
|
|
720
655
|
"hasDynamicHelp": true,
|
|
721
656
|
"hiddenAliases": [],
|
|
722
|
-
"id": "data:
|
|
657
|
+
"id": "data:create:record",
|
|
723
658
|
"pluginAlias": "@salesforce/plugin-data",
|
|
724
659
|
"pluginName": "@salesforce/plugin-data",
|
|
725
660
|
"pluginType": "core",
|
|
726
661
|
"strict": true,
|
|
727
|
-
"summary": "
|
|
662
|
+
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
728
663
|
"enableJsonFlag": true,
|
|
729
664
|
"isESM": true,
|
|
730
665
|
"relativePath": [
|
|
731
666
|
"lib",
|
|
732
667
|
"commands",
|
|
733
668
|
"data",
|
|
734
|
-
"
|
|
669
|
+
"create",
|
|
735
670
|
"record.js"
|
|
736
671
|
],
|
|
737
672
|
"aliasPermutations": [
|
|
738
|
-
"force:data:record:
|
|
739
|
-
"data:force:record:
|
|
740
|
-
"data:record:force:
|
|
741
|
-
"data:record:
|
|
742
|
-
"force:record:data:
|
|
743
|
-
"record:force:data:
|
|
744
|
-
"record:data:force:
|
|
745
|
-
"record:data:
|
|
746
|
-
"force:record:
|
|
747
|
-
"record:force:
|
|
748
|
-
"record:
|
|
749
|
-
"record:
|
|
750
|
-
"force:data:
|
|
751
|
-
"data:force:
|
|
752
|
-
"data:
|
|
753
|
-
"data:
|
|
754
|
-
"force:
|
|
755
|
-
"
|
|
756
|
-
"
|
|
757
|
-
"
|
|
758
|
-
"force:
|
|
759
|
-
"
|
|
760
|
-
"
|
|
761
|
-
"
|
|
673
|
+
"force:data:record:create",
|
|
674
|
+
"data:force:record:create",
|
|
675
|
+
"data:record:force:create",
|
|
676
|
+
"data:record:create:force",
|
|
677
|
+
"force:record:data:create",
|
|
678
|
+
"record:force:data:create",
|
|
679
|
+
"record:data:force:create",
|
|
680
|
+
"record:data:create:force",
|
|
681
|
+
"force:record:create:data",
|
|
682
|
+
"record:force:create:data",
|
|
683
|
+
"record:create:force:data",
|
|
684
|
+
"record:create:data:force",
|
|
685
|
+
"force:data:create:record",
|
|
686
|
+
"data:force:create:record",
|
|
687
|
+
"data:create:force:record",
|
|
688
|
+
"data:create:record:force",
|
|
689
|
+
"force:create:data:record",
|
|
690
|
+
"create:force:data:record",
|
|
691
|
+
"create:data:force:record",
|
|
692
|
+
"create:data:record:force",
|
|
693
|
+
"force:create:record:data",
|
|
694
|
+
"create:force:record:data",
|
|
695
|
+
"create:record:force:data",
|
|
696
|
+
"create:record:data:force"
|
|
762
697
|
],
|
|
763
698
|
"permutations": [
|
|
764
|
-
"data:
|
|
765
|
-
"
|
|
766
|
-
"
|
|
767
|
-
"data:record:
|
|
768
|
-
"record:data:
|
|
769
|
-
"record:
|
|
699
|
+
"data:create:record",
|
|
700
|
+
"create:data:record",
|
|
701
|
+
"create:record:data",
|
|
702
|
+
"data:record:create",
|
|
703
|
+
"record:data:create",
|
|
704
|
+
"record:create:data"
|
|
770
705
|
]
|
|
771
706
|
},
|
|
772
|
-
"data:delete:
|
|
707
|
+
"data:delete:bulk": {
|
|
773
708
|
"aliases": [],
|
|
774
709
|
"args": {},
|
|
775
|
-
"
|
|
776
|
-
"description": "The command uses the job ID returned by the \"<%= config.bin %> data delete bulk\" command or the most recently-run bulk delete job.",
|
|
710
|
+
"description": "The CSV file must have only one column (\"Id\") and then the list of record IDs you want to delete, one ID per line.\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 ID to check the status of the job with the \"<%= config.bin %> data delete resume\" command.",
|
|
777
711
|
"examples": [
|
|
778
|
-
"
|
|
779
|
-
"
|
|
712
|
+
"Bulk delete Account records from your default org using the list of IDs in the \"files/delete.csv\" file:\n<%= config.bin %> <%= command.id %> --sobject Account --file files/delete.csv",
|
|
713
|
+
"Bulk delete records from 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/delete.csv --wait 5 --target-org my-scratch"
|
|
780
714
|
],
|
|
781
715
|
"flags": {
|
|
782
716
|
"json": {
|
|
@@ -803,41 +737,17 @@
|
|
|
803
737
|
"deprecateAliases": true,
|
|
804
738
|
"name": "target-org",
|
|
805
739
|
"noCacheDefault": true,
|
|
806
|
-
"
|
|
740
|
+
"required": true,
|
|
741
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
807
742
|
"hasDynamicHelp": true,
|
|
808
743
|
"multiple": false,
|
|
809
744
|
"type": "option"
|
|
810
745
|
},
|
|
811
|
-
"
|
|
746
|
+
"api-version": {
|
|
812
747
|
"aliases": [
|
|
813
|
-
"
|
|
748
|
+
"apiversion"
|
|
814
749
|
],
|
|
815
|
-
"char": "i",
|
|
816
750
|
"deprecateAliases": true,
|
|
817
|
-
"name": "job-id",
|
|
818
|
-
"summary": "ID of the job you want to resume.",
|
|
819
|
-
"hasDynamicHelp": false,
|
|
820
|
-
"multiple": false,
|
|
821
|
-
"type": "option"
|
|
822
|
-
},
|
|
823
|
-
"use-most-recent": {
|
|
824
|
-
"exclusive": [
|
|
825
|
-
"job-id"
|
|
826
|
-
],
|
|
827
|
-
"name": "use-most-recent",
|
|
828
|
-
"summary": "Use the ID of the most recently-run bulk job.",
|
|
829
|
-
"allowNo": false,
|
|
830
|
-
"type": "boolean"
|
|
831
|
-
},
|
|
832
|
-
"wait": {
|
|
833
|
-
"name": "wait",
|
|
834
|
-
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
835
|
-
"default": "0 minutes",
|
|
836
|
-
"hasDynamicHelp": true,
|
|
837
|
-
"multiple": false,
|
|
838
|
-
"type": "option"
|
|
839
|
-
},
|
|
840
|
-
"api-version": {
|
|
841
751
|
"description": "Override the api version used for api requests made by this command",
|
|
842
752
|
"name": "api-version",
|
|
843
753
|
"hasDynamicHelp": false,
|
|
@@ -853,16 +763,77 @@
|
|
|
853
763
|
"hasDynamicHelp": false,
|
|
854
764
|
"multiple": false,
|
|
855
765
|
"type": "option"
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
766
|
+
},
|
|
767
|
+
"file": {
|
|
768
|
+
"aliases": [
|
|
769
|
+
"csvfile"
|
|
770
|
+
],
|
|
771
|
+
"char": "f",
|
|
772
|
+
"deprecateAliases": true,
|
|
773
|
+
"name": "file",
|
|
774
|
+
"required": true,
|
|
775
|
+
"summary": "CSV file that contains the IDs of the records to update or delete.",
|
|
776
|
+
"hasDynamicHelp": false,
|
|
777
|
+
"multiple": false,
|
|
778
|
+
"type": "option"
|
|
779
|
+
},
|
|
780
|
+
"sobject": {
|
|
781
|
+
"aliases": [
|
|
782
|
+
"sobjecttype"
|
|
783
|
+
],
|
|
784
|
+
"char": "s",
|
|
785
|
+
"deprecateAliases": true,
|
|
786
|
+
"name": "sobject",
|
|
787
|
+
"required": true,
|
|
788
|
+
"summary": "API name of the Salesforce object, either standard or custom, that you want to update or delete records from.",
|
|
789
|
+
"hasDynamicHelp": false,
|
|
790
|
+
"multiple": false,
|
|
791
|
+
"type": "option"
|
|
792
|
+
},
|
|
793
|
+
"wait": {
|
|
794
|
+
"char": "w",
|
|
795
|
+
"exclusive": [
|
|
796
|
+
"async"
|
|
797
|
+
],
|
|
798
|
+
"name": "wait",
|
|
799
|
+
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
800
|
+
"default": "0 minutes",
|
|
801
|
+
"hasDynamicHelp": true,
|
|
802
|
+
"multiple": false,
|
|
803
|
+
"type": "option"
|
|
804
|
+
},
|
|
805
|
+
"async": {
|
|
806
|
+
"char": "a",
|
|
807
|
+
"exclusive": [
|
|
808
|
+
"wait"
|
|
809
|
+
],
|
|
810
|
+
"name": "async",
|
|
811
|
+
"summary": "Run the command asynchronously.",
|
|
812
|
+
"allowNo": false,
|
|
813
|
+
"type": "boolean"
|
|
814
|
+
},
|
|
815
|
+
"verbose": {
|
|
816
|
+
"name": "verbose",
|
|
817
|
+
"summary": "Print verbose output of failed records if result is available.",
|
|
818
|
+
"allowNo": false,
|
|
819
|
+
"type": "boolean"
|
|
820
|
+
},
|
|
821
|
+
"hard-delete": {
|
|
822
|
+
"description": "You must have the \"Bulk API Hard Delete\" system permission to use this flag. The permission is disabled by default and can be enabled only by a system administrator.",
|
|
823
|
+
"name": "hard-delete",
|
|
824
|
+
"summary": "Mark the records as immediately eligible for deletion by your org. If you don't specify this flag, the deleted records go into the Recycle Bin.",
|
|
825
|
+
"allowNo": false,
|
|
826
|
+
"type": "boolean"
|
|
827
|
+
}
|
|
828
|
+
},
|
|
829
|
+
"hasDynamicHelp": true,
|
|
830
|
+
"hiddenAliases": [],
|
|
831
|
+
"id": "data:delete:bulk",
|
|
832
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
833
|
+
"pluginName": "@salesforce/plugin-data",
|
|
834
|
+
"pluginType": "core",
|
|
864
835
|
"strict": true,
|
|
865
|
-
"summary": "
|
|
836
|
+
"summary": "Bulk delete records from an org using a CSV file. Uses Bulk API 2.0.",
|
|
866
837
|
"enableJsonFlag": true,
|
|
867
838
|
"isESM": true,
|
|
868
839
|
"relativePath": [
|
|
@@ -870,26 +841,30 @@
|
|
|
870
841
|
"commands",
|
|
871
842
|
"data",
|
|
872
843
|
"delete",
|
|
873
|
-
"
|
|
844
|
+
"bulk.js"
|
|
874
845
|
],
|
|
875
846
|
"aliasPermutations": [],
|
|
876
847
|
"permutations": [
|
|
877
|
-
"data:delete:
|
|
878
|
-
"delete:data:
|
|
879
|
-
"delete:
|
|
880
|
-
"data:
|
|
881
|
-
"
|
|
882
|
-
"
|
|
848
|
+
"data:delete:bulk",
|
|
849
|
+
"delete:data:bulk",
|
|
850
|
+
"delete:bulk:data",
|
|
851
|
+
"data:bulk:delete",
|
|
852
|
+
"bulk:data:delete",
|
|
853
|
+
"bulk:delete:data"
|
|
883
854
|
]
|
|
884
855
|
},
|
|
885
|
-
"data:
|
|
886
|
-
"aliases": [
|
|
856
|
+
"data:delete:record": {
|
|
857
|
+
"aliases": [
|
|
858
|
+
"force:data:record:delete"
|
|
859
|
+
],
|
|
887
860
|
"args": {},
|
|
888
|
-
"
|
|
861
|
+
"deprecateAliases": true,
|
|
862
|
+
"description": "Specify the record you want to delete 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 delete fails; the error displays how many records were found.\n\nWhen specifying field-value pairs, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command deletes a record from Salesforce objects by default. Use the --use-tooling-api flag to delete from a Tooling API object.",
|
|
889
863
|
"examples": [
|
|
890
|
-
"
|
|
891
|
-
"
|
|
892
|
-
"
|
|
864
|
+
"Delete a record from Account with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --sobject Account --record-id 00180XX",
|
|
865
|
+
"Delete a record from Account whose name equals \"Acme\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name=Acme\"",
|
|
866
|
+
"Delete a record from Account identified with two field values, one that contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --where \"Name='Universal Containers' Phone='(123) 456-7890'\" --target-org myscratch",
|
|
867
|
+
"Delete a record from the Tooling API object TraceFlag with the specified (truncated) ID:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --record-id 7tf8c"
|
|
893
868
|
],
|
|
894
869
|
"flags": {
|
|
895
870
|
"json": {
|
|
@@ -908,7 +883,12 @@
|
|
|
908
883
|
"type": "option"
|
|
909
884
|
},
|
|
910
885
|
"target-org": {
|
|
886
|
+
"aliases": [
|
|
887
|
+
"targetusername",
|
|
888
|
+
"u"
|
|
889
|
+
],
|
|
911
890
|
"char": "o",
|
|
891
|
+
"deprecateAliases": true,
|
|
912
892
|
"name": "target-org",
|
|
913
893
|
"noCacheDefault": true,
|
|
914
894
|
"required": true,
|
|
@@ -918,77 +898,142 @@
|
|
|
918
898
|
"type": "option"
|
|
919
899
|
},
|
|
920
900
|
"api-version": {
|
|
901
|
+
"aliases": [
|
|
902
|
+
"apiversion"
|
|
903
|
+
],
|
|
904
|
+
"deprecateAliases": true,
|
|
921
905
|
"description": "Override the api version used for api requests made by this command",
|
|
922
906
|
"name": "api-version",
|
|
923
907
|
"hasDynamicHelp": false,
|
|
924
908
|
"multiple": false,
|
|
925
909
|
"type": "option"
|
|
926
910
|
},
|
|
927
|
-
"
|
|
928
|
-
"
|
|
929
|
-
|
|
930
|
-
|
|
931
|
-
"
|
|
911
|
+
"loglevel": {
|
|
912
|
+
"deprecated": {
|
|
913
|
+
"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."
|
|
914
|
+
},
|
|
915
|
+
"hidden": true,
|
|
916
|
+
"name": "loglevel",
|
|
932
917
|
"hasDynamicHelp": false,
|
|
933
918
|
"multiple": false,
|
|
934
919
|
"type": "option"
|
|
935
920
|
},
|
|
936
|
-
"
|
|
937
|
-
"
|
|
938
|
-
|
|
921
|
+
"sobject": {
|
|
922
|
+
"aliases": [
|
|
923
|
+
"sobjecttype"
|
|
924
|
+
],
|
|
925
|
+
"char": "s",
|
|
926
|
+
"deprecateAliases": true,
|
|
927
|
+
"name": "sobject",
|
|
939
928
|
"required": true,
|
|
940
|
-
"summary": "
|
|
929
|
+
"summary": "API name of the Salesforce or Tooling API object that you're deleting a record from.",
|
|
941
930
|
"hasDynamicHelp": false,
|
|
942
931
|
"multiple": false,
|
|
943
932
|
"type": "option"
|
|
944
933
|
},
|
|
945
|
-
"
|
|
934
|
+
"record-id": {
|
|
935
|
+
"aliases": [
|
|
936
|
+
"sobjectid"
|
|
937
|
+
],
|
|
946
938
|
"char": "i",
|
|
947
|
-
"
|
|
948
|
-
"
|
|
939
|
+
"deprecateAliases": true,
|
|
940
|
+
"name": "record-id",
|
|
941
|
+
"summary": "ID of the record you’re deleting.",
|
|
942
|
+
"hasDynamicHelp": false,
|
|
943
|
+
"multiple": false,
|
|
944
|
+
"type": "option"
|
|
945
|
+
},
|
|
946
|
+
"where": {
|
|
947
|
+
"char": "w",
|
|
948
|
+
"name": "where",
|
|
949
|
+
"summary": "List of <fieldName>=<value> pairs that identify the record you want to delete.",
|
|
949
950
|
"hasDynamicHelp": false,
|
|
950
951
|
"multiple": false,
|
|
951
952
|
"type": "option"
|
|
953
|
+
},
|
|
954
|
+
"use-tooling-api": {
|
|
955
|
+
"aliases": [
|
|
956
|
+
"usetoolingapi"
|
|
957
|
+
],
|
|
958
|
+
"char": "t",
|
|
959
|
+
"deprecateAliases": true,
|
|
960
|
+
"name": "use-tooling-api",
|
|
961
|
+
"summary": "Use Tooling API so you can delete a record from a Tooling API object.",
|
|
962
|
+
"allowNo": false,
|
|
963
|
+
"type": "boolean"
|
|
964
|
+
},
|
|
965
|
+
"perflog": {
|
|
966
|
+
"deprecated": {
|
|
967
|
+
"version": "57"
|
|
968
|
+
},
|
|
969
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
970
|
+
"hidden": true,
|
|
971
|
+
"name": "perflog",
|
|
972
|
+
"summary": "Get API performance data.",
|
|
973
|
+
"allowNo": false,
|
|
974
|
+
"type": "boolean"
|
|
952
975
|
}
|
|
953
976
|
},
|
|
954
977
|
"hasDynamicHelp": true,
|
|
955
978
|
"hiddenAliases": [],
|
|
956
|
-
"id": "data:
|
|
979
|
+
"id": "data:delete:record",
|
|
957
980
|
"pluginAlias": "@salesforce/plugin-data",
|
|
958
981
|
"pluginName": "@salesforce/plugin-data",
|
|
959
982
|
"pluginType": "core",
|
|
960
983
|
"strict": true,
|
|
961
|
-
"summary": "
|
|
984
|
+
"summary": "Deletes a single record from a Salesforce or Tooling API object.",
|
|
962
985
|
"enableJsonFlag": true,
|
|
963
986
|
"isESM": true,
|
|
964
987
|
"relativePath": [
|
|
965
988
|
"lib",
|
|
966
989
|
"commands",
|
|
967
990
|
"data",
|
|
968
|
-
"
|
|
969
|
-
"
|
|
991
|
+
"delete",
|
|
992
|
+
"record.js"
|
|
993
|
+
],
|
|
994
|
+
"aliasPermutations": [
|
|
995
|
+
"force:data:record:delete",
|
|
996
|
+
"data:force:record:delete",
|
|
997
|
+
"data:record:force:delete",
|
|
998
|
+
"data:record:delete:force",
|
|
999
|
+
"force:record:data:delete",
|
|
1000
|
+
"record:force:data:delete",
|
|
1001
|
+
"record:data:force:delete",
|
|
1002
|
+
"record:data:delete:force",
|
|
1003
|
+
"force:record:delete:data",
|
|
1004
|
+
"record:force:delete:data",
|
|
1005
|
+
"record:delete:force:data",
|
|
1006
|
+
"record:delete:data:force",
|
|
1007
|
+
"force:data:delete:record",
|
|
1008
|
+
"data:force:delete:record",
|
|
1009
|
+
"data:delete:force:record",
|
|
1010
|
+
"data:delete:record:force",
|
|
1011
|
+
"force:delete:data:record",
|
|
1012
|
+
"delete:force:data:record",
|
|
1013
|
+
"delete:data:force:record",
|
|
1014
|
+
"delete:data:record:force",
|
|
1015
|
+
"force:delete:record:data",
|
|
1016
|
+
"delete:force:record:data",
|
|
1017
|
+
"delete:record:force:data",
|
|
1018
|
+
"delete:record:data:force"
|
|
970
1019
|
],
|
|
971
|
-
"aliasPermutations": [],
|
|
972
1020
|
"permutations": [
|
|
973
|
-
"data:
|
|
974
|
-
"
|
|
975
|
-
"
|
|
976
|
-
"data:
|
|
977
|
-
"
|
|
978
|
-
"
|
|
1021
|
+
"data:delete:record",
|
|
1022
|
+
"delete:data:record",
|
|
1023
|
+
"delete:record:data",
|
|
1024
|
+
"data:record:delete",
|
|
1025
|
+
"record:data:delete",
|
|
1026
|
+
"record:delete:data"
|
|
979
1027
|
]
|
|
980
1028
|
},
|
|
981
|
-
"data:
|
|
982
|
-
"aliases": [
|
|
983
|
-
"force:data:record:create"
|
|
984
|
-
],
|
|
1029
|
+
"data:delete:resume": {
|
|
1030
|
+
"aliases": [],
|
|
985
1031
|
"args": {},
|
|
986
1032
|
"deprecateAliases": true,
|
|
987
|
-
"description": "
|
|
1033
|
+
"description": "The command uses the job ID returned by the \"<%= config.bin %> data delete bulk\" command or the most recently-run bulk delete job.",
|
|
988
1034
|
"examples": [
|
|
989
|
-
"
|
|
990
|
-
"
|
|
991
|
-
"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\""
|
|
1035
|
+
"Resume a bulk delete job from your default org using an ID:\n<%= config.bin %> <%= command.id %> --job-id 750xx000000005sAAA",
|
|
1036
|
+
"Resume the most recently run bulk delete job for an org with alias my-scratch:\n<%= config.bin %> <%= command.id %> --use-most-recent --target-org my-scratch"
|
|
992
1037
|
],
|
|
993
1038
|
"flags": {
|
|
994
1039
|
"json": {
|
|
@@ -1015,128 +1060,83 @@
|
|
|
1015
1060
|
"deprecateAliases": true,
|
|
1016
1061
|
"name": "target-org",
|
|
1017
1062
|
"noCacheDefault": true,
|
|
1018
|
-
"
|
|
1019
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1063
|
+
"summary": "Username or alias of the target org. Not required if the \"target-org\" configuration variable is already set.",
|
|
1020
1064
|
"hasDynamicHelp": true,
|
|
1021
1065
|
"multiple": false,
|
|
1022
1066
|
"type": "option"
|
|
1023
1067
|
},
|
|
1024
|
-
"
|
|
1068
|
+
"job-id": {
|
|
1025
1069
|
"aliases": [
|
|
1026
|
-
"
|
|
1070
|
+
"jobid"
|
|
1027
1071
|
],
|
|
1072
|
+
"char": "i",
|
|
1028
1073
|
"deprecateAliases": true,
|
|
1029
|
-
"
|
|
1030
|
-
"
|
|
1031
|
-
"hasDynamicHelp": false,
|
|
1032
|
-
"multiple": false,
|
|
1033
|
-
"type": "option"
|
|
1034
|
-
},
|
|
1035
|
-
"loglevel": {
|
|
1036
|
-
"deprecated": {
|
|
1037
|
-
"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."
|
|
1038
|
-
},
|
|
1039
|
-
"hidden": true,
|
|
1040
|
-
"name": "loglevel",
|
|
1074
|
+
"name": "job-id",
|
|
1075
|
+
"summary": "ID of the job you want to resume.",
|
|
1041
1076
|
"hasDynamicHelp": false,
|
|
1042
1077
|
"multiple": false,
|
|
1043
1078
|
"type": "option"
|
|
1044
1079
|
},
|
|
1045
|
-
"
|
|
1046
|
-
"
|
|
1047
|
-
"
|
|
1080
|
+
"use-most-recent": {
|
|
1081
|
+
"exclusive": [
|
|
1082
|
+
"job-id"
|
|
1048
1083
|
],
|
|
1049
|
-
"
|
|
1050
|
-
"
|
|
1051
|
-
"
|
|
1052
|
-
"
|
|
1053
|
-
|
|
1054
|
-
|
|
1084
|
+
"name": "use-most-recent",
|
|
1085
|
+
"summary": "Use the ID of the most recently-run bulk job.",
|
|
1086
|
+
"allowNo": false,
|
|
1087
|
+
"type": "boolean"
|
|
1088
|
+
},
|
|
1089
|
+
"wait": {
|
|
1090
|
+
"name": "wait",
|
|
1091
|
+
"summary": "Number of minutes to wait for the command to complete before displaying the results.",
|
|
1092
|
+
"default": "0 minutes",
|
|
1093
|
+
"hasDynamicHelp": true,
|
|
1055
1094
|
"multiple": false,
|
|
1056
1095
|
"type": "option"
|
|
1057
1096
|
},
|
|
1058
|
-
"
|
|
1059
|
-
"
|
|
1060
|
-
"name": "
|
|
1061
|
-
"required": true,
|
|
1062
|
-
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
1097
|
+
"api-version": {
|
|
1098
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1099
|
+
"name": "api-version",
|
|
1063
1100
|
"hasDynamicHelp": false,
|
|
1064
1101
|
"multiple": false,
|
|
1065
1102
|
"type": "option"
|
|
1066
1103
|
},
|
|
1067
|
-
"
|
|
1068
|
-
"aliases": [
|
|
1069
|
-
"usetoolingapi"
|
|
1070
|
-
],
|
|
1071
|
-
"char": "t",
|
|
1072
|
-
"deprecateAliases": true,
|
|
1073
|
-
"name": "use-tooling-api",
|
|
1074
|
-
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
1075
|
-
"allowNo": false,
|
|
1076
|
-
"type": "boolean"
|
|
1077
|
-
},
|
|
1078
|
-
"perflog": {
|
|
1104
|
+
"loglevel": {
|
|
1079
1105
|
"deprecated": {
|
|
1080
|
-
"
|
|
1106
|
+
"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."
|
|
1081
1107
|
},
|
|
1082
|
-
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
1083
1108
|
"hidden": true,
|
|
1084
|
-
"name": "
|
|
1085
|
-
"
|
|
1086
|
-
"
|
|
1087
|
-
"type": "
|
|
1109
|
+
"name": "loglevel",
|
|
1110
|
+
"hasDynamicHelp": false,
|
|
1111
|
+
"multiple": false,
|
|
1112
|
+
"type": "option"
|
|
1088
1113
|
}
|
|
1089
1114
|
},
|
|
1090
1115
|
"hasDynamicHelp": true,
|
|
1091
1116
|
"hiddenAliases": [],
|
|
1092
|
-
"id": "data:
|
|
1117
|
+
"id": "data:delete:resume",
|
|
1093
1118
|
"pluginAlias": "@salesforce/plugin-data",
|
|
1094
1119
|
"pluginName": "@salesforce/plugin-data",
|
|
1095
1120
|
"pluginType": "core",
|
|
1096
1121
|
"strict": true,
|
|
1097
|
-
"summary": "
|
|
1122
|
+
"summary": "Resume a bulk delete job that you previously started. Uses Bulk API 2.0.",
|
|
1098
1123
|
"enableJsonFlag": true,
|
|
1099
1124
|
"isESM": true,
|
|
1100
1125
|
"relativePath": [
|
|
1101
1126
|
"lib",
|
|
1102
1127
|
"commands",
|
|
1103
1128
|
"data",
|
|
1104
|
-
"
|
|
1105
|
-
"
|
|
1106
|
-
],
|
|
1107
|
-
"aliasPermutations": [
|
|
1108
|
-
"force:data:record:create",
|
|
1109
|
-
"data:force:record:create",
|
|
1110
|
-
"data:record:force:create",
|
|
1111
|
-
"data:record:create:force",
|
|
1112
|
-
"force:record:data:create",
|
|
1113
|
-
"record:force:data:create",
|
|
1114
|
-
"record:data:force:create",
|
|
1115
|
-
"record:data:create:force",
|
|
1116
|
-
"force:record:create:data",
|
|
1117
|
-
"record:force:create:data",
|
|
1118
|
-
"record:create:force:data",
|
|
1119
|
-
"record:create:data:force",
|
|
1120
|
-
"force:data:create:record",
|
|
1121
|
-
"data:force:create:record",
|
|
1122
|
-
"data:create:force:record",
|
|
1123
|
-
"data:create:record:force",
|
|
1124
|
-
"force:create:data:record",
|
|
1125
|
-
"create:force:data:record",
|
|
1126
|
-
"create:data:force:record",
|
|
1127
|
-
"create:data:record:force",
|
|
1128
|
-
"force:create:record:data",
|
|
1129
|
-
"create:force:record:data",
|
|
1130
|
-
"create:record:force:data",
|
|
1131
|
-
"create:record:data:force"
|
|
1129
|
+
"delete",
|
|
1130
|
+
"resume.js"
|
|
1132
1131
|
],
|
|
1132
|
+
"aliasPermutations": [],
|
|
1133
1133
|
"permutations": [
|
|
1134
|
-
"data:
|
|
1135
|
-
"
|
|
1136
|
-
"
|
|
1137
|
-
"data:
|
|
1138
|
-
"
|
|
1139
|
-
"
|
|
1134
|
+
"data:delete:resume",
|
|
1135
|
+
"delete:data:resume",
|
|
1136
|
+
"delete:resume:data",
|
|
1137
|
+
"data:resume:delete",
|
|
1138
|
+
"resume:data:delete",
|
|
1139
|
+
"resume:delete:data"
|
|
1140
1140
|
]
|
|
1141
1141
|
},
|
|
1142
1142
|
"data:export:tree": {
|
|
@@ -3100,5 +3100,5 @@
|
|
|
3100
3100
|
]
|
|
3101
3101
|
}
|
|
3102
3102
|
},
|
|
3103
|
-
"version": "3.6.
|
|
3103
|
+
"version": "3.6.5"
|
|
3104
3104
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.6.
|
|
3
|
+
"version": "3.6.5",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
},
|
|
109
109
|
"dependencies": {
|
|
110
110
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
111
|
-
"@salesforce/core": "^8.
|
|
112
|
-
"@salesforce/kit": "^3.
|
|
111
|
+
"@salesforce/core": "^8.5.2",
|
|
112
|
+
"@salesforce/kit": "^3.2.2",
|
|
113
113
|
"@salesforce/sf-plugins-core": "^11.3.4",
|
|
114
114
|
"@salesforce/ts-types": "^2.0.11",
|
|
115
115
|
"ansis": "^3.2.0",
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
"form-data": "^4.0.0"
|
|
120
120
|
},
|
|
121
121
|
"devDependencies": {
|
|
122
|
-
"@oclif/core": "^4.0.
|
|
123
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
122
|
+
"@oclif/core": "^4.0.19",
|
|
123
|
+
"@oclif/plugin-command-snapshot": "^5.2.14",
|
|
124
124
|
"@salesforce/cli-plugins-testkit": "^5.3.26",
|
|
125
125
|
"@salesforce/dev-scripts": "^10.2.9",
|
|
126
126
|
"@salesforce/plugin-command-reference": "^3.1.18",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"exports": "./lib/index.js",
|
|
252
252
|
"type": "module",
|
|
253
253
|
"sfdx": {
|
|
254
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.
|
|
255
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.
|
|
254
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.5.crt",
|
|
255
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.5.sig"
|
|
256
256
|
}
|
|
257
257
|
}
|