@maka/maka-cli 4.5.21 → 4.5.22

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 (126) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  27. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  28. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  56. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  57. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  58. package/bundle/obf/src/commands/generate.js +1 -1
  59. package/bundle/obf/src/commands/get/_index.js +1 -1
  60. package/bundle/obf/src/commands/get/get.command.js +1 -1
  61. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  62. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/help.js +1 -1
  65. package/bundle/obf/src/commands/jsdoc.js +1 -1
  66. package/bundle/obf/src/commands/lint.js +1 -1
  67. package/bundle/obf/src/commands/login.js +1 -1
  68. package/bundle/obf/src/commands/logout.js +1 -1
  69. package/bundle/obf/src/commands/logs.js +1 -1
  70. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  71. package/bundle/obf/src/commands/murder.js +1 -1
  72. package/bundle/obf/src/commands/proxy.js +1 -1
  73. package/bundle/obf/src/commands/reconfig.js +1 -1
  74. package/bundle/obf/src/commands/run/_index.js +1 -1
  75. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/run/run.command.js +1 -1
  77. package/bundle/obf/src/commands/set/_index.js +1 -1
  78. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  79. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  80. package/bundle/obf/src/commands/set/set.command.js +1 -1
  81. package/bundle/obf/src/commands/ssh.js +1 -1
  82. package/bundle/obf/src/commands/ssl.js +1 -1
  83. package/bundle/obf/src/commands/test.js +1 -1
  84. package/bundle/obf/src/commands/version.js +1 -1
  85. package/bundle/obf/src/error.js +1 -1
  86. package/bundle/obf/src/exec.js +1 -1
  87. package/bundle/obf/src/generator.js +1 -1
  88. package/bundle/obf/src/generators/_index.js +1 -1
  89. package/bundle/obf/src/generators/api.js +1 -1
  90. package/bundle/obf/src/generators/collection.js +1 -1
  91. package/bundle/obf/src/generators/component.js +1 -1
  92. package/bundle/obf/src/generators/config.js +1 -1
  93. package/bundle/obf/src/generators/dbc.js +1 -1
  94. package/bundle/obf/src/generators/dockerfile.js +1 -1
  95. package/bundle/obf/src/generators/hook.js +1 -1
  96. package/bundle/obf/src/generators/kit.js +1 -1
  97. package/bundle/obf/src/generators/layout.js +1 -1
  98. package/bundle/obf/src/generators/maka.gen.js +1 -1
  99. package/bundle/obf/src/generators/methods.js +1 -1
  100. package/bundle/obf/src/generators/package.js +1 -1
  101. package/bundle/obf/src/generators/page.js +1 -1
  102. package/bundle/obf/src/generators/publish.js +1 -1
  103. package/bundle/obf/src/generators/route.js +1 -1
  104. package/bundle/obf/src/generators/service.js +1 -1
  105. package/bundle/obf/src/generators/services/_index.js +1 -1
  106. package/bundle/obf/src/generators/services/openssl.js +1 -1
  107. package/bundle/obf/src/generators/services/translation.js +1 -1
  108. package/bundle/obf/src/maka.js +1 -1
  109. package/bundle/obf/src/tool.js +1 -1
  110. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  111. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  112. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  113. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  114. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  115. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  116. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  117. package/bundle/obf/src/tools/https/https.class.js +1 -1
  118. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  119. package/bundle/obf/src/tools/log/log.class.js +1 -1
  120. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  122. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  124. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  126. package/package.json +1 -1
