@salesforce/plugin-data 3.0.22 → 3.0.23
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 +49 -51
- package/oclif.manifest.json +154 -154
- 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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/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.23/src/commands/force/data/bulk/upsert.ts)_
|
|
885
885
|
|
|
886
886
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1107,27 +1107,27 @@
|
|
|
1107
1107
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
1108
1108
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
1109
1109
|
|
|
1110
|
-
"@inquirer/confirm@^2.0.
|
|
1111
|
-
version "2.0.
|
|
1112
|
-
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.
|
|
1113
|
-
integrity sha512-
|
|
1110
|
+
"@inquirer/confirm@^2.0.17":
|
|
1111
|
+
version "2.0.17"
|
|
1112
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.17.tgz#a45eb1b973c51c993a3c093a0114e960b1cf09a4"
|
|
1113
|
+
integrity sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==
|
|
1114
1114
|
dependencies:
|
|
1115
|
-
"@inquirer/core" "^
|
|
1116
|
-
"@inquirer/type" "^1.1.
|
|
1115
|
+
"@inquirer/core" "^6.0.0"
|
|
1116
|
+
"@inquirer/type" "^1.1.6"
|
|
1117
1117
|
chalk "^4.1.2"
|
|
1118
1118
|
|
|
1119
|
-
"@inquirer/core@^
|
|
1120
|
-
version "
|
|
1121
|
-
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-
|
|
1122
|
-
integrity sha512-
|
|
1119
|
+
"@inquirer/core@^6.0.0":
|
|
1120
|
+
version "6.0.0"
|
|
1121
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-6.0.0.tgz#d44ccd8ae09a4879a78f09cca35bf1ab894b95f4"
|
|
1122
|
+
integrity sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==
|
|
1123
1123
|
dependencies:
|
|
1124
|
-
"@inquirer/type" "^1.1.
|
|
1124
|
+
"@inquirer/type" "^1.1.6"
|
|
1125
1125
|
"@types/mute-stream" "^0.0.4"
|
|
1126
|
-
"@types/node" "^20.
|
|
1126
|
+
"@types/node" "^20.10.7"
|
|
1127
1127
|
"@types/wrap-ansi" "^3.0.0"
|
|
1128
1128
|
ansi-escapes "^4.3.2"
|
|
1129
1129
|
chalk "^4.1.2"
|
|
1130
|
-
cli-spinners "^2.9.
|
|
1130
|
+
cli-spinners "^2.9.2"
|
|
1131
1131
|
cli-width "^4.1.0"
|
|
1132
1132
|
figures "^3.2.0"
|
|
1133
1133
|
mute-stream "^1.0.0"
|
|
@@ -1136,29 +1136,20 @@
|
|
|
1136
1136
|
strip-ansi "^6.0.1"
|
|
1137
1137
|
wrap-ansi "^6.2.0"
|
|
1138
1138
|
|
|
1139
|
-
"@inquirer/
|
|
1140
|
-
version "1.
|
|
1141
|
-
resolved "https://registry.yarnpkg.com/@inquirer/
|
|
1142
|
-
integrity sha512-
|
|
1143
|
-
dependencies:
|
|
1144
|
-
"@inquirer/core" "^5.1.1"
|
|
1145
|
-
"@inquirer/type" "^1.1.5"
|
|
1146
|
-
chalk "^4.1.2"
|
|
1147
|
-
|
|
1148
|
-
"@inquirer/password@^1.1.14":
|
|
1149
|
-
version "1.1.14"
|
|
1150
|
-
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
|
|
1151
|
-
integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
|
|
1139
|
+
"@inquirer/password@^1.1.16":
|
|
1140
|
+
version "1.1.16"
|
|
1141
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.16.tgz#37ddebbe37c6e76f8ad27d1f726aacdd7c423558"
|
|
1142
|
+
integrity sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==
|
|
1152
1143
|
dependencies:
|
|
1153
|
-
"@inquirer/
|
|
1154
|
-
"@inquirer/type" "^1.1.
|
|
1144
|
+
"@inquirer/core" "^6.0.0"
|
|
1145
|
+
"@inquirer/type" "^1.1.6"
|
|
1155
1146
|
ansi-escapes "^4.3.2"
|
|
1156
1147
|
chalk "^4.1.2"
|
|
1157
1148
|
|
|
1158
|
-
"@inquirer/type@^1.1.
|
|
1159
|
-
version "1.
|
|
1160
|
-
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.
|
|
1161
|
-
integrity sha512
|
|
1149
|
+
"@inquirer/type@^1.1.6":
|
|
1150
|
+
version "1.2.0"
|
|
1151
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.2.0.tgz#a569613628a881c2104289ca868a7def54e5c49d"
|
|
1152
|
+
integrity sha512-/vvkUkYhrjbm+RolU7V1aUFDydZVKNKqKHR5TsE+j5DXgXFwrsOPcoGUJ02K0O7q7O53CU2DOTMYCHeGZ25WHA==
|
|
1162
1153
|
|
|
1163
1154
|
"@isaacs/cliui@^8.0.2":
|
|
1164
1155
|
version "8.0.2"
|
|
@@ -1648,10 +1639,10 @@
|
|
|
1648
1639
|
strip-ansi "6.0.1"
|
|
1649
1640
|
ts-retry-promise "^0.8.0"
|
|
1650
1641
|
|
|
1651
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.
|
|
1652
|
-
version "6.5.
|
|
1653
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.
|
|
1654
|
-
integrity sha512-
|
|
1642
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
|
|
1643
|
+
version "6.5.4"
|
|
1644
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.4.tgz#05e494d3b4f910c6eaa79b6e5ac6c6d98c952726"
|
|
1645
|
+
integrity sha512-wNTtHDwRt0yWIDfDA/zz/y4OxUcxwT8/hUeqflDr96uEmPow7JjuNt709ziFyvG32sGIVebbHxbvsat+HGSdcQ==
|
|
1655
1646
|
dependencies:
|
|
1656
1647
|
"@salesforce/kit" "^3.0.15"
|
|
1657
1648
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1665,7 +1656,7 @@
|
|
|
1665
1656
|
jsforce "^2.0.0-beta.29"
|
|
1666
1657
|
jsonwebtoken "9.0.2"
|
|
1667
1658
|
jszip "3.10.1"
|
|
1668
|
-
pino "^8.
|
|
1659
|
+
pino "^8.19.0"
|
|
1669
1660
|
pino-abstract-transport "^1.1.0"
|
|
1670
1661
|
pino-pretty "^10.3.1"
|
|
1671
1662
|
proper-lockfile "^4.1.2"
|
|
@@ -1754,15 +1745,15 @@
|
|
|
1754
1745
|
chalk "^4"
|
|
1755
1746
|
inquirer "^8.2.5"
|
|
1756
1747
|
|
|
1757
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
1758
|
-
version "7.1.
|
|
1759
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
1760
|
-
integrity sha512-
|
|
1748
|
+
"@salesforce/sf-plugins-core@^7.1.9":
|
|
1749
|
+
version "7.1.9"
|
|
1750
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz#b4ea2005096f2289160cfd4452afb51d53bdefb3"
|
|
1751
|
+
integrity sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==
|
|
1761
1752
|
dependencies:
|
|
1762
|
-
"@inquirer/confirm" "^2.0.
|
|
1763
|
-
"@inquirer/password" "^1.1.
|
|
1764
|
-
"@oclif/core" "^3.
|
|
1765
|
-
"@salesforce/core" "^6.5.
|
|
1753
|
+
"@inquirer/confirm" "^2.0.17"
|
|
1754
|
+
"@inquirer/password" "^1.1.16"
|
|
1755
|
+
"@oclif/core" "^3.19.1"
|
|
1756
|
+
"@salesforce/core" "^6.5.2"
|
|
1766
1757
|
"@salesforce/kit" "^3.0.15"
|
|
1767
1758
|
"@salesforce/ts-types" "^2.0.9"
|
|
1768
1759
|
chalk "^5.3.0"
|
|
@@ -2468,7 +2459,7 @@
|
|
|
2468
2459
|
dependencies:
|
|
2469
2460
|
"@types/node" "*"
|
|
2470
2461
|
|
|
2471
|
-
"@types/node@*"
|
|
2462
|
+
"@types/node@*":
|
|
2472
2463
|
version "20.10.6"
|
|
2473
2464
|
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
2474
2465
|
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
@@ -2497,6 +2488,13 @@
|
|
|
2497
2488
|
dependencies:
|
|
2498
2489
|
undici-types "~5.26.4"
|
|
2499
2490
|
|
|
2491
|
+
"@types/node@^20.10.7":
|
|
2492
|
+
version "20.11.19"
|
|
2493
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.11.19.tgz#b466de054e9cb5b3831bee38938de64ac7f81195"
|
|
2494
|
+
integrity sha512-7xMnVEcZFu0DikYjWOlRq7NTPETrm7teqUT2WkQjrTIkEgUyyGdWsj/Zg8bEJt5TNklzbPD1X3fqfsHw3SpapQ==
|
|
2495
|
+
dependencies:
|
|
2496
|
+
undici-types "~5.26.4"
|
|
2497
|
+
|
|
2500
2498
|
"@types/normalize-package-data@^2.4.0":
|
|
2501
2499
|
version "2.4.4"
|
|
2502
2500
|
resolved "https://registry.yarnpkg.com/@types/normalize-package-data/-/normalize-package-data-2.4.4.tgz#56e2cc26c397c038fab0e3a917a12d5c5909e901"
|
|
@@ -3461,7 +3459,7 @@ cli-progress@^3.12.0:
|
|
|
3461
3459
|
dependencies:
|
|
3462
3460
|
string-width "^4.2.3"
|
|
3463
3461
|
|
|
3464
|
-
cli-spinners@^2.5.0, cli-spinners@^2.9.
|
|
3462
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.2:
|
|
3465
3463
|
version "2.9.2"
|
|
3466
3464
|
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
3467
3465
|
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
@@ -7377,10 +7375,10 @@ pino-std-serializers@^6.0.0:
|
|
|
7377
7375
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
7378
7376
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
7379
7377
|
|
|
7380
|
-
pino@^8.
|
|
7381
|
-
version "8.
|
|
7382
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
7383
|
-
integrity sha512-
|
|
7378
|
+
pino@^8.19.0:
|
|
7379
|
+
version "8.19.0"
|
|
7380
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
|
|
7381
|
+
integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
|
|
7384
7382
|
dependencies:
|
|
7385
7383
|
atomic-sleep "^1.0.0"
|
|
7386
7384
|
fast-redact "^3.1.1"
|
package/oclif.manifest.json
CHANGED
|
@@ -312,6 +312,159 @@
|
|
|
312
312
|
"resume:data"
|
|
313
313
|
]
|
|
314
314
|
},
|
|
315
|
+
"data:create:record": {
|
|
316
|
+
"aliases": [
|
|
317
|
+
"force:data:record:create"
|
|
318
|
+
],
|
|
319
|
+
"args": {},
|
|
320
|
+
"deprecateAliases": true,
|
|
321
|
+
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
322
|
+
"examples": [
|
|
323
|
+
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
324
|
+
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
325
|
+
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
326
|
+
],
|
|
327
|
+
"flags": {
|
|
328
|
+
"json": {
|
|
329
|
+
"description": "Format output as json.",
|
|
330
|
+
"helpGroup": "GLOBAL",
|
|
331
|
+
"name": "json",
|
|
332
|
+
"allowNo": false,
|
|
333
|
+
"type": "boolean"
|
|
334
|
+
},
|
|
335
|
+
"target-org": {
|
|
336
|
+
"aliases": [
|
|
337
|
+
"targetusername",
|
|
338
|
+
"u"
|
|
339
|
+
],
|
|
340
|
+
"char": "o",
|
|
341
|
+
"deprecateAliases": true,
|
|
342
|
+
"name": "target-org",
|
|
343
|
+
"noCacheDefault": true,
|
|
344
|
+
"required": true,
|
|
345
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
346
|
+
"hasDynamicHelp": true,
|
|
347
|
+
"multiple": false,
|
|
348
|
+
"type": "option"
|
|
349
|
+
},
|
|
350
|
+
"api-version": {
|
|
351
|
+
"aliases": [
|
|
352
|
+
"apiversion"
|
|
353
|
+
],
|
|
354
|
+
"deprecateAliases": true,
|
|
355
|
+
"description": "Override the api version used for api requests made by this command",
|
|
356
|
+
"name": "api-version",
|
|
357
|
+
"hasDynamicHelp": false,
|
|
358
|
+
"multiple": false,
|
|
359
|
+
"type": "option"
|
|
360
|
+
},
|
|
361
|
+
"loglevel": {
|
|
362
|
+
"deprecated": {
|
|
363
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
364
|
+
},
|
|
365
|
+
"hidden": true,
|
|
366
|
+
"name": "loglevel",
|
|
367
|
+
"hasDynamicHelp": false,
|
|
368
|
+
"multiple": false,
|
|
369
|
+
"type": "option"
|
|
370
|
+
},
|
|
371
|
+
"sobject": {
|
|
372
|
+
"aliases": [
|
|
373
|
+
"sobjecttype"
|
|
374
|
+
],
|
|
375
|
+
"char": "s",
|
|
376
|
+
"deprecateAliases": true,
|
|
377
|
+
"name": "sobject",
|
|
378
|
+
"required": true,
|
|
379
|
+
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
380
|
+
"hasDynamicHelp": false,
|
|
381
|
+
"multiple": false,
|
|
382
|
+
"type": "option"
|
|
383
|
+
},
|
|
384
|
+
"values": {
|
|
385
|
+
"char": "v",
|
|
386
|
+
"name": "values",
|
|
387
|
+
"required": true,
|
|
388
|
+
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
389
|
+
"hasDynamicHelp": false,
|
|
390
|
+
"multiple": false,
|
|
391
|
+
"type": "option"
|
|
392
|
+
},
|
|
393
|
+
"use-tooling-api": {
|
|
394
|
+
"aliases": [
|
|
395
|
+
"usetoolingapi"
|
|
396
|
+
],
|
|
397
|
+
"char": "t",
|
|
398
|
+
"deprecateAliases": true,
|
|
399
|
+
"name": "use-tooling-api",
|
|
400
|
+
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
401
|
+
"allowNo": false,
|
|
402
|
+
"type": "boolean"
|
|
403
|
+
},
|
|
404
|
+
"perflog": {
|
|
405
|
+
"deprecated": {
|
|
406
|
+
"version": "57"
|
|
407
|
+
},
|
|
408
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
409
|
+
"hidden": true,
|
|
410
|
+
"name": "perflog",
|
|
411
|
+
"summary": "Get API performance data.",
|
|
412
|
+
"allowNo": false,
|
|
413
|
+
"type": "boolean"
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
"hasDynamicHelp": true,
|
|
417
|
+
"hiddenAliases": [],
|
|
418
|
+
"id": "data:create:record",
|
|
419
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
420
|
+
"pluginName": "@salesforce/plugin-data",
|
|
421
|
+
"pluginType": "core",
|
|
422
|
+
"strict": true,
|
|
423
|
+
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
424
|
+
"enableJsonFlag": true,
|
|
425
|
+
"isESM": true,
|
|
426
|
+
"relativePath": [
|
|
427
|
+
"lib",
|
|
428
|
+
"commands",
|
|
429
|
+
"data",
|
|
430
|
+
"create",
|
|
431
|
+
"record.js"
|
|
432
|
+
],
|
|
433
|
+
"aliasPermutations": [
|
|
434
|
+
"force:data:record:create",
|
|
435
|
+
"data:force:record:create",
|
|
436
|
+
"data:record:force:create",
|
|
437
|
+
"data:record:create:force",
|
|
438
|
+
"force:record:data:create",
|
|
439
|
+
"record:force:data:create",
|
|
440
|
+
"record:data:force:create",
|
|
441
|
+
"record:data:create:force",
|
|
442
|
+
"force:record:create:data",
|
|
443
|
+
"record:force:create:data",
|
|
444
|
+
"record:create:force:data",
|
|
445
|
+
"record:create:data:force",
|
|
446
|
+
"force:data:create:record",
|
|
447
|
+
"data:force:create:record",
|
|
448
|
+
"data:create:force:record",
|
|
449
|
+
"data:create:record:force",
|
|
450
|
+
"force:create:data:record",
|
|
451
|
+
"create:force:data:record",
|
|
452
|
+
"create:data:force:record",
|
|
453
|
+
"create:data:record:force",
|
|
454
|
+
"force:create:record:data",
|
|
455
|
+
"create:force:record:data",
|
|
456
|
+
"create:record:force:data",
|
|
457
|
+
"create:record:data:force"
|
|
458
|
+
],
|
|
459
|
+
"permutations": [
|
|
460
|
+
"data:create:record",
|
|
461
|
+
"create:data:record",
|
|
462
|
+
"create:record:data",
|
|
463
|
+
"data:record:create",
|
|
464
|
+
"record:data:create",
|
|
465
|
+
"record:create:data"
|
|
466
|
+
]
|
|
467
|
+
},
|
|
315
468
|
"data:delete:bulk": {
|
|
316
469
|
"aliases": [],
|
|
317
470
|
"args": {},
|
|
@@ -722,159 +875,6 @@
|
|
|
722
875
|
"resume:delete:data"
|
|
723
876
|
]
|
|
724
877
|
},
|
|
725
|
-
"data:create:record": {
|
|
726
|
-
"aliases": [
|
|
727
|
-
"force:data:record:create"
|
|
728
|
-
],
|
|
729
|
-
"args": {},
|
|
730
|
-
"deprecateAliases": true,
|
|
731
|
-
"description": "You must specify a value for all required fields of the object.\n\nWhen specifying fields, use the format <fieldName>=<value>. Enclose all field-value pairs in one set of double quotation marks, delimited by spaces. Enclose values that contain spaces in single quotes.\n\nThis command inserts a record into Salesforce objects by default. Use the --use-tooling-api flag to insert into a Tooling API object.",
|
|
732
|
-
"examples": [
|
|
733
|
-
"Insert a record into the Account object of your default org; only the required Name field has a value:\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name=Acme\"",
|
|
734
|
-
"Insert an Account record with values for two fields, one value contains a space; the command uses the org with alias \"my-scratch\":\n<%= config.bin %> <%= command.id %> --sobject Account --values \"Name='Universal Containers' Website=www.example.com\" --target-org my-scratch",
|
|
735
|
-
"Insert a record into the Tooling API object TraceFlag:\n<%= config.bin %> <%= command.id %> --use-tooling-api --sobject TraceFlag --values \"DebugLevelId=7dl170000008U36AAE StartDate=2022-12-15T00:26:04.000+0000 ExpirationDate=2022-12-15T00:56:04.000+0000 LogType=CLASS_TRACING TracedEntityId=01p17000000R6bLAAS\""
|
|
736
|
-
],
|
|
737
|
-
"flags": {
|
|
738
|
-
"json": {
|
|
739
|
-
"description": "Format output as json.",
|
|
740
|
-
"helpGroup": "GLOBAL",
|
|
741
|
-
"name": "json",
|
|
742
|
-
"allowNo": false,
|
|
743
|
-
"type": "boolean"
|
|
744
|
-
},
|
|
745
|
-
"target-org": {
|
|
746
|
-
"aliases": [
|
|
747
|
-
"targetusername",
|
|
748
|
-
"u"
|
|
749
|
-
],
|
|
750
|
-
"char": "o",
|
|
751
|
-
"deprecateAliases": true,
|
|
752
|
-
"name": "target-org",
|
|
753
|
-
"noCacheDefault": true,
|
|
754
|
-
"required": true,
|
|
755
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
756
|
-
"hasDynamicHelp": true,
|
|
757
|
-
"multiple": false,
|
|
758
|
-
"type": "option"
|
|
759
|
-
},
|
|
760
|
-
"api-version": {
|
|
761
|
-
"aliases": [
|
|
762
|
-
"apiversion"
|
|
763
|
-
],
|
|
764
|
-
"deprecateAliases": true,
|
|
765
|
-
"description": "Override the api version used for api requests made by this command",
|
|
766
|
-
"name": "api-version",
|
|
767
|
-
"hasDynamicHelp": false,
|
|
768
|
-
"multiple": false,
|
|
769
|
-
"type": "option"
|
|
770
|
-
},
|
|
771
|
-
"loglevel": {
|
|
772
|
-
"deprecated": {
|
|
773
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
774
|
-
},
|
|
775
|
-
"hidden": true,
|
|
776
|
-
"name": "loglevel",
|
|
777
|
-
"hasDynamicHelp": false,
|
|
778
|
-
"multiple": false,
|
|
779
|
-
"type": "option"
|
|
780
|
-
},
|
|
781
|
-
"sobject": {
|
|
782
|
-
"aliases": [
|
|
783
|
-
"sobjecttype"
|
|
784
|
-
],
|
|
785
|
-
"char": "s",
|
|
786
|
-
"deprecateAliases": true,
|
|
787
|
-
"name": "sobject",
|
|
788
|
-
"required": true,
|
|
789
|
-
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
790
|
-
"hasDynamicHelp": false,
|
|
791
|
-
"multiple": false,
|
|
792
|
-
"type": "option"
|
|
793
|
-
},
|
|
794
|
-
"values": {
|
|
795
|
-
"char": "v",
|
|
796
|
-
"name": "values",
|
|
797
|
-
"required": true,
|
|
798
|
-
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
799
|
-
"hasDynamicHelp": false,
|
|
800
|
-
"multiple": false,
|
|
801
|
-
"type": "option"
|
|
802
|
-
},
|
|
803
|
-
"use-tooling-api": {
|
|
804
|
-
"aliases": [
|
|
805
|
-
"usetoolingapi"
|
|
806
|
-
],
|
|
807
|
-
"char": "t",
|
|
808
|
-
"deprecateAliases": true,
|
|
809
|
-
"name": "use-tooling-api",
|
|
810
|
-
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
811
|
-
"allowNo": false,
|
|
812
|
-
"type": "boolean"
|
|
813
|
-
},
|
|
814
|
-
"perflog": {
|
|
815
|
-
"deprecated": {
|
|
816
|
-
"version": "57"
|
|
817
|
-
},
|
|
818
|
-
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
819
|
-
"hidden": true,
|
|
820
|
-
"name": "perflog",
|
|
821
|
-
"summary": "Get API performance data.",
|
|
822
|
-
"allowNo": false,
|
|
823
|
-
"type": "boolean"
|
|
824
|
-
}
|
|
825
|
-
},
|
|
826
|
-
"hasDynamicHelp": true,
|
|
827
|
-
"hiddenAliases": [],
|
|
828
|
-
"id": "data:create:record",
|
|
829
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
830
|
-
"pluginName": "@salesforce/plugin-data",
|
|
831
|
-
"pluginType": "core",
|
|
832
|
-
"strict": true,
|
|
833
|
-
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
834
|
-
"enableJsonFlag": true,
|
|
835
|
-
"isESM": true,
|
|
836
|
-
"relativePath": [
|
|
837
|
-
"lib",
|
|
838
|
-
"commands",
|
|
839
|
-
"data",
|
|
840
|
-
"create",
|
|
841
|
-
"record.js"
|
|
842
|
-
],
|
|
843
|
-
"aliasPermutations": [
|
|
844
|
-
"force:data:record:create",
|
|
845
|
-
"data:force:record:create",
|
|
846
|
-
"data:record:force:create",
|
|
847
|
-
"data:record:create:force",
|
|
848
|
-
"force:record:data:create",
|
|
849
|
-
"record:force:data:create",
|
|
850
|
-
"record:data:force:create",
|
|
851
|
-
"record:data:create:force",
|
|
852
|
-
"force:record:create:data",
|
|
853
|
-
"record:force:create:data",
|
|
854
|
-
"record:create:force:data",
|
|
855
|
-
"record:create:data:force",
|
|
856
|
-
"force:data:create:record",
|
|
857
|
-
"data:force:create:record",
|
|
858
|
-
"data:create:force:record",
|
|
859
|
-
"data:create:record:force",
|
|
860
|
-
"force:create:data:record",
|
|
861
|
-
"create:force:data:record",
|
|
862
|
-
"create:data:force:record",
|
|
863
|
-
"create:data:record:force",
|
|
864
|
-
"force:create:record:data",
|
|
865
|
-
"create:force:record:data",
|
|
866
|
-
"create:record:force:data",
|
|
867
|
-
"create:record:data:force"
|
|
868
|
-
],
|
|
869
|
-
"permutations": [
|
|
870
|
-
"data:create:record",
|
|
871
|
-
"create:data:record",
|
|
872
|
-
"create:record:data",
|
|
873
|
-
"data:record:create",
|
|
874
|
-
"record:data:create",
|
|
875
|
-
"record:create:data"
|
|
876
|
-
]
|
|
877
|
-
},
|
|
878
878
|
"data:export:tree": {
|
|
879
879
|
"aliases": [
|
|
880
880
|
"force:data:tree:export"
|
|
@@ -2430,5 +2430,5 @@
|
|
|
2430
2430
|
]
|
|
2431
2431
|
}
|
|
2432
2432
|
},
|
|
2433
|
-
"version": "3.0.
|
|
2433
|
+
"version": "3.0.23"
|
|
2434
2434
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.23",
|
|
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.19.1",
|
|
112
112
|
"@salesforce/core": "^6.5.3",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
114
|
+
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"change-case": "^5.4.3",
|
|
@@ -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.0.
|
|
254
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.
|
|
253
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.23.crt",
|
|
254
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.23.sig"
|
|
255
255
|
}
|
|
256
256
|
}
|