@salesforce/plugin-data 3.0.14 → 3.0.15
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 +105 -146
- package/oclif.manifest.json +154 -154
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ EXAMPLES
|
|
|
146
146
|
TracedEntityId=01p17000000R6bLAAS"
|
|
147
147
|
```
|
|
148
148
|
|
|
149
|
-
_See code: [
|
|
149
|
+
_See code: [lib/commands/data/create/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
194
|
+
_See code: [lib/commands/data/delete/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
253
|
+
_See code: [lib/commands/data/delete/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
290
|
+
_See code: [lib/commands/data/delete/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
348
|
+
_See code: [lib/commands/data/export/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
410
|
+
_See code: [lib/commands/data/get/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
461
|
+
_See code: [lib/commands/data/import/tree.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
524
|
+
_See code: [lib/commands/data/query.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
560
|
+
_See code: [lib/commands/data/query/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
596
|
+
_See code: [lib/commands/data/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
657
|
+
_See code: [lib/commands/data/update/record.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
709
|
+
_See code: [lib/commands/data/upsert/bulk.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
746
|
+
_See code: [lib/commands/data/upsert/resume.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
791
|
+
_See code: [lib/commands/force/data/bulk/delete.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
827
|
+
_See code: [lib/commands/force/data/bulk/status.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/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: [
|
|
884
|
+
_See code: [lib/commands/force/data/bulk/upsert.ts](https://github.com/salesforcecli/plugin-data/blob/3.0.15/lib/commands/force/data/bulk/upsert.ts)_
|
|
885
885
|
|
|
886
886
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -787,41 +787,7 @@
|
|
|
787
787
|
read-package-json-fast "^3.0.0"
|
|
788
788
|
which "^3.0.0"
|
|
789
789
|
|
|
790
|
-
"@oclif/core@^
|
|
791
|
-
version "2.15.0"
|
|
792
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
|
|
793
|
-
integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
|
|
794
|
-
dependencies:
|
|
795
|
-
"@types/cli-progress" "^3.11.0"
|
|
796
|
-
ansi-escapes "^4.3.2"
|
|
797
|
-
ansi-styles "^4.3.0"
|
|
798
|
-
cardinal "^2.1.1"
|
|
799
|
-
chalk "^4.1.2"
|
|
800
|
-
clean-stack "^3.0.1"
|
|
801
|
-
cli-progress "^3.12.0"
|
|
802
|
-
debug "^4.3.4"
|
|
803
|
-
ejs "^3.1.8"
|
|
804
|
-
get-package-type "^0.1.0"
|
|
805
|
-
globby "^11.1.0"
|
|
806
|
-
hyperlinker "^1.0.0"
|
|
807
|
-
indent-string "^4.0.0"
|
|
808
|
-
is-wsl "^2.2.0"
|
|
809
|
-
js-yaml "^3.14.1"
|
|
810
|
-
natural-orderby "^2.0.3"
|
|
811
|
-
object-treeify "^1.1.33"
|
|
812
|
-
password-prompt "^1.1.2"
|
|
813
|
-
slice-ansi "^4.0.0"
|
|
814
|
-
string-width "^4.2.3"
|
|
815
|
-
strip-ansi "^6.0.1"
|
|
816
|
-
supports-color "^8.1.1"
|
|
817
|
-
supports-hyperlinks "^2.2.0"
|
|
818
|
-
ts-node "^10.9.1"
|
|
819
|
-
tslib "^2.5.0"
|
|
820
|
-
widest-line "^3.1.0"
|
|
821
|
-
wordwrap "^1.0.0"
|
|
822
|
-
wrap-ansi "^7.0.0"
|
|
823
|
-
|
|
824
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
|
|
790
|
+
"@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0":
|
|
825
791
|
version "3.16.0"
|
|
826
792
|
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
|
|
827
793
|
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
|
|
@@ -869,28 +835,28 @@
|
|
|
869
835
|
semver "^7.5.4"
|
|
870
836
|
ts-json-schema-generator "^1.5.0"
|
|
871
837
|
|
|
872
|
-
"@oclif/plugin-help@^
|
|
873
|
-
version "
|
|
874
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-
|
|
875
|
-
integrity sha512-
|
|
838
|
+
"@oclif/plugin-help@^6.0.9":
|
|
839
|
+
version "6.0.9"
|
|
840
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.9.tgz#87bbf624372b9afe5dc183a13f52c929d6b022cf"
|
|
841
|
+
integrity sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==
|
|
876
842
|
dependencies:
|
|
877
|
-
"@oclif/core" "^
|
|
843
|
+
"@oclif/core" "^3.15.0"
|
|
878
844
|
|
|
879
|
-
"@oclif/plugin-not-found@^
|
|
880
|
-
version "
|
|
881
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-
|
|
882
|
-
integrity sha512-
|
|
845
|
+
"@oclif/plugin-not-found@^3.0.7":
|
|
846
|
+
version "3.0.8"
|
|
847
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.8.tgz#d694a9308993703a1cbacbab7f5625315f0169ea"
|
|
848
|
+
integrity sha512-sfh7jFc+1vFsF/+9ghF3pVul9xFJ4Hu1JI+KzkDjgWkfVSyPSEE+s6Hfn2z6lCXkwSKQ5lJATuZmafnGes7NGg==
|
|
883
849
|
dependencies:
|
|
884
|
-
"@oclif/core" "^
|
|
885
|
-
chalk "^
|
|
850
|
+
"@oclif/core" "^3.16.0"
|
|
851
|
+
chalk "^5.3.0"
|
|
886
852
|
fast-levenshtein "^3.0.0"
|
|
887
853
|
|
|
888
|
-
"@oclif/plugin-warn-if-update-available@^3.0.
|
|
889
|
-
version "3.0.
|
|
890
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
891
|
-
integrity sha512-
|
|
854
|
+
"@oclif/plugin-warn-if-update-available@^3.0.8":
|
|
855
|
+
version "3.0.8"
|
|
856
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.8.tgz#715c7f8896a318805cae08f2994115b8d5e39c20"
|
|
857
|
+
integrity sha512-CNusBwZHzWdj4E6xVBbR9+DtxjeQZoK2LDYk3CFwBfLd5L8TJ/6IJNer0ZacDRvnCeABeVqMN33Vk7UlmJ7ngQ==
|
|
892
858
|
dependencies:
|
|
893
|
-
"@oclif/core" "^3.
|
|
859
|
+
"@oclif/core" "^3.15.1"
|
|
894
860
|
chalk "^5.3.0"
|
|
895
861
|
debug "^4.1.0"
|
|
896
862
|
http-call "^5.2.2"
|
|
@@ -1002,12 +968,12 @@
|
|
|
1002
968
|
resolved "https://registry.yarnpkg.com/@pkgjs/parseargs/-/parseargs-0.11.0.tgz#a77ea742fab25775145434eb1d2328cf5013ac33"
|
|
1003
969
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
1004
970
|
|
|
1005
|
-
"@salesforce/cli-plugins-testkit@^5.1.
|
|
1006
|
-
version "5.1.
|
|
1007
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.
|
|
1008
|
-
integrity sha512-
|
|
971
|
+
"@salesforce/cli-plugins-testkit@^5.1.4":
|
|
972
|
+
version "5.1.4"
|
|
973
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.1.4.tgz#6afcfe9573fb41dae0202bef6c5353925f9707e3"
|
|
974
|
+
integrity sha512-BvN36/Yx5hoDU1cUsWwSb1DsY29aJU7t7Q6/1dPIdUv8t0wLsaUTxR+7uYtA2sQAMgCD2UewCUiUOWnutA25Pw==
|
|
1009
975
|
dependencies:
|
|
1010
|
-
"@salesforce/core" "^6.4.
|
|
976
|
+
"@salesforce/core" "^6.4.4"
|
|
1011
977
|
"@salesforce/kit" "^3.0.15"
|
|
1012
978
|
"@salesforce/ts-types" "^2.0.9"
|
|
1013
979
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1017,10 +983,10 @@
|
|
|
1017
983
|
strip-ansi "6.0.1"
|
|
1018
984
|
ts-retry-promise "^0.7.1"
|
|
1019
985
|
|
|
1020
|
-
"@salesforce/core@^6.4.
|
|
1021
|
-
version "6.4.
|
|
1022
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.
|
|
1023
|
-
integrity sha512-
|
|
986
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.2", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.6":
|
|
987
|
+
version "6.4.7"
|
|
988
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.4.7.tgz#f15538380aa5c75de697d3c95a2ddbdabae69dbb"
|
|
989
|
+
integrity sha512-gebjw2xC8Z0gqS3lYRQWz7J+PuGZtybotrnnaJbnzzxdfpBFIp6PjW4nt/235BQW9UWFTLaQh+AwkFgmMTTSkA==
|
|
1024
990
|
dependencies:
|
|
1025
991
|
"@salesforce/kit" "^3.0.15"
|
|
1026
992
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1034,9 +1000,9 @@
|
|
|
1034
1000
|
jsforce "^2.0.0-beta.29"
|
|
1035
1001
|
jsonwebtoken "9.0.2"
|
|
1036
1002
|
jszip "3.10.1"
|
|
1037
|
-
pino "^8.
|
|
1003
|
+
pino "^8.17.2"
|
|
1038
1004
|
pino-abstract-transport "^1.1.0"
|
|
1039
|
-
pino-pretty "^10.3.
|
|
1005
|
+
pino-pretty "^10.3.1"
|
|
1040
1006
|
proper-lockfile "^4.1.2"
|
|
1041
1007
|
semver "^7.5.4"
|
|
1042
1008
|
ts-retry-promise "^0.7.1"
|
|
@@ -1046,10 +1012,10 @@
|
|
|
1046
1012
|
resolved "https://registry.yarnpkg.com/@salesforce/dev-config/-/dev-config-4.1.0.tgz#e529576466d074e7a5f1441236510fef123da01e"
|
|
1047
1013
|
integrity sha512-2iDDepiIwjXHS5IVY7pwv8jMo4xWosJ7p/UTj+lllpB/gnJiYLhjJPE4Z3FCGFKyvfg5jGaimCd8Ca6bLGsCQA==
|
|
1048
1014
|
|
|
1049
|
-
"@salesforce/dev-scripts@^8.
|
|
1050
|
-
version "8.
|
|
1051
|
-
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.
|
|
1052
|
-
integrity sha512-
|
|
1015
|
+
"@salesforce/dev-scripts@^8.3.0":
|
|
1016
|
+
version "8.3.0"
|
|
1017
|
+
resolved "https://registry.yarnpkg.com/@salesforce/dev-scripts/-/dev-scripts-8.3.0.tgz#8fcf223edc57dbdeb11397bf7db1f07a8a5e7720"
|
|
1018
|
+
integrity sha512-NoaGfTtyIYed5lGXtLM7QsyGbZvPVa5uflbmIQdeFOefrvAv48k0+RbJzOl7nuj58EmvULzqrZHL6B7w5u4T5Q==
|
|
1053
1019
|
dependencies:
|
|
1054
1020
|
"@commitlint/cli" "^17.1.2"
|
|
1055
1021
|
"@commitlint/config-conventional" "^17.8.1"
|
|
@@ -1064,7 +1030,7 @@
|
|
|
1064
1030
|
cosmiconfig "^7.0.0"
|
|
1065
1031
|
eslint-config-salesforce-typescript "^3.0.5"
|
|
1066
1032
|
husky "^7.0.4"
|
|
1067
|
-
linkinator "^6.0.
|
|
1033
|
+
linkinator "^6.0.3"
|
|
1068
1034
|
mocha "^10.2.0"
|
|
1069
1035
|
nyc "^15.1.0"
|
|
1070
1036
|
prettier "^2.8.8"
|
|
@@ -1123,15 +1089,15 @@
|
|
|
1123
1089
|
chalk "^4"
|
|
1124
1090
|
inquirer "^8.2.5"
|
|
1125
1091
|
|
|
1126
|
-
"@salesforce/sf-plugins-core@^7.
|
|
1127
|
-
version "7.
|
|
1128
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.
|
|
1129
|
-
integrity sha512-
|
|
1092
|
+
"@salesforce/sf-plugins-core@^7.1.1":
|
|
1093
|
+
version "7.1.1"
|
|
1094
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.1.tgz#195b14d8bbb5ee2123872775110892c54c08c791"
|
|
1095
|
+
integrity sha512-stVcdLNaroS8UbcTQicr0aVH7K3yfpMFcPpTpLn2Z7OL66iEhBg4Vtr9+v0qKBjA5ZW7S0M1zzrgjY3ZNRJSxw==
|
|
1130
1096
|
dependencies:
|
|
1131
1097
|
"@inquirer/confirm" "^2.0.15"
|
|
1132
1098
|
"@inquirer/password" "^1.1.14"
|
|
1133
1099
|
"@oclif/core" "^3.16.0"
|
|
1134
|
-
"@salesforce/core" "^6.4.
|
|
1100
|
+
"@salesforce/core" "^6.4.6"
|
|
1135
1101
|
"@salesforce/kit" "^3.0.15"
|
|
1136
1102
|
"@salesforce/ts-types" "^2.0.9"
|
|
1137
1103
|
chalk "^5.3.0"
|
|
@@ -1277,13 +1243,6 @@
|
|
|
1277
1243
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1278
1244
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1279
1245
|
|
|
1280
|
-
"@types/cli-progress@^3.11.0":
|
|
1281
|
-
version "3.11.5"
|
|
1282
|
-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1283
|
-
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1284
|
-
dependencies:
|
|
1285
|
-
"@types/node" "*"
|
|
1286
|
-
|
|
1287
1246
|
"@types/expect@^1.20.4":
|
|
1288
1247
|
version "1.20.4"
|
|
1289
1248
|
resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
|
|
@@ -1493,13 +1452,13 @@
|
|
|
1493
1452
|
"@typescript-eslint/types" "6.11.0"
|
|
1494
1453
|
"@typescript-eslint/visitor-keys" "6.11.0"
|
|
1495
1454
|
|
|
1496
|
-
"@typescript-eslint/scope-manager@6.
|
|
1497
|
-
version "6.
|
|
1498
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.
|
|
1499
|
-
integrity sha512-
|
|
1455
|
+
"@typescript-eslint/scope-manager@6.18.0":
|
|
1456
|
+
version "6.18.0"
|
|
1457
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/scope-manager/-/scope-manager-6.18.0.tgz#24ca6fc1f4a2afa71122dcfca9282878687d9997"
|
|
1458
|
+
integrity sha512-o/UoDT2NgOJ2VfHpfr+KBY2ErWvCySNUIX/X7O9g8Zzt/tXdpfEU43qbNk8LVuWUT2E0ptzTWXh79i74PP0twA==
|
|
1500
1459
|
dependencies:
|
|
1501
|
-
"@typescript-eslint/types" "6.
|
|
1502
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1460
|
+
"@typescript-eslint/types" "6.18.0"
|
|
1461
|
+
"@typescript-eslint/visitor-keys" "6.18.0"
|
|
1503
1462
|
|
|
1504
1463
|
"@typescript-eslint/type-utils@6.11.0":
|
|
1505
1464
|
version "6.11.0"
|
|
@@ -1516,10 +1475,10 @@
|
|
|
1516
1475
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.11.0.tgz#8ad3aa000cbf4bdc4dcceed96e9b577f15e0bf53"
|
|
1517
1476
|
integrity sha512-ZbEzuD4DwEJxwPqhv3QULlRj8KYTAnNsXxmfuUXFCxZmO6CF2gM/y+ugBSAQhrqaJL3M+oe4owdWunaHM6beqA==
|
|
1518
1477
|
|
|
1519
|
-
"@typescript-eslint/types@6.
|
|
1520
|
-
version "6.
|
|
1521
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.
|
|
1522
|
-
integrity sha512
|
|
1478
|
+
"@typescript-eslint/types@6.18.0":
|
|
1479
|
+
version "6.18.0"
|
|
1480
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/types/-/types-6.18.0.tgz#ffce610a1540c17cf7d8ecf2bb34b8b0e2e77101"
|
|
1481
|
+
integrity sha512-/RFVIccwkwSdW/1zeMx3hADShWbgBxBnV/qSrex6607isYjj05t36P6LyONgqdUrNLl5TYU8NIKdHUYpFvExkA==
|
|
1523
1482
|
|
|
1524
1483
|
"@typescript-eslint/typescript-estree@6.11.0":
|
|
1525
1484
|
version "6.11.0"
|
|
@@ -1534,13 +1493,13 @@
|
|
|
1534
1493
|
semver "^7.5.4"
|
|
1535
1494
|
ts-api-utils "^1.0.1"
|
|
1536
1495
|
|
|
1537
|
-
"@typescript-eslint/typescript-estree@6.
|
|
1538
|
-
version "6.
|
|
1539
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.
|
|
1540
|
-
integrity sha512-
|
|
1496
|
+
"@typescript-eslint/typescript-estree@6.18.0":
|
|
1497
|
+
version "6.18.0"
|
|
1498
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/typescript-estree/-/typescript-estree-6.18.0.tgz#1c357c3ca435c3cfa2af6b9daf45ca0bc2bb059a"
|
|
1499
|
+
integrity sha512-klNvl+Ql4NsBNGB4W9TZ2Od03lm7aGvTbs0wYaFYsplVPhr+oeXjlPZCDI4U9jgJIDK38W1FKhacCFzCC+nbIg==
|
|
1541
1500
|
dependencies:
|
|
1542
|
-
"@typescript-eslint/types" "6.
|
|
1543
|
-
"@typescript-eslint/visitor-keys" "6.
|
|
1501
|
+
"@typescript-eslint/types" "6.18.0"
|
|
1502
|
+
"@typescript-eslint/visitor-keys" "6.18.0"
|
|
1544
1503
|
debug "^4.3.4"
|
|
1545
1504
|
globby "^11.1.0"
|
|
1546
1505
|
is-glob "^4.0.3"
|
|
@@ -1561,17 +1520,17 @@
|
|
|
1561
1520
|
"@typescript-eslint/typescript-estree" "6.11.0"
|
|
1562
1521
|
semver "^7.5.4"
|
|
1563
1522
|
|
|
1564
|
-
"@typescript-eslint/utils@^6.
|
|
1565
|
-
version "6.
|
|
1566
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.
|
|
1567
|
-
integrity sha512-
|
|
1523
|
+
"@typescript-eslint/utils@^6.17.0", "@typescript-eslint/utils@^6.7.5":
|
|
1524
|
+
version "6.18.0"
|
|
1525
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/utils/-/utils-6.18.0.tgz#4d07c9c08f84b9939a1aca7aef98c8f378936142"
|
|
1526
|
+
integrity sha512-wiKKCbUeDPGaYEYQh1S580dGxJ/V9HI7K5sbGAVklyf+o5g3O+adnS4UNJajplF4e7z2q0uVBaTdT/yLb4XAVA==
|
|
1568
1527
|
dependencies:
|
|
1569
1528
|
"@eslint-community/eslint-utils" "^4.4.0"
|
|
1570
1529
|
"@types/json-schema" "^7.0.12"
|
|
1571
1530
|
"@types/semver" "^7.5.0"
|
|
1572
|
-
"@typescript-eslint/scope-manager" "6.
|
|
1573
|
-
"@typescript-eslint/types" "6.
|
|
1574
|
-
"@typescript-eslint/typescript-estree" "6.
|
|
1531
|
+
"@typescript-eslint/scope-manager" "6.18.0"
|
|
1532
|
+
"@typescript-eslint/types" "6.18.0"
|
|
1533
|
+
"@typescript-eslint/typescript-estree" "6.18.0"
|
|
1575
1534
|
semver "^7.5.4"
|
|
1576
1535
|
|
|
1577
1536
|
"@typescript-eslint/visitor-keys@6.11.0":
|
|
@@ -1582,12 +1541,12 @@
|
|
|
1582
1541
|
"@typescript-eslint/types" "6.11.0"
|
|
1583
1542
|
eslint-visitor-keys "^3.4.1"
|
|
1584
1543
|
|
|
1585
|
-
"@typescript-eslint/visitor-keys@6.
|
|
1586
|
-
version "6.
|
|
1587
|
-
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.
|
|
1588
|
-
integrity sha512-
|
|
1544
|
+
"@typescript-eslint/visitor-keys@6.18.0":
|
|
1545
|
+
version "6.18.0"
|
|
1546
|
+
resolved "https://registry.yarnpkg.com/@typescript-eslint/visitor-keys/-/visitor-keys-6.18.0.tgz#3c8733737786fa6c78a347b4fa306ae7155b560f"
|
|
1547
|
+
integrity sha512-1wetAlSZpewRDb2h9p/Q8kRjdGuqdTAQbkJIOUMLug2LBLG+QOjiWoSj6/3B/hA9/tVTFFdtiKvAYoYnSRW/RA==
|
|
1589
1548
|
dependencies:
|
|
1590
|
-
"@typescript-eslint/types" "6.
|
|
1549
|
+
"@typescript-eslint/types" "6.18.0"
|
|
1591
1550
|
eslint-visitor-keys "^3.4.1"
|
|
1592
1551
|
|
|
1593
1552
|
"@ungap/structured-clone@^1.2.0":
|
|
@@ -3187,13 +3146,13 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3187
3146
|
minimatch "^9.0.3"
|
|
3188
3147
|
natural-compare-lite "^1.4.0"
|
|
3189
3148
|
|
|
3190
|
-
eslint-plugin-sf-plugin@^1.17.
|
|
3191
|
-
version "1.17.
|
|
3192
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.
|
|
3193
|
-
integrity sha512-
|
|
3149
|
+
eslint-plugin-sf-plugin@^1.17.1:
|
|
3150
|
+
version "1.17.1"
|
|
3151
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.17.1.tgz#085119cb27d856170c0651c0d0abbd25493a22d6"
|
|
3152
|
+
integrity sha512-ZbIC0P5W7enSMNWZYTKKMzQ+yAU8FyWKazdOwk2rMrMEVk+LA23lfKcgCEvvuala718TEkqkPTwPYyn7qujPkA==
|
|
3194
3153
|
dependencies:
|
|
3195
|
-
"@salesforce/core" "^6.4.
|
|
3196
|
-
"@typescript-eslint/utils" "^6.
|
|
3154
|
+
"@salesforce/core" "^6.4.4"
|
|
3155
|
+
"@typescript-eslint/utils" "^6.17.0"
|
|
3197
3156
|
|
|
3198
3157
|
eslint-plugin-unicorn@^49.0.0:
|
|
3199
3158
|
version "49.0.0"
|
|
@@ -4877,10 +4836,10 @@ lines-and-columns@^1.1.6:
|
|
|
4877
4836
|
resolved "https://registry.yarnpkg.com/lines-and-columns/-/lines-and-columns-1.2.4.tgz#eca284f75d2965079309dc0ad9255abb2ebc1632"
|
|
4878
4837
|
integrity sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==
|
|
4879
4838
|
|
|
4880
|
-
linkinator@^6.0.
|
|
4881
|
-
version "6.0.
|
|
4882
|
-
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.
|
|
4883
|
-
integrity sha512-
|
|
4839
|
+
linkinator@^6.0.3:
|
|
4840
|
+
version "6.0.3"
|
|
4841
|
+
resolved "https://registry.yarnpkg.com/linkinator/-/linkinator-6.0.3.tgz#552965bafb37a8747858b2c02a70b3c148b68909"
|
|
4842
|
+
integrity sha512-QAcefOkkumXa5NciVhICPkSR5SMk6LFISe/FIX8vvPdLHLUqdXU06Dq/nuOPA5V89iv2gV9FDufYA7adxIcvOw==
|
|
4884
4843
|
dependencies:
|
|
4885
4844
|
chalk "^5.0.0"
|
|
4886
4845
|
escape-html "^1.0.3"
|
|
@@ -4888,7 +4847,7 @@ linkinator@^6.0.2:
|
|
|
4888
4847
|
glob "^10.3.10"
|
|
4889
4848
|
htmlparser2 "^9.0.0"
|
|
4890
4849
|
marked "^10.0.0"
|
|
4891
|
-
meow "^
|
|
4850
|
+
meow "^13.0.0"
|
|
4892
4851
|
mime "^3.0.0"
|
|
4893
4852
|
server-destroy "^1.0.1"
|
|
4894
4853
|
srcset "^5.0.0"
|
|
@@ -5228,10 +5187,10 @@ marked@^4.3.0:
|
|
|
5228
5187
|
vinyl "^2.0.1"
|
|
5229
5188
|
vinyl-file "^3.0.0"
|
|
5230
5189
|
|
|
5231
|
-
meow@^
|
|
5232
|
-
version "
|
|
5233
|
-
resolved "https://registry.yarnpkg.com/meow/-/meow-
|
|
5234
|
-
integrity sha512-
|
|
5190
|
+
meow@^13.0.0:
|
|
5191
|
+
version "13.1.0"
|
|
5192
|
+
resolved "https://registry.yarnpkg.com/meow/-/meow-13.1.0.tgz#62995b0e8c3951739fe6e0a4becdd4d0df23eb37"
|
|
5193
|
+
integrity sha512-o5R/R3Tzxq0PJ3v3qcQJtSvSE9nKOLSAaDuuoMzDVuGTwHdccMWcYomh9Xolng2tjT6O/Y83d+0coVGof6tqmA==
|
|
5235
5194
|
|
|
5236
5195
|
meow@^8.0.0, meow@^8.1.2:
|
|
5237
5196
|
version "8.1.2"
|
|
@@ -5941,15 +5900,15 @@ object.values@^1.1.7:
|
|
|
5941
5900
|
define-properties "^1.2.0"
|
|
5942
5901
|
es-abstract "^1.22.1"
|
|
5943
5902
|
|
|
5944
|
-
oclif@^4.1.
|
|
5945
|
-
version "4.1.
|
|
5946
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.
|
|
5947
|
-
integrity sha512-
|
|
5903
|
+
oclif@^4.1.3:
|
|
5904
|
+
version "4.1.3"
|
|
5905
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.3.tgz#07d3a6b16ff7e2e7c3fd06117fd745655c44abce"
|
|
5906
|
+
integrity sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==
|
|
5948
5907
|
dependencies:
|
|
5949
|
-
"@oclif/core" "^3.0
|
|
5950
|
-
"@oclif/plugin-help" "^
|
|
5951
|
-
"@oclif/plugin-not-found" "^
|
|
5952
|
-
"@oclif/plugin-warn-if-update-available" "^3.0.
|
|
5908
|
+
"@oclif/core" "^3.16.0"
|
|
5909
|
+
"@oclif/plugin-help" "^6.0.9"
|
|
5910
|
+
"@oclif/plugin-not-found" "^3.0.7"
|
|
5911
|
+
"@oclif/plugin-warn-if-update-available" "^3.0.8"
|
|
5953
5912
|
async-retry "^1.3.3"
|
|
5954
5913
|
aws-sdk "^2.1231.0"
|
|
5955
5914
|
change-case "^4"
|
|
@@ -6218,7 +6177,7 @@ pascal-case@^3.1.2:
|
|
|
6218
6177
|
no-case "^3.0.4"
|
|
6219
6178
|
tslib "^2.0.3"
|
|
6220
6179
|
|
|
6221
|
-
password-prompt@^1.1.
|
|
6180
|
+
password-prompt@^1.1.3:
|
|
6222
6181
|
version "1.1.3"
|
|
6223
6182
|
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
6224
6183
|
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
@@ -6307,10 +6266,10 @@ pino-abstract-transport@^1.0.0, pino-abstract-transport@^1.1.0, pino-abstract-tr
|
|
|
6307
6266
|
readable-stream "^4.0.0"
|
|
6308
6267
|
split2 "^4.0.0"
|
|
6309
6268
|
|
|
6310
|
-
pino-pretty@^10.3.
|
|
6311
|
-
version "10.3.
|
|
6312
|
-
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.
|
|
6313
|
-
integrity sha512-
|
|
6269
|
+
pino-pretty@^10.3.1:
|
|
6270
|
+
version "10.3.1"
|
|
6271
|
+
resolved "https://registry.yarnpkg.com/pino-pretty/-/pino-pretty-10.3.1.tgz#e3285a5265211ac6c7cd5988f9e65bf3371a0ca9"
|
|
6272
|
+
integrity sha512-az8JbIYeN/1iLj2t0jR9DV48/LQ3RC6hZPpapKPkb84Q+yTidMCpgWxIT3N0flnBDilyBQ1luWNpOeJptjdp/g==
|
|
6314
6273
|
dependencies:
|
|
6315
6274
|
colorette "^2.0.7"
|
|
6316
6275
|
dateformat "^4.6.3"
|
|
@@ -6332,17 +6291,17 @@ pino-std-serializers@^6.0.0:
|
|
|
6332
6291
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
6333
6292
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
6334
6293
|
|
|
6335
|
-
pino@^8.
|
|
6336
|
-
version "8.
|
|
6337
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
6338
|
-
integrity sha512-
|
|
6294
|
+
pino@^8.17.2:
|
|
6295
|
+
version "8.17.2"
|
|
6296
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.17.2.tgz#0ed20175623a69d31664a1e8a5f85476272224be"
|
|
6297
|
+
integrity sha512-LA6qKgeDMLr2ux2y/YiUt47EfgQ+S9LznBWOJdN3q1dx2sv0ziDLUBeVpyVv17TEcGCBuWf0zNtg3M5m1NhhWQ==
|
|
6339
6298
|
dependencies:
|
|
6340
6299
|
atomic-sleep "^1.0.0"
|
|
6341
6300
|
fast-redact "^3.1.1"
|
|
6342
6301
|
on-exit-leak-free "^2.1.0"
|
|
6343
6302
|
pino-abstract-transport v1.1.0
|
|
6344
6303
|
pino-std-serializers "^6.0.0"
|
|
6345
|
-
process-warning "^
|
|
6304
|
+
process-warning "^3.0.0"
|
|
6346
6305
|
quick-format-unescaped "^4.0.3"
|
|
6347
6306
|
real-require "^0.2.0"
|
|
6348
6307
|
safe-stable-stringify "^2.3.1"
|
|
@@ -6420,10 +6379,10 @@ process-on-spawn@^1.0.0:
|
|
|
6420
6379
|
dependencies:
|
|
6421
6380
|
fromentries "^1.2.0"
|
|
6422
6381
|
|
|
6423
|
-
process-warning@^
|
|
6424
|
-
version "
|
|
6425
|
-
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-
|
|
6426
|
-
integrity sha512-
|
|
6382
|
+
process-warning@^3.0.0:
|
|
6383
|
+
version "3.0.0"
|
|
6384
|
+
resolved "https://registry.yarnpkg.com/process-warning/-/process-warning-3.0.0.tgz#96e5b88884187a1dce6f5c3166d611132058710b"
|
|
6385
|
+
integrity sha512-mqn0kFRl0EoqhnL0GQ0veqFHyIN1yig9RHh/InzORTUiZHFRAur+aMtRkELNwGs9aNwKS6tg/An4NYBPGwvtzQ==
|
|
6427
6386
|
|
|
6428
6387
|
process@^0.11.10:
|
|
6429
6388
|
version "0.11.10"
|
|
@@ -7469,7 +7428,7 @@ ts-json-schema-generator@^1.5.0:
|
|
|
7469
7428
|
safe-stable-stringify "^2.4.3"
|
|
7470
7429
|
typescript "~5.3.2"
|
|
7471
7430
|
|
|
7472
|
-
ts-node@^10.8.1, ts-node@^10.9.
|
|
7431
|
+
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7473
7432
|
version "10.9.2"
|
|
7474
7433
|
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
|
7475
7434
|
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
@@ -7513,7 +7472,7 @@ tslib@^1.9.0:
|
|
|
7513
7472
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
7514
7473
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
7515
7474
|
|
|
7516
|
-
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.
|
|
7475
|
+
tslib@^2, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.6.2:
|
|
7517
7476
|
version "2.6.2"
|
|
7518
7477
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
7519
7478
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
package/oclif.manifest.json
CHANGED
|
@@ -312,159 +312,6 @@
|
|
|
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
|
-
},
|
|
468
315
|
"data:delete:bulk": {
|
|
469
316
|
"aliases": [],
|
|
470
317
|
"args": {},
|
|
@@ -875,6 +722,159 @@
|
|
|
875
722
|
"resume:delete:data"
|
|
876
723
|
]
|
|
877
724
|
},
|
|
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.15"
|
|
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.15",
|
|
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.15.1",
|
|
112
112
|
"@salesforce/core": "^6.4.2",
|
|
113
113
|
"@salesforce/kit": "^3.0.15",
|
|
114
|
-
"@salesforce/sf-plugins-core": "^7.
|
|
114
|
+
"@salesforce/sf-plugins-core": "^7.1.1",
|
|
115
115
|
"@salesforce/ts-types": "^2.0.9",
|
|
116
116
|
"chalk": "^5.3.0",
|
|
117
117
|
"change-case": "^5.3.0",
|
|
@@ -121,13 +121,13 @@
|
|
|
121
121
|
},
|
|
122
122
|
"devDependencies": {
|
|
123
123
|
"@oclif/plugin-command-snapshot": "^5.0.5",
|
|
124
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
125
|
-
"@salesforce/dev-scripts": "^8.
|
|
124
|
+
"@salesforce/cli-plugins-testkit": "^5.1.4",
|
|
125
|
+
"@salesforce/dev-scripts": "^8.3.0",
|
|
126
126
|
"@salesforce/plugin-command-reference": "^3.0.59",
|
|
127
127
|
"@types/chai-as-promised": "^7.1.8",
|
|
128
128
|
"chai-as-promised": "^7.1.1",
|
|
129
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
130
|
-
"oclif": "^4.1.
|
|
129
|
+
"eslint-plugin-sf-plugin": "^1.17.1",
|
|
130
|
+
"oclif": "^4.1.3",
|
|
131
131
|
"shx": "^0.3.3",
|
|
132
132
|
"ts-node": "^10.9.2",
|
|
133
133
|
"typescript": "^5.2.2"
|
|
@@ -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.15.crt",
|
|
254
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-data/3.0.15.sig"
|
|
255
255
|
}
|
|
256
256
|
}
|