@salesforce/plugin-data 3.5.1 → 3.5.2
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 +12 -12
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.5.
|
|
146
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/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.5.
|
|
202
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/create/record.ts)_
|
|
203
203
|
|
|
204
204
|
## `sf data delete bulk`
|
|
205
205
|
|
|
@@ -257,7 +257,7 @@ FLAG DESCRIPTIONS
|
|
|
257
257
|
and can be enabled only by a system administrator.
|
|
258
258
|
```
|
|
259
259
|
|
|
260
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
260
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/delete/bulk.ts)_
|
|
261
261
|
|
|
262
262
|
## `sf data delete record`
|
|
263
263
|
|
|
@@ -318,7 +318,7 @@ EXAMPLES
|
|
|
318
318
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
319
319
|
```
|
|
320
320
|
|
|
321
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
321
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/delete/record.ts)_
|
|
322
322
|
|
|
323
323
|
## `sf data delete resume`
|
|
324
324
|
|
|
@@ -357,7 +357,7 @@ EXAMPLES
|
|
|
357
357
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
358
358
|
```
|
|
359
359
|
|
|
360
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
360
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/delete/resume.ts)_
|
|
361
361
|
|
|
362
362
|
## `sf data export beta tree`
|
|
363
363
|
|
|
@@ -415,7 +415,7 @@ EXAMPLES
|
|
|
415
415
|
my-scratch
|
|
416
416
|
```
|
|
417
417
|
|
|
418
|
-
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
418
|
+
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/export/beta/tree.ts)_
|
|
419
419
|
|
|
420
420
|
## `sf data export tree`
|
|
421
421
|
|
|
@@ -475,7 +475,7 @@ EXAMPLES
|
|
|
475
475
|
my-scratch
|
|
476
476
|
```
|
|
477
477
|
|
|
478
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
478
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/export/tree.ts)_
|
|
479
479
|
|
|
480
480
|
## `sf data get record`
|
|
481
481
|
|
|
@@ -539,7 +539,7 @@ EXAMPLES
|
|
|
539
539
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
540
540
|
```
|
|
541
541
|
|
|
542
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
542
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/get/record.ts)_
|
|
543
543
|
|
|
544
544
|
## `sf data import beta tree`
|
|
545
545
|
|
|
@@ -583,7 +583,7 @@ EXAMPLES
|
|
|
583
583
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
584
584
|
```
|
|
585
585
|
|
|
586
|
-
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
586
|
+
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/import/beta/tree.ts)_
|
|
587
587
|
|
|
588
588
|
## `sf data import tree`
|
|
589
589
|
|
|
@@ -633,7 +633,7 @@ EXAMPLES
|
|
|
633
633
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
634
634
|
```
|
|
635
635
|
|
|
636
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
636
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/import/tree.ts)_
|
|
637
637
|
|
|
638
638
|
## `sf data query`
|
|
639
639
|
|
|
@@ -697,7 +697,7 @@ EXAMPLES
|
|
|
697
697
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
698
698
|
```
|
|
699
699
|
|
|
700
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
700
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/query.ts)_
|
|
701
701
|
|
|
702
702
|
## `sf data query resume`
|
|
703
703
|
|
|
@@ -735,7 +735,7 @@ EXAMPLES
|
|
|
735
735
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
738
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/query/resume.ts)_
|
|
739
739
|
|
|
740
740
|
## `sf data resume`
|
|
741
741
|
|
|
@@ -772,7 +772,7 @@ EXAMPLES
|
|
|
772
772
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
773
773
|
```
|
|
774
774
|
|
|
775
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
775
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/resume.ts)_
|
|
776
776
|
|
|
777
777
|
## `sf data update record`
|
|
778
778
|
|
|
@@ -834,7 +834,7 @@ EXAMPLES
|
|
|
834
834
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
835
835
|
```
|
|
836
836
|
|
|
837
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
837
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/update/record.ts)_
|
|
838
838
|
|
|
839
839
|
## `sf data upsert bulk`
|
|
840
840
|
|
|
@@ -887,7 +887,7 @@ EXAMPLES
|
|
|
887
887
|
my-scratch
|
|
888
888
|
```
|
|
889
889
|
|
|
890
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
890
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/upsert/bulk.ts)_
|
|
891
891
|
|
|
892
892
|
## `sf data upsert resume`
|
|
893
893
|
|
|
@@ -926,7 +926,7 @@ EXAMPLES
|
|
|
926
926
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
927
927
|
```
|
|
928
928
|
|
|
929
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
929
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/upsert/resume.ts)_
|
|
930
930
|
|
|
931
931
|
## `sf force data bulk delete`
|
|
932
932
|
|
|
@@ -973,7 +973,7 @@ EXAMPLES
|
|
|
973
973
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
974
974
|
```
|
|
975
975
|
|
|
976
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
976
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/force/data/bulk/delete.ts)_
|
|
977
977
|
|
|
978
978
|
## `sf force data bulk status`
|
|
979
979
|
|
|
@@ -1010,7 +1010,7 @@ EXAMPLES
|
|
|
1010
1010
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
1011
1011
|
```
|
|
1012
1012
|
|
|
1013
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1013
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/force/data/bulk/status.ts)_
|
|
1014
1014
|
|
|
1015
1015
|
## `sf force data bulk upsert`
|
|
1016
1016
|
|
|
@@ -1068,6 +1068,6 @@ EXAMPLES
|
|
|
1068
1068
|
--target-org my-scratch
|
|
1069
1069
|
```
|
|
1070
1070
|
|
|
1071
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1071
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/force/data/bulk/upsert.ts)_
|
|
1072
1072
|
|
|
1073
1073
|
<!-- 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.5.
|
|
3
|
+
"version": "3.5.2",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -109,10 +109,10 @@
|
|
|
109
109
|
"dependencies": {
|
|
110
110
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
111
111
|
"@oclif/core": "^4",
|
|
112
|
-
"@salesforce/core": "^
|
|
113
|
-
"@salesforce/kit": "^3.1.
|
|
114
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
115
|
-
"@salesforce/ts-types": "^2.0.
|
|
112
|
+
"@salesforce/core": "^8.0.1",
|
|
113
|
+
"@salesforce/kit": "^3.1.6",
|
|
114
|
+
"@salesforce/sf-plugins-core": "^11.1.1",
|
|
115
|
+
"@salesforce/ts-types": "^2.0.10",
|
|
116
116
|
"ansis": "^3.2.0",
|
|
117
117
|
"change-case": "^5.4.4",
|
|
118
118
|
"csv-parse": "^5.5.6",
|
|
@@ -120,12 +120,12 @@
|
|
|
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.
|
|
125
|
-
"@salesforce/dev-scripts": "^10.2.
|
|
126
|
-
"@salesforce/plugin-command-reference": "^3.1.
|
|
123
|
+
"@oclif/plugin-command-snapshot": "^5.2.3",
|
|
124
|
+
"@salesforce/cli-plugins-testkit": "^5.3.15",
|
|
125
|
+
"@salesforce/dev-scripts": "^10.2.1",
|
|
126
|
+
"@salesforce/plugin-command-reference": "^3.1.4",
|
|
127
127
|
"@salesforce/types": "^1.1.0",
|
|
128
|
-
"eslint-plugin-sf-plugin": "^1.18.
|
|
128
|
+
"eslint-plugin-sf-plugin": "^1.18.8",
|
|
129
129
|
"oclif": "^4.13.2",
|
|
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.5.
|
|
252
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.5.
|
|
251
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.5.2.crt",
|
|
252
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.5.2.sig"
|
|
253
253
|
}
|
|
254
254
|
}
|