@salesforce/plugin-data 4.0.112 → 4.0.114
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 +24 -24
- package/oclif.manifest.json +93 -93
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -144,7 +144,7 @@ EXAMPLES
|
|
|
144
144
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
145
145
|
```
|
|
146
146
|
|
|
147
|
-
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
147
|
+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/bulk/results.ts)_
|
|
148
148
|
|
|
149
149
|
## `sf data create file`
|
|
150
150
|
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
196
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/create/file.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf data create record`
|
|
199
199
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
TracedEntityId=01p17000000R6bLAAS"
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
252
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/create/record.ts)_
|
|
253
253
|
|
|
254
254
|
## `sf data delete bulk`
|
|
255
255
|
|
|
@@ -308,7 +308,7 @@ FLAG DESCRIPTIONS
|
|
|
308
308
|
and can be enabled only by a system administrator.
|
|
309
309
|
```
|
|
310
310
|
|
|
311
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
311
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/delete/bulk.ts)_
|
|
312
312
|
|
|
313
313
|
## `sf data delete record`
|
|
314
314
|
|
|
@@ -369,7 +369,7 @@ EXAMPLES
|
|
|
369
369
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
372
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/delete/record.ts)_
|
|
373
373
|
|
|
374
374
|
## `sf data delete resume`
|
|
375
375
|
|
|
@@ -408,7 +408,7 @@ EXAMPLES
|
|
|
408
408
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
409
409
|
```
|
|
410
410
|
|
|
411
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
411
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/delete/resume.ts)_
|
|
412
412
|
|
|
413
413
|
## `sf data export bulk`
|
|
414
414
|
|
|
@@ -475,7 +475,7 @@ EXAMPLES
|
|
|
475
475
|
--result-format json --wait 10 --all-rows
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
478
|
+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/export/bulk.ts)_
|
|
479
479
|
|
|
480
480
|
## `sf data export resume`
|
|
481
481
|
|
|
@@ -514,7 +514,7 @@ EXAMPLES
|
|
|
514
514
|
$ sf data export resume --use-most-recent
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
517
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/export/resume.ts)_
|
|
518
518
|
|
|
519
519
|
## `sf data export tree`
|
|
520
520
|
|
|
@@ -574,7 +574,7 @@ EXAMPLES
|
|
|
574
574
|
my-scratch
|
|
575
575
|
```
|
|
576
576
|
|
|
577
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
577
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/export/tree.ts)_
|
|
578
578
|
|
|
579
579
|
## `sf data get record`
|
|
580
580
|
|
|
@@ -638,7 +638,7 @@ EXAMPLES
|
|
|
638
638
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
639
639
|
```
|
|
640
640
|
|
|
641
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
641
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/get/record.ts)_
|
|
642
642
|
|
|
643
643
|
## `sf data import bulk`
|
|
644
644
|
|
|
@@ -690,7 +690,7 @@ EXAMPLES
|
|
|
690
690
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
691
691
|
```
|
|
692
692
|
|
|
693
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
693
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/import/bulk.ts)_
|
|
694
694
|
|
|
695
695
|
## `sf data import resume`
|
|
696
696
|
|
|
@@ -726,7 +726,7 @@ EXAMPLES
|
|
|
726
726
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
729
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/import/resume.ts)_
|
|
730
730
|
|
|
731
731
|
## `sf data import tree`
|
|
732
732
|
|
|
@@ -790,7 +790,7 @@ FLAG DESCRIPTIONS
|
|
|
790
790
|
- files(array) - Files: An array of files paths to load
|
|
791
791
|
```
|
|
792
792
|
|
|
793
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
793
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/import/tree.ts)_
|
|
794
794
|
|
|
795
795
|
## `sf data query`
|
|
796
796
|
|
|
@@ -843,7 +843,7 @@ EXAMPLES
|
|
|
843
843
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
844
844
|
```
|
|
845
845
|
|
|
846
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
846
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/query.ts)_
|
|
847
847
|
|
|
848
848
|
## `sf data resume`
|
|
849
849
|
|
|
@@ -880,7 +880,7 @@ EXAMPLES
|
|
|
880
880
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
881
881
|
```
|
|
882
882
|
|
|
883
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
883
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/resume.ts)_
|
|
884
884
|
|
|
885
885
|
## `sf data search`
|
|
886
886
|
|
|
@@ -930,7 +930,7 @@ EXAMPLES
|
|
|
930
930
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
931
931
|
```
|
|
932
932
|
|
|
933
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
933
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/search.ts)_
|
|
934
934
|
|
|
935
935
|
## `sf data update bulk`
|
|
936
936
|
|
|
@@ -985,7 +985,7 @@ EXAMPLES
|
|
|
985
985
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
986
986
|
```
|
|
987
987
|
|
|
988
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
988
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/update/bulk.ts)_
|
|
989
989
|
|
|
990
990
|
## `sf data update record`
|
|
991
991
|
|
|
@@ -1047,7 +1047,7 @@ EXAMPLES
|
|
|
1047
1047
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1048
1048
|
```
|
|
1049
1049
|
|
|
1050
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1050
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/update/record.ts)_
|
|
1051
1051
|
|
|
1052
1052
|
## `sf data update resume`
|
|
1053
1053
|
|
|
@@ -1086,7 +1086,7 @@ EXAMPLES
|
|
|
1086
1086
|
$ sf data update resume --use-most-recent
|
|
1087
1087
|
```
|
|
1088
1088
|
|
|
1089
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1089
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/update/resume.ts)_
|
|
1090
1090
|
|
|
1091
1091
|
## `sf data upsert bulk`
|
|
1092
1092
|
|
|
@@ -1142,7 +1142,7 @@ EXAMPLES
|
|
|
1142
1142
|
my-scratch
|
|
1143
1143
|
```
|
|
1144
1144
|
|
|
1145
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1145
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/upsert/bulk.ts)_
|
|
1146
1146
|
|
|
1147
1147
|
## `sf data upsert resume`
|
|
1148
1148
|
|
|
@@ -1181,7 +1181,7 @@ EXAMPLES
|
|
|
1181
1181
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1182
1182
|
```
|
|
1183
1183
|
|
|
1184
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1184
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/data/upsert/resume.ts)_
|
|
1185
1185
|
|
|
1186
1186
|
## `sf force data bulk delete`
|
|
1187
1187
|
|
|
@@ -1228,7 +1228,7 @@ EXAMPLES
|
|
|
1228
1228
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1229
1229
|
```
|
|
1230
1230
|
|
|
1231
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1231
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/force/data/bulk/delete.ts)_
|
|
1232
1232
|
|
|
1233
1233
|
## `sf force data bulk status`
|
|
1234
1234
|
|
|
@@ -1265,7 +1265,7 @@ EXAMPLES
|
|
|
1265
1265
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1266
1266
|
```
|
|
1267
1267
|
|
|
1268
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1268
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/force/data/bulk/status.ts)_
|
|
1269
1269
|
|
|
1270
1270
|
## `sf force data bulk upsert`
|
|
1271
1271
|
|
|
@@ -1323,6 +1323,6 @@ EXAMPLES
|
|
|
1323
1323
|
--target-org my-scratch
|
|
1324
1324
|
```
|
|
1325
1325
|
|
|
1326
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.
|
|
1326
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/4.0.114/src/commands/force/data/bulk/upsert.ts)_
|
|
1327
1327
|
|
|
1328
1328
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
},
|
|
57
57
|
"loglevel": {
|
|
58
58
|
"deprecated": {
|
|
59
|
-
"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 `
|
|
59
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
60
60
|
},
|
|
61
61
|
"hidden": true,
|
|
62
62
|
"name": "loglevel",
|
|
@@ -247,7 +247,7 @@
|
|
|
247
247
|
},
|
|
248
248
|
"loglevel": {
|
|
249
249
|
"deprecated": {
|
|
250
|
-
"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 `
|
|
250
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
251
251
|
},
|
|
252
252
|
"hidden": true,
|
|
253
253
|
"name": "loglevel",
|
|
@@ -553,7 +553,7 @@
|
|
|
553
553
|
},
|
|
554
554
|
"loglevel": {
|
|
555
555
|
"deprecated": {
|
|
556
|
-
"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 `
|
|
556
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
557
557
|
},
|
|
558
558
|
"hidden": true,
|
|
559
559
|
"name": "loglevel",
|
|
@@ -658,83 +658,6 @@
|
|
|
658
658
|
"record:create:data"
|
|
659
659
|
]
|
|
660
660
|
},
|
|
661
|
-
"data:bulk:results": {
|
|
662
|
-
"aliases": [],
|
|
663
|
-
"args": {},
|
|
664
|
-
"description": "Use this command to get the complete results after running one of the CLI commands that uses Bulk API 2.0 to ingest (import, update, upsert, or delete) large datasets to your org, such as \"data import bulk\". The previously-run bulk command must have completed; if it's still processing, run the corresponding resume command first, such as \"data import resume.\" Make note of the job ID of the previous bulk command because you use it to run this command. \n\nYou can also use this command to get results from running a bulk ingest job with a different tool, such as Data Loader, as long as you have the job ID. For information on Data Loader, see https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader_intro.htm. \n\nThis command first displays the status of the previous bulk job, the operation that was executed in the org (such as insert or hard delete), and the updated Salesforce object. The command then displays how many records were processed in total, and how many were successful or failed. Finally, the output displays the names of the generated CSV-formatted files that contain the specific results for each ingested record. Depending on the success or failure of the bulk command, the results files can include the IDs of inserted records or the specific errors. When possible, if the ingest job failed or was aborted, you also get a CSV file with the unprocessed results.",
|
|
665
|
-
"examples": [
|
|
666
|
-
"Get results from a bulk ingest job; use the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --job-id 7507i000fake341G --target-org my-scratch"
|
|
667
|
-
],
|
|
668
|
-
"flags": {
|
|
669
|
-
"json": {
|
|
670
|
-
"description": "Format output as json.",
|
|
671
|
-
"helpGroup": "GLOBAL",
|
|
672
|
-
"name": "json",
|
|
673
|
-
"allowNo": false,
|
|
674
|
-
"type": "boolean"
|
|
675
|
-
},
|
|
676
|
-
"flags-dir": {
|
|
677
|
-
"helpGroup": "GLOBAL",
|
|
678
|
-
"name": "flags-dir",
|
|
679
|
-
"summary": "Import flag values from a directory.",
|
|
680
|
-
"hasDynamicHelp": false,
|
|
681
|
-
"multiple": false,
|
|
682
|
-
"type": "option"
|
|
683
|
-
},
|
|
684
|
-
"job-id": {
|
|
685
|
-
"char": "i",
|
|
686
|
-
"name": "job-id",
|
|
687
|
-
"required": true,
|
|
688
|
-
"summary": "Job ID of the bulk job.",
|
|
689
|
-
"hasDynamicHelp": false,
|
|
690
|
-
"multiple": false,
|
|
691
|
-
"type": "option"
|
|
692
|
-
},
|
|
693
|
-
"target-org": {
|
|
694
|
-
"char": "o",
|
|
695
|
-
"name": "target-org",
|
|
696
|
-
"noCacheDefault": true,
|
|
697
|
-
"required": true,
|
|
698
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
699
|
-
"hasDynamicHelp": true,
|
|
700
|
-
"multiple": false,
|
|
701
|
-
"type": "option"
|
|
702
|
-
},
|
|
703
|
-
"api-version": {
|
|
704
|
-
"description": "Override the api version used for api requests made by this command",
|
|
705
|
-
"name": "api-version",
|
|
706
|
-
"hasDynamicHelp": false,
|
|
707
|
-
"multiple": false,
|
|
708
|
-
"type": "option"
|
|
709
|
-
}
|
|
710
|
-
},
|
|
711
|
-
"hasDynamicHelp": true,
|
|
712
|
-
"hiddenAliases": [],
|
|
713
|
-
"id": "data:bulk:results",
|
|
714
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
715
|
-
"pluginName": "@salesforce/plugin-data",
|
|
716
|
-
"pluginType": "core",
|
|
717
|
-
"strict": true,
|
|
718
|
-
"summary": "Get the results of a bulk ingest job that you previously ran.",
|
|
719
|
-
"enableJsonFlag": true,
|
|
720
|
-
"isESM": true,
|
|
721
|
-
"relativePath": [
|
|
722
|
-
"lib",
|
|
723
|
-
"commands",
|
|
724
|
-
"data",
|
|
725
|
-
"bulk",
|
|
726
|
-
"results.js"
|
|
727
|
-
],
|
|
728
|
-
"aliasPermutations": [],
|
|
729
|
-
"permutations": [
|
|
730
|
-
"data:bulk:results",
|
|
731
|
-
"bulk:data:results",
|
|
732
|
-
"bulk:results:data",
|
|
733
|
-
"data:results:bulk",
|
|
734
|
-
"results:data:bulk",
|
|
735
|
-
"results:bulk:data"
|
|
736
|
-
]
|
|
737
|
-
},
|
|
738
661
|
"data:delete:bulk": {
|
|
739
662
|
"aliases": [],
|
|
740
663
|
"args": {},
|
|
@@ -787,7 +710,7 @@
|
|
|
787
710
|
},
|
|
788
711
|
"loglevel": {
|
|
789
712
|
"deprecated": {
|
|
790
|
-
"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 `
|
|
713
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
791
714
|
},
|
|
792
715
|
"hidden": true,
|
|
793
716
|
"name": "loglevel",
|
|
@@ -936,7 +859,7 @@
|
|
|
936
859
|
},
|
|
937
860
|
"loglevel": {
|
|
938
861
|
"deprecated": {
|
|
939
|
-
"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 `
|
|
862
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
940
863
|
},
|
|
941
864
|
"hidden": true,
|
|
942
865
|
"name": "loglevel",
|
|
@@ -1129,7 +1052,7 @@
|
|
|
1129
1052
|
},
|
|
1130
1053
|
"loglevel": {
|
|
1131
1054
|
"deprecated": {
|
|
1132
|
-
"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 `
|
|
1055
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
1133
1056
|
},
|
|
1134
1057
|
"hidden": true,
|
|
1135
1058
|
"name": "loglevel",
|
|
@@ -1165,6 +1088,83 @@
|
|
|
1165
1088
|
"resume:delete:data"
|
|
1166
1089
|
]
|
|
1167
1090
|
},
|
|
1091
|
+
"data:bulk:results": {
|
|
1092
|
+
"aliases": [],
|
|
1093
|
+
"args": {},
|
|
1094
|
+
"description": "Use this command to get the complete results after running one of the CLI commands that uses Bulk API 2.0 to ingest (import, update, upsert, or delete) large datasets to your org, such as \"data import bulk\". The previously-run bulk command must have completed; if it's still processing, run the corresponding resume command first, such as \"data import resume.\" Make note of the job ID of the previous bulk command because you use it to run this command. \n\nYou can also use this command to get results from running a bulk ingest job with a different tool, such as Data Loader, as long as you have the job ID. For information on Data Loader, see https://developer.salesforce.com/docs/atlas.en-us.dataLoader.meta/dataLoader/data_loader_intro.htm. \n\nThis command first displays the status of the previous bulk job, the operation that was executed in the org (such as insert or hard delete), and the updated Salesforce object. The command then displays how many records were processed in total, and how many were successful or failed. Finally, the output displays the names of the generated CSV-formatted files that contain the specific results for each ingested record. Depending on the success or failure of the bulk command, the results files can include the IDs of inserted records or the specific errors. When possible, if the ingest job failed or was aborted, you also get a CSV file with the unprocessed results.",
|
|
1095
|
+
"examples": [
|
|
1096
|
+
"Get results from a bulk ingest job; use the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --job-id 7507i000fake341G --target-org my-scratch"
|
|
1097
|
+
],
|
|
1098
|
+
"flags": {
|
|
1099
|
+
"json": {
|
|
1100
|
+
"description": "Format output as json.",
|
|
1101
|
+
"helpGroup": "GLOBAL",
|
|
1102
|
+
"name": "json",
|
|
1103
|
+
"allowNo": false,
|
|
1104
|
+
"type": "boolean"
|
|
1105
|
+
},
|
|
1106
|
+
"flags-dir": {
|
|
1107
|
+
"helpGroup": "GLOBAL",
|
|
1108
|
+
"name": "flags-dir",
|
|
1109
|
+
"summary": "Import flag values from a directory.",
|
|
1110
|
+
"hasDynamicHelp": false,
|
|
1111
|
+
"multiple": false,
|
|
1112
|
+
"type": "option"
|
|
1113
|
+
},
|
|
1114
|
+
"job-id": {
|
|
1115
|
+
"char": "i",
|
|
1116
|
+
"name": "job-id",
|
|
1117
|
+
"required": true,
|
|
1118
|
+
"summary": "Job ID of the bulk job.",
|
|
1119
|
+
"hasDynamicHelp": false,
|
|
1120
|
+
"multiple": false,
|
|
1121
|
+
"type": "option"
|
|
1122
|
+
},
|
|
1123
|
+
"target-org": {
|
|
1124
|
+
"char": "o",
|
|
1125
|
+
"name": "target-org",
|
|
1126
|
+
"noCacheDefault": true,
|
|
1127
|
+
"required": true,
|
|
1128
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
1129
|
+
"hasDynamicHelp": true,
|
|
1130
|
+
"multiple": false,
|
|
1131
|
+
"type": "option"
|
|
1132
|
+
},
|
|
1133
|
+
"api-version": {
|
|
1134
|
+
"description": "Override the api version used for api requests made by this command",
|
|
1135
|
+
"name": "api-version",
|
|
1136
|
+
"hasDynamicHelp": false,
|
|
1137
|
+
"multiple": false,
|
|
1138
|
+
"type": "option"
|
|
1139
|
+
}
|
|
1140
|
+
},
|
|
1141
|
+
"hasDynamicHelp": true,
|
|
1142
|
+
"hiddenAliases": [],
|
|
1143
|
+
"id": "data:bulk:results",
|
|
1144
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
1145
|
+
"pluginName": "@salesforce/plugin-data",
|
|
1146
|
+
"pluginType": "core",
|
|
1147
|
+
"strict": true,
|
|
1148
|
+
"summary": "Get the results of a bulk ingest job that you previously ran.",
|
|
1149
|
+
"enableJsonFlag": true,
|
|
1150
|
+
"isESM": true,
|
|
1151
|
+
"relativePath": [
|
|
1152
|
+
"lib",
|
|
1153
|
+
"commands",
|
|
1154
|
+
"data",
|
|
1155
|
+
"bulk",
|
|
1156
|
+
"results.js"
|
|
1157
|
+
],
|
|
1158
|
+
"aliasPermutations": [],
|
|
1159
|
+
"permutations": [
|
|
1160
|
+
"data:bulk:results",
|
|
1161
|
+
"bulk:data:results",
|
|
1162
|
+
"bulk:results:data",
|
|
1163
|
+
"data:results:bulk",
|
|
1164
|
+
"results:data:bulk",
|
|
1165
|
+
"results:bulk:data"
|
|
1166
|
+
]
|
|
1167
|
+
},
|
|
1168
1168
|
"data:export:bulk": {
|
|
1169
1169
|
"aliases": [],
|
|
1170
1170
|
"args": {},
|
|
@@ -1467,7 +1467,7 @@
|
|
|
1467
1467
|
},
|
|
1468
1468
|
"loglevel": {
|
|
1469
1469
|
"deprecated": {
|
|
1470
|
-
"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 `
|
|
1470
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
1471
1471
|
},
|
|
1472
1472
|
"hidden": true,
|
|
1473
1473
|
"name": "loglevel",
|
|
@@ -1621,7 +1621,7 @@
|
|
|
1621
1621
|
},
|
|
1622
1622
|
"loglevel": {
|
|
1623
1623
|
"deprecated": {
|
|
1624
|
-
"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 `
|
|
1624
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
1625
1625
|
},
|
|
1626
1626
|
"hidden": true,
|
|
1627
1627
|
"name": "loglevel",
|
|
@@ -1990,7 +1990,7 @@
|
|
|
1990
1990
|
},
|
|
1991
1991
|
"loglevel": {
|
|
1992
1992
|
"deprecated": {
|
|
1993
|
-
"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 `
|
|
1993
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
1994
1994
|
},
|
|
1995
1995
|
"hidden": true,
|
|
1996
1996
|
"name": "loglevel",
|
|
@@ -2253,7 +2253,7 @@
|
|
|
2253
2253
|
},
|
|
2254
2254
|
"loglevel": {
|
|
2255
2255
|
"deprecated": {
|
|
2256
|
-
"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 `
|
|
2256
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
2257
2257
|
},
|
|
2258
2258
|
"hidden": true,
|
|
2259
2259
|
"name": "loglevel",
|
|
@@ -2504,7 +2504,7 @@
|
|
|
2504
2504
|
},
|
|
2505
2505
|
"loglevel": {
|
|
2506
2506
|
"deprecated": {
|
|
2507
|
-
"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 `
|
|
2507
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
2508
2508
|
},
|
|
2509
2509
|
"hidden": true,
|
|
2510
2510
|
"name": "loglevel",
|
|
@@ -2693,7 +2693,7 @@
|
|
|
2693
2693
|
},
|
|
2694
2694
|
"loglevel": {
|
|
2695
2695
|
"deprecated": {
|
|
2696
|
-
"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 `
|
|
2696
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
2697
2697
|
},
|
|
2698
2698
|
"hidden": true,
|
|
2699
2699
|
"name": "loglevel",
|
|
@@ -2781,7 +2781,7 @@
|
|
|
2781
2781
|
},
|
|
2782
2782
|
"loglevel": {
|
|
2783
2783
|
"deprecated": {
|
|
2784
|
-
"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 `
|
|
2784
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
2785
2785
|
},
|
|
2786
2786
|
"hidden": true,
|
|
2787
2787
|
"name": "loglevel",
|
|
@@ -2923,7 +2923,7 @@
|
|
|
2923
2923
|
},
|
|
2924
2924
|
"loglevel": {
|
|
2925
2925
|
"deprecated": {
|
|
2926
|
-
"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 `
|
|
2926
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
2927
2927
|
},
|
|
2928
2928
|
"hidden": true,
|
|
2929
2929
|
"name": "loglevel",
|
|
@@ -3055,7 +3055,7 @@
|
|
|
3055
3055
|
},
|
|
3056
3056
|
"loglevel": {
|
|
3057
3057
|
"deprecated": {
|
|
3058
|
-
"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 `
|
|
3058
|
+
"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 `SF_LOG_LEVEL` environment variable."
|
|
3059
3059
|
},
|
|
3060
3060
|
"hidden": true,
|
|
3061
3061
|
"name": "loglevel",
|
|
@@ -3166,5 +3166,5 @@
|
|
|
3166
3166
|
]
|
|
3167
3167
|
}
|
|
3168
3168
|
},
|
|
3169
|
-
"version": "4.0.
|
|
3169
|
+
"version": "4.0.114"
|
|
3170
3170
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.114",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -142,9 +142,9 @@
|
|
|
142
142
|
"@oclif/core": "^4.11.4",
|
|
143
143
|
"@oclif/plugin-command-snapshot": "^5.3.31",
|
|
144
144
|
"@oclif/test": "^4.1.18",
|
|
145
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
145
|
+
"@salesforce/cli-plugins-testkit": "^5.3.62",
|
|
146
146
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
147
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
147
|
+
"@salesforce/plugin-command-reference": "^3.1.122",
|
|
148
148
|
"@salesforce/types": "^1.8.0",
|
|
149
149
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
150
150
|
"oclif": "^4.23.27",
|
|
@@ -274,7 +274,7 @@
|
|
|
274
274
|
"exports": "./lib/index.js",
|
|
275
275
|
"type": "module",
|
|
276
276
|
"sfdx": {
|
|
277
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.
|
|
278
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.
|
|
277
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.114.crt",
|
|
278
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/4.0.114.sig"
|
|
279
279
|
}
|
|
280
280
|
}
|