@salesforce/plugin-data 5.1.6 → 5.1.7
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 +1 -1
- package/package.json +6 -6
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/5.1.
|
|
147
|
+
_See code: [src/commands/data/bulk/results.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/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/5.1.
|
|
196
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/create/file.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf data create record`
|
|
199
199
|
|
|
@@ -252,7 +252,7 @@ EXAMPLES
|
|
|
252
252
|
TracedEntityId=01p17000000R6bLAAS"
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
255
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/create/record.ts)_
|
|
256
256
|
|
|
257
257
|
## `sf data delete bulk`
|
|
258
258
|
|
|
@@ -311,7 +311,7 @@ FLAG DESCRIPTIONS
|
|
|
311
311
|
and can be enabled only by a system administrator.
|
|
312
312
|
```
|
|
313
313
|
|
|
314
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
314
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/delete/bulk.ts)_
|
|
315
315
|
|
|
316
316
|
## `sf data delete record`
|
|
317
317
|
|
|
@@ -372,7 +372,7 @@ EXAMPLES
|
|
|
372
372
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
373
373
|
```
|
|
374
374
|
|
|
375
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
375
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/delete/record.ts)_
|
|
376
376
|
|
|
377
377
|
## `sf data delete resume`
|
|
378
378
|
|
|
@@ -411,7 +411,7 @@ EXAMPLES
|
|
|
411
411
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
414
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/delete/resume.ts)_
|
|
415
415
|
|
|
416
416
|
## `sf data export bulk`
|
|
417
417
|
|
|
@@ -478,7 +478,7 @@ EXAMPLES
|
|
|
478
478
|
--result-format json --wait 10 --all-rows
|
|
479
479
|
```
|
|
480
480
|
|
|
481
|
-
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
481
|
+
_See code: [src/commands/data/export/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/export/bulk.ts)_
|
|
482
482
|
|
|
483
483
|
## `sf data export resume`
|
|
484
484
|
|
|
@@ -517,7 +517,7 @@ EXAMPLES
|
|
|
517
517
|
$ sf data export resume --use-most-recent
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
520
|
+
_See code: [src/commands/data/export/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/export/resume.ts)_
|
|
521
521
|
|
|
522
522
|
## `sf data export tree`
|
|
523
523
|
|
|
@@ -577,7 +577,7 @@ EXAMPLES
|
|
|
577
577
|
my-scratch
|
|
578
578
|
```
|
|
579
579
|
|
|
580
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
580
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/export/tree.ts)_
|
|
581
581
|
|
|
582
582
|
## `sf data get record`
|
|
583
583
|
|
|
@@ -641,7 +641,7 @@ EXAMPLES
|
|
|
641
641
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
642
642
|
```
|
|
643
643
|
|
|
644
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
644
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/get/record.ts)_
|
|
645
645
|
|
|
646
646
|
## `sf data import bulk`
|
|
647
647
|
|
|
@@ -693,7 +693,7 @@ EXAMPLES
|
|
|
693
693
|
$ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
694
694
|
```
|
|
695
695
|
|
|
696
|
-
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
696
|
+
_See code: [src/commands/data/import/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/import/bulk.ts)_
|
|
697
697
|
|
|
698
698
|
## `sf data import resume`
|
|
699
699
|
|
|
@@ -729,7 +729,7 @@ EXAMPLES
|
|
|
729
729
|
$ sf data import resume --use-most-recent --target-org my-scratch
|
|
730
730
|
```
|
|
731
731
|
|
|
732
|
-
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
732
|
+
_See code: [src/commands/data/import/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/import/resume.ts)_
|
|
733
733
|
|
|
734
734
|
## `sf data import tree`
|
|
735
735
|
|
|
@@ -793,7 +793,7 @@ FLAG DESCRIPTIONS
|
|
|
793
793
|
- files(array) - Files: An array of files paths to load
|
|
794
794
|
```
|
|
795
795
|
|
|
796
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
796
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/import/tree.ts)_
|
|
797
797
|
|
|
798
798
|
## `sf data query`
|
|
799
799
|
|
|
@@ -846,7 +846,7 @@ EXAMPLES
|
|
|
846
846
|
$ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
|
|
847
847
|
```
|
|
848
848
|
|
|
849
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
849
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/query.ts)_
|
|
850
850
|
|
|
851
851
|
## `sf data resume`
|
|
852
852
|
|
|
@@ -883,7 +883,7 @@ EXAMPLES
|
|
|
883
883
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
884
884
|
```
|
|
885
885
|
|
|
886
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
886
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/resume.ts)_
|
|
887
887
|
|
|
888
888
|
## `sf data search`
|
|
889
889
|
|
|
@@ -933,7 +933,7 @@ EXAMPLES
|
|
|
933
933
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
934
934
|
```
|
|
935
935
|
|
|
936
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
936
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/search.ts)_
|
|
937
937
|
|
|
938
938
|
## `sf data update bulk`
|
|
939
939
|
|
|
@@ -988,7 +988,7 @@ EXAMPLES
|
|
|
988
988
|
$ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
|
|
989
989
|
```
|
|
990
990
|
|
|
991
|
-
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
991
|
+
_See code: [src/commands/data/update/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/update/bulk.ts)_
|
|
992
992
|
|
|
993
993
|
## `sf data update record`
|
|
994
994
|
|
|
@@ -1052,7 +1052,7 @@ EXAMPLES
|
|
|
1052
1052
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1053
1053
|
```
|
|
1054
1054
|
|
|
1055
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
1055
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/update/record.ts)_
|
|
1056
1056
|
|
|
1057
1057
|
## `sf data update resume`
|
|
1058
1058
|
|
|
@@ -1091,7 +1091,7 @@ EXAMPLES
|
|
|
1091
1091
|
$ sf data update resume --use-most-recent
|
|
1092
1092
|
```
|
|
1093
1093
|
|
|
1094
|
-
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
1094
|
+
_See code: [src/commands/data/update/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/update/resume.ts)_
|
|
1095
1095
|
|
|
1096
1096
|
## `sf data upsert bulk`
|
|
1097
1097
|
|
|
@@ -1147,7 +1147,7 @@ EXAMPLES
|
|
|
1147
1147
|
my-scratch
|
|
1148
1148
|
```
|
|
1149
1149
|
|
|
1150
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
1150
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/upsert/bulk.ts)_
|
|
1151
1151
|
|
|
1152
1152
|
## `sf data upsert resume`
|
|
1153
1153
|
|
|
@@ -1186,7 +1186,7 @@ EXAMPLES
|
|
|
1186
1186
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1187
1187
|
```
|
|
1188
1188
|
|
|
1189
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
1189
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/data/upsert/resume.ts)_
|
|
1190
1190
|
|
|
1191
1191
|
## `sf force data bulk delete`
|
|
1192
1192
|
|
|
@@ -1233,7 +1233,7 @@ EXAMPLES
|
|
|
1233
1233
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
1234
1234
|
```
|
|
1235
1235
|
|
|
1236
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
1236
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/force/data/bulk/delete.ts)_
|
|
1237
1237
|
|
|
1238
1238
|
## `sf force data bulk status`
|
|
1239
1239
|
|
|
@@ -1270,7 +1270,7 @@ EXAMPLES
|
|
|
1270
1270
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1271
1271
|
```
|
|
1272
1272
|
|
|
1273
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
1273
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/force/data/bulk/status.ts)_
|
|
1274
1274
|
|
|
1275
1275
|
## `sf force data bulk upsert`
|
|
1276
1276
|
|
|
@@ -1328,6 +1328,6 @@ EXAMPLES
|
|
|
1328
1328
|
--target-org my-scratch
|
|
1329
1329
|
```
|
|
1330
1330
|
|
|
1331
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.
|
|
1331
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/5.1.7/src/commands/force/data/bulk/upsert.ts)_
|
|
1332
1332
|
|
|
1333
1333
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "5.1.
|
|
3
|
+
"version": "5.1.7",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -123,11 +123,11 @@
|
|
|
123
123
|
"enableO11y": true,
|
|
124
124
|
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
|
|
125
125
|
"dependencies": {
|
|
126
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
126
|
+
"@jsforce/jsforce-node": "^3.10.23",
|
|
127
127
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
128
|
-
"@salesforce/core": "^9.1.
|
|
128
|
+
"@salesforce/core": "^9.1.7",
|
|
129
129
|
"@salesforce/kit": "^4.0.0",
|
|
130
|
-
"@salesforce/sf-plugins-core": "^13.0.
|
|
130
|
+
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
131
131
|
"@salesforce/ts-types": "^3.0.1",
|
|
132
132
|
"ansis": "^3.16.0",
|
|
133
133
|
"change-case": "^5.4.4",
|
|
@@ -280,7 +280,7 @@
|
|
|
280
280
|
"exports": "./lib/index.js",
|
|
281
281
|
"type": "module",
|
|
282
282
|
"sfdx": {
|
|
283
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/5.1.
|
|
284
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/5.1.
|
|
283
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/5.1.7.crt",
|
|
284
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/5.1.7.sig"
|
|
285
285
|
}
|
|
286
286
|
}
|