@salesforce/plugin-data 3.1.3 → 3.1.4
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.lock +10 -10
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -148,7 +148,7 @@ EXAMPLES
|
|
|
148
148
|
TracedEntityId=01p17000000R6bLAAS"
|
|
149
149
|
```
|
|
150
150
|
|
|
151
|
-
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
151
|
+
_See code: [src/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/create/record.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf data delete bulk`
|
|
154
154
|
|
|
@@ -193,7 +193,7 @@ EXAMPLES
|
|
|
193
193
|
$ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
194
194
|
```
|
|
195
195
|
|
|
196
|
-
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
196
|
+
_See code: [src/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/delete/bulk.ts)_
|
|
197
197
|
|
|
198
198
|
## `sf data delete record`
|
|
199
199
|
|
|
@@ -252,7 +252,7 @@ EXAMPLES
|
|
|
252
252
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
253
253
|
```
|
|
254
254
|
|
|
255
|
-
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
255
|
+
_See code: [src/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/delete/record.ts)_
|
|
256
256
|
|
|
257
257
|
## `sf data delete resume`
|
|
258
258
|
|
|
@@ -289,7 +289,7 @@ EXAMPLES
|
|
|
289
289
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
292
|
+
_See code: [src/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/delete/resume.ts)_
|
|
293
293
|
|
|
294
294
|
## `sf data export beta tree`
|
|
295
295
|
|
|
@@ -345,7 +345,7 @@ EXAMPLES
|
|
|
345
345
|
my-scratch
|
|
346
346
|
```
|
|
347
347
|
|
|
348
|
-
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
348
|
+
_See code: [src/commands/data/export/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/export/beta/tree.ts)_
|
|
349
349
|
|
|
350
350
|
## `sf data export tree`
|
|
351
351
|
|
|
@@ -403,7 +403,7 @@ EXAMPLES
|
|
|
403
403
|
my-scratch
|
|
404
404
|
```
|
|
405
405
|
|
|
406
|
-
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
406
|
+
_See code: [src/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/export/tree.ts)_
|
|
407
407
|
|
|
408
408
|
## `sf data get record`
|
|
409
409
|
|
|
@@ -465,7 +465,7 @@ EXAMPLES
|
|
|
465
465
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
466
466
|
```
|
|
467
467
|
|
|
468
|
-
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
468
|
+
_See code: [src/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/get/record.ts)_
|
|
469
469
|
|
|
470
470
|
## `sf data import beta tree`
|
|
471
471
|
|
|
@@ -507,7 +507,7 @@ EXAMPLES
|
|
|
507
507
|
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
508
508
|
```
|
|
509
509
|
|
|
510
|
-
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
510
|
+
_See code: [src/commands/data/import/beta/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/import/beta/tree.ts)_
|
|
511
511
|
|
|
512
512
|
## `sf data import tree`
|
|
513
513
|
|
|
@@ -556,7 +556,7 @@ EXAMPLES
|
|
|
556
556
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
557
557
|
```
|
|
558
558
|
|
|
559
|
-
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
559
|
+
_See code: [src/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/import/tree.ts)_
|
|
560
560
|
|
|
561
561
|
## `sf data query`
|
|
562
562
|
|
|
@@ -619,7 +619,7 @@ EXAMPLES
|
|
|
619
619
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
620
620
|
```
|
|
621
621
|
|
|
622
|
-
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
622
|
+
_See code: [src/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/query.ts)_
|
|
623
623
|
|
|
624
624
|
## `sf data query resume`
|
|
625
625
|
|
|
@@ -655,7 +655,7 @@ EXAMPLES
|
|
|
655
655
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
656
656
|
```
|
|
657
657
|
|
|
658
|
-
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
658
|
+
_See code: [src/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/query/resume.ts)_
|
|
659
659
|
|
|
660
660
|
## `sf data resume`
|
|
661
661
|
|
|
@@ -691,7 +691,7 @@ EXAMPLES
|
|
|
691
691
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
692
692
|
```
|
|
693
693
|
|
|
694
|
-
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
694
|
+
_See code: [src/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/resume.ts)_
|
|
695
695
|
|
|
696
696
|
## `sf data update record`
|
|
697
697
|
|
|
@@ -752,7 +752,7 @@ EXAMPLES
|
|
|
752
752
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
753
753
|
```
|
|
754
754
|
|
|
755
|
-
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
755
|
+
_See code: [src/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/update/record.ts)_
|
|
756
756
|
|
|
757
757
|
## `sf data upsert bulk`
|
|
758
758
|
|
|
@@ -804,7 +804,7 @@ EXAMPLES
|
|
|
804
804
|
my-scratch
|
|
805
805
|
```
|
|
806
806
|
|
|
807
|
-
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
807
|
+
_See code: [src/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/upsert/bulk.ts)_
|
|
808
808
|
|
|
809
809
|
## `sf data upsert resume`
|
|
810
810
|
|
|
@@ -841,7 +841,7 @@ EXAMPLES
|
|
|
841
841
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
842
842
|
```
|
|
843
843
|
|
|
844
|
-
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
844
|
+
_See code: [src/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/data/upsert/resume.ts)_
|
|
845
845
|
|
|
846
846
|
## `sf force data bulk delete`
|
|
847
847
|
|
|
@@ -886,7 +886,7 @@ EXAMPLES
|
|
|
886
886
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
887
887
|
```
|
|
888
888
|
|
|
889
|
-
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
889
|
+
_See code: [src/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/force/data/bulk/delete.ts)_
|
|
890
890
|
|
|
891
891
|
## `sf force data bulk status`
|
|
892
892
|
|
|
@@ -922,7 +922,7 @@ EXAMPLES
|
|
|
922
922
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
923
923
|
```
|
|
924
924
|
|
|
925
|
-
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
925
|
+
_See code: [src/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/force/data/bulk/status.ts)_
|
|
926
926
|
|
|
927
927
|
## `sf force data bulk upsert`
|
|
928
928
|
|
|
@@ -979,6 +979,6 @@ EXAMPLES
|
|
|
979
979
|
--target-org my-scratch
|
|
980
980
|
```
|
|
981
981
|
|
|
982
|
-
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.
|
|
982
|
+
_See code: [src/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.1.4/src/commands/force/data/bulk/upsert.ts)_
|
|
983
983
|
|
|
984
984
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1640,15 +1640,15 @@
|
|
|
1640
1640
|
strip-ansi "6.0.1"
|
|
1641
1641
|
ts-retry-promise "^0.8.0"
|
|
1642
1642
|
|
|
1643
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
|
|
1644
|
-
version "6.5.
|
|
1645
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.
|
|
1646
|
-
integrity sha512-
|
|
1643
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.5":
|
|
1644
|
+
version "6.5.5"
|
|
1645
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.5.tgz#ddfab1f6a51808ed1cadc98be3b7235d25ea436f"
|
|
1646
|
+
integrity sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==
|
|
1647
1647
|
dependencies:
|
|
1648
1648
|
"@salesforce/kit" "^3.0.15"
|
|
1649
1649
|
"@salesforce/schemas" "^1.6.1"
|
|
1650
1650
|
"@salesforce/ts-types" "^2.0.9"
|
|
1651
|
-
"@types/semver" "^7.5.
|
|
1651
|
+
"@types/semver" "^7.5.7"
|
|
1652
1652
|
ajv "^8.12.0"
|
|
1653
1653
|
change-case "^4.1.2"
|
|
1654
1654
|
faye "^1.4.0"
|
|
@@ -1661,7 +1661,7 @@
|
|
|
1661
1661
|
pino-abstract-transport "^1.1.0"
|
|
1662
1662
|
pino-pretty "^10.3.1"
|
|
1663
1663
|
proper-lockfile "^4.1.2"
|
|
1664
|
-
semver "^7.
|
|
1664
|
+
semver "^7.6.0"
|
|
1665
1665
|
ts-retry-promise "^0.7.1"
|
|
1666
1666
|
|
|
1667
1667
|
"@salesforce/dev-config@^4.1.0":
|
|
@@ -2513,10 +2513,10 @@
|
|
|
2513
2513
|
dependencies:
|
|
2514
2514
|
"@types/node" "*"
|
|
2515
2515
|
|
|
2516
|
-
"@types/semver@^7.5.0", "@types/semver@^7.5.
|
|
2517
|
-
version "7.5.
|
|
2518
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
2519
|
-
integrity sha512-
|
|
2516
|
+
"@types/semver@^7.5.0", "@types/semver@^7.5.7":
|
|
2517
|
+
version "7.5.8"
|
|
2518
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
|
|
2519
|
+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
2520
2520
|
|
|
2521
2521
|
"@types/shelljs@^0.8.15":
|
|
2522
2522
|
version "0.8.15"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.4",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
111
|
"@oclif/core": "^3.19.6",
|
|
112
|
-
"@salesforce/core": "^6.5.
|
|
112
|
+
"@salesforce/core": "^6.5.5",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
114
|
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"exports": "./lib/index.js",
|
|
251
251
|
"type": "module",
|
|
252
252
|
"sfdx": {
|
|
253
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.1.
|
|
254
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.1.
|
|
253
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.1.4.crt",
|
|
254
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.1.4.sig"
|
|
255
255
|
}
|
|
256
256
|
}
|