@salesforce/plugin-deploy-retrieve 2.2.17 → 3.1.0

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.
Files changed (50) hide show
  1. package/README.md +17 -19
  2. package/lib/commands/project/convert/mdapi.js.map +1 -1
  3. package/lib/commands/project/convert/source.js.map +1 -1
  4. package/lib/commands/project/delete/source.js +1 -1
  5. package/lib/commands/project/delete/source.js.map +1 -1
  6. package/lib/commands/project/delete/tracking.js +1 -1
  7. package/lib/commands/project/delete/tracking.js.map +1 -1
  8. package/lib/commands/project/deploy/cancel.d.ts +1 -1
  9. package/lib/commands/project/deploy/cancel.js.map +1 -1
  10. package/lib/commands/project/deploy/preview.js.map +1 -1
  11. package/lib/commands/project/deploy/quick.d.ts +1 -1
  12. package/lib/commands/project/deploy/quick.js.map +1 -1
  13. package/lib/commands/project/deploy/start.d.ts +1 -1
  14. package/lib/commands/project/deploy/start.js.map +1 -1
  15. package/lib/commands/project/list/ignored.js.map +1 -1
  16. package/lib/commands/project/reset/tracking.js +2 -1
  17. package/lib/commands/project/reset/tracking.js.map +1 -1
  18. package/lib/commands/project/retrieve/preview.js.map +1 -1
  19. package/lib/commands/project/retrieve/start.d.ts +1 -1
  20. package/lib/commands/project/retrieve/start.js.map +1 -1
  21. package/lib/configMeta.js.map +1 -1
  22. package/lib/formatters/asyncDeployCancelResultFormatter.d.ts +0 -2
  23. package/lib/formatters/asyncDeployCancelResultFormatter.js +2 -2
  24. package/lib/formatters/asyncDeployCancelResultFormatter.js.map +1 -1
  25. package/lib/formatters/asyncDeployResultFormatter.d.ts +0 -2
  26. package/lib/formatters/asyncDeployResultFormatter.js +2 -2
  27. package/lib/formatters/asyncDeployResultFormatter.js.map +1 -1
  28. package/lib/utils/coverage.d.ts +1 -1
  29. package/lib/utils/flags.d.ts +0 -6
  30. package/lib/utils/flags.js +1 -1
  31. package/lib/utils/flags.js.map +1 -1
  32. package/lib/utils/previewOutput.d.ts +0 -1
  33. package/lib/utils/previewOutput.js +1 -1
  34. package/lib/utils/previewOutput.js.map +1 -1
  35. package/lib/utils/types.d.ts +1 -12
  36. package/lib/utils/types.js.map +1 -1
  37. package/oclif.lock +142 -88
  38. package/oclif.manifest.json +2 -61
  39. package/package.json +6 -9
  40. package/lib/commands/deploy.d.ts +0 -31
  41. package/lib/commands/deploy.js +0 -191
  42. package/lib/commands/deploy.js.map +0 -1
  43. package/lib/hooks/deploy.d.ts +0 -4
  44. package/lib/hooks/deploy.js +0 -15
  45. package/lib/hooks/deploy.js.map +0 -1
  46. package/lib/utils/metadataDeployer.d.ts +0 -30
  47. package/lib/utils/metadataDeployer.js +0 -220
  48. package/lib/utils/metadataDeployer.js.map +0 -1
  49. package/messages/deploy.md +0 -90
  50. 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,41 +799,7 @@
746
799
  read-package-json-fast "^3.0.0"
747
800
  which "^3.0.0"
748
801
 
749
- "@oclif/core@^2.15.0":
750
- version "2.15.0"
751
- resolved "https://registry.yarnpkg.com/@oclif/core/-/core-2.15.0.tgz#f27797b30a77d13279fba88c1698fc34a0bd0d2a"
752
- integrity sha512-fNEMG5DzJHhYmI3MgpByTvltBOMyFcnRIUMxbiz2ai8rhaYgaTHMG3Q38HcosfIvtw9nCjxpcQtC8MN8QtVCcA==
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":
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":
784
803
  version "3.16.0"
785
804
  resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.16.0.tgz#682657cb5e4a3262a47e26e0c8a7bf0343acaf76"
786
805
  integrity sha512-/PIz+udzb59XE8O/bQvqlCtXy6RByEHH0KsrAJNa/ZrqtdsLmeDNJcHdgygFHx+nz+PYMoUzsyzJMau++EDNoQ==
