@maka/maka-cli 4.5.42 → 4.5.43

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 a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x173))/0x1*(-parseInt(g(0x16c))/0x2)+-parseInt(g(0x16e))/0x3+parseInt(g(0x175))/0x4*(-parseInt(g(0x167))/0x5)+-parseInt(g(0x17d))/0x6*(parseInt(g(0x170))/0x7)+-parseInt(g(0x17a))/0x8+parseInt(g(0x169))/0x9+-parseInt(g(0x172))/0xa*(-parseInt(g(0x168))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe2f6a));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x176)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a['toString']()[i(0x16d)]('(((.+)+)+)+$')[i(0x180)]()[i(0x17c)](a76a)['search'](i(0x16f));});function a76c(){const l=['fsi','219848LCcHHm','apply','maka\x20install\x20meteor','maka\x20run','error','6355416QmyaAJ','exit','constructor','150psVrss','findSubCommand','maka\x20--help','toString','\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','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','runSubCommand','100oexCWS','253eVtuhW','11393865HwGpaU','maybeProxyCommandToMeteor','slice','8KMHDIM','search','2931123LElEAY','(((.+)+)+)+$','227731TafGAY','maka\x20<command>\x20[<args>]\x20[<opts>]','1824980kAersM','212441OOQaFt'];a76c=function(){return l;};return a76c();}function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x166;let f=c[d];return f;},a76d(a,b);}a76a();import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a76j(0x182),'validOpts':[],'usage':a76j(0x171),'disableAuthCheck':!![],'examples':[a76j(0x17f),a76j(0x177),'maka\x20create\x20Todo',a76j(0x178)],'description':a76j(0x181)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x17e)](c);d?this[k(0x166)](c,a[k(0x16b)](0x1),b):this[k(0x174)][k(0x16a)]();}catch(f){console[k(0x179)](f),process[k(0x17b)](0x1);}});export default Maka;
1
+ function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1e6;let f=c[d];return f;},a76d(a,b);}const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x1f1))/0x1*(parseInt(g(0x1ed))/0x2)+parseInt(g(0x1f0))/0x3+-parseInt(g(0x1ee))/0x4+parseInt(g(0x1e7))/0x5+-parseInt(g(0x1eb))/0x6*(-parseInt(g(0x1ef))/0x7)+-parseInt(g(0x1e6))/0x8+parseInt(g(0x1e8))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x8e976));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x1fd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x1fa)]()['search']('(((.+)+)+)+$')[i(0x1fa)]()[i(0x1fe)](a76a)[i(0x1f3)](i(0x1f6));});a76a();import{Command}from'../command.js';function a76c(){const l=['maka\x20--help','search','slice','maka\x20install\x20meteor','(((.+)+)+)+$','runSubCommand','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20create\x20Todo','toString','findSubCommand','maybeProxyCommandToMeteor','apply','constructor','error','5207632qmdRgh','324835lklnvI','1101618AiVwBo','exit','maka','1423302wUfPCF','\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','451522oteVru','2706628Xskkre','7ViWstV','2429388SfYMjv','3vmROTL'];a76c=function(){return l;};return a76c();}const Maka=new Command({'name':a76j(0x1ea),'minArgLength':0x1,'shortDesc':a76j(0x1f8),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a76j(0x1f2),a76j(0x1f5),a76j(0x1f9),'maka\x20run'],'description':a76j(0x1ec)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x1fb)](c);d?this[k(0x1f7)](c,a[k(0x1f4)](0x1),b):this['fsi'][k(0x1fc)]();}catch(f){console[k(0x1ff)](f),process[k(0x1e9)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a77i=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=-parseInt(f(0x9d))/0x1*(-parseInt(f(0x95))/0x2)+-parseInt(f(0xa1))/0x3+-parseInt(f(0x98))/0x4+parseInt(f(0x9a))/0x5+-parseInt(f(0x9e))/0x6*(-parseInt(f(0xa7))/0x7)+-parseInt(f(0x94))/0x8*(-parseInt(f(0xa2))/0x9)+parseInt(f(0x96))/0xa*(-parseInt(f(0xa8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xbc0a9));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a[h(0xa4)]()[h(0xaa)](h(0x9c))['toString']()[h(0xa9)](a77a)[h(0xaa)](h(0x9c));});a77a();function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x94;var f=c[d];return f;},a77d(a,b);}import{Command}from'../command.js';function a77c(){var k=['1732382YbmVBd','80HrmRAB','create','3206872wkqoLJ','error','2399055YmgDBq','exit','(((.+)+)+)+$','1glDvMY','253020OXsPLl','maka\x20murder','%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','2856306WbSvYo','5900067IWXbzJ','font-family:\x20monospace','toString','log','apply','112VqhlaP','209341aakuaS','constructor','search','8jVSehz'];a77c=function(){return k;};return a77c();}Command[a77i(0x97)]({'name':'murder','usage':a77i(0x9f),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var j=a77i;try{console[j(0xa5)](j(0xa0),j(0xa3));}catch(a){console[j(0x99)](a),process[j(0x9b)](0x0);}});
1
+ var a77h=a77d;function a77c(){var j=['4320jxTZWD','3942030oKyzMM','search','create','3440qqZPcL','maka\x20murder','25900460PPMKCB','murder','5931viAsTJ','1626708fLxWmO','exit','constructor','3811129TPTNGV','error','Murrrrderrrrr','toString','log','302446OGhFet','6sxBUJA','776GeBkpC','(((.+)+)+)+$'];a77c=function(){return j;};return a77c();}(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x10b))/0x1+parseInt(f(0x103))/0x2+parseInt(f(0x102))/0x3*(parseInt(f(0x10d))/0x4)+parseInt(f(0x110))/0x5+parseInt(f(0x10c))/0x6*(parseInt(f(0x106))/0x7)+-parseInt(f(0xfe))/0x8*(-parseInt(f(0x10f))/0x9)+-parseInt(f(0x100))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6d821));function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xfe;var f=c[d];return f;},a77d(a,b);}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(0x109)]()['search']('(((.+)+)+)+$')[g(0x109)]()[g(0x105)](a77a)[g(0x111)](g(0x10e));});a77a();import{Command}from'../command.js';Command[a77h(0x112)]({'name':a77h(0x101),'usage':a77h(0xff),'maxArgLength':0x1,'shortDesc':a77h(0x108),'validOpts':[]},async function(){var i=a77h;try{console[i(0x10a)]('%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','font-family:\x20monospace');}catch(a){console[i(0x107)](a),process[i(0x104)](0x0);}});
@@ -1 +1 @@
1
- function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x142;let f=c[d];return f;},a78d(a,b);}const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=parseInt(n(0x16b))/0x1+-parseInt(n(0x142))/0x2*(-parseInt(n(0x160))/0x3)+parseInt(n(0x154))/0x4+-parseInt(n(0x151))/0x5+parseInt(n(0x169))/0x6+-parseInt(n(0x158))/0x7+parseInt(n(0x156))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xb49cc));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x14d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x148)]()['search'](p(0x15f))[p(0x148)]()[p(0x155)](a78a)[p(0x168)](p(0x15f));});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';function a78c(){const s=['toString','.crt','help','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','mkKeysDir','apply','genSSC','utf8','join','3241785yUetnL','\x20to\x20','isFile','2646104JWbvUV','constructor','702896JYcYNo','.key','9805285hvPTOe','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','\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','create','maka\x20proxy','error','findGenerator','(((.+)+)+)+$','3kloZLk','targetHost','createProxyServer','fsi','sslconfig','getConfigPath','listen','appName','search','2148180oXwnhM','.csr','345123eoEFGD','maka\x20proxy\x20--target-host\x20http://192.168.1.20','2672718QKShGQ','targetPort','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','invoke','listenPort','bright'];a78c=function(){return s;};return a78c();}import{SSL}from'../tools/ssl/ssl.class.js';import a78h from'../generators/maka.gen.js';Command[a78q(0x15b)]({'name':'proxy','usage':a78q(0x15c),'mustBeInMakaProject':!![],'validOpts':[a78q(0x14a),a78q(0x143),a78q(0x146),a78q(0x161)],'maxArgLength':0x1,'shortDesc':a78q(0x159),'description':a78q(0x15a),'examples':['maka\x20proxy',a78q(0x144),a78q(0x16c)]},async function(a,b){const r=a78q,c=this['fsi']['getProjectConfig'](),d='development',e=this[r(0x163)][r(0x165)](d),f=this[r(0x163)][r(0x14c)]({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[r(0x146)]?Number(b[r(0x146)]):0xd73,i=b[r(0x161)]?b[r(0x161)]:'localhost',j=a78f[r(0x150)](f,c[r(0x167)]+r(0x157)),k=a78f[r(0x150)](f,c[r(0x167)]+r(0x149));if(!this[r(0x163)][r(0x153)](j)||!this[r(0x163)]['isFile'](k)){const m=a78h[r(0x15e)](r(0x164));m&&await m[r(0x145)]([r(0x164)],{'env':d}),SSL['genCSR']({'keyName':c['appName']+r(0x157),'csrName':c[r(0x167)]+r(0x16a),'cwd':f}),SSL[r(0x14e)]({'keyName':c['appName']+r(0x157),'crtName':c[r(0x167)]+r(0x149),'cwd':f});}if(g===h){Log[r(0x15d)](r(0x14b));throw new UsageError();}const l={'ssl':{'key':a78e['readFileSync'](j,r(0x14f)),'cert':a78e['readFileSync'](k,r(0x14f))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x162)](l)[r(0x166)](Number(h)),Log[r(0x147)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+r(0x152)+g);});
1
+ const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=parseInt(n(0x146))/0x1*(-parseInt(n(0x133))/0x2)+-parseInt(n(0x151))/0x3*(parseInt(n(0x142))/0x4)+-parseInt(n(0x13a))/0x5+parseInt(n(0x132))/0x6*(parseInt(n(0x150))/0x7)+-parseInt(n(0x148))/0x8+parseInt(n(0x14f))/0x9+parseInt(n(0x14a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xe5c54));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x13e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x12c)]()[p(0x145)](p(0x143))[p(0x12c)]()[p(0x14d)](a78a)['search']('(((.+)+)+)+$');});a78a();function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x12c;let f=c[d];return f;},a78d(a,b);}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';function a78c(){const s=['genCSR','\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','=>\x20SSL\x20Proxy\x20forwarding\x20','error','appName','348ZoXLEC','114ksNIbo','invoke','sslconfig','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','findGenerator','.key','8082195AQENEu','join','targetHost','fsi','apply','create','targetPort','getProjectConfig','840048YqKURY','(((.+)+)+)+$','mkKeysDir','search','2492cbLUzQ','isFile','5885440ApPEaa','listenPort','27982630OZDqEk','.csr','getConfigPath','constructor','readFileSync','1693332frkdLg','180908EyGATQ','15TxWZHN','maka\x20proxy','\x20to\x20','localhost','createProxyServer','proxy','bright','genSSC','toString'];a78c=function(){return s;};return a78c();}import a78h from'../generators/maka.gen.js';Command[a78q(0x13f)]({'name':a78q(0x156),'usage':a78q(0x152),'mustBeInMakaProject':!![],'validOpts':['help',a78q(0x140),a78q(0x149),a78q(0x13c)],'maxArgLength':0x1,'shortDesc':a78q(0x137),'description':a78q(0x12e),'examples':[a78q(0x152),a78q(0x136),'maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const r=a78q,c=this['fsi'][r(0x141)](),d='development',e=this[r(0x13d)][r(0x14c)](d),f=this[r(0x13d)][r(0x144)]({'configPath':e}),g=b[r(0x140)]?Number(b[r(0x140)]):0xbb8,h=b[r(0x149)]?Number(b[r(0x149)]):0xd73,i=b[r(0x13c)]?b[r(0x13c)]:r(0x154),j=a78f[r(0x13b)](f,c[r(0x131)]+r(0x139)),k=a78f[r(0x13b)](f,c[r(0x131)]+'.crt');if(!this[r(0x13d)][r(0x147)](j)||!this[r(0x13d)][r(0x147)](k)){const m=a78h[r(0x138)]('sslconfig');m&&await m[r(0x134)]([r(0x135)],{'env':d}),SSL[r(0x12d)]({'keyName':c[r(0x131)]+'.key','csrName':c[r(0x131)]+r(0x14b),'cwd':f}),SSL[r(0x158)]({'keyName':c[r(0x131)]+r(0x139),'crtName':c[r(0x131)]+'.crt','cwd':f});}if(g===h){Log[r(0x130)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a78e[r(0x14e)](j,'utf8'),'cert':a78e[r(0x14e)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x155)](l)['listen'](Number(h)),Log[r(0x157)](r(0x12f)+h+r(0x153)+g);});
@@ -1 +1 @@
1
- const a79q=a79d;(function(a,b){const n=a79d,c=a();while(!![]){try{const d=parseInt(n(0x1fc))/0x1+-parseInt(n(0x20a))/0x2+parseInt(n(0x1e5))/0x3+parseInt(n(0x1fd))/0x4*(parseInt(n(0x1f7))/0x5)+-parseInt(n(0x20c))/0x6+-parseInt(n(0x1fb))/0x7+-parseInt(n(0x1f2))/0x8*(-parseInt(n(0x207))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x29a9a));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a79d;if(c){const e=c[o(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const p=a79d;return a79a['toString']()[p(0x1f4)]('(((.+)+)+)+$')['toString']()[p(0x204)](a79a)['search'](p(0x1ef));});function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x1e3;let f=c[d];return f;},a79d(a,b);}a79a();import a79e from'fs';import a79f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a79c(){const s=['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','~/ses.json','61983rUDOhZ','apply','scp','readFileSync','notice','join','Checking\x20remote\x20host\x20availability','toString','pm2.config.js','Remote\x20host\x20connection\x20successful','(((.+)+)+)+$','ses.json','uname\x20-a','10344JjptWB','error','search','maka\x20reconfig','Reconfigure\x20your\x20deployed\x20applications','235EnuLWR','pm2\x20delete\x20all','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','env','1317848XxeEIf','105151gisVtn','4312faoDWh','_keys','getConfigPath','ping','settings.json','parse','~/settings.json','constructor','assign','ssh','4041HhQwrV','maka\x20reconfig\x20--env\x20prod','ssh.json','655592rsLJmM','\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','421950JHjdaa'];a79c=function(){return s;};return a79c();}import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'reconfig','validOpts':[''],'requiredOpts':[a79q(0x1fa)],'mustBeInMakaProject':!![],'usage':a79q(0x1f5),'shortDesc':a79q(0x1f6),'description':a79q(0x20b),'examples':[a79q(0x208)]},async function(a,b){const r=a79q;try{const c=this['fsi'][r(0x1ff)](b[r(0x1fa)]),d=a79f[r(0x1ea)](c,r(0x209)),f=a79e[r(0x1e8)](d)[r(0x1ec)](),g=JSON[r(0x202)](f);Object[r(0x205)](g,{'env':c}),Log[r(0x1e9)](r(0x1eb));const h=SSH[r(0x200)](r(0x1f1),g);if(!h)throw r(0x1f9);if(h)Log['success'](r(0x1ee));const i=a79f[r(0x1ea)](c,r(0x1fe),r(0x1f0));if(a79e['existsSync'](i)){const l={'source':i,'dest':r(0x1e4),'verbose':!![]};SSH[r(0x1e7)](l,{...g});}const j=a79f[r(0x1ea)](c,r(0x1ed));SSH['scp']({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a79f[r(0x1ea)](c,r(0x201));SSH['scp']({'source':k,'dest':r(0x203),'verbose':!![]},{...g}),SSH['sshSync'](r(0x1f8),g),await SSH[r(0x206)](r(0x1e3),{...g},{'verbose':!![]});}catch(m){console[r(0x1f3)](m),process['exit'](0x0);}});
1
+ const a79q=a79d;(function(a,b){const n=a79d,c=a();while(!![]){try{const d=-parseInt(n(0x1e4))/0x1+-parseInt(n(0x1e5))/0x2*(parseInt(n(0x1c6))/0x3)+-parseInt(n(0x1df))/0x4*(parseInt(n(0x1d7))/0x5)+-parseInt(n(0x1c9))/0x6*(parseInt(n(0x1da))/0x7)+-parseInt(n(0x1d5))/0x8*(parseInt(n(0x1d6))/0x9)+-parseInt(n(0x1d8))/0xa+-parseInt(n(0x1e6))/0xb*(-parseInt(n(0x1dc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x43738));function a79c(){const s=['171502BTgHUN','33eNQMfB','error','success','pm2.config.js','ssh','ping','ssh.json','9HvlRAO','\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','toString','6TbkMcx','existsSync','reconfig','notice','uname\x20-a','scp','~/settings.json','maka\x20reconfig','apply','maka\x20reconfig\x20--env\x20prod','Checking\x20remote\x20host\x20availability','env','48aaPvqn','647667XvXJmt','545yXgiGC','3875860wgyIPQ','join','3482766aUJjXL','search','9217188VZBOCr','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','create','5604msEQwJ','Reconfigure\x20your\x20deployed\x20applications','parse','ses.json','_keys','301153tUcpSF'];a79c=function(){return s;};return a79c();}const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a79d;if(c){const e=c[o(0x1d1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const p=a79d;return a79a['toString']()[p(0x1db)]('(((.+)+)+)+$')[p(0x1c8)]()['constructor'](a79a)[p(0x1db)]('(((.+)+)+)+$');});a79a();import a79e from'fs';import a79f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a79d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a79q(0x1de)]({'name':a79q(0x1cb),'validOpts':[''],'requiredOpts':[a79q(0x1d4)],'mustBeInMakaProject':!![],'usage':a79q(0x1d0),'shortDesc':a79q(0x1e0),'description':a79q(0x1c7),'examples':[a79q(0x1d2)]},async function(a,b){const r=a79q;try{const c=this['fsi']['getConfigPath'](b[r(0x1d4)]),d=a79f[r(0x1d9)](c,r(0x1c5)),f=a79e['readFileSync'](d)[r(0x1c8)](),g=JSON[r(0x1e1)](f);Object['assign'](g,{'env':c}),Log[r(0x1cc)](r(0x1d3));const h=SSH[r(0x1c4)](r(0x1cd),g);if(!h)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(h)Log[r(0x1c1)]('Remote\x20host\x20connection\x20successful');const i=a79f[r(0x1d9)](c,r(0x1e3),r(0x1e2));if(a79e[r(0x1ca)](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH['scp'](l,{...g});}const j=a79f['join'](c,r(0x1c2));SSH['scp']({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a79f[r(0x1d9)](c,'settings.json');SSH[r(0x1ce)]({'source':k,'dest':r(0x1cf),'verbose':!![]},{...g}),SSH['sshSync']('pm2\x20delete\x20all',g),await SSH[r(0x1c3)](r(0x1dd),{...g},{'verbose':!![]});}catch(m){console[r(0x1e7)](m),process['exit'](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a80d,c=a();while(!![]){try{var d=-parseInt(f(0x1df))/0x1+-parseInt(f(0x1db))/0x2+parseInt(f(0x1d8))/0x3+parseInt(f(0x1d3))/0x4+parseInt(f(0x1d4))/0x5*(parseInt(f(0x1d7))/0x6)+parseInt(f(0x1d2))/0x7+-parseInt(f(0x1d6))/0x8*(parseInt(f(0x1d5))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xb361a));var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0x1de)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a[h(0x1dd)]()[h(0x1d9)](h(0x1dc))[h(0x1dd)]()[h(0x1da)](a80a)['search'](h(0x1dc));});a80a();import'./run.command.js';import'./docker.sub.cmd.js';function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0x1d2;var f=c[d];return f;},a80d(a,b);}function a80c(){var i=['5475112lbGxaB','550ojWdeY','45VGBtyM','1229288JfztyV','31794JDMmnH','4093719thktEU','search','constructor','1968628MIgnux','(((.+)+)+)+$','toString','apply','1050679GkIRHX','1552621TbPAit'];a80c=function(){return i;};return a80c();}
1
+ (function(a,b){var f=a80d,c=a();while(!![]){try{var d=-parseInt(f(0xf9))/0x1*(parseInt(f(0xf8))/0x2)+parseInt(f(0xf7))/0x3+-parseInt(f(0xfe))/0x4+-parseInt(f(0xf6))/0x5*(-parseInt(f(0x100))/0x6)+parseInt(f(0xf3))/0x7+parseInt(f(0xf5))/0x8*(parseInt(f(0xfb))/0x9)+-parseInt(f(0xfd))/0xa*(-parseInt(f(0x101))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x71657));var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a[h(0xf4)]()[h(0xfc)](h(0x102))[h(0xf4)]()[h(0xff)](a80a)[h(0xfc)]('(((.+)+)+)+$');});a80a();import'./run.command.js';function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0xf3;var f=c[d];return f;},a80d(a,b);}import'./docker.sub.cmd.js';function a80c(){var i=['9aPCZIi','search','10sgNDjg','1525932PEiOCq','constructor','136368hcFFbU','4240181aOQIci','(((.+)+)+)+$','300496ZuGCfn','toString','4559584AbzVVV','5QZEWdO','962181piQqIo','4HSUleW','247924QazBcA','apply'];a80c=function(){return i;};return a80c();}
@@ -1 +1 @@
1
- const a81l=a81d;function a81c(){const n=['docker','13LzKPGB','436476ArjnsK','templateContent','existsSync','appName','config/docker-compose.yaml','constructor','Docker\x20Compose\x20Path:\x20','create','notice','24LcKQGW','(((.+)+)+)+$','toString','444LMUpfY','\x20up\x20--remove-orphans','maka\x20run\x20docker','search','createFile','171BSpmHt','getConfigPath','578904cxATtw','apply','119290nwBfXO','fsi','\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','getProjectConfig','exit','inherit','5750906unQImy','374zvkauC','334664IxICrv','2380330aHGdaf','8465SaysxT','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','join'];a81c=function(){return n;};return a81c();}(function(a,b){const i=a81d,c=a();while(!![]){try{const d=parseInt(i(0x10c))/0x1*(-parseInt(i(0x122))/0x2)+-parseInt(i(0x10d))/0x3*(-parseInt(i(0x116))/0x4)+-parseInt(i(0x12c))/0x5*(-parseInt(i(0x119))/0x6)+parseInt(i(0x128))/0x7+parseInt(i(0x12a))/0x8*(parseInt(i(0x11e))/0x9)+parseInt(i(0x12b))/0xa+-parseInt(i(0x129))/0xb*(parseInt(i(0x120))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x6ab2f));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a81d;if(c){const e=c[j(0x121)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const k=a81d;return a81a[k(0x118)]()[k(0x11c)](k(0x117))[k(0x118)]()[k(0x112)](a81a)[k(0x11c)]('(((.+)+)+)+$');});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';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x109;let f=c[d];return f;},a81d(a,b);}import{paramCase}from'change-case';Command[a81l(0x114)]({'name':a81l(0x10b),'aliases':['d'],'shortDesc':a81l(0x109),'description':a81l(0x124),'usage':a81l(0x11b),'validOpts':['']},async function(){const m=a81l;try{const a=this[m(0x123)][m(0x125)](),b=this[m(0x123)][m(0x11f)](m(0x10b)),c=a81f[m(0x10a)](b,'docker-compose.yaml'),d=a81f[m(0x10a)](b,'pm2.config.js');Log[m(0x115)]('PM2\x20Config\x20File:\x20'+d),Log[m(0x115)](m(0x113)+c);if(!a81g[m(0x10f)](c)){const f={'app':a[m(0x110)],'appFileCase':paramCase(a['appName'])},g=this[m(0x123)][m(0x10e)]({'srcPath':m(0x111),'context':f})+'\x0a';this[m(0x123)][m(0x11d)]({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x11a),{'stdio':m(0x127)});}catch(h){process[m(0x126)](0x1);}},a81e);
1
+ function a81c(){const n=['(((.+)+)+)+$','getConfigPath','config/docker-compose.yaml','56yYQAaL','createFile','8qxJtAG','2076066eAZEmS','toString','templateContent','Docker\x20Compose\x20Path:\x20','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','appName','getProjectConfig','exit','47319eyvrUw','search','5034546hLluwt','1200059IXJWVR','notice','apply','docker','\x20up\x20--remove-orphans','\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','docker-compose.yaml','PM2\x20Config\x20File:\x20','25589799sfMMjj','inherit','1473170YeUMZG','530652hSfWbv','join','pm2.config.js'];a81c=function(){return n;};return a81c();}const a81l=a81d;(function(a,b){const i=a81d,c=a();while(!![]){try{const d=-parseInt(i(0xa2))/0x1+-parseInt(i(0xab))/0x2+parseInt(i(0x94))/0x3*(-parseInt(i(0xa8))/0x4)+parseInt(i(0xa1))/0x5+-parseInt(i(0x96))/0x6+parseInt(i(0x97))/0x7*(parseInt(i(0xaa))/0x8)+parseInt(i(0x9f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0xa6350));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a81d;if(c){const e=c[j(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const k=a81d;return a81a[k(0xac)]()[k(0x95)](k(0xa5))[k(0xac)]()['constructor'](a81a)[k(0x95)](k(0xa5));});a81a();import a81e from'./run.command.js';import{execSync}from'child_process';import a81f from'path';import a81g from'fs';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x91;let f=c[d];return f;},a81d(a,b);}import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':'docker','aliases':['d'],'shortDesc':a81l(0xaf),'description':a81l(0x9c),'usage':'maka\x20run\x20docker','validOpts':['']},async function(){const m=a81l;try{const a=this['fsi'][m(0x92)](),b=this['fsi'][m(0xa6)](m(0x9a)),c=a81f['join'](b,m(0x9d)),d=a81f[m(0xa3)](b,m(0xa4));Log[m(0x98)](m(0x9e)+d),Log['notice'](m(0xae)+c);if(!a81g['existsSync'](c)){const f={'app':a[m(0x91)],'appFileCase':paramCase(a[m(0x91)])},g=this['fsi'][m(0xad)]({'srcPath':m(0xa7),'context':f})+'\x0a';this['fsi'][m(0xa9)]({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x9b),{'stdio':m(0xa0)});}catch(h){process[m(0x93)](0x1);}},a81e);
@@ -1 +1 @@
1
- const a82v=a82d;(function(a,b){const r=a82d,c=a();while(!![]){try{const d=-parseInt(r(0x1b3))/0x1+-parseInt(r(0x18b))/0x2*(-parseInt(r(0x18f))/0x3)+-parseInt(r(0x175))/0x4+-parseInt(r(0x1af))/0x5*(parseInt(r(0x189))/0x6)+parseInt(r(0x18d))/0x7*(parseInt(r(0x19f))/0x8)+parseInt(r(0x1a8))/0x9+-parseInt(r(0x192))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x3a838));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a82d;if(c){const e=c[s(0x19e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const t=a82d;return a82a['toString']()[t(0x1a7)](t(0x188))[t(0x17f)]()[t(0x194)](a82a)[t(0x1a7)](t(0x188));});a82a();import a82e from'path';function a82c(){const y=['split','compareMakaToLatest','join','885QxXMtm','sep','process.env','splice','65019bssmeH','allowIncompatibleUpdate','--settings','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)','524724PZTRVM','findProjectDirectory','isFile','exit','concat','app','mobile-server','warn','Node\x20Env\x20Config:\x20','slice','toString','findSubCommand','openSync','inspect','Meteor\x20Settings:\x20','verbose','docker','argv','\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.','(((.+)+)+)+$','2934EhSgun','autoupdate','30pNWrqX','create','91YZlvoG','fsi','55962Onrwju','rawLogs','env','302850jppkYJ','length','constructor','settings','development','--production','cordova-build','extraPackages','error','config','port','notice','apply','112232bhKaZr','run','production','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','push','forEach','local','filter','search','814707cYffTv','Cannot\x20find\x20Node\x20Environment\x20File:\x20','isDirectory','checkMeteorPackage'];a82c=function(){return y;};return a82c();}function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x174;let f=c[d];return f;},a82d(a,b);}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(0x181)](a,'r'),a82g[u(0x19b)]({'path':a});},Run=Command[a82v(0x18c)]({'name':a82v(0x1a0),'mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a82v(0x187),'validOpts':[a82v(0x191),a82v(0x185),'r',a82v(0x190),'p',a82v(0x19c),'i',a82v(0x182),'m','mobileServer','v',a82v(0x184),a82v(0x1b4),a82v(0x199),'x','exclude-archs',a82v(0x1a1)]},async function(a,b){const w=a82v;try{const c=this[w(0x18e)]['findProjectDirectory']();!this[w(0x18e)][w(0x1ab)](w(0x18a))&&(Log[w(0x19d)]('Verifying\x20meteor\x20package\x20requirements\x20...'),await this[w(0x18e)]['installMeteorPackage']('autoupdate',{'cwd':c}));const d=a[0x0],f=this[w(0x180)](d);f&&this['runSubCommand'](d,a,b);if(d==='ios'){const n=this[w(0x18e)][w(0x176)](),o=a82e[w(0x1ae)](n,w(0x17a),'.meteor',w(0x1a5),w(0x198));this['fsi'][w(0x1aa)](o)&&await rimraf(o);}if(b['mobile-server']&&b[w(0x17b)]===!![]||b['m']&&b['m']===!![])throw w(0x174);await this[w(0x18e)][w(0x1ad)]();const g=b['env']?b[w(0x191)]:w(0x196),h=this[w(0x18e)]['getConfigPath'](g),i=a82e['join'](h,w(0x1b1));let j=a82e['join'](h,'settings.json');b[w(0x195)]?j=b[w(0x195)]:j=a82e['join'](h,'settings.json');if(this[w(0x18e)][w(0x177)](i)&&!b[w(0x185)])Log['notice'](w(0x17d)+i),syncSource(i);else!b[w(0x185)]&&Log[w(0x17c)](w(0x1a9)+i);this[w(0x18e)]['isFile'](j)?(Log[w(0x19d)](w(0x183)+j),a=a[w(0x179)]([w(0x1b5),j])):Log[w(0x17c)](w(0x1a2)+j);const k=h[w(0x1ac)](a82e[w(0x1b0)]),l=k[k[w(0x193)]-0x1];l===w(0x1a1)&&a[w(0x1a3)](w(0x197));const m=process[w(0x186)][w(0x17e)](0x2)[w(0x1a6)](p=>p!=='run')['filter'](p=>p!==a[0x0]);m[w(0x1a4)]((p,q)=>{const x=w;p==='--env'&&m[x(0x1b2)](q,0x2),p==='-e'&&m[x(0x1b2)](q,0x2);}),this[w(0x18e)]['invokeMeteorCommand'](w(0x1a0),a[w(0x179)](m));}catch(p){console[w(0x19a)](p),process[w(0x178)](0x1);}});export default Run;
1
+ const a82v=a82d;function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0xf6;let f=c[d];return f;},a82d(a,b);}(function(a,b){const r=a82d,c=a();while(!![]){try{const d=-parseInt(r(0x116))/0x1+parseInt(r(0x100))/0x2+parseInt(r(0x122))/0x3+-parseInt(r(0xfd))/0x4+parseInt(r(0x130))/0x5*(-parseInt(r(0x12a))/0x6)+-parseInt(r(0x11e))/0x7*(-parseInt(r(0x11b))/0x8)+-parseInt(r(0x135))/0x9*(parseInt(r(0xfc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x99a29));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a82d;if(c){const e=c[s(0x111)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const t=a82d;return a82a[t(0x129)]()[t(0x124)](t(0x10b))[t(0x129)]()[t(0xfb)](a82a)[t(0x124)](t(0x10b));});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(0x126)](a,'r'),a82g[u(0xf8)]({'path':a});},Run=Command[a82v(0x110)]({'name':'run','mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a82v(0x102),'validOpts':[a82v(0x10a),a82v(0x103),'r','rawLogs','p',a82v(0xf6),'i',a82v(0x11d),'m',a82v(0x123),'v','verbose',a82v(0x136),a82v(0x10e),'x',a82v(0x115),a82v(0x11a)]},async function(a,b){const w=a82v;try{const c=this[w(0x133)][w(0x11c)]();!this['fsi'][w(0x12c)](w(0x106))&&(Log[w(0x125)](w(0xff)),await this[w(0x133)][w(0x10d)](w(0x106),{'cwd':c}));const d=a[0x0],f=this[w(0x105)](d);f&&this[w(0x10c)](d,a,b);if(d==='ios'){const n=this[w(0x133)][w(0x11c)](),o=a82e[w(0xf9)](n,w(0x113),'.meteor',w(0x11f),w(0xf7));this[w(0x133)][w(0x112)](o)&&await rimraf(o);}if(b[w(0x109)]&&b[w(0x109)]===!![]||b['m']&&b['m']===!![])throw'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)';await this[w(0x133)][w(0xfa)]();const g=b['env']?b[w(0x10a)]:w(0x12f),h=this[w(0x133)][w(0x118)](g),i=a82e[w(0xf9)](h,'process.env');let j=a82e[w(0xf9)](h,w(0x104));b['settings']?j=b[w(0x127)]:j=a82e[w(0xf9)](h,w(0x104));if(this[w(0x133)][w(0x10f)](i)&&!b[w(0x103)])Log[w(0x125)](w(0x120)+i),syncSource(i);else!b[w(0x103)]&&Log[w(0x12e)](w(0x117)+i);this[w(0x133)][w(0x10f)](j)?(Log['notice'](w(0x107)+j),a=a[w(0x114)](['--settings',j])):Log[w(0x12e)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+j);const k=h['split'](a82e[w(0x12d)]),l=k[k['length']-0x1];l===w(0x11a)&&a[w(0x131)](w(0x134));const m=process[w(0x121)]['slice'](0x2)[w(0x12b)](p=>p!==w(0x119))[w(0x12b)](p=>p!==a[0x0]);m[w(0x108)]((p,q)=>{const x=w;p===x(0x128)&&m[x(0xfe)](q,0x2),p==='-e'&&m[x(0xfe)](q,0x2);}),this['fsi'][w(0x101)](w(0x119),a[w(0x114)](m));}catch(p){console[w(0x132)](p),process['exit'](0x1);}});export default Run;function a82c(){const y=['notice','openSync','settings','--env','toString','5124342dAdNHu','filter','checkMeteorPackage','sep','warn','development','5AafbXW','push','error','fsi','--production','396dCHzrk','allowIncompatibleUpdate','port','cordova-build','config','join','compareMakaToLatest','constructor','6220QNCUYl','3553868DAGJcE','splice','Verifying\x20meteor\x20package\x20requirements\x20...','1665646AkvprQ','invokeMeteorCommand','\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.','docker','settings.json','findSubCommand','autoupdate','Meteor\x20Settings:\x20','forEach','mobile-server','env','(((.+)+)+)+$','runSubCommand','installMeteorPackage','extraPackages','isFile','create','apply','isDirectory','app','concat','exclude-archs','268269NlmbnK','Cannot\x20find\x20Node\x20Environment\x20File:\x20','getConfigPath','run','production','8378360eXAwOy','findProjectDirectory','inspect','7LBwVTA','local','Node\x20Env\x20Config:\x20','argv','2361996pgFvgG','mobileServer','search'];a82c=function(){return y;};return a82c();}
@@ -1 +1 @@
1
- function a83c(){var i=['(((.+)+)+)+$','16camPvy','apply','471479uUGiCi','176082yxQfxF','11TXwhEY','6399608IfkEyr','toString','3736025StPyBQ','140562btUOdx','6WoGvdP','147eSqMRH','8639450mcKRtf','960711XqLwtf','search'];a83c=function(){return i;};return a83c();}(function(a,b){var f=a83d,c=a();while(!![]){try{var d=parseInt(f(0x190))/0x1+-parseInt(f(0x188))/0x2*(-parseInt(f(0x18b))/0x3)+-parseInt(f(0x184))/0x4+parseInt(f(0x186))/0x5+-parseInt(f(0x191))/0x6*(parseInt(f(0x189))/0x7)+-parseInt(f(0x18e))/0x8*(-parseInt(f(0x187))/0x9)+parseInt(f(0x18a))/0xa*(parseInt(f(0x192))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xd1913));var a83b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a83d;if(c){var e=c[g(0x18f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){var h=a83d;return a83a[h(0x185)]()[h(0x18c)]('(((.+)+)+)+$')['toString']()['constructor'](a83a)[h(0x18c)](h(0x18d));});a83a();import'./set.command.js';import'./global.sub.cmd.js';function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0x184;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(0x113))/0x1*(parseInt(f(0x112))/0x2)+parseInt(f(0x10d))/0x3*(-parseInt(f(0x114))/0x4)+-parseInt(f(0x109))/0x5*(-parseInt(f(0x10a))/0x6)+-parseInt(f(0x10b))/0x7+parseInt(f(0x110))/0x8*(parseInt(f(0x108))/0x9)+-parseInt(f(0x107))/0xa+parseInt(f(0x106))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xb2698));var a83b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a83d;if(c){var e=c[g(0x10f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){var h=a83d;return a83a['toString']()[h(0x10e)](h(0x10c))[h(0x105)]()[h(0x111)](a83a)[h(0x10e)](h(0x10c));});a83a();import'./set.command.js';import'./global.sub.cmd.js';function a83c(){var i=['11271580iHWjKE','171cjTgwy','455105PtSdAl','36mYYtkU','9361478gvckFq','(((.+)+)+)+$','8646iYahvJ','search','apply','420904AbGThm','constructor','22BndCNv','72967ADGIxt','1728hsSsdZ','toString','23010922kssSdr'];a83c=function(){return i;};return a83c();}function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0x105;var f=c[d];return f;},a83d(a,b);}import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a84j=a84d;function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x184;let f=c[d];return f;},a84d(a,b);}(function(a,b){const h=a84d,c=a();while(!![]){try{const d=parseInt(h(0x188))/0x1*(-parseInt(h(0x1a7))/0x2)+parseInt(h(0x187))/0x3*(parseInt(h(0x1a4))/0x4)+-parseInt(h(0x1a9))/0x5+-parseInt(h(0x195))/0x6*(parseInt(h(0x1a5))/0x7)+-parseInt(h(0x193))/0x8*(parseInt(h(0x1a1))/0x9)+parseInt(h(0x18e))/0xa*(-parseInt(h(0x1aa))/0xb)+parseInt(h(0x190))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x4ac4a));const a84b=(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;};}()),a84a=a84b(this,function(){const i=a84d;return a84a[i(0x19c)]()[i(0x199)](i(0x185))[i(0x19c)]()[i(0x194)](a84a)['search'](i(0x185));});a84a();import a84e from'path';import a84f from'./set.command.js';import{Command}from'../../command.js';function a84c(){const l=['success','maka\x20set:gc\x20--workspace\x20<path>','toString','boolean','openai','allowInsecure','resolve','9135upsxhW','One\x20or\x20the\x20other\x20buddy','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','4sxxZxv','168644MZiwvS','exit','903654iuKDSZ','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','2869085BvVoiG','33zKBFvz','disallowInsecure','cacert','maka\x20set:gc\x20--insecure\x20<path>','\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','(((.+)+)+)+$','fsi','1119456YstSLj','1FZAUbp','error','isFile','maka\x20set:global-config\x20<args>','Set\x20global\x20Maka-CLI\x20settings','maka\x20set:global-config\x20--cacert\x20<path>','1933400SWGGKM','help','24081288EFMqAg','Set\x20allowInsecure:\x20','workspace','1600EiUNPD','constructor','66yQRpRi','global-config','setGlobalConfig','Set\x20workspace:\x20','search'];a84c=function(){return l;};return a84c();}import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a84j(0x196),'usage':a84j(0x18b),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':['cacert','allowInsecure',a84j(0x1ab),a84j(0x192),a84j(0x19e),a84j(0x18f)],'shortDesc':a84j(0x18c),'description':a84j(0x184),'examples':[a84j(0x18d),a84j(0x1ad),a84j(0x19b)]},async function(a,b){const k=a84j;try{if(b[k(0x1ac)]){if(this[k(0x186)][k(0x18a)](b[k(0x1ac)]))this[k(0x186)][k(0x197)]({'cert':b['cacert']}),Log[k(0x19a)]('Set\x20CA\x20Cert\x20Path:\x20'+b[k(0x1ac)]);else{const c=typeof b[k(0x1ac)]===k(0x19d)?k(0x1a8):k(0x1a3)+b[k(0x1ac)];throw Log['error'](c);}}if(b[k(0x192)]){const d=this[k(0x186)]['isDirectory'](b[k(0x192)]);if(d)this[k(0x186)][k(0x197)]({'workspace':a84e[k(0x1a0)](b['workspace'])}),Log['success'](k(0x198)+a84e[k(0x1a0)](b[k(0x192)]));else throw Log[k(0x189)]('Could\x20not\x20find\x20directory');}b[k(0x19e)]&&(this['fsi']['setGlobalConfig']({'openai':b[k(0x19e)]}),Log[k(0x19a)]('Set\x20OpenAI\x20Key:\x20'+b[k(0x19e)]));if(b[k(0x19f)]){if(b[k(0x19f)]&&b[k(0x1ab)])throw Log[k(0x189)](k(0x1a2));let f=b[k(0x19f)];b[k(0x1ab)]&&(f=![]),this[k(0x186)]['setGlobalConfig']({'allowInsecure':f}),Log[k(0x19a)](k(0x191)+f);}process[k(0x1a6)](0x0);}catch(g){console[k(0x189)](g),process[k(0x1a6)](0x0);}},a84f);
1
+ const a84k=a84d;(function(a,b){const h=a84d,c=a();while(!![]){try{const d=-parseInt(h(0x1ed))/0x1*(parseInt(h(0x1ee))/0x2)+parseInt(h(0x1d6))/0x3*(parseInt(h(0x1e8))/0x4)+-parseInt(h(0x1c8))/0x5*(parseInt(h(0x1d3))/0x6)+parseInt(h(0x1e2))/0x7*(parseInt(h(0x1d1))/0x8)+parseInt(h(0x1dd))/0x9*(-parseInt(h(0x1d7))/0xa)+-parseInt(h(0x1ea))/0xb+parseInt(h(0x1d9))/0xc*(parseInt(h(0x1cd))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xbd28d));const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a84d;if(c){const e=c[i(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const j=a84d;return a84a[j(0x1e6)]()[j(0x1f2)](j(0x1f0))[j(0x1e6)]()[j(0x1e3)](a84a)[j(0x1f2)](j(0x1f0));});a84a();function a84c(){const m=['CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','2762226tvlqQY','openai','maka\x20set:gc\x20--workspace\x20<path>','One\x20or\x20the\x20other\x20buddy','exit','427UcVVgm','constructor','maka\x20set:global-config\x20--cacert\x20<path>','Could\x20not\x20find\x20directory','toString','Set\x20global\x20Maka-CLI\x20settings','67076mEExpZ','success','16723696KOTsnr','isDirectory','Set\x20OpenAI\x20Key:\x20','1266946wBBqsx','2JIMMoO','fsi','(((.+)+)+)+$','setGlobalConfig','search','maka\x20set:gc\x20--insecure\x20<path>','create','workspace','1296695OfRXcQ','apply','disallowInsecure','Set\x20workspace:\x20','help','2584361uQejDi','allowInsecure','\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','isFile','68336hFeHNL','boolean','6LZJfro','error','global-config','183fUcwtM','10FxWaXc','resolve','156ffNsBz','maka\x20set:global-config\x20<args>','cacert'];a84c=function(){return m;};return a84c();}function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x1c8;let f=c[d];return f;},a84d(a,b);}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(0x1f4)]({'name':a84k(0x1d5),'usage':a84k(0x1da),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a84k(0x1db),a84k(0x1ce),a84k(0x1ca),a84k(0x1f5),a84k(0x1de),a84k(0x1cc)],'shortDesc':a84k(0x1e7),'description':a84k(0x1cf),'examples':[a84k(0x1e4),a84k(0x1f3),a84k(0x1df)]},async function(a,b){const l=a84k;try{if(b[l(0x1db)]){if(this[l(0x1ef)][l(0x1d0)](b[l(0x1db)]))this[l(0x1ef)][l(0x1f1)]({'cert':b['cacert']}),Log['success']('Set\x20CA\x20Cert\x20Path:\x20'+b[l(0x1db)]);else{const c=typeof b[l(0x1db)]===l(0x1d2)?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':l(0x1dc)+b['cacert'];throw Log['error'](c);}}if(b['workspace']){const d=this['fsi'][l(0x1eb)](b[l(0x1f5)]);if(d)this[l(0x1ef)][l(0x1f1)]({'workspace':a84e[l(0x1d8)](b[l(0x1f5)])}),Log[l(0x1e9)](l(0x1cb)+a84e[l(0x1d8)](b['workspace']));else throw Log['error'](l(0x1e5));}b[l(0x1de)]&&(this[l(0x1ef)][l(0x1f1)]({'openai':b[l(0x1de)]}),Log[l(0x1e9)](l(0x1ec)+b[l(0x1de)]));if(b[l(0x1ce)]){if(b[l(0x1ce)]&&b[l(0x1ca)])throw Log['error'](l(0x1e0));let f=b[l(0x1ce)];b[l(0x1ca)]&&(f=![]),this['fsi']['setGlobalConfig']({'allowInsecure':f}),Log[l(0x1e9)]('Set\x20allowInsecure:\x20'+f);}process[l(0x1e1)](0x0);}catch(g){console[l(0x1d4)](g),process[l(0x1e1)](0x0);}},a84f);
@@ -1 +1 @@
1
- var a85i=a85d;(function(a,b){var f=a85d,c=a();while(!![]){try{var d=-parseInt(f(0x1b9))/0x1*(-parseInt(f(0x1b3))/0x2)+-parseInt(f(0x1b1))/0x3+-parseInt(f(0x1c4))/0x4*(parseInt(f(0x1c0))/0x5)+-parseInt(f(0x1bb))/0x6+parseInt(f(0x1c3))/0x7+-parseInt(f(0x1b2))/0x8*(-parseInt(f(0x1bf))/0x9)+parseInt(f(0x1be))/0xa*(parseInt(f(0x1bc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x75197));function a85c(){var k=['11910680MbrpXR','3220488wPESUA','333730QHzCGE','local-config','toString','3261643BUPVvO','48kZdgrL','create','constructor','Set\x20local\x20maka\x20app\x20settings','1799892TdGJMx','8reTOQy','225726gUZNkc','maka\x20set:local-config\x20<opts>','Sorry,\x20not\x20implemented\x20yet','maka\x20set:lc\x20<opts>','search','notice','3gXCLwF','(((.+)+)+)+$','2837298vBPvcK','11TtRoML','apply'];a85c=function(){return k;};return a85c();}function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0x1ae;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(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){var h=a85d;return a85a[h(0x1c2)]()['search']('(((.+)+)+)+$')['toString']()[h(0x1af)](a85a)[h(0x1b7)](h(0x1ba));});a85a();import a85e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a85i(0x1ae)]({'name':a85i(0x1c1),'usage':a85i(0x1b4),'examples':[a85i(0x1b6),'maka\x20set:local-config\x20<opts>'],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a85i(0x1b0),'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(0x1b8)](j(0x1b5));},a85e);
1
+ var a85i=a85d;(function(a,b){var f=a85d,c=a();while(!![]){try{var d=-parseInt(f(0x16c))/0x1+-parseInt(f(0x168))/0x2*(parseInt(f(0x16a))/0x3)+-parseInt(f(0x16d))/0x4*(-parseInt(f(0x165))/0x5)+parseInt(f(0x16f))/0x6+parseInt(f(0x16b))/0x7+parseInt(f(0x167))/0x8+parseInt(f(0x173))/0x9*(parseInt(f(0x170))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x444c5));function a85c(){var k=['constructor','2978514DxducT','1155890bEDrVe','toString','Sorry,\x20not\x20implemented\x20yet','9fFHfge','maka\x20set:lc\x20<opts>','search','apply','maka\x20set:local-config\x20<opts>','(((.+)+)+)+$','15MNJjwy','create','255568XySLvB','81058PQiqfl','notice','21FYApyw','835541eFBgZD','236540nEQqHB','48900ItEBok'];a85c=function(){return k;};return a85c();}var a85b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a85d;if(c){var e=c[g(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){var h=a85d;return a85a[h(0x171)]()['search'](h(0x164))[h(0x171)]()[h(0x16e)](a85a)[h(0x161)]('(((.+)+)+)+$');});a85a();import a85e from'./set.command.js';function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0x160;var f=c[d];return f;},a85d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a85i(0x166)]({'name':'local-config','usage':a85i(0x163),'examples':[a85i(0x160),a85i(0x163)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Set\x20local\x20maka\x20app\x20settings','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(0x169)](j(0x172));},a85e);
@@ -1 +1 @@
1
- function a86c(){const k=['78yQxETU','394524LwqPOX','maka\x20set:<sub-command>\x20<opts>','2096QKRPJs','830fQgPtS','18148430dSqizS','help','toString','\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','constructor','apply','10494387CpvXGK','create','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','98PDxWJR','11519400AWUCLo','search','2414622iarnvS','25929fXMYbB'];a86c=function(){return k;};return a86c();}const a86i=a86d;(function(a,b){const f=a86d,c=a();while(!![]){try{const d=parseInt(f(0x15b))/0x1*(-parseInt(f(0x15c))/0x2)+-parseInt(f(0x15a))/0x3+parseInt(f(0x15f))/0x4*(parseInt(f(0x160))/0x5)+parseInt(f(0x15d))/0x6*(parseInt(f(0x16a))/0x7)+-parseInt(f(0x16b))/0x8+parseInt(f(0x167))/0x9+parseInt(f(0x161))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xb2cec));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a86d;if(c){const e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const h=a86d;return a86a[h(0x163)]()[h(0x159)]('(((.+)+)+)+$')[h(0x163)]()[h(0x165)](a86a)[h(0x159)]('(((.+)+)+)+$');});function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x159;let f=c[d];return f;},a86d(a,b);}a86a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a86i(0x168)]({'name':'set','usage':a86i(0x15e),'minArgLength':0x1,'shortDesc':a86i(0x169),'description':a86i(0x164),'validOpts':[]},async function(a,b){const j=a86i,c=a[0x0];if(b[j(0x162)])throw new UsageError();const d=this['findSubCommand'](c);d&&this['runSubCommand'](c,a,b);});export default SetCommand;
1
+ const a86h=a86d;function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1c5;let f=c[d];return f;},a86d(a,b);}function a86c(){const j=['1731202ginCiB','search','findSubCommand','maka\x20set:<sub-command>\x20<opts>','734865CRNAlV','1925818LBGFWg','4Lmebcs','(((.+)+)+)+$','4632513YbNSCX','3747695ckkbhP','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','toString','create','42181254ZKGVnW','runSubCommand','16FAyEpV','2417250GZvrLe'];a86c=function(){return j;};return a86c();}(function(a,b){const f=a86d,c=a();while(!![]){try{const d=parseInt(f(0x1c9))/0x1+parseInt(f(0x1d5))/0x2+parseInt(f(0x1cc))/0x3+-parseInt(f(0x1ca))/0x4*(parseInt(f(0x1c8))/0x5)+parseInt(f(0x1d4))/0x6+-parseInt(f(0x1cd))/0x7*(-parseInt(f(0x1d3))/0x8)+-parseInt(f(0x1d1))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xee260));const a86b=(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;};}()),a86a=a86b(this,function(){const g=a86d;return a86a[g(0x1cf)]()[g(0x1c5)](g(0x1cb))[g(0x1cf)]()['constructor'](a86a)[g(0x1c5)](g(0x1cb));});a86a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a86h(0x1d0)]({'name':'set','usage':a86h(0x1c7),'minArgLength':0x1,'shortDesc':a86h(0x1ce),'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 i=a86h,c=a[0x0];if(b['help'])throw new UsageError();const d=this[i(0x1c6)](c);d&&this[i(0x1d2)](c,a,b);});export default SetCommand;
@@ -1 +1 @@
1
- const a87m=a87d;(function(a,b){const j=a87d,c=a();while(!![]){try{const d=-parseInt(j(0x1cf))/0x1+parseInt(j(0x1db))/0x2*(-parseInt(j(0x1c6))/0x3)+-parseInt(j(0x1c5))/0x4*(parseInt(j(0x1c1))/0x5)+-parseInt(j(0x1c4))/0x6+parseInt(j(0x1d3))/0x7*(-parseInt(j(0x1c2))/0x8)+-parseInt(j(0x1d8))/0x9+parseInt(j(0x1cc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xaab56));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a87d;if(c){const e=c[k(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const l=a87d;return a87a[l(0x1d0)]()[l(0x1ca)](l(0x1c8))['toString']()[l(0x1d5)](a87a)['search'](l(0x1c8));});a87a();import a87e from'fs';import a87f from'path';function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a87d(a,b);}function a87c(){const o=['9uhJgAr','length','(((.+)+)+)+$','exit','search','env','42505670fsLxbj','create','getConfigPath','1189270GxPQXz','toString','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','maka\x20ssh\x20--env\x20staging','91esmRdp','apply','constructor','sshSync','parse','11809746rdXhdO','ssh.json','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','195668aDdDwC','assign','readFileSync','maka\x20ssh\x20--env\x20dev','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','66485wqevZs','55064wLSbrv','fsi','2485542vQzWJw','76YzoWbK'];a87c=function(){return o;};return a87c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a87m(0x1cd)]({'name':'ssh','usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a87m(0x1cb)],'validOpts':['env','v'],'shortDesc':a87m(0x1df),'examples':[a87m(0x1de),a87m(0x1d2),'maka\x20ssh\x20--env\x20prod',a87m(0x1da),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22',a87m(0x1d1)]},async function(a,b){const n=a87m;try{const c=this[n(0x1c3)][n(0x1ce)](b[n(0x1cb)]);let d='';a[n(0x1c7)]>0x0&&(d=a[0x0]);const f=a87f['join'](c,n(0x1d9)),g=a87e[n(0x1dd)](f)['toString'](),h=JSON[n(0x1d7)](g);Object[n(0x1dc)](h,{'env':c}),SSH[n(0x1d6)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console['error'](i),process[n(0x1c9)](0x0);}});
1
+ const a87m=a87d;function a87c(){const o=['178lkrcXB','6080080ZgXWmi','assign','86DALeNb','3188850WRoEaT','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','fsi','2022524oQeorD','length','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','readFileSync','2516652YzLnss','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','apply','create','maka\x20ssh\x20--env\x20prod','1197261HYdreD','240IvkERN','(((.+)+)+)+$','exit','getConfigPath','maka\x20ssh\x20--env\x20dev','sshSync','maka\x20ssh\x20--env\x20staging','6wAuLvz','toString','ssh','6391007NqtirH','ssh.json','search'];a87c=function(){return o;};return a87c();}(function(a,b){const j=a87d,c=a();while(!![]){try{const d=-parseInt(j(0x87))/0x1*(-parseInt(j(0x6b))/0x2)+parseInt(j(0x74))/0x3+parseInt(j(0x70))/0x4+parseInt(j(0x6c))/0x5+-parseInt(j(0x81))/0x6*(-parseInt(j(0x84))/0x7)+parseInt(j(0x88))/0x8+parseInt(j(0x79))/0x9*(-parseInt(j(0x7a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x72cee));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a87d;if(c){const e=c[k(0x76)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const l=a87d;return a87a[l(0x82)]()['search'](l(0x7b))[l(0x82)]()['constructor'](a87a)[l(0x86)](l(0x7b));});a87a();import a87e from'fs';function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x6a;let f=c[d];return f;},a87d(a,b);}import a87f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a87m(0x77)]({'name':a87m(0x83),'usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':['env','v'],'shortDesc':a87m(0x6d),'examples':[a87m(0x7e),a87m(0x80),a87m(0x78),a87m(0x6e),a87m(0x72),a87m(0x75)]},async function(a,b){const n=a87m;try{const c=this[n(0x6f)][n(0x7d)](b['env']);let d='';a[n(0x71)]>0x0&&(d=a[0x0]);const f=a87f['join'](c,n(0x85)),g=a87e[n(0x73)](f)[n(0x82)](),h=JSON['parse'](g);Object[n(0x6a)](h,{'env':c}),SSH[n(0x7f)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console['error'](i),process[n(0x7c)](0x0);}});
@@ -1 +1 @@
1
- const a88y=a88d;(function(a,b){const v=a88d,c=a();while(!![]){try{const d=-parseInt(v(0xe7))/0x1+-parseInt(v(0xcc))/0x2+parseInt(v(0xf8))/0x3+parseInt(v(0xce))/0x4+-parseInt(v(0x103))/0x5*(parseInt(v(0xd4))/0x6)+-parseInt(v(0xf5))/0x7*(parseInt(v(0xde))/0x8)+parseInt(v(0xd8))/0x9*(parseInt(v(0xfa))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x7924e));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a88d;if(c){const e=c[w(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const x=a88d;return a88a[x(0xec)]()[x(0x100)](x(0xe6))[x(0xec)]()['constructor'](a88a)[x(0x100)](x(0xe6));});a88a();import a88e from'fs';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';function a88c(){const A=['830727fPAxjn','Email\x20to\x20use\x20for\x20auto-updates:\x20','.crt','join','domainNames','toString','generate-csr','.key','success','letsencrypt.json','domains','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','genCSR','readFileSync','14GjmTzp','maka\x20ssl\x20[command]','Verifying\x20Letsencrypt\x20configuration','297876bhXoSp','getConfigPath','9309110lXnWHb','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','writeFileSync','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','Remote\x20host\x20connection\x20successful','maka\x20ssl\x20--env\x20dev\x20generate-csr','search','Please\x20provide\x20a\x20command.','ssh','5TBjRjF','emailUpdate','parse','fsi','notice','New\x20CSR\x20written\x20to\x20','email','/ssh.json','1313772nDfywb','existsSync','1340036hTneCg','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','[?]\x20Domains\x20to\x20register:\x20','withSpinner','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','\x20--email\x20','3562026jxUNtW','Checking\x20remote\x20host\x20availability','ask','error','27JDcmUl','exit','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','stringify','Using\x20saved\x20letsencrypt\x20config','ssl','2598176WrjcQh','.csr','getProjectConfig','assign','env','appName','apply','create','(((.+)+)+)+$'];a88c=function(){return A;};return a88c();}import{SSH}from'../tools/ssh/ssh.class.js';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xcc;let f=c[d];return f;},a88d(a,b);}import{SSL}from'../tools/ssl/ssl.class.js';Command[a88y(0xe5)]({'name':a88y(0xdd),'usage':a88y(0xf6),'validOpts':[a88y(0xf1),'email'],'requiredOpts':[a88y(0xe2)],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a88y(0xff),'maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate',a88y(0xfd)]},async function(a,b){const z=a88y,c=this['fsi'][z(0xe0)](),d=this[z(0x106)][z(0xf9)](b[z(0xe2)]),f=this[z(0x106)]['mkKeysDir']({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0xed))SSL[z(0xf3)]({'keyName':c['appName']+z(0xee),'csrName':c['appName']+z(0xdf),'cwd':f});else{if(g==='generate-ssc'){if(!a88e['existsSync'](a88f[z(0xea)](f,c[z(0xe3)]+z(0xee))))throw z(0xfb)+a88f[z(0xea)](f,c[z(0xe3)]+'.key');if(!a88e[z(0xcd)](a88f[z(0xea)](f,c[z(0xe3)]+z(0xdf))))throw z(0xf2)+a88f[z(0xea)](f,c[z(0xe3)]+z(0xdf));SSL['genSSC']({'keyName':c['appName']+z(0xee),'crtName':c[z(0xe3)]+z(0xe9),'cwd':f}),Log[z(0x107)](z(0x108)+f);}else{if(g==='letsencrypt'){let h=b['domains'],i=b[z(0x109)];try{const p=a88e[z(0xf4)](a88f[z(0xea)](d,z(0xf0)))[z(0xec)](),q=JSON['parse'](p);h=b[z(0xf1)]?b[z(0xf1)]:q[z(0xeb)],i=b[z(0x109)]?b[z(0x109)]:q[z(0x104)],(!b['email']||!b['domains'])&&Log[z(0x107)](z(0xdc));}catch(r){}const j=JSON[z(0x105)](a88e['readFileSync'](d+z(0x10a))[z(0xec)]());Object[z(0xe1)](j,{'env':d}),Log[z(0x107)](z(0xd5));try{const s=SSH['ping']('uname\x20-a',j);if(!s)throw z(0xcf);if(s)Log[z(0xef)](z(0xfe));}catch(t){Log[z(0xd7)](t);return;}const k=Log[z(0xd1)]();k['start'](z(0xf7)),SSH[z(0x102)](z(0xd2),{...j}),SSH[z(0x102)]('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH[z(0x102)]('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k[z(0xef)]();const l=h?h:await Actions[z(0xd6)](z(0xd0)),m=i?i:await Actions[z(0xd6)](z(0xe8));SSH[z(0x102)](z(0xda)+l+z(0xd3)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0xdb)](n,null,0x2);a88e[z(0xfc)](a88f[z(0xea)](d,z(0xf0)),o);}else throw z(0x101);}}}catch(u){console[z(0xd7)](u),process[z(0xd9)](0x0);}});
1
+ const a88y=a88d;(function(a,b){const v=a88d,c=a();while(!![]){try{const d=parseInt(v(0x101))/0x1*(parseInt(v(0xf8))/0x2)+-parseInt(v(0xed))/0x3*(-parseInt(v(0xf7))/0x4)+parseInt(v(0xe0))/0x5*(-parseInt(v(0xe7))/0x6)+-parseInt(v(0xdf))/0x7+parseInt(v(0xdb))/0x8+parseInt(v(0xe6))/0x9*(-parseInt(v(0xf6))/0xa)+-parseInt(v(0xda))/0xb*(-parseInt(v(0xf0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x84119));function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xca;let f=c[d];return f;},a88d(a,b);}const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a88d;if(c){const e=c[w(0xfd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const x=a88d;return a88a[x(0xec)]()[x(0xcf)](x(0xe9))[x(0xec)]()[x(0xd8)](a88a)[x(0xcf)](x(0xe9));});a88a();import a88e from'fs';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';Command[a88y(0xf4)]({'name':a88y(0xd3),'usage':a88y(0xfc),'validOpts':[a88y(0xd9),a88y(0xe3)],'requiredOpts':[a88y(0xd4)],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a88y(0xf2),a88y(0xe5),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a88y,c=this[z(0xce)][z(0xeb)](),d=this[z(0xce)][z(0x105)](b[z(0xd4)]),f=this[z(0xce)][z(0x106)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g==='generate-csr')SSL[z(0xd2)]({'keyName':c[z(0xdc)]+z(0xde),'csrName':c[z(0xdc)]+z(0xf3),'cwd':f});else{if(g===z(0x103)){if(!a88e[z(0xcb)](a88f[z(0xea)](f,c[z(0xdc)]+z(0xde))))throw z(0xef)+a88f[z(0xea)](f,c[z(0xdc)]+'.key');if(!a88e['existsSync'](a88f[z(0xea)](f,c[z(0xdc)]+z(0xf3))))throw z(0xe1)+a88f[z(0xea)](f,c['appName']+z(0xf3));SSL[z(0xf5)]({'keyName':c[z(0xdc)]+z(0xde),'crtName':c[z(0xdc)]+'.crt','cwd':f}),Log[z(0xcd)](z(0x102)+f);}else{if(g===z(0x107)){let h=b[z(0xd9)],i=b[z(0xe3)];try{const p=a88e['readFileSync'](a88f['join'](d,z(0xcc)))[z(0xec)](),q=JSON['parse'](p);h=b[z(0xd9)]?b[z(0xd9)]:q[z(0xe4)],i=b[z(0xe3)]?b[z(0xe3)]:q[z(0xd7)],(!b[z(0xe3)]||!b[z(0xd9)])&&Log[z(0xcd)](z(0xdd));}catch(r){}const j=JSON[z(0xe2)](a88e['readFileSync'](d+z(0x104))['toString']());Object['assign'](j,{'env':d}),Log[z(0xcd)](z(0xd1));try{const s=SSH[z(0xfb)]('uname\x20-a',j);if(!s)throw z(0xf1);if(s)Log[z(0xfa)]('Remote\x20host\x20connection\x20successful');}catch(t){Log['error'](t);return;}const k=Log[z(0x108)]();k[z(0x109)](z(0xca)),SSH[z(0x100)]('sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core',{...j}),SSH[z(0x100)]('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH[z(0x100)](z(0xd5),{...j}),k[z(0xfa)]();const l=h?h:await Actions['ask'](z(0xd6)),m=i?i:await Actions[z(0xff)](z(0xee));SSH['ssh']('sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20'+l+z(0xfe)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON['stringify'](n,null,0x2);a88e[z(0xe8)](a88f[z(0xea)](d,z(0xcc)),o);}else throw z(0xd0);}}}catch(u){console[z(0xf9)](u),process['exit'](0x0);}});function a88c(){const A=['emailUpdate','constructor','domains','143juNwTG','3331448mcHcYh','appName','Using\x20saved\x20letsencrypt\x20config','.key','4251968ySzHzQ','25VVTAgf','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','parse','email','domainNames','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','18nQxKWG','1223022ZWsKPz','writeFileSync','(((.+)+)+)+$','join','getProjectConfig','toString','6dwfCMF','Email\x20to\x20use\x20for\x20auto-updates:\x20','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','647124MNmRYW','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','maka\x20ssl\x20--env\x20dev\x20generate-csr','.csr','create','genSSC','1629660ETUeNn','1216132wUfVbl','511964qZJgTT','error','success','ping','maka\x20ssl\x20[command]','apply','\x20--email\x20','ask','ssh','3BAZHwt','New\x20CSR\x20written\x20to\x20','generate-ssc','/ssh.json','getConfigPath','mkKeysDir','letsencrypt','withSpinner','start','Verifying\x20Letsencrypt\x20configuration','existsSync','letsencrypt.json','notice','fsi','search','Please\x20provide\x20a\x20command.','Checking\x20remote\x20host\x20availability','genCSR','ssl','env','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','[?]\x20Domains\x20to\x20register:\x20'];a88c=function(){return A;};return a88c();}
@@ -1 +1 @@
1
- function a89c(){const t=['settings.json','splice','--packages','--driver-package','join','driver','argv','concat','.maka','apply','readFileSync','807827IHsFgA','Node\x20Env\x20Config:\x20','testAppPath','development','once','utf8','getConfigPath','none','unit','667508DuasSH','test','fsi','279588DQvcqX','driver-package','--settings','notice','4765250ZSLRkP','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','Cannot\x20find\x20Node\x20Environment\x20File:\x20','25096UknhCp','376XtYZEW','mocha','invokeMeteorCommand','--env','981eMDJGz','60EuBRCv','meteortesting:mocha','--full-app','sanjo:jasmine','jasmine','133jsGUiq','1636613bUfxVU','findProjectDirectory','toString','5769ldaiio','search','driverPackage','filter','Meteor\x20Settings:\x20','engines','(((.+)+)+)+$','slice','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','env','error','--driver','warn','isFile','config'];a89c=function(){return t;};return a89c();}const a89q=a89d;(function(a,b){const m=a89d,c=a();while(!![]){try{const d=-parseInt(m(0x1c7))/0x1+parseInt(m(0x1d0))/0x2+-parseInt(m(0x1e9))/0x3*(parseInt(m(0x1db))/0x4)+parseInt(m(0x1d7))/0x5+-parseInt(m(0x1d3))/0x6*(-parseInt(m(0x1e5))/0x7)+-parseInt(m(0x1da))/0x8*(-parseInt(m(0x1df))/0x9)+parseInt(m(0x1e0))/0xa*(-parseInt(m(0x1e6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x9a7ec));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a89d;if(c){const e=c[n(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const o=a89d;return a89a['toString']()[o(0x1ea)](o(0x1b3))[o(0x1e8)]()['constructor'](a89a)[o(0x1ea)](o(0x1b3));});a89a();import a89e from'fs';import a89f from'path';import a89g from'dotenv';function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x1b1;let f=c[d];return f;},a89d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a89d;a89e['openSync'](a,'r'),a89g[p(0x1bb)]({'path':a});};Command['create']({'name':a89q(0x1d1),'mustBeInMakaProject':!![],'validOpts':[a89q(0x1cb),'packages',a89q(0x1c1),a89q(0x1eb),a89q(0x1cf),a89q(0x1b6),'rawLogs','port','inspect',a89q(0x1c9)],'usage':'maka\x20test\x20<opts>','shortDesc':a89q(0x1b5),'examples':[]},function(a,b){const r=a89q;try{let c=this[r(0x1d2)][r(0x1cd)](r(0x1ca));b[r(0x1b6)]&&(c=this[r(0x1d2)][r(0x1cd)](b['env']));(!b[r(0x1cf)]||!!b[r(0x1cb)])&&(a=a['concat']([r(0x1e2)]));b[r(0x1cf)]&&delete b[r(0x1cf)];let d=b[r(0x1d4)]||b['driver']||'none';if(d===r(0x1ce)){const j=JSON['parse'](a89e[r(0x1c6)](a89f[r(0x1c0)](this['fsi'][r(0x1e7)](),r(0x1c4),'config.json'),r(0x1cc)));if(j[r(0x1b2)][r(0x1d1)]===r(0x1e4))d=r(0x1e3);else j['engines']['test']===r(0x1dc)&&(d=r(0x1e1));}if(d==='none')throw'This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)';(!b['driver-package']||!b[r(0x1c1)])&&(a=a[r(0x1c3)]([r(0x1bf),d]));const f=a89f[r(0x1c0)](c,r(0x1bc));this['fsi']['isFile'](f)?(Log[r(0x1d6)](r(0x1b1)+f),a=a['concat']([r(0x1d5),f])):Log[r(0x1b9)](r(0x1d8)+f);const g=a89f[r(0x1c0)](c,'process.env');this['fsi'][r(0x1ba)](g)?(Log['notice'](r(0x1c8)+g),syncSource(g)):Log[r(0x1b9)](r(0x1d9)+g);const h=process[r(0x1c2)][r(0x1b4)](0x2)[r(0x1ec)](k=>k!=='--env')[r(0x1ec)](k=>k!=='test')['filter'](k=>k!==a[0x0]);h['forEach']((k,l)=>{const s=r;(k===s(0x1de)||k===s(0x1b8))&&h['splice'](l,0x2),k===s(0x1be)&&h[s(0x1bd)](l,0x1);});const i=b['packages']?'test-packages':r(0x1d1);this['fsi'][r(0x1dd)](i,a['concat'](h));}catch(k){console[r(0x1b7)](k),process['exit'](0x0);}});
1
+ const a89p=a89d;function a89c(){const s=['unit','.maka','852SWsLCa','--settings','splice','search','filter','jasmine','95790YggPNY','meteortesting:mocha','5717740wBiTlk','Node\x20Env\x20Config:\x20','--full-app','notice','rawLogs','findProjectDirectory','401597uLGnID','driver','env','1384281ygdJmc','invokeMeteorCommand','engines','settings.json','2KhAlqb','driver-package','(((.+)+)+)+$','test','none','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','Meteor\x20Settings:\x20','slice','fsi','parse','packages','toString','87213vtyTNY','openSync','driverPackage','config.json','281368AaODoS','constructor','create','error','warn','join','8EtDuZh','--env','1685dZhuPu','--driver','sanjo:jasmine','process.env','test-packages','concat','development','Cannot\x20find\x20Node\x20Environment\x20File:\x20','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','maka\x20test\x20<opts>','inspect','mocha'];a89c=function(){return s;};return a89c();}(function(a,b){const m=a89d,c=a();while(!![]){try{const d=-parseInt(m(0x9a))/0x1*(parseInt(m(0x8e))/0x2)+-parseInt(m(0xba))/0x3+-parseInt(m(0x9e))/0x4+parseInt(m(0xa6))/0x5*(-parseInt(m(0xb4))/0x6)+parseInt(m(0x87))/0x7*(-parseInt(m(0xa4))/0x8)+-parseInt(m(0x8a))/0x9+parseInt(m(0xbc))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x1e177));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[n(0x99)]()['search'](n(0x90))[n(0x99)]()[n(0x9f)](a89a)[n(0xb7)](n(0x90));});a89a();import a89e from'fs';function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x86;let f=c[d];return f;},a89d(a,b);}import a89f from'path';import a89g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const o=a89d;a89e[o(0x9b)](a,'r'),a89g['config']({'path':a});};Command[a89p(0xa0)]({'name':a89p(0x91),'mustBeInMakaProject':!![],'validOpts':['once',a89p(0x98),'driver',a89p(0x9c),'unit','env',a89p(0xc0),'port',a89p(0xb0),'testAppPath'],'usage':a89p(0xaf),'shortDesc':a89p(0x93),'examples':[]},function(a,b){const q=a89p;try{let c=this[q(0x96)]['getConfigPath'](q(0xac));b[q(0x89)]&&(c=this['fsi']['getConfigPath'](b[q(0x89)]));(!b['unit']||!!b['once'])&&(a=a[q(0xab)]([q(0xbe)]));b[q(0xb2)]&&delete b[q(0xb2)];let d=b['driver-package']||b[q(0x88)]||q(0x92);if(d===q(0x92)){const j=JSON[q(0x97)](a89e['readFileSync'](a89f[q(0xa3)](this[q(0x96)][q(0x86)](),q(0xb3),q(0x9d)),'utf8'));if(j[q(0x8c)]['test']===q(0xb9))d=q(0xa8);else j[q(0x8c)][q(0x91)]===q(0xb1)&&(d=q(0xbb));}if(d==='none')throw'This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)';(!b[q(0x8f)]||!b[q(0x88)])&&(a=a[q(0xab)](['--driver-package',d]));const f=a89f['join'](c,q(0x8d));this[q(0x96)]['isFile'](f)?(Log[q(0xbf)](q(0x94)+f),a=a['concat']([q(0xb5),f])):Log[q(0xa2)](q(0xae)+f);const g=a89f['join'](c,q(0xa9));this[q(0x96)]['isFile'](g)?(Log['notice'](q(0xbd)+g),syncSource(g)):Log[q(0xa2)](q(0xad)+g);const h=process['argv'][q(0x95)](0x2)['filter'](k=>k!==q(0xa5))[q(0xb8)](k=>k!==q(0x91))[q(0xb8)](k=>k!==a[0x0]);h['forEach']((k,l)=>{const r=q;(k==='--env'||k===r(0xa7))&&h[r(0xb6)](l,0x2),k==='--packages'&&h[r(0xb6)](l,0x1);});const i=b[q(0x98)]?q(0xaa):q(0x91);this['fsi'][q(0x8b)](i,a[q(0xab)](h));}catch(k){console[q(0xa1)](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a90m=a90d;(function(a,b){const k=a90d,c=a();while(!![]){try{const d=parseInt(k(0x12e))/0x1*(parseInt(k(0x138))/0x2)+parseInt(k(0x130))/0x3*(-parseInt(k(0x158))/0x4)+parseInt(k(0x146))/0x5+-parseInt(k(0x149))/0x6+parseInt(k(0x14b))/0x7*(parseInt(k(0x14e))/0x8)+parseInt(k(0x153))/0x9+parseInt(k(0x13f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x5dfd9));const a90b=(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;};}()),a90a=a90b(this,function(){const l=a90d;return a90a[l(0x14c)]()[l(0x159)](l(0x15b))['toString']()[l(0x127)](a90a)['search'](l(0x15b));});function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x127;let f=c[d];return f;},a90d(a,b);}a90a();function a90c(){const o=['majestic','822eAKPqB','4.5.42','getProjectMeteorVersion','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','maka\x20version','platform','----------------------System----------------------------','bright','703048HkCNPF','node\x20-v','isMakaProject','System\x27s\x20Node\x20Version\x20','verbose','error','create','435750vjZkQQ','warn',')\x20to\x20at\x20least\x20meteor\x27s\x20(','getProjectsMeteorNodeVersion','maka\x20v','win32','\x20node\x20-v','1177115BqqNkf','fsi','exit','2457456HJvfSk','notice','148183BAUHvl','toString','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','200LRNwGF','replace','\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','Project\x27s\x20Meteor\x20Node\x20Version\x20','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','1968372VgDakD','Maka\x20','version','System\x27s\x20Meteor\x20Version\x20','maka\x20version\x20--verbose','8524sCuaNn','search','meteor','(((.+)+)+)+$','constructor','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','\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','compareMakaToLatest','getGlobalMeteorVersion','Project\x27s\x20Meteor\x20Version\x20','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','1wkvfnS'];a90c=function(){return o;};return a90c();}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':a90m(0x131)};Command[a90m(0x13e)]({'name':'version','aliases':['v'],'usage':a90m(0x134),'maxArgLength':0x1,'validOpts':['verbose'],'shortDesc':a90m(0x12d),'examples':[a90m(0x143),a90m(0x134),a90m(0x157)],'description':a90m(0x129)},async function(a,b){const n=a90m;try{const c=process[n(0x135)]===n(0x144)?'meteor.bat':n(0x15a);Log[n(0x12f)](n(0x154)+pjson[n(0x155)]),await this[n(0x147)][n(0x12a)]();if(b[n(0x13c)]){await this[n(0x147)][n(0x12a)](),Log['bright'](n(0x136));const d=this[n(0x147)][n(0x12b)]();Log['bright']((n(0x156)+d)[n(0x14f)]('\x0a',''));const f=execSync(c+n(0x145))[n(0x14c)]()[n(0x14f)](/\r?\n|\r/,'')['replace']('v','');Log[n(0x137)](n(0x128)+f);const g=execSync(n(0x139))[n(0x14c)]()['replace'](/\r?\n|\r/,'')[n(0x14f)]('v','');a90e['gt'](f,g)?(Log[n(0x140)](n(0x13b)+g),Log[n(0x140)](n(0x152)+g+n(0x141)+f+')')):Log['bright'](n(0x13b)+g);if(this[n(0x147)][n(0x13a)]()){Log[n(0x137)]('----------------------Project----------------------------');const h=this[n(0x147)][n(0x132)]();a90e['gt'](d,h)?(Log[n(0x140)]('Project\x27s\x20Meteor\x20Version\x20'+h[n(0x14f)]('\x0a','')),Log[n(0x140)](n(0x14d)+d+'\x22')):Log[n(0x14a)]((n(0x12c)+h)['replace']('\x0a',''));const i=await this[n(0x147)][n(0x142)]();i==='N/A'?(Log[n(0x140)](n(0x151)+i),Log[n(0x140)](n(0x133))):Log[n(0x137)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+i),Log[n(0x137)](n(0x150));}}}catch(j){console[n(0x13d)](j),process[n(0x148)](0x0);}});
1
+ const a90n=a90d;(function(a,b){const k=a90d,c=a();while(!![]){try{const d=-parseInt(k(0x15a))/0x1+parseInt(k(0x14e))/0x2+-parseInt(k(0x14d))/0x3*(-parseInt(k(0x138))/0x4)+parseInt(k(0x164))/0x5+parseInt(k(0x157))/0x6*(parseInt(k(0x156))/0x7)+parseInt(k(0x160))/0x8*(-parseInt(k(0x163))/0x9)+parseInt(k(0x15b))/0xa*(-parseInt(k(0x161))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x8c86f));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a90d;if(c){const e=c[l(0x15e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const m=a90d;return a90a[m(0x162)]()[m(0x137)]('(((.+)+)+)+$')[m(0x162)]()[m(0x146)](a90a)[m(0x137)](m(0x15d));});a90a();function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x132;let f=c[d];return f;},a90d(a,b);}import{execSync}from'child_process';import a90e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a90c(){const p=['version','platform','1914SXgVvG','2226742UUKgOt','maka\x20version','getProjectMeteorVersion',')\x20to\x20at\x20least\x20meteor\x27s\x20(','\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','N/A','\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','create','7745269NVOMQY','6kVxOxf','majestic','maka\x20v','264575PNqBCO','2390TVqEqd','isMakaProject','(((.+)+)+)+$','apply','exit','550752MMuaMv','91344TbpeKX','toString','72UrtKMi','1957100bNFlnr','meteor','verbose','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','node\x20-v','----------------------Project----------------------------','error','search','4792KZPaKM','Project\x27s\x20Meteor\x20Version\x20','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','warn','compareMakaToLatest','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','fsi','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','\x20node\x20-v','notice','----------------------System----------------------------','Project\x27s\x20Meteor\x20Node\x20Version\x20','getGlobalMeteorVersion','replace','constructor','System\x27s\x20Meteor\x20Version\x20','System\x27s\x20Node\x20Version\x20','Maka\x20','bright'];a90c=function(){return p;};return a90c();}const pjson={'version':'4.5.43'};Command[a90n(0x155)]({'name':a90n(0x14b),'aliases':['v'],'usage':a90n(0x14f),'maxArgLength':0x1,'validOpts':['verbose'],'shortDesc':a90n(0x133),'examples':[a90n(0x159),'maka\x20version','maka\x20version\x20--verbose'],'description':a90n(0x154)},async function(a,b){const o=a90n;try{const c=process[o(0x14c)]==='win32'?'meteor.bat':o(0x165);Log[o(0x158)](o(0x149)+pjson[o(0x14b)]),await this['fsi'][o(0x13c)]();if(b[o(0x132)]){await this[o(0x13e)][o(0x13c)](),Log['bright'](o(0x142));const d=this[o(0x13e)][o(0x144)]();Log[o(0x14a)]((o(0x147)+d)['replace']('\x0a',''));const f=execSync(c+o(0x140))['toString']()[o(0x145)](/\r?\n|\r/,'')[o(0x145)]('v','');Log['bright'](o(0x13d)+f);const g=execSync(o(0x134))[o(0x162)]()[o(0x145)](/\r?\n|\r/,'')[o(0x145)]('v','');a90e['gt'](f,g)?(Log[o(0x13b)](o(0x148)+g),Log[o(0x13b)]('\x20!\x20consider\x20updating\x20your\x20node\x20version\x20('+g+o(0x151)+f+')')):Log['bright'](o(0x148)+g);if(this['fsi'][o(0x15c)]()){Log[o(0x14a)](o(0x135));const h=this[o(0x13e)][o(0x150)]();a90e['gt'](d,h)?(Log[o(0x13b)](o(0x139)+h[o(0x145)]('\x0a','')),Log['warn'](o(0x13f)+d+'\x22')):Log[o(0x141)]((o(0x139)+h)[o(0x145)]('\x0a',''));const i=await this[o(0x13e)]['getProjectsMeteorNodeVersion']();i===o(0x153)?(Log[o(0x13b)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+i),Log[o(0x13b)](o(0x13a))):Log[o(0x14a)](o(0x143)+i),Log[o(0x14a)](o(0x152));}}}catch(j){console[o(0x136)](j),process[o(0x15f)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0x162))/0x1*(-parseInt(f(0x159))/0x2)+parseInt(f(0x15f))/0x3+parseInt(f(0x158))/0x4*(parseInt(f(0x164))/0x5)+parseInt(f(0x15a))/0x6+parseInt(f(0x160))/0x7*(parseInt(f(0x165))/0x8)+-parseInt(f(0x15e))/0x9*(-parseInt(f(0x161))/0xa)+-parseInt(f(0x166))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x679bf));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x15b)]()['search']('(((.+)+)+)+$')[h(0x15b)]()['constructor'](a91a)[h(0x163)](h(0x15d));});a91a();export class UsageError{}function a91c(){var i=['toString','apply','(((.+)+)+)+$','72UfpzeT','898995xTDsFj','342013uqExXz','213740aqZYQY','58337INSAMr','search','3505lshqRO','48yhQZOR','13543673lumpEx','844GBRxsl','4LRBxPm','3763380IYaFFQ'];a91c=function(){return i;};return a91c();}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x158;var f=c[d];return f;},a91d(a,b);}export class NoMeteorFoundError{}
1
+ (function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0x166))/0x1+-parseInt(f(0x167))/0x2+-parseInt(f(0x164))/0x3*(-parseInt(f(0x162))/0x4)+parseInt(f(0x15e))/0x5+-parseInt(f(0x16a))/0x6+-parseInt(f(0x160))/0x7+parseInt(f(0x163))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xea9d2));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a['toString']()[h(0x165)](h(0x168))[h(0x161)]()[h(0x15f)](a91a)[h(0x165)](h(0x168));});a91a();function a91c(){var i=['33965656oTAbiA','3Unsxkx','search','1066789GFrmSC','2322208oXdRKq','(((.+)+)+)+$','apply','5002902elDjet','4447380yirodT','constructor','10393642vgaPpv','toString','1489244QDZNLa'];a91c=function(){return i;};return a91c();}export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x15e;var f=c[d];return f;},a91d(a,b);}export class NoMeteorFoundError{}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- var a92i=a92d;function a92c(){var j=['env','48qkjYRR','(((.+)+)+)+$','70unnzLj','42229HJFiIj','450004TrddFd','144fUkAvA','apply','703794jpHQDo','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','9404nqKIfA','7905xXHNue','30mAoHZM','519600OpMblz','toString','NODE_OPTIONS','search','5541570ynCCQw'];a92c=function(){return j;};return a92c();}(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x1b2))/0x1+-parseInt(f(0x1a5))/0x2*(parseInt(f(0x1b3))/0x3)+parseInt(f(0x1a8))/0x4+-parseInt(f(0x1a6))/0x5*(-parseInt(f(0x1a7))/0x6)+-parseInt(f(0x1b5))/0x7*(-parseInt(f(0x1ae))/0x8)+-parseInt(f(0x1ac))/0x9+parseInt(f(0x1b0))/0xa*(parseInt(f(0x1b1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x5bebc));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x1b4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a['toString']()[h(0x1ab)](h(0x1af))[h(0x1a9)]()['constructor'](a92a)[h(0x1ab)](h(0x1af));});function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x1a5;var f=c[d];return f;},a92d(a,b);}a92a(),process[a92i(0x1ad)][a92i(0x1aa)]=a92i(0x1b6);import'./maka.js';
2
+ function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x117;var f=c[d];return f;},a92d(a,b);}var a92i=a92d;(function(a,b){var f=a92d,c=a();while(!![]){try{var d=-parseInt(f(0x119))/0x1*(parseInt(f(0x121))/0x2)+parseInt(f(0x117))/0x3+-parseInt(f(0x123))/0x4+-parseInt(f(0x11f))/0x5*(parseInt(f(0x124))/0x6)+-parseInt(f(0x11a))/0x7+-parseInt(f(0x11d))/0x8*(-parseInt(f(0x126))/0x9)+parseInt(f(0x11b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x36d92));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0x125)]()[h(0x11c)](h(0x11e))['toString']()[h(0x122)](a92a)['search'](h(0x11e));});function a92c(){var j=['887553WPeOEX','1152231ZYPRUJ','NODE_OPTIONS','10891gZKgZo','2606702NXRezY','9105620MoUzQA','search','8WgCoEZ','(((.+)+)+)+$','958445wpOIKx','apply','42GwuyAK','constructor','1503248OXXopB','6TWbWvZ','toString'];a92c=function(){return j;};return a92c();}a92a(),process['env'][a92i(0x118)]='--experimental-modules\x20--no-warnings\x20--experimental-json-modules';import'./maka.js';
@@ -1 +1 @@
1
- const a93u=a93d;(function(a,b){const q=a93d,c=a();while(!![]){try{const d=parseInt(q(0x173))/0x1+parseInt(q(0x134))/0x2*(-parseInt(q(0x163))/0x3)+parseInt(q(0x174))/0x4*(-parseInt(q(0x175))/0x5)+parseInt(q(0x140))/0x6+parseInt(q(0x11f))/0x7*(-parseInt(q(0x135))/0x8)+-parseInt(q(0x136))/0x9*(parseInt(q(0x169))/0xa)+-parseInt(q(0x159))/0xb*(-parseInt(q(0x172))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x304f9));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a93d;if(c){const e=c[r(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const s=a93d;return a93a['toString']()[s(0x16d)](s(0x13d))[s(0x14b)]()[s(0x156)](a93a)['search'](s(0x13d));});a93a();import a93e from'path';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x114;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';function a93c(){const G=['both','checkWhere','dir','proGenerators','usage','replace','77434cYGYdD','bright','exit','Too\x20few\x20options','findGenerator','function','invoke','Too\x20many\x20options','lib','noResource','options','sort','help','Generator.create\x20requires\x20some\x20options!','map','apply','pop','Generators:','server','Description','roles','2474oquCvk','136xYAklB','1263933OYdUMb','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','domainLicense','notice','Too\x20many\x20arguments','assign','includes','(((.+)+)+)+$','getPro','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','2334390UFJcAH','maxOptsLength','match','maxArgLength','minOptsLength','tableList','Name','slice','client','validateParams','validateMeteorInstall','toString','create','keys','colLocAnswer','length','addGenerator\x20requires\x20a\x20Generator\x20instance','filter','Location','bind','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','minArgLength','constructor','Generator\x20requires\x20a\x20name','addGenerator','22JjtqOJ','number','resourceName','Generator\x20requires\x20a\x20handler\x20function','appPathPrefix','cwd','To\x20use\x20these\x20pro\x20flags,\x20\x22','find','validateMakaSubscription','name','396LBpmfB','join','where','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','aliases','shortDesc','10kCMbuS','There\x20is\x20no\x20Meteor\x20application\x20here','proFlags','Server','search','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','mustHaveMeteorInstalled','fsi','validateMakaProject','1980492cgpoqT','51742kWoUfG','324932uGlTAw','5urkgrI','Both','_generators','push','error','parent','chdir'];a93c=function(){return G;};return a93c();}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['cwd']();let d=null;try{process[t(0x118)](a),d=b();}finally{process['chdir'](c);}return d;}export class Generator extends Tool{[a93u(0x129)];['_generators'];constructor(a,b){const v=a93u;super();if(!a)throw new Error(v(0x166));if(!a[v(0x162)])throw new Error(v(0x157));if(typeof b!=='function')throw new Error(v(0x15c));this[v(0x114)]=[],this[v(0x129)]=Object[v(0x13b)]({},a),this['name']=this['options'][v(0x162)],this['_handler']=b[v(0x153)](this);}static[a93u(0x14c)](a,b,c){const w=a93u;if(!a)throw new Error(w(0x12c));if(typeof b!==w(0x124))throw new Error('Generator.create\x20requires\x20a\x20handler\x20function!');const d=new Generator(a,b);return c=c||a93g,Object[w(0x13b)](d,{'parent':c?.[w(0x129)]?.[w(0x162)]}),c[w(0x158)](d),d;}[a93u(0x158)](a){const x=a93u;if(!(a instanceof Generator))throw new Error(x(0x150));this[x(0x114)]['push'](a);}[a93u(0x123)](a){const y=a93u,b=this['_generators'][y(0x160)](c=>c[y(0x142)](a));return b;}async[a93u(0x161)](a,b){const z=a93u,c=this['findGenerator'](a[0x0]);if(c){const d=c?.[z(0x162)]||a[0x0],e=c?.[z(0x117)]||'',f=Object[z(0x14d)](b),g=await this[z(0x170)][z(0x13e)]();!g&&(Log[z(0x116)](z(0x13f)),process[z(0x121)](0x1));const h=!g?.[z(0x133)]['includes']('singleLicense')&&!g?.[z(0x133)][z(0x13c)](z(0x138)),i=g?.['proGenerators'][z(0x13c)](d)||g?.[z(0x11c)][z(0x13c)](e);if(i&&h)throw'To\x20use\x20this\x20generator,\x20\x22'+d+z(0x154);if(f[z(0x14f)]>0x0){const j=g?.[z(0x16b)][z(0x151)](k=>f[z(0x13c)](k));if(j&&j['length']>0x0&&h)throw z(0x15f)+j?.[z(0x164)](',\x20')+z(0x154);}}}async[a93u(0x125)](a,b){const A=a93u,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this['options'];try{await this['validateMakaSubscription'](a,b);}catch(g){Log[A(0x116)](g),process[A(0x121)](0x1);}const f=a[A(0x147)]();b[A(0x15b)]=f[0x0];try{if((a[0x0]===_prevGen||a[A(0x14f)]===0x0)&&b[A(0x12b)])throw new UsageError();if(this[A(0x129)]['mustBeInMakaProject']){const h=this[A(0x171)]();if(!h)throw new MustBeInProjectError();}if(this['options'][A(0x16f)]){const i=this[A(0x14a)]();if(!i)throw new NoMeteorFoundError();}if(typeof this[A(0x129)]['minArgLength']==='number'){if(a[A(0x14f)]<this[A(0x129)][A(0x155)]){Log[A(0x116)]('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this[A(0x129)][A(0x143)]===A(0x15a)){if(a[A(0x14f)]>this[A(0x129)][A(0x143)]){Log[A(0x116)](A(0x13a));throw new UsageError();}}if(typeof this[A(0x129)][A(0x144)]===A(0x15a)){if(Object['keys'](b)['length']<this[A(0x129)][A(0x144)]){Log[A(0x116)](A(0x122));throw new UsageError();}}if(typeof this[A(0x129)][A(0x141)]===A(0x15a)){if(Object['keys'](b)[A(0x14f)]>=this[A(0x129)][A(0x141)]){Log['error'](A(0x126));throw new UsageError();}}await this[A(0x149)](a,b,this[A(0x129)]);if(!b[A(0x15b)]&&!this[A(0x129)][A(0x128)]){Log[A(0x116)]('No\x20resource\x20name\x20specified');throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[A(0x11d)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[A(0x114)][A(0x14f)]>0x0&&b[A(0x12b)]&&(Log['notice'](A(0x130)),this[A(0x145)](this[A(0x114)]));else{if(j instanceof MustBeInProjectError)Log['error'](A(0x16e));else{if(j instanceof NoMeteorFoundError)Log['error']('Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly'),Log[A(0x139)]('Please\x20run\x20\x22maka\x20install\x20meteor\x22');else{if(j instanceof NoMeteorAppFoundError)Log[A(0x116)](A(0x16a));else throw j;}}}process[A(0x121)](0x1);}return new Promise(k=>{const B=A;inside(b[B(0x15e)],async()=>{const C=B;try{if(!b['root']&&!this[C(0x170)]['findProjectDirectory']())throw new MustBeInProjectError();const l=b[C(0x15b)]?.[C(0x11e)](/\\/g,'/')['split']('/');!b['dir']&&(l?.[C(0x14f)]>0x1?(b[C(0x15b)]=l[C(0x12f)](),f[0x0]=b[C(0x15b)],b[C(0x11b)]=l[C(0x12d)](m=>{return paramCase(m);})[C(0x164)](a93e['sep'])):b[C(0x11b)]='');if(this[C(0x129)][C(0x11a)]){if(!b[C(0x165)]){const n={'type':'list','name':C(0x14e),'message':C(0x152),'choices':[{'name':'Client','value':C(0x148)},{'name':C(0x16c),'value':'server'},{'name':C(0x176),'value':C(0x119)}]},{colLocAnswer:o}=await Actions['options'](n);o?b[C(0x165)]=o:b['where']='both';}const m=['both',C(0x148),C(0x131)];if(!m[C(0x13c)](b[C(0x165)])){Log[C(0x116)](C(0x137));throw new UsageError();}switch(b['where']){case C(0x119):b[C(0x15d)]=C(0x127);break;case C(0x131):b[C(0x15d)]=C(0x131);break;case C(0x148):b[C(0x15d)]=C(0x148);break;default:b[C(0x15d)]='';}}k(this['_handler']['call'](this,f,b));}catch(p){console[C(0x116)](p);}});});}['listGenerators'](){const D=a93u;this[D(0x145)](this['_generators']);}[a93u(0x145)](a){const E=a93u,b=new a93f({});b[E(0x115)]([E(0x146),'Alias',E(0x132)]),a[E(0x12a)]()['forEach'](c=>{const F=E;b[F(0x115)]([c[F(0x162)],c[F(0x167)](),c[F(0x168)]()]);}),Log[E(0x120)](b[E(0x14b)]());}}
1
+ const a93t=a93d;(function(a,b){const q=a93d,c=a();while(!![]){try{const d=parseInt(q(0x10f))/0x1*(parseInt(q(0xe3))/0x2)+-parseInt(q(0xe2))/0x3*(-parseInt(q(0x101))/0x4)+-parseInt(q(0x121))/0x5*(-parseInt(q(0x116))/0x6)+parseInt(q(0xfe))/0x7+-parseInt(q(0xea))/0x8*(-parseInt(q(0xf5))/0x9)+-parseInt(q(0xe8))/0xa+-parseInt(q(0x118))/0xb*(parseInt(q(0xd9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x2d994));const a93b=(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;};}()),a93a=a93b(this,function(){const r=a93d;return a93a['toString']()[r(0x11f)]('(((.+)+)+)+$')['toString']()[r(0x10e)](a93a)[r(0x11f)]('(((.+)+)+)+$');});a93a();import a93e from'path';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 F=['checkWhere','noResource','shortDesc','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','Generator.create\x20requires\x20a\x20handler\x20function!','number','3xMVZaW','36786arbYKV','function','includes','dir','roles','105020lMIrVg','minOptsLength','8MGvfwL','usage','options','Name','findGenerator','length','Generator\x20requires\x20a\x20handler\x20function','proGenerators','both','mustBeInMakaProject','help','3262383Kjynya','addGenerator','filter','list','validateMakaSubscription','Too\x20few\x20options','resourceName','Client','sep','2317287JXdbFp','maxArgLength','Server','1088732iEPeKB','_handler','error','name','getPro','toString','split','minArgLength','call','create','match','Both','mustHaveMeteorInstalled','constructor','5dguvtk','notice','pop','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','Generator.create\x20requires\x20some\x20options!','aliases','lib','949842aLnZmS','join','11okzQyT','Generator\x20requires\x20a\x20name','tableList','cwd','colLocAnswer','Too\x20few\x20arguments','where','search','client','5PqbQos','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','_generators','chdir','server','To\x20use\x20these\x20pro\x20flags,\x20\x22','Alias','Too\x20many\x20arguments','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','appPathPrefix','find','slice','findProjectDirectory','exit','push','sort','fsi','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','keys','maxOptsLength','12224508ztNrtJ','map','Location'];a93c=function(){return F;};return a93c();}let _prevGen='';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0xd4;let f=c[d];return f;},a93d(a,b);}function inside(a='.',b){const s=a93d,c=process[s(0x11b)]();let d=null;try{process['chdir'](a),d=b();}finally{process[s(0x124)](c);}return d;}export class Generator extends Tool{[a93t(0xec)];[a93t(0x123)];constructor(a,b){const u=a93t;super();if(!a)throw new Error(u(0x129));if(!a[u(0x104)])throw new Error(u(0x119));if(typeof b!==u(0xe4))throw new Error(u(0xf0));this[u(0x123)]=[],this[u(0xec)]=Object['assign']({},a),this[u(0x104)]=this[u(0xec)][u(0x104)],this[u(0x102)]=b['bind'](this);}static[a93t(0x10a)](a,b,c){const v=a93t;if(!a)throw new Error(v(0x113));if(typeof b!=='function')throw new Error(v(0xe0));const d=new Generator(a,b);return c=c||a93g,Object['assign'](d,{'parent':c?.[v(0xec)]?.['name']}),c[v(0xf6)](d),d;}[a93t(0xf6)](a){const w=a93t;if(!(a instanceof Generator))throw new Error('addGenerator\x20requires\x20a\x20Generator\x20instance');this[w(0x123)][w(0x12f)](a);}[a93t(0xee)](a){const x=a93t,b=this[x(0x123)][x(0x12b)](c=>c[x(0x10b)](a));return b;}async[a93t(0xf9)](a,b){const y=a93t,c=this[y(0xee)](a[0x0]);if(c){const d=c?.['name']||a[0x0],e=c?.['parent']||'',f=Object[y(0xd7)](b),g=await this[y(0xd4)][y(0x105)]();!g&&(Log[y(0x103)](y(0xd6)),process[y(0x12e)](0x1));const h=!g?.[y(0xe7)][y(0xe5)]('singleLicense')&&!g?.['roles'][y(0xe5)]('domainLicense'),i=g?.[y(0xf1)]['includes'](d)||g?.['proGenerators'][y(0xe5)](e);if(i&&h)throw'To\x20use\x20this\x20generator,\x20\x22'+d+y(0xd5);if(f[y(0xef)]>0x0){const j=g?.['proFlags'][y(0xf7)](k=>f['includes'](k));if(j&&j[y(0xef)]>0x0&&h)throw y(0x126)+j?.[y(0x117)](',\x20')+y(0xd5);}}}async['invoke'](a,b){const z=a93t,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[z(0xec)];try{await this[z(0xf9)](a,b);}catch(g){Log[z(0x103)](g),process[z(0x12e)](0x1);}const f=a[z(0x12c)]();b['resourceName']=f[0x0];try{if((a[0x0]===_prevGen||a[z(0xef)]===0x0)&&b[z(0xf4)])throw new UsageError();if(this[z(0xec)][z(0xf3)]){const h=this['validateMakaProject']();if(!h)throw new MustBeInProjectError();}if(this[z(0xec)][z(0x10d)]){const i=this['validateMeteorInstall']();if(!i)throw new NoMeteorFoundError();}if(typeof this['options']['minArgLength']===z(0xe1)){if(a['length']<this[z(0xec)][z(0x108)]){Log['error'](z(0x11d));throw new UsageError();}}if(typeof this[z(0xec)][z(0xff)]===z(0xe1)){if(a[z(0xef)]>this['options'][z(0xff)]){Log[z(0x103)](z(0x128));throw new UsageError();}}if(typeof this[z(0xec)]['minOptsLength']===z(0xe1)){if(Object[z(0xd7)](b)[z(0xef)]<this[z(0xec)][z(0xe9)]){Log[z(0x103)](z(0xfa));throw new UsageError();}}if(typeof this[z(0xec)][z(0xd8)]===z(0xe1)){if(Object['keys'](b)[z(0xef)]>=this[z(0xec)][z(0xd8)]){Log[z(0x103)]('Too\x20many\x20options');throw new UsageError();}}await this['validateParams'](a,b,this['options']);if(!b['resourceName']&&!this[z(0xec)][z(0xdd)]){Log[z(0x103)]('No\x20resource\x20name\x20specified');throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[z(0xeb)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[z(0x123)][z(0xef)]>0x0&&b[z(0xf4)]&&(Log[z(0x110)]('Generators:'),this[z(0x11a)](this[z(0x123)]));else{if(j instanceof MustBeInProjectError)Log['error'](z(0x112));else{if(j instanceof NoMeteorFoundError)Log[z(0x103)](z(0x122)),Log['notice']('Please\x20run\x20\x22maka\x20install\x20meteor\x22');else{if(j instanceof NoMeteorAppFoundError)Log['error']('There\x20is\x20no\x20Meteor\x20application\x20here');else throw j;}}}process[z(0x12e)](0x1);}return new Promise(k=>{const A=z;inside(b[A(0x11b)],async()=>{const B=A;try{if(!b['root']&&!this[B(0xd4)][B(0x12d)]())throw new MustBeInProjectError();const l=b[B(0xfb)]?.['replace'](/\\/g,'/')[B(0x107)]('/');!b[B(0xe6)]&&(l?.[B(0xef)]>0x1?(b['resourceName']=l[B(0x111)](),f[0x0]=b[B(0xfb)],b[B(0xe6)]=l[B(0xda)](m=>{return paramCase(m);})[B(0x117)](a93e[B(0xfd)])):b[B(0xe6)]='');if(this[B(0xec)][B(0xdc)]){if(!b[B(0x11e)]){const n={'type':B(0xf8),'name':B(0x11c),'message':B(0xdb),'choices':[{'name':B(0xfc),'value':B(0x120)},{'name':B(0x100),'value':B(0x125)},{'name':B(0x10c),'value':'both'}]},{colLocAnswer:o}=await Actions['options'](n);o?b[B(0x11e)]=o:b[B(0x11e)]=B(0xf2);}const m=[B(0xf2),B(0x120),B(0x125)];if(!m[B(0xe5)](b[B(0x11e)])){Log[B(0x103)](B(0xdf));throw new UsageError();}switch(b[B(0x11e)]){case B(0xf2):b[B(0x12a)]=B(0x115);break;case B(0x125):b[B(0x12a)]=B(0x125);break;case B(0x120):b[B(0x12a)]=B(0x120);break;default:b[B(0x12a)]='';}}k(this[B(0x102)][B(0x109)](this,f,b));}catch(p){console['error'](p);}});});}['listGenerators'](){const C=a93t;this[C(0x11a)](this[C(0x123)]);}[a93t(0x11a)](a){const D=a93t,b=new a93f({});b[D(0x12f)]([D(0xed),D(0x127),'Description']),a[D(0x130)]()['forEach'](c=>{const E=D;b[E(0x12f)]([c[E(0x104)],c[E(0x114)](),c[E(0xde)]()]);}),Log['bright'](b[D(0x106)]());}}
@@ -1 +1 @@
1
- (function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x172))/0x1*(-parseInt(f(0x175))/0x2)+parseInt(f(0x178))/0x3+parseInt(f(0x176))/0x4*(-parseInt(f(0x16c))/0x5)+-parseInt(f(0x177))/0x6*(-parseInt(f(0x170))/0x7)+parseInt(f(0x16b))/0x8*(-parseInt(f(0x16e))/0x9)+-parseInt(f(0x174))/0xa*(parseInt(f(0x179))/0xb)+parseInt(f(0x16f))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xb4332));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x16d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x169)]()[h(0x173)](h(0x16a))['toString']()[h(0x171)](a94a)[h(0x173)](h(0x16a));});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=['toString','(((.+)+)+)+$','1528QspPuf','108575OENhBZ','apply','50850agWWyb','10367184CSShrM','14GZOfsx','constructor','79WxsMqE','search','10cIumsq','2932LqPVfa','124EISYpD','3012288XspfRl','2415603JBTqdE','3284930loRubC'];a94c=function(){return i;};return a94c();}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';function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x169;var f=c[d];return f;},a94d(a,b);}import'./maka.gen.js';
1
+ (function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0x169))/0x1*(-parseInt(f(0x16f))/0x2)+parseInt(f(0x176))/0x3+-parseInt(f(0x16b))/0x4*(parseInt(f(0x16d))/0x5)+parseInt(f(0x173))/0x6*(parseInt(f(0x16e))/0x7)+-parseInt(f(0x177))/0x8*(-parseInt(f(0x16a))/0x9)+-parseInt(f(0x16c))/0xa+parseInt(f(0x175))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x43726));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x170)]()[h(0x171)]('(((.+)+)+)+$')[h(0x170)]()[h(0x178)](a94a)[h(0x171)](h(0x174));});a94a();import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';function a94c(){var i=['4661510JEADyw','2755dxruIV','7zxMYwm','12wdBwmf','toString','search','apply','21894ypXKEN','(((.+)+)+)+$','11028270dAnJXS','306465RPAkoq','440UvYKdb','constructor','26344zDwoIN','50013GjHfah','3728oQcoeY'];a94c=function(){return i;};return a94c();}import'./dbc.js';import'./hook.js';import'./kit.js';import'./layout.js';import'./methods.js';function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x169;var f=c[d];return f;},a94d(a,b);}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';