@maka/maka-cli 4.5.27 → 4.5.29

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 (139) hide show
  1. package/.eslintrc.json +2 -1
  2. package/bundle/obf/package.json +24 -22
  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/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -0
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -0
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/templates/meteor/template/template.css.scss +3 -0
  117. package/bundle/obf/src/templates/react/component/component.css.scss +3 -0
  118. package/bundle/obf/src/templates/react/hook/hook.css +3 -0
  119. package/bundle/obf/src/templates/react/hook/hook.css.scss +3 -0
  120. package/bundle/obf/src/templates/react/hook/hook.js.jsx +1 -1
  121. package/bundle/obf/src/templates/react/hook/hook.js.tsx +1 -1
  122. package/bundle/obf/src/tool.js +1 -1
  123. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  124. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  125. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  126. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  127. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  129. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/https/https.class.js +1 -1
  131. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  132. package/bundle/obf/src/tools/log/log.class.js +1 -1
  133. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  135. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  137. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  138. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  139. package/package.json +24 -22
@@ -1 +1 @@
1
- const a72k=a72d;(function(a,b){const h=a72d,c=a();while(!![]){try{const d=parseInt(h(0x97))/0x1*(parseInt(h(0x8e))/0x2)+-parseInt(h(0x88))/0x3*(parseInt(h(0x7b))/0x4)+parseInt(h(0x7f))/0x5*(parseInt(h(0x82))/0x6)+parseInt(h(0x85))/0x7*(parseInt(h(0x93))/0x8)+-parseInt(h(0x91))/0x9*(parseInt(h(0x81))/0xa)+-parseInt(h(0x96))/0xb*(parseInt(h(0x94))/0xc)+parseInt(h(0x8c))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xeafe6));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a72d;if(c){const e=c[i(0x8b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const j=a72d;return a72a[j(0x7c)]()[j(0x98)](j(0x87))[j(0x7c)]()[j(0x84)](a72a)[j(0x98)](j(0x87));});a72a();function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x7a;let f=c[d];return f;},a72d(a,b);}import a72e from'fs';import a72f from'path';import{Command}from'../command.js';function a72c(){const m=['maka\x20logs\x20--env\x20staging','create','1176kfnXjz','toString','ssh.json','parse','6172475RvvnKS','View\x20the\x20PM2\x20logs','751440KgqZch','6SAAzrw','pm2\x20logs','constructor','91eDazXn','sshSync','(((.+)+)+)+$','11589fpCnPN','maka\x20l\x20-e\x20p','assign','apply','40950065ADCAhw','maka\x20logs\x20--env\x20dev','86854gRNrvW','getConfigPath','maka\x20logs','108kAplcR','env','93376PiBQZp','1698684WJzoQr','logs','143IkbYbQ','7BlBUOW','search'];a72c=function(){return m;};return a72c();}import{SSH}from'../tools/ssh/ssh.class.js';Command[a72k(0x7a)]({'name':a72k(0x95),'aliases':['l','log'],'usage':a72k(0x90),'requiredOpts':[a72k(0x92)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a72k(0x80),'examples':[a72k(0x8d),a72k(0x99),a72k(0x89)]},function(a,b){const l=a72k,c=l(0x83),d=this['fsi'][l(0x8f)](b[l(0x92)]),e=a72f['join'](d,l(0x7d)),f=a72e['readFileSync'](e),g=JSON[l(0x7e)](f[l(0x7c)]());Object[l(0x8a)](g,{'env':d}),SSH[l(0x86)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a74k=a74d;(function(a,b){const h=a74d,c=a();while(!![]){try{const d=-parseInt(h(0x1d5))/0x1*(parseInt(h(0x1d8))/0x2)+parseInt(h(0x1d3))/0x3*(parseInt(h(0x1da))/0x4)+-parseInt(h(0x1d2))/0x5*(parseInt(h(0x1dc))/0x6)+-parseInt(h(0x1c7))/0x7*(parseInt(h(0x1c9))/0x8)+-parseInt(h(0x1cd))/0x9+parseInt(h(0x1cf))/0xa+-parseInt(h(0x1d7))/0xb*(-parseInt(h(0x1c8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xef915));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a74d;if(c){const e=c[i(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const j=a74d;return a74a[j(0x1dd)]()[j(0x1e0)](j(0x1de))['toString']()[j(0x1d6)](a74a)[j(0x1e0)](j(0x1de));});a74a();import a74e from'fs';import a74f from'path';import{Command}from'../command.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1c6;let f=c[d];return f;},a74d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a74k(0x1cb)]({'name':a74k(0x1ce),'aliases':['l','log'],'usage':a74k(0x1c6),'requiredOpts':[a74k(0x1db)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a74k(0x1cc),'examples':['maka\x20logs\x20--env\x20dev',a74k(0x1d0),'maka\x20l\x20-e\x20p']},function(a,b){const l=a74k,c=l(0x1df),d=this['fsi'][l(0x1ca)](b[l(0x1db)]),e=a74f['join'](d,l(0x1d9)),f=a74e['readFileSync'](e),g=JSON[l(0x1d1)](f[l(0x1dd)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});function a74c(){const m=['maka\x20logs','7nJnLPW','8556OPYsOm','13793848jWwQDA','getConfigPath','create','View\x20the\x20PM2\x20logs','8056665zbuljC','logs','649930AJOODP','maka\x20logs\x20--env\x20staging','parse','5VIUZFo','3OlXwpV','apply','1051895mCJEsg','constructor','57431dBwHWO','2EWIgyn','ssh.json','5965424bCuDMa','env','3758052nbuLoN','toString','(((.+)+)+)+$','pm2\x20logs','search'];a74c=function(){return m;};return a74c();}
@@ -1 +1 @@
1
- const a73j=a73d;(function(a,b){const g=a73d,c=a();while(!![]){try{const d=parseInt(g(0x9c))/0x1*(-parseInt(g(0x95))/0x2)+parseInt(g(0x89))/0x3+-parseInt(g(0x8b))/0x4*(-parseInt(g(0x9a))/0x5)+parseInt(g(0x8e))/0x6*(-parseInt(g(0x9b))/0x7)+-parseInt(g(0x8d))/0x8*(parseInt(g(0x87))/0x9)+-parseInt(g(0x92))/0xa*(-parseInt(g(0x86))/0xb)+-parseInt(g(0x8a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x41b74));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a73d;if(c){const e=c[h(0x88)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const i=a73d;return a73a[i(0x9d)]()[i(0x83)]('(((.+)+)+)+$')['toString']()[i(0x91)](a73a)['search'](i(0x8f));});function a73c(){const l=['52wdkddC','findSubCommand','exit','fsi','maka\x20run','5OCWmVu','791588qcNRjW','570tiJBcR','toString','search','maka\x20create\x20Todo','maka\x20--help','8767RmBcqK','9XlfhWv','apply','1196478vxFEPF','1677084WlkhmN','1011896dUotUu','maybeProxyCommandToMeteor','964368LpcBVg','6JfLWPd','(((.+)+)+)+$','runSubCommand','constructor','70AClMiJ','maka','\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'];a73c=function(){return l;};return a73c();}a73a();import{Command}from'../command.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x83;let f=c[d];return f;},a73d(a,b);}const Maka=new Command({'name':a73j(0x93),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a73j(0x85),'maka\x20install\x20meteor',a73j(0x84),a73j(0x99)],'description':a73j(0x94)},async function(a,b){const k=a73j;try{const c=a[0x0],d=this[k(0x96)](c);d?this[k(0x90)](c,a['slice'](0x1),b):this[k(0x98)][k(0x8c)]();}catch(f){console['error'](f),process[k(0x97)](0x1);}});export default Maka;
1
+ const a75i=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=-parseInt(g(0x1dc))/0x1+-parseInt(g(0x1e0))/0x2+parseInt(g(0x1d9))/0x3*(parseInt(g(0x1ec))/0x4)+parseInt(g(0x1da))/0x5*(parseInt(g(0x1ed))/0x6)+-parseInt(g(0x1ea))/0x7+-parseInt(g(0x1df))/0x8+parseInt(g(0x1e2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xcfa22));function a75c(){const k=['20316peilMU','constructor','12irIfSD','980Whqhyc','maka\x20<command>\x20[<args>]\x20[<opts>]','122492WzfwoE','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','(((.+)+)+)+$','3060960Njpotf','1745392JcbeEf','runSubCommand','16795530kUxFLV','maka\x20create\x20Todo','maka\x20run','\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','toString','maka\x20install\x20meteor','findSubCommand','fsi','9743972KKVOHx','search','1090444hwFCCI'];a75c=function(){return k;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1d9;let f=c[d];return f;},a75d(a,b);}const a75b=(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;};}()),a75a=a75b(this,function(){const h=a75d;return a75a[h(0x1e6)]()[h(0x1eb)](h(0x1de))[h(0x1e6)]()[h(0x1ee)](a75a)['search']('(((.+)+)+)+$');});a75a();import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a75i(0x1dd),'validOpts':[],'usage':a75i(0x1db),'disableAuthCheck':!![],'examples':['maka\x20--help',a75i(0x1e7),a75i(0x1e3),a75i(0x1e4)],'description':a75i(0x1e5)},async function(a,b){const j=a75i;try{const c=a[0x0],d=this[j(0x1e8)](c);d?this[j(0x1e1)](c,a['slice'](0x1),b):this[j(0x1e9)]['maybeProxyCommandToMeteor']();}catch(f){console['error'](f),process['exit'](0x1);}});export default Maka;
@@ -1 +1 @@
1
- function a74d(a,b){var c=a74c();return a74d=function(d,e){d=d-0x127;var f=c[d];return f;},a74d(a,b);}var a74i=a74d;(function(a,b){var f=a74d,c=a();while(!![]){try{var d=parseInt(f(0x12f))/0x1*(parseInt(f(0x127))/0x2)+-parseInt(f(0x128))/0x3+parseInt(f(0x12c))/0x4+parseInt(f(0x139))/0x5*(-parseInt(f(0x12e))/0x6)+-parseInt(f(0x130))/0x7+parseInt(f(0x132))/0x8*(parseInt(f(0x133))/0x9)+-parseInt(f(0x138))/0xa*(-parseInt(f(0x129))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa9aee));var a74b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a74d;if(c){var e=c[g(0x12d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){var h=a74d;return a74a[h(0x12b)]()[h(0x135)](h(0x136))[h(0x12b)]()['constructor'](a74a)[h(0x135)]('(((.+)+)+)+$');});a74a();import{Command}from'../command.js';function a74c(){var k=['(((.+)+)+)+$','maka\x20murder','51830hGjJgo','20WBENSb','murder','Murrrrderrrrr','163232YFZWkX','3149733Lvjvsk','5269otWhmI','%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','toString','3959380qsfIPX','apply','1183980xcQBJe','1zIQfNi','8622880ojLXjq','error','40EkJfGc','381555EAxFSC','font-family:\x20monospace','search'];a74c=function(){return k;};return a74c();}Command['create']({'name':a74i(0x13a),'usage':a74i(0x137),'maxArgLength':0x1,'shortDesc':a74i(0x13b),'validOpts':[]},async function(){var j=a74i;try{console['log'](j(0x12a),j(0x134));}catch(a){console[j(0x131)](a),process['exit'](0x0);}});
1
+ var a76i=a76d;function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xe6;var f=c[d];return f;},a76d(a,b);}(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0xea))/0x1*(parseInt(f(0xee))/0x2)+parseInt(f(0xf9))/0x3*(parseInt(f(0xeb))/0x4)+parseInt(f(0xf8))/0x5*(parseInt(f(0xf0))/0x6)+-parseInt(f(0xf5))/0x7+-parseInt(f(0xf6))/0x8*(-parseInt(f(0xe9))/0x9)+-parseInt(f(0xec))/0xa+parseInt(f(0xe8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc2dc9));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0xed)]()[h(0xfc)](h(0xf4))[h(0xed)]()[h(0xf2)](a76a)[h(0xfc)](h(0xf4));});function a76c(){var k=['apply','201198GNqCdP','font-family:\x20monospace','constructor','create','(((.+)+)+)+$','6302296NJqsWj','232MSGeEL','log','55vuhuZr','6cELvPw','%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','search','exit','murder','26963200micUCr','305676tpLBIt','22453FJQqfC','84836WysbXf','13181950aqMDPL','toString','74wWodFq'];a76c=function(){return k;};return a76c();}a76a();import{Command}from'../command.js';Command[a76i(0xf3)]({'name':a76i(0xe7),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a76i(0xfb),'validOpts':[]},async function(){var j=a76i;try{console[j(0xf7)](j(0xfa),j(0xf1));}catch(a){console['error'](a),process[j(0xe6)](0x0);}});
@@ -1 +1 @@
1
- const a75q=a75d;(function(a,b){const n=a75d,c=a();while(!![]){try{const d=parseInt(n(0x91))/0x1*(parseInt(n(0x9e))/0x2)+parseInt(n(0xa5))/0x3*(parseInt(n(0x89))/0x4)+-parseInt(n(0x8a))/0x5*(parseInt(n(0x7e))/0x6)+-parseInt(n(0x99))/0x7+parseInt(n(0x82))/0x8+parseInt(n(0x9f))/0x9*(-parseInt(n(0x97))/0xa)+parseInt(n(0xa2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x58454));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a75d;if(c){const e=c[o(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const p=a75d;return a75a[p(0x8b)]()[p(0x7f)](p(0x90))[p(0x8b)]()['constructor'](a75a)['search']('(((.+)+)+)+$');});a75a();import a75e from'fs';import a75f from'path';function a75c(){const s=['proxy','bright','\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','(((.+)+)+)+$','717537zoHVAN','targetHost','help','localhost','apply','isFile','1940710VQKVhu','join','225302fVROwX','listenPort','fsi','findGenerator','createProxyServer','2rDVPUP','18FYgPVG','sslconfig','readFileSync','4251599JGxmaM','maka\x20proxy','appName','6Xrjadj','mkKeysDir','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','getConfigPath','create','2623842YWWHAF','search','genCSR','error','297752fSnaPG','.key','invoke','.csr','utf8','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','\x20to\x20','155852HIeSrK','5DlBDhU','toString','genSSC'];a75c=function(){return s;};return a75c();}import a75g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x7d;let f=c[d];return f;},a75d(a,b);}import{SSL}from'../tools/ssl/ssl.class.js';import a75h from'../generators/maka.gen.js';Command[a75q(0x7d)]({'name':a75q(0x8d),'usage':a75q(0xa3),'mustBeInMakaProject':!![],'validOpts':[a75q(0x93),'targetPort',a75q(0x9a),'targetHost'],'maxArgLength':0x1,'shortDesc':a75q(0x87),'description':a75q(0x8f),'examples':['maka\x20proxy','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const r=a75q,c=this[r(0x9b)]['getProjectConfig'](),d='development',e=this['fsi'][r(0xa8)](d),f=this[r(0x9b)][r(0xa6)]({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[r(0x9a)]?Number(b[r(0x9a)]):0xd73,i=b[r(0x92)]?b[r(0x92)]:r(0x94),j=a75f[r(0x98)](f,c[r(0xa4)]+r(0x83)),k=a75f['join'](f,c['appName']+'.crt');if(!this[r(0x9b)]['isFile'](j)||!this['fsi'][r(0x96)](k)){const m=a75h[r(0x9c)]('sslconfig');m&&await m[r(0x84)]([r(0xa0)],{'env':d}),SSL[r(0x80)]({'keyName':c[r(0xa4)]+r(0x83),'csrName':c[r(0xa4)]+r(0x85),'cwd':f}),SSL[r(0x8c)]({'keyName':c[r(0xa4)]+r(0x83),'crtName':c[r(0xa4)]+'.crt','cwd':f});}if(g===h){Log[r(0x81)](r(0xa7));throw new UsageError();}const l={'ssl':{'key':a75e[r(0xa1)](j,r(0x86)),'cert':a75e['readFileSync'](k,r(0x86))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a75g[r(0x9d)](l)['listen'](Number(h)),Log[r(0x8e)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+r(0x88)+g);});
1
+ const a77p=a77d;(function(a,b){const n=a77d,c=a();while(!![]){try{const d=-parseInt(n(0x7d))/0x1*(parseInt(n(0x70))/0x2)+parseInt(n(0x8e))/0x3*(parseInt(n(0x72))/0x4)+-parseInt(n(0x93))/0x5+-parseInt(n(0x83))/0x6+-parseInt(n(0x75))/0x7+-parseInt(n(0x7b))/0x8+parseInt(n(0x85))/0x9*(parseInt(n(0x74))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x2eaa6));function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x6c;let f=c[d];return f;},a77d(a,b);}const a77b=(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;};}()),a77a=a77b(this,function(){const o=a77d;return a77a[o(0x86)]()[o(0x79)](o(0x6e))[o(0x86)]()[o(0x84)](a77a)[o(0x79)](o(0x6e));});a77a();function a77c(){const r=['appName','maka\x20proxy','isFile','(((.+)+)+)+$','sslconfig','36thmZLW','.crt','312nCvyTv','proxy','130FLjjIf','47908EaUUYn','mkKeysDir','readFileSync','getConfigPath','search','invoke','1322344pwsjuk','\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','14078EemZsg','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','help','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','create','findGenerator','204648yflRwb','constructor','270945yjuBlX','toString','maka\x20proxy\x20--target-host\x20http://192.168.1.20','genSSC','listen','=>\x20SSL\x20Proxy\x20forwarding\x20','targetPort','fsi','listenPort','11307uiQccP','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','createProxyServer','join','.key','172780gLTdgu'];a77c=function(){return r;};return a77c();}import a77e from'fs';import a77f from'path';import a77g 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 a77h from'../generators/maka.gen.js';Command[a77p(0x81)]({'name':a77p(0x73),'usage':a77p(0x6c),'mustBeInMakaProject':!![],'validOpts':[a77p(0x7f),'targetPort','listenPort','targetHost'],'maxArgLength':0x1,'shortDesc':a77p(0x80),'description':a77p(0x7c),'examples':[a77p(0x6c),a77p(0x7e),a77p(0x87)]},async function(a,b){const q=a77p,c=this[q(0x8c)]['getProjectConfig'](),d='development',e=this[q(0x8c)][q(0x78)](d),f=this['fsi'][q(0x76)]({'configPath':e}),g=b['targetPort']?Number(b[q(0x8b)]):0xbb8,h=b[q(0x8d)]?Number(b[q(0x8d)]):0xd73,i=b['targetHost']?b['targetHost']:'localhost',j=a77f[q(0x91)](f,c[q(0x94)]+q(0x92)),k=a77f['join'](f,c[q(0x94)]+'.crt');if(!this[q(0x8c)][q(0x6d)](j)||!this['fsi'][q(0x6d)](k)){const m=a77h[q(0x82)](q(0x6f));m&&await m[q(0x7a)]([q(0x6f)],{'env':d}),SSL['genCSR']({'keyName':c['appName']+q(0x92),'csrName':c[q(0x94)]+'.csr','cwd':f}),SSL[q(0x88)]({'keyName':c['appName']+q(0x92),'crtName':c['appName']+q(0x71),'cwd':f});}if(g===h){Log['error'](q(0x8f));throw new UsageError();}const l={'ssl':{'key':a77e[q(0x77)](j,'utf8'),'cert':a77e[q(0x77)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a77g[q(0x90)](l)[q(0x89)](Number(h)),Log['bright'](q(0x8a)+h+'\x20to\x20'+g);});
@@ -1 +1 @@
1
- const a76p=a76d;(function(a,b){const n=a76d,c=a();while(!![]){try{const d=-parseInt(n(0x19a))/0x1+-parseInt(n(0x192))/0x2+-parseInt(n(0x1a5))/0x3*(-parseInt(n(0x1a2))/0x4)+-parseInt(n(0x1b8))/0x5+-parseInt(n(0x1a4))/0x6*(-parseInt(n(0x1ad))/0x7)+parseInt(n(0x1ba))/0x8+parseInt(n(0x1af))/0x9*(-parseInt(n(0x1b5))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x830c5));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const o=a76d;return a76a[o(0x1b6)]()[o(0x1a1)](o(0x196))['toString']()['constructor'](a76a)[o(0x1a1)](o(0x196));});a76a();import a76e from'fs';import a76f from'path';import{Command}from'../command.js';function a76c(){const r=['search','4RIMLWY','success','18nmuJJO','2790327EvIsJw','ssh','uname\x20-a','create','sshSync','settings.json','assign','existsSync','2491293OLXVFb','Reconfigure\x20your\x20deployed\x20applications','9351162iPDrYl','\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','~/pm2.config.js','fsi','exit','getConfigPath','10AowszU','toString','pm2.config.js','1091470kRgiOY','maka\x20reconfig\x20--env\x20prod','4337984KeOIbC','readFileSync','588760otGjsu','Checking\x20remote\x20host\x20availability','maka\x20reconfig','join','(((.+)+)+)+$','pm2\x20delete\x20all','ses.json','~/settings.json','451589MHzHvP','scp','Remote\x20host\x20connection\x20successful','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','~/ses.json','env','ssh.json'];a76c=function(){return r;};return a76c();}import{Log}from'../tools/log/log.class.js';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x191;let f=c[d];return f;},a76d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a76p(0x1a8)]({'name':'reconfig','validOpts':[''],'requiredOpts':[a76p(0x19f)],'mustBeInMakaProject':!![],'usage':a76p(0x194),'shortDesc':a76p(0x1ae),'description':a76p(0x1b0),'examples':[a76p(0x1b9)]},async function(a,b){const q=a76p;try{const c=this[q(0x1b2)][q(0x1b4)](b[q(0x19f)]),d=a76f[q(0x195)](c,q(0x1a0)),f=a76e[q(0x191)](d)[q(0x1b6)](),g=JSON['parse'](f);Object[q(0x1ab)](g,{'env':c}),Log['notice'](q(0x193));const h=SSH['ping'](q(0x1a7),g);if(!h)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(h)Log[q(0x1a3)](q(0x19c));const i=a76f[q(0x195)](c,'_keys',q(0x198));if(a76e[q(0x1ac)](i)){const l={'source':i,'dest':q(0x19e),'verbose':!![]};SSH['scp'](l,{...g});}const j=a76f[q(0x195)](c,q(0x1b7));SSH[q(0x19b)]({'source':j,'dest':q(0x1b1),'verbose':!![]},{...g});const k=a76f[q(0x195)](c,q(0x1aa));SSH['scp']({'source':k,'dest':q(0x199),'verbose':!![]},{...g}),SSH[q(0x1a9)](q(0x197),g),await SSH[q(0x1a6)](q(0x19d),{...g},{'verbose':!![]});}catch(m){console['error'](m),process[q(0x1b3)](0x0);}});
1
+ const a78q=a78d;(function(a,b){const n=a78d,c=a();while(!![]){try{const d=parseInt(n(0x1c7))/0x1*(parseInt(n(0x1d5))/0x2)+-parseInt(n(0x1c1))/0x3*(parseInt(n(0x1cd))/0x4)+parseInt(n(0x1d6))/0x5*(parseInt(n(0x1c4))/0x6)+parseInt(n(0x1b7))/0x7*(-parseInt(n(0x1af))/0x8)+parseInt(n(0x1d4))/0x9*(parseInt(n(0x1b9))/0xa)+-parseInt(n(0x1b5))/0xb*(parseInt(n(0x1be))/0xc)+-parseInt(n(0x1ad))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x83eb7));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x1bc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a['toString']()[p(0x1c8)](p(0x1cc))[p(0x1c9)]()[p(0x1cf)](a78a)[p(0x1c8)]('(((.+)+)+)+$');});function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a78d(a,b);}a78a();import a78e from'fs';import a78f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a78c(){const s=['reconfig','ssh.json','4243602MfSBVi','settings.json','855617mScRdr','ses.json','5129900oLjkKh','_keys','assign','apply','parse','24NLjWdc','Reconfigure\x20your\x20deployed\x20applications','env','93NcvfUc','scp','~/ses.json','78AgCdUf','Remote\x20host\x20connection\x20successful','create','39736odsLrG','search','toString','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','fsi','(((.+)+)+)+$','10040psHtMf','notice','constructor','existsSync','exit','Checking\x20remote\x20host\x20availability','maka\x20reconfig\x20--env\x20prod','18Uuzrhr','10lbbryM','185135JBbCci','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','2522819damvsy','~/pm2.config.js','8ZLzOrl','pm2.config.js','join','uname\x20-a'];a78c=function(){return s;};return a78c();}import{SSH}from'../tools/ssh/ssh.class.js';Command[a78q(0x1c6)]({'name':a78q(0x1b3),'validOpts':[''],'requiredOpts':[a78q(0x1c0)],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':a78q(0x1bf),'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':[a78q(0x1d3)]},async function(a,b){const r=a78q;try{const c=this[r(0x1cb)]['getConfigPath'](b[r(0x1c0)]),d=a78f[r(0x1b1)](c,r(0x1b4)),f=a78e['readFileSync'](d)[r(0x1c9)](),g=JSON[r(0x1bd)](f);Object[r(0x1bb)](g,{'env':c}),Log[r(0x1ce)](r(0x1d2));const h=SSH['ping'](r(0x1b2),g);if(!h)throw r(0x1ca);if(h)Log['success'](r(0x1c5));const i=a78f[r(0x1b1)](c,r(0x1ba),r(0x1b8));if(a78e[r(0x1d0)](i)){const l={'source':i,'dest':r(0x1c3),'verbose':!![]};SSH[r(0x1c2)](l,{...g});}const j=a78f[r(0x1b1)](c,r(0x1b0));SSH['scp']({'source':j,'dest':r(0x1ae),'verbose':!![]},{...g});const k=a78f['join'](c,r(0x1b6));SSH[r(0x1c2)]({'source':k,'dest':'~/settings.json','verbose':!![]},{...g}),SSH['sshSync']('pm2\x20delete\x20all',g),await SSH['ssh'](r(0x1ac),{...g},{'verbose':!![]});}catch(m){console['error'](m),process[r(0x1d1)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x141))/0x1+-parseInt(f(0x13b))/0x2*(-parseInt(f(0x13f))/0x3)+-parseInt(f(0x134))/0x4*(parseInt(f(0x136))/0x5)+-parseInt(f(0x13e))/0x6*(parseInt(f(0x137))/0x7)+parseInt(f(0x142))/0x8*(-parseInt(f(0x135))/0x9)+parseInt(f(0x140))/0xa*(-parseInt(f(0x138))/0xb)+parseInt(f(0x13a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xe9d13));function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x134;var f=c[d];return f;},a77d(a,b);}var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0x144)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a['toString']()[h(0x13d)]('(((.+)+)+)+$')[h(0x143)]()[h(0x139)](a77a)[h(0x13d)](h(0x13c));});a77a();import'./run.command.js';function a77c(){var i=['1573725dBUGgt','4515824wgZgho','toString','apply','529088xcvLGI','27PiKLkz','55cTuQop','7SpYSNM','11IniIVS','constructor','42396252gmohQI','4IyFQMt','(((.+)+)+)+$','search','5558202hYJzMZ','1359591XeZVQT','9806320cEcAGv'];a77c=function(){return i;};return a77c();}import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a79d,c=a();while(!![]){try{var d=parseInt(f(0x179))/0x1*(parseInt(f(0x17d))/0x2)+-parseInt(f(0x176))/0x3*(parseInt(f(0x174))/0x4)+parseInt(f(0x181))/0x5*(-parseInt(f(0x177))/0x6)+-parseInt(f(0x17e))/0x7*(parseInt(f(0x17f))/0x8)+parseInt(f(0x17b))/0x9+parseInt(f(0x180))/0xa+-parseInt(f(0x172))/0xb*(-parseInt(f(0x17a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xed859));function a79d(a,b){var c=a79c();return a79d=function(d,e){d=d-0x172;var f=c[d];return f;},a79d(a,b);}var a79b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a79d;if(c){var e=c[g(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){var h=a79d;return a79a['toString']()['search']('(((.+)+)+)+$')['toString']()[h(0x178)](a79a)[h(0x173)](h(0x175));});a79a();function a79c(){var i=['12XVybOB','2480220YWgFSJ','apply','6BEcWpm','2044147odkqEC','8Wxmjkd','1773730FfmRRc','135hQYaLj','23948683vbvOjR','search','4Ltjpvh','(((.+)+)+)+$','4359063KfbLFn','85128GuEUrX','constructor','156967lQspCy'];a79c=function(){return i;};return a79c();}import'./run.command.js';import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a78d(a,b);}const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x1e5))/0x1+parseInt(i(0x1dd))/0x2+-parseInt(i(0x1ea))/0x3+parseInt(i(0x1e4))/0x4*(parseInt(i(0x1d8))/0x5)+parseInt(i(0x1d2))/0x6*(-parseInt(i(0x1da))/0x7)+parseInt(i(0x1d1))/0x8+-parseInt(i(0x1df))/0x9*(parseInt(i(0x1d7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xda73b));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x1e2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a['toString']()[k(0x1d6)](k(0x1cf))['toString']()[k(0x1e0)](a78a)[k(0x1d6)](k(0x1cf));});a78a();import a78e from'./run.command.js';import{execSync}from'child_process';import a78f from'path';import a78g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';function a78c(){const n=['createFile','848907gNTbeK','constructor','PM2\x20Config\x20File:\x20','apply','fsi','22264sMkfiA','1505447yiSrNE','maka\x20run\x20docker','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','docker-compose.yaml','3393702dpQLYC','existsSync','(((.+)+)+)+$','create','1486896ZoPnTE','2028IMGHNL','\x20up\x20--remove-orphans','docker','templateContent','search','130WMLCIt','45rhKIVI','inherit','2821mTOUUj','Docker\x20Compose\x20Path:\x20','notice','3294046lrAcdm'];a78c=function(){return n;};return a78c();}import{paramCase}from'change-case';Command[a78l(0x1d0)]({'name':'docker','aliases':['d'],'shortDesc':a78l(0x1e7),'description':a78l(0x1e8),'usage':a78l(0x1e6),'validOpts':['']},async function(){const m=a78l;try{const a=this['fsi']['getProjectConfig'](),b=this['fsi']['getConfigPath'](m(0x1d4)),c=a78f['join'](b,m(0x1e9)),d=a78f['join'](b,'pm2.config.js');Log[m(0x1dc)](m(0x1e1)+d),Log[m(0x1dc)](m(0x1db)+c);if(!a78g[m(0x1ce)](c)){const f={'app':a['appName'],'appFileCase':paramCase(a['appName'])},g=this[m(0x1e3)][m(0x1d5)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this['fsi'][m(0x1de)]({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x1d3),{'stdio':m(0x1d9)});}catch(h){process['exit'](0x1);}},a78e);
1
+ const a80l=a80d;function a80c(){const n=['2946WhIGoF','docker','apply','getConfigPath','PM2\x20Config\x20File:\x20','44271755PihAlu','12175LvliIT','appName','130frqZJv','Docker\x20Compose\x20Path:\x20','join','createFile','toString','2441104lQPuGH','\x20up\x20--remove-orphans','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','1nViJWF','708858UxisfA','templateContent','443223thvYnE','notice','exit','503754ItlqQW','fsi','search','2865380vVQdRv','constructor','(((.+)+)+)+$','create','7qaxqui','maka\x20run\x20docker','docker-compose\x20--project-directory\x20'];a80c=function(){return n;};return a80c();}(function(a,b){const i=a80d,c=a();while(!![]){try{const d=-parseInt(i(0x1ee))/0x1*(parseInt(i(0x1ef))/0x2)+-parseInt(i(0x1f4))/0x3+-parseInt(i(0x1d7))/0x4+-parseInt(i(0x1e4))/0x5*(parseInt(i(0x1de))/0x6)+parseInt(i(0x1db))/0x7*(-parseInt(i(0x1eb))/0x8)+parseInt(i(0x1f1))/0x9*(-parseInt(i(0x1e6))/0xa)+parseInt(i(0x1e3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x9d7d7));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a80d;if(c){const e=c[j(0x1e0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const k=a80d;return a80a[k(0x1ea)]()['search'](k(0x1d9))[k(0x1ea)]()[k(0x1d8)](a80a)[k(0x1d6)](k(0x1d9));});a80a();function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x1d6;let f=c[d];return f;},a80d(a,b);}import a80e from'./run.command.js';import{execSync}from'child_process';import a80f from'path';import a80g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a80l(0x1da)]({'name':a80l(0x1df),'aliases':['d'],'shortDesc':a80l(0x1ed),'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':a80l(0x1dc),'validOpts':['']},async function(){const m=a80l;try{const a=this['fsi']['getProjectConfig'](),b=this[m(0x1f5)][m(0x1e1)](m(0x1df)),c=a80f[m(0x1e8)](b,'docker-compose.yaml'),d=a80f[m(0x1e8)](b,'pm2.config.js');Log[m(0x1f2)](m(0x1e2)+d),Log['notice'](m(0x1e7)+c);if(!a80g['existsSync'](c)){const f={'app':a['appName'],'appFileCase':paramCase(a[m(0x1e5)])},g=this[m(0x1f5)][m(0x1f0)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this['fsi'][m(0x1e9)]({'filePath':c,'data':g});}execSync(m(0x1dd)+b+m(0x1ec),{'stdio':'inherit'});}catch(h){process[m(0x1f3)](0x1);}},a80e);
@@ -1 +1 @@
1
- const a79t=a79d;(function(a,b){const q=a79d,c=a();while(!![]){try{const d=parseInt(q(0xd6))/0x1*(parseInt(q(0xbe))/0x2)+-parseInt(q(0xe5))/0x3+-parseInt(q(0xcd))/0x4+parseInt(q(0xd2))/0x5*(parseInt(q(0xc5))/0x6)+parseInt(q(0xb9))/0x7+-parseInt(q(0xe7))/0x8+-parseInt(q(0xd7))/0x9*(-parseInt(q(0xf4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x9b7a2));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const r=a79d;return a79a[r(0xd3)]()['search'](r(0xeb))['toString']()['constructor'](a79a)[r(0xe2)](r(0xeb));});a79a();function a79c(){const w=['env','1032294fApRFl','findProjectDirectory','isFile','argv','length','--env','production','development','3842296bkQuns','.meteor','run','getConfigPath','settings.json','35BABcEs','toString','config','sep','1YoZend','9bZRIWy','compareMakaToLatest','ios','local','concat','create','forEach','inspect','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','--settings','extraPackages','search','filter','Node\x20Env\x20Config:\x20','1595139DuwqbB','app','513896OxHOdK','push','split','join','(((.+)+)+)+$','runSubCommand','exit','Cannot\x20find\x20Node\x20Environment\x20File:\x20','openSync','findSubCommand','docker','invokeMeteorCommand','warn','5604980JZpnSy','mobileServer','\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.','443359DrQIbY','slice','allowIncompatibleUpdate','notice','settings','730360cYhydr','verbose','splice','cordova-build','isDirectory','fsi'];a79c=function(){return w;};return a79c();}import a79e from'path';import a79f from'fs';import a79g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const s=a79d;a79f[s(0xef)](a,'r'),a79g[s(0xd4)]({'path':a});},Run=Command[a79t(0xdc)]({'name':'run','mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a79t(0xf6),'validOpts':[a79t(0xc4),a79t(0xf1),'r','rawLogs','p','port','i',a79t(0xde),'m',a79t(0xf5),'v',a79t(0xbf),a79t(0xbb),a79t(0xe1),'x','exclude-archs',a79t(0xcb)]},async function(a,b){const u=a79t;try{const c=a[0x0],d=this[u(0xf0)](c);d&&this[u(0xec)](c,a,b);if(c===u(0xd9)){const m=this[u(0xc3)][u(0xc6)](),n=a79e['join'](m,u(0xe6),u(0xce),u(0xda),u(0xc1));this['fsi'][u(0xc2)](n)&&await rimraf(n);}if(b['mobile-server']&&b['mobile-server']===!![]||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[u(0xc3)][u(0xd8)]();const f=b[u(0xc4)]?b[u(0xc4)]:u(0xcc),g=this['fsi'][u(0xd0)](f),h=a79e[u(0xea)](g,'process.env');let i=a79e[u(0xea)](g,u(0xd1));b[u(0xbd)]?i=b[u(0xbd)]:i=a79e['join'](g,u(0xd1));if(this[u(0xc3)][u(0xc7)](h)&&!b['docker'])Log['notice'](u(0xe4)+h),syncSource(h);else!b['docker']&&Log[u(0xf3)](u(0xee)+h);this[u(0xc3)][u(0xc7)](i)?(Log[u(0xbc)]('Meteor\x20Settings:\x20'+i),a=a[u(0xdb)]([u(0xe0),i])):Log[u(0xf3)](u(0xdf)+i);const j=g[u(0xe9)](a79e[u(0xd5)]),k=j[j[u(0xc9)]-0x1];k==='production'&&a[u(0xe8)]('--production');const l=process[u(0xc8)][u(0xba)](0x2)['filter'](o=>o!==u(0xcf))[u(0xe3)](o=>o!==a[0x0]);l[u(0xdd)]((o,p)=>{const v=u;o===v(0xca)&&l[v(0xc0)](p,0x2),o==='-e'&&l[v(0xc0)](p,0x2);}),this[u(0xc3)][u(0xf2)]('run',a[u(0xdb)](l));}catch(o){console['error'](o),process[u(0xed)](0x1);}});function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xb9;let f=c[d];return f;},a79d(a,b);}export default Run;
1
+ const a81u=a81d;(function(a,b){const q=a81d,c=a();while(!![]){try{const d=-parseInt(q(0xd2))/0x1*(parseInt(q(0xab))/0x2)+parseInt(q(0xb4))/0x3+parseInt(q(0xc2))/0x4+-parseInt(q(0xd7))/0x5+-parseInt(q(0xd8))/0x6*(-parseInt(q(0xb0))/0x7)+parseInt(q(0xcb))/0x8*(-parseInt(q(0xbe))/0x9)+parseInt(q(0xe3))/0xa*(parseInt(q(0xc4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0xa74d8));function a81c(){const x=['Run\x20your\x20Meteor\x20application','954367knqeDy','warn','create','search','docker','4982260eMWSJu','6dlsGCJ','Meteor\x20Settings:\x20','length','port','local','apply','getConfigPath','filter','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)','sep','constructor','2300360iIYCxB','--production','argv','extraPackages','runSubCommand','rawLogs','2xghiCK','\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.','--env','Cannot\x20find\x20Node\x20Environment\x20File:\x20','inspect','870611xQKkpg','split','development','findSubCommand','3922395VbVTtx','app','run','concat','(((.+)+)+)+$','splice','mobile-server','config','compareMakaToLatest','settings.json','30843RQYksI','findProjectDirectory','fsi','--settings','3292008InfdNf','push','22rODAFu','openSync','toString','forEach','.meteor','production','notice','184WDqlrc','settings','invokeMeteorCommand','ios','env','join'];a81c=function(){return x;};return a81c();}const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a81d;if(c){const e=c[r(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const s=a81d;return a81a['toString']()[s(0xd5)](s(0xb8))[s(0xc6)]()[s(0xe2)](a81a)['search'](s(0xb8));});a81a();import a81e from'path';import a81f from'fs';import a81g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0xa8;let f=c[d];return f;},a81d(a,b);}import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a81d;a81f[t(0xc5)](a,'r'),a81g[t(0xbb)]({'path':a});},Run=Command[a81u(0xd4)]({'name':a81u(0xb6),'mustBeInMakaProject':!![],'shortDesc':a81u(0xd1),'description':a81u(0xac),'validOpts':[a81u(0xcf),'docker','r',a81u(0xaa),'p',a81u(0xdb),'i',a81u(0xaf),'m','mobileServer','v','verbose','allowIncompatibleUpdate',a81u(0xa8),'x','exclude-archs',a81u(0xc9)]},async function(a,b){const v=a81u;try{const c=a[0x0],d=this[v(0xb3)](c);d&&this[v(0xa9)](c,a,b);if(c===v(0xce)){const m=this[v(0xc0)][v(0xbf)](),n=a81e['join'](m,v(0xb5),v(0xc8),v(0xdc),'cordova-build');this[v(0xc0)]['isDirectory'](n)&&await rimraf(n);}if(b['mobile-server']&&b[v(0xba)]===!![]||b['m']&&b['m']===!![])throw v(0xe0);await this['fsi'][v(0xbc)]();const f=b[v(0xcf)]?b['env']:v(0xb2),g=this[v(0xc0)][v(0xde)](f),h=a81e[v(0xd0)](g,'process.env');let i=a81e['join'](g,v(0xbd));b[v(0xcc)]?i=b[v(0xcc)]:i=a81e[v(0xd0)](g,v(0xbd));if(this[v(0xc0)]['isFile'](h)&&!b[v(0xd6)])Log[v(0xca)]('Node\x20Env\x20Config:\x20'+h),syncSource(h);else!b[v(0xd6)]&&Log[v(0xd3)](v(0xae)+h);this['fsi']['isFile'](i)?(Log[v(0xca)](v(0xd9)+i),a=a[v(0xb7)]([v(0xc1),i])):Log[v(0xd3)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+i);const j=g[v(0xb1)](a81e[v(0xe1)]),k=j[j[v(0xda)]-0x1];k===v(0xc9)&&a[v(0xc3)](v(0xe4));const l=process[v(0xe5)]['slice'](0x2)['filter'](o=>o!==v(0xb6))[v(0xdf)](o=>o!==a[0x0]);l[v(0xc7)]((o,p)=>{const w=v;o===w(0xad)&&l[w(0xb9)](p,0x2),o==='-e'&&l[w(0xb9)](p,0x2);}),this['fsi'][v(0xcd)](v(0xb6),a['concat'](l));}catch(o){console['error'](o),process['exit'](0x1);}});export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a80d,c=a();while(!![]){try{var d=-parseInt(f(0xc8))/0x1+parseInt(f(0xc6))/0x2+parseInt(f(0xc2))/0x3+-parseInt(f(0xcb))/0x4*(parseInt(f(0xc3))/0x5)+-parseInt(f(0xca))/0x6+parseInt(f(0xc9))/0x7+parseInt(f(0xcc))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x47e1c));var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0xc7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a[h(0xcd)]()[h(0xc4)]('(((.+)+)+)+$')[h(0xcd)]()['constructor'](a80a)[h(0xc4)](h(0xc5));});a80a();function a80c(){var i=['471112SshpmX','toString','517860Tnjpyf','253335XXCIIX','search','(((.+)+)+)+$','755024yheKgg','apply','152078RWPcdt','3264380jeLnbs','733110PPqYKK','40qBueMt'];a80c=function(){return i;};return a80c();}import'./set.command.js';import'./global.sub.cmd.js';function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0xc2;var f=c[d];return f;},a80d(a,b);}import'./local.sub.cmd.js';
1
+ (function(a,b){var f=a82d,c=a();while(!![]){try{var d=parseInt(f(0x176))/0x1+parseInt(f(0x177))/0x2+-parseInt(f(0x178))/0x3*(-parseInt(f(0x17d))/0x4)+parseInt(f(0x179))/0x5+parseInt(f(0x180))/0x6+-parseInt(f(0x17c))/0x7+-parseInt(f(0x17f))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x21b3b));function a82c(){var i=['749940EzsQsB','search','toString','796817bYCdWu','52xEfqYR','apply','2402928SgSlRZ','879492rpWXaU','176493lUUavL','36310tavbxg','14082rsjlii'];a82c=function(){return i;};return a82c();}var a82b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a82d;if(c){var e=c[g(0x17e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){var h=a82d;return a82a[h(0x17b)]()[h(0x17a)]('(((.+)+)+)+$')[h(0x17b)]()['constructor'](a82a)['search']('(((.+)+)+)+$');});a82a();import'./set.command.js';import'./global.sub.cmd.js';function a82d(a,b){var c=a82c();return a82d=function(d,e){d=d-0x176;var f=c[d];return f;},a82d(a,b);}import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a81j=a81d;(function(a,b){const h=a81d,c=a();while(!![]){try{const d=parseInt(h(0xee))/0x1*(parseInt(h(0xf0))/0x2)+-parseInt(h(0xd7))/0x3+-parseInt(h(0xf5))/0x4+-parseInt(h(0xd9))/0x5*(parseInt(h(0xeb))/0x6)+-parseInt(h(0xe4))/0x7*(parseInt(h(0xda))/0x8)+parseInt(h(0xf4))/0x9+-parseInt(h(0xec))/0xa*(-parseInt(h(0xdd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x615de));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const i=a81d;return a81a[i(0xe7)]()[i(0xe0)](i(0xe5))[i(0xe7)]()[i(0xe6)](a81a)[i(0xe0)](i(0xe5));});function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0xd3;let f=c[d];return f;},a81d(a,b);}a81a();import a81e from'path';import a81f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a81j(0xe8)]({'name':a81j(0xf3),'usage':a81j(0xf6),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a81j(0xe2),'allowInsecure','disallowInsecure',a81j(0xd5),a81j(0xdc)],'shortDesc':a81j(0xe9),'description':a81j(0xd6),'examples':[a81j(0xdb),'maka\x20set:gc\x20--insecure\x20<path>',a81j(0xf1)]},async function(a,b){const k=a81j;try{if(b[k(0xe2)]){if(this[k(0xed)][k(0xdf)](b[k(0xe2)]))this['fsi'][k(0xef)]({'cert':b[k(0xe2)]}),Log['success'](k(0xd4)+b[k(0xe2)]);else{const c=typeof b[k(0xe2)]===k(0xf7)?k(0xd3):k(0xd8)+b[k(0xe2)];throw Log[k(0xde)](c);}}if(b[k(0xd5)]){const d=this['fsi']['isDirectory'](b[k(0xd5)]);if(d)this[k(0xed)]['setGlobalConfig']({'workspace':a81e[k(0xe3)](b['workspace'])}),Log[k(0xe1)]('Set\x20workspace:\x20'+a81e[k(0xe3)](b[k(0xd5)]));else throw Log[k(0xde)]('Could\x20not\x20find\x20directory');}if(b[k(0xea)]){if(b[k(0xea)]&&b['disallowInsecure'])throw Log['error']('One\x20or\x20the\x20other\x20buddy');let f=b[k(0xea)];b['disallowInsecure']&&(f=![]),this[k(0xed)][k(0xef)]({'allowInsecure':f}),Log[k(0xe1)](k(0xf2)+f);}}catch(g){console[k(0xde)](g),process['exit'](0x0);}},a81f);function a81c(){const l=['constructor','toString','create','Set\x20global\x20Maka-CLI\x20settings','allowInsecure','89982CFxZlL','243690OFAxhT','fsi','142283TTWVRL','setGlobalConfig','4dqCvhB','maka\x20set:gc\x20--workspace\x20<path>','Set\x20allowInsecure:\x20','global-config','4186404EjSMza','1592820zYQTMd','maka\x20set:global-config\x20<args>','boolean','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','Set\x20CA\x20Cert\x20Path:\x20','workspace','\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','765837HZlpaB','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','240HBsmDZ','8kdxHtw','maka\x20set:global-config\x20--cacert\x20<path>','help','583PSnHsU','error','isFile','search','success','cacert','resolve','1883875LNuPoQ','(((.+)+)+)+$'];a81c=function(){return l;};return a81c();}
1
+ const a83j=a83d;(function(a,b){const h=a83d,c=a();while(!![]){try{const d=parseInt(h(0x134))/0x1+-parseInt(h(0x13c))/0x2+parseInt(h(0x125))/0x3*(parseInt(h(0x124))/0x4)+parseInt(h(0x12a))/0x5+parseInt(h(0x13e))/0x6*(-parseInt(h(0x131))/0x7)+-parseInt(h(0x12f))/0x8*(parseInt(h(0x13a))/0x9)+-parseInt(h(0x123))/0xa*(-parseInt(h(0x136))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xf2033));function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x11a;let f=c[d];return f;},a83d(a,b);}const a83b=(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;};}()),a83a=a83b(this,function(){const i=a83d;return a83a[i(0x128)]()[i(0x11b)]('(((.+)+)+)+$')[i(0x128)]()[i(0x13d)](a83a)[i(0x11b)](i(0x137));});a83a();import a83e from'path';import a83f from'./set.command.js';function a83c(){const l=['maka\x20set:global-config\x20--cacert\x20<path>','fsi','search','Set\x20CA\x20Cert\x20Path:\x20','Set\x20global\x20Maka-CLI\x20settings','maka\x20set:global-config\x20<args>','allowInsecure','disallowInsecure','setGlobalConfig','exit','80EEOYSQ','132036aaaNIM','159meFhPi','boolean','resolve','toString','workspace','7518780AeBLIb','maka\x20set:gc\x20--workspace\x20<path>','error','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','296aVFFxh','isDirectory','63freJzq','cacert','One\x20or\x20the\x20other\x20buddy','1676201vPbNQh','success','487366lBJeYJ','(((.+)+)+)+$','maka\x20set:gc\x20--insecure\x20<path>','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','447273RizDgp','global-config','1966006iCissf','constructor','980538wsyJNR'];a83c=function(){return l;};return a83c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a83j(0x12d)]({'name':a83j(0x13b),'usage':a83j(0x11e),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a83j(0x132),a83j(0x11f),a83j(0x120),a83j(0x129),'help'],'shortDesc':a83j(0x11d),'description':a83j(0x12e),'examples':[a83j(0x13f),a83j(0x138),a83j(0x12b)]},async function(a,b){const k=a83j;try{if(b[k(0x132)]){if(this[k(0x11a)]['isFile'](b[k(0x132)]))this[k(0x11a)][k(0x121)]({'cert':b[k(0x132)]}),Log[k(0x135)](k(0x11c)+b['cacert']);else{const c=typeof b[k(0x132)]===k(0x126)?k(0x139):'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+b['cacert'];throw Log[k(0x12c)](c);}}if(b['workspace']){const d=this[k(0x11a)][k(0x130)](b['workspace']);if(d)this[k(0x11a)][k(0x121)]({'workspace':a83e[k(0x127)](b['workspace'])}),Log[k(0x135)]('Set\x20workspace:\x20'+a83e[k(0x127)](b[k(0x129)]));else throw Log[k(0x12c)]('Could\x20not\x20find\x20directory');}if(b[k(0x11f)]){if(b[k(0x11f)]&&b[k(0x120)])throw Log[k(0x12c)](k(0x133));let f=b[k(0x11f)];b['disallowInsecure']&&(f=![]),this[k(0x11a)]['setGlobalConfig']({'allowInsecure':f}),Log[k(0x135)]('Set\x20allowInsecure:\x20'+f);}}catch(g){console[k(0x12c)](g),process[k(0x122)](0x0);}},a83f);
@@ -1 +1 @@
1
- var a82i=a82d;function a82c(){var k=['2558286dFYubI','(((.+)+)+)+$','1211qYbcfS','720932Mxlksq','40StFasT','notice','create','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','4510hhiYra','Set\x20local\x20maka\x20app\x20settings','536523FeTzCA','5368jRUqfi','toString','5RLyASL','10655460zqwnQy','maka\x20set:local-config\x20<opts>','277650zjUybu','apply','local-config','constructor','search'];a82c=function(){return k;};return a82c();}(function(a,b){var f=a82d,c=a();while(!![]){try{var d=-parseInt(f(0x1d4))/0x1*(parseInt(f(0x1d8))/0x2)+-parseInt(f(0x1da))/0x3+-parseInt(f(0x1d3))/0x4*(-parseInt(f(0x1dd))/0x5)+-parseInt(f(0x1e5))/0x6+parseInt(f(0x1e7))/0x7*(parseInt(f(0x1db))/0x8)+parseInt(f(0x1de))/0x9+parseInt(f(0x1e0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xc6637));var a82b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a82d;if(c){var e=c[g(0x1e1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){var h=a82d;return a82a[h(0x1dc)]()[h(0x1e4)]('(((.+)+)+)+$')[h(0x1dc)]()[h(0x1e3)](a82a)[h(0x1e4)](h(0x1e6));});a82a();import a82e from'./set.command.js';function a82d(a,b){var c=a82c();return a82d=function(d,e){d=d-0x1d3;var f=c[d];return f;},a82d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a82i(0x1d6)]({'name':a82i(0x1e2),'usage':a82i(0x1df),'examples':['maka\x20set:lc\x20<opts>','maka\x20set:local-config\x20<opts>'],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a82i(0x1d9),'validOpts':[],'description':a82i(0x1d7)},async function(){var j=a82i;Log[j(0x1d5)]('Sorry,\x20not\x20implemented\x20yet');},a82e);
1
+ var a84i=a84d;function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0xec;var f=c[d];return f;},a84d(a,b);}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0x102))/0x1+-parseInt(f(0xf6))/0x2*(-parseInt(f(0xf9))/0x3)+parseInt(f(0xef))/0x4+-parseInt(f(0x101))/0x5*(parseInt(f(0xf3))/0x6)+-parseInt(f(0xfe))/0x7+-parseInt(f(0xf8))/0x8+-parseInt(f(0xfb))/0x9*(-parseInt(f(0xff))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x5d2b7));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a[h(0xec)]()[h(0xfc)](h(0xf2))[h(0xec)]()[h(0xf5)](a84a)[h(0xfc)]('(((.+)+)+)+$');});a84a();import a84e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a84c(){var k=['constructor','394ncAIfN','local-config','56688NqYVrc','1635vaxVzK','apply','5993874gmdYqI','search','create','3594878HgoUhn','20mzXCfG','Sorry,\x20not\x20implemented\x20yet','20oIbXkJ','449735kJkUyw','toString','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','Set\x20local\x20maka\x20app\x20settings','1589220qYcLny','maka\x20set:local-config\x20<opts>','notice','(((.+)+)+)+$','726966WuWFtz','maka\x20set:lc\x20<opts>'];a84c=function(){return k;};return a84c();}Command[a84i(0xfd)]({'name':a84i(0xf7),'usage':a84i(0xf0),'examples':[a84i(0xf4),a84i(0xf0)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a84i(0xee),'validOpts':[],'description':a84i(0xed)},async function(){var j=a84i;Log[j(0xf1)](j(0x100));},a84e);
@@ -1 +1 @@
1
- const a83i=a83d;function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x191;let f=c[d];return f;},a83d(a,b);}(function(a,b){const f=a83d,c=a();while(!![]){try{const d=-parseInt(f(0x197))/0x1*(parseInt(f(0x193))/0x2)+-parseInt(f(0x196))/0x3*(parseInt(f(0x19a))/0x4)+-parseInt(f(0x194))/0x5*(-parseInt(f(0x191))/0x6)+-parseInt(f(0x19f))/0x7*(parseInt(f(0x19d))/0x8)+-parseInt(f(0x198))/0x9+-parseInt(f(0x1a2))/0xa+parseInt(f(0x195))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x44c26));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a83d;if(c){const e=c[g(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const h=a83d;return a83a[h(0x192)]()[h(0x1a0)]('(((.+)+)+)+$')[h(0x192)]()[h(0x1a3)](a83a)[h(0x1a0)](h(0x19c));});a83a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a83i(0x19e)]({'name':'set','usage':'maka\x20set:<sub-command>\x20<opts>','minArgLength':0x1,'shortDesc':'Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','description':a83i(0x199),'validOpts':[]},async function(a,b){const j=a83i,c=a[0x0];if(b[j(0x1a4)])throw new UsageError();const d=this['findSubCommand'](c);d&&this[j(0x1a1)](c,a,b);});function a83c(){const k=['search','runSubCommand','371510KlSnal','constructor','help','3270bnvErA','toString','2RtTgpU','5010fwSGBE','9013620NKlPAa','1068345UAiAxr','184039TEyUow','1390365vZKEJd','\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','4QpbpVU','apply','(((.+)+)+)+$','2816656ZbELCl','create','7vXtJzW'];a83c=function(){return k;};return a83c();}export default SetCommand;
1
+ const a85i=a85d;(function(a,b){const f=a85d,c=a();while(!![]){try{const d=-parseInt(f(0x117))/0x1+parseInt(f(0x113))/0x2+parseInt(f(0x10c))/0x3*(parseInt(f(0x107))/0x4)+parseInt(f(0x10a))/0x5*(parseInt(f(0x115))/0x6)+-parseInt(f(0x111))/0x7*(-parseInt(f(0x110))/0x8)+parseInt(f(0x10d))/0x9+-parseInt(f(0x10b))/0xa*(parseInt(f(0x114))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x4c39a));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a85d;if(c){const e=c[g(0x10f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const h=a85d;return a85a['toString']()['search'](h(0x112))['toString']()['constructor'](a85a)['search']('(((.+)+)+)+$');});a85a();function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x107;let f=c[d];return f;},a85d(a,b);}import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a85i(0x109)]({'name':a85i(0x108),'usage':a85i(0x116),'minArgLength':0x1,'shortDesc':'Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','validOpts':[]},async function(a,b){const j=a85i,c=a[0x0];if(b['help'])throw new UsageError();const d=this[j(0x10e)](c);d&&this['runSubCommand'](c,a,b);});function a85c(){const k=['15809629McrhMu','12084xQkjpH','maka\x20set:<sub-command>\x20<opts>','114142tWpTAG','175128nyNmQT','set','create','745TqfiDR','10KoCOYj','39ckGcar','5276520LRIbmC','findSubCommand','apply','107384AYhzvy','147gsSNLm','(((.+)+)+)+$','252368zdrnbn'];a85c=function(){return k;};return a85c();}export default SetCommand;
@@ -1 +1 @@
1
- const a84m=a84d;(function(a,b){const j=a84d,c=a();while(!![]){try{const d=-parseInt(j(0xaf))/0x1+-parseInt(j(0xb8))/0x2+-parseInt(j(0xbd))/0x3+parseInt(j(0xbc))/0x4*(-parseInt(j(0xbb))/0x5)+-parseInt(j(0xc4))/0x6*(parseInt(j(0xbe))/0x7)+-parseInt(j(0xb2))/0x8+parseInt(j(0xba))/0x9*(parseInt(j(0xb7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xa6c11));const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a84d;if(c){const e=c[k(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const l=a84d;return a84a['toString']()[l(0xb9)](l(0xb1))[l(0xc3)]()[l(0xc7)](a84a)[l(0xb9)](l(0xb1));});a84a();import a84e from'fs';import a84f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0xaf;let f=c[d];return f;},a84d(a,b);}function a84c(){const o=['140IcujdW','907400CiAKGl','search','2572515WKuODy','95okiRvq','12732rhQbbp','449838elmkiq','2114182ApTufZ','parse','exit','ssh.json','maka\x20ssh\x20--env\x20staging','toString','18qkcCdC','join','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','constructor','apply','maka\x20ssh\x20--env\x20prod','assign','1344795XwiHNP','readFileSync','(((.+)+)+)+$','3229352gpCvtZ','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','error','length','env'];a84c=function(){return o;};return a84c();}Command['create']({'name':'ssh','usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a84m(0xb6)],'validOpts':['env','v'],'shortDesc':'Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','examples':['maka\x20ssh\x20--env\x20dev',a84m(0xc2),a84m(0xc9),a84m(0xc6),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22',a84m(0xb3)]},async function(a,b){const n=a84m;try{const c=this['fsi']['getConfigPath'](b[n(0xb6)]);let d='';a[n(0xb5)]>0x0&&(d=a[0x0]);const f=a84f[n(0xc5)](c,n(0xc1)),g=a84e[n(0xb0)](f)[n(0xc3)](),h=JSON[n(0xbf)](g);Object[n(0xca)](h,{'env':c}),SSH['sshSync'](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0xb4)](i),process[n(0xc0)](0x0);}});
1
+ function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1ef;let f=c[d];return f;},a86d(a,b);}const a86m=a86d;(function(a,b){const j=a86d,c=a();while(!![]){try{const d=parseInt(j(0x1f3))/0x1+parseInt(j(0x1fc))/0x2*(parseInt(j(0x1fb))/0x3)+parseInt(j(0x1ff))/0x4+parseInt(j(0x208))/0x5+parseInt(j(0x1f2))/0x6+parseInt(j(0x209))/0x7+-parseInt(j(0x20a))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xa72b3));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a86d;if(c){const e=c[k(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const l=a86d;return a86a[l(0x205)]()[l(0x1fe)](l(0x201))[l(0x205)]()['constructor'](a86a)[l(0x1fe)](l(0x201));});function a86c(){const o=['assign','toString','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','exit','5939740SxTAfJ','5645696ShrJQE','34212464VuyASN','getConfigPath','error','parse','env','create','1620072EbzNwk','1231346mJtZVC','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','ssh.json','sshSync','apply','ssh','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','801504bNuNOA','2GQnALg','maka\x20ssh\x20--env\x20prod','search','4793116YbPqyl','maka\x20ssh\x20<command>','(((.+)+)+)+$','readFileSync','maka\x20ssh\x20--env\x20dev'];a86c=function(){return o;};return a86c();}a86a();import a86e from'fs';import a86f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a86m(0x1f1)]({'name':a86m(0x1f9),'usage':a86m(0x200),'mustBeInMakaProject':!![],'requiredOpts':[a86m(0x1f0)],'validOpts':[a86m(0x1f0),'v'],'shortDesc':a86m(0x1fa),'examples':[a86m(0x203),'maka\x20ssh\x20--env\x20staging',a86m(0x1fd),a86m(0x1f4),a86m(0x206),a86m(0x1f5)]},async function(a,b){const n=a86m;try{const c=this['fsi'][n(0x20b)](b[n(0x1f0)]);let d='';a['length']>0x0&&(d=a[0x0]);const f=a86f['join'](c,n(0x1f6)),g=a86e[n(0x202)](f)[n(0x205)](),h=JSON[n(0x1ef)](g);Object[n(0x204)](h,{'env':c}),SSH[n(0x1f7)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x20c)](i),process[n(0x207)](0x0);}});
@@ -1 +1 @@
1
- const a85y=a85d;(function(a,b){const v=a85d,c=a();while(!![]){try{const d=-parseInt(v(0xf0))/0x1+parseInt(v(0xda))/0x2*(-parseInt(v(0xfd))/0x3)+-parseInt(v(0xe3))/0x4+parseInt(v(0xd8))/0x5+parseInt(v(0x108))/0x6+parseInt(v(0x109))/0x7+-parseInt(v(0xe2))/0x8*(-parseInt(v(0xde))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x68c75));function a85c(){const A=['ping','start','1192NTWUrO','1636672LCuibm','create','.key','.csr','maka\x20ssl\x20--env\x20dev\x20generate-csr','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','exit','New\x20CSR\x20written\x20to\x20','join','search','ask','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','genCSR','278533ZHFHaS','constructor','domains','ssl','letsencrypt.json','maka\x20ssl\x20[command]','Remote\x20host\x20connection\x20successful','error','/ssh.json','getProjectConfig','Please\x20provide\x20a\x20command.','apply','(((.+)+)+)+$','16554rtSMyZ','generate-csr','notice','withSpinner','parse','success','mkKeysDir','stringify','ssh','uname\x20-a','Using\x20saved\x20letsencrypt\x20config','2185212qBwqzH','2256443jImrdW','[?]\x20Domains\x20to\x20register:\x20','Verifying\x20Letsencrypt\x20configuration','fsi','getConfigPath','emailUpdate','\x20--email\x20','Create\x20and\x20manage\x20your\x20SSL\x20operations.','assign','env','appName','.crt','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','writeFileSync','genSSC','2996470vkOwJz','email','300ZXeyBi','readFileSync','toString','Checking\x20remote\x20host\x20availability','39789hzOmlP','sudo\x20snap\x20install\x20--classic\x20certbot'];a85c=function(){return A;};return a85c();}const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a85d;if(c){const e=c[w(0xfb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const x=a85d;return a85a[x(0xdc)]()['search']('(((.+)+)+)+$')['toString']()[x(0xf1)](a85a)[x(0xec)](x(0xfc));});a85a();import a85e from'fs';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0xd5;let f=c[d];return f;},a85d(a,b);}import a85f 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[a85y(0xe4)]({'name':a85y(0xf3),'usage':a85y(0xf5),'validOpts':[a85y(0xf2),a85y(0xd9)],'requiredOpts':[a85y(0x112)],'shortDesc':a85y(0x110),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a85y(0xe7),'maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a85y,c=this['fsi'][z(0xf9)](),d=this[z(0x10c)][z(0x10d)](b[z(0x112)]),f=this[z(0x10c)][z(0x103)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0xfe))SSL[z(0xef)]({'keyName':c[z(0x113)]+z(0xe5),'csrName':c[z(0x113)]+z(0xe6),'cwd':f});else{if(g==='generate-ssc'){if(!a85e['existsSync'](a85f[z(0xeb)](f,c[z(0x113)]+z(0xe5))))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a85f[z(0xeb)](f,c[z(0x113)]+z(0xe5));if(!a85e['existsSync'](a85f['join'](f,c['appName']+z(0xe6))))throw'The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20'+a85f[z(0xeb)](f,c[z(0x113)]+z(0xe6));SSL[z(0xd7)]({'keyName':c[z(0x113)]+'.key','crtName':c['appName']+z(0x114),'cwd':f}),Log[z(0xff)](z(0xea)+f);}else{if(g==='letsencrypt'){let h=b[z(0xf2)],i=b['email'];try{const p=a85e[z(0xdb)](a85f[z(0xeb)](d,z(0xf4)))[z(0xdc)](),q=JSON['parse'](p);h=b[z(0xf2)]?b['domains']:q['domainNames'],i=b[z(0xd9)]?b[z(0xd9)]:q[z(0x10e)],(!b[z(0xd9)]||!b[z(0xf2)])&&Log[z(0xff)](z(0x107));}catch(r){}const j=JSON[z(0x101)](a85e[z(0xdb)](d+z(0xf8))[z(0xdc)]());Object[z(0x111)](j,{'env':d}),Log[z(0xff)](z(0xdd));try{const s=SSH[z(0xe0)](z(0x106),j);if(!s)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(s)Log[z(0x102)](z(0xf6));}catch(t){Log[z(0xf7)](t);return;}const k=Log[z(0x100)]();k[z(0xe1)](z(0x10b)),SSH[z(0x105)](z(0xd5),{...j}),SSH[z(0x105)](z(0xdf),{...j}),SSH['ssh'](z(0xee),{...j}),k['success']();const l=h?h:await Actions[z(0xed)](z(0x10a)),m=i?i:await Actions['ask']('Email\x20to\x20use\x20for\x20auto-updates:\x20');SSH[z(0x105)](z(0xe8)+l+z(0x10f)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x104)](n,null,0x2);a85e[z(0xd6)](a85f[z(0xeb)](d,'letsencrypt.json'),o);}else throw z(0xfa);}}}catch(u){console[z(0xf7)](u),process[z(0xe9)](0x0);}});
1
+ const a87y=a87d;function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x1eb;let f=c[d];return f;},a87d(a,b);}(function(a,b){const v=a87d,c=a();while(!![]){try{const d=parseInt(v(0x1f4))/0x1+-parseInt(v(0x20d))/0x2*(-parseInt(v(0x218))/0x3)+-parseInt(v(0x20e))/0x4*(parseInt(v(0x203))/0x5)+parseInt(v(0x1fb))/0x6*(parseInt(v(0x219))/0x7)+parseInt(v(0x213))/0x8+parseInt(v(0x1fd))/0x9+-parseInt(v(0x220))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xd1f62));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a87d;if(c){const e=c[w(0x210)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const x=a87d;return a87a[x(0x21c)]()['search'](x(0x225))[x(0x21c)]()[x(0x208)](a87a)[x(0x201)]('(((.+)+)+)+$');});a87a();import a87e from'fs';function a87c(){const A=['error','(((.+)+)+)+$','genCSR','generate-csr','sudo\x20snap\x20install\x20--classic\x20certbot','generate-ssc','notice','Please\x20provide\x20a\x20command.','ssh','Using\x20saved\x20letsencrypt\x20config','uname\x20-a','withSpinner','Remote\x20host\x20connection\x20successful','464377pEFjBC','start','existsSync','Email\x20to\x20use\x20for\x20auto-updates:\x20','maka\x20ssl\x20--env\x20dev\x20generate-csr','letsencrypt.json','create','66acKkFv','getProjectConfig','6808851QBhLXQ','ssl','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','search','domains','20635eecDcv','fsi','email','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','appName','constructor','success','exit','Checking\x20remote\x20host\x20availability','env','3506RMWkDS','412SGlfGx','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','apply','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','readFileSync','7907304ygHCOM','genSSC','.csr','getConfigPath','[?]\x20Domains\x20to\x20register:\x20','1791ZlVXAF','305053EoAWmc','Verifying\x20Letsencrypt\x20configuration','assign','toString','letsencrypt','.crt','join','24501560UvgPbE','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','\x20--email\x20','.key'];a87c=function(){return A;};return a87c();}import a87f 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[a87y(0x1fa)]({'name':a87y(0x1fe),'usage':'maka\x20ssl\x20[command]','validOpts':[a87y(0x202),'email'],'requiredOpts':['env'],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a87y(0x1f8),a87y(0x206),a87y(0x211)]},async function(a,b){const z=a87y,c=this[z(0x204)][z(0x1fc)](),d=this['fsi'][z(0x216)](b[z(0x20c)]),f=this['fsi']['mkKeysDir']({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x227))SSL[z(0x226)]({'keyName':c[z(0x207)]+z(0x223),'csrName':c[z(0x207)]+'.csr','cwd':f});else{if(g===z(0x1ec)){if(!a87e['existsSync'](a87f[z(0x21f)](f,c[z(0x207)]+z(0x223))))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a87f[z(0x21f)](f,c['appName']+z(0x223));if(!a87e[z(0x1f6)](a87f['join'](f,c[z(0x207)]+'.csr')))throw'The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20'+a87f[z(0x21f)](f,c[z(0x207)]+z(0x215));SSL[z(0x214)]({'keyName':c[z(0x207)]+z(0x223),'crtName':c[z(0x207)]+z(0x21e),'cwd':f}),Log[z(0x1ed)]('New\x20CSR\x20written\x20to\x20'+f);}else{if(g===z(0x21d)){let h=b[z(0x202)],i=b[z(0x205)];try{const p=a87e[z(0x212)](a87f['join'](d,z(0x1f9)))[z(0x21c)](),q=JSON['parse'](p);h=b[z(0x202)]?b['domains']:q['domainNames'],i=b['email']?b[z(0x205)]:q['emailUpdate'],(!b[z(0x205)]||!b['domains'])&&Log[z(0x1ed)](z(0x1f0));}catch(r){}const j=JSON['parse'](a87e[z(0x212)](d+'/ssh.json')['toString']());Object[z(0x21b)](j,{'env':d}),Log[z(0x1ed)](z(0x20b));try{const s=SSH['ping'](z(0x1f1),j);if(!s)throw z(0x20f);if(s)Log['success'](z(0x1f3));}catch(t){Log[z(0x224)](t);return;}const k=Log[z(0x1f2)]();k[z(0x1f5)](z(0x21a)),SSH['ssh'](z(0x221),{...j}),SSH[z(0x1ef)](z(0x1eb),{...j}),SSH[z(0x1ef)](z(0x200),{...j}),k[z(0x209)]();const l=h?h:await Actions['ask'](z(0x217)),m=i?i:await Actions['ask'](z(0x1f7));SSH['ssh'](z(0x1ff)+l+z(0x222)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON['stringify'](n,null,0x2);a87e['writeFileSync'](a87f[z(0x21f)](d,z(0x1f9)),o);}else throw z(0x1ee);}}}catch(u){console[z(0x224)](u),process[z(0x20a)](0x0);}});
@@ -1 +1 @@
1
- const a86q=a86d;(function(a,b){const m=a86d,c=a();while(!![]){try{const d=-parseInt(m(0x1dc))/0x1+parseInt(m(0x1e8))/0x2+parseInt(m(0x1e2))/0x3*(-parseInt(m(0x1c2))/0x4)+parseInt(m(0x1bc))/0x5*(-parseInt(m(0x1bb))/0x6)+-parseInt(m(0x1d9))/0x7*(-parseInt(m(0x1cc))/0x8)+-parseInt(m(0x1d0))/0x9*(parseInt(m(0x1b2))/0xa)+-parseInt(m(0x1cf))/0xb*(-parseInt(m(0x1c1))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xdfce2));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a86d;if(c){const e=c[n(0x1ef)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const o=a86d;return a86a[o(0x1c3)]()[o(0x1b5)](o(0x1ca))[o(0x1c3)]()[o(0x1bf)](a86a)[o(0x1b5)](o(0x1ca));});a86a();import a86e from'fs';import a86f from'path';import a86g from'dotenv';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1b2;let f=c[d];return f;},a86d(a,b);}function a86c(){const t=['splice','unit','265692wFmNtD','process.env','engines','error','.maka','create','mocha','apply','isFile','parse','10ZMKABC','--full-app','notice','search','invokeMeteorCommand','settings.json','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','fsi','3313704zIwhVu','5RpTFZN','meteortesting:mocha','getConfigPath','constructor','--env','5168808mlGysE','556rwohrL','toString','jasmine','forEach','filter','--driver','testAppPath','packages','(((.+)+)+)+$','once','12164680mQCaBN','driver-package','Cannot\x20find\x20Node\x20Environment\x20File:\x20','55doRoyc','4955679awpyUT','warn','rawLogs','concat','readFileSync','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','utf8','Node\x20Env\x20Config:\x20','test','7GQwfOF','config.json','port','1781225WqBPpl','argv','slice','config','driver','join','135CdhnWK','--settings','env','sanjo:jasmine'];a86c=function(){return t;};return a86c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a86d;a86e['openSync'](a,'r'),a86g[p(0x1df)]({'path':a});};Command[a86q(0x1ed)]({'name':a86q(0x1d8),'mustBeInMakaProject':!![],'validOpts':[a86q(0x1cb),a86q(0x1c9),a86q(0x1e0),'driverPackage',a86q(0x1e7),a86q(0x1e4),a86q(0x1d2),a86q(0x1db),'inspect',a86q(0x1c8)],'usage':'maka\x20test\x20<opts>','shortDesc':a86q(0x1b8),'examples':[]},function(a,b){const r=a86q;try{let c=this[r(0x1ba)][r(0x1be)]('development');b[r(0x1e4)]&&(c=this['fsi']['getConfigPath'](b['env']));(!b[r(0x1e7)]||!!b['once'])&&(a=a[r(0x1d3)]([r(0x1b3)]));b[r(0x1e7)]&&delete b['unit'];let d=b[r(0x1cd)]||b[r(0x1e0)]||'none';if(d==='none'){const j=JSON[r(0x1f1)](a86e[r(0x1d4)](a86f[r(0x1e1)](this[r(0x1ba)]['findProjectDirectory'](),r(0x1ec),r(0x1da)),r(0x1d6)));if(j[r(0x1ea)]['test']===r(0x1c4))d=r(0x1e5);else j[r(0x1ea)][r(0x1d8)]===r(0x1ee)&&(d=r(0x1bd));}if(d==='none')throw r(0x1d5);(!b['driver-package']||!b['driver'])&&(a=a[r(0x1d3)](['--driver-package',d]));const f=a86f[r(0x1e1)](c,r(0x1b7));this[r(0x1ba)]['isFile'](f)?(Log[r(0x1b4)]('Meteor\x20Settings:\x20'+f),a=a[r(0x1d3)]([r(0x1e3),f])):Log[r(0x1d1)](r(0x1b9)+f);const g=a86f[r(0x1e1)](c,r(0x1e9));this['fsi'][r(0x1f0)](g)?(Log[r(0x1b4)](r(0x1d7)+g),syncSource(g)):Log[r(0x1d1)](r(0x1ce)+g);const h=process[r(0x1dd)][r(0x1de)](0x2)[r(0x1c6)](k=>k!=='--env')[r(0x1c6)](k=>k!=='test')[r(0x1c6)](k=>k!==a[0x0]);h[r(0x1c5)]((k,l)=>{const s=r;(k===s(0x1c0)||k===s(0x1c7))&&h[s(0x1e6)](l,0x2),k==='--packages'&&h[s(0x1e6)](l,0x1);});const i=b[r(0x1c9)]?'test-packages':r(0x1d8);this['fsi'][r(0x1b6)](i,a[r(0x1d3)](h));}catch(k){console[r(0x1eb)](k),process['exit'](0x0);}});
1
+ const a88p=a88d;(function(a,b){const m=a88d,c=a();while(!![]){try{const d=-parseInt(m(0x100))/0x1+parseInt(m(0x134))/0x2*(-parseInt(m(0x11e))/0x3)+parseInt(m(0x124))/0x4+-parseInt(m(0x10d))/0x5*(parseInt(m(0x117))/0x6)+parseInt(m(0x128))/0x7*(parseInt(m(0x13a))/0x8)+-parseInt(m(0x11d))/0x9+-parseInt(m(0x101))/0xa*(-parseInt(m(0x131))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xd817c));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 n=a88d;return a88a[n(0x12c)]()[n(0x137)]('(((.+)+)+)+$')['toString']()['constructor'](a88a)['search'](n(0x106));});a88a();import a88e from'fs';function a88c(){const s=['driverPackage','15700jHJuml','fsi','testAppPath','search','--packages','getConfigPath','415984dWCnfe','771951oCTCLk','30zjGFhD','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','concat','openSync','.maka','(((.+)+)+)+$','test-packages','driver-package','join','notice','packages','port','25IgJpuF','warn','splice','slice','Node\x20Env\x20Config:\x20','env','--settings','readFileSync','once','Cannot\x20find\x20Node\x20Environment\x20File:\x20','940458fKZXEc','unit','maka\x20test\x20<opts>','invokeMeteorCommand','forEach','isFile','1157373PNUQhE','549bWQwhD','filter','config','exit','argv','config.json','416040vaakRs','--env','test','mocha','28REttkq','none','jasmine','findProjectDirectory','toString','rawLogs','create','--driver','driver','13544399TWSgds','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)'];a88c=function(){return s;};return a88c();}import a88f from'path';import a88g from'dotenv';import{Command}from'../command.js';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x100;let f=c[d];return f;},a88d(a,b);}import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const o=a88d;a88e[o(0x104)](a,'r'),a88g[o(0x120)]({'path':a});};Command[a88p(0x12e)]({'name':a88p(0x126),'mustBeInMakaProject':!![],'validOpts':['once',a88p(0x10b),a88p(0x130),a88p(0x133),a88p(0x118),a88p(0x112),a88p(0x12d),a88p(0x10c),'inspect',a88p(0x136)],'usage':a88p(0x119),'shortDesc':'Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','examples':[]},function(a,b){const q=a88p;try{let c=this[q(0x135)]['getConfigPath']('development');b[q(0x112)]&&(c=this['fsi'][q(0x139)](b['env']));(!b[q(0x118)]||!!b[q(0x115)])&&(a=a[q(0x103)](['--full-app']));b[q(0x118)]&&delete b[q(0x118)];let d=b[q(0x108)]||b['driver']||q(0x129);if(d===q(0x129)){const j=JSON['parse'](a88e[q(0x114)](a88f[q(0x109)](this[q(0x135)][q(0x12b)](),q(0x105),q(0x123)),'utf8'));if(j['engines'][q(0x126)]===q(0x12a))d='sanjo:jasmine';else j['engines']['test']===q(0x127)&&(d='meteortesting:mocha');}if(d==='none')throw q(0x132);(!b['driver-package']||!b['driver'])&&(a=a[q(0x103)](['--driver-package',d]));const f=a88f[q(0x109)](c,'settings.json');this[q(0x135)][q(0x11c)](f)?(Log[q(0x10a)]('Meteor\x20Settings:\x20'+f),a=a['concat']([q(0x113),f])):Log[q(0x10e)](q(0x102)+f);const g=a88f['join'](c,'process.env');this[q(0x135)][q(0x11c)](g)?(Log[q(0x10a)](q(0x111)+g),syncSource(g)):Log['warn'](q(0x116)+g);const h=process[q(0x122)][q(0x110)](0x2)[q(0x11f)](k=>k!==q(0x125))[q(0x11f)](k=>k!=='test')['filter'](k=>k!==a[0x0]);h[q(0x11b)]((k,l)=>{const r=q;(k==='--env'||k===r(0x12f))&&h[r(0x10f)](l,0x2),k===r(0x138)&&h[r(0x10f)](l,0x1);});const i=b[q(0x10b)]?q(0x107):q(0x126);this[q(0x135)][q(0x11a)](i,a[q(0x103)](h));}catch(k){console['error'](k),process[q(0x121)](0x0);}});
@@ -1 +1 @@
1
- const a87l=a87d;(function(a,b){const i=a87d,c=a();while(!![]){try{const d=parseInt(i(0x165))/0x1+-parseInt(i(0x15a))/0x2+parseInt(i(0x17a))/0x3*(parseInt(i(0x15f))/0x4)+-parseInt(i(0x171))/0x5*(-parseInt(i(0x16b))/0x6)+parseInt(i(0x17b))/0x7+-parseInt(i(0x168))/0x8*(-parseInt(i(0x16e))/0x9)+-parseInt(i(0x177))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x1a882));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a87d;if(c){const e=c[j(0x175)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const k=a87d;return a87a[k(0x178)]()[k(0x15e)](k(0x16f))[k(0x178)]()[k(0x170)](a87a)[k(0x15e)](k(0x16f));});a87a();function a87c(){const n=['System\x27s\x20Node\x20Version\x20','platform','Project\x27s\x20Meteor\x20Version\x20','search','54776IOZBrf','error','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','fsi','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','getProjectMeteorVersion','129453uDYQpl',')\x20to\x20at\x20least\x20meteor\x27s\x20(','maka\x20v','8rXuOUo','maka\x20version','meteor','16398oskuwM','version','Maka\x20','30159ypDGsv','(((.+)+)+)+$','constructor','335jSPCXY','win32','isMakaProject','notice','apply','meteor.bat','2791040vNbwRH','toString','Project\x27s\x20Meteor\x20Node\x20Version\x20','6KtKYtU','552188hexKSx','----------------------System----------------------------','\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','warn','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','replace','bright','68818uqhFTX'];a87c=function(){return n;};return a87c();}import{execSync}from'child_process';import a87e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.5.27'};function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x158;let f=c[d];return f;},a87d(a,b);}Command['create']({'name':a87l(0x16c),'aliases':['v'],'usage':a87l(0x169),'maxArgLength':0x1,'validOpts':[],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':[a87l(0x167),'maka\x20version']},async function(){const m=a87l;try{const a=process[m(0x15c)]===m(0x172)?m(0x176):m(0x16a);Log['majestic'](m(0x16d)+pjson[m(0x16c)]),await this[m(0x162)]['compareMakaToLatest'](),Log[m(0x159)](m(0x17c));const b=this[m(0x162)]['getGlobalMeteorVersion']();Log['bright'](('System\x27s\x20Meteor\x20Version\x20'+b)[m(0x158)]('\x0a',''));const c=execSync(a+'\x20node\x20-v')[m(0x178)]()[m(0x158)](/\r?\n|\r/,'')[m(0x158)]('v','');Log[m(0x159)](m(0x161)+c);const d=execSync('node\x20-v')[m(0x178)]()[m(0x158)](/\r?\n|\r/,'')[m(0x158)]('v','');a87e['gt'](c,d)?(Log[m(0x17e)](m(0x15b)+d),Log[m(0x17e)]('\x20!\x20consider\x20updating\x20your\x20node\x20version\x20('+d+m(0x166)+c+')')):Log[m(0x159)](m(0x15b)+d);if(this['fsi'][m(0x173)]()){Log['bright']('----------------------Project----------------------------');const f=this[m(0x162)][m(0x164)]();a87e['gt'](b,f)?(Log[m(0x17e)](m(0x15d)+f[m(0x158)]('\x0a','')),Log['warn'](m(0x17f)+b+'\x22')):Log[m(0x174)]((m(0x15d)+f)[m(0x158)]('\x0a',''));const g=await this[m(0x162)]['getProjectsMeteorNodeVersion']();g==='N/A'?(Log[m(0x17e)](m(0x179)+g),Log[m(0x17e)](m(0x163))):Log[m(0x159)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+g),Log[m(0x159)](m(0x17d));}}catch(h){console[m(0x160)](h),process['exit'](0x0);}});
1
+ const a89m=a89d;(function(a,b){const k=a89d,c=a();while(!![]){try{const d=-parseInt(k(0x117))/0x1+parseInt(k(0xff))/0x2*(-parseInt(k(0x11e))/0x3)+-parseInt(k(0x127))/0x4+parseInt(k(0x11b))/0x5+parseInt(k(0xfe))/0x6+-parseInt(k(0x111))/0x7*(parseInt(k(0x122))/0x8)+parseInt(k(0x10e))/0x9*(parseInt(k(0x119))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xdbe2a));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 l=a89d;return a89a[l(0x118)]()['search'](l(0x10b))['toString']()[l(0x11f)](a89a)[l(0x104)](l(0x10b));});a89a();import{execSync}from'child_process';import a89e from'semver';import{Command}from'../command.js';function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0xfc;let f=c[d];return f;},a89d(a,b);}import{Log}from'../tools/log/log.class.js';const pjson={'version':a89m(0x105)};function a89c(){const o=['120knuVfX','notice','8726085fhiPZv','majestic','bright','126LSxvsw','constructor','fsi','maka\x20version\x20--verbose','2745048Ncqigg','\x20node\x20-v','version','N/A','maka\x20version','4312740YUPrEu','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','4156818eKoKkr','7798CdPhug','----------------------Project----------------------------','Maka\x20','getGlobalMeteorVersion','Project\x27s\x20Meteor\x20Node\x20Version\x20','search','4.5.29','Project\x27s\x20Meteor\x20Version\x20','meteor',')\x20to\x20at\x20least\x20meteor\x27s\x20(','platform','verbose','(((.+)+)+)+$','replace','compareMakaToLatest','2372859yUpMlh','error','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','35HsUKjx','----------------------System----------------------------','System\x27s\x20Node\x20Version\x20','win32','warn','meteor.bat','1743584qtqKRs','toString'];a89c=function(){return o;};return a89c();}Command['create']({'name':a89m(0x124),'aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':[a89m(0x10a)],'shortDesc':a89m(0xfc),'examples':['maka\x20v',a89m(0x126),a89m(0x121)],'description':'\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'},async function(a,b){const n=a89m;try{const c=process[n(0x109)]===n(0x114)?n(0x116):n(0x107);Log[n(0x11c)](n(0x101)+pjson[n(0x124)]);if(b[n(0x10a)]){await this[n(0x120)][n(0x10d)](),Log[n(0x11d)](n(0x112));const d=this[n(0x120)][n(0x102)]();Log[n(0x11d)](('System\x27s\x20Meteor\x20Version\x20'+d)[n(0x10c)]('\x0a',''));const f=execSync(c+n(0x123))[n(0x118)]()['replace'](/\r?\n|\r/,'')[n(0x10c)]('v','');Log[n(0x11d)](n(0x110)+f);const g=execSync('node\x20-v')[n(0x118)]()[n(0x10c)](/\r?\n|\r/,'')[n(0x10c)]('v','');a89e['gt'](f,g)?(Log['warn'](n(0x113)+g),Log[n(0x115)]('\x20!\x20consider\x20updating\x20your\x20node\x20version\x20('+g+n(0x108)+f+')')):Log['bright']('System\x27s\x20Node\x20Version\x20'+g);if(this[n(0x120)]['isMakaProject']()){Log[n(0x11d)](n(0x100));const h=this['fsi']['getProjectMeteorVersion']();a89e['gt'](d,h)?(Log[n(0x115)](n(0x106)+h['replace']('\x0a','')),Log[n(0x115)](n(0xfd)+d+'\x22')):Log[n(0x11a)]((n(0x106)+h)[n(0x10c)]('\x0a',''));const i=await this['fsi']['getProjectsMeteorNodeVersion']();i===n(0x125)?(Log[n(0x115)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+i),Log[n(0x115)]('\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.')):Log['bright'](n(0x103)+i),Log[n(0x11d)]('\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');}}}catch(j){console[n(0x10f)](j),process['exit'](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a88d,c=a();while(!![]){try{var d=-parseInt(f(0x1b5))/0x1*(-parseInt(f(0x1ba))/0x2)+-parseInt(f(0x1b7))/0x3+parseInt(f(0x1bb))/0x4*(-parseInt(f(0x1af))/0x5)+parseInt(f(0x1b0))/0x6*(-parseInt(f(0x1b2))/0x7)+-parseInt(f(0x1b4))/0x8*(parseInt(f(0x1b3))/0x9)+-parseInt(f(0x1ab))/0xa*(parseInt(f(0x1b9))/0xb)+-parseInt(f(0x1b6))/0xc*(-parseInt(f(0x1b8))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x5fff8));var a88b=(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;};}()),a88a=a88b(this,function(){var g=a88d;return a88a[g(0x1ad)]()[g(0x1b1)]('(((.+)+)+)+$')[g(0x1ad)]()[g(0x1ae)](a88a)['search'](g(0x1ac));});a88a();function a88d(a,b){var c=a88c();return a88d=function(d,e){d=d-0x1ab;var f=c[d];return f;},a88d(a,b);}export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}function a88c(){var h=['1577142eJLmom','21173919XErWsU','10406KPpdwU','1838kTPGvr','24joUsJl','1060BxmTHD','(((.+)+)+)+$','toString','constructor','318650BSvBZI','1620XOnQbs','search','4515usiDoC','9Emzixq','1696176NQBSqI','173OtctBj','12apNndu'];a88c=function(){return h;};return a88c();}
1
+ (function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(0x16c))/0x1*(parseInt(f(0x16b))/0x2)+-parseInt(f(0x165))/0x3*(parseInt(f(0x167))/0x4)+parseInt(f(0x169))/0x5*(-parseInt(f(0x161))/0x6)+-parseInt(f(0x16a))/0x7+parseInt(f(0x168))/0x8+parseInt(f(0x163))/0x9*(-parseInt(f(0x162))/0xa)+parseInt(f(0x164))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x8729c));function a90c(){var i=['1495602cacjEx','2284832PpNfNr','3wwpkTI','apply','80372FROmEK','3301352ELuvtr','1366665tDIycD','730632nikfTY','13298zcgOzj','157aVTDhw','search','toString','18keJIfJ','10FrldXE'];a90c=function(){return i;};return a90c();}var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a[h(0x16e)]()[h(0x16d)]('(((.+)+)+)+$')[h(0x16e)]()['constructor'](a90a)[h(0x16d)]('(((.+)+)+)+$');});a90a();export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0x161;var f=c[d];return f;},a90d(a,b);}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- var a89i=a89d;function a89c(){var j=['182GWVhZE','290486PdFZCi','4qRoaqE','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','toString','env','search','414uiWISt','248634OxsfUt','14984RHCJLC','(((.+)+)+)+$','407fbSvbV','constructor','311028aUsASE','535dXHdyj','1714650mNryui','380709DHghtp','apply','8tPzvha'];a89c=function(){return j;};return a89c();}(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x70))/0x1+-parseInt(f(0x71))/0x2*(parseInt(f(0x7f))/0x3)+-parseInt(f(0x78))/0x4*(parseInt(f(0x7d))/0x5)+-parseInt(f(0x76))/0x6*(-parseInt(f(0x6f))/0x7)+parseInt(f(0x81))/0x8*(parseInt(f(0x77))/0x9)+parseInt(f(0x7e))/0xa+-parseInt(f(0x7a))/0xb*(-parseInt(f(0x7c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x346f6));function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x6f;var f=c[d];return f;},a89d(a,b);}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x80)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x73)]()[h(0x75)](h(0x79))[h(0x73)]()[h(0x7b)](a89a)[h(0x75)]('(((.+)+)+)+$');});a89a(),process[a89i(0x74)]['NODE_OPTIONS']=a89i(0x72);import'./maka.js';
2
+ var a91i=a91d;(function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0x1c6))/0x1+parseInt(f(0x1ca))/0x2+parseInt(f(0x1c4))/0x3+-parseInt(f(0x1c8))/0x4+parseInt(f(0x1c1))/0x5+parseInt(f(0x1cb))/0x6*(-parseInt(f(0x1c0))/0x7)+-parseInt(f(0x1c7))/0x8*(-parseInt(f(0x1c9))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xec2b4));function a91c(){var j=['toString','524713NKbyVU','7185560jfNPWm','env','(((.+)+)+)+$','2058603zqoTOC','constructor','887190TfODtE','8nkeLSr','5824420zFOMmd','14189445VdQKep','1770056ubnTjp','102acnyTU','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','search','NODE_OPTIONS','apply'];a91c=function(){return j;};return a91c();}var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x1be)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x1bf)]()[h(0x1cd)](h(0x1c3))['toString']()[h(0x1c5)](a91a)[h(0x1cd)](h(0x1c3));});function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a91d(a,b);}a91a(),process[a91i(0x1c2)][a91i(0x1bd)]=a91i(0x1cc);import'./maka.js';
@@ -1 +1 @@
1
- const a90u=a90d;(function(a,b){const q=a90d,c=a();while(!![]){try{const d=parseInt(q(0xe3))/0x1+parseInt(q(0x11f))/0x2*(parseInt(q(0x10c))/0x3)+parseInt(q(0x134))/0x4*(parseInt(q(0xeb))/0x5)+-parseInt(q(0xf9))/0x6+parseInt(q(0x12b))/0x7*(parseInt(q(0x106))/0x8)+-parseInt(q(0xdc))/0x9*(parseInt(q(0x127))/0xa)+-parseInt(q(0x105))/0xb*(parseInt(q(0x126))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xe6650));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a90d;if(c){const e=c[r(0x129)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const s=a90d;return a90a[s(0x113)]()[s(0x111)](s(0xea))[s(0x113)]()['constructor'](a90a)[s(0x111)]('(((.+)+)+)+$');});a90a();import a90e from'path';import a90f from'cli-table';function a90c(){const F=['2012LumwCg','replace','findProjectDirectory','where','join','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','bind','keys','number','45396QBETqT','invoke','filter','name','length','To\x20use\x20these\x20pro\x20flags,\x20\x22','list','911673XnRSYI','resourceName','roles','client','dir','Description','map','(((.+)+)+)+$','15975GBnArb','assign','fsi','Too\x20many\x20arguments','_generators','parent','usage','appPathPrefix','Name','domainLicense','root','lib','findGenerator','To\x20use\x20this\x20generator,\x20\x22','1432422QZYUVE','validateMakaSubscription','server','Generator\x20requires\x20a\x20name','singleLicense','options','cwd','push','validateMeteorInstall','Generator.create\x20requires\x20a\x20handler\x20function!','function','proGenerators','1429648FDVAbQ','952ehanBG','tableList','find','Both','slice','Generator.create\x20requires\x20some\x20options!','17754lawwVh','minArgLength','listGenerators','mustHaveMeteorInstalled','error','search','minOptsLength','toString','includes','help','pop','checkWhere','create','No\x20resource\x20name\x20specified','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','sep','forEach','aliases','mustBeInMakaProject','188zCuMRF','chdir','Generator\x20requires\x20a\x20handler\x20function','sort','exit','There\x20is\x20no\x20Meteor\x20application\x20here','Too\x20few\x20arguments','108lPjXPr','1910wdarMs','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','apply','Generators:','14147jrJYKv','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','both','noResource','maxOptsLength','notice','call','proFlags','getPro'];a90c=function(){return F;};return a90c();}import{paramCase}from'change-case';import a90g from'./generators/maka.gen.js';import{Log}from'./tools/log/log.class.js';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xd6;let f=c[d];return f;},a90d(a,b);}import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function inside(a='.',b){const t=a90d,c=process[t(0xff)]();let d=null;try{process[t(0x120)](a),d=b();}finally{process[t(0x120)](c);}return d;}export class Generator extends Tool{[a90u(0xfe)];[a90u(0xef)];constructor(a,b){const v=a90u;super();if(!a)throw new Error('Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object');if(!a[v(0xdf)])throw new Error(v(0xfc));if(typeof b!=='function')throw new Error(v(0x121));this['_generators']=[],this['options']=Object[v(0xec)]({},a),this[v(0xdf)]=this[v(0xfe)][v(0xdf)],this['_handler']=b[v(0xd9)](this);}static[a90u(0x118)](a,b,c){const w=a90u;if(!a)throw new Error(w(0x10b));if(typeof b!==w(0x103))throw new Error(w(0x102));const d=new Generator(a,b);return c=c||a90g,Object[w(0xec)](d,{'parent':c?.[w(0xfe)]?.[w(0xdf)]}),c['addGenerator'](d),d;}['addGenerator'](a){const x=a90u;if(!(a instanceof Generator))throw new Error('addGenerator\x20requires\x20a\x20Generator\x20instance');this[x(0xef)][x(0x100)](a);}['findGenerator'](a){const y=a90u,b=this[y(0xef)][y(0x108)](c=>c['match'](a));return b;}async[a90u(0xfa)](a,b){const z=a90u,c=this[z(0xf7)](a[0x0]);if(c){const d=c?.[z(0xdf)]||a[0x0],e=c?.[z(0xf0)]||'',f=Object[z(0xda)](b),g=await this[z(0xed)][z(0x133)]();!g&&(Log[z(0x110)](z(0x11a)),process['exit'](0x1));const h=!g?.[z(0xe5)][z(0x114)](z(0xfd))&&!g?.[z(0xe5)][z(0x114)](z(0xf4)),i=g?.['proGenerators'][z(0x114)](d)||g?.[z(0x104)]['includes'](e);if(i&&h)throw z(0xf8)+d+z(0xd8);if(f['length']>0x0){const j=g?.[z(0x132)][z(0xde)](k=>f[z(0x114)](k));if(j&&j[z(0xe0)]>0x0&&h)throw z(0xe1)+j?.['join'](',\x20')+z(0xd8);}}}async[a90u(0xdd)](a,b){const A=a90u,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this[A(0xfe)];try{await this[A(0xfa)](a,b);}catch(g){Log['error'](g),process[A(0x123)](0x1);}const f=a[A(0x10a)]();b['resourceName']=f[0x0];try{if((a[0x0]===_prevGen||a['length']===0x0)&&b[A(0x115)])throw new UsageError();if(this[A(0xfe)][A(0x11e)]){const h=this['validateMakaProject']();if(!h)throw new MustBeInProjectError();}if(this[A(0xfe)][A(0x10f)]){const i=this[A(0x101)]();if(!i)throw new NoMeteorFoundError();}if(typeof this['options'][A(0x10d)]==='number'){if(a['length']<this['options']['minArgLength']){Log[A(0x110)](A(0x125));throw new UsageError();}}if(typeof this[A(0xfe)]['maxArgLength']===A(0xdb)){if(a[A(0xe0)]>this[A(0xfe)]['maxArgLength']){Log[A(0x110)](A(0xee));throw new UsageError();}}if(typeof this[A(0xfe)]['minOptsLength']===A(0xdb)){if(Object[A(0xda)](b)[A(0xe0)]<this[A(0xfe)][A(0x112)]){Log['error']('Too\x20few\x20options');throw new UsageError();}}if(typeof this[A(0xfe)][A(0x12f)]===A(0xdb)){if(Object[A(0xda)](b)[A(0xe0)]>=this[A(0xfe)][A(0x12f)]){Log[A(0x110)]('Too\x20many\x20options');throw new UsageError();}}this['validateParams'](a,b,this[A(0xfe)]);if(!b[A(0xe4)]&&!this[A(0xfe)][A(0x12e)]){Log[A(0x110)](A(0x119));throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[A(0xf1)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[A(0xef)][A(0xe0)]>0x0&&b[A(0x115)]&&(Log[A(0x130)](A(0x12a)),this[A(0x107)](this[A(0xef)]));else{if(j instanceof MustBeInProjectError)Log[A(0x110)](A(0x128));else{if(j instanceof NoMeteorFoundError)Log[A(0x110)](A(0x12c)),Log[A(0x130)]('Please\x20run\x20\x22maka\x20install\x20meteor\x22');else{if(j instanceof NoMeteorAppFoundError)Log[A(0x110)](A(0x124));else throw j;}}}process[A(0x123)](0x1);}return new Promise(k=>{inside(b['cwd'],async()=>{const B=a90d;try{if(!b[B(0xf5)]&&!this[B(0xed)][B(0x136)]())throw new MustBeInProjectError();const l=b[B(0xe4)]?.[B(0x135)](/\\/g,'/')['split']('/');!b[B(0xe7)]&&(l?.[B(0xe0)]>0x1?(b[B(0xe4)]=l[B(0x116)](),f[0x0]=b[B(0xe4)],b[B(0xe7)]=l[B(0xe9)](m=>{return paramCase(m);})[B(0xd7)](a90e[B(0x11b)])):b[B(0xe7)]='');if(this[B(0xfe)][B(0x117)]){if(!b['where']){const n={'type':B(0xe2),'name':'colLocAnswer','message':'Location','choices':[{'name':'Client','value':'client'},{'name':'Server','value':B(0xfb)},{'name':B(0x109),'value':B(0x12d)}]},{colLocAnswer:o}=await Actions[B(0xfe)](n);o?b[B(0xd6)]=o:b[B(0xd6)]=B(0x12d);}const m=['both',B(0xe6),B(0xfb)];if(!m[B(0x114)](b['where'])){Log['error']('--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27');throw new UsageError();}switch(b[B(0xd6)]){case B(0x12d):b[B(0xf2)]=B(0xf6);break;case'server':b[B(0xf2)]=B(0xfb);break;case B(0xe6):b[B(0xf2)]='client';break;default:b['appPathPrefix']='';}}k(this['_handler'][B(0x131)](this,f,b));}catch(p){console[B(0x110)](p);}});});}[a90u(0x10e)](){const C=a90u;this[C(0x107)](this[C(0xef)]);}['tableList'](a){const D=a90u,b=new a90f({});b[D(0x100)]([D(0xf3),'Alias',D(0xe8)]),a[D(0x122)]()[D(0x11c)](c=>{const E=D;b[E(0x100)]([c[E(0xdf)],c[E(0x11d)](),c['shortDesc']()]);}),Log['bright'](b[D(0x113)]());}}
1
+ function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x85;let f=c[d];return f;},a92d(a,b);}const a92u=a92d;(function(a,b){const q=a92d,c=a();while(!![]){try{const d=-parseInt(q(0xa4))/0x1*(-parseInt(q(0x8f))/0x2)+-parseInt(q(0x94))/0x3*(-parseInt(q(0xe1))/0x4)+parseInt(q(0xb3))/0x5+-parseInt(q(0xb1))/0x6*(-parseInt(q(0x87))/0x7)+-parseInt(q(0xd8))/0x8*(-parseInt(q(0x9e))/0x9)+parseInt(q(0xca))/0xa*(-parseInt(q(0x98))/0xb)+-parseInt(q(0x88))/0xc*(parseInt(q(0xde))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xd4ce8));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a92d;if(c){const e=c[r(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const s=a92d;return a92a[s(0xad)]()[s(0xd1)]('(((.+)+)+)+$')[s(0xad)]()[s(0xa8)](a92a)[s(0xd1)](s(0xe2));});a92a();import a92e from'path';import a92f from'cli-table';import{paramCase}from'change-case';function a92c(){const G=['chdir','Generator.create\x20requires\x20some\x20options!','Generator.create\x20requires\x20a\x20handler\x20function!','Generator\x20requires\x20a\x20handler\x20function','7vkHQuO','362304DIIUXQ','proGenerators','roles','client','minArgLength','parent','assign','16726wtIsUZ','apply','resourceName','where','both','6MWJFmt','checkWhere','server','notice','863269lgNYYI','noResource','shortDesc','domainLicense','To\x20use\x20these\x20pro\x20flags,\x20\x22','Too\x20many\x20arguments','4175757BTWRoU','Too\x20many\x20options','addGenerator','help','match','name','38alYuWv','Name','validateParams','Please\x20run\x20\x22maka\x20install\x20meteor\x22','constructor','root','push','Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly','validateMakaSubscription','toString','proFlags','_handler','number','7947078BDItBe','Location','19275QISJVB','getPro','Too\x20few\x20arguments','listGenerators','colLocAnswer','tableList','length','singleLicense','pop','includes','minOptsLength','maxArgLength','split','error','Too\x20few\x20options','mustHaveMeteorInstalled','usage','bright','cwd','There\x20is\x20no\x20Meteor\x20application\x20here','appPathPrefix','filter','aliases','90qruKNw','dir','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','validateMeteorInstall','sep','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','exit','search','function','options','maxOptsLength','fsi','sort','mustBeInMakaProject','24lPTrZH','replace','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','keys','Server','join','637yLRUjl','create','_generators','38588NLJmoJ','(((.+)+)+)+$'];a92c=function(){return G;};return a92c();}import a92g from'./generators/maka.gen.js';import{Log}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function inside(a='.',b){const t=a92d,c=process[t(0xc5)]();let d=null;try{process[t(0xe3)](a),d=b();}finally{process['chdir'](c);}return d;}export class Generator extends Tool{[a92u(0xd3)];[a92u(0xe0)];constructor(a,b){const v=a92u;super();if(!a)throw new Error('Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object');if(!a[v(0xa3)])throw new Error('Generator\x20requires\x20a\x20name');if(typeof b!==v(0xd2))throw new Error(v(0x86));this['_generators']=[],this[v(0xd3)]=Object[v(0x8e)]({},a),this[v(0xa3)]=this['options'][v(0xa3)],this[v(0xaf)]=b['bind'](this);}static[a92u(0xdf)](a,b,c){const w=a92u;if(!a)throw new Error(w(0xe4));if(typeof b!==w(0xd2))throw new Error(w(0x85));const d=new Generator(a,b);return c=c||a92g,Object[w(0x8e)](d,{'parent':c?.[w(0xd3)]?.[w(0xa3)]}),c[w(0xa0)](d),d;}['addGenerator'](a){const x=a92u;if(!(a instanceof Generator))throw new Error('addGenerator\x20requires\x20a\x20Generator\x20instance');this['_generators'][x(0xaa)](a);}['findGenerator'](a){const y=a92u,b=this['_generators']['find'](c=>c[y(0xa2)](a));return b;}async[a92u(0xac)](a,b){const z=a92u,c=this['findGenerator'](a[0x0]);if(c){const d=c?.[z(0xa3)]||a[0x0],e=c?.[z(0x8d)]||'',f=Object['keys'](b),g=await this[z(0xd5)][z(0xb4)]();!g&&(Log[z(0xc0)]('License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.'),process[z(0xd0)](0x1));const h=!g?.[z(0x8a)][z(0xbc)](z(0xba))&&!g?.[z(0x8a)][z(0xbc)](z(0x9b)),i=g?.[z(0x89)][z(0xbc)](d)||g?.[z(0x89)][z(0xbc)](e);if(i&&h)throw'To\x20use\x20this\x20generator,\x20\x22'+d+z(0xda);if(f[z(0xb9)]>0x0){const j=g?.[z(0xae)][z(0xc8)](k=>f['includes'](k));if(j&&j[z(0xb9)]>0x0&&h)throw z(0x9c)+j?.[z(0xdd)](',\x20')+z(0xda);}}}async['invoke'](a,b){const A=a92u,{usage:usage='',description:description='',examples:examples=[],shortDesc:c,requiredOpts:requiredOpts=[],validOpts:d}=this['options'];try{await this[A(0xac)](a,b);}catch(g){Log[A(0xc0)](g),process[A(0xd0)](0x1);}const f=a['slice']();b[A(0x91)]=f[0x0];try{if((a[0x0]===_prevGen||a[A(0xb9)]===0x0)&&b[A(0xa1)])throw new UsageError();if(this['options'][A(0xd7)]){const h=this['validateMakaProject']();if(!h)throw new MustBeInProjectError();}if(this[A(0xd3)][A(0xc2)]){const i=this[A(0xcd)]();if(!i)throw new NoMeteorFoundError();}if(typeof this[A(0xd3)][A(0x8c)]===A(0xb0)){if(a[A(0xb9)]<this[A(0xd3)][A(0x8c)]){Log[A(0xc0)](A(0xb5));throw new UsageError();}}if(typeof this[A(0xd3)][A(0xbe)]===A(0xb0)){if(a[A(0xb9)]>this['options'][A(0xbe)]){Log[A(0xc0)](A(0x9d));throw new UsageError();}}if(typeof this[A(0xd3)][A(0xbd)]===A(0xb0)){if(Object[A(0xdb)](b)[A(0xb9)]<this[A(0xd3)][A(0xbd)]){Log['error'](A(0xc1));throw new UsageError();}}if(typeof this[A(0xd3)][A(0xd4)]===A(0xb0)){if(Object[A(0xdb)](b)[A(0xb9)]>=this[A(0xd3)]['maxOptsLength']){Log['error'](A(0x9f));throw new UsageError();}}this[A(0xa6)](a,b,this['options']);if(!b[A(0x91)]&&!this['options'][A(0x99)]){Log[A(0xc0)]('No\x20resource\x20name\x20specified');throw new UsageError();}_prevGen=a[0x0];}catch(j){Log[A(0xc3)](description,examples,usage,c,requiredOpts,d);if(j instanceof UsageError)this[A(0xe0)]['length']>0x0&&b[A(0xa1)]&&(Log[A(0x97)]('Generators:'),this['tableList'](this['_generators']));else{if(j instanceof MustBeInProjectError)Log[A(0xc0)](A(0xcc));else{if(j instanceof NoMeteorFoundError)Log[A(0xc0)](A(0xab)),Log['notice'](A(0xa7));else{if(j instanceof NoMeteorAppFoundError)Log[A(0xc0)](A(0xc6));else throw j;}}}process[A(0xd0)](0x1);}return new Promise(k=>{const B=A;inside(b[B(0xc5)],async()=>{const C=B;try{if(!b[C(0xa9)]&&!this[C(0xd5)]['findProjectDirectory']())throw new MustBeInProjectError();const l=b[C(0x91)]?.[C(0xd9)](/\\/g,'/')[C(0xbf)]('/');!b[C(0xcb)]&&(l?.[C(0xb9)]>0x1?(b['resourceName']=l[C(0xbb)](),f[0x0]=b[C(0x91)],b[C(0xcb)]=l['map'](m=>{return paramCase(m);})[C(0xdd)](a92e[C(0xce)])):b[C(0xcb)]='');if(this[C(0xd3)][C(0x95)]){if(!b['where']){const n={'type':'list','name':C(0xb7),'message':C(0xb2),'choices':[{'name':'Client','value':'client'},{'name':C(0xdc),'value':C(0x96)},{'name':'Both','value':'both'}]},{colLocAnswer:o}=await Actions['options'](n);o?b[C(0x92)]=o:b[C(0x92)]=C(0x93);}const m=[C(0x93),C(0x8b),C(0x96)];if(!m[C(0xbc)](b['where'])){Log['error'](C(0xcf));throw new UsageError();}switch(b[C(0x92)]){case C(0x93):b[C(0xc7)]='lib';break;case C(0x96):b[C(0xc7)]=C(0x96);break;case C(0x8b):b[C(0xc7)]=C(0x8b);break;default:b[C(0xc7)]='';}}k(this['_handler']['call'](this,f,b));}catch(p){console[C(0xc0)](p);}});});}[a92u(0xb6)](){const D=a92u;this[D(0xb8)](this[D(0xe0)]);}[a92u(0xb8)](a){const E=a92u,b=new a92f({});b[E(0xaa)]([E(0xa5),'Alias','Description']),a[E(0xd6)]()['forEach'](c=>{const F=E;b['push']([c[F(0xa3)],c[F(0xc9)](),c[F(0x9a)]()]);}),Log[E(0xc4)](b['toString']());}}
@@ -1 +1 @@
1
- (function(a,b){var f=a91d,c=a();while(!![]){try{var d=-parseInt(f(0xa7))/0x1*(parseInt(f(0xa6))/0x2)+parseInt(f(0xa2))/0x3+parseInt(f(0xaa))/0x4*(-parseInt(f(0xa5))/0x5)+parseInt(f(0xac))/0x6+-parseInt(f(0xb0))/0x7+parseInt(f(0xa8))/0x8*(parseInt(f(0xaf))/0x9)+-parseInt(f(0xa4))/0xa*(parseInt(f(0xa1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x5e4e8));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0xa9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0xad)]()[h(0xa3)](h(0xae))[h(0xad)]()[h(0xab)](a91a)[h(0xa3)](h(0xae));});a91a();function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0xa1;var f=c[d];return f;},a91d(a,b);}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';function a91c(){var i=['3474YQrCTm','371JokzKs','8464LYGpLT','apply','288DdLKNp','constructor','2609172RSbNoT','toString','(((.+)+)+)+$','3033YsVOTc','2596825BTBRDR','594aRsOAA','1974948RYsBSk','search','6030YIHFJy','1075JIElGX'];a91c=function(){return i;};return a91c();}import'./publish.js';import'./route.js';import'./service.js';import'./page.js';import'./maka.gen.js';import'./dockerfile.js';import'./maka.gen.js';
1
+ (function(a,b){var f=a93d,c=a();while(!![]){try{var d=parseInt(f(0xdb))/0x1+parseInt(f(0xd7))/0x2+parseInt(f(0xdd))/0x3+parseInt(f(0xdf))/0x4*(parseInt(f(0xdc))/0x5)+-parseInt(f(0xd4))/0x6+-parseInt(f(0xde))/0x7*(parseInt(f(0xd5))/0x8)+-parseInt(f(0xda))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x2daf9));var a93b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a93d;if(c){var e=c[g(0xd8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){var h=a93d;return a93a[h(0xd3)]()[h(0xd9)](h(0xd6))['toString']()[h(0xe0)](a93a)[h(0xd9)]('(((.+)+)+)+$');});a93a();import'./services/_index.js';import'./api.js';import'./collection.js';function a93c(){var i=['478982cvKrZI','apply','search','4414068jjCRwb','258622vAoocZ','1105445lSLYyY','440613nabMks','7jyeaBx','4qPkbpL','constructor','toString','264210tlkccE','1155656yUBccC','(((.+)+)+)+$'];a93c=function(){return i;};return a93c();}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 a93d(a,b){var c=a93c();return a93d=function(d,e){d=d-0xd3;var f=c[d];return f;},a93d(a,b);}import'./maka.gen.js';