@@ -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@^5.2.14":
832
- version "5.2.19"
833
- resolved "https://registry.yarnpkg.com/@oclif/plugin-help/-/plugin-help-5.2.19.tgz#be8019730c6540eefeb30e95fe13ff0b91364bf0"
834
- integrity sha512-gf6/dFtzMJ8RA4ovlBCBGJsZsd4jPXhYWJho+Gh6KmA+Ev9LupoExbE0qT+a2uHJyHEvIg4uX/MBW3qdERD/8g==
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" "^2.15.0"
855
+ "@oclif/core" "^3.15.0"
837
856
 
838
- "@oclif/plugin-not-found@^2.3.32":
839
- version "2.4.1"
840
- resolved "https://registry.yarnpkg.com/@oclif/plugin-not-found/-/plugin-not-found-2.4.1.tgz#c323a66ea876f9786e83139b063bd6b4a64dc613"
841
- integrity sha512-LqW7qpw5Q8ploRiup2jEIMQJXcxHP1tpwj45GApKQMe7GRdGdRdjBT9Tu+U2tdEgMqgMplAIhOsYCx2nc2nMSw==
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" "^2.15.0"
844
- chalk "^4"
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.0":
848
- version "3.0.2"
849
- resolved "https://registry.yarnpkg.com/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz#76d02069c0d5545b5000660460edb6085272cbcd"
850
- integrity sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==
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.3.1"
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.58":
1079
- version "3.0.58"
1080
- resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.58.tgz#2c1e151a4b2d3cca5956554eb4a43bab4fcf27d8"
1081
- integrity sha512-OblBIcOATD1HVorM/A+t2dT3V0FM/CQv2PtCoUA+rHecjGAjtLdzKajPIGw+Z56GCNqLM5keoEglzFGY8HeA4Q==
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.12"
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.12", "@salesforce/sf-plugins-core@^5.0.13":
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,13 +1405,6 @@
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.0":
1377
- version "3.11.0"
1378
- resolved "https://registry.yarnpkg.com/@types/cli-progress/-/cli-progress-3.11.0.tgz#ec79df99b26757c3d1c7170af8422e0fc95eef7e"
1379
- integrity sha512-XhXhBv1R/q2ahF3BM7qT5HLzJNlIL0wbcGyZVjqOTqAybAnsLisd7gy1UCyIqpL+5Iv6XhlSyzjLCnI2sIdbCg==
1380
- dependencies:
1381
- "@types/node" "*"
1382
-
1383
1408
  "@types/expect@^1.20.4":
1384
1409
  version "1.20.4"
1385
1410
  resolved "https://registry.yarnpkg.com/@types/expect/-/expect-1.20.4.tgz#8288e51737bf7e3ab5d7c77bfa695883745264e5"
@@ -1474,10 +1499,19 @@
1474
1499
  resolved "https://registry.yarnpkg.com/@types/mocha/-/mocha-10.0.6.tgz#818551d39113081048bdddbef96701b4e8bb9d1b"
1475
1500
  integrity sha512-dJvrYWxP/UcXm36Qn36fxhUKu8A/xMRXVT2cliFF1Z7UA9liG5Psj3ezNSZw+5puH2czDXRLcXQxf8JbJt0ejg==
1476
1501
 
1477
- "@types/node@*":
1478
- version "20.3.1"
1479
- resolved "https://registry.yarnpkg.com/@types/node/-/node-20.3.1.tgz#e8a83f1aa8b649377bb1fb5d7bac5cb90e784dfe"
1480
- integrity sha512-EhcH/wvidPy1WeML3TtYFGR83UzjxeWRen9V402T8aUGYsCHOmfoisV3ZSg03gAFIbLq8TnWOJ0f4cALtnSEUg==
1502
+ "@types/mute-stream@^0.0.4":
1503
+ version "0.0.4"
1504
+ resolved "https://registry.yarnpkg.com/@types/mute-stream/-/mute-stream-0.0.4.tgz#77208e56a08767af6c5e1237be8888e2f255c478"
1505
+ integrity sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==
1506
+ dependencies:
1507
+ "@types/node" "*"
1508
+
1509
+ "@types/node@*", "@types/node@^20.9.0":
1510
+ version "20.10.6"
1511
+ resolved "https://registry.yarnpkg.com/@types/node/-/node-20.10.6.tgz#a3ec84c22965802bf763da55b2394424f22bfbb5"
1512
+ integrity sha512-Vac8H+NlRNNlAmDfGUP7b5h/KA+AtWIzuXy0E6OyP8f1tCLYAtPvKRRDJjAPqhpCb0t6U2j7/xqAuLEebW2kiw==
1513
+ dependencies:
1514
+ undici-types "~5.26.4"
1481
1515
 
