@salesforce/plugin-data 3.4.5 → 3.4.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 +19 -19
- package/oclif.manifest.json +1 -1
- package/package.json +6 -6
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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/src/commands/data/get/record.ts)_
|
|
532
532
|
|
|
533
533
|
## `sf data import beta tree`
|
|
534
534
|
|
|
@@ -572,7 +572,7 @@ EXAMPLES
|
|
|
572
572
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
573
573
|
```
|
|
574
574
|
|
|
575
|
-
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
575
|
+
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/data/import/beta/tree.ts)_
|
|
576
576
|
|
|
577
577
|
## `sf data import tree`
|
|
578
578
|
|
|
@@ -622,7 +622,7 @@ EXAMPLES
|
|
|
622
622
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
623
623
|
```
|
|
624
624
|
|
|
625
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
625
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/data/import/tree.ts)_
|
|
626
626
|
|
|
627
627
|
## `sf data query`
|
|
628
628
|
|
|
@@ -686,7 +686,7 @@ EXAMPLES
|
|
|
686
686
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
687
687
|
```
|
|
688
688
|
|
|
689
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
689
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/data/query.ts)_
|
|
690
690
|
|
|
691
691
|
## `sf data query resume`
|
|
692
692
|
|
|
@@ -724,7 +724,7 @@ EXAMPLES
|
|
|
724
724
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
725
725
|
```
|
|
726
726
|
|
|
727
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
727
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/data/query/resume.ts)_
|
|
728
728
|
|
|
729
729
|
## `sf data resume`
|
|
730
730
|
|
|
@@ -761,7 +761,7 @@ EXAMPLES
|
|
|
761
761
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
762
762
|
```
|
|
763
763
|
|
|
764
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
764
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/data/resume.ts)_
|
|
765
765
|
|
|
766
766
|
## `sf data update record`
|
|
767
767
|
|
|
@@ -823,7 +823,7 @@ EXAMPLES
|
|
|
823
823
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
824
824
|
```
|
|
825
825
|
|
|
826
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
826
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/data/update/record.ts)_
|
|
827
827
|
|
|
828
828
|
## `sf data upsert bulk`
|
|
829
829
|
|
|
@@ -876,7 +876,7 @@ EXAMPLES
|
|
|
876
876
|
my-scratch
|
|
877
877
|
```
|
|
878
878
|
|
|
879
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
879
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/data/upsert/bulk.ts)_
|
|
880
880
|
|
|
881
881
|
## `sf data upsert resume`
|
|
882
882
|
|
|
@@ -915,7 +915,7 @@ EXAMPLES
|
|
|
915
915
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
916
916
|
```
|
|
917
917
|
|
|
918
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
918
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/data/upsert/resume.ts)_
|
|
919
919
|
|
|
920
920
|
## `sf force data bulk delete`
|
|
921
921
|
|
|
@@ -962,7 +962,7 @@ EXAMPLES
|
|
|
962
962
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
965
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/force/data/bulk/delete.ts)_
|
|
966
966
|
|
|
967
967
|
## `sf force data bulk status`
|
|
968
968
|
|
|
@@ -999,7 +999,7 @@ EXAMPLES
|
|
|
999
999
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1000
1000
|
```
|
|
1001
1001
|
|
|
1002
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1002
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/force/data/bulk/status.ts)_
|
|
1003
1003
|
|
|
1004
1004
|
## `sf force data bulk upsert`
|
|
1005
1005
|
|
|
@@ -1057,6 +1057,6 @@ EXAMPLES
|
|
|
1057
1057
|
--target-org my-scratch
|
|
1058
1058
|
```
|
|
1059
1059
|
|
|
1060
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.
|
|
1060
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.4.7/src/commands/force/data/bulk/upsert.ts)_
|
|
1061
1061
|
|
|
1062
1062
|
<!-- 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.7",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -120,13 +120,13 @@
|
|
|
120
120
|
"form-data": "^4.0.0"
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
|
-
"@oclif/plugin-command-snapshot": "^5.2.
|
|
124
|
-
"@salesforce/cli-plugins-testkit": "^5.3.
|
|
123
|
+
"@oclif/plugin-command-snapshot": "^5.2.2",
|
|
124
|
+
"@salesforce/cli-plugins-testkit": "^5.3.10",
|
|
125
125
|
"@salesforce/dev-scripts": "^10.1.0",
|
|
126
126
|
"@salesforce/plugin-command-reference": "^3.0.89",
|
|
127
127
|
"@salesforce/types": "^1.1.0",
|
|
128
128
|
"eslint-plugin-sf-plugin": "^1.18.5",
|
|
129
|
-
"oclif": "^4.
|
|
129
|
+
"oclif": "^4.13.2",
|
|
130
130
|
"ts-node": "^10.9.2",
|
|
131
131
|
"typescript": "^5.4.5"
|
|
132
132
|
},
|
|
@@ -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.7.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.4.7.sig"
|
|
253
253
|
}
|
|
254
254
|
}
|