@salesforce/plugin-data 3.11.1 → 3.11.3
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 +25 -25
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
$ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
148
|
+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/bulk/results.ts)_
|
|
149
149
|
|
|
150
150
|
## `sf data create file`
|
|
151
151
|
|
|
@@ -194,7 +194,7 @@ EXAMPLES
|
|
|
194
194
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
195
195
|
```
|
|
196
196
|
|
|
197
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
197
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/create/file.ts)_
|
|
198
198
|
|
|
199
199
|
## `sf data create record`
|
|
200
200
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
TracedEntityId=01p17000000R6bLAAS"
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
253
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/create/record.ts)_
|
|
254
254
|
|
|
255
255
|
## `sf data delete bulk`
|
|
256
256
|
|
|
@@ -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/3.11.
|
|
311
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/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/3.11.
|
|
372
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/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/3.11.
|
|
411
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/delete/resume.ts)_
|
|
412
412
|
|
|
413
413
|
## `sf data export bulk`
|
|
414
414
|
|
|
@@ -482,7 +482,7 @@ EXAMPLES
|
|
|
482
482
|
--result-format json --async
|
|
483
483
|
```
|
|
484
484
|
|
|
485
|
-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
485
|
+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/export/bulk.ts)_
|
|
486
486
|
|
|
487
487
|
## `sf data export resume`
|
|
488
488
|
|
|
@@ -518,7 +518,7 @@ EXAMPLES
|
|
|
518
518
|
$ sf data export resume --use-most-recent --target-org my-scratch
|
|
519
519
|
```
|
|
520
520
|
|
|
521
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
521
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/export/resume.ts)_
|
|
522
522
|
|
|
523
523
|
## `sf data export tree`
|
|
524
524
|
|
|
@@ -579,7 +579,7 @@ EXAMPLES
|
|
|
579
579
|
my-scratch
|
|
580
580
|
```
|
|
581
581
|
|
|
582
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
582
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/export/tree.ts)_
|
|
583
583
|
|
|
584
584
|
## `sf data get record`
|
|
585
585
|
|
|
@@ -643,7 +643,7 @@ EXAMPLES
|
|
|
643
643
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
644
644
|
```
|
|
645
645
|
|
|
646
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
646
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/get/record.ts)_
|
|
647
647
|
|
|
648
648
|
## `sf data import bulk`
|
|
649
649
|
|
|
@@ -701,7 +701,7 @@ EXAMPLES
|
|
|
701
701
|
$ sf data import bulk --file accounts.csv --sobject Account --async
|
|
702
702
|
```
|
|
703
703
|
|
|
704
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
704
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/import/bulk.ts)_
|
|
705
705
|
|
|
706
706
|
## `sf data import resume`
|
|
707
707
|
|
|
@@ -737,7 +737,7 @@ EXAMPLES
|
|
|
737
737
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
738
738
|
```
|
|
739
739
|
|
|
740
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
740
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/import/resume.ts)_
|
|
741
741
|
|
|
742
742
|
## `sf data import tree`
|
|
743
743
|
|
|
@@ -802,7 +802,7 @@ FLAG DESCRIPTIONS
|
|
|
802
802
|
- files(array) - Files: An array of files paths to load
|
|
803
803
|
```
|
|
804
804
|
|
|
805
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
805
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/import/tree.ts)_
|
|
806
806
|
|
|
807
807
|
## `sf data query`
|
|
808
808
|
|
|
@@ -866,7 +866,7 @@ EXAMPLES
|
|
|
866
866
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
867
867
|
```
|
|
868
868
|
|
|
869
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
869
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/query.ts)_
|
|
870
870
|
|
|
871
871
|
## `sf data query resume`
|
|
872
872
|
|
|
@@ -904,7 +904,7 @@ EXAMPLES
|
|
|
904
904
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
905
905
|
```
|
|
906
906
|
|
|
907
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
907
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/query/resume.ts)_
|
|
908
908
|
|
|
909
909
|
## `sf data resume`
|
|
910
910
|
|
|
@@ -941,7 +941,7 @@ EXAMPLES
|
|
|
941
941
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
942
942
|
```
|
|
943
943
|
|
|
944
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
944
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/resume.ts)_
|
|
945
945
|
|
|
946
946
|
## `sf data search`
|
|
947
947
|
|
|
@@ -991,7 +991,7 @@ EXAMPLES
|
|
|
991
991
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
992
992
|
```
|
|
993
993
|
|
|
994
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
994
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/search.ts)_
|
|
995
995
|
|
|
996
996
|
## `sf data update bulk`
|
|
997
997
|
|
|
@@ -1052,7 +1052,7 @@ EXAMPLES
|
|
|
1052
1052
|
$ sf data update bulk --file accounts.csv --sobject Account --async
|
|
1053
1053
|
```
|
|
1054
1054
|
|
|
1055
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1055
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/update/bulk.ts)_
|
|
1056
1056
|
|
|
1057
1057
|
## `sf data update record`
|
|
1058
1058
|
|
|
@@ -1114,7 +1114,7 @@ EXAMPLES
|
|
|
1114
1114
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1115
1115
|
```
|
|
1116
1116
|
|
|
1117
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1117
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/update/record.ts)_
|
|
1118
1118
|
|
|
1119
1119
|
## `sf data update resume`
|
|
1120
1120
|
|
|
@@ -1150,7 +1150,7 @@ EXAMPLES
|
|
|
1150
1150
|
$ sf data update resume --use-most-recent --target-org my-scratch
|
|
1151
1151
|
```
|
|
1152
1152
|
|
|
1153
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1153
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/update/resume.ts)_
|
|
1154
1154
|
|
|
1155
1155
|
## `sf data upsert bulk`
|
|
1156
1156
|
|
|
@@ -1203,7 +1203,7 @@ EXAMPLES
|
|
|
1203
1203
|
my-scratch
|
|
1204
1204
|
```
|
|
1205
1205
|
|
|
1206
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1206
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/upsert/bulk.ts)_
|
|
1207
1207
|
|
|
1208
1208
|
## `sf data upsert resume`
|
|
1209
1209
|
|
|
@@ -1242,7 +1242,7 @@ EXAMPLES
|
|
|
1242
1242
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1243
1243
|
```
|
|
1244
1244
|
|
|
1245
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1245
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/data/upsert/resume.ts)_
|
|
1246
1246
|
|
|
1247
1247
|
## `sf force data bulk delete`
|
|
1248
1248
|
|
|
@@ -1289,7 +1289,7 @@ EXAMPLES
|
|
|
1289
1289
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1290
1290
|
```
|
|
1291
1291
|
|
|
1292
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1292
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/force/data/bulk/delete.ts)_
|
|
1293
1293
|
|
|
1294
1294
|
## `sf force data bulk status`
|
|
1295
1295
|
|
|
@@ -1326,7 +1326,7 @@ EXAMPLES
|
|
|
1326
1326
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1327
1327
|
```
|
|
1328
1328
|
|
|
1329
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1329
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/force/data/bulk/status.ts)_
|
|
1330
1330
|
|
|
1331
1331
|
## `sf force data bulk upsert`
|
|
1332
1332
|
|
|
@@ -1384,6 +1384,6 @@ EXAMPLES
|
|
|
1384
1384
|
--target-org my-scratch
|
|
1385
1385
|
```
|
|
1386
1386
|
|
|
1387
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.
|
|
1387
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.11.3/src/commands/force/data/bulk/upsert.ts)_
|
|
1388
1388
|
|
|
1389
1389
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.11.
|
|
3
|
+
"version": "3.11.3",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -118,8 +118,8 @@
|
|
|
118
118
|
"version": "oclif readme"
|
|
119
119
|
},
|
|
120
120
|
"dependencies": {
|
|
121
|
-
"@jsforce/jsforce-node": "^3.6.
|
|
122
|
-
"@oclif/multi-stage-output": "^0.7.
|
|
121
|
+
"@jsforce/jsforce-node": "^3.6.2",
|
|
122
|
+
"@oclif/multi-stage-output": "^0.7.12",
|
|
123
123
|
"@salesforce/core": "^8.6.1",
|
|
124
124
|
"@salesforce/kit": "^3.2.2",
|
|
125
125
|
"@salesforce/sf-plugins-core": "^12.0.11",
|
|
@@ -133,11 +133,11 @@
|
|
|
133
133
|
},
|
|
134
134
|
"devDependencies": {
|
|
135
135
|
"@oclif/core": "^4.0.19",
|
|
136
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
136
|
+
"@oclif/plugin-command-snapshot": "^5.2.21",
|
|
137
137
|
"@oclif/test": "^4.1.0",
|
|
138
138
|
"@salesforce/cli-plugins-testkit": "^5.3.34",
|
|
139
139
|
"@salesforce/dev-scripts": "^10.2.10",
|
|
140
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
140
|
+
"@salesforce/plugin-command-reference": "^3.1.32",
|
|
141
141
|
"@salesforce/types": "^1.3.0",
|
|
142
142
|
"eslint-plugin-sf-plugin": "^1.20.8",
|
|
143
143
|
"oclif": "^4.15.16",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"exports": "./lib/index.js",
|
|
266
266
|
"type": "module",
|
|
267
267
|
"sfdx": {
|
|
268
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.11.
|
|
269
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.11.
|
|
268
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.11.3.crt",
|
|
269
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.11.3.sig"
|
|
270
270
|
}
|
|
271
271
|
}
|