1482
1516
  "@types/node@^12.19.9":
1483
1517
  version "12.20.55"
@@ -1553,6 +1587,11 @@
1553
1587
  "@types/expect" "^1.20.4"
1554
1588
  "@types/node" "*"
1555
1589
 
1590
+ "@types/wrap-ansi@^3.0.0":
1591
+ version "3.0.0"
1592
+ resolved "https://registry.yarnpkg.com/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz#18b97a972f94f60a679fd5c796d96421b9abb9fd"
1593
+ integrity sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==
1594
+
1556
1595
  "@typescript-eslint/eslint-plugin@^6.10.0":
1557
1596
  version "6.11.0"
1558
1597
  resolved "https://registry.yarnpkg.com/@typescript-eslint/eslint-plugin/-/eslint-plugin-6.11.0.tgz#52aae65174ff526576351f9ccd41cea01001463f"
@@ -2531,10 +2570,10 @@ cli-progress@^3.12.0:
2531
2570
  dependencies:
2532
2571
  string-width "^4.2.3"
2533
2572
 
2534
- cli-spinners@^2.5.0:
2535
- version "2.9.0"
2536
- resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.0.tgz#5881d0ad96381e117bbe07ad91f2008fe6ffd8db"
2537
- integrity sha512-4/aL9X3Wh0yiMQlE+eeRhWP6vclO3QRtw1JHKIT0FFUs5FjpFmESqtMvYZ0+lbzBw900b95mS0hohy+qn2VK/g==
2573
+ cli-spinners@^2.5.0, cli-spinners@^2.9.1:
2574
+ version "2.9.2"
2575
+ resolved "https://registry.yarnpkg.com/cli-spinners/-/cli-spinners-2.9.2.tgz#1773a8f4b9c4d6ac31563df53b3fc1d79462fe41"
2576
+ integrity sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==
2538
2577
 
2539
2578
  cli-table@^0.3.1:
2540
2579
  version "0.3.11"
@@ -2548,6 +2587,11 @@ cli-width@^3.0.0:
2548
2587
  resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-3.0.0.tgz#a2f48437a2caa9a22436e794bf071ec9e61cedf6"
2549
2588
  integrity sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==
2550
2589
 
2590
+ cli-width@^4.1.0:
2591
+ version "4.1.0"
2592
+ resolved "https://registry.yarnpkg.com/cli-width/-/cli-width-4.1.0.tgz#42daac41d3c254ef38ad8ac037672130173691c5"
2593
+ integrity sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==
2594
+
2551
2595
  cliui@^6.0.0:
2552
2596
  version "6.0.0"
2553
2597
  resolved "https://registry.yarnpkg.com/cliui/-/cliui-6.0.0.tgz#511d702c0c4e41ca156d7d0e96021f23e13225b1"
@@ -3674,7 +3718,7 @@ faye@1.4.0, faye@^1.4.0:
3674
3718
  tough-cookie "*"
3675
3719
  tunnel-agent "*"
3676
3720
 
3677
- figures@^3.0.0:
3721
+ figures@^3.0.0, figures@^3.2.0:
3678
3722
  version "3.2.0"
3679
3723
  resolved "https://registry.yarnpkg.com/figures/-/figures-3.2.0.tgz#625c18bd293c604dc4a8ddb2febf0c88341746af"
3680
3724
  integrity sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==
@@ -5852,6 +5896,11 @@ mute-stream@0.0.8:
5852
5896
  resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-0.0.8.tgz#1630c42b2251ff81e2a283de96a5497ea92e5e0d"
5853
5897
  integrity sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==
5854
5898
 
5899
+ mute-stream@^1.0.0:
5900
+ version "1.0.0"
5901
+ resolved "https://registry.yarnpkg.com/mute-stream/-/mute-stream-1.0.0.tgz#e31bd9fe62f0aed23520aa4324ea6671531e013e"
5902
+ integrity sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==
5903
+
5855
5904
  nanoid@3.3.3:
5856
5905
  version "3.3.3"
