@salesforce/plugin-data 3.6.0 → 3.6.1
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 +18 -18
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -142,7 +142,7 @@ EXAMPLES
|
|
|
142
142
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
143
143
|
```
|
|
144
144
|
|
|
145
|
-
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
145
|
+
_See code: [src/commands/data/create/file.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/create/file.ts)_
|
|
146
146
|
|
|
147
147
|
## `sf data create record`
|
|
148
148
|
|
|
@@ -198,7 +198,7 @@ EXAMPLES
|
|
|
198
198
|
TracedEntityId=01p17000000R6bLAAS"
|
|
199
199
|
```
|
|
200
200
|
|
|
201
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
201
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/create/record.ts)_
|
|
202
202
|
|
|
203
203
|
## `sf data delete bulk`
|
|
204
204
|
|
|
@@ -256,7 +256,7 @@ FLAG DESCRIPTIONS
|
|
|
256
256
|
and can be enabled only by a system administrator.
|
|
257
257
|
```
|
|
258
258
|
|
|
259
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
259
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/delete/bulk.ts)_
|
|
260
260
|
|
|
261
261
|
## `sf data delete record`
|
|
262
262
|
|
|
@@ -317,7 +317,7 @@ EXAMPLES
|
|
|
317
317
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
318
318
|
```
|
|
319
319
|
|
|
320
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
320
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/delete/record.ts)_
|
|
321
321
|
|
|
322
322
|
## `sf data delete resume`
|
|
323
323
|
|
|
@@ -356,7 +356,7 @@ EXAMPLES
|
|
|
356
356
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
357
357
|
```
|
|
358
358
|
|
|
359
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
359
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/delete/resume.ts)_
|
|
360
360
|
|
|
361
361
|
## `sf data export tree`
|
|
362
362
|
|
|
@@ -417,7 +417,7 @@ EXAMPLES
|
|
|
417
417
|
my-scratch
|
|
418
418
|
```
|
|
419
419
|
|
|
420
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
420
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/export/tree.ts)_
|
|
421
421
|
|
|
422
422
|
## `sf data get record`
|
|
423
423
|
|
|
@@ -481,7 +481,7 @@ EXAMPLES
|
|
|
481
481
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
482
482
|
```
|
|
483
483
|
|
|
484
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
484
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/get/record.ts)_
|
|
485
485
|
|
|
486
486
|
## `sf data import tree`
|
|
487
487
|
|
|
@@ -546,7 +546,7 @@ FLAG DESCRIPTIONS
|
|
|
546
546
|
- files(array) - Files: An array of files paths to load
|
|
547
547
|
```
|
|
548
548
|
|
|
549
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
549
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/import/tree.ts)_
|
|
550
550
|
|
|
551
551
|
## `sf data query`
|
|
552
552
|
|
|
@@ -610,7 +610,7 @@ EXAMPLES
|
|
|
610
610
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
611
611
|
```
|
|
612
612
|
|
|
613
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
613
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/query.ts)_
|
|
614
614
|
|
|
615
615
|
## `sf data query resume`
|
|
616
616
|
|
|
@@ -648,7 +648,7 @@ EXAMPLES
|
|
|
648
648
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
649
649
|
```
|
|
650
650
|
|
|
651
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
651
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/query/resume.ts)_
|
|
652
652
|
|
|
653
653
|
## `sf data resume`
|
|
654
654
|
|
|
@@ -685,7 +685,7 @@ EXAMPLES
|
|
|
685
685
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
686
686
|
```
|
|
687
687
|
|
|
688
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
688
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/resume.ts)_
|
|
689
689
|
|
|
690
690
|
## `sf data search`
|
|
691
691
|
|
|
@@ -735,7 +735,7 @@ EXAMPLES
|
|
|
735
735
|
$ sf data search --file query.txt --target-org my-scratch --result-format csv
|
|
736
736
|
```
|
|
737
737
|
|
|
738
|
-
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
738
|
+
_See code: [src/commands/data/search.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/search.ts)_
|
|
739
739
|
|
|
740
740
|
## `sf data update record`
|
|
741
741
|
|
|
@@ -797,7 +797,7 @@ EXAMPLES
|
|
|
797
797
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
798
798
|
```
|
|
799
799
|
|
|
800
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
800
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/update/record.ts)_
|
|
801
801
|
|
|
802
802
|
## `sf data upsert bulk`
|
|
803
803
|
|
|
@@ -850,7 +850,7 @@ EXAMPLES
|
|
|
850
850
|
my-scratch
|
|
851
851
|
```
|
|
852
852
|
|
|
853
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
853
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/upsert/bulk.ts)_
|
|
854
854
|
|
|
855
855
|
## `sf data upsert resume`
|
|
856
856
|
|
|
@@ -889,7 +889,7 @@ EXAMPLES
|
|
|
889
889
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
890
890
|
```
|
|
891
891
|
|
|
892
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
892
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/data/upsert/resume.ts)_
|
|
893
893
|
|
|
894
894
|
## `sf force data bulk delete`
|
|
895
895
|
|
|
@@ -936,7 +936,7 @@ EXAMPLES
|
|
|
936
936
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
937
937
|
```
|
|
938
938
|
|
|
939
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
939
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/force/data/bulk/delete.ts)_
|
|
940
940
|
|
|
941
941
|
## `sf force data bulk status`
|
|
942
942
|
|
|
@@ -973,7 +973,7 @@ EXAMPLES
|
|
|
973
973
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
974
974
|
```
|
|
975
975
|
|
|
976
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
976
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/force/data/bulk/status.ts)_
|
|
977
977
|
|
|
978
978
|
## `sf force data bulk upsert`
|
|
979
979
|
|
|
@@ -1031,6 +1031,6 @@ EXAMPLES
|
|
|
1031
1031
|
--target-org my-scratch
|
|
1032
1032
|
```
|
|
1033
1033
|
|
|
1034
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.
|
|
1034
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.6.1/src/commands/force/data/bulk/upsert.ts)_
|
|
1035
1035
|
|
|
1036
1036
|
<!-- 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.6.
|
|
3
|
+
"version": "3.6.1",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"@jsforce/jsforce-node": "^3.4.1",
|
|
111
111
|
"@salesforce/core": "^8.3.0",
|
|
112
112
|
"@salesforce/kit": "^3.1.6",
|
|
113
|
-
"@salesforce/sf-plugins-core": "^11.2
|
|
113
|
+
"@salesforce/sf-plugins-core": "^11.3.2",
|
|
114
114
|
"@salesforce/ts-types": "^2.0.11",
|
|
115
115
|
"ansis": "^3.2.0",
|
|
116
116
|
"change-case": "^5.4.4",
|
|
@@ -251,7 +251,7 @@
|
|
|
251
251
|
"exports": "./lib/index.js",
|
|
252
252
|
"type": "module",
|
|
253
253
|
"sfdx": {
|
|
254
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.
|
|
255
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.
|
|
254
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.1.crt",
|
|
255
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.6.1.sig"
|
|
256
256
|
}
|
|
257
257
|
}
|