@@ -1 +1 @@
1
- const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x1f6))/0x1+parseInt(f(0x1e7))/0x2+-parseInt(f(0x1e5))/0x3+parseInt(f(0x1e2))/0x4*(-parseInt(f(0x1e3))/0x5)+parseInt(f(0x1e1))/0x6+-parseInt(f(0x1ee))/0x7*(-parseInt(f(0x1fc))/0x8)+-parseInt(f(0x1fb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x86866));function a57c(){const k=['7268490EraMHj','8WVJqoJ','maka\x20g:api\x20trucks','maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name','findGenerator','maka\x20generate:scaffold\x20todos','help','3470628JHhCIj','8PWzazp','1347275uGaDRI','search','2271336tKhlYg','maka\x20g:dbc\x20geoserver\x20--type=pgsql','2059542ZSGFhk','maka\x20{generate,\x20g}:<generator>\x20<name>','Generators:','dir','maka\x20g:route\x20todos/edit','listGenerators','Could\x20not\x20find\x20generator','3024322pFMmcW','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','where','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:scaffold\x20todos','create','apply','(((.+)+)+)+$','614391sJmerp','notice','generate','constructor','toString'];a57c=function(){return k;};return a57c();}const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x1fa)]()['search'](h(0x1f5))[h(0x1fa)]()[h(0x1f9)](a57a)[h(0x1e4)]('(((.+)+)+)+$');});a57a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a57d(a,b);}import a57e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a57i(0x1f3)]({'name':a57i(0x1f8),'aliases':['g'],'usage':a57i(0x1e8),'validOpts':[a57i(0x1ea),a57i(0x1f0),'help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a57i(0x1f1),'description':a57i(0x1ef),'examples':[a57i(0x1df),a57i(0x1f2),a57i(0x1fe),a57i(0x1dd),a57i(0x1eb),a57i(0x1fd),a57i(0x1e6)]},async function(a,b){const j=a57i,c=a[0x0],d=a57e[j(0x1de)](c);if(!d){b[j(0x1e0)]?(Log[j(0x1f7)](j(0x1e9)),a57e[j(0x1ec)]()):Log['error'](j(0x1ed));throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
1
+ const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=-parseInt(f(0x16b))/0x1*(parseInt(f(0x16f))/0x2)+parseInt(f(0x174))/0x3+-parseInt(f(0x16c))/0x4*(-parseInt(f(0x15b))/0x5)+-parseInt(f(0x160))/0x6*(parseInt(f(0x171))/0x7)+-parseInt(f(0x163))/0x8+parseInt(f(0x175))/0x9+-parseInt(f(0x161))/0xa*(-parseInt(f(0x159))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x23736));function a57c(){const k=['notice','2542QFYvPt','findGenerator','14jBjpxY','generate','apply','35094bsZHkT','1092915JcmriN','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:template\x20todos/todo_item','2552zhnIbP','create','30CosdQc','(((.+)+)+)+$','listGenerators','maka\x20g:dbc\x20geoserver\x20--type=pgsql','search','308094pQiPqS','14500BiYToX','constructor','1748488nopmgT','Could\x20not\x20find\x20generator','maka\x20generate:scaffold\x20todos','toString','maka\x20g:package\x20package:name','dir','maka\x20g:api\x20trucks','maka\x20g:route\x20todos/edit','118JkIWVW','97940URpgqt','help'];a57c=function(){return k;};return a57c();}const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x166)]()['search'](h(0x15c))[h(0x166)]()[h(0x162)](a57a)[h(0x15f)](h(0x15c));});a57a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a57e from'../generators/maka.gen.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x157;let f=c[d];return f;},a57d(a,b);}import{UsageError}from'../error.js';Command[a57i(0x15a)]({'name':a57i(0x172),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a57i(0x168),'where',a57i(0x16d)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a57i(0x157),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a57i(0x165),'maka\x20g:scaffold\x20todos',a57i(0x158),a57i(0x167),a57i(0x16a),a57i(0x169),a57i(0x15e)]},async function(a,b){const j=a57i,c=a[0x0],d=a57e[j(0x170)](c);if(!d){b[j(0x16d)]?(Log[j(0x16e)]('Generators:'),a57e[j(0x15d)]()):Log['error'](j(0x164));throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x185))/0x1+-parseInt(f(0x180))/0x2+parseInt(f(0x186))/0x3*(parseInt(f(0x184))/0x4)+-parseInt(f(0x17e))/0x5*(parseInt(f(0x183))/0x6)+parseInt(f(0x189))/0x7+parseInt(f(0x182))/0x8*(parseInt(f(0x18b))/0x9)+-parseInt(f(0x18a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xae5ab));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x188)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x17d)]()[h(0x17f)](h(0x187))[h(0x17d)]()[h(0x181)](a58a)[h(0x17f)]('(((.+)+)+)+$');});a58a();function a58c(){var i=['1842VIKVTP','24OekIzM','207055iBKPRK','327438raDjiE','(((.+)+)+)+$','apply','8486821ThcvSv','4398310druHBN','612tVHztT','toString','6965poSKHw','search','2640670RhIDpM','constructor','146088nJhpmb'];a58c=function(){return i;};return a58c();}import'./get.command.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x17d;var f=c[d];return f;},a58d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x109))/0x1*(parseInt(f(0x106))/0x2)+parseInt(f(0x112))/0x3+-parseInt(f(0x110))/0x4+parseInt(f(0x114))/0x5*(parseInt(f(0x10f))/0x6)+parseInt(f(0x10b))/0x7*(parseInt(f(0x111))/0x8)+-parseInt(f(0x10c))/0x9*(-parseInt(f(0x107))/0xa)+-parseInt(f(0x10d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x494ed));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x10e)]()[h(0x10a)](h(0x108))[h(0x10e)]()['constructor'](a58a)[h(0x10a)](h(0x108));});function a58c(){var i=['4194619fdBGwP','toString','37500WbSzma','1928360jXJIpx','21536wJfbDO','562644jgYsEh','apply','95hZzsJA','298urKPgx','5770hKnPge','(((.+)+)+)+$','2433ouOgnI','search','7QNWuak','7677FevqqQ'];a58c=function(){return i;};return a58c();}a58a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x106;var f=c[d];return f;},a58d(a,b);}import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a59h=a59d;(function(a,b){const f=a59d,c=a();while(!![]){try{const d=-parseInt(f(0x12c))/0x1+-parseInt(f(0x139))/0x2*(parseInt(f(0x132))/0x3)+parseInt(f(0x13a))/0x4*(parseInt(f(0x12b))/0x5)+parseInt(f(0x12f))/0x6+-parseInt(f(0x133))/0x7*(-parseInt(f(0x13b))/0x8)+parseInt(f(0x12d))/0x9+-parseInt(f(0x136))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x3bf84));const a59b=(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;};}()),a59a=a59b(this,function(){const g=a59d;return a59a[g(0x137)]()[g(0x134)](g(0x131))[g(0x137)]()[g(0x138)](a59a)[g(0x134)](g(0x131));});a59a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x12b;let f=c[d];return f;},a59d(a,b);}function a59c(){const j=['(((.+)+)+)+$','20409JJegRN','158599bCoLbD','search','findSubCommand','4365720lrPqrh','toString','constructor','52TQQlxR','1609352vNFJOm','40OiRQkf','5FRnFYw','309301bTuMzo','2237652KfbVdW','error','2424816ywJzgJ','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a59c=function(){return j;};return a59c();}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a59h(0x130),'validOpts':[]},async function(a,b){const i=a59h,c=a[0x0],d=this[i(0x135)](c);if(d)this['runSubCommand'](c,a,b);else{Log[i(0x12e)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a59h=a59d;function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xe6;let f=c[d];return f;},a59d(a,b);}(function(a,b){const f=a59d,c=a();while(!![]){try{const d=parseInt(f(0xf8))/0x1*(parseInt(f(0xea))/0x2)+parseInt(f(0xe8))/0x3+parseInt(f(0xee))/0x4+-parseInt(f(0xfa))/0x5*(-parseInt(f(0xf3))/0x6)+parseInt(f(0xef))/0x7+parseInt(f(0xed))/0x8+-parseInt(f(0xf5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x8c10c));const a59b=(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;};}()),a59a=a59b(this,function(){const g=a59d;return a59a[g(0xec)]()['search'](g(0xe9))[g(0xec)]()[g(0xe7)](a59a)[g(0xf9)]('(((.+)+)+)+$');});function a59c(){const j=['toString','1861976TpaAVg','3818888hoSLPd','2271759EnnSHH','get','create','Sub-Command\x20not\x20found','6FubaQW','findSubCommand','23346567RcAfbf','Get\x20various\x20Maka\x20variables\x20and\x20configurations','runSubCommand','1963EUqxfE','search','1390075CoPSHW','maka\x20get:<sub-command>','constructor','794187WnNLDW','(((.+)+)+)+$','1134OqPoPm','error'];a59c=function(){return j;};return a59c();}a59a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a59h(0xf1)]({'name':a59h(0xf0),'usage':a59h(0xe6),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a59h(0xf6),'validOpts':[]},async function(a,b){const i=a59h,c=a[0x0],d=this[i(0xf4)](c);if(d)this[i(0xf7)](c,a,b);else{Log[i(0xeb)](i(0xf2));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- function a60c(){const j=['toString','global-config','search','1503KLnOtB','maka\x20get:global-config','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','91148rjDmcB','getGlobalConfig','108520dvHUKo','136RkgNoC','576850pABFzu','258009GcbAZM','constructor','(((.+)+)+)+$','439722VGWhlX','fsi','9010XiXGTE','create','2807SIhkeC','2eQCqje'];a60c=function(){return j;};return a60c();}const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x1bc))/0x1+parseInt(f(0x1b3))/0x2*(parseInt(f(0x1bf))/0x3)+-parseInt(f(0x1ba))/0x4+-parseInt(f(0x1be))/0x5+-parseInt(f(0x1c2))/0x6+-parseInt(f(0x1b2))/0x7*(-parseInt(f(0x1bd))/0x8)+-parseInt(f(0x1b7))/0x9*(-parseInt(f(0x1b0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x2244b));const a60b=(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;};}()),a60a=a60b(this,function(){const g=a60d;return a60a[g(0x1b4)]()[g(0x1b6)](g(0x1c1))[g(0x1b4)]()[g(0x1c0)](a60a)[g(0x1b6)](g(0x1c1));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a60d(a,b);}import a60e from'./get.command.js';import{Command}from'../../command.js';Command[a60h(0x1b1)]({'name':a60h(0x1b5),'usage':a60h(0x1b8),'aliases':['gc'],'shortDesc':a60h(0x1b9),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a60h;try{const a=await this[i(0x1c3)][i(0x1bb)]();console['log'](a);}catch(b){console['error'](b),process['exit'](0x0);}},a60e);
1
+ const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0xb4))/0x1+parseInt(f(0xb0))/0x2+parseInt(f(0xa4))/0x3*(-parseInt(f(0xa8))/0x4)+parseInt(f(0xa2))/0x5+-parseInt(f(0xb3))/0x6*(-parseInt(f(0xad))/0x7)+-parseInt(f(0xb1))/0x8*(parseInt(f(0xac))/0x9)+parseInt(f(0xa9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc176c));const a60b=(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;};}()),a60a=a60b(this,function(){const g=a60d;return a60a[g(0xb2)]()['search']('(((.+)+)+)+$')[g(0xb2)]()[g(0xaa)](a60a)[g(0xa5)](g(0xa3));});a60a();import a60e from'./get.command.js';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xa2;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['(((.+)+)+)+$','3JnizSZ','search','getGlobalConfig','error','4501084JbWObr','9596720LmKgLp','constructor','maka\x20get:global-config','55053tekHUm','63SJoevc','fsi','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','2047158hsADgQ','1552YQebxI','toString','624798TFIChk','593930IxsxvE','3889395BCanjP'];a60c=function(){return j;};return a60c();}import{Command}from'../../command.js';Command['create']({'name':'global-config','usage':a60h(0xab),'aliases':['gc'],'shortDesc':a60h(0xaf),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a60h;try{const a=await this[i(0xae)][i(0xa6)]();console['log'](a);}catch(b){console[i(0xa7)](b),process['exit'](0x0);}},a60e);
@@ -1 +1 @@
1
- const a61i=a61d;(function(a,b){const f=a61d,c=a();while(!![]){try{const d=-parseInt(f(0x1ad))/0x1+parseInt(f(0x1bd))/0x2*(parseInt(f(0x1be))/0x3)+-parseInt(f(0x1af))/0x4*(parseInt(f(0x1bb))/0x5)+parseInt(f(0x1b5))/0x6+-parseInt(f(0x1b1))/0x7+-parseInt(f(0x1b7))/0x8+-parseInt(f(0x1bf))/0x9*(-parseInt(f(0x1b8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xf08b4));function a61c(){const k=['local-config','fsi','2725626vWqPmK','toString','5230776sxgOer','40LupkKG','maka\x20get:local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','145575rXDdhH','(((.+)+)+)+$','64354VJXiPP','168sJXHXP','5372820oiTcck','create','search','apply','1718580phEMgU','constructor','100KPMiXl','log','3909731SlJAUK','getProjectConfig'];a61c=function(){return k;};return a61c();}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a61d;if(c){const e=c[g(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const h=a61d;return a61a[h(0x1b6)]()[h(0x1ab)]('(((.+)+)+)+$')[h(0x1b6)]()[h(0x1ae)](a61a)['search'](h(0x1bc));});function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1ab;let f=c[d];return f;},a61d(a,b);}a61a();import a61e from'./get.command.js';import{Command}from'../../command.js';Command[a61i(0x1c0)]({'name':a61i(0x1b3),'usage':a61i(0x1b9),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a61i(0x1ba),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a61i,a=await this[j(0x1b4)][j(0x1b2)]();console[j(0x1b0)](a);},a61e);
1
+ const a61h=a61d;(function(a,b){const f=a61d,c=a();while(!![]){try{const d=-parseInt(f(0x171))/0x1+parseInt(f(0x172))/0x2+parseInt(f(0x16d))/0x3*(parseInt(f(0x161))/0x4)+parseInt(f(0x168))/0x5+-parseInt(f(0x16c))/0x6+-parseInt(f(0x16a))/0x7*(parseInt(f(0x163))/0x8)+-parseInt(f(0x16b))/0x9*(-parseInt(f(0x166))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xdb3b2));const a61b=(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;};}()),a61a=a61b(this,function(){const g=a61d;return a61a[g(0x173)]()['search'](g(0x167))[g(0x173)]()['constructor'](a61a)[g(0x164)](g(0x167));});function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x161;let f=c[d];return f;},a61d(a,b);}a61a();import a61e from'./get.command.js';import{Command}from'../../command.js';function a61c(){const j=['9cPQBfs','830622LUarip','450hXegyb','getProjectConfig','maka\x20get:local-config','local-config','716871bWTSAL','251502qsRmnm','toString','42428KCzPJv','fsi','1552664uEtvdu','search','log','2759290DtpQSN','(((.+)+)+)+$','743570VOMhvh','create','14ElzrLS'];a61c=function(){return j;};return a61c();}Command[a61h(0x169)]({'name':a61h(0x170),'usage':a61h(0x16f),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a61h,a=await this[i(0x162)][i(0x16e)]();console[i(0x165)](a);},a61e);
@@ -1 +1 @@
1
- function a62c(){const k=['10axBZet','toString','getGlobalConfig','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','87726MghLin','notice','token','3KoOgcu','fsi','2bGNoiC','hash','search','constructor','377hTZmJF','1621658CCSNcK','decode','User\x20Access\x20Token:\x20\x20','5Jjkcyi','372ZmiXoy','authToken','roles','maka\x20get:whoami','620998ZqQPDN','user','join','5170988rEdzsP','582747HTlFhb','1904770FtwHmw','6132051YvsebO','exit','(((.+)+)+)+$','88OmumVP','create','error'];a62c=function(){return k;};return a62c();}function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xaf;let f=c[d];return f;},a62d(a,b);}const a62i=a62d;(function(a,b){const g=a62d,c=a();while(!![]){try{const d=-parseInt(g(0xd1))/0x1*(-parseInt(g(0xcc))/0x2)+parseInt(g(0xca))/0x3*(parseInt(g(0xb8))/0x4)+-parseInt(g(0xb0))/0x5*(-parseInt(g(0xc7))/0x6)+-parseInt(g(0xb5))/0x7*(-parseInt(g(0xbe))/0x8)+parseInt(g(0xbb))/0x9*(-parseInt(g(0xc1))/0xa)+parseInt(g(0xb9))/0xb*(parseInt(g(0xb1))/0xc)+parseInt(g(0xd0))/0xd*(-parseInt(g(0xba))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe0aa9));const a62b=(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;};}()),a62a=a62b(this,function(){const h=a62d;return a62a[h(0xc2)]()[h(0xce)]('(((.+)+)+)+$')[h(0xc2)]()[h(0xcf)](a62a)['search'](h(0xbd));});a62a();import a62e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a62f from'jsonwebtoken';Command[a62i(0xbf)]({'name':'whoami','usage':a62i(0xb4),'shortDesc':a62i(0xc4),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a62i;try{const a=await this[j(0xcb)][j(0xc3)]();if(a[j(0xcd)]){const b=a62f[j(0xd2)](a[j(0xcd)]);Log[j(0xc8)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0xb6)]),Log[j(0xc8)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[j(0xc9)]?.[j(0xc6)]),Log[j(0xc8)](j(0xaf)+a['token']?.[j(0xb2)]),Log[j(0xc8)](j(0xc5)+b?.[j(0xb3)][j(0xb7)](',\x20'));}}catch(c){console[j(0xc0)](c),process[j(0xbc)](0x0);}},a62e);
1
+ const a62i=a62d;(function(a,b){const g=a62d,c=a();while(!![]){try{const d=parseInt(g(0xa8))/0x1+parseInt(g(0xbc))/0x2+parseInt(g(0xb5))/0x3*(parseInt(g(0xba))/0x4)+-parseInt(g(0xbb))/0x5*(parseInt(g(0xb9))/0x6)+parseInt(g(0xac))/0x7+parseInt(g(0xb6))/0x8+-parseInt(g(0xb3))/0x9*(parseInt(g(0xb8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xa0dc0));const a62b=(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;};}()),a62a=a62b(this,function(){const h=a62d;return a62a[h(0xa5)]()[h(0xbe)](h(0xb1))[h(0xa5)]()[h(0xaf)](a62a)[h(0xbe)](h(0xb1));});a62a();function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xa5;let f=c[d];return f;},a62d(a,b);}import a62e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a62f from'jsonwebtoken';function a62c(){const k=['1063128eOrTrT','error','search','getGlobalConfig','join','roles','toString','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','exit','100329WGwejN','User\x20Access\x20Token:\x20\x20','user','hash','6593279nJtaTn','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','constructor','maka\x20get:whoami','(((.+)+)+)+$','notice','14229ciLBRC','fsi','167019TDRGEX','8041056YUSTLO','decode','10510ExyfoH','11076oBiBmo','76ZKugla','3565BlPITz'];a62c=function(){return k;};return a62c();}Command['create']({'name':a62i(0xae),'usage':a62i(0xb0),'shortDesc':a62i(0xa6),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a62i;try{const a=await this[j(0xb4)][j(0xbf)]();if(a['hash']){const b=a62f[j(0xb7)](a[j(0xab)]);Log[j(0xb2)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0xaa)]),Log[j(0xb2)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a['token']?.['userId']),Log[j(0xb2)](j(0xa9)+a['token']?.['authToken']),Log['notice'](j(0xad)+b?.[j(0xc1)][j(0xc0)](',\x20'));}}catch(c){console[j(0xbd)](c),process[j(0xa7)](0x0);}},a62e);
@@ -1 +1 @@
1
- var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1aa))/0x1+-parseInt(f(0x1a6))/0x2+-parseInt(f(0x1ab))/0x3+-parseInt(f(0x1a4))/0x4*(parseInt(f(0x1a2))/0x5)+-parseInt(f(0x1b2))/0x6+-parseInt(f(0x1af))/0x7*(parseInt(f(0x1ae))/0x8)+-parseInt(f(0x1a5))/0x9*(-parseInt(f(0x1b1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x68938));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1a8)]()['search'](h(0x1ad))[h(0x1a8)]()[h(0x1a3)](a63a)['search'](h(0x1ad));});function a63c(){var j=['(((.+)+)+)+$','8DDkvhP','1075627TqjUYW','Try,\x20maka\x20--help','291660NkENPv','546444npbFsi','145045mWDhLX','constructor','20YUkmmy','729XLtwVk','1354960sehoNw','help','toString','apply','495983uQXhLw','1112577gsWjrS','create'];a63c=function(){return j;};return a63c();}a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1a2;var f=c[d];return f;},a63d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a63i(0x1ac)]({'name':a63i(0x1a7),'description':a63i(0x1b0),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x1d3))/0x1+-parseInt(f(0x1d4))/0x2*(-parseInt(f(0x1ca))/0x3)+parseInt(f(0x1ce))/0x4*(parseInt(f(0x1c6))/0x5)+parseInt(f(0x1d2))/0x6+-parseInt(f(0x1d5))/0x7*(-parseInt(f(0x1cf))/0x8)+parseInt(f(0x1c9))/0x9+-parseInt(f(0x1d1))/0xa*(parseInt(f(0x1cd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x32c03));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1c4)]()[h(0x1c5)](h(0x1c8))[h(0x1c4)]()[h(0x1cc)](a63a)[h(0x1c5)]('(((.+)+)+)+$');});function a63c(){var j=['11845306hjnLqi','1100gkZKID','32qvIEji','Deprecated:\x20use\x20--help\x20instead','10iBJGJC','860940pUhyaK','309656jxPULg','488258CLvHHV','323414bZkiap','Try,\x20maka\x20--help','create','toString','search','5575yRUrkB','help','(((.+)+)+)+$','864117RgdmiI','3TyIBGF','apply','constructor'];a63c=function(){return j;};return a63c();}a63a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1c3;var f=c[d];return f;},a63d(a,b);}Command[a63i(0x1c3)]({'name':a63i(0x1c7),'description':a63i(0x1d6),'aliases':['h'],'validOpts':[],'shortDesc':a63i(0x1d0)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a64m=a64d;(function(a,b){const j=a64d,c=a();while(!![]){try{const d=-parseInt(j(0x109))/0x1*(-parseInt(j(0x117))/0x2)+parseInt(j(0x113))/0x3*(parseInt(j(0x106))/0x4)+-parseInt(j(0x10e))/0x5*(-parseInt(j(0x128))/0x6)+parseInt(j(0x104))/0x7+parseInt(j(0x112))/0x8*(-parseInt(j(0x129))/0x9)+-parseInt(j(0x11a))/0xa*(-parseInt(j(0x100))/0xb)+-parseInt(j(0x108))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x91046));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a64d;if(c){const e=c[k(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const l=a64d;return a64a['toString']()[l(0x10c)](l(0x105))[l(0x11e)]()['constructor'](a64a)['search']('(((.+)+)+)+$');});a64a();import a64e from'path';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xfd;let f=c[d];return f;},a64d(a,b);}import a64f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a64m(0x120)]({'name':a64m(0x124),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a64m(0x125),'examples':['maka\x20jsdoc\x20--init',a64m(0xff)],'validOpts':[]},function(){const n=a64m,a=a64e['join'](this['fsi'][n(0x10a)]({}),n(0x10f)+a64e[n(0x10d)]),b=a64e[n(0x123)](this[n(0x101)][n(0x10a)]({}),n(0x126),n(0x11d)),c=this[n(0x101)][n(0x10a)]({}),d=n(0x124);if(!this[n(0xfd)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x124),'closure']},'source':{'includePattern':n(0xfe),'excludePattern':n(0x11f),'exclude':[n(0x116),n(0x11c),'app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x10b)}};a64f[n(0x110)](b,JSON[n(0x107)](g,null,0x4));}const f=this[n(0x122)](n(0x115)+d);try{const h=d+n(0x121)+b+n(0x102)+a64e[n(0x10d)]+n(0x127)+a;execSync(h,{'cwd':c,'stdio':n(0x118)}),this[n(0x11b)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x103)](i),this[n(0x103)](n(0x111));}finally{f[n(0x114)]();}});function a64c(){const o=['writeFileSync','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','403504XIBTSh','6aYgRdr','stop','Running\x20','app/packages','4LqNKWx','inherit','apply','60UZUxpp','logNotice','app/node_modules','jsdoc-config.json','toString','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','create','\x20-c\x20','logWithSpinner','join','jsdoc','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','config','\x20-d\x20','50742HUkcjW','99odvSCy','isFile','.+\x5c.(j|t)s(doc|x)?$','maka\x20jsdoc','1285691stZGSY','fsi','\x20-r\x20app','logError','2400860XHdmmV','(((.+)+)+)+$','1196828zEHaAX','stringify','21146484envDwi','46406AWfGpE','pathFromProject','utf-8','search','sep','695ymdNKW','docs'];a64c=function(){return o;};return a64c();}
1
+ const a64l=a64d;(function(a,b){const j=a64d,c=a();while(!![]){try{const d=-parseInt(j(0x1d7))/0x1+parseInt(j(0x1d6))/0x2*(-parseInt(j(0x1ca))/0x3)+-parseInt(j(0x1c8))/0x4+parseInt(j(0x1cf))/0x5*(parseInt(j(0x1cb))/0x6)+parseInt(j(0x1e2))/0x7+-parseInt(j(0x1e4))/0x8*(parseInt(j(0x1dc))/0x9)+parseInt(j(0x1c1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd5064));const a64b=(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;};}()),a64a=a64b(this,function(){const k=a64d;return a64a[k(0x1d9)]()[k(0x1df)](k(0x1dd))[k(0x1d9)]()['constructor'](a64a)[k(0x1df)]('(((.+)+)+)+$');});a64a();import a64e from'path';function a64c(){const n=['utf-8','27654050rCjrVv','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','sep','maka\x20jsdoc','\x20-c\x20','jsdoc','pathFromProject','4277784ibJwmx','app/private','4035XFIVqU','4832862KtTQUC','stop','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/packages','5KUFxow','fsi','app/node_modules','app/public','\x20-d\x20','\x20-r\x20app','maka\x20jsdoc\x20--init','1838OFKpMN','383914zEKilr','plugins/markdown','toString','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','stringify','54HbMTka','(((.+)+)+)+$','isFile','search','config','logError','11217801iwYycv','.+\x5c.(j|t)s(doc|x)?$','2148616MAsaDh'];a64c=function(){return n;};return a64c();}function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1c0;let f=c[d];return f;},a64d(a,b);}import a64f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a64l(0x1c6),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a64l(0x1c2),'examples':[a64l(0x1d5),a64l(0x1c4)],'validOpts':[]},function(){const m=a64l,a=a64e['join'](this['fsi'][m(0x1c7)]({}),'docs'+a64e[m(0x1c3)]),b=a64e['join'](this[m(0x1d0)][m(0x1c7)]({}),m(0x1e0),'jsdoc-config.json'),c=this[m(0x1d0)]['pathFromProject']({}),d=m(0x1c6);if(!this[m(0x1de)](b)){const g={'plugins':[m(0x1d8)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x1c6),'closure']},'source':{'includePattern':m(0x1e3),'excludePattern':m(0x1cd),'exclude':[m(0x1ce),m(0x1d1),m(0x1d2),m(0x1c9)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1c0)}};a64f['writeFileSync'](b,JSON[m(0x1db)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+m(0x1c5)+b+m(0x1d4)+a64e[m(0x1c3)]+m(0x1d3)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice']('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[m(0x1e1)](i),this[m(0x1e1)](m(0x1da));}finally{f[m(0x1cc)]();}});
@@ -1 +1 @@
1
- const a65s=a65d;function a65c(){const u=['maka\x20lint\x20--fix','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','1197256ZvOVCb','constructor','search','create','isFile','eslint/eslintrc.json','3jmdvuS','581wndZOX','/imports','bright','toString','4419XhvjjF','findAppDirectory','apply','notice','12008TsgmiK','fix','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','installNpmPackage','746182EwaQcH','eslint','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','eslint-plugin-react','error','.eslintrc.json','push','stylish','73200LheqFU','692838WGHOOb','31660RFcKwu','lint','eslint-plugin-css','success','length','loadFormatter','All\x20good!\x20:)','service','join','2685604NuXRbL','(((.+)+)+)+$','fsi'];a65c=function(){return u;};return a65c();}(function(a,b){const p=a65d,c=a();while(!![]){try{const d=parseInt(p(0x9f))/0x1+parseInt(p(0xb7))/0x2+-parseInt(p(0xbd))/0x3*(-parseInt(p(0xb2))/0x4)+parseInt(p(0xa7))/0x5+-parseInt(p(0xa8))/0x6+parseInt(p(0xbe))/0x7*(parseInt(p(0x9b))/0x8)+-parseInt(p(0x97))/0x9*(parseInt(p(0xa9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x7684f));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a65d;if(c){const e=c[q(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const r=a65d;return a65a[r(0x96)]()['search'](r(0xb3))[r(0x96)]()[r(0xb8)](a65a)[r(0xb9)](r(0xb3));});a65a();import a65e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x95;let f=c[d];return f;},a65d(a,b);}import{Command}from'../command.js';Command[a65s(0xba)]({'name':a65s(0xaa),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a65s(0x9c)],'mustBeInMakaProject':!![],'shortDesc':a65s(0x9d),'description':a65s(0xa1),'examples':[a65s(0xb5)]},async function(a,b){const t=a65s;try{const c=this[t(0xb4)][t(0x98)](),d=this['fsi']['checkNpmPackage'](t(0xa0)),f=this[t(0xb4)]['checkNpmPackage'](t(0xa2)),g=this[t(0xb4)]['checkNpmPackage'](t(0xab)),h=[];!d&&h[t(0xa5)](t(0xa0));!f&&h[t(0xa5)]('eslint-plugin-react');!g&&h[t(0xa5)]('eslint-plugin-css');h['length']>0x0&&await this[t(0xb4)][t(0x9e)](h[t(0xb1)]('\x20'),{'dev':!![]});const i=this[t(0xb4)][t(0xbb)](a65e[t(0xb1)](c,t(0xa4)));if(!i){const n={'noRename':!![]};await this[t(0xb4)]['template']({'srcPath':t(0xbc),'destPath':a65e[t(0xb1)](c,t(0xa4)),'framework':t(0xb0),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a65e[t(0xb1)](c,'imports','**')]),l=await j[t(0xae)](t(0xa6)),m=l['format'](k);m[t(0xad)]>0x0?Log[t(0x95)](m):Log[t(0xac)](t(0xaf)),Log[t(0x9a)]('Lint\x20results\x20for\x20'+c+t(0xbf)),b[t(0x9c)]?await ESLint['outputFixes'](k):Log['notice'](t(0xb6));}catch(o){console[t(0xa3)](o);}});
1
+ const a65s=a65d;(function(a,b){const p=a65d,c=a();while(!![]){try{const d=parseInt(p(0x7e))/0x1+parseInt(p(0x7b))/0x2*(-parseInt(p(0x6d))/0x3)+-parseInt(p(0x86))/0x4*(-parseInt(p(0x89))/0x5)+parseInt(p(0x90))/0x6*(parseInt(p(0x6c))/0x7)+-parseInt(p(0x92))/0x8*(parseInt(p(0x7a))/0x9)+parseInt(p(0x77))/0xa+-parseInt(p(0x75))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x1c2b5));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x6c;let f=c[d];return f;},a65d(a,b);}const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a65d;if(c){const e=c[q(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const r=a65d;return a65a[r(0x78)]()[r(0x8e)](r(0x70))[r(0x78)]()['constructor'](a65a)[r(0x8e)](r(0x70));});a65a();import a65e from'path';import{ESLint}from'eslint';function a65c(){const u=['apply','/imports','search','stylish','12pbnqJK','notice','136bOsntI','lint','eslint/eslintrc.json','63091xTDgRz','4212nJUDUi','checkNpmPackage','eslint','(((.+)+)+)+$','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','bright','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','maka\x20lint','2657930oMoinC','All\x20good!\x20:)','1090980tWDXMm','toString','fsi','4581VFgaMe','6CYpDGg','maka\x20lint\x20--fix','push','29079dVomSX','join','outputFixes','success','loadFormatter','template','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','Lint\x20results\x20for\x20','4OjkcMO','findAppDirectory','format','1068365WdCjiO','eslint-plugin-css','.eslintrc.json'];a65c=function(){return u;};return a65c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':a65s(0x93),'usage':a65s(0x74),'maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a65s(0x73),'description':a65s(0x71),'examples':[a65s(0x7c)]},async function(a,b){const t=a65s;try{const c=this[t(0x79)][t(0x87)](),d=this[t(0x79)][t(0x6e)](t(0x6f)),f=this['fsi'][t(0x6e)]('eslint-plugin-react'),g=this[t(0x79)][t(0x6e)](t(0x8a)),h=[];!d&&h[t(0x7d)](t(0x6f));!f&&h['push']('eslint-plugin-react');!g&&h[t(0x7d)](t(0x8a));h['length']>0x0&&await this['fsi']['installNpmPackage'](h[t(0x7f)]('\x20'),{'dev':!![]});const i=this[t(0x79)]['isFile'](a65e['join'](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[t(0x79)][t(0x83)]({'srcPath':t(0x94),'destPath':a65e[t(0x7f)](c,t(0x8b)),'framework':'service','context':n});}const j=new ESLint(),k=await j['lintFiles']([a65e[t(0x7f)](c,'imports','**')]),l=await j[t(0x82)](t(0x8f)),m=l[t(0x88)](k);m['length']>0x0?Log[t(0x72)](m):Log[t(0x81)](t(0x76)),Log[t(0x91)](t(0x85)+c+t(0x8d)),b['fix']?await ESLint[t(0x80)](k):Log[t(0x91)](t(0x84));}catch(o){console['error'](o);}});
@@ -1 +1 @@
1
- const a66z=a66d;(function(a,b){const w=a66d,c=a();while(!![]){try{const d=-parseInt(w(0x114))/0x1+parseInt(w(0x12d))/0x2+parseInt(w(0x13e))/0x3*(-parseInt(w(0x13d))/0x4)+-parseInt(w(0x141))/0x5*(parseInt(w(0x115))/0x6)+parseInt(w(0x121))/0x7+parseInt(w(0x13a))/0x8+parseInt(w(0x136))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xbe7ef));function a66c(){const B=['https://','failure','constructor','post','success','8147713BHrBel','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','email','(((.+)+)+)+$','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','ask','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','update','Preflight\x20Check','/api/v1/login','digest','login','1280038efnVWd','apply','header','get','create','start','getGlobalConfig','password','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','2426661vMIFTE','fsi','authToken','cert','11639040bVyXQG','cacert','assign','880sgldAi','20199BjLNtN','error','notice','3005cZffKm','sha256','Password:\x20','Logging\x20into\x20https://','/api/v1/encodeJwt','toHex','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','True','parse','624487VVJVwI','6414wvfCkp','maka\x20login','search','setGlobalConfig','exit','debug','localhost'];a66c=function(){return B;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a66d;if(c){const e=c[x(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const y=a66d;return a66a['toString']()[y(0x117)](y(0x124))['toString']()[y(0x11e)](a66a)[y(0x117)]('(((.+)+)+)+$');});a66a();import a66e from'node-forge';import{Command}from'../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x10b;let f=c[d];return f;},a66d(a,b);}import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']===a66z(0x112)?a66z(0x11b):'www.maka-cli.com';Command[a66z(0x131)]({'name':a66z(0x12c),'validOpts':[a66z(0x123),a66z(0x134),'help',a66z(0x13b),a66z(0x11a)],'usage':a66z(0x116),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a66z(0x116),a66z(0x125)]},async function(a,b){const A=a66z,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[A(0x137)]['isFile'](b[A(0x13b)])?(d=b['cacert'],Log[A(0x140)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x13f)](A(0x110)+d));const f=await this['fsi'][A(0x133)]();if(f[A(0x139)]){if(this['fsi']['isFile'](f['cert']))d=f['cert'];else{Log['error'](A(0x122)+d);return;}}Log[A(0x12f)](A(0x10d)+hostname);const g={'url':A(0x11c)+hostname+'/api/v1/status'};b[A(0x13b)]&&Object[A(0x13c)](g,{'cert':d});c[A(0x132)](A(0x129));const {statusCode:h}=await HTTPS[A(0x130)](g);if(h===0x198){c[A(0x11d)]();throw A(0x127);}if(h!==0xc8){c[A(0x11d)]();throw A(0x11c)+hostname+A(0x135);}c[A(0x120)]();const i=b[A(0x123)]?b[A(0x123)]:await Actions[A(0x126)]('Email:'),j=b[A(0x134)]?b[A(0x134)]:await Actions[A(0x126)](A(0x10c),!![]),k=a66e['md'][A(0x10b)][A(0x131)]();k[A(0x128)](j);const l=k[A(0x12b)]()[A(0x10f)](),m={'hostname':hostname,'path':A(0x12a),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x13b)]&&Object[A(0x13c)](m,{'cert':d});c[A(0x132)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x11f)](m);if(o===0x198){c['failure']('\x0a');throw A(0x111)+hostname;}const p=JSON[A(0x113)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x10e),'headers':{'x-auth-token':p[A(0x138)]},'data':{}};b[A(0x13b)]&&Object[A(0x13c)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0x113)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x118)](u);}else{c['failure']();throw p;}c[A(0x120)]();}catch(v){c[A(0x11d)](),console[A(0x13f)](v),process[A(0x119)](0x0);}});
1
+ const a66z=a66d;(function(a,b){const w=a66d,c=a();while(!![]){try{const d=parseInt(w(0xe2))/0x1+-parseInt(w(0xda))/0x2+-parseInt(w(0xd3))/0x3*(-parseInt(w(0xe1))/0x4)+-parseInt(w(0xcf))/0x5+parseInt(w(0xe8))/0x6*(-parseInt(w(0xec))/0x7)+-parseInt(w(0xfe))/0x8*(parseInt(w(0xed))/0x9)+parseInt(w(0xff))/0xa*(parseInt(w(0xef))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x669ef));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a66d;if(c){const e=c[x(0xf2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const y=a66d;return a66a['toString']()[y(0xd8)](y(0xd1))[y(0xd2)]()[y(0xcc)](a66a)['search'](y(0xd1));});a66a();import a66e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0xc8;let f=c[d];return f;},a66d(a,b);}import{Actions}from'../tools/actions/actions.class.js';function a66c(){const B=['failure','apply','get','post','error','MAKA_DEV','debug','digest','getGlobalConfig','/api/v1/encodeJwt','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','localhost','success','1864QOlaMM','12112490whUCfw','assign','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','sha256','parse','setGlobalConfig','help','www.maka-cli.com','Password:\x20','constructor','Logging\x20in','/api/v1/status','2256530WfJYoy','maka\x20login','(((.+)+)+)+$','toString','655071AqFmNw','password','start','email','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','search','ask','967842rbduqs','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','cert','/api/v1/login','update','create','True','8NoMOkD','69960pAvWQu','toHex','exit','authToken','cacert','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','6JOXDbB','https://','env','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','5517169IHSNNp','30339pZfIPT','isFile','22agamLg','fsi'];a66c=function(){return B;};return a66c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a66z(0xea)][a66z(0xf6)]===a66z(0xe0)?a66z(0xfc):a66z(0xca);Command[a66z(0xdf)]({'name':'login','validOpts':[a66z(0xd6),'password',a66z(0xc9),'cacert',a66z(0xf7)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a66z(0xfb),'examples':[a66z(0xd0),a66z(0xe7)]},async function(a,b){const A=a66z,c=Log['withSpinner']();try{let d='';b[A(0xe6)]&&(this[A(0xf0)][A(0xee)](b[A(0xe6)])?(d=b['cacert'],Log['notice']('Using\x20CA\x20Cert\x20'+d)):Log[A(0xf5)](A(0x101)+d));const f=await this['fsi'][A(0xf9)]();if(f[A(0xdc)]){if(this['fsi'][A(0xee)](f[A(0xdc)]))d=f[A(0xdc)];else{Log['error'](A(0xeb)+d);return;}}Log['header']('Logging\x20into\x20https://'+hostname);const g={'url':A(0xe9)+hostname+A(0xce)};b[A(0xe6)]&&Object[A(0x100)](g,{'cert':d});c[A(0xd5)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0xf3)](g);if(h===0x198){c[A(0xf1)]();throw A(0xd7);}if(h!==0xc8){c[A(0xf1)]();throw A(0xe9)+hostname+A(0xdb);}c[A(0xfd)]();const i=b[A(0xd6)]?b[A(0xd6)]:await Actions[A(0xd9)]('Email:'),j=b[A(0xd4)]?b[A(0xd4)]:await Actions[A(0xd9)](A(0xcb),!![]),k=a66e['md'][A(0x102)][A(0xdf)]();k[A(0xde)](j);const l=k[A(0xf8)]()[A(0xe3)](),m={'hostname':hostname,'path':A(0xdd),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0xe6)]&&Object[A(0x100)](m,{'cert':d});c[A(0xd5)](A(0xcd));const {data:n,statusCode:o}=await HTTPS[A(0xf4)](m);if(o===0x198){c[A(0xf1)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[A(0x103)](n);if(p[A(0xe5)]){const q={'hostname':hostname,'path':A(0xfa),'headers':{'x-auth-token':p[A(0xe5)]},'data':{}};b['cacert']&&Object[A(0x100)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON['parse'](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this['fsi'][A(0xc8)](u);}else{c[A(0xf1)]();throw p;}c['success']();}catch(v){c[A(0xf1)](),console[A(0xf5)](v),process[A(0xe4)](0x0);}});
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const l=a67d,c=a();while(!![]){try{const d=parseInt(l(0x1ca))/0x1+-parseInt(l(0x1ba))/0x2*(-parseInt(l(0x1ad))/0x3)+parseInt(l(0x1bb))/0x4+parseInt(l(0x1a7))/0x5*(parseInt(l(0x1c6))/0x6)+parseInt(l(0x1cf))/0x7*(parseInt(l(0x1a2))/0x8)+parseInt(l(0x1ae))/0x9*(-parseInt(l(0x1c9))/0xa)+parseInt(l(0x1c5))/0xb*(-parseInt(l(0x1c4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xda922));const a67b=(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;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x1b4)]()[m(0x1c3)](m(0x1cc))[m(0x1b4)]()[m(0x1ab)](a67a)[m(0x1c3)](m(0x1cc));});a67a();import{Command}from'../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a67d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a67n(0x1bd)][a67n(0x1bf)]==='True'?'localhost':'www.maka-cli.com';Command[a67n(0x1b7)]({'name':a67n(0x1c1),'validOpts':[a67n(0x1a4)],'usage':a67n(0x1cb),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const o=a67n,c=Log[o(0x1a3)]();try{let d='';b[o(0x1a4)]&&(this[o(0x1aa)][o(0x1a9)](b['cacert'])?(d=b[o(0x1a4)],Log[o(0x1ac)]('Using\x20CA\x20Cert\x20'+d)):Log['error'](o(0x1c0)+d));const f=await this['fsi'][o(0x1a0)]();if(f[o(0x1a1)]){if(this[o(0x1aa)][o(0x1a9)](f[o(0x1a1)]))d=f['cert'];else{c[o(0x1a5)]();throw Log[o(0x1ce)](o(0x1b3)+d);}}Log[o(0x1d0)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':o(0x1b2)+hostname+o(0x1b1)};b['cacert']&&Object[o(0x1c8)](g,{'cert':d});c[o(0x1cd)](o(0x1b9));const {statusCode:h}=await HTTPS[o(0x1a6)](g);if(h===0x198){c['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[o(0x1c2)]();if(h!==0xc8){c[o(0x1a5)]();throw o(0x1b5);}if(!f?.['token']?.[o(0x1c7)])throw Log[o(0x1ce)](o(0x1b8));c['start'](o(0x1be));const i={'hostname':hostname,'path':o(0x1b6),'data':{},'headers':{'x-auth-token':f[o(0x1b0)][o(0x1c7)]}};b[o(0x1a4)]&&Object[o(0x1c8)](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x1af)](i);if(j===0x198){c[o(0x1a5)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[o(0x1aa)][o(0x1bc)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[o(0x1ce)](k),process[o(0x1a8)](0x0);}});function a67c(){const p=['token','/api/v1/status','https://','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','toString','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','/api/v1/logoutAll','create','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','Preflight\x20Check','3143182OUhmmQ','5930460iDhFnq','setGlobalConfig','env','Logging\x20out','MAKA_DEV','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','logout','success','search','1922844TIIcFc','275PrCGTP','1812svHECr','authToken','assign','208180atpkZM','1705783FemMxS','maka\x20logout','(((.+)+)+)+$','start','error','317527fWKNGT','header','getGlobalConfig','cert','160SKeRal','withSpinner','cacert','failure','get','415OxWcEt','exit','isFile','fsi','constructor','notice','3BxiyhD','342hpqOcp','post'];a67c=function(){return p;};return a67c();}
1
+ const a67o=a67d;(function(a,b){const l=a67d,c=a();while(!![]){try{const d=-parseInt(l(0x74))/0x1*(-parseInt(l(0x82))/0x2)+-parseInt(l(0x8a))/0x3*(parseInt(l(0x98))/0x4)+-parseInt(l(0x9a))/0x5*(parseInt(l(0x70))/0x6)+-parseInt(l(0x96))/0x7*(parseInt(l(0x7b))/0x8)+parseInt(l(0x76))/0x9*(parseInt(l(0x95))/0xa)+-parseInt(l(0x9c))/0xb*(-parseInt(l(0x8b))/0xc)+-parseInt(l(0x7d))/0xd*(-parseInt(l(0x91))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xdc2a9));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a67d;if(c){const e=c[m(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const n=a67d;return a67a[n(0x6e)]()[n(0x6c)]('(((.+)+)+)+$')[n(0x6e)]()[n(0x83)](a67a)[n(0x6c)]('(((.+)+)+)+$');});a67a();function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x6b;let f=c[d];return f;},a67d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a67o(0x78)]==='True'?'localhost':a67o(0x77);function a67c(){const q=['Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cacert','1022771dumWLw','fsi','7017867mXcHcF','www.maka-cli.com','MAKA_DEV','failure','apply','523960JApPby','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','13yhdpCI','success','getGlobalConfig','Logging\x20out','Using\x20CA\x20Cert\x20','2pOVvcy','constructor','setGlobalConfig','maka\x20logout','get','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','post','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','733368AghkbQ','24vkhAdS','/api/v1/status','authToken','isFile','notice','error','19631038DQxSnm','token','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','https://','10cerPHt','91cgcoLF','Logging\x20out\x20of\x20https://','28sHcqes','assign','188075ORuCdd','withSpinner','4945226CIQpNN','Preflight\x20Check','cert','search','create','toString','header','102DIoZlb','start'];a67c=function(){return q;};return a67c();}Command[a67o(0x6d)]({'name':'logout','validOpts':[a67o(0x73)],'usage':a67o(0x85),'maxArgLength':0x2,'shortDesc':a67o(0x87),'disableAuthCheck':!![],'examples':[a67o(0x85)]},async function(a,b){const p=a67o,c=Log[p(0x9b)]();try{let d='';b[p(0x73)]&&(this[p(0x75)]['isFile'](b['cacert'])?(d=b['cacert'],Log[p(0x8f)](p(0x81)+d)):Log[p(0x90)](p(0x89)+d));const f=await this['fsi'][p(0x7f)]();if(f['cert']){if(this[p(0x75)][p(0x8e)](f[p(0x6b)]))d=f['cert'];else{c[p(0x79)]();throw Log[p(0x90)](p(0x7c)+d);}}Log[p(0x6f)](p(0x97)+hostname);const g={'url':p(0x94)+hostname+p(0x8c)};b[p(0x73)]&&Object[p(0x99)](g,{'cert':d});c[p(0x71)](p(0x9d));const {statusCode:h}=await HTTPS[p(0x86)](g);if(h===0x198){c[p(0x79)]();throw p(0x72);}c[p(0x7e)]();if(h!==0xc8){c[p(0x79)]();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!f?.[p(0x92)]?.[p(0x8d)])throw Log[p(0x90)](p(0x93));c[p(0x71)](p(0x80));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0x92)][p(0x8d)]}};b['cacert']&&Object[p(0x99)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x88)](i);if(j===0x198){c[p(0x79)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x75)][p(0x84)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x7e)]();}catch(k){k&&console[p(0x90)](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- function a68c(){const l=['maka\x20logs\x20--env\x20staging','7OjvYkq','495tufAlQ','log','35960716EPkweW','maka\x20logs\x20--env\x20dev','readFileSync','3873040lSkhay','sshSync','11767QjARom','ssh.json','1060352PqMnoM','3IfEygG','122390gViSqa','parse','join','View\x20the\x20PM2\x20logs','30yIspnB','env','getConfigPath','6809565izdZrA','toString','search','(((.+)+)+)+$','maka\x20logs','fsi','maka\x20l\x20-e\x20p','4367202tHvqAV','pm2\x20logs'];a68c=function(){return l;};return a68c();}const a68j=a68d;(function(a,b){const h=a68d,c=a();while(!![]){try{const d=-parseInt(h(0x144))/0x1*(parseInt(h(0x14c))/0x2)+parseInt(h(0x147))/0x3*(-parseInt(h(0x142))/0x4)+-parseInt(h(0x14f))/0x5+parseInt(h(0x139))/0x6*(parseInt(h(0x13c))/0x7)+-parseInt(h(0x146))/0x8+parseInt(h(0x13d))/0x9*(-parseInt(h(0x148))/0xa)+parseInt(h(0x13f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xa7270));const a68b=(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;};}()),a68a=a68b(this,function(){const i=a68d;return a68a['toString']()[i(0x151)](i(0x152))[i(0x150)]()['constructor'](a68a)[i(0x151)](i(0x152));});a68a();import a68e from'fs';import a68f from'path';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x137;let f=c[d];return f;},a68d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l',a68j(0x13e)],'usage':a68j(0x153),'requiredOpts':[a68j(0x14d)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a68j(0x14b),'examples':[a68j(0x140),a68j(0x13b),a68j(0x138)]},function(a,b){const k=a68j,c=k(0x13a),d=this[k(0x137)][k(0x14e)](b['env']),e=a68f[k(0x14a)](d,k(0x145)),f=a68e[k(0x141)](e),g=JSON[k(0x149)](f['toString']());Object['assign'](g,{'env':d}),SSH[k(0x143)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a68j=a68d;(function(a,b){const h=a68d,c=a();while(!![]){try{const d=-parseInt(h(0x12a))/0x1+parseInt(h(0x125))/0x2+-parseInt(h(0x119))/0x3+parseInt(h(0x11d))/0x4*(parseInt(h(0x120))/0x5)+parseInt(h(0x123))/0x6+-parseInt(h(0x127))/0x7*(parseInt(h(0x130))/0x8)+-parseInt(h(0x11c))/0x9*(parseInt(h(0x122))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xa4e63));const a68b=(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;};}()),a68a=a68b(this,function(){const i=a68d;return a68a[i(0x126)]()[i(0x129)](i(0x124))[i(0x126)]()[i(0x121)](a68a)[i(0x129)](i(0x124));});a68a();import a68e from'fs';import a68f from'path';import{Command}from'../command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x119;let f=c[d];return f;},a68d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';function a68c(){const l=['1029669PhVMqP','maka\x20logs','join','1692AsiRct','12zctLze','pm2\x20logs','logs','2078010wLQuFV','constructor','28790ysgpHi','3742722hGvqiX','(((.+)+)+)+$','1566506cUuZgc','toString','5131NLlOPx','parse','search','854986NhihuV','maka\x20logs\x20--env\x20staging','sshSync','create','fsi','ssh.json','2608cQSaKe'];a68c=function(){return l;};return a68c();}Command[a68j(0x12d)]({'name':a68j(0x11f),'aliases':['l','log'],'usage':a68j(0x11a),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':'View\x20the\x20PM2\x20logs','examples':['maka\x20logs\x20--env\x20dev',a68j(0x12b),'maka\x20l\x20-e\x20p']},function(a,b){const k=a68j,c=k(0x11e),d=this[k(0x12e)]['getConfigPath'](b['env']),e=a68f[k(0x11b)](d,k(0x12f)),f=a68e['readFileSync'](e),g=JSON[k(0x128)](f[k(0x126)]());Object['assign'](g,{'env':d}),SSH[k(0x12c)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a69j=a69d;function a69c(){const l=['maka\x20install\x20meteor','176196qLAPcH','93137dkuwfV','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','654ciCMTy','320JWykgB','309916KwMXnQ','findSubCommand','search','slice','toString','maybeProxyCommandToMeteor','20feQMkP','maka\x20create\x20Todo','4TmgFRH','1023912FErGov','runSubCommand','exit','fsi','9037xGOPyN','maka\x20--help','constructor','(((.+)+)+)+$','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','709338KADnpx','apply','3778308SxuksJ'];a69c=function(){return l;};return a69c();}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x1da))/0x1*(-parseInt(g(0x1e7))/0x2)+parseInt(g(0x1d6))/0x3+-parseInt(g(0x1df))/0x4*(-parseInt(g(0x1e5))/0x5)+parseInt(g(0x1dd))/0x6*(parseInt(g(0x1ec))/0x7)+-parseInt(g(0x1e8))/0x8+-parseInt(g(0x1d8))/0x9+-parseInt(g(0x1de))/0xa*(parseInt(g(0x1db))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x35e38));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x1e3)]()[i(0x1e1)](i(0x1d3))['toString']()[i(0x1d2)](a69a)[i(0x1e1)](i(0x1d3));});a69a();import{Command}from'../command.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a69d(a,b);}const Maka=new Command({'name':a69j(0x1d4),'minArgLength':0x1,'shortDesc':a69j(0x1dc),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a69j(0x1ed),a69j(0x1d9),a69j(0x1e6),'maka\x20run'],'description':a69j(0x1d5)},async function(a,b){const k=a69j;try{const c=a[0x0],d=this[k(0x1e0)](c);d?this[k(0x1e9)](c,a[k(0x1e2)](0x1),b):this[k(0x1eb)][k(0x1e4)]();}catch(f){console['error'](f),process[k(0x1ea)](0x1);}});export default Maka;
1
+ const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x13d))/0x1*(-parseInt(g(0x13b))/0x2)+parseInt(g(0x140))/0x3*(-parseInt(g(0x13a))/0x4)+-parseInt(g(0x139))/0x5+-parseInt(g(0x143))/0x6*(parseInt(g(0x14e))/0x7)+-parseInt(g(0x141))/0x8*(-parseInt(g(0x145))/0x9)+parseInt(g(0x13e))/0xa*(parseInt(g(0x13f))/0xb)+-parseInt(g(0x149))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb1cbf));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x138)]()[i(0x147)](i(0x13c))['toString']()[i(0x136)](a69a)[i(0x147)](i(0x13c));});a69a();function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x136;let f=c[d];return f;},a69d(a,b);}import{Command}from'../command.js';function a69c(){const l=['runSubCommand','toString','2053635eQZsok','40dbACIT','6572AbwHqY','(((.+)+)+)+$','307RLxKGc','1090xgpGeM','49159HIYxsr','180258mmNpEo','776gygilN','apply','192378cKqVsb','maka\x20create\x20Todo','90441sqKYSu','maybeProxyCommandToMeteor','search','maka\x20run','5307204ypQbix','exit','maka\x20--help','fsi','error','63ZFlVLr','constructor'];a69c=function(){return l;};return a69c();}const Maka=new Command({'name':'maka','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':[a69j(0x14b),'maka\x20install\x20meteor',a69j(0x144),a69j(0x148)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a69j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0x137)](c,a['slice'](0x1),b):this[k(0x14c)][k(0x146)]();}catch(f){console[k(0x14d)](f),process[k(0x14a)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a70h=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x1fe))/0x1*(-parseInt(f(0x200))/0x2)+-parseInt(f(0x1f4))/0x3+-parseInt(f(0x1fc))/0x4*(-parseInt(f(0x1f6))/0x5)+-parseInt(f(0x1f1))/0x6*(-parseInt(f(0x1fb))/0x7)+parseInt(f(0x1f7))/0x8*(parseInt(f(0x1f8))/0x9)+-parseInt(f(0x1fd))/0xa*(-parseInt(f(0x1f5))/0xb)+parseInt(f(0x1fa))/0xc*(-parseInt(f(0x1f0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5c6c8));var a70b=(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;};}()),a70a=a70b(this,function(){var g=a70d;return a70a[g(0x1f9)]()[g(0x1f2)](g(0x201))[g(0x1f9)]()['constructor'](a70a)['search']('(((.+)+)+)+$');});a70a();function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1f0;var f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';function a70c(){var j=['350aaXszG','44oiPIds','create','30284zRJqBQ','(((.+)+)+)+$','font-family:\x20monospace','log','exit','maka\x20murder','%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','228293GyqVdr','732fLUjoP','search','Murrrrderrrrr','455751yzUXub','158246WDTcIm','374060gMSzeP','496wjaoZd','16803EFChPZ','toString','636sJNZQU','5789zQLlWF','4ZOFDCz'];a70c=function(){return j;};return a70c();}Command[a70h(0x1ff)]({'name':'murder','usage':a70h(0x205),'maxArgLength':0x1,'shortDesc':a70h(0x1f3),'validOpts':[]},async function(){var i=a70h;try{console[i(0x203)](i(0x206),i(0x202));}catch(a){console['error'](a),process[i(0x204)](0x0);}});
1
+ function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1ba;var f=c[d];return f;},a70d(a,b);}function a70c(){var j=['Murrrrderrrrr','log','exit','15557247pNhuzp','2lLYUSr','12mSLLmq','42BOSyqM','font-family:\x20monospace','4457061OALfuF','10kBOywm','(((.+)+)+)+$','search','6YxIkZP','3178052eHrRVH','1031229aMGsvy','4902510uifzvW','1048072GEJSWD','toString','constructor','murder','29892313PqZOpR'];a70c=function(){return j;};return a70c();}var a70h=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x1bd))/0x1*(-parseInt(f(0x1c8))/0x2)+parseInt(f(0x1cc))/0x3+-parseInt(f(0x1bc))/0x4+parseInt(f(0x1be))/0x5*(parseInt(f(0x1bb))/0x6)+parseInt(f(0x1ca))/0x7*(-parseInt(f(0x1bf))/0x8)+-parseInt(f(0x1c7))/0x9*(-parseInt(f(0x1cd))/0xa)+parseInt(f(0x1c3))/0xb*(-parseInt(f(0x1c9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe28cf));var a70b=(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;};}()),a70a=a70b(this,function(){var g=a70d;return a70a['toString']()['search'](g(0x1ce))[g(0x1c0)]()[g(0x1c1)](a70a)[g(0x1ba)](g(0x1ce));});a70a();import{Command}from'../command.js';Command['create']({'name':a70h(0x1c2),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a70h(0x1c4),'validOpts':[]},async function(){var i=a70h;try{console[i(0x1c5)]('%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',i(0x1cb));}catch(a){console['error'](a),process[i(0x1c6)](0x0);}});
@@ -1 +1 @@
1
- const a71p=a71d;(function(a,b){const n=a71d,c=a();while(!![]){try{const d=-parseInt(n(0x15b))/0x1*(parseInt(n(0x16f))/0x2)+-parseInt(n(0x161))/0x3*(-parseInt(n(0x15e))/0x4)+-parseInt(n(0x176))/0x5+parseInt(n(0x15d))/0x6*(parseInt(n(0x16e))/0x7)+-parseInt(n(0x177))/0x8+-parseInt(n(0x179))/0x9*(parseInt(n(0x165))/0xa)+parseInt(n(0x14e))/0xb*(parseInt(n(0x172))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x286da));const a71b=(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;};}()),a71a=a71b(this,function(){const o=a71d;return a71a[o(0x175)]()[o(0x156)](o(0x16a))['toString']()[o(0x16c)](a71a)['search'](o(0x16a));});a71a();import a71e from'fs';import a71f from'path';import a71g from'http-proxy';import{Command}from'../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x14e;let f=c[d];return f;},a71d(a,b);}function a71c(){const r=['813510ZRfcUn','2386672PRuYCr','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','60993UHEfpM','3531407wzfqaR','appName','\x20to\x20','.crt','targetPort','genSSC','targetHost','sslconfig','search','maka\x20proxy','isFile','.key','utf8','4YpqexK','\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','1185096henCpJ','34488xdYKgZ','fsi','.csr','84MBgSBM','listenPort','join','bright','110lRVwZm','genCSR','readFileSync','help','error','(((.+)+)+)+$','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','constructor','getProjectConfig','7RyTSHI','29396RzZWma','proxy','maka\x20proxy\x20--target-host\x20http://192.168.1.20','12CAwzUp','localhost','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','toString'];a71c=function(){return r;};return a71c();}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a71h from'../generators/maka.gen.js';Command['create']({'name':a71p(0x170),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a71p(0x168),a71p(0x152),a71p(0x162),a71p(0x154)],'maxArgLength':0x1,'shortDesc':a71p(0x174),'description':a71p(0x15c),'examples':[a71p(0x157),a71p(0x178),a71p(0x171)]},async function(a,b){const q=a71p,c=this['fsi'][q(0x16d)](),d='development',e=this[q(0x15f)]['getConfigPath'](d),f=this[q(0x15f)]['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[q(0x162)]?Number(b['listenPort']):0xd73,i=b[q(0x154)]?b[q(0x154)]:q(0x173),j=a71f['join'](f,c[q(0x14f)]+q(0x159)),k=a71f[q(0x163)](f,c[q(0x14f)]+q(0x151));if(!this[q(0x15f)]['isFile'](j)||!this[q(0x15f)][q(0x158)](k)){const m=a71h['findGenerator']('sslconfig');m&&await m['invoke']([q(0x155)],{'env':d}),SSL[q(0x166)]({'keyName':c[q(0x14f)]+q(0x159),'csrName':c[q(0x14f)]+q(0x160),'cwd':f}),SSL[q(0x153)]({'keyName':c[q(0x14f)]+q(0x159),'crtName':c[q(0x14f)]+'.crt','cwd':f});}if(g===h){Log[q(0x169)](q(0x16b));throw new UsageError();}const l={'ssl':{'key':a71e[q(0x167)](j,q(0x15a)),'cert':a71e[q(0x167)](k,q(0x15a))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a71g['createProxyServer'](l)['listen'](Number(h)),Log[q(0x164)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+q(0x150)+g);});
1
+ const a71q=a71d;(function(a,b){const n=a71d,c=a();while(!![]){try{const d=-parseInt(n(0x1fd))/0x1+-parseInt(n(0x1f0))/0x2+parseInt(n(0x1e9))/0x3*(parseInt(n(0x1e3))/0x4)+-parseInt(n(0x1e2))/0x5+-parseInt(n(0x1f4))/0x6+-parseInt(n(0x1f7))/0x7+parseInt(n(0x202))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xb03dd));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a71d;if(c){const e=c[o(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const p=a71d;return a71a[p(0x1ee)]()['search'](p(0x1ff))[p(0x1ee)]()[p(0x203)](a71a)[p(0x1de)](p(0x1ff));});a71a();import a71e from'fs';import a71f from'path';import a71g from'http-proxy';import{Command}from'../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1db;let f=c[d];return f;},a71d(a,b);}import{Log}from'../tools/log/log.class.js';function a71c(){const s=['.key','isFile','findGenerator','7055220FLsODN','genSSC','createProxyServer','7240604ZVNVhk','apply','join','appName','maka\x20proxy','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','878823eOquqC','maka\x20proxy\x20--target-host\x20http://192.168.1.20','(((.+)+)+)+$','=>\x20SSL\x20Proxy\x20forwarding\x20','\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','38992008wtrsSS','constructor','\x20to\x20','targetPort','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','readFileSync','search','.crt','development','proxy','2759750VtNmgD','4etcxok','listenPort','targetHost','utf8','help','mkKeysDir','645261sCiZqG','.csr','sslconfig','create','fsi','toString','listen','1452376ZHNsWR'];a71c=function(){return s;};return a71c();}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a71h from'../generators/maka.gen.js';Command[a71q(0x1ec)]({'name':a71q(0x1e1),'usage':a71q(0x1fb),'mustBeInMakaProject':!![],'validOpts':[a71q(0x1e7),a71q(0x1db),a71q(0x1e4),'targetHost'],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a71q(0x201),'examples':['maka\x20proxy',a71q(0x1fc),a71q(0x1fe)]},async function(a,b){const r=a71q,c=this[r(0x1ed)]['getProjectConfig'](),d=r(0x1e0),e=this[r(0x1ed)]['getConfigPath'](d),f=this[r(0x1ed)][r(0x1e8)]({'configPath':e}),g=b[r(0x1db)]?Number(b['targetPort']):0xbb8,h=b[r(0x1e4)]?Number(b['listenPort']):0xd73,i=b[r(0x1e5)]?b[r(0x1e5)]:'localhost',j=a71f[r(0x1f9)](f,c[r(0x1fa)]+'.key'),k=a71f['join'](f,c[r(0x1fa)]+r(0x1df));if(!this[r(0x1ed)][r(0x1f2)](j)||!this[r(0x1ed)][r(0x1f2)](k)){const m=a71h[r(0x1f3)]('sslconfig');m&&await m['invoke']([r(0x1eb)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x1fa)]+r(0x1f1),'csrName':c[r(0x1fa)]+r(0x1ea),'cwd':f}),SSL[r(0x1f5)]({'keyName':c['appName']+r(0x1f1),'crtName':c[r(0x1fa)]+'.crt','cwd':f});}if(g===h){Log['error'](r(0x1dc));throw new UsageError();}const l={'ssl':{'key':a71e[r(0x1dd)](j,r(0x1e6)),'cert':a71e[r(0x1dd)](k,r(0x1e6))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a71g[r(0x1f6)](l)[r(0x1ef)](Number(h)),Log['bright'](r(0x200)+h+r(0x204)+g);});
@@ -1 +1 @@
1
- function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xdd;let f=c[d];return f;},a72d(a,b);}const a72q=a72d;(function(a,b){const n=a72d,c=a();while(!![]){try{const d=parseInt(n(0xee))/0x1*(parseInt(n(0xf5))/0x2)+-parseInt(n(0xe8))/0x3*(parseInt(n(0xe9))/0x4)+parseInt(n(0xf1))/0x5*(-parseInt(n(0xed))/0x6)+-parseInt(n(0xf9))/0x7*(-parseInt(n(0xf3))/0x8)+-parseInt(n(0x102))/0x9*(-parseInt(n(0xf4))/0xa)+-parseInt(n(0xfc))/0xb+parseInt(n(0x104))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x4566f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a72d;if(c){const e=c[o(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const p=a72d;return a72a[p(0xf6)]()[p(0xdd)](p(0xf7))[p(0xf6)]()[p(0x103)](a72a)[p(0xdd)](p(0xf7));});a72a();import a72e from'fs';import a72f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';function a72c(){const s=['parse','existsSync','1015130WHMxQP','error','872fZkdVe','1650090jLmocr','10RHZfDM','toString','(((.+)+)+)+$','Checking\x20remote\x20host\x20availability','27594EAIoMv','create','pm2\x20delete\x20all','2075326laDEem','join','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','assign','sshSync','27YbkOtC','constructor','1106580fhMNGU','ssh','search','ses.json','_keys','notice','\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','env','fsi','~/settings.json','scp','maka\x20reconfig','exit','27003RqbsZq','188rRKeQN','~/pm2.config.js','apply','getConfigPath','6qJAZHG','16418ZaylxZ'];a72c=function(){return s;};return a72c();}Command[a72q(0xfa)]({'name':'reconfig','validOpts':[''],'requiredOpts':[a72q(0xe2)],'mustBeInMakaProject':!![],'usage':a72q(0xe6),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':a72q(0xe1),'examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a72q;try{const c=this[r(0xe3)][r(0xec)](b[r(0xe2)]),d=a72f['join'](c,'ssh.json'),f=a72e['readFileSync'](d)['toString'](),g=JSON[r(0xef)](f);Object[r(0x100)](g,{'env':c}),Log[r(0xe0)](r(0xf8));const h=SSH['ping']('uname\x20-a',g);if(!h)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(h)Log['success']('Remote\x20host\x20connection\x20successful');const i=a72f[r(0xfd)](c,r(0xdf),r(0xde));if(a72e[r(0xf0)](i)){const l={'source':i,'dest':r(0xff),'verbose':!![]};SSH[r(0xe5)](l,{...g});}const j=a72f[r(0xfd)](c,'pm2.config.js');SSH[r(0xe5)]({'source':j,'dest':r(0xea),'verbose':!![]},{...g});const k=a72f['join'](c,'settings.json');SSH[r(0xe5)]({'source':k,'dest':r(0xe4),'verbose':!![]},{...g}),SSH[r(0x101)](r(0xfb),g),await SSH[r(0x105)](r(0xfe),{...g},{'verbose':!![]});}catch(m){console[r(0xf2)](m),process[r(0xe7)](0x0);}});
1
+ const a72q=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x6c;let f=c[d];return f;},a72d(a,b);}(function(a,b){const n=a72d,c=a();while(!![]){try{const d=-parseInt(n(0x87))/0x1*(parseInt(n(0x95))/0x2)+parseInt(n(0x71))/0x3*(parseInt(n(0x8c))/0x4)+parseInt(n(0x75))/0x5*(-parseInt(n(0x77))/0x6)+-parseInt(n(0x7d))/0x7*(-parseInt(n(0x83))/0x8)+parseInt(n(0x7c))/0x9*(-parseInt(n(0x91))/0xa)+parseInt(n(0x86))/0xb+-parseInt(n(0x70))/0xc*(parseInt(n(0x84))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3d1f2));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a72d;if(c){const e=c[o(0x97)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const p=a72d;return a72a[p(0x94)]()[p(0x6f)](p(0x7f))['toString']()[p(0x89)](a72a)[p(0x6f)](p(0x7f));});a72a();function a72c(){const s=['ping','ssh.json','53245TQtqpj','Reconfigure\x20your\x20deployed\x20applications','36DVGLlf','settings.json','ses.json','reconfig','Checking\x20remote\x20host\x20availability','1465731dNTDuG','189MqlpOT','sshSync','(((.+)+)+)+$','\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','notice','uname\x20-a','136168TPDtGE','33358ExrpUo','Remote\x20host\x20connection\x20successful','3995178JFrHmQ','289oEveEs','env','constructor','scp','join','280916etWaJU','assign','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','error','fsi','30SFLTsb','parse','maka\x20reconfig\x20--env\x20prod','toString','2426RqNvyc','create','apply','ssh','~/settings.json','getConfigPath','existsSync','success','search','96nRoKGq','15XmjRKB','exit'];a72c=function(){return s;};return a72c();}import a72e from'fs';import a72f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a72q(0x96)]({'name':a72q(0x7a),'validOpts':[''],'requiredOpts':[a72q(0x88)],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':a72q(0x76),'description':a72q(0x80),'examples':[a72q(0x93)]},async function(a,b){const r=a72q;try{const c=this[r(0x90)][r(0x6c)](b[r(0x88)]),d=a72f['join'](c,r(0x74)),f=a72e['readFileSync'](d)[r(0x94)](),g=JSON[r(0x92)](f);Object[r(0x8d)](g,{'env':c}),Log[r(0x81)](r(0x7b));const h=SSH[r(0x73)](r(0x82),g);if(!h)throw r(0x8e);if(h)Log[r(0x6e)](r(0x85));const i=a72f[r(0x8b)](c,'_keys',r(0x79));if(a72e[r(0x6d)](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[r(0x8a)](l,{...g});}const j=a72f[r(0x8b)](c,'pm2.config.js');SSH['scp']({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a72f[r(0x8b)](c,r(0x78));SSH[r(0x8a)]({'source':k,'dest':r(0x99),'verbose':!![]},{...g}),SSH[r(0x7e)]('pm2\x20delete\x20all',g),await SSH[r(0x98)]('echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22',{...g},{'verbose':!![]});}catch(m){console[r(0x8f)](m),process[r(0x72)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0x82))/0x1+-parseInt(f(0x84))/0x2*(-parseInt(f(0x7b))/0x3)+parseInt(f(0x83))/0x4*(parseInt(f(0x79))/0x5)+-parseInt(f(0x78))/0x6*(-parseInt(f(0x7f))/0x7)+-parseInt(f(0x81))/0x8+-parseInt(f(0x80))/0x9+parseInt(f(0x85))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x49884));function a73c(){var i=['367983lBCzLd','32xYwRTG','2FYJbld','1659030LUmDtc','492HuWEde','169930RxITYc','toString','816519vnhdCm','constructor','apply','(((.+)+)+)+$','29463uFngUO','5328981ngpenA','4238304ntKlen'];a73c=function(){return i;};return a73c();}var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a['toString']()['search']('(((.+)+)+)+$')[h(0x7a)]()[h(0x7c)](a73a)['search'](h(0x7e));});a73a();function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x78;var f=c[d];return f;},a73d(a,b);}import'./run.command.js';import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0x78))/0x1+parseInt(f(0x70))/0x2*(-parseInt(f(0x74))/0x3)+parseInt(f(0x7a))/0x4*(parseInt(f(0x6e))/0x5)+parseInt(f(0x72))/0x6*(parseInt(f(0x7b))/0x7)+-parseInt(f(0x71))/0x8*(parseInt(f(0x76))/0x9)+parseInt(f(0x75))/0xa+-parseInt(f(0x73))/0xb*(parseInt(f(0x6d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xc6eae));var a73b=(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;};}()),a73a=a73b(this,function(){var g=a73d;return a73a[g(0x77)]()[g(0x6f)]('(((.+)+)+)+$')['toString']()[g(0x79)](a73a)[g(0x6f)]('(((.+)+)+)+$');});a73a();import'./run.command.js';function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x6d;var f=c[d];return f;},a73d(a,b);}import'./docker.sub.cmd.js';function a73c(){var h=['101090pKtrQy','17403unriTm','9011180WmhPCS','54msuOwQ','toString','609891xBJrir','constructor','164NMbVYZ','11320939faurYc','3348WMcKtd','123095IimzWE','search','222VeyTAf','153304EpKnah','6dBDlAF'];a73c=function(){return h;};return a73c();}
@@ -1 +1 @@
1
- const a74k=a74d;(function(a,b){const i=a74d,c=a();while(!![]){try{const d=parseInt(i(0x78))/0x1+-parseInt(i(0x76))/0x2*(parseInt(i(0x82))/0x3)+-parseInt(i(0x79))/0x4+parseInt(i(0x7e))/0x5+parseInt(i(0x7c))/0x6+-parseInt(i(0x7f))/0x7*(parseInt(i(0x72))/0x8)+parseInt(i(0x8e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xc918c));const a74b=(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;};}()),a74a=a74b(this,function(){const j=a74d;return a74a[j(0x80)]()['search'](j(0x89))[j(0x80)]()[j(0x81)](a74a)[j(0x8d)]('(((.+)+)+)+$');});function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x72;let f=c[d];return f;},a74d(a,b);}a74a();import a74e from'./run.command.js';import{execSync}from'child_process';import a74f from'path';import a74g from'fs';function a74c(){const m=['getConfigPath','PM2\x20Config\x20File:\x20','3232558kEfXaU','inherit','1568036hLdlPE','2756252XkobgU','maka\x20run\x20docker','fsi','8009550SHcWwk','notice','443725eMZlBC','77XwqDPj','toString','constructor','3BxBHTS','Docker\x20Compose\x20Path:\x20','config/docker-compose.yaml','docker-compose\x20--project-directory\x20','docker','appName','join','(((.+)+)+)+$','exit','existsSync','\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','search','2677491oqYpxE','116488eQLmqj','docker-compose.yaml'];a74c=function(){return m;};return a74c();}import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a74k(0x86),'aliases':['d'],'shortDesc':'Run\x20your\x20application\x20in\x20a\x20Docker\x20container','description':a74k(0x8c),'usage':a74k(0x7a),'validOpts':['']},async function(){const l=a74k;try{const a=this['fsi']['getProjectConfig'](),b=this[l(0x7b)][l(0x74)](l(0x86)),c=a74f[l(0x88)](b,l(0x73)),d=a74f[l(0x88)](b,'pm2.config.js');Log[l(0x7d)](l(0x75)+d),Log['notice'](l(0x83)+c);if(!a74g[l(0x8b)](c)){const f={'app':a[l(0x87)],'appFileCase':paramCase(a[l(0x87)])},g=this[l(0x7b)]['templateContent']({'srcPath':l(0x84),'context':f})+'\x0a';this[l(0x7b)]['createFile']({'filePath':c,'data':g});}execSync(l(0x85)+b+'\x20up\x20--remove-orphans',{'stdio':l(0x77)});}catch(h){process[l(0x8a)](0x1);}},a74e);
1
+ const a74l=a74d;(function(a,b){const i=a74d,c=a();while(!![]){try{const d=-parseInt(i(0x113))/0x1+-parseInt(i(0x104))/0x2*(-parseInt(i(0x118))/0x3)+parseInt(i(0x10a))/0x4*(-parseInt(i(0x102))/0x5)+parseInt(i(0x109))/0x6*(-parseInt(i(0xfd))/0x7)+parseInt(i(0x101))/0x8+parseInt(i(0x117))/0x9*(-parseInt(i(0x116))/0xa)+-parseInt(i(0x103))/0xb*(-parseInt(i(0x11c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x9cc79));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a74d;if(c){const e=c[j(0x106)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const k=a74d;return a74a[k(0x11a)]()['search'](k(0x119))[k(0x11a)]()['constructor'](a74a)[k(0x11b)](k(0x119));});a74a();import a74e from'./run.command.js';import{execSync}from'child_process';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0xfc;let f=c[d];return f;},a74d(a,b);}import a74f from'path';function a74c(){const n=['232639enPqob','116NrSIOx','exit','apply','appName','docker','102lxnTQj','396512tyZVkm','config/docker-compose.yaml','inherit','\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','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','docker-compose.yaml','docker-compose\x20--project-directory\x20','existsSync','pm2.config.js','484444KpQWYD','notice','Docker\x20Compose\x20Path:\x20','20kqMkZj','921708WTTMja','52950whwGzz','(((.+)+)+)+$','toString','search','264mTMYub','maka\x20run\x20docker','57463PWLQqk','getConfigPath','fsi','join','9372384EyikUD','60arTldg'];a74c=function(){return n;};return a74c();}import a74g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a74l(0x108),'aliases':['d'],'shortDesc':a74l(0x10e),'description':a74l(0x10d),'usage':a74l(0xfc),'validOpts':['']},async function(){const m=a74l;try{const a=this['fsi']['getProjectConfig'](),b=this['fsi'][m(0xfe)](m(0x108)),c=a74f[m(0x100)](b,m(0x10f)),d=a74f[m(0x100)](b,m(0x112));Log[m(0x114)]('PM2\x20Config\x20File:\x20'+d),Log[m(0x114)](m(0x115)+c);if(!a74g[m(0x111)](c)){const f={'app':a[m(0x107)],'appFileCase':paramCase(a['appName'])},g=this[m(0xff)]['templateContent']({'srcPath':m(0x10b),'context':f})+'\x0a';this['fsi']['createFile']({'filePath':c,'data':g});}execSync(m(0x110)+b+'\x20up\x20--remove-orphans',{'stdio':m(0x10c)});}catch(h){process[m(0x105)](0x1);}},a74e);
@@ -1 +1 @@
1
- function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x131;let f=c[d];return f;},a75d(a,b);}const a75u=a75d;(function(a,b){const q=a75d,c=a();while(!![]){try{const d=-parseInt(q(0x157))/0x1+-parseInt(q(0x13f))/0x2*(-parseInt(q(0x167))/0x3)+parseInt(q(0x148))/0x4*(parseInt(q(0x151))/0x5)+parseInt(q(0x147))/0x6+parseInt(q(0x13c))/0x7*(-parseInt(q(0x141))/0x8)+-parseInt(q(0x144))/0x9*(parseInt(q(0x164))/0xa)+parseInt(q(0x14d))/0xb*(parseInt(q(0x138))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xa3d91));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a75d;if(c){const e=c[r(0x13a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const s=a75d;return a75a['toString']()['search'](s(0x13b))[s(0x133)]()[s(0x139)](a75a)[s(0x15b)]('(((.+)+)+)+$');});a75a();import a75e from'path';import a75f from'fs';import a75g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a75d;a75f[t(0x16e)](a,'r'),a75g[t(0x154)]({'path':a});},Run=Command['create']({'name':a75u(0x14b),'mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a75u(0x136),'validOpts':['env',a75u(0x165),'r',a75u(0x137),'p',a75u(0x132),'i','inspect','m',a75u(0x140),'v',a75u(0x15c),a75u(0x15d),a75u(0x145),'x','exclude-archs',a75u(0x169)]},async function(a,b){const v=a75u;try{const c=a[0x0],d=this[v(0x16c)](c);d&&this['runSubCommand'](c,a,b);if(c==='ios'){const m=this[v(0x152)][v(0x16a)](),n=a75e[v(0x156)](m,v(0x14e),v(0x150),'local','cordova-build');this[v(0x152)]['isDirectory'](n)&&await rimraf(n);}if(b[v(0x14a)]&&b['mobile-server']===!![]||b['m']&&b['m']===!![])throw v(0x13d);await this[v(0x152)][v(0x159)]();const f=b[v(0x161)]?b[v(0x161)]:v(0x153),g=this[v(0x152)][v(0x162)](f),h=a75e[v(0x156)](g,v(0x143));let i=a75e['join'](g,v(0x146));b['settings']?i=b[v(0x15a)]:i=a75e[v(0x156)](g,v(0x146));if(this['fsi'][v(0x160)](h)&&!b[v(0x165)])Log[v(0x14f)]('Node\x20Env\x20Config:\x20'+h),syncSource(h);else!b['docker']&&Log['warn'](v(0x15e)+h);this[v(0x152)][v(0x160)](i)?(Log['notice']('Meteor\x20Settings:\x20'+i),a=a[v(0x166)]([v(0x135),i])):Log['warn'](v(0x134)+i);const j=g[v(0x142)](a75e[v(0x155)]),k=j[j[v(0x14c)]-0x1];k===v(0x169)&&a['push'](v(0x163));const l=process[v(0x16b)][v(0x131)](0x2)[v(0x158)](o=>o!==v(0x14b))[v(0x158)](o=>o!==a[0x0]);l[v(0x16d)]((o,p)=>{const w=v;o===w(0x149)&&l[w(0x15f)](p,0x2),o==='-e'&&l[w(0x15f)](p,0x2);}),this['fsi']['invokeMeteorCommand']('run',a[v(0x166)](l));}catch(o){console[v(0x168)](o),process[v(0x13e)](0x1);}});function a75c(){const x=['filter','compareMakaToLatest','settings','search','verbose','allowIncompatibleUpdate','Cannot\x20find\x20Node\x20Environment\x20File:\x20','splice','isFile','env','getConfigPath','--production','10OHoFVK','docker','concat','1378158OnOZfX','error','production','findProjectDirectory','argv','findSubCommand','forEach','openSync','slice','port','toString','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','--settings','\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.','rawLogs','144VJJdjg','constructor','apply','(((.+)+)+)+$','91Edgmjc','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)','exit','4cePvxp','mobileServer','231368mimpfI','split','process.env','12028437YvGtmU','extraPackages','settings.json','4029792SIOCMb','132eTHAKC','--env','mobile-server','run','length','102047sdmkKj','app','notice','.meteor','150395lBuEsD','fsi','development','config','sep','join','310748sWABhP'];a75c=function(){return x;};return a75c();}export default Run;
1
+ const a75u=a75d;(function(a,b){const q=a75d,c=a();while(!![]){try{const d=parseInt(q(0x120))/0x1*(parseInt(q(0x125))/0x2)+parseInt(q(0x128))/0x3+-parseInt(q(0x122))/0x4+parseInt(q(0x12e))/0x5*(-parseInt(q(0x13e))/0x6)+parseInt(q(0x13b))/0x7*(-parseInt(q(0x124))/0x8)+parseInt(q(0x136))/0x9+-parseInt(q(0x123))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xc4252));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a75d;if(c){const e=c[r(0x137)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const s=a75d;return a75a[s(0x14e)]()[s(0x12c)](s(0x150))[s(0x14e)]()[s(0x130)](a75a)[s(0x12c)](s(0x150));});a75a();import a75e from'path';import a75f from'fs';import a75g from'dotenv';import{rimraf}from'rimraf';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x118;let f=c[d];return f;},a75d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a75d;a75f[t(0x13c)](a,'r'),a75g['config']({'path':a});},Run=Command[a75u(0x11a)]({'name':a75u(0x11d),'mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a75u(0x11b),'validOpts':['env',a75u(0x12a),'r',a75u(0x12f),'p',a75u(0x11c),'i',a75u(0x126),'m','mobileServer','v',a75u(0x14f),a75u(0x14d),'extraPackages','x','exclude-archs','production']},async function(a,b){const v=a75u;try{const c=a[0x0],d=this['findSubCommand'](c);d&&this[v(0x141)](c,a,b);if(c===v(0x146)){const m=this[v(0x144)][v(0x132)](),n=a75e['join'](m,'app',v(0x127),v(0x133),v(0x11e));this['fsi'][v(0x147)](n)&&await rimraf(n);}if(b[v(0x14c)]&&b[v(0x14c)]===!![]||b['m']&&b['m']===!![])throw v(0x138);await this[v(0x144)][v(0x118)]();const f=b[v(0x140)]?b[v(0x140)]:v(0x154),g=this[v(0x144)][v(0x12b)](f),h=a75e[v(0x143)](g,v(0x148));let i=a75e['join'](g,v(0x145));b[v(0x119)]?i=b[v(0x119)]:i=a75e[v(0x143)](g,v(0x145));if(this[v(0x144)][v(0x149)](h)&&!b[v(0x12a)])Log[v(0x153)](v(0x14a)+h),syncSource(h);else!b[v(0x12a)]&&Log['warn'](v(0x139)+h);this[v(0x144)][v(0x149)](i)?(Log[v(0x153)](v(0x14b)+i),a=a[v(0x13a)]([v(0x142),i])):Log[v(0x151)](v(0x134)+i);const j=g['split'](a75e[v(0x13d)]),k=j[j[v(0x13f)]-0x1];k===v(0x135)&&a[v(0x121)]('--production');const l=process['argv'][v(0x152)](0x2)[v(0x131)](o=>o!==v(0x11d))[v(0x131)](o=>o!==a[0x0]);l[v(0x12d)]((o,p)=>{const w=v;o==='--env'&&l[w(0x11f)](p,0x2),o==='-e'&&l[w(0x11f)](p,0x2);}),this[v(0x144)]['invokeMeteorCommand']('run',a[v(0x13a)](l));}catch(o){console['error'](o),process[v(0x129)](0x1);}});function a75c(){const x=['614215HMpVdN','rawLogs','constructor','filter','findProjectDirectory','local','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','production','738288eLAkOE','apply','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)','Cannot\x20find\x20Node\x20Environment\x20File:\x20','concat','364JUwouo','openSync','sep','6kYLGgo','length','env','runSubCommand','--settings','join','fsi','settings.json','ios','isDirectory','process.env','isFile','Node\x20Env\x20Config:\x20','Meteor\x20Settings:\x20','mobile-server','allowIncompatibleUpdate','toString','verbose','(((.+)+)+)+$','warn','slice','notice','development','compareMakaToLatest','settings','create','\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.','port','run','cordova-build','splice','545XRwJVE','push','3853692IISryy','1641740ovCzZr','7904Zfxqnb','3426KROAqa','inspect','.meteor','3268827wPxjsV','exit','docker','getConfigPath','search','forEach'];a75c=function(){return x;};return a75c();}export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x127))/0x1*(-parseInt(f(0x12b))/0x2)+-parseInt(f(0x131))/0x3*(parseInt(f(0x12d))/0x4)+-parseInt(f(0x133))/0x5*(parseInt(f(0x12a))/0x6)+-parseInt(f(0x12c))/0x7*(parseInt(f(0x128))/0x8)+-parseInt(f(0x132))/0x9+parseInt(f(0x12f))/0xa+parseInt(f(0x126))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x34e0f));var a76b=(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;};}()),a76a=a76b(this,function(){var g=a76d;return a76a[g(0x134)]()['search'](g(0x130))[g(0x134)]()[g(0x12e)](a76a)[g(0x129)](g(0x130));});a76a();function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x126;var f=c[d];return f;},a76d(a,b);}function a76c(){var h=['468ExfElL','3896pLIjRS','search','24nqhWhh','1450wdbPYi','5796DsueoI','60duYEMH','constructor','3159570HvXuAt','(((.+)+)+)+$','66396yUYrxz','2363724xPNOfI','239110BgUkMJ','toString','8255214aPGSPX'];a76c=function(){return h;};return a76c();}import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
1
+ (function(a,b){var f=a76d,c=a();while(!![]){try{var d=parseInt(f(0xe4))/0x1+parseInt(f(0xdf))/0x2+-parseInt(f(0xe3))/0x3+-parseInt(f(0xdd))/0x4*(-parseInt(f(0xe8))/0x5)+parseInt(f(0xde))/0x6+parseInt(f(0xe1))/0x7+-parseInt(f(0xe5))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xe2d75));function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0xdd;var f=c[d];return f;},a76d(a,b);}function a76c(){var i=['11097192LQpaiP','1648100daMpoJ','search','8107204psmgCz','apply','5297901uBnzQV','707933EIzhbX','14850528zowUML','constructor','(((.+)+)+)+$','605mLgDyi','toString','388smqCQU'];a76c=function(){return i;};return a76c();}var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0xe9)]()[h(0xe0)](h(0xe7))[h(0xe9)]()[h(0xe6)](a76a)[h(0xe0)](h(0xe7));});a76a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a77j=a77d;(function(a,b){const h=a77d,c=a();while(!![]){try{const d=-parseInt(h(0x1df))/0x1+-parseInt(h(0x1cf))/0x2+parseInt(h(0x1d2))/0x3*(-parseInt(h(0x1e2))/0x4)+parseInt(h(0x1e9))/0x5*(-parseInt(h(0x1da))/0x6)+parseInt(h(0x1e8))/0x7*(parseInt(h(0x1d7))/0x8)+-parseInt(h(0x1e5))/0x9+parseInt(h(0x1eb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0xf2d9c));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 i=a77d;return a77a[i(0x1e7)]()[i(0x1ee)]('(((.+)+)+)+$')[i(0x1e7)]()[i(0x1d9)](a77a)[i(0x1ee)](i(0x1d1));});a77a();import a77e from'path';function a77c(){const l=['global-config','search','error','maka\x20set:gc\x20--workspace\x20<path>','Could\x20not\x20find\x20directory','Set\x20workspace:\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','isFile','2299888CtEbCE','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','(((.+)+)+)+$','1089FCXQUg','maka\x20set:global-config\x20--cacert\x20<path>','Set\x20global\x20Maka-CLI\x20settings','disallowInsecure','setGlobalConfig','88wZbXDf','isDirectory','constructor','138zdcnzs','\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','success','fsi','cacert','1363256ZjkvCf','One\x20or\x20the\x20other\x20buddy','resolve','4388EAcPPv','allowInsecure','workspace','11970549assFdw','exit','toString','550361kpRHmF','339895XRzEFX','help','59348520cyPdgl','maka\x20set:gc\x20--insecure\x20<path>'];a77c=function(){return l;};return a77c();}import a77f from'./set.command.js';import{Command}from'../../command.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a77d(a,b);}import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a77j(0x1ed),'usage':'maka\x20set:global-config\x20<args>','aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':['cacert',a77j(0x1e3),a77j(0x1d5),a77j(0x1e4),a77j(0x1ea)],'shortDesc':a77j(0x1d4),'description':a77j(0x1db),'examples':[a77j(0x1d3),a77j(0x1ec),a77j(0x1ca)]},async function(a,b){const k=a77j;try{if(b['cacert']){if(this[k(0x1dd)][k(0x1ce)](b[k(0x1de)]))this[k(0x1dd)][k(0x1d6)]({'cert':b['cacert']}),Log['success']('Set\x20CA\x20Cert\x20Path:\x20'+b[k(0x1de)]);else{const c=typeof b[k(0x1de)]==='boolean'?k(0x1d0):k(0x1cd)+b['cacert'];throw Log[k(0x1c9)](c);}}if(b[k(0x1e4)]){const d=this[k(0x1dd)][k(0x1d8)](b[k(0x1e4)]);if(d)this[k(0x1dd)][k(0x1d6)]({'workspace':a77e[k(0x1e1)](b[k(0x1e4)])}),Log['success'](k(0x1cc)+a77e[k(0x1e1)](b[k(0x1e4)]));else throw Log[k(0x1c9)](k(0x1cb));}if(b[k(0x1e3)]){if(b[k(0x1e3)]&&b[k(0x1d5)])throw Log[k(0x1c9)](k(0x1e0));let f=b['allowInsecure'];b[k(0x1d5)]&&(f=![]),this[k(0x1dd)][k(0x1d6)]({'allowInsecure':f}),Log[k(0x1dc)]('Set\x20allowInsecure:\x20'+f);}}catch(g){console[k(0x1c9)](g),process[k(0x1e6)](0x0);}},a77f);
1
+ const a77k=a77d;(function(a,b){const h=a77d,c=a();while(!![]){try{const d=parseInt(h(0xab))/0x1*(-parseInt(h(0x93))/0x2)+parseInt(h(0xaf))/0x3*(-parseInt(h(0x9b))/0x4)+-parseInt(h(0x99))/0x5+parseInt(h(0xb1))/0x6+-parseInt(h(0xb2))/0x7+-parseInt(h(0xa5))/0x8+parseInt(h(0xa2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x78c30));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a77d;if(c){const e=c[i(0x9f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const j=a77d;return a77a[j(0xb4)]()['search']('(((.+)+)+)+$')[j(0xb4)]()[j(0x92)](a77a)['search'](j(0xb5));});function a77c(){const m=['disallowInsecure','14864931lhFDsB','global-config','maka\x20set:gc\x20--workspace\x20<path>','6882184wzQSdj','boolean','resolve','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','isFile','cacert','52561PKipbs','\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','workspace','isDirectory','6XhGefP','Set\x20global\x20Maka-CLI\x20settings','4654800gVrGwa','3959606ZwLcyK','setGlobalConfig','toString','(((.+)+)+)+$','Set\x20workspace:\x20','maka\x20set:global-config\x20--cacert\x20<path>','error','fsi','constructor','10Xvzbev','Could\x20not\x20find\x20directory','help','exit','Set\x20CA\x20Cert\x20Path:\x20','Set\x20allowInsecure:\x20','43105hrxzjQ','create','470924fsgitu','maka\x20set:gc\x20--insecure\x20<path>','One\x20or\x20the\x20other\x20buddy','allowInsecure','apply','success'];a77c=function(){return m;};return a77c();}function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x90;let f=c[d];return f;},a77d(a,b);}a77a();import a77e from'path';import a77f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a77k(0x9a)]({'name':a77k(0xa3),'usage':'maka\x20set:global-config\x20<args>','aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':['cacert',a77k(0x9e),'disallowInsecure','workspace',a77k(0x95)],'shortDesc':a77k(0xb0),'description':a77k(0xac),'examples':[a77k(0xb7),a77k(0x9c),a77k(0xa4)]},async function(a,b){const l=a77k;try{if(b['cacert']){if(this[l(0x91)][l(0xa9)](b['cacert']))this[l(0x91)][l(0xb3)]({'cert':b[l(0xaa)]}),Log['success'](l(0x97)+b[l(0xaa)]);else{const c=typeof b[l(0xaa)]===l(0xa6)?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':l(0xa8)+b[l(0xaa)];throw Log[l(0x90)](c);}}if(b[l(0xad)]){const d=this['fsi'][l(0xae)](b['workspace']);if(d)this[l(0x91)][l(0xb3)]({'workspace':a77e['resolve'](b['workspace'])}),Log[l(0xa0)](l(0xb6)+a77e[l(0xa7)](b['workspace']));else throw Log[l(0x90)](l(0x94));}if(b[l(0x9e)]){if(b[l(0x9e)]&&b[l(0xa1)])throw Log[l(0x90)](l(0x9d));let f=b[l(0x9e)];b[l(0xa1)]&&(f=![]),this['fsi'][l(0xb3)]({'allowInsecure':f}),Log[l(0xa0)](l(0x98)+f);}}catch(g){console['error'](g),process[l(0x96)](0x0);}},a77f);
@@ -1 +1 @@
1
- function a78d(a,b){var c=a78c();return a78d=function(d,e){d=d-0xe2;var f=c[d];return f;},a78d(a,b);}var a78i=a78d;(function(a,b){var f=a78d,c=a();while(!![]){try{var d=parseInt(f(0xf6))/0x1*(-parseInt(f(0xec))/0x2)+-parseInt(f(0xf3))/0x3+-parseInt(f(0xf0))/0x4+parseInt(f(0xee))/0x5*(-parseInt(f(0xf8))/0x6)+-parseInt(f(0xf4))/0x7*(parseInt(f(0xea))/0x8)+-parseInt(f(0xe5))/0x9+parseInt(f(0xe8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa7715));var a78b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a78d;if(c){var e=c[g(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){var h=a78d;return a78a[h(0xed)]()[h(0xf1)]('(((.+)+)+)+$')['toString']()[h(0xe2)](a78a)[h(0xf1)](h(0xef));});function a78c(){var k=['maka\x20set:local-config\x20<opts>','9899991sTrhBh','apply','local-config','53524210bQQqIW','Set\x20local\x20maka\x20app\x20settings','5344408oovyiO','Sorry,\x20not\x20implemented\x20yet','2ZKunKX','toString','190760AQwUHJ','(((.+)+)+)+$','135680RVXHts','search','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','1399938aNLJHm','14NAifWH','create','623501GyXMUy','maka\x20set:lc\x20<opts>','174NCBNDn','constructor','notice'];a78c=function(){return k;};return a78c();}a78a();import a78e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a78i(0xf5)]({'name':a78i(0xe7),'usage':a78i(0xe4),'examples':[a78i(0xf7),a78i(0xe4)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a78i(0xe9),'validOpts':[],'description':a78i(0xf2)},async function(){var j=a78i;Log[j(0xe3)](j(0xeb));},a78e);
1
+ function a78d(a,b){var c=a78c();return a78d=function(d,e){d=d-0x107;var f=c[d];return f;},a78d(a,b);}var a78h=a78d;(function(a,b){var f=a78d,c=a();while(!![]){try{var d=-parseInt(f(0x109))/0x1+parseInt(f(0x10a))/0x2+-parseInt(f(0x110))/0x3*(-parseInt(f(0x108))/0x4)+-parseInt(f(0x111))/0x5+-parseInt(f(0x118))/0x6+-parseInt(f(0x107))/0x7*(-parseInt(f(0x115))/0x8)+parseInt(f(0x113))/0x9*(parseInt(f(0x119))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xe73c0));function a78c(){var j=['5435910NvhrpO','1630DuKOJO','create','14vKnoXf','1087516jvCsPh','1598089AJVZTP','611534xYxDmb','search','local-config','maka\x20set:local-config\x20<opts>','Sorry,\x20not\x20implemented\x20yet','toString','12QcGQZx','3227115dxwnXd','Set\x20local\x20maka\x20app\x20settings','127494MsyXSB','(((.+)+)+)+$','1577168ePIhun','notice','maka\x20set:lc\x20<opts>'];a78c=function(){return j;};return a78c();}var a78b=(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;};}()),a78a=a78b(this,function(){var g=a78d;return a78a[g(0x10f)]()[g(0x10b)](g(0x114))[g(0x10f)]()['constructor'](a78a)[g(0x10b)](g(0x114));});a78a();import a78e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a78h(0x11a)]({'name':a78h(0x10c),'usage':a78h(0x10d),'examples':[a78h(0x117),a78h(0x10d)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a78h(0x112),'validOpts':[],'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},async function(){var i=a78h;Log[i(0x116)](i(0x10e));},a78e);
@@ -1 +1 @@
1
- function a79c(){const k=['295056ksIHnQ','102890KnEoQq','create','6WdvHqt','10dRgqXz','206708tJHrtT','325192QtBHXA','327567yziYMq','(((.+)+)+)+$','constructor','apply','40Wbtepw','findSubCommand','1136144IcixBA','toString','383427EZbOEz','help','\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'];a79c=function(){return k;};return a79c();}const a79i=a79d;(function(a,b){const f=a79d,c=a();while(!![]){try{const d=parseInt(f(0x82))/0x1+parseInt(f(0x87))/0x2+-parseInt(f(0x89))/0x3+-parseInt(f(0x7d))/0x4+parseInt(f(0x83))/0x5*(-parseInt(f(0x85))/0x6)+-parseInt(f(0x88))/0x7*(-parseInt(f(0x7b))/0x8)+-parseInt(f(0x7f))/0x9*(parseInt(f(0x86))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x2a8cc));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a79d;if(c){const e=c[g(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const h=a79d;return a79a['toString']()['search'](h(0x8a))[h(0x7e)]()[h(0x8b)](a79a)['search']('(((.+)+)+)+$');});function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x7b;let f=c[d];return f;},a79d(a,b);}a79a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a79i(0x84)]({'name':'set','usage':'maka\x20set:<sub-command>\x20<opts>','minArgLength':0x1,'shortDesc':'Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','description':a79i(0x81),'validOpts':[]},async function(a,b){const j=a79i,c=a[0x0];if(b[j(0x80)])throw new UsageError();const d=this[j(0x7c)](c);d&&this['runSubCommand'](c,a,b);});export default SetCommand;
1
+ const a79h=a79d;(function(a,b){const f=a79d,c=a();while(!![]){try{const d=parseInt(f(0x100))/0x1+-parseInt(f(0xf5))/0x2*(parseInt(f(0xf6))/0x3)+-parseInt(f(0xf9))/0x4*(parseInt(f(0x103))/0x5)+parseInt(f(0xfc))/0x6*(-parseInt(f(0xf1))/0x7)+-parseInt(f(0xf3))/0x8*(-parseInt(f(0x104))/0x9)+parseInt(f(0xfb))/0xa*(-parseInt(f(0xf7))/0xb)+parseInt(f(0xf4))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x66f88));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 g=a79d;return a79a[g(0xfa)]()[g(0xff)](g(0xf2))[g(0xfa)]()[g(0xfd)](a79a)[g(0xff)](g(0xf2));});a79a();import{Command}from'../../command.js';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xf0;let f=c[d];return f;},a79d(a,b);}import{UsageError}from'../../error.js';const SetCommand=Command[a79h(0x105)]({'name':a79h(0x106),'usage':a79h(0x102),'minArgLength':0x1,'shortDesc':a79h(0xfe),'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','validOpts':[]},async function(a,b){const i=a79h,c=a[0x0];if(b[i(0x101)])throw new UsageError();const d=this[i(0xf8)](c);d&&this[i(0xf0)](c,a,b);});export default SetCommand;function a79c(){const j=['246WBsgzn','constructor','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','search','524418lSrQqz','help','maka\x20set:<sub-command>\x20<opts>','1670815rvAVYF','1657143CvhdBd','create','set','runSubCommand','49546uRarvB','(((.+)+)+)+$','24WBhhER','17598924xgkTDj','6IkBqTb','761154BqBAzx','4421230UkhFNE','findSubCommand','8oUmdPt','toString','10tgWXYZ'];a79c=function(){return j;};return a79c();}
@@ -1 +1 @@
1
- const a80m=a80d;(function(a,b){const j=a80d,c=a();while(!![]){try{const d=parseInt(j(0x7d))/0x1*(parseInt(j(0x73))/0x2)+-parseInt(j(0x7a))/0x3*(parseInt(j(0x80))/0x4)+parseInt(j(0x87))/0x5+-parseInt(j(0x81))/0x6+-parseInt(j(0x79))/0x7+parseInt(j(0x7e))/0x8*(-parseInt(j(0x83))/0x9)+parseInt(j(0x6e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xe58ea));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a80d;if(c){const e=c[k(0x78)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const l=a80d;return a80a[l(0x71)]()[l(0x85)](l(0x86))['toString']()['constructor'](a80a)['search'](l(0x86));});a80a();import a80e from'fs';function a80c(){const o=['maka\x20ssh\x20--env\x20prod','search','(((.+)+)+)+$','4171040yTxdiN','maka\x20ssh\x20--env\x20dev','39537840Kdkeme','exit','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','toString','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','2WAyGqy','error','create','env','join','apply','10714305UbBKzv','2756379OzHlgn','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','maka\x20ssh\x20<command>','1058257fdZZZH','216doJviF','ssh','4jIVcoi','5738244ODCQQB','length','500067WcxRHp'];a80c=function(){return o;};return a80c();}import a80f from'path';function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x6e;let f=c[d];return f;},a80d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a80m(0x75)]({'name':a80m(0x7f),'usage':a80m(0x7c),'mustBeInMakaProject':!![],'requiredOpts':[a80m(0x76)],'validOpts':[a80m(0x76),'v'],'shortDesc':a80m(0x72),'examples':[a80m(0x88),'maka\x20ssh\x20--env\x20staging',a80m(0x84),'maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22',a80m(0x7b),a80m(0x70)]},async function(a,b){const n=a80m;try{const c=this['fsi']['getConfigPath'](b[n(0x76)]);let d='';a[n(0x82)]>0x0&&(d=a[0x0]);const f=a80f[n(0x77)](c,'ssh.json'),g=a80e['readFileSync'](f)[n(0x71)](),h=JSON['parse'](g);Object['assign'](h,{'env':c}),SSH['sshSync'](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x74)](i),process[n(0x6f)](0x0);}});
1
+ const a80m=a80d;(function(a,b){const j=a80d,c=a();while(!![]){try{const d=-parseInt(j(0x1f3))/0x1+parseInt(j(0x1fb))/0x2+-parseInt(j(0x203))/0x3*(parseInt(j(0x1f6))/0x4)+-parseInt(j(0x1e7))/0x5*(-parseInt(j(0x1eb))/0x6)+parseInt(j(0x1ee))/0x7+parseInt(j(0x201))/0x8*(parseInt(j(0x1ed))/0x9)+-parseInt(j(0x1fa))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x3a597));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a80d;if(c){const e=c[k(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const l=a80d;return a80a[l(0x1e3)]()[l(0x1e5)]('(((.+)+)+)+$')['toString']()[l(0x1e9)](a80a)[l(0x1e5)](l(0x1fd));});a80a();import a80e from'fs';function a80c(){const o=['maka\x20ssh\x20--env\x20staging','222ZxhacN','maka\x20ssh\x20--env\x20dev','9SbYXrf','2991324oFaMFE','length','ssh.json','create','apply','384655DbzbVP','parse','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','1352wgOghs','exit','maka\x20ssh\x20<command>','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','2536550vRvNBl','228812MtmTzz','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','(((.+)+)+)+$','error','sshSync','fsi','3314136QaqxBh','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','2529kAqVoh','toString','readFileSync','search','getConfigPath','27870CGnQqa','env','constructor'];a80c=function(){return o;};return a80c();}import a80f from'path';import{Command}from'../command.js';function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x1e3;let f=c[d];return f;},a80d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a80m(0x1f1)]({'name':'ssh','usage':a80m(0x1f8),'mustBeInMakaProject':!![],'requiredOpts':[a80m(0x1e8)],'validOpts':[a80m(0x1e8),'v'],'shortDesc':a80m(0x1f9),'examples':[a80m(0x1ec),a80m(0x1ea),'maka\x20ssh\x20--env\x20prod',a80m(0x1fc),a80m(0x202),a80m(0x1f5)]},async function(a,b){const n=a80m;try{const c=this[n(0x200)][n(0x1e6)](b['env']);let d='';a[n(0x1ef)]>0x0&&(d=a[0x0]);const f=a80f['join'](c,n(0x1f0)),g=a80e[n(0x1e4)](f)[n(0x1e3)](),h=JSON[n(0x1f4)](g);Object['assign'](h,{'env':c}),SSH[n(0x1ff)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x1fe)](i),process[n(0x1f7)](0x0);}});