5857
5906
  resolved "https://registry.yarnpkg.com/nanoid/-/nanoid-3.3.3.tgz#fd8e8b7aa761fe807dba2d1b98fb7241bb724a25"
@@ -6276,15 +6325,15 @@ object.values@^1.1.7:
6276
6325
  define-properties "^1.2.0"
6277
6326
  es-abstract "^1.22.1"
6278
6327
 
6279
- oclif@^4.1.0:
6280
- version "4.1.0"
6281
- resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.0.tgz#486004caf6da8af9f5bdda681a616b5b2c180b45"
6282
- integrity sha512-4E6z1HOdUYXHu/cbbSv0gnbFJfR9BGc9Oa+e9l8SkRoicGnrEPMpuZyY2vxWPGwMndN6ijxxuFlVmw1/j+MJpg==
6328
+ oclif@^4.1.3:
6329
+ version "4.1.3"
6330
+ resolved "https://registry.yarnpkg.com/oclif/-/oclif-4.1.3.tgz#07d3a6b16ff7e2e7c3fd06117fd745655c44abce"
6331
+ integrity sha512-9OmzHaOmn58BZZt8S2USh1gW5RFfa69cDfOtXCWUyYrcRdO4wIJ3DPb0xZ3UxHHbPZKsDImuP/A54weFMH2izw==
6283
6332
  dependencies:
6284
- "@oclif/core" "^3.0.4"
6285
- "@oclif/plugin-help" "^5.2.14"
6286
- "@oclif/plugin-not-found" "^2.3.32"
6287
- "@oclif/plugin-warn-if-update-available" "^3.0.0"
6333
+ "@oclif/core" "^3.16.0"
6334
+ "@oclif/plugin-help" "^6.0.9"
6335
+ "@oclif/plugin-not-found" "^3.0.7"
6336
+ "@oclif/plugin-warn-if-update-available" "^3.0.8"
6288
6337
  async-retry "^1.3.3"
6289
6338
  aws-sdk "^2.1231.0"
6290
6339
  change-case "^4"
@@ -6576,7 +6625,7 @@ pascal-case@^3.1.2:
6576
6625
  no-case "^3.0.4"
6577
6626
  tslib "^2.0.3"
6578
6627
 
6579
- password-prompt@^1.1.2, password-prompt@^1.1.3:
6628
+ password-prompt@^1.1.3:
6580
6629
  version "1.1.3"
6581
6630
  resolved "https://registry.yarnpkg.com/password-prompt/-/password-prompt-1.1.3.tgz#05e539f4e7ca4d6c865d479313f10eb9db63ee5f"
6582
6631
  integrity sha512-HkrjG2aJlvF0t2BMH0e2LB/EHf3Lcq3fNMzy4GYHcQblAvOl+QQji1Lx7WRBMqpVK8p+KR7bCg7oqAMXtdgqyw==
@@ -7174,6 +7223,11 @@ run-async@^2.0.0, run-async@^2.4.0:
7174
7223
  resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.4.1.tgz#8440eccf99ea3e70bd409d49aab88e10c189a455"
7175
7224
  integrity sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==
7176
7225
 
7226
+ run-async@^3.0.0:
7227
+ version "3.0.0"
7228
+ resolved "https://registry.yarnpkg.com/run-async/-/run-async-3.0.0.tgz#42a432f6d76c689522058984384df28be379daad"
7229
+ integrity sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==
7230
+
7177
7231
  run-parallel@^1.1.9:
7178
7232
  version "1.2.0"
7179
7233
  resolved "https://registry.yarnpkg.com/run-parallel/-/run-parallel-1.2.0.tgz#66d1368da7bdf921eb9d95bd1a9229e7f21a43ee"
@@ -7399,10 +7453,10 @@ signal-exit@^3.0.0, signal-exit@^3.0.2, signal-exit@^3.0.3, signal-exit@^3.0.7:
7399
7453
  resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-3.0.7.tgz#a9a1767f8af84155114eaabd73f99273c8f59ad9"
7400
7454
  integrity sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==
7401
7455
 
