@maka/maka-cli 4.5.44 → 4.5.45

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 (135) hide show
  1. package/.eslintrc.json +2 -1
  2. package/bundle/obf/package.json +1 -1
  3. package/bundle/obf/src/command.js +1 -1
  4. package/bundle/obf/src/commands/_index.js +1 -1
  5. package/bundle/obf/src/commands/ai.js +1 -1
  6. package/bundle/obf/src/commands/aws/_index.js +1 -1
  7. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/build/_index.js +1 -1
  21. package/bundle/obf/src/commands/build/build.js +1 -1
  22. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  23. package/bundle/obf/src/commands/create.js +1 -1
  24. package/bundle/obf/src/commands/debug.js +1 -1
  25. package/bundle/obf/src/commands/deploy.js +1 -1
  26. package/bundle/obf/src/commands/game/_index.js +1 -1
  27. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  28. package/bundle/obf/src/commands/game/play.command.js +1 -1
  29. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/generate.js +1 -1
  67. package/bundle/obf/src/commands/get/_index.js +1 -1
  68. package/bundle/obf/src/commands/get/get.command.js +1 -1
  69. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  72. package/bundle/obf/src/commands/help.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/log/log.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/options/options.class.js +1 -1
  130. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  132. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  135. 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(0x178))/0x1*(parseInt(g(0x15f))/0x2)+-parseInt(g(0x165))/0x3*(parseInt(g(0x16d))/0x4)+parseInt(g(0x16b))/0x5*(-parseInt(g(0x160))/0x6)+parseInt(g(0x173))/0x7*(-parseInt(g(0x167))/0x8)+-parseInt(g(0x162))/0x9+parseInt(g(0x16c))/0xa*(-parseInt(g(0x175))/0xb)+parseInt(g(0x16a))/0xc*(parseInt(g(0x166))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc386b));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x168)]()[i(0x163)](i(0x164))['toString']()['constructor'](a76a)[i(0x163)](i(0x164));});a76a();import{Command}from'../command.js';const Maka=new Command({'name':a76j(0x15d),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a76j(0x177),'disableAuthCheck':!![],'examples':[a76j(0x172),'maka\x20install\x20meteor',a76j(0x170),a76j(0x16e)],'description':a76j(0x169)},async function(a,b){const k=a76j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0x161)](c,a[k(0x174)](0x1),b):this[k(0x171)][k(0x176)]();}catch(f){console[k(0x16f)](f),process[k(0x15e)](0x1);}});function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x15c;let f=c[d];return f;},a76d(a,b);}export default Maka;function a76c(){const l=['maka','exit','304rZoKaC','431544hUDgVJ','runSubCommand','4153905MfIlTX','search','(((.+)+)+)+$','40137UHbDPh','65CTvxid','4997152nnoMDT','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','10535448bfHRJu','10UvlYyn','10dyDznv','340oFWpZH','maka\x20run','error','maka\x20create\x20Todo','fsi','maka\x20--help','7YPcTgb','slice','13459809PVmvLd','maybeProxyCommandToMeteor','maka\x20<command>\x20[<args>]\x20[<opts>]','13IVftIP','apply'];a76c=function(){return l;};return a76c();}
