@salesforce/plugin-deploy-retrieve 2.2.17 → 3.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +17 -19
- package/lib/commands/project/convert/mdapi.js.map +1 -1
- package/lib/commands/project/convert/source.js.map +1 -1
- package/lib/commands/project/delete/source.js +1 -1
- package/lib/commands/project/delete/source.js.map +1 -1
- package/lib/commands/project/delete/tracking.js +1 -1
- package/lib/commands/project/delete/tracking.js.map +1 -1
- package/lib/commands/project/deploy/cancel.d.ts +1 -1
- package/lib/commands/project/deploy/cancel.js.map +1 -1
- package/lib/commands/project/deploy/preview.js.map +1 -1
- package/lib/commands/project/deploy/quick.d.ts +1 -1
- package/lib/commands/project/deploy/quick.js.map +1 -1
- package/lib/commands/project/deploy/start.d.ts +1 -1
- package/lib/commands/project/deploy/start.js.map +1 -1
- package/lib/commands/project/list/ignored.js.map +1 -1
- package/lib/commands/project/reset/tracking.js +2 -1
- package/lib/commands/project/reset/tracking.js.map +1 -1
- package/lib/commands/project/retrieve/preview.js.map +1 -1
- package/lib/commands/project/retrieve/start.d.ts +1 -1
- package/lib/commands/project/retrieve/start.js.map +1 -1
- package/lib/configMeta.js.map +1 -1
- package/lib/formatters/asyncDeployCancelResultFormatter.d.ts +0 -2
- package/lib/formatters/asyncDeployCancelResultFormatter.js +2 -2
- package/lib/formatters/asyncDeployCancelResultFormatter.js.map +1 -1
- package/lib/formatters/asyncDeployResultFormatter.d.ts +0 -2
- package/lib/formatters/asyncDeployResultFormatter.js +2 -2
- package/lib/formatters/asyncDeployResultFormatter.js.map +1 -1
- package/lib/utils/coverage.d.ts +1 -1
- package/lib/utils/flags.d.ts +0 -6
- package/lib/utils/flags.js +1 -1
- package/lib/utils/flags.js.map +1 -1
- package/lib/utils/previewOutput.d.ts +0 -1
- package/lib/utils/previewOutput.js +1 -1
- package/lib/utils/previewOutput.js.map +1 -1
- package/lib/utils/types.d.ts +1 -12
- package/lib/utils/types.js.map +1 -1
- package/oclif.lock +155 -99
- package/oclif.manifest.json +2 -61
- package/package.json +8 -11
- package/lib/commands/deploy.d.ts +0 -31
- package/lib/commands/deploy.js +0 -191
- package/lib/commands/deploy.js.map +0 -1
- package/lib/hooks/deploy.d.ts +0 -4
- package/lib/hooks/deploy.js +0 -15
- package/lib/hooks/deploy.js.map +0 -1
- package/lib/utils/metadataDeployer.d.ts +0 -30
- package/lib/utils/metadataDeployer.js +0 -220
- package/lib/utils/metadataDeployer.js.map +0 -1
- package/messages/deploy.md +0 -90
- package/schemas/hooks/sf-deploy.json +0 -129
package/oclif.lock
CHANGED
|
@@ -444,6 +444,59 @@
|
|
|
444
444
|
resolved "https://registry.yarnpkg.com/@humanwhocodes/object-schema/-/object-schema-2.0.1.tgz#e5211452df060fa8522b55c7b3c0c4d1981cb044"
|
|
445
445
|
integrity sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==
|
|
446
446
|
|
|
447
|
+
"@inquirer/confirm@^2.0.15":
|
|
448
|
+
version "2.0.15"
|
|
449
|
+
resolved "https://registry.yarnpkg.com/@inquirer/confirm/-/confirm-2.0.15.tgz#b5512ed190efd8c5b96e0969115756b48546ab36"
|
|
450
|
+
integrity sha512-hj8Q/z7sQXsF0DSpLQZVDhWYGN6KLM/gNjjqGkpKwBzljbQofGjn0ueHADy4HUY+OqDHmXuwk/bY+tZyIuuB0w==
|
|
451
|
+
dependencies:
|
|
452
|
+
"@inquirer/core" "^5.1.1"
|
|
453
|
+
"@inquirer/type" "^1.1.5"
|
|
454
|
+
chalk "^4.1.2"
|
|
455
|
+
|
|
456
|
+
"@inquirer/core@^5.1.1":
|
|
457
|
+
version "5.1.1"
|
|
458
|
+
resolved "https://registry.yarnpkg.com/@inquirer/core/-/core-5.1.1.tgz#849d4846aea68371c133df6ec9059f5e5bd30d30"
|
|
459
|
+
integrity sha512-IuJyZQUg75+L5AmopgnzxYrgcU6PJKL0hoIs332G1Gv55CnmZrhG6BzNOeZ5sOsTi1YCGOopw4rYICv74ejMFg==
|
|
460
|
+
dependencies:
|
|
461
|
+
"@inquirer/type" "^1.1.5"
|
|
462
|
+
"@types/mute-stream" "^0.0.4"
|
|
463
|
+
"@types/node" "^20.9.0"
|
|
464
|
+
"@types/wrap-ansi" "^3.0.0"
|
|
465
|
+
ansi-escapes "^4.3.2"
|
|
466
|
+
chalk "^4.1.2"
|
|
467
|
+
cli-spinners "^2.9.1"
|
|
468
|
+
cli-width "^4.1.0"
|
|
469
|
+
figures "^3.2.0"
|
|
470
|
+
mute-stream "^1.0.0"
|
|
471
|
+
run-async "^3.0.0"
|
|
472
|
+
signal-exit "^4.1.0"
|
|
473
|
+
strip-ansi "^6.0.1"
|
|
474
|
+
wrap-ansi "^6.2.0"
|
|
475
|
+
|
|
476
|
+
"@inquirer/input@^1.2.14":
|
|
477
|
+
version "1.2.14"
|
|
478
|
+
resolved "https://registry.yarnpkg.com/@inquirer/input/-/input-1.2.14.tgz#8951867618bb5cd16dd096e02404eec225a92207"
|
|
479
|
+
integrity sha512-tISLGpUKXixIQue7jypNEShrdzJoLvEvZOJ4QRsw5XTfrIYfoWFqAjMQLerGs9CzR86yAI89JR6snHmKwnNddw==
|
|
480
|
+
dependencies:
|
|
481
|
+
"@inquirer/core" "^5.1.1"
|
|
482
|
+
"@inquirer/type" "^1.1.5"
|
|
483
|
+
chalk "^4.1.2"
|
|
484
|
+
|
|
485
|
+
"@inquirer/password@^1.1.14":
|
|
486
|
+
version "1.1.14"
|
|
487
|
+
resolved "https://registry.yarnpkg.com/@inquirer/password/-/password-1.1.14.tgz#c1fc139efe84a38986870a1bcf80718050f82bbf"
|
|
488
|
+
integrity sha512-vL2BFxfMo8EvuGuZYlryiyAB3XsgtbxOcFs4H9WI9szAS/VZCAwdVqs8rqEeaAf/GV/eZOghIOYxvD91IsRWSg==
|
|
489
|
+
dependencies:
|
|
490
|
+
"@inquirer/input" "^1.2.14"
|
|
491
|
+
"@inquirer/type" "^1.1.5"
|
|
492
|
+
ansi-escapes "^4.3.2"
|
|
493
|
+
chalk "^4.1.2"
|
|
494
|
+
|
|
495
|
+
"@inquirer/type@^1.1.5":
|
|
496
|
+
version "1.1.5"
|
|
497
|
+
resolved "https://registry.yarnpkg.com/@inquirer/type/-/type-1.1.5.tgz#b8c171f755859c8159b10e41e1e3a88f0ca99d7f"
|
|
498
|
+
integrity sha512-wmwHvHozpPo4IZkkNtbYenem/0wnfI6hvOcGKmPEa0DwuaH5XUQzFqy6OpEpjEegZMhYIk8HDYITI16BPLtrRA==
|
|
499
|
+
|
|
447
500
|
"@isaacs/cliui@^8.0.2":
|
|
448
501
|
version "8.0.2"
|
|
449
502
|
resolved "https://registry.yarnpkg.com/@isaacs/cliui/-/cliui-8.0.2.tgz#b37667b7bc181c168782259bab42474fbf52b550"
|
|
@@ -746,45 +799,12 @@
|
|
|
746
799
|
read-package-json-fast "^3.0.0"
|
|
747
800
|
which "^3.0.0"
|
|
748
801
|
|
|
749
|
-
"@oclif/core@^
|
|
750
|
-
version "
|
|
751
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-
|
|
752
|
-
integrity sha512-
|
|
753
|
-
dependencies:
|
|
754
|
-
"@types/cli-progress" "^3.11.0"
|
|
755
|
-
ansi-escapes "^4.3.2"
|
|
756
|
-
ansi-styles "^4.3.0"
|
|
757
|
-
cardinal "^2.1.1"
|
|
758
|
-
chalk "^4.1.2"
|
|
759
|
-
clean-stack "^3.0.1"
|
|
760
|
-
cli-progress "^3.12.0"
|
|
761
|
-
debug "^4.3.4"
|
|
762
|
-
ejs "^3.1.8"
|
|
763
|
-
get-package-type "^0.1.0"
|
|
764
|
-
globby "^11.1.0"
|
|
765
|
-
hyperlinker "^1.0.0"
|
|
766
|
-
indent-string "^4.0.0"
|
|
767
|
-
is-wsl "^2.2.0"
|
|
768
|
-
js-yaml "^3.14.1"
|
|
769
|
-
natural-orderby "^2.0.3"
|
|
770
|
-
object-treeify "^1.1.33"
|
|
771
|
-
password-prompt "^1.1.2"
|
|
772
|
-
slice-ansi "^4.0.0"
|
|
773
|
-
string-width "^4.2.3"
|
|
774
|
-
strip-ansi "^6.0.1"
|
|
775
|
-
supports-color "^8.1.1"
|
|
776
|
-
supports-hyperlinks "^2.2.0"
|
|
777
|
-
ts-node "^10.9.1"
|
|
778
|
-
tslib "^2.5.0"
|
|
779
|
-
widest-line "^3.1.0"
|
|
780
|
-
wordwrap "^1.0.0"
|
|
781
|
-
wrap-ansi "^7.0.0"
|
|
782
|
-
|
|
783
|
-
"@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.3.1":
|
|
784
|
-
version "3.16.0"
|
|
785
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
|
|
786
|
-
integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
|
|
802
|
+
"@oclif/core@^3.10.8", "@oclif/core@^3.11.0", "@oclif/core@^3.15.0", "@oclif/core@^3.15.1", "@oclif/core@^3.16.0", "@oclif/core@^3.18.1":
|
|
803
|
+
version "3.18.1"
|
|
804
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.18.1.tgz#a8c9ee3848ad663d5694bef6079116c70d32fc55"
|
|
805
|
+
integrity sha512-l0LsjzGcqjbUEdeSBX6bdZieVmEv82Q0W3StiyaDMEnPZ9KLH28HrLpcZg6d50mCYW9CUZNzmRo6qrCHWrgLKw==
|
|
787
806
|
dependencies:
|
|
807
|
+
"@types/cli-progress" "^3.11.5"
|
|
788
808
|
ansi-escapes "^4.3.2"
|
|
789
809
|
ansi-styles "^4.3.0"
|
|
790
810
|
cardinal "^2.1.1"
|
|
@@ -808,17 +828,16 @@
|
|
|
808
828
|
strip-ansi "^6.0.1"
|
|
809
829
|
supports-color "^8.1.1"
|
|
810
830
|
supports-hyperlinks "^2.2.0"
|
|
811
|
-
tsconfck "^3.0.0"
|
|
812
831
|
widest-line "^3.1.0"
|
|
813
832
|
wordwrap "^1.0.0"
|
|
814
833
|
wrap-ansi "^7.0.0"
|
|
815
834
|
|
|
816
|
-
"@oclif/plugin-command-snapshot@^5.0.
|
|
817
|
-
version "5.0.
|
|
818
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.
|
|
819
|
-
integrity sha512
|
|
835
|
+
"@oclif/plugin-command-snapshot@^5.0.6":
|
|
836
|
+
version "5.0.6"
|
|
837
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-command-snapshot/-/plugin-command-snapshot-5.0.6.tgz#f32d0e7fedc588ef08bbab88db5c60d25eb3ca07"
|
|
838
|
+
integrity sha512-/DZsDPrUD/Wd4NMjMZ7gkLZIwH3tb1QWGP8m1JebvTi1Rntn/JG+YEz+iE5zKtu12gmSbjAEYPt92itXQLDbbg==
|
|
820
839
|
dependencies:
|
|
821
|
-
"@oclif/core" "^3.
|
|
840
|
+
"@oclif/core" "^3.16.0"
|
|
822
841
|
"@types/lodash.difference" "^4.5.9"
|
|
823
842
|
chalk "^5.3.0"
|
|
824
843
|
just-diff "^5.2.0"
|
|
@@ -828,28 +847,28 @@
|
|
|
828
847
|
semver "^7.5.4"
|
|
829
848
|
ts-json-schema-generator "^1.5.0"
|
|
830
849
|
|
|
831
|
-
"@oclif/plugin-help@^
|
|
832
|
-
version "
|
|
833
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-
|
|
834
|
-
integrity sha512-
|
|
850
|
+
"@oclif/plugin-help@^6.0.9":
|
|
851
|
+
version "6.0.9"
|
|
852
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-6.0.9.tgz#87bbf624372b9afe5dc183a13f52c929d6b022cf"
|
|
853
|
+
integrity sha512-O9zHzjsj8G3DWV+Ju4prrBwHUmwT1pcq7AJNxguedMk8jGZhwKWrcQHdZX6kjC+7QbupSzgjcvXvXpYVR1y3ow==
|
|
835
854
|
dependencies:
|
|
836
|
-
"@oclif/core" "^
|
|
855
|
+
"@oclif/core" "^3.15.0"
|
|
837
856
|
|
|
838
|
-
"@oclif/plugin-not-found@^
|
|
839
|
-
version "
|
|
840
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-
|
|
841
|
-
integrity sha512-
|
|
857
|
+
"@oclif/plugin-not-found@^3.0.7":
|
|
858
|
+
version "3.0.7"
|
|
859
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-3.0.7.tgz#7dcdd1406d464f74eb37e9cde73918d5e1139d8d"
|
|
860
|
+
integrity sha512-AofTUzKVvuU9uQBKMhX3i62aPeoijqtNsRM4rHShS4FyUd1MEhjbI2SmxcNTWjwedRL5F+b9EpjWuswc86fUMg==
|
|
842
861
|
dependencies:
|
|
843
|
-
"@oclif/core" "^
|
|
844
|
-
chalk "^
|
|
862
|
+
"@oclif/core" "^3.15.1"
|
|
863
|
+
chalk "^5.3.0"
|
|
845
864
|
fast-levenshtein "^3.0.0"
|
|
846
865
|
|
|
847
|
-
"@oclif/plugin-warn-if-update-available@^3.0.
|
|
848
|
-
version "3.0.
|
|
849
|
-
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.
|
|
850
|
-
integrity sha512-
|
|
866
|
+
"@oclif/plugin-warn-if-update-available@^3.0.8":
|
|
867
|
+
version "3.0.8"
|
|
868
|
+
resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.8.tgz#715c7f8896a318805cae08f2994115b8d5e39c20"
|
|
869
|
+
integrity sha512-CNusBwZHzWdj4E6xVBbR9+DtxjeQZoK2LDYk3CFwBfLd5L8TJ/6IJNer0ZacDRvnCeABeVqMN33Vk7UlmJ7ngQ==
|
|
851
870
|
dependencies:
|
|
852
|
-
"@oclif/core" "^3.
|
|
871
|
+
"@oclif/core" "^3.15.1"
|
|
853
872
|
chalk "^5.3.0"
|
|
854
873
|
debug "^4.1.0"
|
|
855
874
|
http-call "^5.2.2"
|
|
@@ -1075,15 +1094,15 @@
|
|
|
1075
1094
|
"@salesforce/ts-types" "^2.0.9"
|
|
1076
1095
|
tslib "^2.6.2"
|
|
1077
1096
|
|
|
1078
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
1079
|
-
version "3.0.
|
|
1080
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
1081
|
-
integrity sha512-
|
|
1097
|
+
"@salesforce/plugin-command-reference@^3.0.59":
|
|
1098
|
+
version "3.0.59"
|
|
1099
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.59.tgz#309dba84ae01828e1b8d62d80390240418688c43"
|
|
1100
|
+
integrity sha512-8mjPJyxz1FF6Ei7RwjMLHZTmFX2+bOOh5aq7lNwk3qkSqy5cSTW8bf+1/lcOPkm2125qCbAUL0wAgAyNACF6Xg==
|
|
1082
1101
|
dependencies:
|
|
1083
1102
|
"@oclif/core" "^3.15.1"
|
|
1084
1103
|
"@salesforce/core" "^6.4.1"
|
|
1085
1104
|
"@salesforce/kit" "^3.0.15"
|
|
1086
|
-
"@salesforce/sf-plugins-core" "^5.0.
|
|
1105
|
+
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
1087
1106
|
"@salesforce/ts-types" "^2.0.9"
|
|
1088
1107
|
chalk "^4"
|
|
1089
1108
|
handlebars "^4.7.8"
|
|
@@ -1116,7 +1135,7 @@
|
|
|
1116
1135
|
resolved "https://registry.yarnpkg.com/@salesforce/schemas/-/schemas-1.6.1.tgz#7d1c071e1e509ca9d2d8a6e48ac7447dd67a534d"
|
|
1117
1136
|
integrity sha512-eVy947ZMxCJReKJdgfddUIsBIbPTa/i8RwQGwxq4/ss38H5sLOAeSTaun9V7HpJ1hkpDznWKfgzYvjsst9K6ig==
|
|
1118
1137
|
|
|
1119
|
-
"@salesforce/sf-plugins-core@^5.0.1", "@salesforce/sf-plugins-core@^5.0.
|
|
1138
|
+
"@salesforce/sf-plugins-core@^5.0.1", "@salesforce/sf-plugins-core@^5.0.13":
|
|
1120
1139
|
version "5.0.13"
|
|
1121
1140
|
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-5.0.13.tgz#f2941527d66ded5750a6646e146af047ab72acc9"
|
|
1122
1141
|
integrity sha512-b5R8krKeOIkW0hPxvfpm8T5tCSyWW7MDERnJwm/FXq4ueUJsC1/TCWSscyVKPSZ0VRcEFbzOWKJvpV/omB1D9w==
|
|
@@ -1129,6 +1148,19 @@
|
|
|
1129
1148
|
chalk "^4"
|
|
1130
1149
|
inquirer "^8.2.5"
|
|
1131
1150
|
|
|
1151
|
+
"@salesforce/sf-plugins-core@^7.0.0":
|
|
1152
|
+
version "7.0.0"
|
|
1153
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.0.0.tgz#56cb4eaafcd04a183938d86c5e93323e037b15ab"
|
|
1154
|
+
integrity sha512-vl53Ee0/eg9wgvtWro6kX82/943s28Hph/o3lTQk6URorfqMC+zH0RGKJj1X0VKeLhDSOCRYXqIu54jE8AZ/3g==
|
|
1155
|
+
dependencies:
|
|
1156
|
+
"@inquirer/confirm" "^2.0.15"
|
|
1157
|
+
"@inquirer/password" "^1.1.14"
|
|
1158
|
+
"@oclif/core" "^3.16.0"
|
|
1159
|
+
"@salesforce/core" "^6.4.2"
|
|
1160
|
+
"@salesforce/kit" "^3.0.15"
|
|
1161
|
+
"@salesforce/ts-types" "^2.0.9"
|
|
1162
|
+
chalk "^5.3.0"
|
|
1163
|
+
|
|
1132
1164
|
"@salesforce/source-deploy-retrieve@^10.0.0", "@salesforce/source-deploy-retrieve@^10.2.1", "@salesforce/source-deploy-retrieve@^10.2.5", "@salesforce/source-deploy-retrieve@^10.2.6":
|
|
1133
1165
|
version "10.2.6"
|
|
1134
1166
|
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.2.6.tgz#37189ff3c2185158a856137e63a811bdd5b05b43"
|
|
@@ -1373,10 +1405,10 @@
|
|
|
1373
1405
|
resolved "https://registry.yarnpkg.com/@types/chai/-/chai-4.3.11.tgz#e95050bf79a932cb7305dd130254ccdf9bde671c"
|
|
1374
1406
|
integrity sha512-qQR1dr2rGIHYlJulmr8Ioq3De0Le9E4MJ5AiaeAETJJpndT1uUNHsGFK3L/UIu+rbkQSdj8J/w2bCsBZc/Y5fQ==
|
|
1375
1407
|
|
|
1376
|
-
"@types/cli-progress@^3.11.
|
|
1377
|
-
version "3.11.
|
|
1378
|
-
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.
|
|
1379
|
-
integrity sha512-
|
|
1408
|
+
"@types/cli-progress@^3.11.5":
|
|
1409
|
+
version "3.11.5"
|
|
1410
|
+
resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.5.tgz#9518c745e78557efda057e3f96a5990c717268c3"
|
|
1411
|
+
integrity sha512-D4PbNRbviKyppS5ivBGyFO29POlySLmA2HyUFE4p5QGazAMM3CwkKWcvTl8gvElSuxRh6FPKL8XmidX873ou4g==
|
|
1380
1412
|
dependencies:
|
|
1381
1413
|
"@types/node" "*"
|
|
1382
1414
|
|
|
@@ -1474,10 +1506,19 @@
|
|
|
1474
1506
|
resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
|
|
1475
1507
|
integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
|
|
1476
1508
|
|
|
1477
|
-
"@types/
|
|
1478
|
-
version "
|
|
1479
|
-
resolved "https://registry.yarnpkg.com/@types/
|
|
1480
|
-
integrity sha512-
|
|
1509
|
+
"@types/mute-stream@^0.0.4":
|
|
1510
|
+
version "0.0.4"
|
|
1511
|
+
resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
|
|
1512
|
+
integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
|
|
1513
|
+
dependencies:
|
|
1514
|
+
"@types/node" "*"
|
|
1515
|
+
|
|
1516
|
+
"@types/node@*", "@types/node@^20.9.0":
|
|
1517
|
+
version "20.10.6"
|
|
1518
|
+
resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
|
|
1519
|
+
integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
|
|
1520
|
+
dependencies:
|
|
1521
|
+
undici-types "~5.26.4"
|
|
1481
1522
|
|
|
1482
1523
|
"@types/node@^12.19.9":
|
|
1483
1524
|
version "12.20.55"
|
|
@@ -1553,6 +1594,11 @@
|
|
|
1553
1594
|
"@types/expect" "^1.20.4"
|
|
1554
1595
|
"@types/node" "*"
|
|
1555
1596
|
|
|
1597
|
+
"@types/wrap-ansi@^3.0.0":
|
|
1598
|
+
version "3.0.0"
|
|
1599
|
+
resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
|
|
1600
|
+
integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
|
|
1601
|
+
|
|
1556
1602
|
"@typescript-eslint/eslint-plugin@^6.10.0":
|
|
1557
1603
|
version "6.11.0"
|
|
1558
1604
|
resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
|
|
@@ -2531,10 +2577,10 @@ cli-progress@^3.12.0:
|
|
|
2531
2577
|
dependencies:
|
|
2532
2578
|
string-width "^4.2.3"
|
|
2533
2579
|
|
|
2534
|
-
cli-spinners@^2.5.0:
|
|
2535
|
-
version "2.9.
|
|
2536
|
-
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.
|
|
2537
|
-
integrity sha512-
|
|
2580
|
+
cli-spinners@^2.5.0, cli-spinners@^2.9.1:
|
|
2581
|
+
version "2.9.2"
|
|
2582
|
+
resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
|
|
2583
|
+
integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
|
|
2538
2584
|
|
|
2539
2585
|
cli-table@^0.3.1:
|
|
2540
2586
|
version "0.3.11"
|
|
@@ -2548,6 +2594,11 @@ cli-width@^3.0.0:
|
|
|
2548
2594
|
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
|
|
2549
2595
|
integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
|
|
2550
2596
|
|
|
2597
|
+
cli-width@^4.1.0:
|
|
2598
|
+
version "4.1.0"
|
|
2599
|
+
resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
|
|
2600
|
+
integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
|
|
2601
|
+
|
|
2551
2602
|
cliui@^6.0.0:
|
|
2552
2603
|
version "6.0.0"
|
|
2553
2604
|
resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
|
|
@@ -3674,7 +3725,7 @@ faye@1.4.0, faye@^1.4.0:
|
|
|
3674
3725
|
tough-cookie "*"
|
|
3675
3726
|
tunnel-agent "*"
|
|
3676
3727
|
|
|
3677
|
-
figures@^3.0.0:
|
|
3728
|
+
figures@^3.0.0, figures@^3.2.0:
|
|
3678
3729
|
version "3.2.0"
|
|
3679
3730
|
resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
|
|
3680
3731
|
integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
|
|
@@ -5852,6 +5903,11 @@ mute-stream@0.0.8:
|
|
|
5852
5903
|
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
|
|
5853
5904
|
integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
|
|
5854
5905
|
|
|
5906
|
+
mute-stream@^1.0.0:
|
|
5907
|
+
version "1.0.0"
|
|
5908
|
+
resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
|
|
5909
|
+
integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
|
|
5910
|
+
|
|
5855
5911
|
nanoid@3.3.3:
|
|
5856
5912
|
version "3.3.3"
|
|
5857
5913
|
resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
|
|
@@ -6276,15 +6332,15 @@ object.values@^1.1.7:
|
|
|
6276
6332
|
define-properties "^1.2.0"
|
|
6277
6333
|
es-abstract "^1.22.1"
|
|
6278
6334
|
|
|
6279
|
-
oclif@^4.1.
|
|
6280
|
-
version "4.1.
|
|
6281
|
-
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.
|
|
6282
|
-
integrity sha512-
|
|
6335
|
+
oclif@^4.1.3:
|
|
6336
|
+
version "4.1.3"
|
|
6337
|
+
resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.3.tgz#07d3a6b16ff7e2e7c3fd06117fd745655c44abce"
|
|
6338
|
+
integrity sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==
|
|
6283
6339
|
dependencies:
|
|
6284
|
-
"@oclif/core" "^3.0
|
|
6285
|
-
"@oclif/plugin-help" "^
|
|
6286
|
-
"@oclif/plugin-not-found" "^
|
|
6287
|
-
"@oclif/plugin-warn-if-update-available" "^3.0.
|
|
6340
|
+
"@oclif/core" "^3.16.0"
|
|
6341
|
+
"@oclif/plugin-help" "^6.0.9"
|
|
6342
|
+
"@oclif/plugin-not-found" "^3.0.7"
|
|
6343
|
+
"@oclif/plugin-warn-if-update-available" "^3.0.8"
|
|
6288
6344
|
async-retry "^1.3.3"
|
|
6289
6345
|
aws-sdk "^2.1231.0"
|
|
6290
6346
|
change-case "^4"
|
|
@@ -6576,7 +6632,7 @@ pascal-case@^3.1.2:
|
|
|
6576
6632
|
no-case "^3.0.4"
|
|
6577
6633
|
tslib "^2.0.3"
|
|
6578
6634
|
|
|
6579
|
-
password-prompt@^1.1.
|
|
6635
|
+
password-prompt@^1.1.3:
|
|
6580
6636
|
version "1.1.3"
|
|
6581
6637
|
resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
|
|
6582
6638
|
integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
|
|
@@ -7174,6 +7230,11 @@ run-async@^2.0.0, run-async@^2.4.0:
|
|
|
7174
7230
|
resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
|
|
7175
7231
|
integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
|
|
7176
7232
|
|
|
7233
|
+
run-async@^3.0.0:
|
|
7234
|
+
version "3.0.0"
|
|
7235
|
+
resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
|
|
7236
|
+
integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
|
|
7237
|
+
|
|
7177
7238
|
run-parallel@^1.1.9:
|
|
7178
7239
|
version "1.2.0"
|
|
7179
7240
|
resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
|
|
@@ -7399,10 +7460,10 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
|
|
|
7399
7460
|
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
|
|
7400
7461
|
integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
|
|
7401
7462
|
|
|
7402
|
-
signal-exit@^4.0.1:
|
|
7403
|
-
version "4.0
|
|
7404
|
-
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.
|
|
7405
|
-
integrity sha512-
|
|
7463
|
+
signal-exit@^4.0.1, signal-exit@^4.1.0:
|
|
7464
|
+
version "4.1.0"
|
|
7465
|
+
resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
|
|
7466
|
+
integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
|
|
7406
7467
|
|
|
7407
7468
|
sigstore@^1.3.0:
|
|
7408
7469
|
version "1.6.0"
|
|
@@ -7931,7 +7992,7 @@ ts-json-schema-generator@^1.5.0:
|
|
|
7931
7992
|
safe-stable-stringify "^2.4.3"
|
|
7932
7993
|
typescript "~5.3.2"
|
|
7933
7994
|
|
|
7934
|
-
ts-node@^10.8.1, ts-node@^10.9.
|
|
7995
|
+
ts-node@^10.8.1, ts-node@^10.9.2:
|
|
7935
7996
|
version "10.9.2"
|
|
7936
7997
|
resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
|
|
7937
7998
|
integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
|
|
@@ -7955,11 +8016,6 @@ ts-retry-promise@^0.7.0, ts-retry-promise@^0.7.1:
|
|
|
7955
8016
|
resolved "https://registry.yarnpkg.com/ts-retry-promise/-/ts-retry-promise-0.7.1.tgz#176d6eee6415f07b6c7c286d3657355e284a6906"
|
|
7956
8017
|
integrity sha512-NhHOCZ2AQORvH42hOPO5UZxShlcuiRtm7P2jIq2L2RY3PBxw2mLnUsEdHrIslVBFya1v5aZmrR55lWkzo13LrQ==
|
|
7957
8018
|
|
|
7958
|
-
tsconfck@^3.0.0:
|
|
7959
|
-
version "3.0.0"
|
|
7960
|
-
resolved "https://registry.yarnpkg.com/tsconfck/-/tsconfck-3.0.0.tgz#b469f1ced12973bbec3209a55ed8de3bb04223c9"
|
|
7961
|
-
integrity sha512-w3wnsIrJNi7avf4Zb0VjOoodoO0woEqGgZGQm+LHH9przdUI+XDKsWAXwxHA1DaRTjeuZNcregSzr7RaA8zG9A==
|
|
7962
|
-
|
|
7963
8019
|
tsconfig-paths@^3.14.2:
|
|
7964
8020
|
version "3.14.2"
|
|
7965
8021
|
resolved "https://registry.yarnpkg.com/tsconfig-paths/-/tsconfig-paths-3.14.2.tgz#6e32f1f79412decd261f92d633a9dc1cfa99f088"
|
|
@@ -7975,7 +8031,7 @@ tslib@^1.9.0:
|
|
|
7975
8031
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
|
|
7976
8032
|
integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
|
|
7977
8033
|
|
|
7978
|
-
tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.
|
|
8034
|
+
tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.6.1, tslib@^2.6.2:
|
|
7979
8035
|
version "2.6.2"
|
|
7980
8036
|
resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
|
|
7981
8037
|
integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
|
package/oclif.manifest.json
CHANGED
|
@@ -1,48 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"commands": {
|
|
3
|
-
"deploy": {
|
|
4
|
-
"aliases": [],
|
|
5
|
-
"args": {},
|
|
6
|
-
"deprecationOptions": {
|
|
7
|
-
"version": "59.0",
|
|
8
|
-
"message": "The top-level deploy command is deprecated. You should use `functions deploy` to deploy functions, and use `project deploy start` to deploy metadata to Salesforce orgs."
|
|
9
|
-
},
|
|
10
|
-
"description": "This command must be run from within a project.\n\nThe command first analyzes your project, your active or logged-into environments, and local defaults to determine what to deploy and where to deploy it. The command then prompts you for information about this particular deployment and provides intelligent choices based on its analysis.\n\nFor example, if your local project contains a source directory with metadata files in source format, the command asks if you want to deploy that Salesforce app to an org. The command lists your connected orgs and asks which one you want to deploy to. The list of orgs starts with scratch orgs, ordered by expiration date with the most recently created one first, and then Dev Hub and production orgs ordered by name. If the command finds Apex tests, it asks if you want to run them and at which level.\n\nThe command stores your responses in the \"deploy-options.json\" file in your local project directory and uses them as defaults when you rerun the command. Specify --interactive to force the command to reprompt.\n\nUse this command for quick and simple deploys. For more complicated deployments, use the environment-specific commands, such as \"<%= config.bin %> project deploy start\", that provide additional flags.",
|
|
11
|
-
"examples": [
|
|
12
|
-
"Deploy a project and use stored values from a previous command run:\n<%= config.bin %> <%= command.id %>",
|
|
13
|
-
"Reprompt for all deployment inputs:\n<%= config.bin %> <%= command.id %> --interactive"
|
|
14
|
-
],
|
|
15
|
-
"flags": {
|
|
16
|
-
"interactive": {
|
|
17
|
-
"name": "interactive",
|
|
18
|
-
"summary": "Force the CLI to prompt for all deployment inputs.",
|
|
19
|
-
"allowNo": false,
|
|
20
|
-
"type": "boolean"
|
|
21
|
-
}
|
|
22
|
-
},
|
|
23
|
-
"hasDynamicHelp": false,
|
|
24
|
-
"hidden": true,
|
|
25
|
-
"hiddenAliases": [],
|
|
26
|
-
"id": "deploy",
|
|
27
|
-
"pluginAlias": "@salesforce/plugin-deploy-retrieve",
|
|
28
|
-
"pluginName": "@salesforce/plugin-deploy-retrieve",
|
|
29
|
-
"pluginType": "core",
|
|
30
|
-
"state": "deprecated",
|
|
31
|
-
"strict": true,
|
|
32
|
-
"summary": "Deploy a project interactively to any Salesforce environment.",
|
|
33
|
-
"enableJsonFlag": false,
|
|
34
|
-
"SF_ENV": "SF_ENV",
|
|
35
|
-
"isESM": true,
|
|
36
|
-
"relativePath": [
|
|
37
|
-
"lib",
|
|
38
|
-
"commands",
|
|
39
|
-
"deploy.js"
|
|
40
|
-
],
|
|
41
|
-
"aliasPermutations": [],
|
|
42
|
-
"permutations": [
|
|
43
|
-
"deploy"
|
|
44
|
-
]
|
|
45
|
-
},
|
|
46
3
|
"project:convert:mdapi": {
|
|
47
4
|
"aliases": [
|
|
48
5
|
"force:mdapi:convert"
|
|
@@ -158,7 +115,6 @@
|
|
|
158
115
|
"strict": true,
|
|
159
116
|
"summary": "Convert metadata retrieved via Metadata API into the source format used in Salesforce DX projects.",
|
|
160
117
|
"enableJsonFlag": true,
|
|
161
|
-
"SF_ENV": "SF_ENV",
|
|
162
118
|
"requiresProject": true,
|
|
163
119
|
"isESM": true,
|
|
164
120
|
"relativePath": [
|
|
@@ -246,7 +202,7 @@
|
|
|
246
202
|
"deprecateAliases": true,
|
|
247
203
|
"name": "output-dir",
|
|
248
204
|
"summary": "Output directory to store the Metadata API–formatted files in.",
|
|
249
|
-
"default": "
|
|
205
|
+
"default": "metadataPackage_1705124831486",
|
|
250
206
|
"hasDynamicHelp": false,
|
|
251
207
|
"multiple": false,
|
|
252
208
|
"type": "option"
|
|
@@ -313,7 +269,6 @@
|
|
|
313
269
|
"strict": true,
|
|
314
270
|
"summary": "Convert source-formatted files into metadata that you can deploy using Metadata API.",
|
|
315
271
|
"enableJsonFlag": true,
|
|
316
|
-
"SF_ENV": "SF_ENV",
|
|
317
272
|
"requiresProject": true,
|
|
318
273
|
"isESM": true,
|
|
319
274
|
"relativePath": [
|
|
@@ -530,7 +485,6 @@
|
|
|
530
485
|
"strict": true,
|
|
531
486
|
"summary": "Delete source from your project and from a non-source-tracked org.",
|
|
532
487
|
"enableJsonFlag": true,
|
|
533
|
-
"SF_ENV": "SF_ENV",
|
|
534
488
|
"requiresProject": true,
|
|
535
489
|
"isESM": true,
|
|
536
490
|
"relativePath": [
|
|
@@ -632,7 +586,6 @@
|
|
|
632
586
|
"strict": true,
|
|
633
587
|
"summary": "Delete all local source tracking information.",
|
|
634
588
|
"enableJsonFlag": true,
|
|
635
|
-
"SF_ENV": "SF_ENV",
|
|
636
589
|
"requiresProject": true,
|
|
637
590
|
"isESM": true,
|
|
638
591
|
"relativePath": [
|
|
@@ -746,7 +699,6 @@
|
|
|
746
699
|
"strict": true,
|
|
747
700
|
"summary": "Cancel a deploy operation.",
|
|
748
701
|
"enableJsonFlag": true,
|
|
749
|
-
"SF_ENV": "SF_ENV",
|
|
750
702
|
"isESM": true,
|
|
751
703
|
"relativePath": [
|
|
752
704
|
"lib",
|
|
@@ -861,7 +813,6 @@
|
|
|
861
813
|
"strict": true,
|
|
862
814
|
"summary": "Preview a deployment to see what will deploy to the org, the potential conflicts, and the ignored files.",
|
|
863
815
|
"enableJsonFlag": true,
|
|
864
|
-
"SF_ENV": "SF_ENV",
|
|
865
816
|
"requiresProject": true,
|
|
866
817
|
"isESM": true,
|
|
867
818
|
"relativePath": [
|
|
@@ -998,7 +949,6 @@
|
|
|
998
949
|
"strict": true,
|
|
999
950
|
"summary": "Quickly deploy a validated deployment to an org.",
|
|
1000
951
|
"enableJsonFlag": true,
|
|
1001
|
-
"SF_ENV": "SF_ENV",
|
|
1002
952
|
"errorCodes": {
|
|
1003
953
|
"header": "ERROR CODES",
|
|
1004
954
|
"body": [
|
|
@@ -1170,7 +1120,6 @@
|
|
|
1170
1120
|
"strict": true,
|
|
1171
1121
|
"summary": "Check or poll for the status of a deploy operation.",
|
|
1172
1122
|
"enableJsonFlag": true,
|
|
1173
|
-
"SF_ENV": "SF_ENV",
|
|
1174
1123
|
"isESM": true,
|
|
1175
1124
|
"relativePath": [
|
|
1176
1125
|
"lib",
|
|
@@ -1316,7 +1265,6 @@
|
|
|
1316
1265
|
"strict": true,
|
|
1317
1266
|
"summary": "Resume watching a deploy operation and update source tracking when the deploy completes.",
|
|
1318
1267
|
"enableJsonFlag": true,
|
|
1319
|
-
"SF_ENV": "SF_ENV",
|
|
1320
1268
|
"envVariablesSection": {
|
|
1321
1269
|
"header": "ENVIRONMENT VARIABLES",
|
|
1322
1270
|
"body": [
|
|
@@ -1696,7 +1644,6 @@
|
|
|
1696
1644
|
"strict": true,
|
|
1697
1645
|
"summary": "Deploy metadata to an org from your local project.",
|
|
1698
1646
|
"enableJsonFlag": true,
|
|
1699
|
-
"SF_ENV": "SF_ENV",
|
|
1700
1647
|
"configurationVariablesSection": {
|
|
1701
1648
|
"header": "CONFIGURATION VARIABLES",
|
|
1702
1649
|
"body": [
|
|
@@ -2035,7 +1982,6 @@
|
|
|
2035
1982
|
"strict": true,
|
|
2036
1983
|
"summary": "Validate a metadata deployment without actually executing it.",
|
|
2037
1984
|
"enableJsonFlag": true,
|
|
2038
|
-
"SF_ENV": "SF_ENV",
|
|
2039
1985
|
"configurationVariablesSection": {
|
|
2040
1986
|
"header": "CONFIGURATION VARIABLES",
|
|
2041
1987
|
"body": [
|
|
@@ -2274,7 +2220,6 @@
|
|
|
2274
2220
|
"strict": true,
|
|
2275
2221
|
"summary": "Create a project manifest that lists the metadata components you want to deploy or retrieve.",
|
|
2276
2222
|
"enableJsonFlag": true,
|
|
2277
|
-
"SF_ENV": "SF_ENV",
|
|
2278
2223
|
"requiresProject": true,
|
|
2279
2224
|
"isESM": true,
|
|
2280
2225
|
"relativePath": [
|
|
@@ -2361,7 +2306,6 @@
|
|
|
2361
2306
|
"strict": true,
|
|
2362
2307
|
"summary": "Check your local project package directories for forceignored files.",
|
|
2363
2308
|
"enableJsonFlag": true,
|
|
2364
|
-
"SF_ENV": "SF_ENV",
|
|
2365
2309
|
"requiresProject": true,
|
|
2366
2310
|
"isESM": true,
|
|
2367
2311
|
"relativePath": [
|
|
@@ -2490,7 +2434,6 @@
|
|
|
2490
2434
|
"strict": true,
|
|
2491
2435
|
"summary": "Reset local and remote source tracking.",
|
|
2492
2436
|
"enableJsonFlag": true,
|
|
2493
|
-
"SF_ENV": "SF_ENV",
|
|
2494
2437
|
"requiresProject": true,
|
|
2495
2438
|
"isESM": true,
|
|
2496
2439
|
"relativePath": [
|
|
@@ -2589,7 +2532,6 @@
|
|
|
2589
2532
|
"strict": true,
|
|
2590
2533
|
"summary": "Preview a retrieval to see what will be retrieved from the org, the potential conflicts, and the ignored files.",
|
|
2591
2534
|
"enableJsonFlag": true,
|
|
2592
|
-
"SF_ENV": "SF_ENV",
|
|
2593
2535
|
"requiresProject": true,
|
|
2594
2536
|
"isESM": true,
|
|
2595
2537
|
"relativePath": [
|
|
@@ -2819,7 +2761,6 @@
|
|
|
2819
2761
|
"strict": true,
|
|
2820
2762
|
"summary": "Retrieve metadata from an org to your local project.",
|
|
2821
2763
|
"enableJsonFlag": true,
|
|
2822
|
-
"SF_ENV": "SF_ENV",
|
|
2823
2764
|
"configurationVariablesSection": {
|
|
2824
2765
|
"header": "CONFIGURATION VARIABLES",
|
|
2825
2766
|
"body": [
|
|
@@ -2868,5 +2809,5 @@
|
|
|
2868
2809
|
]
|
|
2869
2810
|
}
|
|
2870
2811
|
},
|
|
2871
|
-
"version": "
|
|
2812
|
+
"version": "3.1.1"
|
|
2872
2813
|
}
|
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-deploy-retrieve",
|
|
3
3
|
"description": "deploy and retrieve commands for sf",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.18.1",
|
|
9
9
|
"@salesforce/apex-node": "^3.0.1",
|
|
10
10
|
"@salesforce/core": "^6.4.4",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^
|
|
12
|
+
"@salesforce/sf-plugins-core": "^7.0.0",
|
|
13
13
|
"@salesforce/source-deploy-retrieve": "^10.2.6",
|
|
14
14
|
"@salesforce/source-tracking": "^5.1.3",
|
|
15
15
|
"@salesforce/ts-types": "^2.0.9",
|
|
16
16
|
"chalk": "^5.3.0"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
19
|
+
"@oclif/plugin-command-snapshot": "^5.0.6",
|
|
20
20
|
"@salesforce/cli-plugins-testkit": "^5.1.3",
|
|
21
21
|
"@salesforce/dev-scripts": "^8.2.0",
|
|
22
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
22
|
+
"@salesforce/plugin-command-reference": "^3.0.59",
|
|
23
23
|
"@salesforce/plugin-source": "^2.11.4",
|
|
24
24
|
"@salesforce/source-testkit": "^2.1.80",
|
|
25
25
|
"@salesforce/ts-sinon": "^1.4.19",
|
|
26
26
|
"cross-env": "^7.0.3",
|
|
27
27
|
"eslint-plugin-sf-plugin": "^1.17.0",
|
|
28
|
-
"oclif": "^4.1.
|
|
28
|
+
"oclif": "^4.1.3",
|
|
29
29
|
"shx": "0.3.4",
|
|
30
30
|
"ts-node": "^10.9.2",
|
|
31
31
|
"typescript": "^5.3.3"
|
|
@@ -56,9 +56,6 @@
|
|
|
56
56
|
"commands": "./lib/commands",
|
|
57
57
|
"topicSeparator": " ",
|
|
58
58
|
"bin": "sf",
|
|
59
|
-
"hooks": {
|
|
60
|
-
"sf:deploy": "./lib/hooks/deploy"
|
|
61
|
-
},
|
|
62
59
|
"configMeta": "./lib/configMeta",
|
|
63
60
|
"devPlugins": [
|
|
64
61
|
"@oclif/plugin-command-snapshot",
|
|
@@ -252,7 +249,7 @@
|
|
|
252
249
|
"exports": "./lib/index.js",
|
|
253
250
|
"type": "module",
|
|
254
251
|
"sfdx": {
|
|
255
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/
|
|
256
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/
|
|
252
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.1.1.crt",
|
|
253
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.1.1.sig"
|
|
257
254
|
}
|
|
258
255
|
}
|