@maka/maka-cli 4.5.40 → 4.5.41

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 (134) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/tool.js +1 -1
  117. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  118. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  120. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  122. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  124. package/bundle/obf/src/tools/https/https.class.js +1 -1
  125. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  126. package/bundle/obf/src/tools/log/log.class.js +1 -1
  127. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/options/options.class.js +1 -1
  129. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  131. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  134. package/package.json +1 -1
@@ -1 +1 @@
1
- const a76i=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x11d))/0x1+-parseInt(g(0x136))/0x2+parseInt(g(0x132))/0x3*(parseInt(g(0x128))/0x4)+-parseInt(g(0x124))/0x5*(-parseInt(g(0x123))/0x6)+parseInt(g(0x126))/0x7+parseInt(g(0x12c))/0x8+-parseInt(g(0x121))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa51da));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const h=a76d;return a76a[h(0x131)]()[h(0x122)](h(0x11e))[h(0x131)]()[h(0x11f)](a76a)[h(0x122)](h(0x11e));});a76a();function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x11d;let f=c[d];return f;},a76d(a,b);}function a76c(){const k=['maybeProxyCommandToMeteor','5216064QaZXkH','maka\x20--help','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka\x20install\x20meteor','error','toString','117336RcBmLk','maka\x20<command>\x20[<args>]\x20[<opts>]','slice','runSubCommand','659070oXzaYl','302191gQxQEd','(((.+)+)+)+$','constructor','maka','30108915jookVM','search','59952SNpaTz','540bBkAOj','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','8012123eVWniq','fsi','120YlAaef','maka\x20create\x20Todo','findSubCommand'];a76c=function(){return k;};return a76c();}import{Command}from'../command.js';const Maka=new Command({'name':a76i(0x120),'minArgLength':0x1,'shortDesc':a76i(0x125),'validOpts':[],'usage':a76i(0x133),'disableAuthCheck':!![],'examples':[a76i(0x12d),a76i(0x12f),a76i(0x129),'maka\x20run'],'description':a76i(0x12e)},async function(a,b){const j=a76i;try{const c=a[0x0],d=this[j(0x12a)](c);d?this[j(0x135)](c,a[j(0x134)](0x1),b):this[j(0x127)][j(0x12b)]();}catch(f){console[j(0x130)](f),process['exit'](0x1);}});export default Maka;
1
+ const a76i=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=-parseInt(g(0xa9))/0x1+-parseInt(g(0xb5))/0x2*(parseInt(g(0xaa))/0x3)+parseInt(g(0xb8))/0x4*(parseInt(g(0xa6))/0x5)+-parseInt(g(0xaf))/0x6+parseInt(g(0xb6))/0x7*(-parseInt(g(0xac))/0x8)+-parseInt(g(0xa7))/0x9*(-parseInt(g(0xad))/0xa)+parseInt(g(0xb7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xbae82));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const h=a76d;return a76a['toString']()[h(0xb2)](h(0xb3))['toString']()[h(0xb0)](a76a)[h(0xb2)](h(0xb3));});a76a();function a76c(){const k=['20045CneXAN','4491zXuMpn','maka\x20<command>\x20[<args>]\x20[<opts>]','918265UVzFvR','141078pOYbxN','slice','328rAIdom','5570pjWuZo','maka\x20run','6870858RhNmkO','constructor','runSubCommand','search','(((.+)+)+)+$','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','4hRnAuk','92687fahhsw','19809394bWqRPD','1384azSfWB','fsi','maybeProxyCommandToMeteor','exit'];a76c=function(){return k;};return a76c();}import{Command}from'../command.js';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xa3;let f=c[d];return f;},a76d(a,b);}const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a76i(0xb4),'validOpts':[],'usage':a76i(0xa8),'disableAuthCheck':!![],'examples':['maka\x20--help','maka\x20install\x20meteor','maka\x20create\x20Todo',a76i(0xae)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const j=a76i;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[j(0xb1)](c,a[j(0xab)](0x1),b):this[j(0xa3)][j(0xa4)]();}catch(f){console['error'](f),process[j(0xa5)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a77h=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x148))/0x1+parseInt(f(0x150))/0x2+-parseInt(f(0x157))/0x3*(-parseInt(f(0x153))/0x4)+-parseInt(f(0x14d))/0x5+parseInt(f(0x156))/0x6*(-parseInt(f(0x14b))/0x7)+parseInt(f(0x14f))/0x8*(-parseInt(f(0x14c))/0x9)+-parseInt(f(0x151))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x4a1a5));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var g=a77d;return a77a[g(0x14e)]()['search'](g(0x149))[g(0x14e)]()[g(0x155)](a77a)[g(0x15b)](g(0x149));});function a77c(){var j=['415408uhWhwR','(((.+)+)+)+$','murder','35gLBssw','146898AKxmfZ','401295jyrJjO','toString','184Nkdhfl','965876wEjOWP','1782740FuFtft','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','1732jZHnQK','error','constructor','629058uGUoti','3903mAYjaq','create','exit','maka\x20murder','search'];a77c=function(){return j;};return a77c();}a77a();function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x148;var f=c[d];return f;},a77d(a,b);}import{Command}from'../command.js';Command[a77h(0x158)]({'name':a77h(0x14a),'usage':a77h(0x15a),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var i=a77h;try{console['log'](i(0x152),'font-family:\x20monospace');}catch(a){console[i(0x154)](a),process[i(0x159)](0x0);}});
1
+ function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x17e;var f=c[d];return f;},a77d(a,b);}var a77i=a77d;function a77c(){var k=['font-family:\x20monospace','Murrrrderrrrr','murder','8206CCVppA','29907gDuysl','(((.+)+)+)+$','348298gcssEZ','search','49226ZBMvWo','constructor','5DilZMa','4496Mjwmvv','apply','create','error','24gSrgwl','3843fqZBSk','1567846WobxgS','log','2410UQmvrr','3005010bWMcaQ','toString','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','maka\x20murder'];a77c=function(){return k;};return a77c();}(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x184))/0x1+parseInt(f(0x186))/0x2+parseInt(f(0x182))/0x3*(-parseInt(f(0x18d))/0x4)+-parseInt(f(0x188))/0x5*(parseInt(f(0x192))/0x6)+parseInt(f(0x18f))/0x7+-parseInt(f(0x189))/0x8*(-parseInt(f(0x18e))/0x9)+parseInt(f(0x191))/0xa*(parseInt(f(0x181))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6f540));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a[h(0x193)]()[h(0x185)](h(0x183))[h(0x193)]()[h(0x187)](a77a)[h(0x185)]('(((.+)+)+)+$');});a77a();import{Command}from'../command.js';Command[a77i(0x18b)]({'name':a77i(0x180),'usage':a77i(0x195),'maxArgLength':0x1,'shortDesc':a77i(0x17f),'validOpts':[]},async function(){var j=a77i;try{console[j(0x190)](j(0x194),j(0x17e));}catch(a){console[j(0x18c)](a),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a78q=a78d;function a78c(){const s=['proxy','constructor','targetHost','genSSC','maka\x20proxy','join','3749088ayamZk','3287296WNkqid','576122cfngTd','sslconfig','6970923sKVtUn','findGenerator','.csr','(((.+)+)+)+$','isFile','76UxFfPw','help','localhost','1837PcsSlG','maka\x20proxy\x20--target-host\x20http://192.168.1.20','create','invoke','getProjectConfig','listenPort','180210hSfjcn','search','fsi','apply','appName','development','error','toString','.key','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','38822mQNzDO','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','mkKeysDir','6psbJeN','listen','targetPort','createProxyServer','bright','3uckJsr','398540GDlwwH','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','.crt','=>\x20SSL\x20Proxy\x20forwarding\x20'];a78c=function(){return s;};return a78c();}(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0x1af))/0x1*(-parseInt(n(0x1bc))/0x2)+parseInt(n(0x1ba))/0x3+parseInt(n(0x1c3))/0x4*(parseInt(n(0x1b0))/0x5)+parseInt(n(0x1aa))/0x6*(parseInt(n(0x1a7))/0x7)+-parseInt(n(0x1bb))/0x8+parseInt(n(0x1be))/0x9+parseInt(n(0x1cc))/0xa*(-parseInt(n(0x1c6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xf1365));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x1a4)]()[p(0x1cd)](p(0x1c1))[p(0x1a4)]()[p(0x1b5)](a78a)['search']('(((.+)+)+)+$');});a78a();import a78e from'fs';import a78f from'path';import a78g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a78h from'../generators/maka.gen.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a1;let f=c[d];return f;},a78d(a,b);}Command[a78q(0x1c8)]({'name':a78q(0x1b4),'usage':a78q(0x1b8),'mustBeInMakaProject':!![],'validOpts':[a78q(0x1c4),a78q(0x1ac),a78q(0x1cb),a78q(0x1b6)],'maxArgLength':0x1,'shortDesc':a78q(0x1b1),'description':'\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','examples':[a78q(0x1b8),a78q(0x1a6),a78q(0x1c7)]},async function(a,b){const r=a78q,c=this[r(0x1ce)][r(0x1ca)](),d=r(0x1a2),e=this['fsi']['getConfigPath'](d),f=this[r(0x1ce)][r(0x1a9)]({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[r(0x1cb)]?Number(b[r(0x1cb)]):0xd73,i=b['targetHost']?b[r(0x1b6)]:r(0x1c5),j=a78f[r(0x1b9)](f,c[r(0x1a1)]+r(0x1a5)),k=a78f['join'](f,c[r(0x1a1)]+r(0x1b2));if(!this[r(0x1ce)][r(0x1c2)](j)||!this[r(0x1ce)][r(0x1c2)](k)){const m=a78h[r(0x1bf)](r(0x1bd));m&&await m[r(0x1c9)]([r(0x1bd)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x1a1)]+r(0x1a5),'csrName':c[r(0x1a1)]+r(0x1c0),'cwd':f}),SSL[r(0x1b7)]({'keyName':c['appName']+r(0x1a5),'crtName':c['appName']+r(0x1b2),'cwd':f});}if(g===h){Log[r(0x1a3)](r(0x1a8));throw new UsageError();}const l={'ssl':{'key':a78e['readFileSync'](j,'utf8'),'cert':a78e['readFileSync'](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x1ad)](l)[r(0x1ab)](Number(h)),Log[r(0x1ae)](r(0x1b3)+h+'\x20to\x20'+g);});
1
+ const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=parseInt(n(0x1c5))/0x1*(parseInt(n(0x1b9))/0x2)+-parseInt(n(0x1c7))/0x3+-parseInt(n(0x1ac))/0x4*(-parseInt(n(0x1b3))/0x5)+parseInt(n(0x1b5))/0x6+-parseInt(n(0x1c1))/0x7+parseInt(n(0x1c8))/0x8+-parseInt(n(0x1c0))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xcbf7e));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1b6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a['toString']()[p(0x1b8)](p(0x1ba))[p(0x1ad)]()['constructor'](a78a)[p(0x1b8)](p(0x1ba));});a78a();import a78e from'fs';import a78f from'path';import a78g from'http-proxy';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1a7;let f=c[d];return f;},a78d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78c(){const s=['.crt','proxy','genCSR','=>\x20SSL\x20Proxy\x20forwarding\x20','join','4bHaqUy','toString','findGenerator','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','targetPort','maka\x20proxy\x20--target-host\x20http://192.168.1.20','139665dSZphv','create','6028104DbdQhc','apply','\x20to\x20','search','319482knJrjz','(((.+)+)+)+$','getProjectConfig','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','fsi','utf8','sslconfig','2547387orlAEQ','7170289hXSLyj','help','readFileSync','localhost','8ZRYMXI','createProxyServer','2046756sQbfAt','4116248JIKZTh','genSSC','.key','appName','maka\x20proxy','mkKeysDir','isFile','targetHost','development','listenPort'];a78c=function(){return s;};return a78c();}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a78h from'../generators/maka.gen.js';Command[a78q(0x1b4)]({'name':a78q(0x1a8),'usage':a78q(0x1cc),'mustBeInMakaProject':!![],'validOpts':[a78q(0x1c2),a78q(0x1b1),a78q(0x1d1),a78q(0x1cf)],'maxArgLength':0x1,'shortDesc':a78q(0x1b0),'description':a78q(0x1bc),'examples':['maka\x20proxy',a78q(0x1af),a78q(0x1b2)]},async function(a,b){const r=a78q,c=this['fsi'][r(0x1bb)](),d=r(0x1d0),e=this[r(0x1bd)]['getConfigPath'](d),f=this[r(0x1bd)][r(0x1cd)]({'configPath':e}),g=b[r(0x1b1)]?Number(b[r(0x1b1)]):0xbb8,h=b[r(0x1d1)]?Number(b[r(0x1d1)]):0xd73,i=b[r(0x1cf)]?b[r(0x1cf)]:r(0x1c4),j=a78f[r(0x1ab)](f,c[r(0x1cb)]+r(0x1ca)),k=a78f['join'](f,c[r(0x1cb)]+r(0x1a7));if(!this['fsi'][r(0x1ce)](j)||!this[r(0x1bd)]['isFile'](k)){const m=a78h[r(0x1ae)](r(0x1bf));m&&await m['invoke']([r(0x1bf)],{'env':d}),SSL[r(0x1a9)]({'keyName':c['appName']+r(0x1ca),'csrName':c[r(0x1cb)]+'.csr','cwd':f}),SSL[r(0x1c9)]({'keyName':c['appName']+r(0x1ca),'crtName':c[r(0x1cb)]+r(0x1a7),'cwd':f});}if(g===h){Log['error']('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a78e[r(0x1c3)](j,r(0x1be)),'cert':a78e['readFileSync'](k,r(0x1be))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x1c6)](l)['listen'](Number(h)),Log['bright'](r(0x1aa)+h+r(0x1b7)+g);});
@@ -1 +1 @@
1
- const a79p=a79d;function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xa4;let f=c[d];return f;},a79d(a,b);}(function(a,b){const n=a79d,c=a();while(!![]){try{const d=parseInt(n(0xa8))/0x1*(parseInt(n(0xa5))/0x2)+-parseInt(n(0xcd))/0x3*(parseInt(n(0xc5))/0x4)+-parseInt(n(0xc8))/0x5+parseInt(n(0xa9))/0x6*(parseInt(n(0xbd))/0x7)+parseInt(n(0xc4))/0x8+-parseInt(n(0xcb))/0x9*(-parseInt(n(0xbb))/0xa)+parseInt(n(0xb7))/0xb*(-parseInt(n(0xca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x2b915));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const o=a79d;return a79a[o(0xb1)]()[o(0xb3)]('(((.+)+)+)+$')[o(0xb1)]()['constructor'](a79a)[o(0xb3)](o(0xcc));});a79a();import a79e from'fs';import a79f from'path';import{Command}from'../command.js';function a79c(){const r=['176889bmRFej','Reconfigure\x20your\x20deployed\x20applications','getConfigPath','success','ses.json','2NifPnG','~/settings.json','Remote\x20host\x20connection\x20successful','189285XntxKD','1362tKEiBo','notice','join','ssh.json','pm2.config.js','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','uname\x20-a','ping','toString','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','search','scp','env','readFileSync','414909RcNPAR','maka\x20reconfig\x20--env\x20prod','maka\x20reconfig','pm2\x20delete\x20all','10MekfwX','assign','2513USOnCD','~/ses.json','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','reconfig','Checking\x20remote\x20host\x20availability','settings.json','sshSync','2598344zcgknc','24mCkNUj','exit','parse','788335DdwKDr','create','60ksMurs','2546298mdBDrD','(((.+)+)+)+$'];a79c=function(){return r;};return a79c();}import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a79p(0xc9)]({'name':a79p(0xc0),'validOpts':[''],'requiredOpts':[a79p(0xb5)],'mustBeInMakaProject':!![],'usage':a79p(0xb9),'shortDesc':a79p(0xce),'description':a79p(0xbf),'examples':[a79p(0xb8)]},async function(a,b){const q=a79p;try{const c=this['fsi'][q(0xcf)](b['env']),d=a79f[q(0xab)](c,q(0xac)),f=a79e[q(0xb6)](d)['toString'](),g=JSON[q(0xc7)](f);Object[q(0xbc)](g,{'env':c}),Log[q(0xaa)](q(0xc1));const h=SSH[q(0xb0)](q(0xaf),g);if(!h)throw q(0xb2);if(h)Log[q(0xd0)](q(0xa7));const i=a79f[q(0xab)](c,'_keys',q(0xa4));if(a79e['existsSync'](i)){const l={'source':i,'dest':q(0xbe),'verbose':!![]};SSH[q(0xb4)](l,{...g});}const j=a79f[q(0xab)](c,q(0xad));SSH[q(0xb4)]({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a79f[q(0xab)](c,q(0xc2));SSH['scp']({'source':k,'dest':q(0xa6),'verbose':!![]},{...g}),SSH[q(0xc3)](q(0xba),g),await SSH['ssh'](q(0xae),{...g},{'verbose':!![]});}catch(m){console['error'](m),process[q(0xc6)](0x0);}});
1
+ const a79q=a79d;(function(a,b){const n=a79d,c=a();while(!![]){try{const d=-parseInt(n(0x6b))/0x1*(-parseInt(n(0x68))/0x2)+-parseInt(n(0x69))/0x3*(parseInt(n(0x6e))/0x4)+parseInt(n(0x75))/0x5*(parseInt(n(0x82))/0x6)+parseInt(n(0x73))/0x7*(-parseInt(n(0x6f))/0x8)+parseInt(n(0x85))/0x9*(parseInt(n(0x66))/0xa)+-parseInt(n(0x76))/0xb*(-parseInt(n(0x71))/0xc)+parseInt(n(0x7e))/0xd*(-parseInt(n(0x78))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x7a63d));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a79d;if(c){const e=c[o(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const p=a79d;return a79a['toString']()[p(0x7b)]('(((.+)+)+)+$')[p(0x7d)]()['constructor'](a79a)[p(0x7b)]('(((.+)+)+)+$');});a79a();function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x66;let f=c[d];return f;},a79d(a,b);}function a79c(){const s=['3105HERhui','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','apply','getConfigPath','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','ses.json','Reconfigure\x20your\x20deployed\x20applications','_keys','create','success','scp','18530arzErR','readFileSync','38WRbPkn','327PHdjNf','pm2\x20delete\x20all','17295oZWWac','notice','existsSync','11464lcWCMK','7491032QfPQiP','maka\x20reconfig\x20--env\x20prod','1703940UXrWeG','assign','7XIqcYb','join','5ZpRQty','44gfbxCo','error','2884VFfSbf','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','pm2.config.js','search','exit','toString','34723hqETHX','fsi','maka\x20reconfig','settings.json','4586628OdvGQj','env','Remote\x20host\x20connection\x20successful'];a79c=function(){return s;};return a79c();}import a79e from'fs';import a79f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a79q(0x8d)]({'name':'reconfig','validOpts':[''],'requiredOpts':[a79q(0x83)],'mustBeInMakaProject':!![],'usage':a79q(0x80),'shortDesc':a79q(0x8b),'description':a79q(0x89),'examples':[a79q(0x70)]},async function(a,b){const r=a79q;try{const c=this[r(0x7f)][r(0x88)](b[r(0x83)]),d=a79f[r(0x74)](c,'ssh.json'),f=a79e[r(0x67)](d)[r(0x7d)](),g=JSON['parse'](f);Object[r(0x72)](g,{'env':c}),Log[r(0x6c)]('Checking\x20remote\x20host\x20availability');const h=SSH['ping']('uname\x20-a',g);if(!h)throw r(0x79);if(h)Log[r(0x8e)](r(0x84));const i=a79f[r(0x74)](c,r(0x8c),r(0x8a));if(a79e[r(0x6d)](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[r(0x8f)](l,{...g});}const j=a79f[r(0x74)](c,r(0x7a));SSH[r(0x8f)]({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a79f[r(0x74)](c,r(0x81));SSH[r(0x8f)]({'source':k,'dest':'~/settings.json','verbose':!![]},{...g}),SSH['sshSync'](r(0x6a),g),await SSH['ssh'](r(0x86),{...g},{'verbose':!![]});}catch(m){console[r(0x77)](m),process[r(0x7c)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a80d,c=a();while(!![]){try{var d=-parseInt(f(0x6f))/0x1+-parseInt(f(0x73))/0x2+-parseInt(f(0x6e))/0x3+parseInt(f(0x71))/0x4+-parseInt(f(0x6c))/0x5+parseInt(f(0x72))/0x6+-parseInt(f(0x70))/0x7*(-parseInt(f(0x6d))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xdd077));var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0x75)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a[h(0x74)]()[h(0x77)](h(0x76))[h(0x74)]()[h(0x78)](a80a)[h(0x77)](h(0x76));});a80a();import'./run.command.js';function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0x6c;var f=c[d];return f;},a80d(a,b);}import'./docker.sub.cmd.js';function a80c(){var i=['constructor','1557210JEGoeY','16hOxrJU','3509082vgegpJ','1144528RlGudN','9571961pMhvgi','3350328OjlDps','9385734tDYNWJ','3211436opunAN','toString','apply','(((.+)+)+)+$','search'];a80c=function(){return i;};return a80c();}
1
+ function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0x12b;var f=c[d];return f;},a80d(a,b);}(function(a,b){var f=a80d,c=a();while(!![]){try{var d=-parseInt(f(0x12c))/0x1+-parseInt(f(0x132))/0x2*(parseInt(f(0x138))/0x3)+-parseInt(f(0x12e))/0x4*(parseInt(f(0x134))/0x5)+parseInt(f(0x133))/0x6*(-parseInt(f(0x12d))/0x7)+parseInt(f(0x136))/0x8*(parseInt(f(0x131))/0x9)+-parseInt(f(0x139))/0xa+parseInt(f(0x135))/0xb*(parseInt(f(0x130))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x295c5));function a80c(){var i=['2764017ssDppj','335130ScbvmH','209112NXZqlY','5uglIwf','11RMRAKy','8BbvwSo','search','6xHSWYb','1932020DmQUxg','apply','constructor','37594lHGNBU','14bHSBxB','533804NDVzJX','toString','7576572unttMN'];a80c=function(){return i;};return a80c();}var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0x13a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a[h(0x12f)]()[h(0x137)]('(((.+)+)+)+$')[h(0x12f)]()[h(0x12b)](a80a)[h(0x137)]('(((.+)+)+)+$');});a80a();import'./run.command.js';import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a81k=a81d;(function(a,b){const i=a81d,c=a();while(!![]){try{const d=-parseInt(i(0xf0))/0x1*(-parseInt(i(0xf5))/0x2)+-parseInt(i(0xf6))/0x3+parseInt(i(0xfa))/0x4*(-parseInt(i(0xe8))/0x5)+-parseInt(i(0xf9))/0x6+-parseInt(i(0xfd))/0x7*(-parseInt(i(0xe7))/0x8)+-parseInt(i(0xf1))/0x9*(-parseInt(i(0xed))/0xa)+parseInt(i(0xea))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x92a75));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const j=a81d;return a81a['toString']()['search'](j(0x101))[j(0xf3)]()['constructor'](a81a)['search'](j(0x101));});a81a();import a81e from'./run.command.js';import{execSync}from'child_process';import a81f from'path';import a81g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0xe5;let f=c[d];return f;},a81d(a,b);}Command[a81k(0xf8)]({'name':a81k(0xff),'aliases':['d'],'shortDesc':a81k(0xe5),'description':'\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','usage':a81k(0xec),'validOpts':['']},async function(){const l=a81k;try{const a=this[l(0xee)][l(0xf4)](),b=this['fsi'][l(0x100)](l(0xff)),c=a81f[l(0xf2)](b,l(0xfe)),d=a81f['join'](b,l(0x102));Log['notice']('PM2\x20Config\x20File:\x20'+d),Log[l(0xef)](l(0xeb)+c);if(!a81g['existsSync'](c)){const f={'app':a[l(0xe6)],'appFileCase':paramCase(a['appName'])},g=this[l(0xee)]['templateContent']({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this['fsi'][l(0x103)]({'filePath':c,'data':g});}execSync(l(0xf7)+b+l(0xfc),{'stdio':l(0xfb)});}catch(h){process[l(0xe9)](0x1);}},a81e);function a81c(){const m=['3439746hanFCl','4tJcPaa','inherit','\x20up\x20--remove-orphans','331737DpSmmR','docker-compose.yaml','docker','getConfigPath','(((.+)+)+)+$','pm2.config.js','createFile','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','appName','88wpLAwO','3063190OLdVnk','exit','16833553vBLvGK','Docker\x20Compose\x20Path:\x20','maka\x20run\x20docker','4424660iQDsYZ','fsi','notice','141761ddnbjt','9JwORAN','join','toString','getProjectConfig','4Btbesj','2972970WXofJA','docker-compose\x20--project-directory\x20','create'];a81c=function(){return m;};return a81c();}
1
+ const a81k=a81d;function a81c(){const m=['56nRaCAF','docker','docker-compose\x20--project-directory\x20','search','451311VrGRYK','join','10190690xPCOiY','docker-compose.yaml','\x20up\x20--remove-orphans','2260pynVQY','notice','getProjectConfig','927FqsZXF','4368NDwTFO','fsi','1141176cSrIvX','exit','pm2.config.js','appName','getConfigPath','(((.+)+)+)+$','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','constructor','5919570WpuINr','templateContent','3966uxGBhW','config/docker-compose.yaml','450821oXQnbS','inherit'];a81c=function(){return m;};return a81c();}(function(a,b){const i=a81d,c=a();while(!![]){try{const d=parseInt(i(0x7a))/0x1+parseInt(i(0x8f))/0x2*(parseInt(i(0x82))/0x3)+-parseInt(i(0x85))/0x4+-parseInt(i(0x7f))/0x5*(parseInt(i(0x83))/0x6)+-parseInt(i(0x91))/0x7*(-parseInt(i(0x93))/0x8)+parseInt(i(0x8d))/0x9+-parseInt(i(0x7c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x83a36));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const j=a81d;return a81a['toString']()[j(0x96)]('(((.+)+)+)+$')['toString']()[j(0x8c)](a81a)['search'](j(0x8a));});function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x7a;let f=c[d];return f;},a81d(a,b);}a81a();import a81e from'./run.command.js';import{execSync}from'child_process';import a81f from'path';import a81g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a81k(0x94),'aliases':['d'],'shortDesc':a81k(0x8b),'description':'\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','usage':'maka\x20run\x20docker','validOpts':['']},async function(){const l=a81k;try{const a=this[l(0x84)][l(0x81)](),b=this['fsi'][l(0x89)](l(0x94)),c=a81f[l(0x7b)](b,l(0x7d)),d=a81f[l(0x7b)](b,l(0x87));Log[l(0x80)]('PM2\x20Config\x20File:\x20'+d),Log['notice']('Docker\x20Compose\x20Path:\x20'+c);if(!a81g['existsSync'](c)){const f={'app':a[l(0x88)],'appFileCase':paramCase(a[l(0x88)])},g=this[l(0x84)][l(0x8e)]({'srcPath':l(0x90),'context':f})+'\x0a';this['fsi']['createFile']({'filePath':c,'data':g});}execSync(l(0x95)+b+l(0x7e),{'stdio':l(0x92)});}catch(h){process[l(0x86)](0x1);}},a81e);
@@ -1 +1 @@
1
- const a82u=a82d;(function(a,b){const r=a82d,c=a();while(!![]){try{const d=parseInt(r(0xdb))/0x1*(-parseInt(r(0xb6))/0x2)+parseInt(r(0xd6))/0x3*(parseInt(r(0xd3))/0x4)+-parseInt(r(0xbf))/0x5+parseInt(r(0xd2))/0x6*(-parseInt(r(0xc7))/0x7)+-parseInt(r(0xbb))/0x8+parseInt(r(0xc6))/0x9+parseInt(r(0xc0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x26058));function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x9c;let f=c[d];return f;},a82d(a,b);}const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a82d;if(c){const e=c[s(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const t=a82d;return a82a['toString']()['search'](t(0xc9))[t(0xca)]()[t(0xa6)](a82a)[t(0xb5)](t(0xc9));});a82a();import a82e from'path';import a82f from'fs';import a82g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a82c(){const x=['settings.json','filter','Meteor\x20Settings:\x20','46846wZMtyP','mobileServer','invokeMeteorCommand','split','join','Run\x20your\x20Meteor\x20application','findProjectDirectory','run','create','Cannot\x20find\x20Node\x20Environment\x20File:\x20','apply','constructor','findSubCommand','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','local','fsi','ios','verbose','extraPackages','length','compareMakaToLatest','env','docker','Node\x20Env\x20Config:\x20','forEach','splice','search','2PUvWky','--production','--settings','concat','error','778296OemMrt','port','notice','warn','823025ETLxha','2627840JoftGz','autoupdate','checkMeteorPackage','push','argv','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','1162305AJnCAo','7LJpLck','production','(((.+)+)+)+$','toString','exit','inspect','isFile','runSubCommand','.meteor','settings','app','883788ksjOHz','879372NHVRgB','allowIncompatibleUpdate','--env','3GmReUW','sep'];a82c=function(){return x;};return a82c();}const syncSource=function(a){a82f['openSync'](a,'r'),a82g['config']({'path':a});},Run=Command[a82u(0xa3)]({'name':a82u(0xa2),'mustBeInMakaProject':!![],'shortDesc':a82u(0xa0),'description':'\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','validOpts':[a82u(0xb0),'docker','r','rawLogs','p',a82u(0xbc),'i',a82u(0xcc),'m',a82u(0x9c),'v',a82u(0xac),a82u(0xd4),a82u(0xad),'x','exclude-archs',a82u(0xc8)]},async function(a,b){const v=a82u;try{const c=this[v(0xaa)][v(0xa1)]();!this[v(0xaa)][v(0xc2)]('autoupdate')&&(Log[v(0xbd)]('Verifying\x20meteor\x20package\x20requirements\x20...'),await this[v(0xaa)]['installMeteorPackage'](v(0xc1),{'cwd':c}));const d=a[0x0],f=this[v(0xa7)](d);f&&this[v(0xce)](d,a,b);if(d===v(0xab)){const n=this[v(0xaa)][v(0xa1)](),o=a82e[v(0x9f)](n,v(0xd1),v(0xcf),v(0xa9),'cordova-build');this['fsi']['isDirectory'](o)&&await rimraf(o);}if(b['mobile-server']&&b['mobile-server']===!![]||b['m']&&b['m']===!![])throw v(0xc5);await this[v(0xaa)][v(0xaf)]();const g=b[v(0xb0)]?b[v(0xb0)]:'development',h=this[v(0xaa)]['getConfigPath'](g),i=a82e[v(0x9f)](h,'process.env');let j=a82e[v(0x9f)](h,v(0xd8));b['settings']?j=b[v(0xd0)]:j=a82e['join'](h,v(0xd8));if(this[v(0xaa)]['isFile'](i)&&!b['docker'])Log['notice'](v(0xb2)+i),syncSource(i);else!b[v(0xb1)]&&Log['warn'](v(0xa4)+i);this[v(0xaa)][v(0xcd)](j)?(Log[v(0xbd)](v(0xda)+j),a=a[v(0xb9)]([v(0xb8),j])):Log[v(0xbe)](v(0xa8)+j);const k=h[v(0x9e)](a82e[v(0xd7)]),l=k[k[v(0xae)]-0x1];l===v(0xc8)&&a[v(0xc3)](v(0xb7));const m=process[v(0xc4)]['slice'](0x2)[v(0xd9)](p=>p!==v(0xa2))['filter'](p=>p!==a[0x0]);m[v(0xb3)]((p,q)=>{const w=v;p===w(0xd5)&&m[w(0xb4)](q,0x2),p==='-e'&&m[w(0xb4)](q,0x2);}),this[v(0xaa)][v(0x9d)](v(0xa2),a[v(0xb9)](m));}catch(p){console[v(0xba)](p),process[v(0xcb)](0x1);}});export default Run;
1
+ function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x1e1;let f=c[d];return f;},a82d(a,b);}const a82v=a82d;(function(a,b){const r=a82d,c=a();while(!![]){try{const d=-parseInt(r(0x213))/0x1+-parseInt(r(0x21e))/0x2*(-parseInt(r(0x222))/0x3)+-parseInt(r(0x205))/0x4+-parseInt(r(0x215))/0x5*(-parseInt(r(0x1e5))/0x6)+parseInt(r(0x225))/0x7+-parseInt(r(0x1e9))/0x8*(-parseInt(r(0x220))/0x9)+-parseInt(r(0x203))/0xa*(parseInt(r(0x204))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x99ca3));function a82c(){const y=['port','942844wnvwtY','apply','78365jkFOlu','findSubCommand','Verifying\x20meteor\x20package\x20requirements\x20...','mobileServer','autoupdate','notice','inspect','split','docker','58cglZNb','openSync','187794ZhOnag','warn','7842mfrNCd','--env','compareMakaToLatest','6034385igqbSK','exclude-archs','extraPackages','Node\x20Env\x20Config:\x20','allowIncompatibleUpdate','argv','54MYUvxh','installMeteorPackage','slice','search','328lXqADw','local','ios','splice','toString','findProjectDirectory','error','invokeMeteorCommand','development','verbose','--settings','--production','Run\x20your\x20Meteor\x20application','concat','join','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','cordova-build','Cannot\x20find\x20Node\x20Environment\x20File:\x20','length','process.env','settings','run','getConfigPath','config','fsi','\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','10GHZkLo','3165701UonXnT','295464noCVxR','(((.+)+)+)+$','constructor','create','settings.json','checkMeteorPackage','Meteor\x20Settings:\x20','filter','isFile','runSubCommand','app','env','sep'];a82c=function(){return y;};return a82c();}const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a82d;if(c){const e=c[s(0x214)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const t=a82d;return a82a[t(0x1ed)]()[t(0x1e8)](t(0x206))[t(0x1ed)]()[t(0x207)](a82a)[t(0x1e8)](t(0x206));});a82a();import a82e from'path';import a82f from'fs';import a82g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const u=a82d;a82f[u(0x21f)](a,'r'),a82g[u(0x200)]({'path':a});},Run=Command[a82v(0x208)]({'name':a82v(0x1fe),'mustBeInMakaProject':!![],'shortDesc':a82v(0x1f5),'description':a82v(0x202),'validOpts':[a82v(0x210),a82v(0x21d),'r','rawLogs','p',a82v(0x212),'i',a82v(0x21b),'m',a82v(0x218),'v',a82v(0x1f2),a82v(0x1e3),a82v(0x1e1),'x',a82v(0x226),'production']},async function(a,b){const w=a82v;try{const c=this[w(0x201)][w(0x1ee)]();!this[w(0x201)][w(0x20a)](w(0x219))&&(Log[w(0x21a)](w(0x217)),await this[w(0x201)][w(0x1e6)]('autoupdate',{'cwd':c}));const d=a[0x0],f=this[w(0x216)](d);f&&this[w(0x20e)](d,a,b);if(d===w(0x1eb)){const n=this[w(0x201)][w(0x1ee)](),o=a82e['join'](n,w(0x20f),'.meteor',w(0x1ea),w(0x1f9));this[w(0x201)]['isDirectory'](o)&&await rimraf(o);}if(b['mobile-server']&&b['mobile-server']===!![]||b['m']&&b['m']===!![])throw w(0x1f8);await this['fsi'][w(0x224)]();const g=b['env']?b[w(0x210)]:w(0x1f1),h=this[w(0x201)][w(0x1ff)](g),i=a82e[w(0x1f7)](h,w(0x1fc));let j=a82e['join'](h,'settings.json');b[w(0x1fd)]?j=b[w(0x1fd)]:j=a82e[w(0x1f7)](h,w(0x209));if(this[w(0x201)][w(0x20d)](i)&&!b[w(0x21d)])Log[w(0x21a)](w(0x1e2)+i),syncSource(i);else!b[w(0x21d)]&&Log[w(0x221)](w(0x1fa)+i);this[w(0x201)][w(0x20d)](j)?(Log['notice'](w(0x20b)+j),a=a[w(0x1f6)]([w(0x1f3),j])):Log['warn']('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+j);const k=h[w(0x21c)](a82e[w(0x211)]),l=k[k[w(0x1fb)]-0x1];l==='production'&&a['push'](w(0x1f4));const m=process[w(0x1e4)][w(0x1e7)](0x2)[w(0x20c)](p=>p!==w(0x1fe))[w(0x20c)](p=>p!==a[0x0]);m['forEach']((p,q)=>{const x=w;p===x(0x223)&&m[x(0x1ec)](q,0x2),p==='-e'&&m[x(0x1ec)](q,0x2);}),this[w(0x201)][w(0x1f0)](w(0x1fe),a[w(0x1f6)](m));}catch(p){console[w(0x1ef)](p),process['exit'](0x1);}});export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a83d,c=a();while(!![]){try{var d=-parseInt(f(0x1ce))/0x1*(-parseInt(f(0x1d0))/0x2)+parseInt(f(0x1d1))/0x3+-parseInt(f(0x1d2))/0x4+parseInt(f(0x1cf))/0x5+parseInt(f(0x1d7))/0x6+-parseInt(f(0x1d4))/0x7*(-parseInt(f(0x1cc))/0x8)+-parseInt(f(0x1d3))/0x9*(parseInt(f(0x1cd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xac850));var a83b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a83d;if(c){var e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){var h=a83d;return a83a[h(0x1d6)]()['search'](h(0x1d5))['toString']()[h(0x1ca)](a83a)[h(0x1cb)](h(0x1d5));});a83a();import'./set.command.js';function a83c(){var i=['constructor','search','355088fiuvRA','10XvpZca','333804NzhlYD','2147590ucXNSS','2hTaxcw','1086963TgRkTU','4211992dAaCvw','7773993LRKHNQ','203yTNBxj','(((.+)+)+)+$','toString','1263468uPnEbW','apply'];a83c=function(){return i;};return a83c();}import'./global.sub.cmd.js';function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0x1ca;var f=c[d];return f;},a83d(a,b);}import'./local.sub.cmd.js';
1
+ (function(a,b){var f=a83d,c=a();while(!![]){try{var d=-parseInt(f(0x185))/0x1*(-parseInt(f(0x190))/0x2)+parseInt(f(0x18e))/0x3*(-parseInt(f(0x18a))/0x4)+-parseInt(f(0x182))/0x5+parseInt(f(0x191))/0x6*(parseInt(f(0x18f))/0x7)+-parseInt(f(0x183))/0x8+parseInt(f(0x18b))/0x9*(-parseInt(f(0x18c))/0xa)+parseInt(f(0x18d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x8b266));var a83b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a83d;if(c){var e=c[g(0x187)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){var h=a83d;return a83a[h(0x186)]()[h(0x184)](h(0x189))[h(0x186)]()[h(0x188)](a83a)[h(0x184)](h(0x189));});a83a();import'./set.command.js';function a83c(){var i=['42722812RaeZlc','2997822MZprPU','1133965uzZTxb','64dbqAtc','6isVRHz','5367275NEouch','3614512HZAhbW','search','1477TktsgG','toString','apply','constructor','(((.+)+)+)+$','4HbxtOd','1797570lKQiIf','50ZPXPWn'];a83c=function(){return i;};return a83c();}function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0x182;var f=c[d];return f;},a83d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a84k=a84d;function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x18b;let f=c[d];return f;},a84d(a,b);}(function(a,b){const h=a84d,c=a();while(!![]){try{const d=-parseInt(h(0x1a2))/0x1*(-parseInt(h(0x1a6))/0x2)+-parseInt(h(0x19f))/0x3*(-parseInt(h(0x19e))/0x4)+parseInt(h(0x1b8))/0x5*(-parseInt(h(0x1af))/0x6)+-parseInt(h(0x1b7))/0x7*(parseInt(h(0x1a7))/0x8)+parseInt(h(0x1a9))/0x9+parseInt(h(0x1ac))/0xa*(parseInt(h(0x1b4))/0xb)+-parseInt(h(0x196))/0xc*(parseInt(h(0x19d))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x49d92));function a84c(){const m=['128879vFlNpF','help','openai','Set\x20allowInsecure:\x20','2uBeyvE','808vCXJYq','Set\x20workspace:\x20','2335032yTvEJb','maka\x20set:gc\x20--insecure\x20<path>','exit','3331190JqTSxP','constructor','isFile','1365564qwmegN','success','create','Set\x20CA\x20Cert\x20Path:\x20','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','11EBZSin','boolean','global-config','24290PQZIKJ','5ZCtyKb','apply','allowInsecure','fsi','setGlobalConfig','One\x20or\x20the\x20other\x20buddy','maka\x20set:gc\x20--workspace\x20<path>','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','cacert','search','Could\x20not\x20find\x20directory','isDirectory','resolve','5273904MwvhMt','maka\x20set:global-config\x20--cacert\x20<path>','disallowInsecure','Set\x20global\x20Maka-CLI\x20settings','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','workspace','error','13RPWJMk','299296cgowXY','24lBQhWI','toString','(((.+)+)+)+$'];a84c=function(){return m;};return a84c();}const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a84d;if(c){const e=c[i(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const j=a84d;return a84a[j(0x1a0)]()[j(0x192)](j(0x1a1))[j(0x1a0)]()[j(0x1ad)](a84a)[j(0x192)]('(((.+)+)+)+$');});a84a();import a84e from'path';import a84f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a84k(0x1b1)]({'name':a84k(0x1b6),'usage':'maka\x20set:global-config\x20<args>','aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a84k(0x191),a84k(0x18b),a84k(0x198),a84k(0x19b),'openai',a84k(0x1a3)],'shortDesc':a84k(0x199),'description':a84k(0x1b3),'examples':[a84k(0x197),a84k(0x1aa),a84k(0x18f)]},async function(a,b){const l=a84k;try{if(b[l(0x191)]){if(this[l(0x18c)][l(0x1ae)](b[l(0x191)]))this[l(0x18c)][l(0x18d)]({'cert':b[l(0x191)]}),Log[l(0x1b0)](l(0x1b2)+b[l(0x191)]);else{const c=typeof b['cacert']===l(0x1b5)?l(0x190):l(0x19a)+b[l(0x191)];throw Log['error'](c);}}if(b[l(0x19b)]){const d=this[l(0x18c)][l(0x194)](b['workspace']);if(d)this['fsi'][l(0x18d)]({'workspace':a84e[l(0x195)](b[l(0x19b)])}),Log[l(0x1b0)](l(0x1a8)+a84e['resolve'](b[l(0x19b)]));else throw Log[l(0x19c)](l(0x193));}b[l(0x1a4)]&&(this[l(0x18c)][l(0x18d)]({'openai':b['openai']}),Log[l(0x1b0)]('Set\x20OpenAI\x20Key:\x20'+b[l(0x1a4)]));if(b['allowInsecure']){if(b['allowInsecure']&&b[l(0x198)])throw Log[l(0x19c)](l(0x18e));let f=b[l(0x18b)];b[l(0x198)]&&(f=![]),this['fsi'][l(0x18d)]({'allowInsecure':f}),Log[l(0x1b0)](l(0x1a5)+f);}process[l(0x1ab)](0x0);}catch(g){console[l(0x19c)](g),process[l(0x1ab)](0x0);}},a84f);
1
+ const a84k=a84d;(function(a,b){const h=a84d,c=a();while(!![]){try{const d=-parseInt(h(0xe6))/0x1+-parseInt(h(0xda))/0x2+parseInt(h(0xe0))/0x3*(parseInt(h(0xdf))/0x4)+parseInt(h(0xcf))/0x5*(-parseInt(h(0xd9))/0x6)+-parseInt(h(0xc5))/0x7+-parseInt(h(0xea))/0x8+-parseInt(h(0xc9))/0x9*(-parseInt(h(0xd4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xf3a54));const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a84d;if(c){const e=c[i(0xe1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const j=a84d;return a84a[j(0xdc)]()[j(0xcd)](j(0xdb))[j(0xdc)]()['constructor'](a84a)['search']('(((.+)+)+)+$');});a84a();import a84e from'path';import a84f from'./set.command.js';function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0xc5;let f=c[d];return f;},a84d(a,b);}import{Command}from'../../command.js';function a84c(){const m=['3147184UnsGwm','(((.+)+)+)+$','toString','exit','maka\x20set:global-config\x20<args>','5419528MnGWMz','3fHwxQu','apply','fsi','help','Set\x20allowInsecure:\x20','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','235121tRHQGX','Set\x20OpenAI\x20Key:\x20','resolve','isFile','13230408vhheUO','5982956gZtoag','success','setGlobalConfig','error','46117611plOlvo','cacert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','create','search','allowInsecure','5ErXXqO','boolean','openai','workspace','maka\x20set:gc\x20--workspace\x20<path>','10lDSuJI','disallowInsecure','Set\x20global\x20Maka-CLI\x20settings','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','One\x20or\x20the\x20other\x20buddy','6983202kGcCqU'];a84c=function(){return m;};return a84c();}import{Log}from'../../tools/log/log.class.js';Command[a84k(0xcc)]({'name':'global-config','usage':a84k(0xde),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a84k(0xca),a84k(0xce),a84k(0xd5),'workspace',a84k(0xd1),a84k(0xe3)],'shortDesc':a84k(0xd6),'description':a84k(0xd7),'examples':['maka\x20set:global-config\x20--cacert\x20<path>','maka\x20set:gc\x20--insecure\x20<path>',a84k(0xd3)]},async function(a,b){const l=a84k;try{if(b[l(0xca)]){if(this[l(0xe2)][l(0xe9)](b[l(0xca)]))this[l(0xe2)][l(0xc7)]({'cert':b['cacert']}),Log['success']('Set\x20CA\x20Cert\x20Path:\x20'+b['cacert']);else{const c=typeof b['cacert']===l(0xd0)?l(0xe5):l(0xcb)+b[l(0xca)];throw Log[l(0xc8)](c);}}if(b['workspace']){const d=this[l(0xe2)]['isDirectory'](b[l(0xd2)]);if(d)this[l(0xe2)]['setGlobalConfig']({'workspace':a84e[l(0xe8)](b[l(0xd2)])}),Log[l(0xc6)]('Set\x20workspace:\x20'+a84e['resolve'](b[l(0xd2)]));else throw Log[l(0xc8)]('Could\x20not\x20find\x20directory');}b[l(0xd1)]&&(this[l(0xe2)][l(0xc7)]({'openai':b[l(0xd1)]}),Log['success'](l(0xe7)+b[l(0xd1)]));if(b[l(0xce)]){if(b[l(0xce)]&&b[l(0xd5)])throw Log['error'](l(0xd8));let f=b['allowInsecure'];b[l(0xd5)]&&(f=![]),this[l(0xe2)][l(0xc7)]({'allowInsecure':f}),Log['success'](l(0xe4)+f);}process[l(0xdd)](0x0);}catch(g){console[l(0xc8)](g),process[l(0xdd)](0x0);}},a84f);
@@ -1 +1 @@
1
- var a85i=a85d;(function(a,b){var f=a85d,c=a();while(!![]){try{var d=-parseInt(f(0x11b))/0x1+-parseInt(f(0x11a))/0x2+-parseInt(f(0x10c))/0x3+-parseInt(f(0x10f))/0x4*(-parseInt(f(0x119))/0x5)+parseInt(f(0x116))/0x6+parseInt(f(0x112))/0x7+parseInt(f(0x114))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x64e59));function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0x10c;var f=c[d];return f;},a85d(a,b);}var a85b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a85d;if(c){var e=c[g(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){var h=a85d;return a85a[h(0x115)]()['search'](h(0x10d))[h(0x115)]()['constructor'](a85a)[h(0x118)](h(0x10d));});a85a();import a85e from'./set.command.js';function a85c(){var k=['create','1740328QtNlVP','toString','3368034RCzYsR','apply','search','5WQdxhf','214216aNOJPu','616830jDbKHu','Sorry,\x20not\x20implemented\x20yet','Set\x20local\x20maka\x20app\x20settings','1879353UJrWQg','(((.+)+)+)+$','notice','1928716XTYrjk','maka\x20set:local-config\x20<opts>','local-config','3518221UymdLV'];a85c=function(){return k;};return a85c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a85i(0x113)]({'name':a85i(0x111),'usage':a85i(0x110),'examples':['maka\x20set:lc\x20<opts>','maka\x20set:local-config\x20<opts>'],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a85i(0x11d),'validOpts':[],'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},async function(){var j=a85i;Log[j(0x10e)](j(0x11c));},a85e);
1
+ var a85i=a85d;(function(a,b){var f=a85d,c=a();while(!![]){try{var d=-parseInt(f(0x1ee))/0x1+parseInt(f(0x1f3))/0x2+parseInt(f(0x1f9))/0x3*(parseInt(f(0x1f0))/0x4)+-parseInt(f(0x1ff))/0x5+-parseInt(f(0x1fd))/0x6+-parseInt(f(0x1fb))/0x7+-parseInt(f(0x1f2))/0x8*(-parseInt(f(0x1f1))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x80404));function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a85d(a,b);}var a85b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a85d;if(c){var e=c[g(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){var h=a85d;return a85a[h(0x1ed)]()['search']('(((.+)+)+)+$')[h(0x1ed)]()[h(0x1ef)](a85a)[h(0x1fc)]('(((.+)+)+)+$');});a85a();import a85e from'./set.command.js';function a85c(){var k=['284256ItSlTB','search','1257918ZoDhZm','Sorry,\x20not\x20implemented\x20yet','4568575VhJHDN','toString','648836JeoetL','constructor','4652MzHnfk','337671VlsQFT','248dzOiWw','1777882jLikji','maka\x20set:local-config\x20<opts>','notice','Set\x20local\x20maka\x20app\x20settings','create','apply','738zlzUwj','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'];a85c=function(){return k;};return a85c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a85i(0x1f7)]({'name':'local-config','usage':a85i(0x1f4),'examples':['maka\x20set:lc\x20<opts>',a85i(0x1f4)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a85i(0x1f6),'validOpts':[],'description':a85i(0x1fa)},async function(){var j=a85i;Log[j(0x1f5)](j(0x1fe));},a85e);
@@ -1 +1 @@
1
- const a86i=a86d;(function(a,b){const f=a86d,c=a();while(!![]){try{const d=parseInt(f(0xb0))/0x1+-parseInt(f(0xb2))/0x2*(-parseInt(f(0xc0))/0x3)+parseInt(f(0xb3))/0x4*(-parseInt(f(0xb9))/0x5)+parseInt(f(0xb4))/0x6+parseInt(f(0xbf))/0x7+parseInt(f(0xb6))/0x8+-parseInt(f(0xbb))/0x9*(parseInt(f(0xbe))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x57d5d));function a86c(){const j=['Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','205133TugVCC','search','2uXqIhX','4EIKLUh','2421846HNnqNY','constructor','4483144uPufVm','(((.+)+)+)+$','set','3439845hyrziG','maka\x20set:<sub-command>\x20<opts>','45gAlPuO','apply','toString','1611580DVLLxp','2821574kbDrLh','843849ZaRdsU'];a86c=function(){return j;};return a86c();}const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a86d;if(c){const e=c[g(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const h=a86d;return a86a[h(0xbd)]()['search']('(((.+)+)+)+$')[h(0xbd)]()[h(0xb5)](a86a)[h(0xb1)](h(0xb7));});a86a();function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0xb0;let f=c[d];return f;},a86d(a,b);}import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command['create']({'name':a86i(0xb8),'usage':a86i(0xba),'minArgLength':0x1,'shortDesc':a86i(0xc1),'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','validOpts':[]},async function(a,b){const c=a[0x0];if(b['help'])throw new UsageError();const d=this['findSubCommand'](c);d&&this['runSubCommand'](c,a,b);});export default SetCommand;
1
+ function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1ca;let f=c[d];return f;},a86d(a,b);}const a86i=a86d;(function(a,b){const f=a86d,c=a();while(!![]){try{const d=-parseInt(f(0x1d7))/0x1*(parseInt(f(0x1cd))/0x2)+-parseInt(f(0x1d8))/0x3*(-parseInt(f(0x1d9))/0x4)+parseInt(f(0x1cf))/0x5+parseInt(f(0x1dc))/0x6*(-parseInt(f(0x1cb))/0x7)+parseInt(f(0x1d2))/0x8+-parseInt(f(0x1d5))/0x9+parseInt(f(0x1d3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x5775b));function a86c(){const k=['constructor','apply','2991376RONArc','8218610mLaZbC','toString','6083028hhJYog','(((.+)+)+)+$','33AJlGrn','399555qVWTrv','12RBGCOc','help','create','24RMWLwU','runSubCommand','search','680197JWwujI','set','19014sODRqU','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','706020vKDpzU'];a86c=function(){return k;};return a86c();}const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a86d;if(c){const e=c[g(0x1d1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const h=a86d;return a86a[h(0x1d4)]()[h(0x1ca)](h(0x1d6))['toString']()[h(0x1d0)](a86a)[h(0x1ca)](h(0x1d6));});a86a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a86i(0x1db)]({'name':a86i(0x1cc),'usage':'maka\x20set:<sub-command>\x20<opts>','minArgLength':0x1,'shortDesc':'Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','description':a86i(0x1ce),'validOpts':[]},async function(a,b){const j=a86i,c=a[0x0];if(b[j(0x1da)])throw new UsageError();const d=this['findSubCommand'](c);d&&this[j(0x1dd)](c,a,b);});export default SetCommand;
@@ -1 +1 @@
1
- const a87m=a87d;function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x115;let f=c[d];return f;},a87d(a,b);}(function(a,b){const j=a87d,c=a();while(!![]){try{const d=-parseInt(j(0x134))/0x1*(-parseInt(j(0x129))/0x2)+parseInt(j(0x11d))/0x3*(parseInt(j(0x12d))/0x4)+-parseInt(j(0x123))/0x5*(-parseInt(j(0x11c))/0x6)+parseInt(j(0x121))/0x7*(-parseInt(j(0x11b))/0x8)+-parseInt(j(0x125))/0x9+parseInt(j(0x117))/0xa+-parseInt(j(0x118))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xdecea));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a87d;if(c){const e=c[k(0x11f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const l=a87d;return a87a[l(0x12f)]()[l(0x116)](l(0x130))[l(0x12f)]()['constructor'](a87a)[l(0x116)](l(0x130));});a87a();function a87c(){const o=['maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','26056inpnFQ','84PKLyuS','842739uhCkuH','fsi','apply','readFileSync','7pVUfUA','maka\x20ssh\x20--env\x20staging','203230KVbolf','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','8098533whfjNL','env','getConfigPath','error','22226PZhdLy','parse','exit','assign','12RAaPyt','create','toString','(((.+)+)+)+$','maka\x20ssh\x20--env\x20prod','ssh.json','length','71RhNwMY','join','search','1133090UatCpv','5482433tnEqmb','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22'];a87c=function(){return o;};return a87c();}import a87e from'fs';import a87f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a87m(0x12e)]({'name':'ssh','usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a87m(0x126)],'validOpts':['env','v'],'shortDesc':a87m(0x124),'examples':['maka\x20ssh\x20--env\x20dev',a87m(0x122),a87m(0x131),'maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22',a87m(0x11a),a87m(0x119)]},async function(a,b){const n=a87m;try{const c=this[n(0x11e)][n(0x127)](b[n(0x126)]);let d='';a[n(0x133)]>0x0&&(d=a[0x0]);const f=a87f[n(0x115)](c,n(0x132)),g=a87e[n(0x120)](f)[n(0x12f)](),h=JSON[n(0x12a)](g);Object[n(0x12c)](h,{'env':c}),SSH['sshSync'](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x128)](i),process[n(0x12b)](0x0);}});
1
+ const a87m=a87d;function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0xed;let f=c[d];return f;},a87d(a,b);}(function(a,b){const j=a87d,c=a();while(!![]){try{const d=parseInt(j(0xf6))/0x1+-parseInt(j(0xf0))/0x2*(parseInt(j(0xfa))/0x3)+-parseInt(j(0x102))/0x4+-parseInt(j(0x10a))/0x5+-parseInt(j(0x103))/0x6*(-parseInt(j(0x101))/0x7)+parseInt(j(0x106))/0x8*(parseInt(j(0xef))/0x9)+-parseInt(j(0xfc))/0xa*(parseInt(j(0x105))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x74401));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a87d;if(c){const e=c[k(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const l=a87d;return a87a[l(0xf1)]()[l(0xfe)](l(0x107))[l(0xf1)]()[l(0xee)](a87a)['search'](l(0x107));});function a87c(){const o=['toString','exit','maka\x20ssh\x20--env\x20staging','create','fsi','754345iqYLVi','length','error','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','6WkIBHE','env','5785330uCurMF','assign','search','ssh.json','apply','3962686GeOhwW','220364iXhPsN','6ZBGCyt','maka\x20ssh\x20--env\x20prod','11thOQGS','6840752PtWvDZ','(((.+)+)+)+$','readFileSync','join','1789280qvYdQR','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','constructor','9gfrddh','707896rzlXDL'];a87c=function(){return o;};return a87c();}a87a();import a87e from'fs';import a87f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a87m(0xf4)]({'name':'ssh','usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':[a87m(0xfb),'v'],'shortDesc':'Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','examples':['maka\x20ssh\x20--env\x20dev',a87m(0xf3),a87m(0x104),a87m(0xf9),a87m(0xed),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22']},async function(a,b){const n=a87m;try{const c=this[n(0xf5)]['getConfigPath'](b['env']);let d='';a[n(0xf7)]>0x0&&(d=a[0x0]);const f=a87f[n(0x109)](c,n(0xff)),g=a87e[n(0x108)](f)[n(0xf1)](),h=JSON['parse'](g);Object[n(0xfd)](h,{'env':c}),SSH['sshSync'](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0xf8)](i),process[n(0xf2)](0x0);}});
@@ -1 +1 @@
1
- const a88y=a88d;(function(a,b){const v=a88d,c=a();while(!![]){try{const d=-parseInt(v(0x218))/0x1*(-parseInt(v(0x21b))/0x2)+parseInt(v(0x21c))/0x3+-parseInt(v(0x215))/0x4+parseInt(v(0x20b))/0x5+-parseInt(v(0x1f1))/0x6*(-parseInt(v(0x1f8))/0x7)+parseInt(v(0x22e))/0x8*(parseInt(v(0x232))/0x9)+parseInt(v(0x1f5))/0xa*(-parseInt(v(0x1f9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x6e288));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a88d;if(c){const e=c[w(0x213)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const x=a88d;return a88a[x(0x22f)]()[x(0x22a)](x(0x226))[x(0x22f)]()[x(0x227)](a88a)[x(0x22a)](x(0x226));});a88a();import a88e from'fs';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a88d(a,b);}import a88f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';function a88c(){const A=['The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','Please\x20provide\x20a\x20command.','env','1045185xSpLpr','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','notice','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','email','uname\x20-a','join','exit','apply','domainNames','1111500yFkViA','generate-ssc','sudo\x20snap\x20install\x20--classic\x20certbot','208479XcejOI','success','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','2tXRnAA','2137389kYfGYP','letsencrypt','Using\x20saved\x20letsencrypt\x20config','emailUpdate','maka\x20ssl\x20[command]','error','Verifying\x20Letsencrypt\x20configuration','ping','parse','.csr','(((.+)+)+)+$','constructor','existsSync','genCSR','search','generate-csr','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','fsi','6630656qQJZsd','toString','Checking\x20remote\x20host\x20availability','ssh','9lFGLrq','6ERxULM','.key','readFileSync','withSpinner','544070AESmii','assign','getConfigPath','3959921atGSgk','363mqGijV','letsencrypt.json','create','[?]\x20Domains\x20to\x20register:\x20','/ssh.json','maka\x20ssl\x20--env\x20dev\x20generate-csr','ssl','\x20--email\x20','domains','ask','writeFileSync','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','stringify','getProjectConfig','appName'];a88c=function(){return A;};return a88c();}Command[a88y(0x1fb)]({'name':a88y(0x1ff),'usage':a88y(0x220),'validOpts':[a88y(0x201),a88y(0x20f)],'requiredOpts':[a88y(0x20a)],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a88y(0x1fe),a88y(0x204),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a88y,c=this[z(0x22d)][z(0x206)](),d=this['fsi'][z(0x1f7)](b['env']),f=this[z(0x22d)]['mkKeysDir']({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x22b))SSL[z(0x229)]({'keyName':c[z(0x207)]+z(0x1f2),'csrName':c[z(0x207)]+'.csr','cwd':f});else{if(g===z(0x216)){if(!a88e[z(0x228)](a88f['join'](f,c[z(0x207)]+z(0x1f2))))throw z(0x208)+a88f[z(0x211)](f,c[z(0x207)]+z(0x1f2));if(!a88e[z(0x228)](a88f[z(0x211)](f,c[z(0x207)]+'.csr')))throw z(0x22c)+a88f[z(0x211)](f,c[z(0x207)]+z(0x225));SSL['genSSC']({'keyName':c[z(0x207)]+'.key','crtName':c['appName']+'.crt','cwd':f}),Log[z(0x20d)]('New\x20CSR\x20written\x20to\x20'+f);}else{if(g===z(0x21d)){let h=b[z(0x201)],i=b[z(0x20f)];try{const p=a88e[z(0x1f3)](a88f[z(0x211)](d,z(0x1fa)))[z(0x22f)](),q=JSON[z(0x224)](p);h=b[z(0x201)]?b[z(0x201)]:q[z(0x214)],i=b[z(0x20f)]?b[z(0x20f)]:q[z(0x21f)],(!b['email']||!b[z(0x201)])&&Log[z(0x20d)](z(0x21e));}catch(r){}const j=JSON[z(0x224)](a88e['readFileSync'](d+z(0x1fd))['toString']());Object[z(0x1f6)](j,{'env':d}),Log[z(0x20d)](z(0x230));try{const s=SSH[z(0x223)](z(0x210),j);if(!s)throw z(0x20c);if(s)Log[z(0x219)]('Remote\x20host\x20connection\x20successful');}catch(t){Log[z(0x221)](t);return;}const k=Log[z(0x1f4)]();k['start'](z(0x222)),SSH['ssh'](z(0x21a),{...j}),SSH[z(0x231)](z(0x217),{...j}),SSH[z(0x231)]('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k[z(0x219)]();const l=h?h:await Actions[z(0x202)](z(0x1fc)),m=i?i:await Actions[z(0x202)]('Email\x20to\x20use\x20for\x20auto-updates:\x20');SSH['ssh'](z(0x20e)+l+z(0x200)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x205)](n,null,0x2);a88e[z(0x203)](a88f[z(0x211)](d,z(0x1fa)),o);}else throw z(0x209);}}}catch(u){console[z(0x221)](u),process[z(0x212)](0x0);}});
1
+ const a88y=a88d;(function(a,b){const v=a88d,c=a();while(!![]){try{const d=-parseInt(v(0xb3))/0x1+-parseInt(v(0xe5))/0x2*(parseInt(v(0xc6))/0x3)+-parseInt(v(0xaf))/0x4+-parseInt(v(0xbd))/0x5*(parseInt(v(0xac))/0x6)+-parseInt(v(0xc4))/0x7*(parseInt(v(0xd9))/0x8)+-parseInt(v(0xe1))/0x9+parseInt(v(0xa9))/0xa*(parseInt(v(0xda))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xb5783));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a88d;if(c){const e=c[w(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const x=a88d;return a88a[x(0xb8)]()[x(0xd3)](x(0xb4))[x(0xb8)]()[x(0xdb)](a88a)['search'](x(0xb4));});a88a();import a88e from'fs';function a88c(){const A=['success','domains','appName','Verifying\x20Letsencrypt\x20configuration','75400XZoGcY','/ssh.json','[?]\x20Domains\x20to\x20register:\x20','email','apply','generate-csr','getProjectConfig','28259NaKTxv','writeFileSync','9PfKGwk','env','sudo\x20snap\x20install\x20--classic\x20certbot','letsencrypt.json','genSSC','parse','ssl','domainNames','maka\x20ssl\x20[command]','uname\x20-a','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','ssh','search','stringify','letsencrypt','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','Using\x20saved\x20letsencrypt\x20config','1288hbrQll','583ZBrSBv','constructor','ask','Checking\x20remote\x20host\x20availability','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','Create\x20and\x20manage\x20your\x20SSL\x20operations.','existsSync','5598666xCHOed','fsi','readFileSync','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','600118IJnRJi','.csr','notice','join','create','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','maka\x20ssl\x20--env\x20dev\x20generate-csr','error','838640KzVjnG','.crt','Email\x20to\x20use\x20for\x20auto-updates:\x20','258GLikOU','getConfigPath','start','130520rUYHxj','.key','Please\x20provide\x20a\x20command.','exit','848215ITHZFx','(((.+)+)+)+$','New\x20CSR\x20written\x20to\x20','assign','\x20--email\x20','toString'];a88c=function(){return A;};return a88c();}import a88f from'path';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xa9;let f=c[d];return f;},a88d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';Command[a88y(0xe9)]({'name':a88y(0xcc),'usage':a88y(0xce),'validOpts':[a88y(0xba),a88y(0xc0)],'requiredOpts':[a88y(0xc7)],'shortDesc':a88y(0xdf),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a88y(0xeb),a88y(0xd6),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a88y,c=this[z(0xe2)][z(0xc3)](),d=this['fsi'][z(0xad)](b[z(0xc7)]),f=this[z(0xe2)]['mkKeysDir']({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0xc2))SSL['genCSR']({'keyName':c[z(0xbb)]+z(0xb0),'csrName':c[z(0xbb)]+'.csr','cwd':f});else{if(g==='generate-ssc'){if(!a88e['existsSync'](a88f['join'](f,c[z(0xbb)]+'.key')))throw z(0xe4)+a88f[z(0xe8)](f,c[z(0xbb)]+z(0xb0));if(!a88e[z(0xe0)](a88f[z(0xe8)](f,c['appName']+z(0xe6))))throw z(0xd0)+a88f['join'](f,c[z(0xbb)]+'.csr');SSL[z(0xca)]({'keyName':c[z(0xbb)]+z(0xb0),'crtName':c[z(0xbb)]+z(0xaa),'cwd':f}),Log[z(0xe7)](z(0xb5)+f);}else{if(g===z(0xd5)){let h=b[z(0xba)],i=b[z(0xc0)];try{const p=a88e[z(0xe3)](a88f[z(0xe8)](d,'letsencrypt.json'))[z(0xb8)](),q=JSON[z(0xcb)](p);h=b[z(0xba)]?b[z(0xba)]:q[z(0xcd)],i=b[z(0xc0)]?b[z(0xc0)]:q['emailUpdate'],(!b[z(0xc0)]||!b[z(0xba)])&&Log[z(0xe7)](z(0xd8));}catch(r){}const j=JSON['parse'](a88e[z(0xe3)](d+z(0xbe))[z(0xb8)]());Object[z(0xb6)](j,{'env':d}),Log[z(0xe7)](z(0xdd));try{const s=SSH['ping'](z(0xcf),j);if(!s)throw z(0xd1);if(s)Log[z(0xb9)]('Remote\x20host\x20connection\x20successful');}catch(t){Log['error'](t);return;}const k=Log['withSpinner']();k[z(0xae)](z(0xbc)),SSH[z(0xd2)](z(0xd7),{...j}),SSH[z(0xd2)](z(0xc8),{...j}),SSH[z(0xd2)](z(0xea),{...j}),k[z(0xb9)]();const l=h?h:await Actions[z(0xdc)](z(0xbf)),m=i?i:await Actions[z(0xdc)](z(0xab));SSH[z(0xd2)](z(0xde)+l+z(0xb7)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0xd4)](n,null,0x2);a88e[z(0xc5)](a88f['join'](d,z(0xc9)),o);}else throw z(0xb1);}}}catch(u){console[z(0xec)](u),process[z(0xb2)](0x0);}});
@@ -1 +1 @@
1
- const a89o=a89d;(function(a,b){const m=a89d,c=a();while(!![]){try{const d=-parseInt(m(0x1ee))/0x1*(-parseInt(m(0x225))/0x2)+-parseInt(m(0x1f9))/0x3*(parseInt(m(0x1ef))/0x4)+parseInt(m(0x1f0))/0x5+parseInt(m(0x1f8))/0x6+-parseInt(m(0x1fe))/0x7+-parseInt(m(0x220))/0x8*(-parseInt(m(0x200))/0x9)+parseInt(m(0x1f1))/0xa*(-parseInt(m(0x209))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x1c160));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const n=a89d;return a89a['toString']()[n(0x227)]('(((.+)+)+)+$')[n(0x21d)]()[n(0x215)](a89a)[n(0x227)](n(0x1fc));});a89a();import a89e from'fs';import a89f from'path';function a89c(){const r=['search','.maka','fsi','96944KBQjUP','332nBFJQf','843580SkeHYH','10frdNDi','join','settings.json','splice','utf8','--driver','meteortesting:mocha','1218684XWycdD','3240EQxVLF','notice','maka\x20test\x20<opts>','(((.+)+)+)+$','exit','1395653pfNjZP','config.json','188523aSZjqa','unit','once','sanjo:jasmine','packages','none','warn','mocha','test-packages','1403116XxCsqI','parse','driver','env','filter','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','--settings','concat','findProjectDirectory','forEach','Meteor\x20Settings:\x20','process.env','constructor','testAppPath','error','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','development','rawLogs','inspect','slice','toString','Node\x20Env\x20Config:\x20','isFile','24PFDmXx','test','getConfigPath','--env','argv','2usphrj','engines'];a89c=function(){return r;};return a89c();}import a89g from'dotenv';import{Command}from'../command.js';function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x1ed;let f=c[d];return f;},a89d(a,b);}import{Log}from'../tools/log/log.class.js';const syncSource=function(a){a89e['openSync'](a,'r'),a89g['config']({'path':a});};Command['create']({'name':a89o(0x221),'mustBeInMakaProject':!![],'validOpts':[a89o(0x202),a89o(0x204),'driver','driverPackage','unit','env',a89o(0x21a),'port',a89o(0x21b),a89o(0x216)],'usage':a89o(0x1fb),'shortDesc':a89o(0x20e),'examples':[]},function(a,b){const p=a89o;try{let c=this[p(0x1ed)][p(0x222)](p(0x219));b[p(0x20c)]&&(c=this[p(0x1ed)][p(0x222)](b[p(0x20c)]));(!b[p(0x201)]||!!b[p(0x202)])&&(a=a[p(0x210)](['--full-app']));b[p(0x201)]&&delete b[p(0x201)];let d=b['driver-package']||b['driver']||p(0x205);if(d==='none'){const j=JSON[p(0x20a)](a89e['readFileSync'](a89f['join'](this[p(0x1ed)][p(0x211)](),p(0x228),p(0x1ff)),p(0x1f5)));if(j[p(0x226)][p(0x221)]==='jasmine')d=p(0x203);else j[p(0x226)][p(0x221)]===p(0x207)&&(d=p(0x1f7));}if(d===p(0x205))throw p(0x218);(!b['driver-package']||!b[p(0x20b)])&&(a=a[p(0x210)](['--driver-package',d]));const f=a89f[p(0x1f2)](c,p(0x1f3));this[p(0x1ed)][p(0x21f)](f)?(Log[p(0x1fa)](p(0x213)+f),a=a[p(0x210)]([p(0x20f),f])):Log[p(0x206)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+f);const g=a89f['join'](c,p(0x214));this[p(0x1ed)][p(0x21f)](g)?(Log[p(0x1fa)](p(0x21e)+g),syncSource(g)):Log[p(0x206)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+g);const h=process[p(0x224)][p(0x21c)](0x2)[p(0x20d)](k=>k!=='--env')[p(0x20d)](k=>k!==p(0x221))[p(0x20d)](k=>k!==a[0x0]);h[p(0x212)]((k,l)=>{const q=p;(k===q(0x223)||k===q(0x1f6))&&h[q(0x1f4)](l,0x2),k==='--packages'&&h['splice'](l,0x1);});const i=b[p(0x204)]?p(0x208):p(0x221);this[p(0x1ed)]['invokeMeteorCommand'](i,a['concat'](h));}catch(k){console[p(0x217)](k),process[p(0x1fd)](0x0);}});
1
+ const a89q=a89d;(function(a,b){const m=a89d,c=a();while(!![]){try{const d=parseInt(m(0xa6))/0x1*(-parseInt(m(0x80))/0x2)+-parseInt(m(0xb8))/0x3*(parseInt(m(0xa4))/0x4)+parseInt(m(0xae))/0x5+parseInt(m(0x8b))/0x6+-parseInt(m(0xa7))/0x7*(parseInt(m(0xa9))/0x8)+-parseInt(m(0xba))/0x9*(-parseInt(m(0x9d))/0xa)+parseInt(m(0x94))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x73511));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a89d;if(c){const e=c[n(0x9c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const o=a89d;return a89a[o(0xab)]()['search'](o(0x7e))[o(0xab)]()[o(0xb2)](a89a)['search'](o(0x7e));});a89a();import a89e from'fs';import a89f from'path';function a89c(){const t=['driver','apply','224050gxUJbe','env','Cannot\x20find\x20Node\x20Environment\x20File:\x20','--driver-package','exit','once','--packages','212jfFDvx','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','1iCRRUn','42ChhJqW','Node\x20Env\x20Config:\x20','399032oMMzxC','jasmine','toString','create','.maka','1113715xlHaXY','--env','error','settings.json','constructor','unit','meteortesting:mocha','config','process.env','driverPackage','24711EgZJCN','openSync','198eQwtid','fsi','splice','config.json','(((.+)+)+)+$','--settings','1009334oeAYJA','readFileSync','filter','test','test-packages','concat','engines','parse','isFile','warn','rawLogs','2160462FjXGGc','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','development','maka\x20test\x20<opts>','utf8','driver-package','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','none','packages','7008199GcFiZj','join','argv','mocha','sanjo:jasmine','notice','getConfigPath'];a89c=function(){return t;};return a89c();}import a89g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a89d;a89e[p(0xb9)](a,'r'),a89g[p(0xb5)]({'path':a});};function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x7c;let f=c[d];return f;},a89d(a,b);}Command[a89q(0xac)]({'name':a89q(0x83),'mustBeInMakaProject':!![],'validOpts':[a89q(0xa2),'packages',a89q(0x9b),a89q(0xb7),'unit',a89q(0x9e),a89q(0x8a),'port','inspect','testAppPath'],'usage':a89q(0x8e),'shortDesc':a89q(0x91),'examples':[]},function(a,b){const r=a89q;try{let c=this[r(0xbb)][r(0x9a)](r(0x8d));b[r(0x9e)]&&(c=this[r(0xbb)]['getConfigPath'](b[r(0x9e)]));(!b[r(0xb3)]||!!b[r(0xa2)])&&(a=a[r(0x85)](['--full-app']));b[r(0xb3)]&&delete b['unit'];let d=b[r(0x90)]||b[r(0x9b)]||r(0x92);if(d===r(0x92)){const j=JSON[r(0x87)](a89e[r(0x81)](a89f[r(0x95)](this[r(0xbb)]['findProjectDirectory'](),r(0xad),r(0x7d)),r(0x8f)));if(j[r(0x86)][r(0x83)]===r(0xaa))d=r(0x98);else j['engines'][r(0x83)]===r(0x97)&&(d=r(0xb4));}if(d===r(0x92))throw r(0x8c);(!b[r(0x90)]||!b[r(0x9b)])&&(a=a[r(0x85)]([r(0xa0),d]));const f=a89f['join'](c,r(0xb1));this['fsi'][r(0x88)](f)?(Log['notice']('Meteor\x20Settings:\x20'+f),a=a[r(0x85)]([r(0x7f),f])):Log[r(0x89)](r(0xa5)+f);const g=a89f[r(0x95)](c,r(0xb6));this[r(0xbb)][r(0x88)](g)?(Log[r(0x99)](r(0xa8)+g),syncSource(g)):Log[r(0x89)](r(0x9f)+g);const h=process[r(0x96)]['slice'](0x2)[r(0x82)](k=>k!==r(0xaf))[r(0x82)](k=>k!==r(0x83))[r(0x82)](k=>k!==a[0x0]);h['forEach']((k,l)=>{const s=r;(k===s(0xaf)||k==='--driver')&&h[s(0x7c)](l,0x2),k===s(0xa3)&&h[s(0x7c)](l,0x1);});const i=b[r(0x93)]?r(0x84):r(0x83);this['fsi']['invokeMeteorCommand'](i,a[r(0x85)](h));}catch(k){console[r(0xb0)](k),process[r(0xa1)](0x0);}});
@@ -1 +1 @@
1
- const a90n=a90d;(function(a,b){const k=a90d,c=a();while(!![]){try{const d=-parseInt(k(0xac))/0x1*(parseInt(k(0x98))/0x2)+-parseInt(k(0xb4))/0x3*(parseInt(k(0xbd))/0x4)+parseInt(k(0xa9))/0x5+parseInt(k(0xa0))/0x6*(parseInt(k(0x9a))/0x7)+parseInt(k(0xc1))/0x8*(parseInt(k(0xaf))/0x9)+-parseInt(k(0xc0))/0xa+parseInt(k(0xbf))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xd11c3));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a90d;if(c){const e=c[l(0x9d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const m=a90d;return a90a['toString']()[m(0xa4)](m(0xa7))[m(0x9c)]()['constructor'](a90a)['search'](m(0xa7));});a90a();function a90c(){const p=['create','toString','apply','getGlobalMeteorVersion','version','1206fspydX','notice','getProjectMeteorVersion','\x20node\x20-v','search','maka\x20v','System\x27s\x20Meteor\x20Version\x20','(((.+)+)+)+$','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','202215bLBfHG','bright','compareMakaToLatest','23BlCJot','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','warn','755964blmDZu','----------------------Project----------------------------','replace','Project\x27s\x20Meteor\x20Node\x20Version\x20',')\x20to\x20at\x20least\x20meteor\x27s\x20(','440301bWfZts','4.5.40','maka\x20version','verbose','\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22','fsi','isMakaProject','node\x20-v','platform','12gnSkag','----------------------System----------------------------','23608211wfDLYR','12266630LcCWtD','80UhMVud','Project\x27s\x20Meteor\x20Version\x20','System\x27s\x20Node\x20Version\x20','exit','win32','\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20','majestic','meteor','73498zvyuBT','getProjectsMeteorNodeVersion','11914tztTpN'];a90c=function(){return p;};return a90c();}import{execSync}from'child_process';import a90e from'semver';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x91;let f=c[d];return f;},a90d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':a90n(0xb5)};Command[a90n(0x9b)]({'name':'version','aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':[a90n(0xb7)],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':[a90n(0xa5),a90n(0xb6),'maka\x20version\x20--verbose'],'description':a90n(0x95)},async function(a,b){const o=a90n;try{const c=process[o(0xbc)]===o(0x94)?'meteor.bat':o(0x97);Log[o(0x96)]('Maka\x20'+pjson[o(0x9f)]),await this[o(0xb9)][o(0xab)]();if(b['verbose']){await this[o(0xb9)][o(0xab)](),Log['bright'](o(0xbe));const d=this['fsi'][o(0x9e)]();Log[o(0xaa)]((o(0xa6)+d)[o(0xb1)]('\x0a',''));const f=execSync(c+o(0xa3))[o(0x9c)]()['replace'](/\r?\n|\r/,'')[o(0xb1)]('v','');Log['bright'](o(0xad)+f);const g=execSync(o(0xbb))[o(0x9c)]()[o(0xb1)](/\r?\n|\r/,'')['replace']('v','');a90e['gt'](f,g)?(Log[o(0xae)](o(0x92)+g),Log[o(0xae)]('\x20!\x20consider\x20updating\x20your\x20node\x20version\x20('+g+o(0xb3)+f+')')):Log[o(0xaa)](o(0x92)+g);if(this[o(0xb9)][o(0xba)]()){Log[o(0xaa)](o(0xb0));const h=this[o(0xb9)][o(0xa2)]();a90e['gt'](d,h)?(Log['warn'](o(0x91)+h['replace']('\x0a','')),Log[o(0xae)]('\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20'+d+'\x22')):Log[o(0xa1)]((o(0x91)+h)[o(0xb1)]('\x0a',''));const i=await this['fsi'][o(0x99)]();i==='N/A'?(Log[o(0xae)](o(0xb2)+i),Log[o(0xae)](o(0xa8))):Log[o(0xaa)](o(0xb2)+i),Log[o(0xaa)](o(0xb8));}}}catch(j){console['error'](j),process[o(0x93)](0x0);}});
1
+ const a90n=a90d;function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x67;let f=c[d];return f;},a90d(a,b);}(function(a,b){const k=a90d,c=a();while(!![]){try{const d=parseInt(k(0x97))/0x1*(parseInt(k(0x94))/0x2)+parseInt(k(0x7e))/0x3+parseInt(k(0x6c))/0x4*(parseInt(k(0x84))/0x5)+-parseInt(k(0x98))/0x6*(parseInt(k(0x67))/0x7)+parseInt(k(0x86))/0x8*(parseInt(k(0x7c))/0x9)+-parseInt(k(0x6d))/0xa+-parseInt(k(0x72))/0xb*(parseInt(k(0x73))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xe50fd));function a90c(){const p=['isMakaProject','win32','2973312rCBpiz','majestic','4881765kMplyn','getProjectsMeteorNodeVersion','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','fsi','System\x27s\x20Node\x20Version\x20','N/A','9855EFsHaa','node\x20-v','24ywmqKn','Project\x27s\x20Meteor\x20Node\x20Version\x20','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','----------------------System----------------------------','warn','toString','maka\x20version','compareMakaToLatest','\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22','getGlobalMeteorVersion','System\x27s\x20Meteor\x20Version\x20','platform','search','apply','279426WBGUue','replace','verbose','9FRuGKX','12ZFGdEw','320733kmEEkJ','error','notice','maka\x20version\x20--verbose','\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20','988PovZnf','8487540AkMUks','(((.+)+)+)+$','getProjectMeteorVersion','meteor','meteor.bat','1672JwizMU','196104zRQAzj','maka\x20v',')\x20to\x20at\x20least\x20meteor\x27s\x20(','Maka\x20','version','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','bright'];a90c=function(){return p;};return a90c();}const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a90d;if(c){const e=c[l(0x93)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const m=a90d;return a90a[m(0x8b)]()[m(0x92)](m(0x6e))[m(0x8b)]()['constructor'](a90a)[m(0x92)](m(0x6e));});a90a();import{execSync}from'child_process';import a90e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.5.41'};Command['create']({'name':a90n(0x77),'aliases':['v'],'usage':a90n(0x8c),'maxArgLength':0x1,'validOpts':[a90n(0x96)],'shortDesc':a90n(0x88),'examples':[a90n(0x74),a90n(0x8c),a90n(0x6a)],'description':a90n(0x6b)},async function(a,b){const o=a90n;try{const c=process[o(0x91)]===o(0x7b)?o(0x71):o(0x70);Log[o(0x7d)](o(0x76)+pjson[o(0x77)]),await this[o(0x81)]['compareMakaToLatest']();if(b['verbose']){await this[o(0x81)][o(0x8d)](),Log[o(0x79)](o(0x89));const d=this[o(0x81)][o(0x8f)]();Log[o(0x79)]((o(0x90)+d)[o(0x95)]('\x0a',''));const f=execSync(c+'\x20node\x20-v')[o(0x8b)]()['replace'](/\r?\n|\r/,'')[o(0x95)]('v','');Log[o(0x79)]('System\x27s\x20Meteor\x27s\x20Node\x20Version\x20'+f);const g=execSync(o(0x85))[o(0x8b)]()[o(0x95)](/\r?\n|\r/,'')['replace']('v','');a90e['gt'](f,g)?(Log[o(0x8a)](o(0x82)+g),Log[o(0x8a)](o(0x80)+g+o(0x75)+f+')')):Log['bright'](o(0x82)+g);if(this[o(0x81)][o(0x7a)]()){Log[o(0x79)]('----------------------Project----------------------------');const h=this[o(0x81)][o(0x6f)]();a90e['gt'](d,h)?(Log[o(0x8a)]('Project\x27s\x20Meteor\x20Version\x20'+h[o(0x95)]('\x0a','')),Log['warn'](o(0x78)+d+'\x22')):Log[o(0x69)](('Project\x27s\x20Meteor\x20Version\x20'+h)[o(0x95)]('\x0a',''));const i=await this[o(0x81)][o(0x7f)]();i===o(0x83)?(Log[o(0x8a)](o(0x87)+i),Log[o(0x8a)]('\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.')):Log['bright'](o(0x87)+i),Log['bright'](o(0x8e));}}}catch(j){console[o(0x68)](j),process['exit'](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0x1f1))/0x1+parseInt(f(0x1f9))/0x2*(parseInt(f(0x1f7))/0x3)+-parseInt(f(0x1fc))/0x4*(-parseInt(f(0x200))/0x5)+-parseInt(f(0x1fb))/0x6*(parseInt(f(0x1ff))/0x7)+parseInt(f(0x1f5))/0x8+parseInt(f(0x1f4))/0x9*(parseInt(f(0x1f2))/0xa)+-parseInt(f(0x1f6))/0xb*(parseInt(f(0x1fa))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xc1365));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x1fd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a['toString']()['search'](h(0x1f3))['toString']()[h(0x1f8)](a91a)[h(0x1fe)](h(0x1f3));});a91a();export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x1f1;var f=c[d];return f;},a91d(a,b);}export class NoMeteorAppFoundError{}function a91c(){var i=['9931537pSCmBY','66PIRcNa','constructor','103256LcCcUO','12kOBniB','4314qcqHSH','2916976eRyGJG','apply','search','12670ZeWCAt','5CMLqYA','1324551kRpinv','15320VxsxcP','(((.+)+)+)+$','8469HSHKJA','8108264svRHwl'];a91c=function(){return i;};return a91c();}export class NoMeteorFoundError{}
1
+ function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0xed;var f=c[d];return f;},a91d(a,b);}(function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0xf6))/0x1+-parseInt(f(0xfa))/0x2+-parseInt(f(0xee))/0x3*(-parseInt(f(0xf2))/0x4)+-parseInt(f(0xf7))/0x5+parseInt(f(0xf9))/0x6*(parseInt(f(0xf8))/0x7)+-parseInt(f(0xf5))/0x8*(-parseInt(f(0xf1))/0x9)+parseInt(f(0xf3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x81683));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a['toString']()['search']('(((.+)+)+)+$')['toString']()[h(0xef)](a91a)[h(0xed)](h(0xf0));});a91a();export class UsageError{}export class UsageErrorWithSubs{}function a91c(){var i=['28ZGZDss','172218HIpKhD','146158mpAZqY','search','431997GVmGVe','constructor','(((.+)+)+)+$','18CLlAjo','20ZfFTHf','831740HFKkVX','apply','1554152buGNac','322086XcOsHH','1906515wlXWDi'];a91c=function(){return i;};return a91c();}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- function a92c(){var i=['search','27SYaocO','48NzePhZ','10605826KhyLwn','(((.+)+)+)+$','85070AGJylZ','55870sPtJwk','4qQTisn','1237208ZTplPI','env','constructor','1134095iNqqkr','717YDUrHo','toString','610UwszlJ','251741ADrYSL','--experimental-modules\x20--no-warnings\x20--experimental-json-modules'];a92c=function(){return i;};return a92c();}function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x64;var f=c[d];return f;},a92d(a,b);}var a92h=a92d;(function(a,b){var f=a92d,c=a();while(!![]){try{var d=-parseInt(f(0x69))/0x1+-parseInt(f(0x72))/0x2*(parseInt(f(0x70))/0x3)+-parseInt(f(0x6b))/0x4*(parseInt(f(0x6f))/0x5)+parseInt(f(0x66))/0x6*(-parseInt(f(0x73))/0x7)+-parseInt(f(0x6c))/0x8+-parseInt(f(0x65))/0x9*(-parseInt(f(0x6a))/0xa)+parseInt(f(0x67))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x258bc));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var g=a92d;return a92a[g(0x71)]()[g(0x64)](g(0x68))['toString']()[g(0x6e)](a92a)[g(0x64)](g(0x68));});a92a(),process[a92h(0x6d)]['NODE_OPTIONS']=a92h(0x74);import'./maka.js';
2
+ var a92i=a92d;(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x1dc))/0x1+-parseInt(f(0x1df))/0x2*(-parseInt(f(0x1e0))/0x3)+-parseInt(f(0x1da))/0x4+parseInt(f(0x1dd))/0x5*(parseInt(f(0x1e5))/0x6)+parseInt(f(0x1e2))/0x7*(-parseInt(f(0x1e3))/0x8)+-parseInt(f(0x1d7))/0x9*(parseInt(f(0x1d8))/0xa)+parseInt(f(0x1de))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x847a7));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x1d5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0x1e4)]()[h(0x1d4)](h(0x1d6))[h(0x1e4)]()[h(0x1db)](a92a)[h(0x1d4)]('(((.+)+)+)+$');});a92a(),process[a92i(0x1d3)][a92i(0x1e1)]=a92i(0x1d9);function a92c(){var j=['(((.+)+)+)+$','288uthgQp','129940PgxlCj','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','1827296BPQhsx','constructor','428865biatgY','5KUtlte','9113610cCMnLD','13626pgFfol','273lCpOUE','NODE_OPTIONS','14dTuxOM','2995024jHHUBW','toString','1719966OvbTff','env','search','apply'];a92c=function(){return j;};return a92c();}function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x1d3;var f=c[d];return f;},a92d(a,b);}import'./maka.js';
@@ -1 +1 @@
1
- const a93u=a93d;(function(a,b){const q=a93d,c=a();while(!![]){try{const d=-parseInt(q(0x163))/0x1+parseInt(q(0x189))/0x2+parseInt(q(0x1ba))/0x3*(parseInt(q(0x178))/0x4)+parseInt(q(0x182))/0x5*(-parseInt(q(0x187))/0x6)+parseInt(q(0x169))/0x7+-parseInt(q(0x181))/0x8*(parseInt(q(0x1a8))/0x9)+parseInt(q(0x18a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x29248));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a93d;if(c){const e=c[r(0x1b1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const s=a93d;return a93a[s(0x176)]()[s(0x1a7)](s(0x15c))[s(0x176)]()[s(0x1a3)](a93a)[s(0x1a7)](s(0x15c));});a93a();function a93c(){const G=['fsi','Too\x20few\x20options','178346gJlEwv','tableList','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','client','shortDesc','No\x20resource\x20name\x20specified','Generator\x20requires\x20a\x20name','maxOptsLength','roles','includes','colLocAnswer','sep','notice','toString','addGenerator','16948QfCgNW','findGenerator','minArgLength','_generators','cwd','pop','split','push','create','1796624lilnNy','10nMZIvZ','Too\x20many\x20options','bright','Please\x20run\x20\x22maka\x20install\x20meteor\x22','call','891024qNpLGc','name','524206xabPPw','1598500lzgZdI','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','resourceName','both','join','proFlags','Generator\x20requires\x20a\x20handler\x20function','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','validateMakaSubscription','maxArgLength','dir','chdir','To\x20use\x20this\x20generator,\x20\x22','findProjectDirectory','Both','error','validateMeteorInstall','Generator.create\x20requires\x20some\x20options!','usage','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','function','listGenerators','mustHaveMeteorInstalled','_handler','Too\x20few\x20arguments','constructor','Alias','map','find','search','9jxdRTZ','keys','noResource','list','number','singleLicense','mustBeInMakaProject','There\x20is\x20no\x20Meteor\x20application\x20here','length','apply','Description','minOptsLength','parent','filter','Generator.create\x20requires\x20a\x20handler\x20function!','where','invoke','lib','225gSAGTG','server','aliases','options','bind','Generators:','(((.+)+)+)+$','addGenerator\x20requires\x20a\x20Generator\x20instance','checkWhere','Server','replace','appPathPrefix','sort','75100YNDiKX','exit','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','match'];a93c=function(){return G;};return a93c();}import a93e from'path';import a93f from'cli-table';import{paramCase}from'change-case';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x158;let f=c[d];return f;},a93d(a,b);}import a93g from'./generators/maka.gen.js';import{Log}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function inside(a='.',b){const t=a93d,c=process[t(0x17c)]();let d=null;try{process[t(0x195)](a),d=b();}finally{process['chdir'](c);}return d;}export class Generator extends Tool{[a93u(0x159)];['_generators'];constructor(a,b){const v=a93u;super();if(!a)throw new Error(v(0x19d));if(!a[v(0x188)])throw new Error(v(0x16f));if(typeof b!==v(0x19e))throw new Error(v(0x190));this[v(0x17b)]=[],this[v(0x159)]=Object['assign']({},a),this['name']=this[v(0x159)][v(0x188)],this[v(0x1a1)]=b[v(0x15a)](this);}static[a93u(0x180)](a,b,c){const w=a93u;if(!a)throw new Error(w(0x19b));if(typeof b!==w(0x19e))throw new Error(w(0x1b6));const d=new Generator(a,b);return c=c||a93g,Object['assign'](d,{'parent':c?.['options']?.[w(0x188)]}),c[w(0x177)](d),d;}['addGenerator'](a){const x=a93u;if(!(a instanceof Generator))throw new Error(x(0x15d));this[x(0x17b)][x(0x17f)](a);}[a93u(0x179)](a){const y=a93u,b=this[y(0x17b)][y(0x1a6)](c=>c[y(0x166)](a));return b;}async[a93u(0x192)](a,b){const z=a93u,c=this[z(0x179)](a[0x0]);if(c){const d=c?.[z(0x188)]||a[0x0],e=c?.[z(0x1b4)]||'',f=Object[z(0x1a9)](b),g=await this[z(0x167)]['getPro']();!g&&(Log[z(0x199)]('License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.'),process[z(0x164)](0x1));const h=!g?.[z(0x171)][z(0x172)](z(0x1ad))&&!g?.['roles'][z(0x172)]('domainLicense'),i=g?.['proGenerators']['includes'](d)||g?.['proGenerators'][z(0x172)](e);if(i&&h)throw z(0x196)+d+z(0x16b);if(f[z(0x1b0)]>0x0){const j=g?.[z(0x18f)][z(0x1b5)](k=>f['includes'](k));if(j&&j[z(0x1b0)]>0x0&&h)throw'To\x20use\x20these\x20pro\x20flags,\x20\x22'+j?.['join'](',\x20')+z(0x16b);}}}async[a93u(0x1b8)](a,b){const A=a93u,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this['options'];try{await this[A(0x192)](a,b);}catch(g){Log['error'](g),process[A(0x164)](0x1);}const f=a['slice']();b['resourceName']=f[0x0];try{if((a[0x0]===_prevGen||a[A(0x1b0)]===0x0)&&b['help'])throw new UsageError();if(this[A(0x159)][A(0x1ae)]){const h=this['validateMakaProject']();if(!h)throw new MustBeInProjectError();}if(this[A(0x159)][A(0x1a0)]){const i=this[A(0x19a)]();if(!i)throw new NoMeteorFoundError();}if(typeof this['options']['minArgLength']===A(0x1ac)){if(a['length']<this[A(0x159)][A(0x17a)]){Log[A(0x199)](A(0x1a2));throw new UsageError();}}if(typeof this[A(0x159)][A(0x193)]===A(0x1ac)){if(a['length']>this[A(0x159)][A(0x193)]){Log['error']('Too\x20many\x20arguments');throw new UsageError();}}if(typeof this[A(0x159)][A(0x1b3)]==='number'){if(Object[A(0x1a9)](b)[A(0x1b0)]<this[A(0x159)][A(0x1b3)]){Log[A(0x199)](A(0x168));throw new UsageError();}}if(typeof this['options'][A(0x170)]==='number'){if(Object[A(0x1a9)](b)[A(0x1b0)]>=this[A(0x159)][A(0x170)]){Log[A(0x199)](A(0x183));throw new UsageError();}}await this['validateParams'](a,b,this[A(0x159)]);if(!b[A(0x18c)]&&!this[A(0x159)][A(0x1aa)]){Log[A(0x199)](A(0x16e));throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[A(0x19c)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[A(0x17b)]['length']>0x0&&b['help']&&(Log['notice'](A(0x15b)),this[A(0x16a)](this[A(0x17b)]));else{if(j instanceof MustBeInProjectError)Log[A(0x199)](A(0x191));else{if(j instanceof NoMeteorFoundError)Log[A(0x199)](A(0x165)),Log[A(0x175)](A(0x185));else{if(j instanceof NoMeteorAppFoundError)Log[A(0x199)](A(0x1af));else throw j;}}}process[A(0x164)](0x1);}return new Promise(k=>{const B=A;inside(b[B(0x17c)],async()=>{const C=B;try{if(!b['root']&&!this['fsi'][C(0x197)]())throw new MustBeInProjectError();const l=b['resourceName']?.[C(0x160)](/\\/g,'/')[C(0x17e)]('/');!b['dir']&&(l?.[C(0x1b0)]>0x1?(b[C(0x18c)]=l[C(0x17d)](),f[0x0]=b[C(0x18c)],b['dir']=l[C(0x1a5)](m=>{return paramCase(m);})[C(0x18e)](a93e[C(0x174)])):b[C(0x194)]='');if(this[C(0x159)][C(0x15e)]){if(!b[C(0x1b7)]){const n={'type':C(0x1ab),'name':C(0x173),'message':'Location','choices':[{'name':'Client','value':C(0x16c)},{'name':C(0x15f),'value':C(0x1bb)},{'name':C(0x198),'value':C(0x18d)}]},{colLocAnswer:o}=await Actions['options'](n);o?b[C(0x1b7)]=o:b[C(0x1b7)]=C(0x18d);}const m=[C(0x18d),'client','server'];if(!m['includes'](b[C(0x1b7)])){Log[C(0x199)](C(0x18b));throw new UsageError();}switch(b['where']){case C(0x18d):b[C(0x161)]=C(0x1b9);break;case C(0x1bb):b[C(0x161)]=C(0x1bb);break;case'client':b['appPathPrefix']=C(0x16c);break;default:b[C(0x161)]='';}}k(this['_handler'][C(0x186)](this,f,b));}catch(p){console['error'](p);}});});}[a93u(0x19f)](){const D=a93u;this[D(0x16a)](this['_generators']);}[a93u(0x16a)](a){const E=a93u,b=new a93f({});b[E(0x17f)](['Name',E(0x1a4),E(0x1b2)]),a[E(0x162)]()['forEach'](c=>{const F=E;b[F(0x17f)]([c['name'],c[F(0x158)](),c[F(0x16d)]()]);}),Log[E(0x184)](b[E(0x176)]());}}
1
+ const a93u=a93d;(function(a,b){const q=a93d,c=a();while(!![]){try{const d=parseInt(q(0x206))/0x1+-parseInt(q(0x21d))/0x2+-parseInt(q(0x230))/0x3+parseInt(q(0x1d0))/0x4*(parseInt(q(0x1ed))/0x5)+-parseInt(q(0x1fd))/0x6+-parseInt(q(0x223))/0x7+-parseInt(q(0x1ec))/0x8*(-parseInt(q(0x21e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xf1a2d));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a93d;if(c){const e=c[r(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const s=a93d;return a93a[s(0x1e1)]()[s(0x1f1)](s(0x216))['toString']()[s(0x1d1)](a93a)['search']('(((.+)+)+)+$');});a93a();import a93e from'path';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x1cd;let f=c[d];return f;},a93d(a,b);}import a93f from'cli-table';import{paramCase}from'change-case';import a93g from'./generators/maka.gen.js';import{Log}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';function a93c(){const G=['apply','root','Alias','search','error','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','aliases','Location','mustHaveMeteorInstalled','sep','minOptsLength','Generator\x20requires\x20a\x20name','cwd','maxArgLength','length','5965476rBDXYU','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','Both','find','parent','validateMakaSubscription','slice','resourceName','filter','1011582akkYPf','findProjectDirectory','mustBeInMakaProject','includes','help','Description','addGenerator','There\x20is\x20no\x20Meteor\x20application\x20here','validateParams','client','roles','proGenerators','noResource','notice','pop','domainLicense','(((.+)+)+)+$','singleLicense','function','both','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','appPathPrefix','server','853956pWkGqK','9EuFabI','forEach','tableList','Name','name','13547044vucTep','No\x20resource\x20name\x20specified','_generators','bright','exit','Generator\x20requires\x20a\x20handler\x20function','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','keys','dir','join','assign','validateMakaProject','Please\x20run\x20\x22maka\x20install\x20meteor\x22','5298657oqUiCw','Too\x20many\x20arguments','number','where','match','validateMeteorInstall','72BQtoDp','constructor','minArgLength','split','Generators:','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','options','_handler','bind','create','getPro','findGenerator','To\x20use\x20these\x20pro\x20flags,\x20\x22','list','chdir','addGenerator\x20requires\x20a\x20Generator\x20instance','shortDesc','toString','push','Too\x20few\x20options','Generator.create\x20requires\x20some\x20options!','listGenerators','Generator.create\x20requires\x20a\x20handler\x20function!','fsi','sort','Too\x20many\x20options','lib','replace','33941664htaphx','238385DhblZz'];a93c=function(){return G;};return a93c();}let _prevGen='';function inside(a='.',b){const t=a93d,c=process[t(0x1fa)]();let d=null;try{process[t(0x1de)](a),d=b();}finally{process[t(0x1de)](c);}return d;}export class Generator extends Tool{[a93u(0x1d6)];[a93u(0x225)];constructor(a,b){const v=a93u;super();if(!a)throw new Error(v(0x229));if(!a[v(0x222)])throw new Error(v(0x1f9));if(typeof b!==v(0x218))throw new Error(v(0x228));this[v(0x225)]=[],this['options']=Object[v(0x22d)]({},a),this[v(0x222)]=this[v(0x1d6)][v(0x222)],this[v(0x1d7)]=b[v(0x1d8)](this);}static[a93u(0x1d9)](a,b,c){const w=a93u;if(!a)throw new Error(w(0x1e4));if(typeof b!==w(0x218))throw new Error(w(0x1e6));const d=new Generator(a,b);return c=c||a93g,Object[w(0x22d)](d,{'parent':c?.['options']?.['name']}),c[w(0x20c)](d),d;}['addGenerator'](a){const x=a93u;if(!(a instanceof Generator))throw new Error(x(0x1df));this[x(0x225)][x(0x1e2)](a);}[a93u(0x1db)](a){const y=a93u,b=this[y(0x225)][y(0x200)](c=>c[y(0x1ce)](a));return b;}async[a93u(0x202)](a,b){const z=a93u,c=this[z(0x1db)](a[0x0]);if(c){const d=c?.['name']||a[0x0],e=c?.[z(0x201)]||'',f=Object[z(0x22a)](b),g=await this[z(0x1e7)][z(0x1da)]();!g&&(Log[z(0x1f2)](z(0x1f3)),process[z(0x227)](0x1));const h=!g?.[z(0x210)][z(0x209)](z(0x217))&&!g?.['roles'][z(0x209)](z(0x215)),i=g?.[z(0x211)][z(0x209)](d)||g?.['proGenerators'][z(0x209)](e);if(i&&h)throw'To\x20use\x20this\x20generator,\x20\x22'+d+z(0x1fe);if(f[z(0x1fc)]>0x0){const j=g?.['proFlags'][z(0x205)](k=>f['includes'](k));if(j&&j[z(0x1fc)]>0x0&&h)throw z(0x1dc)+j?.[z(0x22c)](',\x20')+z(0x1fe);}}}async['invoke'](a,b){const A=a93u,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this['options'];try{await this[A(0x202)](a,b);}catch(g){Log[A(0x1f2)](g),process['exit'](0x1);}const f=a[A(0x203)]();b['resourceName']=f[0x0];try{if((a[0x0]===_prevGen||a[A(0x1fc)]===0x0)&&b['help'])throw new UsageError();if(this[A(0x1d6)][A(0x208)]){const h=this[A(0x22e)]();if(!h)throw new MustBeInProjectError();}if(this[A(0x1d6)][A(0x1f6)]){const i=this[A(0x1cf)]();if(!i)throw new NoMeteorFoundError();}if(typeof this['options'][A(0x1d2)]===A(0x232)){if(a[A(0x1fc)]<this[A(0x1d6)][A(0x1d2)]){Log[A(0x1f2)]('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this[A(0x1d6)]['maxArgLength']==='number'){if(a[A(0x1fc)]>this['options'][A(0x1fb)]){Log['error'](A(0x231));throw new UsageError();}}if(typeof this['options'][A(0x1f8)]===A(0x232)){if(Object[A(0x22a)](b)[A(0x1fc)]<this[A(0x1d6)][A(0x1f8)]){Log[A(0x1f2)](A(0x1e3));throw new UsageError();}}if(typeof this[A(0x1d6)]['maxOptsLength']==='number'){if(Object[A(0x22a)](b)[A(0x1fc)]>=this[A(0x1d6)]['maxOptsLength']){Log[A(0x1f2)](A(0x1e9));throw new UsageError();}}await this[A(0x20e)](a,b,this[A(0x1d6)]);if(!b[A(0x204)]&&!this[A(0x1d6)][A(0x212)]){Log['error'](A(0x224));throw new UsageError();}_prevGen=a[0x0];}catch(j){Log['usage'](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[A(0x225)][A(0x1fc)]>0x0&&b[A(0x20a)]&&(Log[A(0x213)](A(0x1d4)),this['tableList'](this[A(0x225)]));else{if(j instanceof MustBeInProjectError)Log[A(0x1f2)](A(0x1d5));else{if(j instanceof NoMeteorFoundError)Log[A(0x1f2)]('Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly'),Log[A(0x213)](A(0x22f));else{if(j instanceof NoMeteorAppFoundError)Log[A(0x1f2)](A(0x20d));else throw j;}}}process['exit'](0x1);}return new Promise(k=>{const B=A;inside(b[B(0x1fa)],async()=>{const C=B;try{if(!b[C(0x1ef)]&&!this['fsi'][C(0x207)]())throw new MustBeInProjectError();const l=b[C(0x204)]?.[C(0x1eb)](/\\/g,'/')[C(0x1d3)]('/');!b[C(0x22b)]&&(l?.['length']>0x1?(b[C(0x204)]=l[C(0x214)](),f[0x0]=b[C(0x204)],b[C(0x22b)]=l['map'](m=>{return paramCase(m);})[C(0x22c)](a93e[C(0x1f7)])):b[C(0x22b)]='');if(this[C(0x1d6)]['checkWhere']){if(!b[C(0x1cd)]){const n={'type':C(0x1dd),'name':'colLocAnswer','message':C(0x1f5),'choices':[{'name':'Client','value':C(0x20f)},{'name':'Server','value':C(0x21c)},{'name':C(0x1ff),'value':C(0x219)}]},{colLocAnswer:o}=await Actions[C(0x1d6)](n);o?b[C(0x1cd)]=o:b['where']=C(0x219);}const m=[C(0x219),C(0x20f),C(0x21c)];if(!m[C(0x209)](b[C(0x1cd)])){Log[C(0x1f2)](C(0x21a));throw new UsageError();}switch(b[C(0x1cd)]){case C(0x219):b[C(0x21b)]=C(0x1ea);break;case C(0x21c):b[C(0x21b)]=C(0x21c);break;case C(0x20f):b[C(0x21b)]=C(0x20f);break;default:b[C(0x21b)]='';}}k(this['_handler']['call'](this,f,b));}catch(p){console[C(0x1f2)](p);}});});}[a93u(0x1e5)](){const D=a93u;this[D(0x220)](this[D(0x225)]);}[a93u(0x220)](a){const E=a93u,b=new a93f({});b['push']([E(0x221),E(0x1f0),E(0x20b)]),a[E(0x1e8)]()[E(0x21f)](c=>{const F=E;b['push']([c[F(0x222)],c[F(0x1f4)](),c[F(0x1e0)]()]);}),Log[E(0x226)](b[E(0x1e1)]());}}
@@ -1 +1 @@
1
- (function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x1ab))/0x1+parseInt(f(0x1ad))/0x2*(-parseInt(f(0x1b3))/0x3)+-parseInt(f(0x1b2))/0x4*(parseInt(f(0x1b5))/0x5)+parseInt(f(0x1b4))/0x6+parseInt(f(0x1af))/0x7*(parseInt(f(0x1ae))/0x8)+parseInt(f(0x1a8))/0x9+parseInt(f(0x1a7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x2b2c6));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x1b0)]()[h(0x1ac)]('(((.+)+)+)+$')[h(0x1b0)]()[h(0x1a9)](a94a)[h(0x1ac)](h(0x1b1));});a94a();import'./services/_index.js';import'./api.js';import'./collection.js';function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1a7;var f=c[d];return f;},a94d(a,b);}function a94c(){var i=['212rFAtVD','129gpRWtU','1703136ArLmGo','31555wfSITt','1232250qSgfAH','122319GAcPmj','constructor','apply','132981ZsJISj','search','5846xIoOai','2794552vhXXGf','7cZLfEI','toString','(((.+)+)+)+$'];a94c=function(){return i;};return a94c();}import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kit.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
1
+ (function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0x1fb))/0x1+parseInt(f(0x1f4))/0x2+parseInt(f(0x1f0))/0x3*(parseInt(f(0x1f1))/0x4)+parseInt(f(0x1fd))/0x5*(-parseInt(f(0x1fe))/0x6)+parseInt(f(0x1fc))/0x7*(parseInt(f(0x1f6))/0x8)+-parseInt(f(0x1f5))/0x9*(-parseInt(f(0x1f8))/0xa)+parseInt(f(0x1f9))/0xb*(-parseInt(f(0x1f3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x8eae0));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x1fa)]()[h(0x1f7)]('(((.+)+)+)+$')[h(0x1fa)]()['constructor'](a94a)[h(0x1f7)](h(0x1ef));});a94a();import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';function a94c(){var i=['79490EKKCDl','515647RRkrRA','toString','367623RpJjns','1218686iodpYd','2775835bHVvfp','12kHINOZ','(((.+)+)+)+$','549cNEXCK','23024RFUwQZ','apply','300Ffokol','191868rDhnFP','1134VUyYVa','16LMEOqu','search'];a94c=function(){return i;};return a94c();}import'./kit.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1ef;var f=c[d];return f;},a94d(a,b);}import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';