1
+ const a76j=a76d;(function(a,b){const g=a76d,c=a();while(!![]){try{const d=parseInt(g(0x1e4))/0x1+-parseInt(g(0x1d7))/0x2+-parseInt(g(0x1db))/0x3*(parseInt(g(0x1ed))/0x4)+-parseInt(g(0x1e7))/0x5*(parseInt(g(0x1ee))/0x6)+-parseInt(g(0x1d9))/0x7*(-parseInt(g(0x1f0))/0x8)+-parseInt(g(0x1e8))/0x9*(-parseInt(g(0x1e9))/0xa)+-parseInt(g(0x1e0))/0xb*(-parseInt(g(0x1e6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa156c));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a76d;if(c){const e=c[h(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x1d8)]()['search'](i(0x1ec))[i(0x1d8)]()[i(0x1de)](a76a)['search'](i(0x1ec));});function a76c(){const l=['189136ufqpUF','fsi','12UNSNRh','15aeRcUq','191214bFXMbE','160PlveDL','maybeProxyCommandToMeteor','maka\x20<command>\x20[<args>]\x20[<opts>]','(((.+)+)+)+$','4JIAsKv','1117056odqoLT','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','2264PIHxcn','972062xPQQiq','toString','16989OjoaXS','runSubCommand','3669123mtuCAw','apply','slice','constructor','findSubCommand','18837841tNJxNb','maka\x20create\x20Todo','exit','error'];a76c=function(){return l;};return a76c();}function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1d7;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(0x1ef),'validOpts':[],'usage':a76j(0x1eb),'disableAuthCheck':!![],'examples':['maka\x20--help','maka\x20install\x20meteor',a76j(0x1e1),'maka\x20run'],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a76j;try{const c=a[0x0],d=this[k(0x1df)](c);d?this[k(0x1da)](c,a[k(0x1dd)](0x1),b):this[k(0x1e5)][k(0x1ea)]();}catch(f){console[k(0x1e3)](f),process[k(0x1e2)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a77i=a77d;(function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0xee))/0x1*(-parseInt(f(0xf1))/0x2)+parseInt(f(0xea))/0x3+parseInt(f(0xf2))/0x4*(-parseInt(f(0xf4))/0x5)+-parseInt(f(0xe9))/0x6+parseInt(f(0xeb))/0x7*(-parseInt(f(0xf3))/0x8)+parseInt(f(0xf7))/0x9*(-parseInt(f(0xed))/0xa)+parseInt(f(0xe3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x582cb));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a[h(0xe2)]()[h(0xf6)](h(0xe1))[h(0xe2)]()[h(0xef)](a77a)['search'](h(0xe1));});a77a();function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xe1;var f=c[d];return f;},a77d(a,b);}import{Command}from'../command.js';function a77c(){var k=['font-family:\x20monospace','4NXtssC','58972dzhndy','984736KBkeBy','215AwctUQ','exit','search','680607OAjcnJ','(((.+)+)+)+$','toString','20165442mmYgJu','create','Murrrrderrrrr','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','maka\x20murder','apply','1316064AzSxsg','960453LjSFNd','28thNQnc','error','30sXBoDj','109840vGAqWK','constructor'];a77c=function(){return k;};return a77c();}Command[a77i(0xe4)]({'name':'murder','usage':a77i(0xe7),'maxArgLength':0x1,'shortDesc':a77i(0xe5),'validOpts':[]},async function(){var j=a77i;try{console['log'](j(0xe6),j(0xf0));}catch(a){console[j(0xec)](a),process[j(0xf5)](0x0);}});
1
+ function a77c(){var k=['6ouVfpF','create','apply','error','constructor','965418XajseL','murder','(((.+)+)+)+$','font-family:\x20monospace','442232fccdvh','search','%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','Murrrrderrrrr','40157JMcDPX','1209215UbtAQv','toString','139112FHoDbx','458845twmKUU','log','560970XCPXbc'];a77c=function(){return k;};return a77c();}var a77i=a77d;function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x1c6;var f=c[d];return f;},a77d(a,b);}(function(a,b){var f=a77d,c=a();while(!![]){try{var d=-parseInt(f(0x1d4))/0x1+parseInt(f(0x1c6))/0x2+-parseInt(f(0x1c7))/0x3*(-parseInt(f(0x1d7))/0x4)+-parseInt(f(0x1d8))/0x5+parseInt(f(0x1cc))/0x6+-parseInt(f(0x1d5))/0x7+-parseInt(f(0x1d0))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x24dd2));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0x1c9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a[h(0x1d6)]()[h(0x1d1)](h(0x1ce))[h(0x1d6)]()[h(0x1cb)](a77a)[h(0x1d1)](h(0x1ce));});a77a();import{Command}from'../command.js';Command[a77i(0x1c8)]({'name':a77i(0x1cd),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a77i(0x1d3),'validOpts':[]},async function(){var j=a77i;try{console[j(0x1d9)](j(0x1d2),j(0x1cf));}catch(a){console[j(0x1ca)](a),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=parseInt(n(0x19f))/0x1*(-parseInt(n(0x187))/0x2)+-parseInt(n(0x1a9))/0x3+-parseInt(n(0x18f))/0x4+parseInt(n(0x18b))/0x5+parseInt(n(0x1b3))/0x6*(parseInt(n(0x193))/0x7)+parseInt(n(0x1ac))/0x8*(parseInt(n(0x18e))/0x9)+parseInt(n(0x18a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x75eff));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x198)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a['toString']()[p(0x197)](p(0x199))['toString']()[p(0x191)](a78a)[p(0x197)](p(0x199));});a78a();import a78e from'fs';import a78f from'path';import a78g from'http-proxy';import{Command}from'../command.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x187;let f=c[d];return f;},a78d(a,b);}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a78h from'../generators/maka.gen.js';Command[a78q(0x195)]({'name':a78q(0x1b5),'usage':a78q(0x1aa),'mustBeInMakaProject':!![],'validOpts':[a78q(0x1b2),'targetPort','listenPort',a78q(0x1a4)],'maxArgLength':0x1,'shortDesc':a78q(0x19c),'description':a78q(0x18d),'examples':[a78q(0x1aa),a78q(0x1a7),a78q(0x188)]},async function(a,b){const r=a78q,c=this['fsi'][r(0x19a)](),d=r(0x1a8),e=this[r(0x1b1)][r(0x1b4)](d),f=this[r(0x1b1)][r(0x1a3)]({'configPath':e}),g=b['targetPort']?Number(b[r(0x1b0)]):0xbb8,h=b[r(0x192)]?Number(b['listenPort']):0xd73,i=b[r(0x1a4)]?b[r(0x1a4)]:r(0x1a1),j=a78f['join'](f,c[r(0x190)]+'.key'),k=a78f[r(0x1a5)](f,c[r(0x190)]+r(0x19d));if(!this[r(0x1b1)]['isFile'](j)||!this['fsi'][r(0x19e)](k)){const m=a78h['findGenerator'](r(0x1af));m&&await m[r(0x1ab)](['sslconfig'],{'env':d}),SSL[r(0x1a6)]({'keyName':c[r(0x190)]+r(0x189),'csrName':c[r(0x190)]+r(0x19b),'cwd':f}),SSL[r(0x194)]({'keyName':c[r(0x190)]+r(0x189),'crtName':c[r(0x190)]+r(0x19d),'cwd':f});}if(g===h){Log['error']('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a78e[r(0x1ae)](j,r(0x1a0)),'cert':a78e[r(0x1ae)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x18c)](l)[r(0x1a2)](Number(h)),Log[r(0x196)](r(0x1ad)+h+'\x20to\x20'+g);});function a78c(){const s=['search','apply','(((.+)+)+)+$','getProjectConfig','.csr','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','.crt','isFile','22303wZjhEb','utf8','localhost','listen','mkKeysDir','targetHost','join','genCSR','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','development','1705479MDzmKz','maka\x20proxy','invoke','46328lInprw','=>\x20SSL\x20Proxy\x20forwarding\x20','readFileSync','sslconfig','targetPort','fsi','help','8922yidSlH','getConfigPath','proxy','66xFMAWC','maka\x20proxy\x20--target-host\x20http://192.168.1.20','.key','9337250YgKKxx','1854460MnVjEE','createProxyServer','\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','513NvYhxB','3213128OvFkbS','appName','constructor','listenPort','4501mlmcEi','genSSC','create','bright'];a78c=function(){return s;};return a78c();}
1
+ function a78c(){const s=['3223948OnDLVw','1876719ugRRtO','help','localhost','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','maka\x20proxy\x20--target-host\x20http://192.168.1.20','maka\x20proxy','development','constructor','proxy','utf8','(((.+)+)+)+$','mkKeysDir','\x20to\x20','targetPort','168363iRRFvt','.csr','appName','getConfigPath','createProxyServer','253XocGaY','targetHost','477255qSvsyA','apply','bright','search','12UXlclK','.key','fsi','join','getProjectConfig','toString','isFile','create','209252XRjSww','2003442VbGfQL','4ZWeLzj','sslconfig','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','listen','listenPort','error','findGenerator','32SuRwqY','genSSC','494970dxyEfy'];a78c=function(){return s;};return a78c();}const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0x1ba))/0x1*(-parseInt(n(0x1b8))/0x2)+parseInt(n(0x1c5))/0x3+parseInt(n(0x1de))/0x4*(parseInt(n(0x1da))/0x5)+-parseInt(n(0x1b9))/0x6+parseInt(n(0x1c4))/0x7+-parseInt(n(0x1c1))/0x8*(-parseInt(n(0x1d3))/0x9)+-parseInt(n(0x1c3))/0xa*(parseInt(n(0x1d8))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x6010c));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1db)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0x1b5)]()[p(0x1dd)](p(0x1cf))[p(0x1b5)]()[p(0x1cc)](a78a)[p(0x1dd)](p(0x1cf));});a78a();import a78e from'fs';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1b5;let f=c[d];return f;},a78d(a,b);}import a78f from'path';import a78g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a78h from'../generators/maka.gen.js';Command[a78q(0x1b7)]({'name':a78q(0x1cd),'usage':a78q(0x1ca),'mustBeInMakaProject':!![],'validOpts':[a78q(0x1c6),a78q(0x1d2),a78q(0x1be),a78q(0x1d9)],'maxArgLength':0x1,'shortDesc':a78q(0x1c8),'description':'\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','examples':['maka\x20proxy','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a78q(0x1c9)]},async function(a,b){const r=a78q,c=this[r(0x1e0)][r(0x1e2)](),d=r(0x1cb),e=this['fsi'][r(0x1d6)](d),f=this[r(0x1e0)][r(0x1d0)]({'configPath':e}),g=b[r(0x1d2)]?Number(b[r(0x1d2)]):0xbb8,h=b[r(0x1be)]?Number(b['listenPort']):0xd73,i=b[r(0x1d9)]?b[r(0x1d9)]:r(0x1c7),j=a78f[r(0x1e1)](f,c[r(0x1d5)]+r(0x1df)),k=a78f[r(0x1e1)](f,c[r(0x1d5)]+'.crt');if(!this[r(0x1e0)][r(0x1b6)](j)||!this[r(0x1e0)][r(0x1b6)](k)){const m=a78h[r(0x1c0)](r(0x1bb));m&&await m['invoke'](['sslconfig'],{'env':d}),SSL['genCSR']({'keyName':c[r(0x1d5)]+r(0x1df),'csrName':c[r(0x1d5)]+r(0x1d4),'cwd':f}),SSL[r(0x1c2)]({'keyName':c[r(0x1d5)]+r(0x1df),'crtName':c[r(0x1d5)]+'.crt','cwd':f});}if(g===h){Log[r(0x1bf)](r(0x1bc));throw new UsageError();}const l={'ssl':{'key':a78e['readFileSync'](j,r(0x1ce)),'cert':a78e['readFileSync'](k,r(0x1ce))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a78g[r(0x1d7)](l)[r(0x1bd)](Number(h)),Log[r(0x1dc)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+r(0x1d1)+g);});
@@ -1 +1 @@
1
- const a79q=a79d;function a79c(){const s=['scp','apply','~/settings.json','existsSync','exit','error','850xMopKa','137532jVLcoA','1188887lqRspQ','ssh','377127iNAIAo','456654IAACNO','getConfigPath','reconfig','_keys','~/ses.json','fsi','uname\x20-a','search','constructor','150jMnAin','toString','ping','sshSync','ssh.json','Remote\x20host\x20connection\x20successful','join','readFileSync','env','(((.+)+)+)+$','~/pm2.config.js','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','2312zxLrlm','assign','success','3437433NiwJzC','4718JmclWr','4011136wNMIZY','Checking\x20remote\x20host\x20availability','Reconfigure\x20your\x20deployed\x20applications','notice'];a79c=function(){return s;};return a79c();}(function(a,b){const n=a79d,c=a();while(!![]){try{const d=parseInt(n(0x189))/0x1+parseInt(n(0x18c))/0x2+parseInt(n(0x17b))/0x3+parseInt(n(0x17d))/0x4+parseInt(n(0x195))/0x5*(parseInt(n(0x188))/0x6)+parseInt(n(0x17c))/0x7*(parseInt(n(0x178))/0x8)+parseInt(n(0x18b))/0x9*(-parseInt(n(0x187))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xd86e4));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a79d;if(c){const e=c[o(0x182)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const p=a79d;return a79a[p(0x196)]()[p(0x193)](p(0x175))['toString']()[p(0x194)](a79a)[p(0x193)](p(0x175));});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-0x16e;let f=c[d];return f;},a79d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a79q(0x18e),'validOpts':[''],'requiredOpts':[a79q(0x174)],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':a79q(0x17f),'description':'\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','examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a79q;try{const c=this[r(0x191)][r(0x18d)](b[r(0x174)]),d=a79f['join'](c,r(0x170)),f=a79e[r(0x173)](d)[r(0x196)](),g=JSON['parse'](f);Object[r(0x179)](g,{'env':c}),Log[r(0x180)](r(0x17e));const h=SSH[r(0x16e)](r(0x192),g);if(!h)throw r(0x177);if(h)Log[r(0x17a)](r(0x171));const i=a79f[r(0x172)](c,r(0x18f),'ses.json');if(a79e[r(0x184)](i)){const l={'source':i,'dest':r(0x190),'verbose':!![]};SSH['scp'](l,{...g});}const j=a79f[r(0x172)](c,'pm2.config.js');SSH[r(0x181)]({'source':j,'dest':r(0x176),'verbose':!![]},{...g});const k=a79f[r(0x172)](c,'settings.json');SSH['scp']({'source':k,'dest':r(0x183),'verbose':!![]},{...g}),SSH[r(0x16f)]('pm2\x20delete\x20all',g),await SSH[r(0x18a)]('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',{...g},{'verbose':!![]});}catch(m){console[r(0x186)](m),process[r(0x185)](0x0);}});
1
+ const a79q=a79d;(function(a,b){const n=a79d,c=a();while(!![]){try{const d=-parseInt(n(0x1cf))/0x1+-parseInt(n(0x1bd))/0x2+-parseInt(n(0x1cd))/0x3*(parseInt(n(0x1c9))/0x4)+-parseInt(n(0x1b3))/0x5+parseInt(n(0x1b4))/0x6*(parseInt(n(0x1d1))/0x7)+parseInt(n(0x1c2))/0x8*(parseInt(n(0x1be))/0x9)+parseInt(n(0x1c1))/0xa*(parseInt(n(0x1cc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xcc513));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a79d;if(c){const e=c[o(0x1b7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const p=a79d;return a79a[p(0x1b6)]()['search'](p(0x1b9))[p(0x1b6)]()['constructor'](a79a)[p(0x1c0)](p(0x1b9));});a79a();import a79e from'fs';import a79f from'path';import{Command}from'../command.js';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a79d(a,b);}function a79c(){const s=['sshSync','readFileSync','reconfig','2223520CInQAN','585NMmoLE','create','search','312630VyARrd','175264zMvVbY','env','uname\x20-a','maka\x20reconfig','join','Checking\x20remote\x20host\x20availability','error','500MLzXaB','~/pm2.config.js','settings.json','1177ptRetc','28131soxSZb','ssh','1344914qysNXU','Remote\x20host\x20connection\x20successful','163541AmrYGs','pm2.config.js','~/ses.json','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','existsSync','scp','maka\x20reconfig\x20--env\x20prod','1751025Cdfneh','12NpySFa','\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','apply','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','(((.+)+)+)+$'];a79c=function(){return s;};return a79c();}import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a79q(0x1bf)]({'name':a79q(0x1bc),'validOpts':[''],'requiredOpts':[a79q(0x1c3)],'mustBeInMakaProject':!![],'usage':a79q(0x1c5),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':a79q(0x1b5),'examples':[a79q(0x1b2)]},async function(a,b){const r=a79q;try{const c=this['fsi']['getConfigPath'](b[r(0x1c3)]),d=a79f[r(0x1c6)](c,'ssh.json'),f=a79e[r(0x1bb)](d)[r(0x1b6)](),g=JSON['parse'](f);Object['assign'](g,{'env':c}),Log['notice'](r(0x1c7));const h=SSH['ping'](r(0x1c4),g);if(!h)throw r(0x1b8);if(h)Log['success'](r(0x1d0));const i=a79f['join'](c,'_keys','ses.json');if(a79e[r(0x1b0)](i)){const l={'source':i,'dest':r(0x1d3),'verbose':!![]};SSH[r(0x1b1)](l,{...g});}const j=a79f[r(0x1c6)](c,r(0x1d2));SSH[r(0x1b1)]({'source':j,'dest':r(0x1ca),'verbose':!![]},{...g});const k=a79f[r(0x1c6)](c,r(0x1cb));SSH['scp']({'source':k,'dest':'~/settings.json','verbose':!![]},{...g}),SSH[r(0x1ba)]('pm2\x20delete\x20all',g),await SSH[r(0x1ce)](r(0x1d4),{...g},{'verbose':!![]});}catch(m){console[r(0x1c8)](m),process['exit'](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a80d,c=a();while(!![]){try{var d=parseInt(f(0x121))/0x1*(-parseInt(f(0x11f))/0x2)+parseInt(f(0x11a))/0x3+parseInt(f(0x119))/0x4+parseInt(f(0x122))/0x5+parseInt(f(0x11d))/0x6+-parseInt(f(0x118))/0x7+-parseInt(f(0x11b))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x39177));function a80c(){var i=['6518488oMIfxF','search','2089458AvVZGS','(((.+)+)+)+$','60VCIDXo','apply','9829gUGpZX','503240rKllGP','toString','98777huaYnB','1841940daqCPS','1344789tyPQiZ'];a80c=function(){return i;};return a80c();}function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0x118;var f=c[d];return f;},a80d(a,b);}var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0x120)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a[h(0x123)]()['search'](h(0x11e))[h(0x123)]()['constructor'](a80a)[h(0x11c)](h(0x11e));});a80a();import'./run.command.js';import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a80d,c=a();while(!![]){try{var d=-parseInt(f(0x6e))/0x1*(-parseInt(f(0x77))/0x2)+-parseInt(f(0x71))/0x3+-parseInt(f(0x6d))/0x4*(-parseInt(f(0x6c))/0x5)+-parseInt(f(0x78))/0x6+-parseInt(f(0x6f))/0x7+parseInt(f(0x75))/0x8*(parseInt(f(0x72))/0x9)+-parseInt(f(0x6a))/0xa*(parseInt(f(0x73))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xef857));var a80b=(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;};}()),a80a=a80b(this,function(){var g=a80d;return a80a[g(0x6b)]()[g(0x74)](g(0x76))[g(0x6b)]()[g(0x70)](a80a)[g(0x74)](g(0x76));});function a80c(){var h=['3650266soopzn','4686972lcYXpH','110PnvcLq','toString','6740KyBLxL','1832rBkxHh','1ukIrID','5891648nwpAvX','constructor','628377oturiV','9duDnpX','990286aqNWQc','search','10889064MWkzjd','(((.+)+)+)+$'];a80c=function(){return h;};return a80c();}a80a();import'./run.command.js';function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0x6a;var f=c[d];return f;},a80d(a,b);}import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- function a81c(){const n=['notice','createFile','PM2\x20Config\x20File:\x20','110336GzugxS','appName','docker','toString','2133005doOpKj','30pclwZU','87508mdVFSG','997872VcNAEn','147060GMQIJe','docker-compose\x20--project-directory\x20','inherit','(((.+)+)+)+$','10077510SEEJoM','fsi','maka\x20run\x20docker','join','apply','docker-compose.yaml','1968264rKtCKn','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','pm2.config.js','\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','existsSync','search','10lwEshD','8fyhVEO'];a81c=function(){return n;};return a81c();}const a81l=a81d;(function(a,b){const i=a81d,c=a();while(!![]){try{const d=parseInt(i(0x11e))/0x1+parseInt(i(0x124))/0x2*(-parseInt(i(0x123))/0x3)+-parseInt(i(0x126))/0x4+-parseInt(i(0x119))/0x5*(parseInt(i(0x125))/0x6)+-parseInt(i(0x122))/0x7*(parseInt(i(0x11a))/0x8)+parseInt(i(0x130))/0x9+parseInt(i(0x12a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x36f73));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a81d;if(c){const e=c[j(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const k=a81d;return a81a[k(0x121)]()[k(0x135)](k(0x129))['toString']()['constructor'](a81a)['search'](k(0x129));});a81a();import a81e from'./run.command.js';import{execSync}from'child_process';import a81f from'path';import a81g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x119;let f=c[d];return f;},a81d(a,b);}Command['create']({'name':a81l(0x120),'aliases':['d'],'shortDesc':a81l(0x131),'description':a81l(0x133),'usage':a81l(0x12c),'validOpts':['']},async function(){const m=a81l;try{const a=this[m(0x12b)]['getProjectConfig'](),b=this[m(0x12b)]['getConfigPath']('docker'),c=a81f['join'](b,m(0x12f)),d=a81f[m(0x12d)](b,m(0x132));Log[m(0x11b)](m(0x11d)+d),Log[m(0x11b)]('Docker\x20Compose\x20Path:\x20'+c);if(!a81g[m(0x134)](c)){const f={'app':a[m(0x11f)],'appFileCase':paramCase(a[m(0x11f)])},g=this[m(0x12b)]['templateContent']({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this[m(0x12b)][m(0x11c)]({'filePath':c,'data':g});}execSync(m(0x127)+b+'\x20up\x20--remove-orphans',{'stdio':m(0x128)});}catch(h){process['exit'](0x1);}},a81e);
1
+ function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0xc5;let f=c[d];return f;},a81d(a,b);}const a81l=a81d;(function(a,b){const i=a81d,c=a();while(!![]){try{const d=-parseInt(i(0xd4))/0x1+-parseInt(i(0xd1))/0x2+-parseInt(i(0xe0))/0x3+parseInt(i(0xd5))/0x4*(parseInt(i(0xda))/0x5)+parseInt(i(0xd2))/0x6+parseInt(i(0xdd))/0x7*(-parseInt(i(0xd9))/0x8)+parseInt(i(0xc7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x87d7f));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a81d;if(c){const e=c[j(0xd7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const k=a81d;return a81a[k(0xd3)]()[k(0xc8)](k(0xdc))[k(0xd3)]()[k(0xc9)](a81a)[k(0xc8)]('(((.+)+)+)+$');});a81a();import a81e from'./run.command.js';import{execSync}from'child_process';import a81f from'path';import a81g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';function a81c(){const n=['52065AewYMG','21464IsaCtf','docker','apply','appName','1072CULKmM','890KuqtqQ','fsi','(((.+)+)+)+$','55433TsFuMY','maka\x20run\x20docker','docker-compose\x20--project-directory\x20','803340WAftxl','config/docker-compose.yaml','existsSync','exit','getConfigPath','\x20up\x20--remove-orphans','9749772KbSrbP','search','constructor','docker-compose.yaml','join','PM2\x20Config\x20File:\x20','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','pm2.config.js','notice','createFile','2197578bbBIoP','5986434sxKlxy','toString'];a81c=function(){return n;};return a81c();}Command['create']({'name':a81l(0xd6),'aliases':['d'],'shortDesc':a81l(0xcd),'description':'\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','usage':a81l(0xde),'validOpts':['']},async function(){const m=a81l;try{const a=this[m(0xdb)]['getProjectConfig'](),b=this[m(0xdb)][m(0xc5)]('docker'),c=a81f[m(0xcb)](b,m(0xca)),d=a81f[m(0xcb)](b,m(0xce));Log[m(0xcf)](m(0xcc)+d),Log[m(0xcf)]('Docker\x20Compose\x20Path:\x20'+c);if(!a81g[m(0xe2)](c)){const f={'app':a['appName'],'appFileCase':paramCase(a[m(0xd8)])},g=this[m(0xdb)]['templateContent']({'srcPath':m(0xe1),'context':f})+'\x0a';this[m(0xdb)][m(0xd0)]({'filePath':c,'data':g});}execSync(m(0xdf)+b+m(0xc6),{'stdio':'inherit'});}catch(h){process[m(0xe3)](0x1);}},a81e);
@@ -1 +1 @@
1
- const a82v=a82d;(function(a,b){const r=a82d,c=a();while(!![]){try{const d=parseInt(r(0x16f))/0x1*(-parseInt(r(0x185))/0x2)+-parseInt(r(0x15f))/0x3+-parseInt(r(0x177))/0x4*(-parseInt(r(0x171))/0x5)+-parseInt(r(0x18a))/0x6*(parseInt(r(0x180))/0x7)+parseInt(r(0x164))/0x8+parseInt(r(0x17b))/0x9*(-parseInt(r(0x172))/0xa)+parseInt(r(0x18e))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xc7f64));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a82d;if(c){const e=c[s(0x160)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const t=a82d;return a82a[t(0x174)]()[t(0x168)](t(0x195))['toString']()[t(0x15a)](a82a)[t(0x168)](t(0x195));});function a82c(){const y=['12589dSNNNW','sep','8122885fvShty','200mblCLr','error','toString','fsi','findProjectDirectory','4mUTEZC','splice','getConfigPath','production','406989cLyiNt','allowIncompatibleUpdate','notice','.meteor','mobile-server','2155874MwCmVj','runSubCommand','Verifying\x20meteor\x20package\x20requirements\x20...','length','forEach','242YkawDU','port','env','filter','join','6lITKUp','argv','settings.json','autoupdate','20671442NOIQPE','findSubCommand','ios','Cannot\x20find\x20Node\x20Environment\x20File:\x20','verbose','run','split','(((.+)+)+)+$','warn','exit','\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.','compareMakaToLatest','docker','--production','checkMeteorPackage','constructor','local','isFile','Meteor\x20Settings:\x20','rawLogs','4332390CiZWOQ','apply','concat','isDirectory','slice','11960368UFyBlg','cordova-build','installMeteorPackage','config','search','settings','process.env','development','Node\x20Env\x20Config:\x20','inspect','extraPackages'];a82c=function(){return y;};return a82c();}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['openSync'](a,'r'),a82g[u(0x167)]({'path':a});},Run=Command['create']({'name':'run','mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a82v(0x155),'validOpts':[a82v(0x187),a82v(0x157),'r',a82v(0x15e),'p',a82v(0x186),'i',a82v(0x16d),'m','mobileServer','v',a82v(0x192),a82v(0x17c),a82v(0x16e),'x','exclude-archs',a82v(0x17a)]},async function(a,b){const w=a82v;try{const c=this['fsi'][w(0x176)]();!this[w(0x175)][w(0x159)]('autoupdate')&&(Log['notice'](w(0x182)),await this[w(0x175)][w(0x166)](w(0x18d),{'cwd':c}));const d=a[0x0],f=this[w(0x18f)](d);f&&this[w(0x181)](d,a,b);if(d===w(0x190)){const n=this['fsi'][w(0x176)](),o=a82e['join'](n,'app',w(0x17e),w(0x15b),w(0x165));this[w(0x175)][w(0x162)](o)&&await rimraf(o);}if(b[w(0x17f)]&&b[w(0x17f)]===!![]||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(0x175)][w(0x156)]();const g=b[w(0x187)]?b[w(0x187)]:w(0x16b),h=this[w(0x175)][w(0x179)](g),i=a82e[w(0x189)](h,w(0x16a));let j=a82e[w(0x189)](h,'settings.json');b[w(0x169)]?j=b[w(0x169)]:j=a82e['join'](h,w(0x18c));if(this['fsi'][w(0x15c)](i)&&!b['docker'])Log[w(0x17d)](w(0x16c)+i),syncSource(i);else!b['docker']&&Log[w(0x196)](w(0x191)+i);this[w(0x175)][w(0x15c)](j)?(Log[w(0x17d)](w(0x15d)+j),a=a[w(0x161)](['--settings',j])):Log['warn']('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+j);const k=h[w(0x194)](a82e[w(0x170)]),l=k[k[w(0x183)]-0x1];l===w(0x17a)&&a['push'](w(0x158));const m=process[w(0x18b)][w(0x163)](0x2)[w(0x188)](p=>p!==w(0x193))['filter'](p=>p!==a[0x0]);m[w(0x184)]((p,q)=>{const x=w;p==='--env'&&m['splice'](q,0x2),p==='-e'&&m[x(0x178)](q,0x2);}),this[w(0x175)]['invokeMeteorCommand'](w(0x193),a['concat'](m));}catch(p){console[w(0x173)](p),process[w(0x154)](0x1);}});function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x154;let f=c[d];return f;},a82d(a,b);}export default Run;
1
+ const a82v=a82d;(function(a,b){const r=a82d,c=a();while(!![]){try{const d=parseInt(r(0x97))/0x1+parseInt(r(0x8b))/0x2*(-parseInt(r(0x7f))/0x3)+parseInt(r(0xb7))/0x4+-parseInt(r(0x8c))/0x5+parseInt(r(0xb4))/0x6+parseInt(r(0xa9))/0x7*(-parseInt(r(0x93))/0x8)+-parseInt(r(0xa0))/0x9*(parseInt(r(0x90))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x1b9c3));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a82d;if(c){const e=c[s(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const t=a82d;return a82a[t(0xb6)]()[t(0xaf)](t(0x89))[t(0xb6)]()['constructor'](a82a)[t(0xaf)](t(0x89));});a82a();import a82e from'path';import a82f from'fs';function a82c(){const y=['1613110AJnzUV','ios','mobile-server','125464wuIxOI','push','splice','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','159996HiXNzW','length','notice','development','forEach','findProjectDirectory','rawLogs','concat','settings.json','9FTkUKC','extraPackages','filter','inspect','compareMakaToLatest','apply','run','.meteor','Node\x20Env\x20Config:\x20','42qVpJny','--env','sep','port','app','runSubCommand','search','\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.','verbose','config','create','1003932HUGPMN','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)','toString','658048CJuEit','join','settings','Cannot\x20find\x20Node\x20Environment\x20File:\x20','Meteor\x20Settings:\x20','docker','local','env','production','6NFKqwT','exclude-archs','fsi','mobileServer','findSubCommand','warn','Run\x20your\x20Meteor\x20application','checkMeteorPackage','autoupdate','openSync','(((.+)+)+)+$','split','54086XrprMv','346220FHyVQQ','getConfigPath','--settings','error'];a82c=function(){return y;};return a82c();}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(0x88)](a,'r'),a82g[u(0xb2)]({'path':a});},Run=Command[a82v(0xb3)]({'name':a82v(0xa6),'mustBeInMakaProject':!![],'shortDesc':a82v(0x85),'description':a82v(0xb0),'validOpts':[a82v(0x7d),'docker','r',a82v(0x9d),'p',a82v(0xac),'i',a82v(0xa3),'m',a82v(0x82),'v',a82v(0xb1),'allowIncompatibleUpdate',a82v(0xa1),'x',a82v(0x80),a82v(0x7e)]},async function(a,b){const w=a82v;try{const c=this[w(0x81)][w(0x9c)]();!this[w(0x81)][w(0x86)](w(0x87))&&(Log['notice']('Verifying\x20meteor\x20package\x20requirements\x20...'),await this[w(0x81)]['installMeteorPackage'](w(0x87),{'cwd':c}));const d=a[0x0],f=this[w(0x83)](d);f&&this[w(0xae)](d,a,b);if(d===w(0x91)){const n=this[w(0x81)][w(0x9c)](),o=a82e[w(0xb8)](n,w(0xad),w(0xa7),w(0x7c),'cordova-build');this[w(0x81)]['isDirectory'](o)&&await rimraf(o);}if(b[w(0x92)]&&b[w(0x92)]===!![]||b['m']&&b['m']===!![])throw w(0xb5);await this[w(0x81)][w(0xa4)]();const g=b[w(0x7d)]?b[w(0x7d)]:w(0x9a),h=this['fsi'][w(0x8d)](g),i=a82e[w(0xb8)](h,'process.env');let j=a82e[w(0xb8)](h,w(0x9f));b[w(0xb9)]?j=b['settings']:j=a82e[w(0xb8)](h,w(0x9f));if(this[w(0x81)]['isFile'](i)&&!b['docker'])Log['notice'](w(0xa8)+i),syncSource(i);else!b[w(0x7b)]&&Log[w(0x84)](w(0x79)+i);this[w(0x81)]['isFile'](j)?(Log[w(0x99)](w(0x7a)+j),a=a[w(0x9e)]([w(0x8e),j])):Log[w(0x84)](w(0x96)+j);const k=h[w(0x8a)](a82e[w(0xab)]),l=k[k[w(0x98)]-0x1];l===w(0x7e)&&a[w(0x94)]('--production');const m=process['argv']['slice'](0x2)[w(0xa2)](p=>p!==w(0xa6))['filter'](p=>p!==a[0x0]);m[w(0x9b)]((p,q)=>{const x=w;p===x(0xaa)&&m[x(0x95)](q,0x2),p==='-e'&&m[x(0x95)](q,0x2);}),this[w(0x81)]['invokeMeteorCommand'](w(0xa6),a['concat'](m));}catch(p){console[w(0x8f)](p),process['exit'](0x1);}});function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x79;let f=c[d];return f;},a82d(a,b);}export default Run;
@@ -1 +1 @@
1
- function a83c(){var i=['6wwWOIg','toString','4443264pXWxEG','1590pzNRwI','83820CbVMnN','9410GsNnzv','4SSiLAa','1452168vFzcNJ','constructor','97499iZPWEj','4072355oPNSKk','1331AYinVm','(((.+)+)+)+$','apply','search','1143339flVEaz'];a83c=function(){return i;};return a83c();}(function(a,b){var f=a83d,c=a();while(!![]){try{var d=parseInt(f(0xf1))/0x1*(parseInt(f(0xf8))/0x2)+-parseInt(f(0xf7))/0x3*(-parseInt(f(0xfe))/0x4)+parseInt(f(0xfd))/0x5*(parseInt(f(0xfb))/0x6)+-parseInt(f(0xf2))/0x7+parseInt(f(0xfa))/0x8+parseInt(f(0xef))/0x9+-parseInt(f(0xfc))/0xa*(parseInt(f(0xf3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x478f9));var a83b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a83d;if(c){var e=c[g(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){var h=a83d;return a83a[h(0xf9)]()[h(0xf6)](h(0xf4))[h(0xf9)]()[h(0xf0)](a83a)[h(0xf6)]('(((.+)+)+)+$');});a83a();function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0xef;var f=c[d];return f;},a83d(a,b);}import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
1
+ (function(a,b){var f=a83d,c=a();while(!![]){try{var d=parseInt(f(0x1b8))/0x1*(parseInt(f(0x1b6))/0x2)+-parseInt(f(0x1b9))/0x3*(-parseInt(f(0x1af))/0x4)+parseInt(f(0x1b4))/0x5*(parseInt(f(0x1aa))/0x6)+parseInt(f(0x1b0))/0x7*(parseInt(f(0x1b1))/0x8)+parseInt(f(0x1b2))/0x9+parseInt(f(0x1ad))/0xa+parseInt(f(0x1ae))/0xb*(-parseInt(f(0x1b3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x97dac));var a83b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a83d;if(c){var e=c[g(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){var h=a83d;return a83a[h(0x1ac)]()[h(0x1b7)](h(0x1ab))['toString']()[h(0x1b5)](a83a)[h(0x1b7)]('(((.+)+)+)+$');});a83a();function a83c(){var i=['6IzFfEk','(((.+)+)+)+$','toString','7479090QKFZWJ','27682094lENnMG','16TvjILU','28sdqZtR','184936nLyUIk','2245590ECaWdo','12suBeGU','4902895JPOOpQ','constructor','20BWcboO','search','14334CSEJPQ','693558yCkEOz','apply'];a83c=function(){return i;};return a83c();}import'./set.command.js';function a83d(a,b){var c=a83c();return a83d=function(d,e){d=d-0x1aa;var f=c[d];return f;},a83d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a84k=a84d;(function(a,b){const h=a84d,c=a();while(!![]){try{const d=-parseInt(h(0x181))/0x1+-parseInt(h(0x184))/0x2+-parseInt(h(0x18a))/0x3*(parseInt(h(0x183))/0x4)+-parseInt(h(0x17b))/0x5+-parseInt(h(0x16e))/0x6*(parseInt(h(0x169))/0x7)+parseInt(h(0x177))/0x8+parseInt(h(0x170))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x53318));function a84c(){const m=['isDirectory','19634202XOgXnn','boolean','maka\x20set:gc\x20--workspace\x20<path>','resolve','maka\x20set:global-config\x20--cacert\x20<path>','workspace','toString','2495056ltDUMd','allowInsecure','success','Set\x20workspace:\x20','2798685YDcMLP','create','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20set:global-config\x20<args>','help','apply','633405oFCttF','setGlobalConfig','810960TnAHTE','210284RenScm','error','fsi','Could\x20not\x20find\x20directory','Set\x20OpenAI\x20Key:\x20','constructor','3OVsRUC','search','global-config','maka\x20set:gc\x20--insecure\x20<path>','cacert','exit','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','28KaEDpV','Set\x20CA\x20Cert\x20Path:\x20','openai','One\x20or\x20the\x20other\x20buddy','disallowInsecure','977514NJJlMH'];a84c=function(){return m;};return a84c();}const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a84d;if(c){const e=c[i(0x180)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const j=a84d;return a84a['toString']()[j(0x18b)]('(((.+)+)+)+$')[j(0x176)]()[j(0x189)](a84a)[j(0x18b)]('(((.+)+)+)+$');});a84a();import a84e from'path';import a84f from'./set.command.js';import{Command}from'../../command.js';function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x167;let f=c[d];return f;},a84d(a,b);}import{Log}from'../../tools/log/log.class.js';Command[a84k(0x17c)]({'name':a84k(0x18c),'usage':a84k(0x17e),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a84k(0x18e),a84k(0x178),'disallowInsecure','workspace',a84k(0x16b),a84k(0x17f)],'shortDesc':'Set\x20global\x20Maka-CLI\x20settings','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\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','examples':[a84k(0x174),a84k(0x18d),a84k(0x172)]},async function(a,b){const l=a84k;try{if(b[l(0x18e)]){if(this[l(0x186)]['isFile'](b['cacert']))this[l(0x186)][l(0x182)]({'cert':b[l(0x18e)]}),Log[l(0x179)](l(0x16a)+b['cacert']);else{const c=typeof b[l(0x18e)]===l(0x171)?l(0x168):l(0x17d)+b[l(0x18e)];throw Log[l(0x185)](c);}}if(b[l(0x175)]){const d=this['fsi'][l(0x16f)](b[l(0x175)]);if(d)this[l(0x186)][l(0x182)]({'workspace':a84e[l(0x173)](b[l(0x175)])}),Log[l(0x179)](l(0x17a)+a84e['resolve'](b[l(0x175)]));else throw Log['error'](l(0x187));}b[l(0x16b)]&&(this['fsi']['setGlobalConfig']({'openai':b[l(0x16b)]}),Log[l(0x179)](l(0x188)+b['openai']));if(b[l(0x178)]){if(b[l(0x178)]&&b[l(0x16d)])throw Log[l(0x185)](l(0x16c));let f=b['allowInsecure'];b[l(0x16d)]&&(f=![]),this[l(0x186)]['setGlobalConfig']({'allowInsecure':f}),Log['success']('Set\x20allowInsecure:\x20'+f);}process['exit'](0x0);}catch(g){console[l(0x185)](g),process[l(0x167)](0x0);}},a84f);
1
+ const a84k=a84d;function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x7d;let f=c[d];return f;},a84d(a,b);}function a84c(){const m=['exit','(((.+)+)+)+$','Set\x20OpenAI\x20Key:\x20','create','\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','347965uPWgpi','disallowInsecure','maka\x20set:gc\x20--workspace\x20<path>','resolve','openai','Set\x20workspace:\x20','global-config','1wKCsev','1662990GRfAuT','104402hKtKFl','success','1103872eXvoWD','1037490aDEBxW','4746430fXuirj','Could\x20not\x20find\x20directory','Set\x20allowInsecure:\x20','185886dKdKHl','toString','error','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','isFile','cacert','4lIYJly','search','workspace','constructor','allowInsecure','One\x20or\x20the\x20other\x20buddy','maka\x20set:gc\x20--insecure\x20<path>','maka\x20set:global-config\x20--cacert\x20<path>','104oKKBvf','fsi','setGlobalConfig','apply'];a84c=function(){return m;};return a84c();}(function(a,b){const h=a84d,c=a();while(!![]){try{const d=-parseInt(h(0x8c))/0x1*(-parseInt(h(0x8e))/0x2)+parseInt(h(0x91))/0x3+parseInt(h(0x9b))/0x4*(parseInt(h(0x85))/0x5)+-parseInt(h(0x8d))/0x6+-parseInt(h(0x90))/0x7+parseInt(h(0xa3))/0x8*(-parseInt(h(0x95))/0x9)+parseInt(h(0x92))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x3a538));const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a84d;if(c){const e=c[i(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const j=a84d;return a84a[j(0x96)]()[j(0x9c)](j(0x81))[j(0x96)]()[j(0x9e)](a84a)[j(0x9c)](j(0x81));});a84a();import a84e from'path';import a84f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a84k(0x83)]({'name':a84k(0x8b),'usage':'maka\x20set:global-config\x20<args>','aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a84k(0x9a),a84k(0x9f),a84k(0x86),a84k(0x9d),a84k(0x89),'help'],'shortDesc':'Set\x20global\x20Maka-CLI\x20settings','description':a84k(0x84),'examples':[a84k(0xa2),a84k(0xa1),a84k(0x87)]},async function(a,b){const l=a84k;try{if(b['cacert']){if(this['fsi'][l(0x99)](b[l(0x9a)]))this[l(0x7d)][l(0x7e)]({'cert':b[l(0x9a)]}),Log[l(0x8f)]('Set\x20CA\x20Cert\x20Path:\x20'+b[l(0x9a)]);else{const c=typeof b[l(0x9a)]==='boolean'?l(0x98):'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+b[l(0x9a)];throw Log[l(0x97)](c);}}if(b[l(0x9d)]){const d=this['fsi']['isDirectory'](b[l(0x9d)]);if(d)this[l(0x7d)][l(0x7e)]({'workspace':a84e[l(0x88)](b[l(0x9d)])}),Log['success'](l(0x8a)+a84e['resolve'](b[l(0x9d)]));else throw Log[l(0x97)](l(0x93));}b[l(0x89)]&&(this[l(0x7d)][l(0x7e)]({'openai':b['openai']}),Log['success'](l(0x82)+b['openai']));if(b['allowInsecure']){if(b[l(0x9f)]&&b[l(0x86)])throw Log['error'](l(0xa0));let f=b['allowInsecure'];b[l(0x86)]&&(f=![]),this['fsi']['setGlobalConfig']({'allowInsecure':f}),Log[l(0x8f)](l(0x94)+f);}process[l(0x80)](0x0);}catch(g){console[l(0x97)](g),process[l(0x80)](0x0);}},a84f);
@@ -1 +1 @@
1
- var a85i=a85d;(function(a,b){var f=a85d,c=a();while(!![]){try{var d=parseInt(f(0x89))/0x1+-parseInt(f(0x7c))/0x2+-parseInt(f(0x85))/0x3*(parseInt(f(0x8b))/0x4)+parseInt(f(0x7b))/0x5+parseInt(f(0x77))/0x6*(parseInt(f(0x7a))/0x7)+-parseInt(f(0x84))/0x8*(-parseInt(f(0x8c))/0x9)+-parseInt(f(0x76))/0xa*(parseInt(f(0x7f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0xd391f));var a85b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a85d;if(c){var e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){var h=a85d;return a85a[h(0x7d)]()[h(0x7e)](h(0x78))['toString']()[h(0x79)](a85a)[h(0x7e)](h(0x78));});a85a();import a85e from'./set.command.js';function a85c(){var k=['create','1057864OYecNQ','Sorry,\x20not\x20implemented\x20yet','1192ljtOwe','9Jwxxgj','4929110kGHbUd','6pyIMmX','(((.+)+)+)+$','constructor','675689hdRyAI','8327315hPzvTd','2181976NUdNhY','toString','search','11WiajkC','apply','Set\x20local\x20maka\x20app\x20settings','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','notice','1286224RCwNOh','5337jvCoGk','maka\x20set:local-config\x20<opts>','local-config'];a85c=function(){return k;};return a85c();}function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0x76;var f=c[d];return f;},a85d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a85i(0x88)]({'name':a85i(0x87),'usage':a85i(0x86),'examples':['maka\x20set:lc\x20<opts>',a85i(0x86)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a85i(0x81),'validOpts':[],'description':a85i(0x82)},async function(){var j=a85i;Log[j(0x83)](j(0x8a));},a85e);
1
+ var a85i=a85d;(function(a,b){var f=a85d,c=a();while(!![]){try{var d=-parseInt(f(0x10f))/0x1+-parseInt(f(0x116))/0x2+parseInt(f(0x112))/0x3+parseInt(f(0x114))/0x4*(-parseInt(f(0x11b))/0x5)+parseInt(f(0x118))/0x6*(parseInt(f(0x120))/0x7)+-parseInt(f(0x11a))/0x8+parseInt(f(0x11f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0xb3098));function a85c(){var k=['4158567nOYpkO','503601xcioHO','search','maka\x20set:lc\x20<opts>','1337158JZpmaY','local-config','create','4317309xSNBAh','toString','40lGIyXB','Sorry,\x20not\x20implemented\x20yet','669836AjzMAr','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','114JKgJhT','notice','6015848UtkSdj','55345BBhWhA','(((.+)+)+)+$','maka\x20set:local-config\x20<opts>','apply'];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(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){var h=a85d;return a85a[h(0x113)]()[h(0x10d)](h(0x11c))[h(0x113)]()['constructor'](a85a)['search'](h(0x11c));});a85a();import a85e from'./set.command.js';import{Command}from'../../command.js';function a85d(a,b){var c=a85c();return a85d=function(d,e){d=d-0x10d;var f=c[d];return f;},a85d(a,b);}import{Log}from'../../tools/log/log.class.js';Command[a85i(0x111)]({'name':a85i(0x110),'usage':'maka\x20set:local-config\x20<opts>','examples':[a85i(0x10e),a85i(0x11d)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Set\x20local\x20maka\x20app\x20settings','validOpts':[],'description':a85i(0x117)},async function(){var j=a85i;Log[j(0x119)](j(0x115));},a85e);
@@ -1 +1 @@
1
- const a86i=a86d;(function(a,b){const f=a86d,c=a();while(!![]){try{const d=parseInt(f(0x19d))/0x1+-parseInt(f(0x1a4))/0x2*(parseInt(f(0x1aa))/0x3)+parseInt(f(0x19f))/0x4+parseInt(f(0x1a6))/0x5*(parseInt(f(0x19e))/0x6)+-parseInt(f(0x1ac))/0x7*(-parseInt(f(0x1ad))/0x8)+parseInt(f(0x19b))/0x9+-parseInt(f(0x1a3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x27b98));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a86d;if(c){const e=c[g(0x1a2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const h=a86d;return a86a[h(0x1a7)]()[h(0x1ab)](h(0x1ae))[h(0x1a7)]()[h(0x1a5)](a86a)[h(0x1ab)](h(0x1ae));});function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x19a;let f=c[d];return f;},a86d(a,b);}a86a();import{Command}from'../../command.js';function a86c(){const k=['6441590DsBxJk','14OQxwJU','constructor','60ljcFQU','toString','maka\x20set:<sub-command>\x20<opts>','\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','106650qiudpa','search','5999Omkqlz','1928EMVbdm','(((.+)+)+)+$','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','2746647yZifNA','help','47506LglWPP','92580qqFYcs','1245340VxlPbX','runSubCommand','create','apply'];a86c=function(){return k;};return a86c();}import{UsageError}from'../../error.js';const SetCommand=Command[a86i(0x1a1)]({'name':'set','usage':a86i(0x1a8),'minArgLength':0x1,'shortDesc':a86i(0x19a),'description':a86i(0x1a9),'validOpts':[]},async function(a,b){const j=a86i,c=a[0x0];if(b[j(0x19c)])throw new UsageError();const d=this['findSubCommand'](c);d&&this[j(0x1a0)](c,a,b);});export default SetCommand;
1
+ function a86c(){const k=['3bGAoaF','set','10IFlcym','1473126aqwokC','constructor','create','toString','runSubCommand','findSubCommand','\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','3507GttRKF','2931610PhbdCz','1855628mzRyRL','(((.+)+)+)+$','12xXRQBO','6152787DkzsFO','2552532hhXlvp','help','1WZAXdH','18568vURozZ','31069885sdUnKn','apply','search','maka\x20set:<sub-command>\x20<opts>'];a86c=function(){return k;};return a86c();}function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x17f;let f=c[d];return f;},a86d(a,b);}const a86i=a86d;(function(a,b){const f=a86d,c=a();while(!![]){try{const d=-parseInt(f(0x18a))/0x1*(parseInt(f(0x193))/0x2)+-parseInt(f(0x190))/0x3*(parseInt(f(0x184))/0x4)+-parseInt(f(0x192))/0x5*(parseInt(f(0x188))/0x6)+-parseInt(f(0x182))/0x7*(parseInt(f(0x18b))/0x8)+parseInt(f(0x187))/0x9+parseInt(f(0x183))/0xa+-parseInt(f(0x18c))/0xb*(-parseInt(f(0x186))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x8f5c4));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a86d;if(c){const e=c[g(0x18d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const h=a86d;return a86a[h(0x196)]()[h(0x18e)](h(0x185))[h(0x196)]()[h(0x194)](a86a)[h(0x18e)](h(0x185));});a86a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a86i(0x195)]({'name':a86i(0x191),'usage':a86i(0x18f),'minArgLength':0x1,'shortDesc':'Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','description':a86i(0x181),'validOpts':[]},async function(a,b){const j=a86i,c=a[0x0];if(b[j(0x189)])throw new UsageError();const d=this[j(0x180)](c);d&&this[j(0x17f)](c,a,b);});export default SetCommand;
@@ -1 +1 @@
1
- const a87l=a87d;function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x1b6;let f=c[d];return f;},a87d(a,b);}(function(a,b){const j=a87d,c=a();while(!![]){try{const d=-parseInt(j(0x1c4))/0x1+parseInt(j(0x1be))/0x2+-parseInt(j(0x1b9))/0x3*(-parseInt(j(0x1b8))/0x4)+-parseInt(j(0x1b6))/0x5*(parseInt(j(0x1c5))/0x6)+parseInt(j(0x1d3))/0x7+-parseInt(j(0x1d0))/0x8+parseInt(j(0x1c8))/0x9*(parseInt(j(0x1d1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x636b4));const a87b=(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;};}()),a87a=a87b(this,function(){const k=a87d;return a87a[k(0x1c1)]()[k(0x1ca)](k(0x1cd))[k(0x1c1)]()['constructor'](a87a)[k(0x1ca)](k(0x1cd));});a87a();import a87e from'fs';import a87f from'path';function a87c(){const n=['34767tqElGz','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','search','ssh','ssh.json','(((.+)+)+)+$','readFileSync','env','2248744gXBbpu','50zUgotr','maka\x20ssh\x20--env\x20prod','3889123uOXhGI','355gSjdPM','create','1504yHhQGY','4713nNbNQn','maka\x20ssh\x20--env\x20dev','fsi','sshSync','assign','1029740PFpwKk','exit','join','toString','length','maka\x20ssh\x20--env\x20staging','255816mtoiXt','62226JVxxIG','maka\x20ssh\x20<command>','verbose'];a87c=function(){return n;};return a87c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a87l(0x1b7)]({'name':a87l(0x1cb),'usage':a87l(0x1c6),'mustBeInMakaProject':!![],'requiredOpts':[a87l(0x1cf)],'validOpts':['env',a87l(0x1c7)],'shortDesc':a87l(0x1c9),'examples':[a87l(0x1ba),a87l(0x1c3),a87l(0x1d2),'maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22']},async function(a,b){const m=a87l;try{const c=this[m(0x1bb)]['getConfigPath'](b[m(0x1cf)]);let d='';a[m(0x1c2)]>0x0&&(d=a[0x0]);const f=a87f[m(0x1c0)](c,m(0x1cc)),g=a87e[m(0x1ce)](f)[m(0x1c1)](),h=JSON['parse'](g);Object[m(0x1bd)](h,{'env':c}),SSH[m(0x1bc)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[m(0x1c7)]});}catch(i){console['error'](i),process[m(0x1bf)](0x0);}});
1
+ const a87m=a87d;(function(a,b){const j=a87d,c=a();while(!![]){try{const d=-parseInt(j(0xdb))/0x1*(-parseInt(j(0xed))/0x2)+-parseInt(j(0xe5))/0x3*(-parseInt(j(0xe4))/0x4)+-parseInt(j(0xf8))/0x5*(-parseInt(j(0xd9))/0x6)+parseInt(j(0xea))/0x7*(parseInt(j(0xe7))/0x8)+parseInt(j(0xe2))/0x9*(-parseInt(j(0xdc))/0xa)+parseInt(j(0xf3))/0xb+-parseInt(j(0xe3))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xc8976));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a87d;if(c){const e=c[k(0xda)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const l=a87d;return a87a[l(0xe9)]()['search'](l(0xf6))['toString']()[l(0xdf)](a87a)['search']('(((.+)+)+)+$');});function a87c(){const o=['exit','getConfigPath','90lQyLqD','32397972EIszqU','2972896kXYbdN','3fIDGJM','ssh','8NRQGpK','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','toString','2279949ECwJvX','env','join','2tfVgVY','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','fsi','ssh.json','verbose','create','13061345lKfZsY','length','readFileSync','(((.+)+)+)+$','sshSync','32135zIofhv','maka\x20ssh\x20--env\x20staging','12VBNKqX','apply','1312273JWCUQA','60000KUuLMx','parse','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','constructor'];a87c=function(){return o;};return a87c();}a87a();import a87e from'fs';import a87f from'path';import{Command}from'../command.js';function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0xd9;let f=c[d];return f;},a87d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a87m(0xf2)]({'name':a87m(0xe6),'usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a87m(0xeb)],'validOpts':[a87m(0xeb),a87m(0xf1)],'shortDesc':'Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','examples':['maka\x20ssh\x20--env\x20dev',a87m(0xf9),'maka\x20ssh\x20--env\x20prod',a87m(0xde),a87m(0xe8),a87m(0xee)]},async function(a,b){const n=a87m;try{const c=this[n(0xef)][n(0xe1)](b[n(0xeb)]);let d='';a[n(0xf4)]>0x0&&(d=a[0x0]);const f=a87f[n(0xec)](c,n(0xf0)),g=a87e[n(0xf5)](f)[n(0xe9)](),h=JSON[n(0xdd)](g);Object['assign'](h,{'env':c}),SSH[n(0xf7)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0xf1)]});}catch(i){console['error'](i),process[n(0xe0)](0x0);}});
@@ -1 +1 @@
1
- function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x1e3;let f=c[d];return f;},a88d(a,b);}const a88x=a88d;function a88c(){const z=['maka\x20ssl\x20--env\x20dev\x20generate-csr','maka\x20ssl\x20[command]','Remote\x20host\x20connection\x20successful','getConfigPath','toString','error','Email\x20to\x20use\x20for\x20auto-updates:\x20','30eIlBfH','genSSC','1976514BtBKZX','[?]\x20Domains\x20to\x20register:\x20','189xpOnuj','4930820LYSHoP','Checking\x20remote\x20host\x20availability','.key','create','(((.+)+)+)+$','getProjectConfig','existsSync','genCSR','.csr','Create\x20and\x20manage\x20your\x20SSL\x20operations.','318592efhxYa','notice','env','43396cjchCX','domainNames','readFileSync','email','ask','join','search','letsencrypt.json','7eYNqcS','letsencrypt','168oXrXOu','/ssh.json','fsi','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','2273553vSviqf','2ciYTGu','writeFileSync','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','uname\x20-a','generate-ssc','stringify','success','764287xcnLjO','\x20--email\x20','generate-csr','ssh','appName','3214695RvJnrB','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','New\x20CSR\x20written\x20to\x20','start','Using\x20saved\x20letsencrypt\x20config','parse','domains'];a88c=function(){return z;};return a88c();}(function(a,b){const v=a88d,c=a();while(!![]){try{const d=parseInt(v(0x1f3))/0x1*(-parseInt(v(0x1ec))/0x2)+-parseInt(v(0x20a))/0x3*(parseInt(v(0x218))/0x4)+-parseInt(v(0x20b))/0x5+-parseInt(v(0x208))/0x6+parseInt(v(0x1e5))/0x7*(-parseInt(v(0x215))/0x8)+parseInt(v(0x1eb))/0x9*(-parseInt(v(0x206))/0xa)+-parseInt(v(0x1f8))/0xb*(-parseInt(v(0x1e7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x817de));const a88b=(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;};}()),a88a=a88b(this,function(){const w=a88d;return a88a[w(0x203)]()[w(0x1e3)]('(((.+)+)+)+$')[w(0x203)]()['constructor'](a88a)[w(0x1e3)](w(0x20f));});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[a88x(0x20e)]({'name':'ssl','usage':a88x(0x200),'validOpts':[a88x(0x1fe),a88x(0x21b)],'requiredOpts':[a88x(0x217)],'shortDesc':a88x(0x214),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a88x(0x1ff),'maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate',a88x(0x1ee)]},async function(a,b){const y=a88x,c=this['fsi'][y(0x210)](),d=this['fsi'][y(0x202)](b['env']),f=this[y(0x1e9)]['mkKeysDir']({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===y(0x1f5))SSL[y(0x212)]({'keyName':c[y(0x1f7)]+'.key','csrName':c[y(0x1f7)]+y(0x213),'cwd':f});else{if(g===y(0x1f0)){if(!a88e['existsSync'](a88f[y(0x21d)](f,c[y(0x1f7)]+y(0x20d))))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a88f['join'](f,c['appName']+y(0x20d));if(!a88e[y(0x211)](a88f['join'](f,c['appName']+'.csr')))throw y(0x1f9)+a88f[y(0x21d)](f,c[y(0x1f7)]+'.csr');SSL[y(0x207)]({'keyName':c[y(0x1f7)]+y(0x20d),'crtName':c[y(0x1f7)]+'.crt','cwd':f}),Log[y(0x216)](y(0x1fa)+f);}else{if(g===y(0x1e6)){let h=b[y(0x1fe)],i=b[y(0x21b)];try{const p=a88e[y(0x21a)](a88f[y(0x21d)](d,y(0x1e4)))[y(0x203)](),q=JSON[y(0x1fd)](p);h=b['domains']?b[y(0x1fe)]:q[y(0x219)],i=b[y(0x21b)]?b['email']:q['emailUpdate'],(!b[y(0x21b)]||!b[y(0x1fe)])&&Log[y(0x216)](y(0x1fc));}catch(r){}const j=JSON[y(0x1fd)](a88e[y(0x21a)](d+y(0x1e8))['toString']());Object['assign'](j,{'env':d}),Log[y(0x216)](y(0x20c));try{const s=SSH['ping'](y(0x1ef),j);if(!s)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(s)Log[y(0x1f2)](y(0x201));}catch(t){Log[y(0x204)](t);return;}const k=Log['withSpinner']();k[y(0x1fb)]('Verifying\x20Letsencrypt\x20configuration'),SSH[y(0x1f6)]('sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core',{...j}),SSH[y(0x1f6)]('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH[y(0x1f6)]('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k[y(0x1f2)]();const l=h?h:await Actions[y(0x21c)](y(0x209)),m=i?i:await Actions[y(0x21c)](y(0x205));SSH[y(0x1f6)](y(0x1ea)+l+y(0x1f4)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[y(0x1f1)](n,null,0x2);a88e[y(0x1ed)](a88f[y(0x21d)](d,y(0x1e4)),o);}else throw'Please\x20provide\x20a\x20command.';}}}catch(u){console[y(0x204)](u),process['exit'](0x0);}});
1
+ const a88y=a88d;(function(a,b){const v=a88d,c=a();while(!![]){try{const d=-parseInt(v(0xe4))/0x1*(parseInt(v(0x109))/0x2)+-parseInt(v(0xeb))/0x3+-parseInt(v(0x105))/0x4+parseInt(v(0xf4))/0x5+-parseInt(v(0xe6))/0x6+parseInt(v(0x103))/0x7*(-parseInt(v(0xf0))/0x8)+-parseInt(v(0xf2))/0x9*(-parseInt(v(0x114))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x26f2f));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a88d;if(c){const e=c[w(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const x=a88d;return a88a[x(0xf8)]()['search'](x(0x115))[x(0xf8)]()[x(0x11b)](a88a)[x(0x11a)](x(0x115));});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';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xe4;let f=c[d];return f;},a88d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a88c(){const A=['notice','fsi','getProjectConfig','122962bzvrfZ','domainNames','appName','email','sudo\x20snap\x20install\x20--classic\x20certbot','writeFileSync','parse','getConfigPath','ssl','letsencrypt.json','.key','9570DTpMeb','(((.+)+)+)+$','success','uname\x20-a','Checking\x20remote\x20host\x20availability','letsencrypt','search','constructor','[?]\x20Domains\x20to\x20register:\x20','2CxAEtc','.csr','68448mujPTK','emailUpdate','apply','join','env','518829XyMnxc','Please\x20provide\x20a\x20command.','exit','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','40pXXCmk','Remote\x20host\x20connection\x20successful','7893nqkbUK','genCSR','27465HxEfUD','start','existsSync','readFileSync','toString','domains','ssh','error','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','ping','ask','mkKeysDir','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','generate-ssc','109963PWyLgO','stringify','1197556azuZZj'];a88c=function(){return A;};return a88c();}import{SSL}from'../tools/ssl/ssl.class.js';Command['create']({'name':a88y(0x111),'usage':'maka\x20ssl\x20[command]','validOpts':[a88y(0xf9),a88y(0x10c)],'requiredOpts':['env'],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':['maka\x20ssl\x20--env\x20dev\x20generate-csr',a88y(0x101),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a88y,c=this[z(0x107)][z(0x108)](),d=this[z(0x107)][z(0x110)](b[z(0xea)]),f=this['fsi'][z(0x100)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g==='generate-csr')SSL[z(0xf3)]({'keyName':c[z(0x10b)]+'.key','csrName':c[z(0x10b)]+'.csr','cwd':f});else{if(g===z(0x102)){if(!a88e[z(0xf6)](a88f[z(0xe9)](f,c[z(0x10b)]+z(0x113))))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a88f['join'](f,c[z(0x10b)]+z(0x113));if(!a88e[z(0xf6)](a88f['join'](f,c[z(0x10b)]+z(0xe5))))throw'The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20'+a88f['join'](f,c['appName']+z(0xe5));SSL['genSSC']({'keyName':c[z(0x10b)]+z(0x113),'crtName':c[z(0x10b)]+'.crt','cwd':f}),Log[z(0x106)]('New\x20CSR\x20written\x20to\x20'+f);}else{if(g===z(0x119)){let h=b[z(0xf9)],i=b[z(0x10c)];try{const p=a88e[z(0xf7)](a88f[z(0xe9)](d,z(0x112)))[z(0xf8)](),q=JSON[z(0x10f)](p);h=b[z(0xf9)]?b[z(0xf9)]:q[z(0x10a)],i=b['email']?b[z(0x10c)]:q[z(0xe7)],(!b['email']||!b[z(0xf9)])&&Log[z(0x106)]('Using\x20saved\x20letsencrypt\x20config');}catch(r){}const j=JSON['parse'](a88e[z(0xf7)](d+'/ssh.json')['toString']());Object['assign'](j,{'env':d}),Log['notice'](z(0x118));try{const s=SSH[z(0xfe)](z(0x117),j);if(!s)throw z(0xef);if(s)Log['success'](z(0xf1));}catch(t){Log['error'](t);return;}const k=Log['withSpinner']();k[z(0xf5)]('Verifying\x20Letsencrypt\x20configuration'),SSH[z(0xfa)](z(0xee),{...j}),SSH[z(0xfa)](z(0x10d),{...j}),SSH[z(0xfa)](z(0xfd),{...j}),k[z(0x116)]();const l=h?h:await Actions[z(0xff)](z(0x11c)),m=i?i:await Actions['ask']('Email\x20to\x20use\x20for\x20auto-updates:\x20');SSH[z(0xfa)](z(0xfc)+l+'\x20--email\x20'+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x104)](n,null,0x2);a88e[z(0x10e)](a88f['join'](d,'letsencrypt.json'),o);}else throw z(0xec);}}}catch(u){console[z(0xfb)](u),process[z(0xed)](0x0);}});
@@ -1 +1 @@
1
- const a89q=a89d;function a89c(){const t=['settings.json','test-packages','fsi','packages','--full-app','5UWIdbr','--packages','config.json','driver-package','Meteor\x20Settings:\x20','rawLogs','--driver-package','warn','driver','8pEZaLE','apply','constructor','join','error','meteortesting:mocha','development','3101668mjCqIv','--settings','openSync','concat','env','once','Cannot\x20find\x20Node\x20Environment\x20File:\x20','parse','213612XyqYVf','filter','argv','utf8','6axHGHq','search','test','(((.+)+)+)+$','.maka','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','1067234bfppip','port','none','unit','3505520wplloP','isFile','exit','forEach','engines','jasmine','splice','create','416655yydqFm','toString','3314151mfVdnu','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','sanjo:jasmine','config','--env','940919QAREoN','inspect','notice','invokeMeteorCommand','getConfigPath','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','findProjectDirectory'];a89c=function(){return t;};return a89c();}(function(a,b){const m=a89d,c=a();while(!![]){try{const d=parseInt(m(0x1d6))/0x1+-parseInt(m(0x20b))/0x2+-parseInt(m(0x201))/0x3+parseInt(m(0x1f9))/0x4*(parseInt(m(0x1e9))/0x5)+-parseInt(m(0x205))/0x6*(parseInt(m(0x1dd))/0x7)+-parseInt(m(0x1f2))/0x8*(parseInt(m(0x1d8))/0x9)+parseInt(m(0x20f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x6a3cb));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a89d;if(c){const e=c[n(0x1f3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const o=a89d;return a89a[o(0x1d7)]()[o(0x206)](o(0x208))['toString']()[o(0x1f4)](a89a)[o(0x206)](o(0x208));});function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x1d4;let f=c[d];return f;},a89d(a,b);}a89a();import a89e from'fs';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 p=a89d;a89e[p(0x1fb)](a,'r'),a89g[p(0x1db)]({'path':a});};Command[a89q(0x1d5)]({'name':a89q(0x207),'mustBeInMakaProject':!![],'validOpts':[a89q(0x1fe),a89q(0x1e7),a89q(0x1f1),'driverPackage','unit','env',a89q(0x1ee),a89q(0x20c),a89q(0x1de),'testAppPath'],'usage':'maka\x20test\x20<opts>','shortDesc':a89q(0x1d9),'examples':[]},function(a,b){const r=a89q;try{let c=this[r(0x1e6)][r(0x1e1)](r(0x1f8));b[r(0x1fd)]&&(c=this[r(0x1e6)][r(0x1e1)](b[r(0x1fd)]));(!b[r(0x20e)]||!!b[r(0x1fe)])&&(a=a[r(0x1fc)]([r(0x1e8)]));b['unit']&&delete b['unit'];let d=b[r(0x1ec)]||b[r(0x1f1)]||r(0x20d);if(d===r(0x20d)){const j=JSON[r(0x200)](a89e['readFileSync'](a89f[r(0x1f5)](this[r(0x1e6)][r(0x1e3)](),r(0x209),r(0x1eb)),r(0x204)));if(j[r(0x213)][r(0x207)]===r(0x214))d=r(0x1da);else j[r(0x213)][r(0x207)]==='mocha'&&(d=r(0x1f7));}if(d===r(0x20d))throw r(0x20a);(!b[r(0x1ec)]||!b['driver'])&&(a=a[r(0x1fc)]([r(0x1ef),d]));const f=a89f['join'](c,r(0x1e4));this[r(0x1e6)][r(0x210)](f)?(Log[r(0x1df)](r(0x1ed)+f),a=a[r(0x1fc)]([r(0x1fa),f])):Log[r(0x1f0)](r(0x1e2)+f);const g=a89f[r(0x1f5)](c,'process.env');this['fsi'][r(0x210)](g)?(Log[r(0x1df)]('Node\x20Env\x20Config:\x20'+g),syncSource(g)):Log[r(0x1f0)](r(0x1ff)+g);const h=process[r(0x203)]['slice'](0x2)[r(0x202)](k=>k!==r(0x1dc))[r(0x202)](k=>k!=='test')['filter'](k=>k!==a[0x0]);h[r(0x212)]((k,l)=>{const s=r;(k===s(0x1dc)||k==='--driver')&&h[s(0x1d4)](l,0x2),k===s(0x1ea)&&h[s(0x1d4)](l,0x1);});const i=b[r(0x1e7)]?r(0x1e5):'test';this[r(0x1e6)][r(0x1e0)](i,a[r(0x1fc)](h));}catch(k){console[r(0x1f6)](k),process[r(0x211)](0x0);}});
1
+ function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0xf9;let f=c[d];return f;},a89d(a,b);}const a89p=a89d;(function(a,b){const m=a89d,c=a();while(!![]){try{const d=parseInt(m(0xfa))/0x1+-parseInt(m(0x134))/0x2+parseInt(m(0x109))/0x3*(-parseInt(m(0x10f))/0x4)+parseInt(m(0x108))/0x5*(parseInt(m(0x137))/0x6)+parseInt(m(0x102))/0x7*(parseInt(m(0x101))/0x8)+parseInt(m(0x113))/0x9*(-parseInt(m(0x10a))/0xa)+parseInt(m(0x11b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xb6dcc));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(0x118)]()[n(0x11f)](n(0x124))[n(0x118)]()[n(0x136)](a89a)['search'](n(0x124));});a89a();import a89e from'fs';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(0x126)](a,'r'),a89g[o(0xfb)]({'path':a});};function a89c(){const s=['parse','sanjo:jasmine','filter','packages','config.json','join','env','argv','2946800sEBupL','meteortesting:mocha','constructor','2370mhLawv','concat','83388kyNcws','config','fsi','readFileSync','--driver','jasmine','maka\x20test\x20<opts>','4485608lEpTTe','7oxhpfo','driver-package','warn','unit','driver','error','5730aMtrbX','233343mdZzwL','110AXuEkP','exit','getConfigPath','inspect','engines','68eIWiOg','forEach','findProjectDirectory','test','521847RZofTQ','splice','none','settings.json','.maka','toString','process.env','isFile','33943085APlgZJ','--env','once','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','search','--full-app','notice','--packages','invokeMeteorCommand','(((.+)+)+)+$','create','openSync','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','slice','--driver-package','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','test-packages'];a89c=function(){return s;};return a89c();}Command[a89p(0x125)]({'name':a89p(0x112),'mustBeInMakaProject':!![],'validOpts':[a89p(0x11d),'packages',a89p(0x106),'driverPackage','unit',a89p(0x132),'rawLogs','port',a89p(0x10d),'testAppPath'],'usage':a89p(0x100),'shortDesc':a89p(0x11e),'examples':[]},function(a,b){const q=a89p;try{let c=this[q(0xfc)][q(0x10c)]('development');b[q(0x132)]&&(c=this['fsi'][q(0x10c)](b[q(0x132)]));(!b[q(0x105)]||!!b[q(0x11d)])&&(a=a['concat']([q(0x120)]));b[q(0x105)]&&delete b[q(0x105)];let d=b[q(0x103)]||b[q(0x106)]||'none';if(d===q(0x115)){const j=JSON[q(0x12c)](a89e[q(0xfd)](a89f[q(0x131)](this['fsi'][q(0x111)](),q(0x117),q(0x130)),'utf8'));if(j[q(0x10e)][q(0x112)]===q(0xff))d=q(0x12d);else j[q(0x10e)][q(0x112)]==='mocha'&&(d=q(0x135));}if(d===q(0x115))throw q(0x127);(!b[q(0x103)]||!b[q(0x106)])&&(a=a[q(0xf9)]([q(0x129),d]));const f=a89f['join'](c,q(0x116));this[q(0xfc)][q(0x11a)](f)?(Log[q(0x121)]('Meteor\x20Settings:\x20'+f),a=a[q(0xf9)](['--settings',f])):Log[q(0x104)](q(0x12a)+f);const g=a89f[q(0x131)](c,q(0x119));this[q(0xfc)][q(0x11a)](g)?(Log[q(0x121)]('Node\x20Env\x20Config:\x20'+g),syncSource(g)):Log[q(0x104)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+g);const h=process[q(0x133)][q(0x128)](0x2)[q(0x12e)](k=>k!==q(0x11c))[q(0x12e)](k=>k!==q(0x112))[q(0x12e)](k=>k!==a[0x0]);h[q(0x110)]((k,l)=>{const r=q;(k===r(0x11c)||k===r(0xfe))&&h[r(0x114)](l,0x2),k===r(0x122)&&h[r(0x114)](l,0x1);});const i=b[q(0x12f)]?q(0x12b):q(0x112);this[q(0xfc)][q(0x123)](i,a[q(0xf9)](h));}catch(k){console[q(0x107)](k),process[q(0x10b)](0x0);}});
@@ -1 +1 @@
1
- const a90n=a90d;(function(a,b){const k=a90d,c=a();while(!![]){try{const d=-parseInt(k(0x194))/0x1+-parseInt(k(0x177))/0x2+parseInt(k(0x18b))/0x3*(-parseInt(k(0x172))/0x4)+parseInt(k(0x17c))/0x5+parseInt(k(0x192))/0x6+-parseInt(k(0x174))/0x7+parseInt(k(0x18a))/0x8*(parseInt(k(0x186))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xa8af5));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a90d;if(c){const e=c[l(0x17f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const m=a90d;return a90a[m(0x176)]()[m(0x185)](m(0x16e))[m(0x176)]()[m(0x16a)](a90a)[m(0x185)](m(0x16e));});a90a();import{execSync}from'child_process';import a90e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.5.44'};function a90c(){const p=['fsi','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','Project\x27s\x20Meteor\x20Version\x20','replace','search','3609ZYcfkw','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','exit','bright','32872akpdyB','3669gysKvC','getProjectMeteorVersion','\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','----------------------System----------------------------','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','getGlobalMeteorVersion','notice','5700774oPAvKB','create','1294456AEfzFG','version','error','meteor.bat','verbose','maka\x20version','System\x27s\x20Node\x20Version\x20','constructor','node\x20-v','meteor','compareMakaToLatest','(((.+)+)+)+$','System\x27s\x20Meteor\x20Version\x20','----------------------Project----------------------------','getProjectsMeteorNodeVersion','764wGKbgq','Project\x27s\x20Meteor\x20Node\x20Version\x20','7270046rQaEnI','warn','toString','1307982eGLLtp','\x20!\x20consider\x20updating\x20your\x20node\x20version\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','Maka\x20','isMakaProject','6568565HeQpHp','\x20node\x20-v','win32','apply','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20'];a90c=function(){return p;};return a90c();}function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x164;let f=c[d];return f;},a90d(a,b);}Command[a90n(0x193)]({'name':a90n(0x164),'aliases':['v'],'usage':a90n(0x168),'maxArgLength':0x1,'validOpts':[a90n(0x167)],'shortDesc':a90n(0x18f),'examples':['maka\x20v',a90n(0x168),'maka\x20version\x20--verbose'],'description':a90n(0x18d)},async function(a,b){const o=a90n;try{const c=process['platform']===o(0x17e)?o(0x166):o(0x16c);Log['majestic'](o(0x17a)+pjson['version']),await this[o(0x181)][o(0x16d)]();if(b[o(0x167)]){await this[o(0x181)]['compareMakaToLatest'](),Log[o(0x189)](o(0x18e));const d=this['fsi'][o(0x190)]();Log[o(0x189)]((o(0x16f)+d)[o(0x184)]('\x0a',''));const f=execSync(c+o(0x17d))[o(0x176)]()[o(0x184)](/\r?\n|\r/,'')[o(0x184)]('v','');Log[o(0x189)](o(0x180)+f);const g=execSync(o(0x16b))[o(0x176)]()[o(0x184)](/\r?\n|\r/,'')['replace']('v','');a90e['gt'](f,g)?(Log[o(0x175)](o(0x169)+g),Log['warn'](o(0x178)+g+')\x20to\x20at\x20least\x20meteor\x27s\x20('+f+')')):Log['bright'](o(0x169)+g);if(this[o(0x181)][o(0x17b)]()){Log[o(0x189)](o(0x170));const h=this[o(0x181)][o(0x18c)]();a90e['gt'](d,h)?(Log['warn'](o(0x183)+h[o(0x184)]('\x0a','')),Log[o(0x175)](o(0x187)+d+'\x22')):Log[o(0x191)]((o(0x183)+h)[o(0x184)]('\x0a',''));const i=await this['fsi'][o(0x171)]();i==='N/A'?(Log[o(0x175)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+i),Log[o(0x175)](o(0x182))):Log[o(0x189)](o(0x173)+i),Log['bright'](o(0x179));}}}catch(j){console[o(0x165)](j),process[o(0x188)](0x0);}});
1
+ const a90m=a90d;(function(a,b){const k=a90d,c=a();while(!![]){try{const d=parseInt(k(0x1d7))/0x1+-parseInt(k(0x1d8))/0x2*(-parseInt(k(0x1c3))/0x3)+parseInt(k(0x1bb))/0x4+parseInt(k(0x1d5))/0x5*(-parseInt(k(0x1d4))/0x6)+parseInt(k(0x1b6))/0x7*(parseInt(k(0x1b7))/0x8)+parseInt(k(0x1d6))/0x9*(-parseInt(k(0x1c9))/0xa)+-parseInt(k(0x1ac))/0xb*(parseInt(k(0x1db))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xe176b));function a90c(){const o=['exit','192wshsyS','verbose','win32','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','replace','getGlobalMeteorVersion','710GwfqBR','error','search','maka\x20version','\x20node\x20-v','System\x27s\x20Node\x20Version\x20','toString','create','notice','compareMakaToLatest','maka\x20v','114UhEijG','258695FBKqtJ','108207Qxxjzw','4820mqwhDP','38452xDYBpx','isMakaProject','meteor','24948xhrKtZ','fsi','platform','3685lDwoVc','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','Maka\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','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','Project\x27s\x20Meteor\x20Node\x20Version\x20','System\x27s\x20Meteor\x20Version\x20','----------------------Project----------------------------','(((.+)+)+)+$','bright','7560721ZAbRrW','8GSVNCg','getProjectMeteorVersion','getProjectsMeteorNodeVersion','Project\x27s\x20Meteor\x20Version\x20','4565004bTTBvD','meteor.bat','\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','version','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','warn','----------------------System----------------------------'];a90c=function(){return o;};return a90c();}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(0x1cf)]()[l(0x1cb)](l(0x1b4))[l(0x1cf)]()['constructor'](a90a)[l(0x1cb)](l(0x1b4));});a90a();import{execSync}from'child_process';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0x1aa;let f=c[d];return f;},a90d(a,b);}import a90e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.5.45'};Command[a90m(0x1d0)]({'name':a90m(0x1be),'aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':['verbose'],'shortDesc':a90m(0x1bf),'examples':[a90m(0x1d3),a90m(0x1cc),'maka\x20version\x20--verbose'],'description':a90m(0x1af)},async function(a,b){const n=a90m;try{const c=process[n(0x1ab)]===n(0x1c5)?n(0x1bc):n(0x1da);Log['majestic'](n(0x1ae)+pjson['version']),await this['fsi'][n(0x1d2)]();if(b[n(0x1c4)]){await this[n(0x1aa)][n(0x1d2)](),Log[n(0x1b5)](n(0x1c1));const d=this[n(0x1aa)][n(0x1c8)]();Log[n(0x1b5)]((n(0x1b2)+d)[n(0x1c7)]('\x0a',''));const f=execSync(c+n(0x1cd))[n(0x1cf)]()['replace'](/\r?\n|\r/,'')[n(0x1c7)]('v','');Log['bright'](n(0x1b0)+f);const g=execSync('node\x20-v')[n(0x1cf)]()['replace'](/\r?\n|\r/,'')[n(0x1c7)]('v','');a90e['gt'](f,g)?(Log['warn'](n(0x1ce)+g),Log['warn'](n(0x1ad)+g+')\x20to\x20at\x20least\x20meteor\x27s\x20('+f+')')):Log[n(0x1b5)](n(0x1ce)+g);if(this[n(0x1aa)][n(0x1d9)]()){Log['bright'](n(0x1b3));const h=this[n(0x1aa)][n(0x1b8)]();a90e['gt'](d,h)?(Log[n(0x1c0)]('Project\x27s\x20Meteor\x20Version\x20'+h[n(0x1c7)]('\x0a','')),Log[n(0x1c0)](n(0x1c6)+d+'\x22')):Log[n(0x1d1)]((n(0x1ba)+h)[n(0x1c7)]('\x0a',''));const i=await this['fsi'][n(0x1b9)]();i==='N/A'?(Log[n(0x1c0)](n(0x1b1)+i),Log['warn']('\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.')):Log[n(0x1b5)](n(0x1b1)+i),Log[n(0x1b5)](n(0x1bd));}}}catch(j){console[n(0x1ca)](j),process[n(0x1c2)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0x1f7))/0x1+-parseInt(f(0x1ee))/0x2*(parseInt(f(0x1f6))/0x3)+-parseInt(f(0x1ea))/0x4*(parseInt(f(0x1ed))/0x5)+parseInt(f(0x1f1))/0x6*(parseInt(f(0x1ef))/0x7)+parseInt(f(0x1e9))/0x8*(parseInt(f(0x1ec))/0x9)+parseInt(f(0x1f4))/0xa*(-parseInt(f(0x1f5))/0xb)+parseInt(f(0x1eb))/0xc*(parseInt(f(0x1f0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xb7adf));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a['toString']()['search']('(((.+)+)+)+$')[h(0x1f8)]()[h(0x1f2)](a91a)[h(0x1f3)]('(((.+)+)+)+$');});a91a();function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a91d(a,b);}export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}function a91c(){var i=['3409679iIULVw','2741964IKWMnM','constructor','search','10bdZdmA','2807057bzmuQi','261YexuMa','1190634rEwGeI','toString','apply','8LbZhoc','18948QrVTtK','12eWxDSq','12293001gZYdtw','755ehFvCy','1970fTkaTc','21tLzeIv'];a91c=function(){return i;};return a91c();}export class NoMeteorFoundError{}
1
+ (function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0xeb))/0x1*(-parseInt(f(0xe8))/0x2)+parseInt(f(0xee))/0x3+-parseInt(f(0xe1))/0x4+-parseInt(f(0xe6))/0x5+parseInt(f(0xea))/0x6+parseInt(f(0xe5))/0x7*(-parseInt(f(0xe2))/0x8)+-parseInt(f(0xe4))/0x9*(-parseInt(f(0xec))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xe092b));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0xe3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0xe9)]()[h(0xed)](h(0xe7))[h(0xe9)]()[h(0xe0)](a91a)[h(0xed)](h(0xe7));});a91a();export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0xe0;var f=c[d];return f;},a91d(a,b);}function a91c(){var i=['7hDhxXo','1585330dYJAZR','(((.+)+)+)+$','2ZqmQYr','toString','6979242ONxzbN','103333jJuksm','6234170xuNpFr','search','3705984oWXYWU','constructor','2581840QvGbrM','9943264IIZdwi','apply','9KRxVQh'];a91c=function(){return i;};return a91c();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- var a92i=a92d;(function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x1c8))/0x1*(parseInt(f(0x1cc))/0x2)+parseInt(f(0x1c3))/0x3*(-parseInt(f(0x1c4))/0x4)+parseInt(f(0x1c1))/0x5+-parseInt(f(0x1ce))/0x6+-parseInt(f(0x1cf))/0x7+-parseInt(f(0x1cd))/0x8*(parseInt(f(0x1cb))/0x9)+parseInt(f(0x1d0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xc4c31));function a92c(){var j=['toString','383919WywfrU','8CRZiTo','apply','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','env','1KboZSH','constructor','(((.+)+)+)+$','2720907YfMDyI','3205668lICzqu','32FdJgqP','6672714jnPYuD','10102848QSJMfA','25747950XquTzO','3244645ytnMXC'];a92c=function(){return j;};return a92c();}var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0x1c2)]()['search'](h(0x1ca))[h(0x1c2)]()[h(0x1c9)](a92a)['search'](h(0x1ca));});function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x1c1;var f=c[d];return f;},a92d(a,b);}a92a(),process[a92i(0x1c7)]['NODE_OPTIONS']=a92i(0x1c6);import'./maka.js';
2
+ function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x1e8;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(0x1f8))/0x1+parseInt(f(0x1f5))/0x2*(parseInt(f(0x1f7))/0x3)+parseInt(f(0x1f6))/0x4+-parseInt(f(0x1e8))/0x5*(parseInt(f(0x1e9))/0x6)+-parseInt(f(0x1ef))/0x7+-parseInt(f(0x1f2))/0x8+-parseInt(f(0x1f9))/0x9*(-parseInt(f(0x1f4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xd70e6));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x1f1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0x1f3)]()[h(0x1ed)](h(0x1ea))[h(0x1f3)]()[h(0x1eb)](a92a)['search'](h(0x1ea));});a92a(),process[a92i(0x1ec)][a92i(0x1f0)]=a92i(0x1ee);import'./maka.js';function a92c(){var j=['NODE_OPTIONS','apply','1395152EJGPmG','toString','1259690KczsJq','5326MEoiDU','1571916idTkxg','1611JNfCgu','156885nMWfbn','27udARnr','7635GAzrJw','1698QAORxq','(((.+)+)+)+$','constructor','env','search','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','6092779rEDcdJ'];a92c=function(){return j;};return a92c();}
@@ -1 +1 @@
1
- const a93t=a93d;(function(a,b){const q=a93d,c=a();while(!![]){try{const d=-parseInt(q(0x186))/0x1*(parseInt(q(0x197))/0x2)+parseInt(q(0x188))/0x3*(-parseInt(q(0x18d))/0x4)+parseInt(q(0x1aa))/0x5+-parseInt(q(0x1de))/0x6*(parseInt(q(0x1d6))/0x7)+parseInt(q(0x1a8))/0x8+-parseInt(q(0x185))/0x9+parseInt(q(0x19b))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x49fdc));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a93d;if(c){const e=c[r(0x184)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const s=a93d;return a93a[s(0x1c5)]()[s(0x1a4)](s(0x1dc))[s(0x1c5)]()[s(0x1d4)](a93a)[s(0x1a4)](s(0x1dc));});a93a();import a93e from'path';import a93f from'cli-table';import{paramCase}from'change-case';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x184;let f=c[d];return f;},a93d(a,b);}import a93g from'./generators/maka.gen.js';function a93c(){const E=['Generator\x20requires\x20a\x20name','findGenerator','search','_handler','length','filter','2126200iasrzD','shortDesc','912815XroCoa','Too\x20many\x20arguments','_generators','error','dir','To\x20use\x20this\x20generator,\x20\x22','help','options','findProjectDirectory','Server','There\x20is\x20no\x20Meteor\x20application\x20here','includes','sort','proFlags','Generators:','Generator.create\x20requires\x20a\x20handler\x20function!','invoke','appPathPrefix','minOptsLength','slice','Name','both','assign','Generator\x20requires\x20a\x20handler\x20function','name','colLocAnswer','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','toString','server','validateMakaProject','resourceName','pop','Too\x20few\x20options','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','maxOptsLength','function','client','noResource','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','To\x20use\x20these\x20pro\x20flags,\x20\x22','where','mustHaveMeteorInstalled','constructor','checkWhere','49JLUksd','tableList','validateMakaSubscription','Client','addGenerator\x20requires\x20a\x20Generator\x20instance','bright','(((.+)+)+)+$','forEach','403014plAAwH','root','Alias','create','apply','2782368vwuzli','4UrUair','mustBeInMakaProject','84207WtPEHA','usage','parent','exit','push','68jNauqw','keys','aliases','fsi','list','Description','minArgLength','No\x20resource\x20name\x20specified','roles','lib','61810kyziUs','maxArgLength','notice','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','12348580qWeiIF','proGenerators','number','find','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','join','call'];a93c=function(){return E;};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 c=process['cwd']();let d=null;try{process['chdir'](a),d=b();}finally{process['chdir'](c);}return d;}export class Generator extends Tool{['options'];[a93t(0x1ac)];constructor(a,b){const u=a93t;super();if(!a)throw new Error(u(0x1c4));if(!a[u(0x1c2)])throw new Error(u(0x1a2));if(typeof b!==u(0x1cd))throw new Error(u(0x1c1));this[u(0x1ac)]=[],this[u(0x1b1)]=Object[u(0x1c0)]({},a),this[u(0x1c2)]=this[u(0x1b1)][u(0x1c2)],this[u(0x1a5)]=b['bind'](this);}static[a93t(0x1e1)](a,b,c){const v=a93t;if(!a)throw new Error('Generator.create\x20requires\x20some\x20options!');if(typeof b!==v(0x1cd))throw new Error(v(0x1b9));const d=new Generator(a,b);return c=c||a93g,Object[v(0x1c0)](d,{'parent':c?.['options']?.[v(0x1c2)]}),c['addGenerator'](d),d;}['addGenerator'](a){const w=a93t;if(!(a instanceof Generator))throw new Error(w(0x1da));this['_generators'][w(0x18c)](a);}[a93t(0x1a3)](a){const x=a93t,b=this[x(0x1ac)][x(0x19e)](c=>c['match'](a));return b;}async[a93t(0x1d8)](a,b){const y=a93t,c=this[y(0x1a3)](a[0x0]);if(c){const d=c?.[y(0x1c2)]||a[0x0],e=c?.[y(0x18a)]||'',f=Object[y(0x18e)](b),g=await this[y(0x190)]['getPro']();!g&&(Log[y(0x1ad)](y(0x19f)),process[y(0x18b)](0x1));const h=!g?.[y(0x195)][y(0x1b5)]('singleLicense')&&!g?.[y(0x195)]['includes']('domainLicense'),i=g?.[y(0x19c)]['includes'](d)||g?.[y(0x19c)][y(0x1b5)](e);if(i&&h)throw y(0x1af)+d+y(0x1d0);if(f[y(0x1a6)]>0x0){const j=g?.[y(0x1b7)][y(0x1a7)](k=>f[y(0x1b5)](k));if(j&&j[y(0x1a6)]>0x0&&h)throw y(0x1d1)+j?.[y(0x1a0)](',\x20')+y(0x1d0);}}}async[a93t(0x1ba)](a,b){const z=a93t,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[z(0x1b1)];try{await this[z(0x1d8)](a,b);}catch(g){Log[z(0x1ad)](g),process[z(0x18b)](0x1);}const f=a[z(0x1bd)]();b[z(0x1c8)]=f[0x0];try{if((a[0x0]===_prevGen||a[z(0x1a6)]===0x0)&&b[z(0x1b0)])throw new UsageError();if(this[z(0x1b1)][z(0x187)]){const h=this[z(0x1c7)]();if(!h)throw new MustBeInProjectError();}if(this['options'][z(0x1d3)]){const i=this['validateMeteorInstall']();if(!i)throw new NoMeteorFoundError();}if(typeof this[z(0x1b1)]['minArgLength']===z(0x19d)){if(a[z(0x1a6)]<this[z(0x1b1)][z(0x193)]){Log[z(0x1ad)]('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this['options'][z(0x198)]==='number'){if(a['length']>this[z(0x1b1)][z(0x198)]){Log[z(0x1ad)](z(0x1ab));throw new UsageError();}}if(typeof this['options'][z(0x1bc)]===z(0x19d)){if(Object[z(0x18e)](b)[z(0x1a6)]<this[z(0x1b1)][z(0x1bc)]){Log[z(0x1ad)](z(0x1ca));throw new UsageError();}}if(typeof this[z(0x1b1)]['maxOptsLength']===z(0x19d)){if(Object[z(0x18e)](b)[z(0x1a6)]>=this['options'][z(0x1cc)]){Log[z(0x1ad)]('Too\x20many\x20options');throw new UsageError();}}await this['validateParams'](a,b,this[z(0x1b1)]);if(!b[z(0x1c8)]&&!this[z(0x1b1)][z(0x1cf)]){Log['error'](z(0x194));throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[z(0x189)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[z(0x1ac)][z(0x1a6)]>0x0&&b[z(0x1b0)]&&(Log[z(0x199)](z(0x1b8)),this[z(0x1d7)](this['_generators']));else{if(j instanceof MustBeInProjectError)Log['error'](z(0x19a));else{if(j instanceof NoMeteorFoundError)Log[z(0x1ad)](z(0x1cb)),Log[z(0x199)]('Please\x20run\x20\x22maka\x20install\x20meteor\x22');else{if(j instanceof NoMeteorAppFoundError)Log[z(0x1ad)](z(0x1b4));else throw j;}}}process['exit'](0x1);}return new Promise(k=>{inside(b['cwd'],async()=>{const A=a93d;try{if(!b[A(0x1df)]&&!this[A(0x190)][A(0x1b2)]())throw new MustBeInProjectError();const l=b[A(0x1c8)]?.['replace'](/\\/g,'/')['split']('/');!b[A(0x1ae)]&&(l?.[A(0x1a6)]>0x1?(b['resourceName']=l[A(0x1c9)](),f[0x0]=b[A(0x1c8)],b['dir']=l['map'](m=>{return paramCase(m);})[A(0x1a0)](a93e['sep'])):b[A(0x1ae)]='');if(this[A(0x1b1)][A(0x1d5)]){if(!b[A(0x1d2)]){const n={'type':A(0x191),'name':A(0x1c3),'message':'Location','choices':[{'name':A(0x1d9),'value':A(0x1ce)},{'name':A(0x1b3),'value':A(0x1c6)},{'name':'Both','value':A(0x1bf)}]},{colLocAnswer:o}=await Actions[A(0x1b1)](n);o?b[A(0x1d2)]=o:b['where']=A(0x1bf);}const m=['both','client','server'];if(!m[A(0x1b5)](b[A(0x1d2)])){Log[A(0x1ad)]('--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27');throw new UsageError();}switch(b[A(0x1d2)]){case A(0x1bf):b[A(0x1bb)]=A(0x196);break;case A(0x1c6):b[A(0x1bb)]='server';break;case'client':b[A(0x1bb)]=A(0x1ce);break;default:b[A(0x1bb)]='';}}k(this[A(0x1a5)][A(0x1a1)](this,f,b));}catch(p){console[A(0x1ad)](p);}});});}['listGenerators'](){const B=a93t;this[B(0x1d7)](this[B(0x1ac)]);}['tableList'](a){const C=a93t,b=new a93f({});b['push']([C(0x1be),C(0x1e0),C(0x192)]),a[C(0x1b6)]()[C(0x1dd)](c=>{const D=C;b['push']([c[D(0x1c2)],c[D(0x18f)](),c[D(0x1a9)]()]);}),Log[C(0x1db)](b['toString']());}}
1
+ const a93u=a93d;(function(a,b){const q=a93d,c=a();while(!![]){try{const d=parseInt(q(0xa3))/0x1+parseInt(q(0xbb))/0x2*(-parseInt(q(0x8a))/0x3)+parseInt(q(0xd8))/0x4+-parseInt(q(0x98))/0x5*(parseInt(q(0xd7))/0x6)+-parseInt(q(0xb1))/0x7+-parseInt(q(0xb0))/0x8+parseInt(q(0xa2))/0x9*(parseInt(q(0xba))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xefcb5));const a93b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a93d;if(c){const e=c[r(0xb2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){const s=a93d;return a93a[s(0xb9)]()[s(0xaa)]('(((.+)+)+)+$')[s(0xb9)]()['constructor'](a93a)[s(0xaa)]('(((.+)+)+)+$');});a93a();import a93e from'path';import a93f from'cli-table';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x7e;let f=c[d];return f;},a93d(a,b);}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=['1074tnMCAR','6883956hSJOoi','Generator.create\x20requires\x20some\x20options!','No\x20resource\x20name\x20specified','invoke','maxOptsLength','notice','appPathPrefix','mustHaveMeteorInstalled','Client','Too\x20few\x20options','To\x20use\x20this\x20generator,\x20\x22','match','Location','usage','function','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','_handler','bright','Both','chdir','findProjectDirectory','98589ogwLXA','Name','validateMakaSubscription','list','join','singleLicense','minOptsLength','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','Generator\x20requires\x20a\x20name','addGenerator','slice','where','parent','23320Aprxjh','There\x20is\x20no\x20Meteor\x20application\x20here','proFlags','validateMakaProject','cwd','resourceName','both','getPro','tableList','Generator\x20requires\x20a\x20handler\x20function','423binyEI','1605769jLciVP','help','_generators','roles','push','sort','lib','search','keys','sep','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','call','assign','12757728UfYhac','3605714RXoBXn','apply','exit','aliases','mustBeInMakaProject','create','noResource','options','toString','148660lQihWI','6cRSoHa','Please\x20run\x20\x22maka\x20install\x20meteor\x22','dir','Server','domainLicense','addGenerator\x20requires\x20a\x20Generator\x20instance','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','filter','proGenerators','client','Description','length','Too\x20many\x20options','map','name','checkWhere','error','number','findGenerator','Generators:','split','bind','server','forEach','includes','maxArgLength','validateParams','shortDesc'];a93c=function(){return F;};return a93c();}let _prevGen='';function inside(a='.',b){const t=a93d,c=process[t(0x9c)]();let d=null;try{process[t(0x88)](a),d=b();}finally{process[t(0x88)](c);}return d;}export class Generator extends Tool{[a93u(0xb8)];[a93u(0xa5)];constructor(a,b){const v=a93u;super();if(!a)throw new Error(v(0x92));if(!a[v(0xc9)])throw new Error(v(0x93));if(typeof b!==v(0x83))throw new Error(v(0xa1));this['_generators']=[],this['options']=Object['assign']({},a),this['name']=this[v(0xb8)]['name'],this[v(0x85)]=b[v(0xd0)](this);}static[a93u(0xb6)](a,b,c){const w=a93u;if(!a)throw new Error(w(0xd9));if(typeof b!==w(0x83))throw new Error('Generator.create\x20requires\x20a\x20handler\x20function!');const d=new Generator(a,b);return c=c||a93g,Object[w(0xaf)](d,{'parent':c?.[w(0xb8)]?.[w(0xc9)]}),c[w(0x94)](d),d;}[a93u(0x94)](a){const x=a93u;if(!(a instanceof Generator))throw new Error(x(0xc0));this['_generators'][x(0xa7)](a);}[a93u(0xcd)](a){const y=a93u,b=this['_generators']['find'](c=>c[y(0x80)](a));return b;}async[a93u(0x8c)](a,b){const z=a93u,c=this[z(0xcd)](a[0x0]);if(c){const d=c?.['name']||a[0x0],e=c?.[z(0x97)]||'',f=Object[z(0xab)](b),g=await this['fsi'][z(0x9f)]();!g&&(Log[z(0xcb)](z(0x84)),process['exit'](0x1));const h=!g?.[z(0xa6)][z(0xd3)](z(0x8f))&&!g?.[z(0xa6)][z(0xd3)](z(0xbf)),i=g?.['proGenerators'][z(0xd3)](d)||g?.[z(0xc3)][z(0xd3)](e);if(i&&h)throw z(0x7f)+d+z(0xad);if(f[z(0xc6)]>0x0){const j=g?.[z(0x9a)][z(0xc2)](k=>f['includes'](k));if(j&&j[z(0xc6)]>0x0&&h)throw'To\x20use\x20these\x20pro\x20flags,\x20\x22'+j?.[z(0x8e)](',\x20')+z(0xad);}}}async[a93u(0xdb)](a,b){const A=a93u,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this['options'];try{await this[A(0x8c)](a,b);}catch(g){Log['error'](g),process[A(0xb3)](0x1);}const f=a[A(0x95)]();b['resourceName']=f[0x0];try{if((a[0x0]===_prevGen||a[A(0xc6)]===0x0)&&b[A(0xa4)])throw new UsageError();if(this[A(0xb8)][A(0xb5)]){const h=this[A(0x9b)]();if(!h)throw new MustBeInProjectError();}if(this['options'][A(0xdf)]){const i=this['validateMeteorInstall']();if(!i)throw new NoMeteorFoundError();}if(typeof this[A(0xb8)]['minArgLength']===A(0xcc)){if(a['length']<this['options']['minArgLength']){Log['error']('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this[A(0xb8)]['maxArgLength']===A(0xcc)){if(a[A(0xc6)]>this[A(0xb8)][A(0xd4)]){Log[A(0xcb)]('Too\x20many\x20arguments');throw new UsageError();}}if(typeof this[A(0xb8)][A(0x90)]===A(0xcc)){if(Object[A(0xab)](b)['length']<this[A(0xb8)]['minOptsLength']){Log[A(0xcb)](A(0x7e));throw new UsageError();}}if(typeof this[A(0xb8)][A(0xdc)]===A(0xcc)){if(Object[A(0xab)](b)[A(0xc6)]>=this[A(0xb8)][A(0xdc)]){Log[A(0xcb)](A(0xc7));throw new UsageError();}}await this[A(0xd5)](a,b,this[A(0xb8)]);if(!b[A(0x9d)]&&!this[A(0xb8)][A(0xb7)]){Log[A(0xcb)](A(0xda));throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[A(0x82)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[A(0xa5)][A(0xc6)]>0x0&&b[A(0xa4)]&&(Log[A(0xdd)](A(0xce)),this[A(0xa0)](this[A(0xa5)]));else{if(j instanceof MustBeInProjectError)Log[A(0xcb)](A(0x91));else{if(j instanceof NoMeteorFoundError)Log['error'](A(0xc1)),Log[A(0xdd)](A(0xbc));else{if(j instanceof NoMeteorAppFoundError)Log[A(0xcb)](A(0x99));else throw j;}}}process[A(0xb3)](0x1);}return new Promise(k=>{inside(b['cwd'],async()=>{const B=a93d;try{if(!b['root']&&!this['fsi'][B(0x89)]())throw new MustBeInProjectError();const l=b[B(0x9d)]?.['replace'](/\\/g,'/')[B(0xcf)]('/');!b[B(0xbd)]&&(l?.[B(0xc6)]>0x1?(b[B(0x9d)]=l['pop'](),f[0x0]=b[B(0x9d)],b[B(0xbd)]=l[B(0xc8)](m=>{return paramCase(m);})[B(0x8e)](a93e[B(0xac)])):b[B(0xbd)]='');if(this[B(0xb8)][B(0xca)]){if(!b[B(0x96)]){const n={'type':B(0x8d),'name':'colLocAnswer','message':B(0x81),'choices':[{'name':B(0xe0),'value':B(0xc4)},{'name':B(0xbe),'value':B(0xd1)},{'name':B(0x87),'value':'both'}]},{colLocAnswer:o}=await Actions[B(0xb8)](n);o?b[B(0x96)]=o:b[B(0x96)]='both';}const m=[B(0x9e),B(0xc4),B(0xd1)];if(!m[B(0xd3)](b[B(0x96)])){Log[B(0xcb)]('--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27');throw new UsageError();}switch(b[B(0x96)]){case B(0x9e):b['appPathPrefix']=B(0xa9);break;case B(0xd1):b[B(0xde)]=B(0xd1);break;case B(0xc4):b[B(0xde)]=B(0xc4);break;default:b[B(0xde)]='';}}k(this[B(0x85)][B(0xae)](this,f,b));}catch(p){console[B(0xcb)](p);}});});}['listGenerators'](){const C=a93u;this[C(0xa0)](this[C(0xa5)]);}[a93u(0xa0)](a){const D=a93u,b=new a93f({});b[D(0xa7)]([D(0x8b),'Alias',D(0xc5)]),a[D(0xa8)]()[D(0xd2)](c=>{const E=D;b['push']([c[E(0xc9)],c[E(0xb4)](),c[E(0xd6)]()]);}),Log[D(0x86)](b[D(0xb9)]());}}
@@ -1 +1 @@
1
- (function(a,b){var f=a94d,c=a();while(!![]){try{var d=parseInt(f(0x1b7))/0x1*(parseInt(f(0x1b5))/0x2)+-parseInt(f(0x1c0))/0x3*(-parseInt(f(0x1bd))/0x4)+-parseInt(f(0x1ba))/0x5+-parseInt(f(0x1b8))/0x6+parseInt(f(0x1b6))/0x7+-parseInt(f(0x1be))/0x8*(parseInt(f(0x1bb))/0x9)+parseInt(f(0x1b3))/0xa*(parseInt(f(0x1bc))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xbc7bd));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x1b4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x1b9)]()['search'](h(0x1bf))[h(0x1b9)]()['constructor'](a94a)['search'](h(0x1bf));});function a94c(){var i=['toString','6820310kpPWiQ','8919FALSQu','23106886DGdVfs','92HDriHA','3064ncfnSC','(((.+)+)+)+$','148083ETghex','10XVFdmu','apply','1754TfcuGT','444339FCUwLc','333kbhkvW','6454818Wwopgo'];a94c=function(){return i;};return a94c();}a94a();import'./services/_index.js';import'./api.js';import'./collection.js';import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kit.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x1b3;var f=c[d];return f;},a94d(a,b);}import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
1
+ (function(a,b){var f=a94d,c=a();while(!![]){try{var d=-parseInt(f(0x83))/0x1*(-parseInt(f(0x7f))/0x2)+-parseInt(f(0x7c))/0x3*(parseInt(f(0x7a))/0x4)+-parseInt(f(0x7b))/0x5*(parseInt(f(0x82))/0x6)+parseInt(f(0x80))/0x7*(parseInt(f(0x7d))/0x8)+-parseInt(f(0x7e))/0x9*(-parseInt(f(0x84))/0xa)+-parseInt(f(0x81))/0xb+parseInt(f(0x86))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0xb0001));var a94b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a94d;if(c){var e=c[g(0x79)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){var h=a94d;return a94a[h(0x77)]()[h(0x85)]('(((.+)+)+)+$')['toString']()[h(0x78)](a94a)[h(0x85)]('(((.+)+)+)+$');});a94a();import'./services/_index.js';import'./api.js';import'./collection.js';function a94c(){var i=['12091140QUeTdO','toString','constructor','apply','244siJLSv','5uHGVWt','54291ltvGgr','24KcTJcE','4023GOwAAi','147286zWgwYl','2288461CrqyEd','1513523fILTJz','6184206DziuiD','1YyUlgM','20830rHJtgp','search'];a94c=function(){return i;};return a94c();}import'./component.js';import'./config.js';import'./dbc.js';import'./hook.js';import'./kit.js';import'./layout.js';import'./methods.js';import'./package.js';import'./publish.js';import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';function a94d(a,b){var c=a94c();return a94d=function(d,e){d=d-0x77;var f=c[d];return f;},a94d(a,b);}import'./maka.gen.js';