@salesforce/plugin-data 3.0.4 → 3.0.5
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.lock +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ EXAMPLES
|
|
|
146
146
|
TracedEntityId=01p17000000R6bLAAS"
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
149
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/create/record.ts)_
|
|
150
150
|
|
|
151
151
|
## `sf data delete bulk`
|
|
152
152
|
|
|
@@ -191,7 +191,7 @@ EXAMPLES
|
|
|
191
191
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
192
192
|
```
|
|
193
193
|
|
|
194
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
194
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/delete/bulk.ts)_
|
|
195
195
|
|
|
196
196
|
## `sf data delete record`
|
|
197
197
|
|
|
@@ -250,7 +250,7 @@ EXAMPLES
|
|
|
250
250
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
251
251
|
```
|
|
252
252
|
|
|
253
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
253
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/delete/record.ts)_
|
|
254
254
|
|
|
255
255
|
## `sf data delete resume`
|
|
256
256
|
|
|
@@ -287,7 +287,7 @@ EXAMPLES
|
|
|
287
287
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
288
288
|
```
|
|
289
289
|
|
|
290
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
290
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/delete/resume.ts)_
|
|
291
291
|
|
|
292
292
|
## `sf data export tree`
|
|
293
293
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
my-scratch
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
348
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/export/tree.ts)_
|
|
349
349
|
|
|
350
350
|
## `sf data get record`
|
|
351
351
|
|
|
@@ -407,7 +407,7 @@ EXAMPLES
|
|
|
407
407
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
408
408
|
```
|
|
409
409
|
|
|
410
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
410
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/get/record.ts)_
|
|
411
411
|
|
|
412
412
|
## `sf data import tree`
|
|
413
413
|
|
|
@@ -458,7 +458,7 @@ EXAMPLES
|
|
|
458
458
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
459
459
|
```
|
|
460
460
|
|
|
461
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
461
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/import/tree.ts)_
|
|
462
462
|
|
|
463
463
|
## `sf data query`
|
|
464
464
|
|
|
@@ -521,7 +521,7 @@ EXAMPLES
|
|
|
521
521
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
522
522
|
```
|
|
523
523
|
|
|
524
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
524
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/query.ts)_
|
|
525
525
|
|
|
526
526
|
## `sf data query resume`
|
|
527
527
|
|
|
@@ -557,7 +557,7 @@ EXAMPLES
|
|
|
557
557
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
558
558
|
```
|
|
559
559
|
|
|
560
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
560
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/query/resume.ts)_
|
|
561
561
|
|
|
562
562
|
## `sf data resume`
|
|
563
563
|
|
|
@@ -593,7 +593,7 @@ EXAMPLES
|
|
|
593
593
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
594
594
|
```
|
|
595
595
|
|
|
596
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
596
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/resume.ts)_
|
|
597
597
|
|
|
598
598
|
## `sf data update record`
|
|
599
599
|
|
|
@@ -654,7 +654,7 @@ EXAMPLES
|
|
|
654
654
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
655
655
|
```
|
|
656
656
|
|
|
657
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
657
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/update/record.ts)_
|
|
658
658
|
|
|
659
659
|
## `sf data upsert bulk`
|
|
660
660
|
|
|
@@ -706,7 +706,7 @@ EXAMPLES
|
|
|
706
706
|
my-scratch
|
|
707
707
|
```
|
|
708
708
|
|
|
709
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
709
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/upsert/bulk.ts)_
|
|
710
710
|
|
|
711
711
|
## `sf data upsert resume`
|
|
712
712
|
|
|
@@ -743,7 +743,7 @@ EXAMPLES
|
|
|
743
743
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
744
744
|
```
|
|
745
745
|
|
|
746
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
746
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/data/upsert/resume.ts)_
|
|
747
747
|
|
|
748
748
|
## `sf force data bulk delete`
|
|
749
749
|
|
|
@@ -788,7 +788,7 @@ EXAMPLES
|
|
|
788
788
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
789
789
|
```
|
|
790
790
|
|
|
791
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
791
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/force/data/bulk/delete.ts)_
|
|
792
792
|
|
|
793
793
|
## `sf force data bulk status`
|
|
794
794
|
|
|
@@ -824,7 +824,7 @@ EXAMPLES
|
|
|
824
824
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
825
825
|
```
|
|
826
826
|
|
|
827
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
827
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/force/data/bulk/status.ts)_
|
|
828
828
|
|
|
829
829
|
## `sf force data bulk upsert`
|
|
830
830
|
|
|
@@ -881,6 +881,6 @@ EXAMPLES
|
|
|
881
881
|
--target-org my-scratch
|
|
882
882
|
```
|
|
883
883
|
|
|
884
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.
|
|
884
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.5/src/commands/force/data/bulk/upsert.ts)_
|
|
885
885
|
|
|
886
886
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -768,7 +768,7 @@
|
|
|
768
768
|
wordwrap "^1.0.0"
|
|
769
769
|
wrap-ansi "^7.0.0"
|
|
770
770
|
|
|
771
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.13.1", "@oclif/core@^3.3.1":
|
|
771
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.12.0", "@oclif/core@^3.13.1", "@oclif/core@^3.3.1":
|
|
772
772
|
version "3.13.1"
|
|
773
773
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.13.1.tgz#dbd5e604ec78a716a33bfa6fec6c988a507b7f38"
|
|
774
774
|
integrity sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
semver "^7.5.4"
|
|
989
989
|
ts-retry-promise "^0.7.1"
|
|
990
990
|
|
|
991
|
-
"@salesforce/core@^6.1.0", "@salesforce/core@^6.
|
|
991
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.2.0", "@salesforce/core@^6.2.2":
|
|
992
992
|
version "6.2.2"
|
|
993
993
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.2.tgz#c390c7c407e8916ad85a3e300d9d9e4fecfba207"
|
|
994
994
|
integrity sha512-R2ptk/+KSWDJOqdInxfzPTLF3V//vFtD4vQcjWIK9NaGCCq4ZwiF2gMpkBcKgDQneLUmva2NcmnzF3c51zQp5A==
|
|
@@ -1093,13 +1093,13 @@
|
|
|
1093
1093
|
chalk "^4"
|
|
1094
1094
|
inquirer "^8.2.5"
|
|
1095
1095
|
|
|
1096
|
-
"@salesforce/sf-plugins-core@^5.0.
|
|
1097
|
-
version "5.0.
|
|
1098
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.
|
|
1099
|
-
integrity sha512-
|
|
1096
|
+
"@salesforce/sf-plugins-core@^5.0.5":
|
|
1097
|
+
version "5.0.5"
|
|
1098
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.5.tgz#9ab91099fb3e5f8be86c5572d755adcc5913dd25"
|
|
1099
|
+
integrity sha512-IlxDYH8ihznGwPclKyo/teKo4eutuIIzA3hq2d9AuFlGH4N6e7rN3IgTfhp7yV/K7RA70Ub/+dl7etIAO7FmMQ==
|
|
1100
1100
|
dependencies:
|
|
1101
|
-
"@oclif/core" "^3.
|
|
1102
|
-
"@salesforce/core" "^6.
|
|
1101
|
+
"@oclif/core" "^3.12.0"
|
|
1102
|
+
"@salesforce/core" "^6.2.0"
|
|
1103
1103
|
"@salesforce/kit" "^3.0.15"
|
|
1104
1104
|
"@salesforce/ts-types" "^2.0.9"
|
|
1105
1105
|
"@types/inquirer" "^8.2.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.5",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"@oclif/core": "^3.13.1",
|
|
112
112
|
"@salesforce/core": "^6.2.2",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
|
-
"@salesforce/sf-plugins-core": "^5.0.
|
|
114
|
+
"@salesforce/sf-plugins-core": "^5.0.5",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"csv-parse": "^4.16.3",
|
|
@@ -239,7 +239,7 @@
|
|
|
239
239
|
"exports": "./lib/index.js",
|
|
240
240
|
"type": "module",
|
|
241
241
|
"sfdx": {
|
|
242
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
243
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
242
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.5.crt",
|
|
243
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.5.sig"
|
|
244
244
|
}
|
|
245
245
|
}
|