@salesforce/plugin-data 2.6.2 → 2.6.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 +16 -16
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ EXAMPLES
|
|
|
145
145
|
TracedEntityId=01p17000000R6bLAAS"
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
148
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/create/record.ts)_
|
|
149
149
|
|
|
150
150
|
## `sf data:delete:bulk`
|
|
151
151
|
|
|
@@ -189,7 +189,7 @@ EXAMPLES
|
|
|
189
189
|
$ sf data:delete:bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
190
190
|
```
|
|
191
191
|
|
|
192
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
192
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/delete/bulk.ts)_
|
|
193
193
|
|
|
194
194
|
## `sf data:delete:record`
|
|
195
195
|
|
|
@@ -247,7 +247,7 @@ EXAMPLES
|
|
|
247
247
|
$ sf data:delete:record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
248
248
|
```
|
|
249
249
|
|
|
250
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
250
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/delete/record.ts)_
|
|
251
251
|
|
|
252
252
|
## `sf data:delete:resume`
|
|
253
253
|
|
|
@@ -284,7 +284,7 @@ EXAMPLES
|
|
|
284
284
|
$ sf data:delete:resume --use-most-recent --target-org my-scratch
|
|
285
285
|
```
|
|
286
286
|
|
|
287
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
287
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/delete/resume.ts)_
|
|
288
288
|
|
|
289
289
|
## `sf data:export:tree`
|
|
290
290
|
|
|
@@ -341,7 +341,7 @@ EXAMPLES
|
|
|
341
341
|
my-scratch
|
|
342
342
|
```
|
|
343
343
|
|
|
344
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
344
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/export/tree.ts)_
|
|
345
345
|
|
|
346
346
|
## `sf data:get:record`
|
|
347
347
|
|
|
@@ -402,7 +402,7 @@ EXAMPLES
|
|
|
402
402
|
$ sf data:get:record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
403
403
|
```
|
|
404
404
|
|
|
405
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
405
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/get/record.ts)_
|
|
406
406
|
|
|
407
407
|
## `sf data:import:tree`
|
|
408
408
|
|
|
@@ -452,7 +452,7 @@ EXAMPLES
|
|
|
452
452
|
$ sf data:import:tree --plan Account-Contact-plan.json
|
|
453
453
|
```
|
|
454
454
|
|
|
455
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
455
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/import/tree.ts)_
|
|
456
456
|
|
|
457
457
|
## `sf data:query`
|
|
458
458
|
|
|
@@ -514,7 +514,7 @@ EXAMPLES
|
|
|
514
514
|
$ sf data:query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
515
515
|
```
|
|
516
516
|
|
|
517
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
517
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/query.ts)_
|
|
518
518
|
|
|
519
519
|
## `sf data:query:resume`
|
|
520
520
|
|
|
@@ -550,7 +550,7 @@ EXAMPLES
|
|
|
550
550
|
$ sf data:query:resume --bulk-query-id 7500x000005BdFzXXX
|
|
551
551
|
```
|
|
552
552
|
|
|
553
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
553
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/query/resume.ts)_
|
|
554
554
|
|
|
555
555
|
## `sf data:resume`
|
|
556
556
|
|
|
@@ -585,7 +585,7 @@ EXAMPLES
|
|
|
585
585
|
$ sf data:resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
586
586
|
```
|
|
587
587
|
|
|
588
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
588
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/resume.ts)_
|
|
589
589
|
|
|
590
590
|
## `sf data:update:record`
|
|
591
591
|
|
|
@@ -645,7 +645,7 @@ EXAMPLES
|
|
|
645
645
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
646
646
|
```
|
|
647
647
|
|
|
648
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
648
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/update/record.ts)_
|
|
649
649
|
|
|
650
650
|
## `sf data:upsert:bulk`
|
|
651
651
|
|
|
@@ -696,7 +696,7 @@ EXAMPLES
|
|
|
696
696
|
my-scratch
|
|
697
697
|
```
|
|
698
698
|
|
|
699
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
699
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/upsert/bulk.ts)_
|
|
700
700
|
|
|
701
701
|
## `sf data:upsert:resume`
|
|
702
702
|
|
|
@@ -733,7 +733,7 @@ EXAMPLES
|
|
|
733
733
|
$ sf data:upsert:resume --use-most-recent --target-org my-scratch
|
|
734
734
|
```
|
|
735
735
|
|
|
736
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
736
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/data/upsert/resume.ts)_
|
|
737
737
|
|
|
738
738
|
## `sf force:data:bulk:delete`
|
|
739
739
|
|
|
@@ -777,7 +777,7 @@ EXAMPLES
|
|
|
777
777
|
$ sf force:data:bulk:delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
778
778
|
```
|
|
779
779
|
|
|
780
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
780
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/force/data/bulk/delete.ts)_
|
|
781
781
|
|
|
782
782
|
## `sf force:data:bulk:status`
|
|
783
783
|
|
|
@@ -812,7 +812,7 @@ EXAMPLES
|
|
|
812
812
|
$ sf force:data:bulk:status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
813
813
|
```
|
|
814
814
|
|
|
815
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
815
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/force/data/bulk/status.ts)_
|
|
816
816
|
|
|
817
817
|
## `sf force:data:bulk:upsert`
|
|
818
818
|
|
|
@@ -868,6 +868,6 @@ EXAMPLES
|
|
|
868
868
|
--target-org my-scratch
|
|
869
869
|
```
|
|
870
870
|
|
|
871
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.
|
|
871
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/2.6.3/src/commands/force/data/bulk/upsert.ts)_
|
|
872
872
|
|
|
873
873
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "2.6.
|
|
3
|
+
"version": "2.6.3",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"main": "lib/index.js",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"dependencies": {
|
|
108
108
|
"@oclif/core": "^2.15.0",
|
|
109
109
|
"@salesforce/core": "^5.3.10",
|
|
110
|
-
"@salesforce/kit": "^3.0.
|
|
110
|
+
"@salesforce/kit": "^3.0.15",
|
|
111
111
|
"@salesforce/sf-plugins-core": "^3.1.23",
|
|
112
112
|
"@salesforce/ts-types": "^2.0.8",
|
|
113
113
|
"chalk": "^4.1.0",
|
|
@@ -117,12 +117,12 @@
|
|
|
117
117
|
"tslib": "^2"
|
|
118
118
|
},
|
|
119
119
|
"devDependencies": {
|
|
120
|
-
"@oclif/plugin-command-snapshot": "^4.0.
|
|
120
|
+
"@oclif/plugin-command-snapshot": "^4.0.16",
|
|
121
121
|
"@salesforce/cli-plugins-testkit": "^4.4.10",
|
|
122
122
|
"@salesforce/dev-config": "^4.1.0",
|
|
123
123
|
"@salesforce/dev-scripts": "^5.12.2",
|
|
124
124
|
"@salesforce/plugin-command-reference": "^3.0.44",
|
|
125
|
-
"@salesforce/plugin-settings": "^1.4.
|
|
125
|
+
"@salesforce/plugin-settings": "^1.4.37",
|
|
126
126
|
"@salesforce/prettier-config": "^0.0.3",
|
|
127
127
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
128
128
|
"@swc/core": "1.3.31",
|
|
@@ -140,7 +140,7 @@
|
|
|
140
140
|
"eslint-plugin-header": "^3.1.1",
|
|
141
141
|
"eslint-plugin-import": "^2.29.0",
|
|
142
142
|
"eslint-plugin-jsdoc": "^46.8.2",
|
|
143
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
143
|
+
"eslint-plugin-sf-plugin": "^1.16.14",
|
|
144
144
|
"husky": "^7.0.4",
|
|
145
145
|
"mocha": "^9.1.3",
|
|
146
146
|
"nyc": "^15.1.0",
|
|
@@ -260,7 +260,7 @@
|
|
|
260
260
|
}
|
|
261
261
|
},
|
|
262
262
|
"sfdx": {
|
|
263
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.6.
|
|
264
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.6.
|
|
263
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.6.3.crt",
|
|
264
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/2.6.3.sig"
|
|
265
265
|
}
|
|
266
266
|
}
|