@salesforce/plugin-data 3.0.2 → 3.0.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 +16 -16
- package/oclif.lock +73 -43
- package/oclif.manifest.json +155 -155
- package/package.json +7 -7
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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/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.4/src/commands/force/data/bulk/upsert.ts)_
|
|
885
885
|
|
|
886
886
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -768,10 +768,10 @@
|
|
|
768
768
|
wordwrap "^1.0.0"
|
|
769
769
|
wrap-ansi "^7.0.0"
|
|
770
770
|
|
|
771
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.3.1":
|
|
772
|
-
version "3.
|
|
773
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
774
|
-
integrity sha512-
|
|
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":
|
|
772
|
+
version "3.13.1"
|
|
773
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.13.1.tgz#dbd5e604ec78a716a33bfa6fec6c988a507b7f38"
|
|
774
|
+
integrity sha512-bpnF6BL+j7D0k0T+dZ4g7LwcZzctCoKjIYm8zcSNgrItS2pgIlvsRf8SdkGNu6djzRD7vzM657ZO9fWU6goz0g==
|
|
775
775
|
dependencies:
|
|
776
776
|
ansi-escapes "^4.3.2"
|
|
777
777
|
ansi-styles "^4.3.0"
|
|
@@ -779,6 +779,7 @@
|
|
|
779
779
|
chalk "^4.1.2"
|
|
780
780
|
clean-stack "^3.0.1"
|
|
781
781
|
cli-progress "^3.12.0"
|
|
782
|
+
color "^4.2.3"
|
|
782
783
|
debug "^4.3.4"
|
|
783
784
|
ejs "^3.1.9"
|
|
784
785
|
get-package-type "^0.1.0"
|
|
@@ -963,7 +964,7 @@
|
|
|
963
964
|
strip-ansi "6.0.1"
|
|
964
965
|
ts-retry-promise "^0.7.1"
|
|
965
966
|
|
|
966
|
-
"@salesforce/core@^5.3.
|
|
967
|
+
"@salesforce/core@^5.3.20":
|
|
967
968
|
version "5.3.20"
|
|
968
969
|
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-5.3.20.tgz#4e934d4551bb70423cb1c4115615bc41cffca41e"
|
|
969
970
|
integrity sha512-y+O6O2c8OYFDrAy2qsG+pAcNxoyL14nmBXcBRRcYA7Huj8ikK+aLJK84PuVAYdQz+hNwImQF+69IWtDkpK4Irg==
|
|
@@ -987,24 +988,24 @@
|
|
|
987
988
|
semver "^7.5.4"
|
|
988
989
|
ts-retry-promise "^0.7.1"
|
|
989
990
|
|
|
990
|
-
"@salesforce/core@^6.1.3":
|
|
991
|
-
version "6.
|
|
992
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.
|
|
993
|
-
integrity sha512-
|
|
991
|
+
"@salesforce/core@^6.1.0", "@salesforce/core@^6.1.3", "@salesforce/core@^6.2.2":
|
|
992
|
+
version "6.2.2"
|
|
993
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.2.2.tgz#c390c7c407e8916ad85a3e300d9d9e4fecfba207"
|
|
994
|
+
integrity sha512-R2ptk/+KSWDJOqdInxfzPTLF3V//vFtD4vQcjWIK9NaGCCq4ZwiF2gMpkBcKgDQneLUmva2NcmnzF3c51zQp5A==
|
|
994
995
|
dependencies:
|
|
995
996
|
"@salesforce/kit" "^3.0.15"
|
|
996
997
|
"@salesforce/schemas" "^1.6.1"
|
|
997
998
|
"@salesforce/ts-types" "^2.0.9"
|
|
998
|
-
"@types/semver" "^7.5.
|
|
999
|
+
"@types/semver" "^7.5.6"
|
|
999
1000
|
ajv "^8.12.0"
|
|
1000
1001
|
change-case "^4.1.2"
|
|
1001
1002
|
faye "^1.4.0"
|
|
1002
1003
|
form-data "^4.0.0"
|
|
1003
1004
|
js2xmlparser "^4.0.1"
|
|
1004
|
-
jsforce "^2.0.0-beta.
|
|
1005
|
+
jsforce "^2.0.0-beta.29"
|
|
1005
1006
|
jsonwebtoken "9.0.2"
|
|
1006
1007
|
jszip "3.10.1"
|
|
1007
|
-
pino "^8.16.
|
|
1008
|
+
pino "^8.16.2"
|
|
1008
1009
|
pino-abstract-transport "^1.1.0"
|
|
1009
1010
|
pino-pretty "^10.2.3"
|
|
1010
1011
|
proper-lockfile "^4.1.2"
|
|
@@ -1047,7 +1048,7 @@
|
|
|
1047
1048
|
typescript "^4.9.5"
|
|
1048
1049
|
wireit "^0.14.1"
|
|
1049
1050
|
|
|
1050
|
-
"@salesforce/kit@^3.0.
|
|
1051
|
+
"@salesforce/kit@^3.0.15":
|
|
1051
1052
|
version "3.0.15"
|
|
1052
1053
|
resolved "https://registry.yarnpkg.com/@salesforce/kit/-/kit-3.0.15.tgz#713df3f5767f874c70a2e731c7cb5ba677989559"
|
|
1053
1054
|
integrity sha512-XkA8jsuLvVnyP460dAbU3pBFP2IkmmmsVxMQVifcKKbNWaIBbZBzAfj+vdaQfnvZyflLhsrFT3q2xkb0vHouPg==
|
|
@@ -1055,15 +1056,15 @@
|
|
|
1055
1056
|
"@salesforce/ts-types" "^2.0.9"
|
|
1056
1057
|
tslib "^2.6.2"
|
|
1057
1058
|
|
|
1058
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1059
|
-
version "3.0.
|
|
1060
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1061
|
-
integrity sha512-
|
|
1059
|
+
"@salesforce/plugin-command-reference@^3.0.47":
|
|
1060
|
+
version "3.0.47"
|
|
1061
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.47.tgz#477c3384402ef08458f4259b100447e136384e85"
|
|
1062
|
+
integrity sha512-A3syaw8bf8Bovne6WDiYOcOeLFKTqf1T+MXlxXPwDkDM0X5squkwVvE6wun7S54Q3n4gCSlCPiAMbJfpF8wwaw==
|
|
1062
1063
|
dependencies:
|
|
1063
|
-
"@oclif/core" "^
|
|
1064
|
-
"@salesforce/core" "^5.3.
|
|
1064
|
+
"@oclif/core" "^3.0.0"
|
|
1065
|
+
"@salesforce/core" "^5.3.20"
|
|
1065
1066
|
"@salesforce/kit" "^3.0.15"
|
|
1066
|
-
"@salesforce/sf-plugins-core" "^
|
|
1067
|
+
"@salesforce/sf-plugins-core" "^4"
|
|
1067
1068
|
"@salesforce/ts-types" "^2.0.9"
|
|
1068
1069
|
chalk "^4"
|
|
1069
1070
|
handlebars "^4.7.8"
|
|
@@ -1079,15 +1080,16 @@
|
|
|
1079
1080
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1080
1081
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1081
1082
|
|
|
1082
|
-
"@salesforce/sf-plugins-core@^
|
|
1083
|
-
version "
|
|
1084
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-
|
|
1085
|
-
integrity sha512-
|
|
1083
|
+
"@salesforce/sf-plugins-core@^4":
|
|
1084
|
+
version "4.1.3"
|
|
1085
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.3.tgz#06fa96fec1903fe945def9303eb8c43058625a3d"
|
|
1086
|
+
integrity sha512-cia0FRknxeQU0IK5gOxlP2KGxqc5zxwSmHLKJsd5+sUFWpn3Hnun/3rDO94UXIDjuGKV7HK08hQNBKkSLeYaRA==
|
|
1086
1087
|
dependencies:
|
|
1087
|
-
"@oclif/core" "^
|
|
1088
|
-
"@salesforce/core" "^
|
|
1089
|
-
"@salesforce/kit" "^3.0.
|
|
1090
|
-
"@salesforce/ts-types" "^2.0.
|
|
1088
|
+
"@oclif/core" "^3.11.0"
|
|
1089
|
+
"@salesforce/core" "^6.1.0"
|
|
1090
|
+
"@salesforce/kit" "^3.0.15"
|
|
1091
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1092
|
+
"@types/inquirer" "^8.2.3"
|
|
1091
1093
|
chalk "^4"
|
|
1092
1094
|
inquirer "^8.2.5"
|
|
1093
1095
|
|
|
@@ -1104,7 +1106,7 @@
|
|
|
1104
1106
|
chalk "^4"
|
|
1105
1107
|
inquirer "^8.2.5"
|
|
1106
1108
|
|
|
1107
|
-
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.
|
|
1109
|
+
"@salesforce/ts-types@^2.0.6", "@salesforce/ts-types@^2.0.9":
|
|
1108
1110
|
version "2.0.9"
|
|
1109
1111
|
resolved "https://registry.yarnpkg.com/@salesforce/ts-types/-/ts-types-2.0.9.tgz#66bff7b41720065d6b01631b6f6a3ccca02857c5"
|
|
1110
1112
|
integrity sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==
|
|
@@ -1373,10 +1375,10 @@
|
|
|
1373
1375
|
dependencies:
|
|
1374
1376
|
"@types/node" "*"
|
|
1375
1377
|
|
|
1376
|
-
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4":
|
|
1377
|
-
version "7.5.
|
|
1378
|
-
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.
|
|
1379
|
-
integrity sha512-
|
|
1378
|
+
"@types/semver@^7.3.12", "@types/semver@^7.5.0", "@types/semver@^7.5.4", "@types/semver@^7.5.6":
|
|
1379
|
+
version "7.5.6"
|
|
1380
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
1381
|
+
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
1380
1382
|
|
|
1381
1383
|
"@types/shelljs@^0.8.15":
|
|
1382
1384
|
version "0.8.15"
|
|
@@ -2429,16 +2431,32 @@ color-name@1.1.3:
|
|
|
2429
2431
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2430
2432
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
2431
2433
|
|
|
2432
|
-
color-name@~1.1.4:
|
|
2434
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2433
2435
|
version "1.1.4"
|
|
2434
2436
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2435
2437
|
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2436
2438
|
|
|
2439
|
+
color-string@^1.9.0:
|
|
2440
|
+
version "1.9.1"
|
|
2441
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2442
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2443
|
+
dependencies:
|
|
2444
|
+
color-name "^1.0.0"
|
|
2445
|
+
simple-swizzle "^0.2.2"
|
|
2446
|
+
|
|
2437
2447
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
2438
2448
|
version "1.1.3"
|
|
2439
2449
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2440
2450
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2441
2451
|
|
|
2452
|
+
color@^4.2.3:
|
|
2453
|
+
version "4.2.3"
|
|
2454
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2455
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2456
|
+
dependencies:
|
|
2457
|
+
color-convert "^2.0.1"
|
|
2458
|
+
color-string "^1.9.0"
|
|
2459
|
+
|
|
2442
2460
|
colorette@^2.0.7:
|
|
2443
2461
|
version "2.0.20"
|
|
2444
2462
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -4155,6 +4173,11 @@ is-arrayish@^0.2.1:
|
|
|
4155
4173
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
4156
4174
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
4157
4175
|
|
|
4176
|
+
is-arrayish@^0.3.1:
|
|
4177
|
+
version "0.3.2"
|
|
4178
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
4179
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
4180
|
+
|
|
4158
4181
|
is-bigint@^1.0.1:
|
|
4159
4182
|
version "1.0.4"
|
|
4160
4183
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -4544,10 +4567,10 @@ jsesc@~0.5.0:
|
|
|
4544
4567
|
resolved "https://registry.yarnpkg.com/jsesc/-/jsesc-0.5.0.tgz#e7dee66e35d6fc16f710fe91d5cf69f70f08911d"
|
|
4545
4568
|
integrity sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==
|
|
4546
4569
|
|
|
4547
|
-
jsforce@^2.0.0-beta.28:
|
|
4548
|
-
version "2.0.0-beta.
|
|
4549
|
-
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.
|
|
4550
|
-
integrity sha512-
|
|
4570
|
+
jsforce@^2.0.0-beta.28, jsforce@^2.0.0-beta.29:
|
|
4571
|
+
version "2.0.0-beta.29"
|
|
4572
|
+
resolved "https://registry.yarnpkg.com/jsforce/-/jsforce-2.0.0-beta.29.tgz#0b59b026eb0b90dfb199a53656af32a4c8acc48f"
|
|
4573
|
+
integrity sha512-Fq7xjOYOikyozZZDQNTfzsAdhcO0rUXwtavsjM+cCYUFiCMVOJJavgco303zOsJk3v8sdAYnGgHyKckLIhnyAg==
|
|
4551
4574
|
dependencies:
|
|
4552
4575
|
"@babel/runtime" "^7.12.5"
|
|
4553
4576
|
"@babel/runtime-corejs3" "^7.12.5"
|
|
@@ -5766,10 +5789,10 @@ object.values@^1.1.7:
|
|
|
5766
5789
|
define-properties "^1.2.0"
|
|
5767
5790
|
es-abstract "^1.22.1"
|
|
5768
5791
|
|
|
5769
|
-
oclif@^4.0.
|
|
5770
|
-
version "4.0.
|
|
5771
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.
|
|
5772
|
-
integrity sha512-
|
|
5792
|
+
oclif@^4.0.4:
|
|
5793
|
+
version "4.0.4"
|
|
5794
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.0.4.tgz#ee05d5339fa1aad8fb6a303e53f4618feba86a5e"
|
|
5795
|
+
integrity sha512-2rebdu1Ow9/TRolMI7s1IsJmKH7RpwlBzIKZFtE8eFiDmGenX6GEsWaxSEtgMXmzCSSQ1DbCRDv0hwcwVGIJuA==
|
|
5773
5796
|
dependencies:
|
|
5774
5797
|
"@oclif/core" "^3.0.4"
|
|
5775
5798
|
"@oclif/plugin-help" "^5.2.14"
|
|
@@ -6157,7 +6180,7 @@ pino-std-serializers@^6.0.0:
|
|
|
6157
6180
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6158
6181
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6159
6182
|
|
|
6160
|
-
pino@^8.16.0, pino@^8.16.
|
|
6183
|
+
pino@^8.16.0, pino@^8.16.2:
|
|
6161
6184
|
version "8.16.2"
|
|
6162
6185
|
resolved "https://registry.yarnpkg.com/pino/-/pino-8.16.2.tgz#7a906f2d9a8c5b4c57412c9ca95d6820bd2090cd"
|
|
6163
6186
|
integrity sha512-2advCDGVEvkKu9TTVSa/kWW7Z3htI/sBKEZpqiHk6ive0i/7f5b1rsU8jn0aimxqfnSz5bj/nOYkwhBUn5xxvg==
|
|
@@ -6831,6 +6854,13 @@ sigstore@^1.3.0:
|
|
|
6831
6854
|
"@sigstore/tuf" "^1.0.3"
|
|
6832
6855
|
make-fetch-happen "^11.0.1"
|
|
6833
6856
|
|
|
6857
|
+
simple-swizzle@^0.2.2:
|
|
6858
|
+
version "0.2.2"
|
|
6859
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6860
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6861
|
+
dependencies:
|
|
6862
|
+
is-arrayish "^0.3.1"
|
|
6863
|
+
|
|
6834
6864
|
sinon@10.0.0:
|
|
6835
6865
|
version "10.0.0"
|
|
6836
6866
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
|
package/oclif.manifest.json
CHANGED
|
@@ -314,6 +314,160 @@
|
|
|
314
314
|
"resume:data"
|
|
315
315
|
]
|
|
316
316
|
},
|
|
317
|
+
"data:create:record": {
|
|
318
|
+
"aliases": [
|
|
319
|
+
"force:data:record:create"
|
|
320
|
+
],
|
|
321
|
+
"args": {},
|
|
322
|
+
"deprecateAliases": true,
|
|
323
|
+
"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.",
|
|
324
|
+
"examples": [
|
|
325
|
+
"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\"",
|
|
326
|
+
"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",
|
|
327
|
+
"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\""
|
|
328
|
+
],
|
|
329
|
+
"flags": {
|
|
330
|
+
"json": {
|
|
331
|
+
"description": "Format output as json.",
|
|
332
|
+
"helpGroup": "GLOBAL",
|
|
333
|
+
"name": "json",
|
|
334
|
+
"allowNo": false,
|
|
335
|
+
"type": "boolean"
|
|
336
|
+
},
|
|
337
|
+
"target-org": {
|
|
338
|
+
"aliases": [
|
|
339
|
+
"targetusername",
|
|
340
|
+
"u"
|
|
341
|
+
],
|
|
342
|
+
"char": "o",
|
|
343
|
+
"deprecateAliases": true,
|
|
344
|
+
"name": "target-org",
|
|
345
|
+
"noCacheDefault": true,
|
|
346
|
+
"required": true,
|
|
347
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
348
|
+
"hasDynamicHelp": true,
|
|
349
|
+
"multiple": false,
|
|
350
|
+
"type": "option"
|
|
351
|
+
},
|
|
352
|
+
"api-version": {
|
|
353
|
+
"aliases": [
|
|
354
|
+
"apiversion"
|
|
355
|
+
],
|
|
356
|
+
"deprecateAliases": true,
|
|
357
|
+
"description": "Override the api version used for api requests made by this command",
|
|
358
|
+
"name": "api-version",
|
|
359
|
+
"hasDynamicHelp": false,
|
|
360
|
+
"multiple": false,
|
|
361
|
+
"type": "option"
|
|
362
|
+
},
|
|
363
|
+
"loglevel": {
|
|
364
|
+
"deprecated": {
|
|
365
|
+
"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."
|
|
366
|
+
},
|
|
367
|
+
"hidden": true,
|
|
368
|
+
"name": "loglevel",
|
|
369
|
+
"hasDynamicHelp": false,
|
|
370
|
+
"multiple": false,
|
|
371
|
+
"type": "option"
|
|
372
|
+
},
|
|
373
|
+
"sobject": {
|
|
374
|
+
"aliases": [
|
|
375
|
+
"sobjecttype"
|
|
376
|
+
],
|
|
377
|
+
"char": "s",
|
|
378
|
+
"deprecateAliases": true,
|
|
379
|
+
"name": "sobject",
|
|
380
|
+
"required": true,
|
|
381
|
+
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
382
|
+
"hasDynamicHelp": false,
|
|
383
|
+
"multiple": false,
|
|
384
|
+
"type": "option"
|
|
385
|
+
},
|
|
386
|
+
"values": {
|
|
387
|
+
"char": "v",
|
|
388
|
+
"name": "values",
|
|
389
|
+
"required": true,
|
|
390
|
+
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
391
|
+
"hasDynamicHelp": false,
|
|
392
|
+
"multiple": false,
|
|
393
|
+
"type": "option"
|
|
394
|
+
},
|
|
395
|
+
"use-tooling-api": {
|
|
396
|
+
"aliases": [
|
|
397
|
+
"usetoolingapi"
|
|
398
|
+
],
|
|
399
|
+
"char": "t",
|
|
400
|
+
"deprecateAliases": true,
|
|
401
|
+
"name": "use-tooling-api",
|
|
402
|
+
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
403
|
+
"allowNo": false,
|
|
404
|
+
"type": "boolean"
|
|
405
|
+
},
|
|
406
|
+
"perflog": {
|
|
407
|
+
"deprecated": {
|
|
408
|
+
"version": "57"
|
|
409
|
+
},
|
|
410
|
+
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
411
|
+
"hidden": true,
|
|
412
|
+
"name": "perflog",
|
|
413
|
+
"summary": "Get API performance data.",
|
|
414
|
+
"allowNo": false,
|
|
415
|
+
"type": "boolean"
|
|
416
|
+
}
|
|
417
|
+
},
|
|
418
|
+
"hasDynamicHelp": true,
|
|
419
|
+
"hiddenAliases": [],
|
|
420
|
+
"id": "data:create:record",
|
|
421
|
+
"pluginAlias": "@salesforce/plugin-data",
|
|
422
|
+
"pluginName": "@salesforce/plugin-data",
|
|
423
|
+
"pluginType": "core",
|
|
424
|
+
"strict": true,
|
|
425
|
+
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
426
|
+
"enableJsonFlag": true,
|
|
427
|
+
"SF_ENV": "SF_ENV",
|
|
428
|
+
"isESM": true,
|
|
429
|
+
"relativePath": [
|
|
430
|
+
"lib",
|
|
431
|
+
"commands",
|
|
432
|
+
"data",
|
|
433
|
+
"create",
|
|
434
|
+
"record.js"
|
|
435
|
+
],
|
|
436
|
+
"aliasPermutations": [
|
|
437
|
+
"force:data:record:create",
|
|
438
|
+
"data:force:record:create",
|
|
439
|
+
"data:record:force:create",
|
|
440
|
+
"data:record:create:force",
|
|
441
|
+
"force:record:data:create",
|
|
442
|
+
"record:force:data:create",
|
|
443
|
+
"record:data:force:create",
|
|
444
|
+
"record:data:create:force",
|
|
445
|
+
"force:record:create:data",
|
|
446
|
+
"record:force:create:data",
|
|
447
|
+
"record:create:force:data",
|
|
448
|
+
"record:create:data:force",
|
|
449
|
+
"force:data:create:record",
|
|
450
|
+
"data:force:create:record",
|
|
451
|
+
"data:create:force:record",
|
|
452
|
+
"data:create:record:force",
|
|
453
|
+
"force:create:data:record",
|
|
454
|
+
"create:force:data:record",
|
|
455
|
+
"create:data:force:record",
|
|
456
|
+
"create:data:record:force",
|
|
457
|
+
"force:create:record:data",
|
|
458
|
+
"create:force:record:data",
|
|
459
|
+
"create:record:force:data",
|
|
460
|
+
"create:record:data:force"
|
|
461
|
+
],
|
|
462
|
+
"permutations": [
|
|
463
|
+
"data:create:record",
|
|
464
|
+
"create:data:record",
|
|
465
|
+
"create:record:data",
|
|
466
|
+
"data:record:create",
|
|
467
|
+
"record:data:create",
|
|
468
|
+
"record:create:data"
|
|
469
|
+
]
|
|
470
|
+
},
|
|
317
471
|
"data:delete:bulk": {
|
|
318
472
|
"aliases": [],
|
|
319
473
|
"args": {},
|
|
@@ -727,160 +881,6 @@
|
|
|
727
881
|
"resume:delete:data"
|
|
728
882
|
]
|
|
729
883
|
},
|
|
730
|
-
"data:create:record": {
|
|
731
|
-
"aliases": [
|
|
732
|
-
"force:data:record:create"
|
|
733
|
-
],
|
|
734
|
-
"args": {},
|
|
735
|
-
"deprecateAliases": true,
|
|
736
|
-
"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.",
|
|
737
|
-
"examples": [
|
|
738
|
-
"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\"",
|
|
739
|
-
"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",
|
|
740
|
-
"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\""
|
|
741
|
-
],
|
|
742
|
-
"flags": {
|
|
743
|
-
"json": {
|
|
744
|
-
"description": "Format output as json.",
|
|
745
|
-
"helpGroup": "GLOBAL",
|
|
746
|
-
"name": "json",
|
|
747
|
-
"allowNo": false,
|
|
748
|
-
"type": "boolean"
|
|
749
|
-
},
|
|
750
|
-
"target-org": {
|
|
751
|
-
"aliases": [
|
|
752
|
-
"targetusername",
|
|
753
|
-
"u"
|
|
754
|
-
],
|
|
755
|
-
"char": "o",
|
|
756
|
-
"deprecateAliases": true,
|
|
757
|
-
"name": "target-org",
|
|
758
|
-
"noCacheDefault": true,
|
|
759
|
-
"required": true,
|
|
760
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
761
|
-
"hasDynamicHelp": true,
|
|
762
|
-
"multiple": false,
|
|
763
|
-
"type": "option"
|
|
764
|
-
},
|
|
765
|
-
"api-version": {
|
|
766
|
-
"aliases": [
|
|
767
|
-
"apiversion"
|
|
768
|
-
],
|
|
769
|
-
"deprecateAliases": true,
|
|
770
|
-
"description": "Override the api version used for api requests made by this command",
|
|
771
|
-
"name": "api-version",
|
|
772
|
-
"hasDynamicHelp": false,
|
|
773
|
-
"multiple": false,
|
|
774
|
-
"type": "option"
|
|
775
|
-
},
|
|
776
|
-
"loglevel": {
|
|
777
|
-
"deprecated": {
|
|
778
|
-
"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."
|
|
779
|
-
},
|
|
780
|
-
"hidden": true,
|
|
781
|
-
"name": "loglevel",
|
|
782
|
-
"hasDynamicHelp": false,
|
|
783
|
-
"multiple": false,
|
|
784
|
-
"type": "option"
|
|
785
|
-
},
|
|
786
|
-
"sobject": {
|
|
787
|
-
"aliases": [
|
|
788
|
-
"sobjecttype"
|
|
789
|
-
],
|
|
790
|
-
"char": "s",
|
|
791
|
-
"deprecateAliases": true,
|
|
792
|
-
"name": "sobject",
|
|
793
|
-
"required": true,
|
|
794
|
-
"summary": "API name of the Salesforce or Tooling API object that you're inserting a record into.",
|
|
795
|
-
"hasDynamicHelp": false,
|
|
796
|
-
"multiple": false,
|
|
797
|
-
"type": "option"
|
|
798
|
-
},
|
|
799
|
-
"values": {
|
|
800
|
-
"char": "v",
|
|
801
|
-
"name": "values",
|
|
802
|
-
"required": true,
|
|
803
|
-
"summary": "Values for the flags in the form <fieldName>=<value>, separate multiple pairs with spaces.",
|
|
804
|
-
"hasDynamicHelp": false,
|
|
805
|
-
"multiple": false,
|
|
806
|
-
"type": "option"
|
|
807
|
-
},
|
|
808
|
-
"use-tooling-api": {
|
|
809
|
-
"aliases": [
|
|
810
|
-
"usetoolingapi"
|
|
811
|
-
],
|
|
812
|
-
"char": "t",
|
|
813
|
-
"deprecateAliases": true,
|
|
814
|
-
"name": "use-tooling-api",
|
|
815
|
-
"summary": "Use Tooling API so you can insert a record in a Tooling API object.",
|
|
816
|
-
"allowNo": false,
|
|
817
|
-
"type": "boolean"
|
|
818
|
-
},
|
|
819
|
-
"perflog": {
|
|
820
|
-
"deprecated": {
|
|
821
|
-
"version": "57"
|
|
822
|
-
},
|
|
823
|
-
"description": "Gets data on API performance metrics from the server. The data is stored in $HOME/.sfdx/apiPerformanceLog.json.",
|
|
824
|
-
"hidden": true,
|
|
825
|
-
"name": "perflog",
|
|
826
|
-
"summary": "Get API performance data.",
|
|
827
|
-
"allowNo": false,
|
|
828
|
-
"type": "boolean"
|
|
829
|
-
}
|
|
830
|
-
},
|
|
831
|
-
"hasDynamicHelp": true,
|
|
832
|
-
"hiddenAliases": [],
|
|
833
|
-
"id": "data:create:record",
|
|
834
|
-
"pluginAlias": "@salesforce/plugin-data",
|
|
835
|
-
"pluginName": "@salesforce/plugin-data",
|
|
836
|
-
"pluginType": "core",
|
|
837
|
-
"strict": true,
|
|
838
|
-
"summary": "Create and insert a record into a Salesforce or Tooling API object.",
|
|
839
|
-
"enableJsonFlag": true,
|
|
840
|
-
"SF_ENV": "SF_ENV",
|
|
841
|
-
"isESM": true,
|
|
842
|
-
"relativePath": [
|
|
843
|
-
"lib",
|
|
844
|
-
"commands",
|
|
845
|
-
"data",
|
|
846
|
-
"create",
|
|
847
|
-
"record.js"
|
|
848
|
-
],
|
|
849
|
-
"aliasPermutations": [
|
|
850
|
-
"force:data:record:create",
|
|
851
|
-
"data:force:record:create",
|
|
852
|
-
"data:record:force:create",
|
|
853
|
-
"data:record:create:force",
|
|
854
|
-
"force:record:data:create",
|
|
855
|
-
"record:force:data:create",
|
|
856
|
-
"record:data:force:create",
|
|
857
|
-
"record:data:create:force",
|
|
858
|
-
"force:record:create:data",
|
|
859
|
-
"record:force:create:data",
|
|
860
|
-
"record:create:force:data",
|
|
861
|
-
"record:create:data:force",
|
|
862
|
-
"force:data:create:record",
|
|
863
|
-
"data:force:create:record",
|
|
864
|
-
"data:create:force:record",
|
|
865
|
-
"data:create:record:force",
|
|
866
|
-
"force:create:data:record",
|
|
867
|
-
"create:force:data:record",
|
|
868
|
-
"create:data:force:record",
|
|
869
|
-
"create:data:record:force",
|
|
870
|
-
"force:create:record:data",
|
|
871
|
-
"create:force:record:data",
|
|
872
|
-
"create:record:force:data",
|
|
873
|
-
"create:record:data:force"
|
|
874
|
-
],
|
|
875
|
-
"permutations": [
|
|
876
|
-
"data:create:record",
|
|
877
|
-
"create:data:record",
|
|
878
|
-
"create:record:data",
|
|
879
|
-
"data:record:create",
|
|
880
|
-
"record:data:create",
|
|
881
|
-
"record:create:data"
|
|
882
|
-
]
|
|
883
|
-
},
|
|
884
884
|
"data:export:tree": {
|
|
885
885
|
"aliases": [
|
|
886
886
|
"force:data:tree:export"
|
|
@@ -2446,5 +2446,5 @@
|
|
|
2446
2446
|
]
|
|
2447
2447
|
}
|
|
2448
2448
|
},
|
|
2449
|
-
"version": "3.0.
|
|
2449
|
+
"version": "3.0.4"
|
|
2450
2450
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-data",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.4",
|
|
4
4
|
"description": "Plugin for salesforce data commands",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"homepage": "https://github.com/salesforcecli/plugin-data",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"version": "oclif readme"
|
|
109
109
|
},
|
|
110
110
|
"dependencies": {
|
|
111
|
-
"@oclif/core": "^3.
|
|
112
|
-
"@salesforce/core": "^6.
|
|
111
|
+
"@oclif/core": "^3.13.1",
|
|
112
|
+
"@salesforce/core": "^6.2.2",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
114
|
"@salesforce/sf-plugins-core": "^5.0.3",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
@@ -122,11 +122,11 @@
|
|
|
122
122
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
123
123
|
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
|
124
124
|
"@salesforce/dev-scripts": "^7.1.1",
|
|
125
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
125
|
+
"@salesforce/plugin-command-reference": "^3.0.47",
|
|
126
126
|
"@types/chai-as-promised": "^7.1.8",
|
|
127
127
|
"chai-as-promised": "^7.1.1",
|
|
128
128
|
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
129
|
-
"oclif": "^4.0.
|
|
129
|
+
"oclif": "^4.0.4",
|
|
130
130
|
"shx": "^0.3.3",
|
|
131
131
|
"ts-node": "^10.9.1",
|
|
132
132
|
"typescript": "^5.2.2"
|
|
@@ -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.4.crt",
|
|
243
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.4.sig"
|
|
244
244
|
}
|
|
245
245
|
}
|