7402
- signal-exit@^4.0.1:
7403
- version "4.0.2"
7404
- resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.0.2.tgz#ff55bb1d9ff2114c13b400688fa544ac63c36967"
7405
- integrity sha512-MY2/qGx4enyjprQnFaZsHib3Yadh3IXyV2C321GY0pjGfVBu4un0uDJkwgdxqO+Rdx8JMT8IfJIRwbYVz3Ob3Q==
7456
+ signal-exit@^4.0.1, signal-exit@^4.1.0:
7457
+ version "4.1.0"
7458
+ resolved "https://registry.yarnpkg.com/signal-exit/-/signal-exit-4.1.0.tgz#952188c1cbd546070e2dd20d0f41c0ae0530cb04"
7459
+ integrity sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==
7406
7460
 
7407
7461
  sigstore@^1.3.0:
7408
7462
  version "1.6.0"
@@ -7931,7 +7985,7 @@ ts-json-schema-generator@^1.5.0:
7931
7985
  safe-stable-stringify "^2.4.3"
7932
7986
  typescript "~5.3.2"
7933
7987
 
7934
- ts-node@^10.8.1, ts-node@^10.9.1, ts-node@^10.9.2:
7988
+ ts-node@^10.8.1, ts-node@^10.9.2:
7935
7989
  version "10.9.2"
7936
7990
  resolved "https://registry.yarnpkg.com/ts-node/-/ts-node-10.9.2.tgz#70f021c9e185bccdca820e26dc413805c101c71f"
7937
7991
  integrity sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==
@@ -7975,7 +8029,7 @@ tslib@^1.9.0:
7975
8029
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-1.14.1.tgz#cf2d38bdc34a134bcaf1091c41f6619e2f672d00"
7976
8030
  integrity sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==
7977
8031
 
7978
- tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.5.0, tslib@^2.6.1, tslib@^2.6.2:
8032
+ tslib@^2, tslib@^2.0.1, tslib@^2.0.3, tslib@^2.1.0, tslib@^2.6.1, tslib@^2.6.2:
7979
8033
  version "2.6.2"
7980
8034
  resolved "https://registry.yarnpkg.com/tslib/-/tslib-2.6.2.tgz#703ac29425e7b37cd6fd456e92404d46d1f3e4ae"
7981
8035
  integrity sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==
@@ -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": "metadataPackage_1704530817859",
205
+ "default": "metadataPackage_1704751753996",
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": "2.2.17"
2812
+ "version": "3.1.0"
2872
2813
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-deploy-retrieve",
3
3
  "description": "deploy and retrieve commands for sf",
4
- "version": "2.2.17",
4
+ "version": "3.1.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
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": "^5.0.13",
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",
@@ -19,13 +19,13 @@
19
19
  "@oclif/plugin-command-snapshot": "^5.0.5",
20
20
  "@salesforce/cli-plugins-testkit": "^5.1.3",
21
21
  "@salesforce/dev-scripts": "^8.2.0",
22
- "@salesforce/plugin-command-reference": "^3.0.58",
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.0",
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/2.2.17.crt",
256
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/2.2.17.sig"
252
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.1.0.crt",
253
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-deploy-retrieve/3.1.0.sig"
257
254
  }
258
255
  }
@@ -1,31 +0,0 @@
1
- import { Hook } from '@oclif/core';
2
- import { Deployer, SfCommand } from '@salesforce/sf-plugins-core';
3
- export declare const DEPLOY_OPTIONS_FILE = "deploy-options.json";
4
- export default class Deploy extends SfCommand<void> {
5
- static readonly summary: string;
6
- static readonly description: string;
7
- static readonly examples: string[];
8
- static enableJsonFlag: boolean;
9
- static state: string;
10
- static readonly hidden = true;
11
- static deprecationOptions: {
12
- version: string;
13
- message: string;
14
- };
15
- static readonly flags: {
16
- interactive: import("@oclif/core/lib/interfaces/parser.js").BooleanFlag<boolean>;
17
- };
18
- run(): Promise<void>;
19
- /**
20
- * If the deploy file exists, we do not want the command to be interactive. But if the file
21
- * does not exist then we want to force the command to be interactive.
22
- */
23
- isInteractive(interactive: boolean): Promise<boolean>;
24
- readOptions(): Promise<Record<string, Deployer.Options>>;
25
- commit(): Promise<void>;
26
- shouldCommit(): Promise<boolean>;
27
- askToSave(): Promise<boolean>;
28
- selectDeployers(deployers: Deployer[]): Promise<Deployer[]>;
29
- checkForHookFailures(hookResults: Hook.Result<Deployer[]>): void;
30
- }
31
- export declare const writeJson: (filename: string, data: Record<string, Deployer.Options>) => Promise<void>;