@salesforce/plugin-data 3.4.2 → 3.4.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 +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -143,7 +143,7 @@ EXAMPLES
|
|
|
143
143
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
144
144
|
```
|
|
145
145
|
|
|
146
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
146
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/create/file.ts)_
|
|
147
147
|
|
|
148
148
|
## `sf data create record`
|
|
149
149
|
|
|
@@ -199,7 +199,7 @@ EXAMPLES
|
|
|
199
199
|
TracedEntityId=01p17000000R6bLAAS"
|
|
200
200
|
```
|
|
201
201
|
|
|
202
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
202
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/create/record.ts)_
|
|
203
203
|
|
|
204
204
|
## `sf data delete bulk`
|
|
205
205
|
|
|
@@ -246,7 +246,7 @@ EXAMPLES
|
|
|
246
246
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
247
247
|
```
|
|
248
248
|
|
|
249
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
249
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/delete/bulk.ts)_
|
|
250
250
|
|
|
251
251
|
## `sf data delete record`
|
|
252
252
|
|
|
@@ -307,7 +307,7 @@ EXAMPLES
|
|
|
307
307
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
308
308
|
```
|
|
309
309
|
|
|
310
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
310
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/delete/record.ts)_
|
|
311
311
|
|
|
312
312
|
## `sf data delete resume`
|
|
313
313
|
|
|
@@ -346,7 +346,7 @@ EXAMPLES
|
|
|
346
346
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
347
347
|
```
|
|
348
348
|
|
|
349
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
349
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/delete/resume.ts)_
|
|
350
350
|
|
|
351
351
|
## `sf data export beta tree`
|
|
352
352
|
|
|
@@ -404,7 +404,7 @@ EXAMPLES
|
|
|
404
404
|
my-scratch
|
|
405
405
|
```
|
|
406
406
|
|
|
407
|
-
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
407
|
+
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/export/beta/tree.ts)_
|
|
408
408
|
|
|
409
409
|
## `sf data export tree`
|
|
410
410
|
|
|
@@ -464,7 +464,7 @@ EXAMPLES
|
|
|
464
464
|
my-scratch
|
|
465
465
|
```
|
|
466
466
|
|
|
467
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
467
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/export/tree.ts)_
|
|
468
468
|
|
|
469
469
|
## `sf data get record`
|
|
470
470
|
|
|
@@ -528,7 +528,7 @@ EXAMPLES
|
|
|
528
528
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
529
529
|
```
|
|
530
530
|
|
|
531
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
531
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/get/record.ts)_
|
|
532
532
|
|
|
533
533
|
## `sf data import beta tree`
|
|
534
534
|
|
|
@@ -571,7 +571,7 @@ EXAMPLES
|
|
|
571
571
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
572
572
|
```
|
|
573
573
|
|
|
574
|
-
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
574
|
+
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/import/beta/tree.ts)_
|
|
575
575
|
|
|
576
576
|
## `sf data import tree`
|
|
577
577
|
|
|
@@ -621,7 +621,7 @@ EXAMPLES
|
|
|
621
621
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
622
622
|
```
|
|
623
623
|
|
|
624
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
624
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/import/tree.ts)_
|
|
625
625
|
|
|
626
626
|
## `sf data query`
|
|
627
627
|
|
|
@@ -685,7 +685,7 @@ EXAMPLES
|
|
|
685
685
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
686
686
|
```
|
|
687
687
|
|
|
688
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
688
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/query.ts)_
|
|
689
689
|
|
|
690
690
|
## `sf data query resume`
|
|
691
691
|
|
|
@@ -723,7 +723,7 @@ EXAMPLES
|
|
|
723
723
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
724
724
|
```
|
|
725
725
|
|
|
726
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
726
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/query/resume.ts)_
|
|
727
727
|
|
|
728
728
|
## `sf data resume`
|
|
729
729
|
|
|
@@ -760,7 +760,7 @@ EXAMPLES
|
|
|
760
760
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
761
761
|
```
|
|
762
762
|
|
|
763
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
763
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/resume.ts)_
|
|
764
764
|
|
|
765
765
|
## `sf data update record`
|
|
766
766
|
|
|
@@ -822,7 +822,7 @@ EXAMPLES
|
|
|
822
822
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
823
823
|
```
|
|
824
824
|
|
|
825
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
825
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/update/record.ts)_
|
|
826
826
|
|
|
827
827
|
## `sf data upsert bulk`
|
|
828
828
|
|
|
@@ -875,7 +875,7 @@ EXAMPLES
|
|
|
875
875
|
my-scratch
|
|
876
876
|
```
|
|
877
877
|
|
|
878
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
878
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/upsert/bulk.ts)_
|
|
879
879
|
|
|
880
880
|
## `sf data upsert resume`
|
|
881
881
|
|
|
@@ -914,7 +914,7 @@ EXAMPLES
|
|
|
914
914
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
915
915
|
```
|
|
916
916
|
|
|
917
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
917
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/data/upsert/resume.ts)_
|
|
918
918
|
|
|
919
919
|
## `sf force data bulk delete`
|
|
920
920
|
|
|
@@ -961,7 +961,7 @@ EXAMPLES
|
|
|
961
961
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
962
962
|
```
|
|
963
963
|
|
|
964
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
964
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/force/data/bulk/delete.ts)_
|
|
965
965
|
|
|
966
966
|
## `sf force data bulk status`
|
|
967
967
|
|
|
@@ -998,7 +998,7 @@ EXAMPLES
|
|
|
998
998
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
999
999
|
```
|
|
1000
1000
|
|
|
1001
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1001
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/force/data/bulk/status.ts)_
|
|
1002
1002
|
|
|
1003
1003
|
## `sf force data bulk upsert`
|
|
1004
1004
|
|
|
@@ -1056,6 +1056,6 @@ EXAMPLES
|
|
|
1056
1056
|
--target-org my-scratch
|
|
1057
1057
|
```
|
|
1058
1058
|
|
|
1059
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1059
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.3/src/commands/force/data/bulk/upsert.ts)_
|
|
1060
1060
|
|
|
1061
1061
|
<!-- 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.4.
|
|
3
|
+
"version": "3.4.3",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -116,16 +116,16 @@
|
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"change-case": "^5.4.4",
|
|
118
118
|
"csv-parse": "^5.5.6",
|
|
119
|
-
"csv-stringify": "^6.
|
|
119
|
+
"csv-stringify": "^6.5.0",
|
|
120
120
|
"form-data": "^4.0.0"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@oclif/plugin-command-snapshot": "^5.1.9",
|
|
124
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
124
|
+
"@salesforce/cli-plugins-testkit": "^5.3.8",
|
|
125
125
|
"@salesforce/dev-scripts": "^9.1.2",
|
|
126
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
126
|
+
"@salesforce/plugin-command-reference": "^3.0.86",
|
|
127
127
|
"@salesforce/types": "^1.1.0",
|
|
128
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
128
|
+
"eslint-plugin-sf-plugin": "^1.18.5",
|
|
129
129
|
"oclif": "^4.10.13",
|
|
130
130
|
"ts-node": "^10.9.2",
|
|
131
131
|
"typescript": "^5.4.5"
|
|
@@ -248,7 +248,7 @@
|
|
|
248
248
|
"exports": "./lib/index.js",
|
|
249
249
|
"type": "module",
|
|
250
250
|
"sfdx": {
|
|
251
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.4.
|
|
252
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.4.
|
|
251
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.4.3.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.4.3.sig"
|
|
253
253
|
}
|
|
254
254
|
}
|