@maka/maka-cli 4.2.30 → 4.2.31

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 (96) hide show
  1. package/dist/command.js +1 -1
  2. package/dist/commands/_index.js +1 -1
  3. package/dist/commands/aws/_index.js +1 -1
  4. package/dist/commands/aws/aws.command.js +1 -1
  5. package/dist/commands/aws/ci.sub.cmd.js +1 -1
  6. package/dist/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/dist/commands/aws/csg.sub.cmd.js +1 -1
  8. package/dist/commands/aws/di.sub.cmd.js +1 -1
  9. package/dist/commands/aws/dkp.sub.cmd.js +1 -1
  10. package/dist/commands/aws/dsg.sub.cmd.js +1 -1
  11. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/dist/commands/aws/rkp.sub.cmd.js +1 -1
  13. package/dist/commands/aws/sth.sub.cmd.js +1 -1
  14. package/dist/commands/aws/ti.sub.cmd.js +1 -1
  15. package/dist/commands/build/_index.js +1 -1
  16. package/dist/commands/build/build.js +1 -1
  17. package/dist/commands/build/docker.sub.cmd.js +1 -1
  18. package/dist/commands/create.js +1 -1
  19. package/dist/commands/debug.js +1 -1
  20. package/dist/commands/deploy.js +1 -1
  21. package/dist/commands/game/_index.js +1 -1
  22. package/dist/commands/game/battleship.sub.cmd.js +1 -1
  23. package/dist/commands/game/play.command.js +1 -1
  24. package/dist/commands/game/pong.sub.cmd.js +1 -1
  25. package/dist/commands/game/snake.sub.cmd.js +1 -1
  26. package/dist/commands/game/tetris.sub.cmd.js +1 -1
  27. package/dist/commands/generate.js +1 -1
  28. package/dist/commands/get/_index.js +1 -1
  29. package/dist/commands/get/get.command.js +1 -1
  30. package/dist/commands/get/global.sub.cmd.js +1 -1
  31. package/dist/commands/get/local.sub.cmd.js +1 -1
  32. package/dist/commands/get/whoami.sub.cmd.js +1 -1
  33. package/dist/commands/help.js +1 -1
  34. package/dist/commands/install.js +1 -1
  35. package/dist/commands/jsdoc.js +1 -1
  36. package/dist/commands/login.js +1 -1
  37. package/dist/commands/logout.js +1 -1
  38. package/dist/commands/logs.js +1 -1
  39. package/dist/commands/maka.cmd.js +1 -1
  40. package/dist/commands/murder.js +1 -1
  41. package/dist/commands/proxy.js +1 -1
  42. package/dist/commands/reconfig.js +1 -1
  43. package/dist/commands/run/_index.js +1 -1
  44. package/dist/commands/run/docker.sub.cmd.js +1 -1
  45. package/dist/commands/run/run.command.js +1 -1
  46. package/dist/commands/set/_index.js +1 -1
  47. package/dist/commands/set/global.sub.cmd.js +1 -1
  48. package/dist/commands/set/local.sub.cmd.js +1 -1
  49. package/dist/commands/set/set.command.js +1 -1
  50. package/dist/commands/ssh.js +1 -1
  51. package/dist/commands/ssl.js +1 -1
  52. package/dist/commands/test.js +1 -1
  53. package/dist/commands/version.js +1 -1
  54. package/dist/error.js +1 -1
  55. package/dist/generator.js +1 -1
  56. package/dist/generators/_index.js +1 -1
  57. package/dist/generators/api.js +1 -1
  58. package/dist/generators/collection.js +1 -1
  59. package/dist/generators/component.js +1 -1
  60. package/dist/generators/config.js +1 -1
  61. package/dist/generators/dbc.js +1 -1
  62. package/dist/generators/dockerfile.js +1 -1
  63. package/dist/generators/hook.js +1 -1
  64. package/dist/generators/kit.js +1 -1
  65. package/dist/generators/layout.js +1 -1
  66. package/dist/generators/maka.gen.js +1 -1
  67. package/dist/generators/methods.js +1 -1
  68. package/dist/generators/package.js +1 -1
  69. package/dist/generators/page.js +1 -1
  70. package/dist/generators/publish.js +1 -1
  71. package/dist/generators/route.js +1 -1
  72. package/dist/generators/scaffold.js +1 -1
  73. package/dist/generators/service.js +1 -1
  74. package/dist/generators/services/_index.js +1 -1
  75. package/dist/generators/services/openssl.js +1 -1
  76. package/dist/generators/services/translation.js +1 -1
  77. package/dist/maka.js +1 -1
  78. package/dist/tool.js +1 -1
  79. package/dist/tools/actions/actions.class.js +1 -1
  80. package/dist/tools/actions/actions.test.js +1 -1
  81. package/dist/tools/aws/aws.class.js +1 -1
  82. package/dist/tools/aws/aws.interfaces.js +1 -1
  83. package/dist/tools/docker/docker.class.js +1 -1
  84. package/dist/tools/docker/docker.interfaces.js +1 -1
  85. package/dist/tools/fsi/fsi.class.js +1 -1
  86. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  87. package/dist/tools/https/https.class.js +1 -1
  88. package/dist/tools/https/https.interface.js +1 -1
  89. package/dist/tools/log/log.class.js +1 -1
  90. package/dist/tools/log/log.interfaces.js +1 -1
  91. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  92. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  93. package/dist/tools/ssh/ssh.class.js +1 -1
  94. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  95. package/dist/tools/ssl/ssl.class.js +1 -1
  96. package/package.json +1 -1
@@ -1 +1 @@
1
- const a26C=a26d;(function(a,b){const v=a26d,c=a();while(!![]){try{const d=-parseInt(v(0x154))/0x1+-parseInt(v(0x151))/0x2+-parseInt(v(0x131))/0x3+parseInt(v(0x145))/0x4+-parseInt(v(0x12f))/0x5*(-parseInt(v(0x146))/0x6)+parseInt(v(0x13e))/0x7*(parseInt(v(0x134))/0x8)+parseInt(v(0x14e))/0x9*(parseInt(v(0x139))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0x27929));const a26b=(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;};}()),a26a=a26b(this,function(){const w=a26d;return a26a[w(0x13b)]()['search'](w(0x157))[w(0x13b)]()[w(0x149)](a26a)['search']('(((.+)+)+)+$');});function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x12e;let f=c[d];return f;},a26d(a,b);}a26a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){const x=a26d;if(x(0x15a)===x(0x15a))return f instanceof c?f:new c(function(g){g(f);});else try{i(j['next'](k));}catch(h){m(h);}}return new(c||(c=Promise))(function(f,g){const B=a26d;function h(k){const y=a26d;try{j(d['next'](k));}catch(l){if('VwKXx'!==y(0x13d))g(l);else return c['toString']()[y(0x148)](y(0x157))['toString']()[y(0x149)](d)[y(0x148)](y(0x157));}}function i(k){const z=a26d;try{j(d[z(0x135)](k));}catch(l){g(l);}}function j(k){const A=a26d;A(0x13f)!==A(0x13f)?(c[A(0x13c)](A(0x130)),d[A(0x147)]()):k[A(0x156)]?f(k[A(0x12e)]):e(k[A(0x12e)])[A(0x155)](h,i);}j((d=d['apply'](a,b||[]))[B(0x142)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a26c(){const E=['slice','create','SHMyx','value','5Zltsjo','Generators:','515154IODOuB','error','maka\x20g:dbc\x20geoserver\x20--type=pgsql','45528SyrOYO','throw','generate','\x0a\x20\x20Scaffold\x20various\x20parts\x20of\x20your\x20application.\x0a\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','QCPqC','619810cIUHkm','apply','toString','notice','sAZcB','126sXkIsS','Hqfxx','maka\x20g:scaffold\x20todos','maka\x20g:route\x20todos/edit','next','maka\x20{generate,\x20g}:<generator>\x20<name>\x20[--dir]\x20[--where]','tgMDK','824316ePDvId','683832WNVrcb','listGenerators','search','constructor','Could\x20not\x20find\x20generator','maka\x20generate:scaffold\x20todos','findGenerator','maka\x20g:api\x20trucks','18XqquaR','where','help','104054GumQnl','aRpFJ','invoke','160617UCBBoP','then','done','(((.+)+)+)+$'];a26c=function(){return E;};return a26c();}import a26u from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a26C(0x159)]({'name':a26C(0x136),'aliases':['g'],'usage':a26C(0x143),'validOpts':['dir',a26C(0x14f),a26C(0x150)],'mustBeInMakaProject':!![],'isRoot':!![],'description':a26C(0x137),'examples':[a26C(0x14b),a26C(0x140),'maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name',a26C(0x141),a26C(0x14d),a26C(0x133)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a26d;let c=a[0x0],d=a26u[D(0x14c)](c);if(!d){if(D(0x138)!==D(0x144)){if(b[D(0x150)]){if(D(0x152)==='GMWDW'){f[D(0x150)]?(k[D(0x13c)]('Generators:'),l[D(0x147)]()):m['error'](D(0x14a));throw new j();}else Log[D(0x13c)]('Generators:'),a26u[D(0x147)]();}else Log[D(0x132)](D(0x14a));throw new UsageError();}else{const h=d[D(0x13a)](e,arguments);return f=null,h;}}yield d[D(0x153)](a[D(0x158)](0x1),b);});});
1
+ const a26C=a26d;(function(a,b){const v=a26d,c=a();while(!![]){try{const d=-parseInt(v(0x17b))/0x1*(parseInt(v(0x171))/0x2)+-parseInt(v(0x16a))/0x3+parseInt(v(0x174))/0x4*(parseInt(v(0x17e))/0x5)+parseInt(v(0x183))/0x6+-parseInt(v(0x184))/0x7*(parseInt(v(0x16c))/0x8)+parseInt(v(0x177))/0x9+-parseInt(v(0x18c))/0xa*(parseInt(v(0x16f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0xea61b));const a26b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a26d;if(c){const e=c[w(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a26a=a26b(this,function(){const x=a26d;return a26a[x(0x189)]()['search']('(((.+)+)+)+$')[x(0x189)]()[x(0x181)](a26a)['search'](x(0x17f));});a26a();function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x162;let f=c[d];return f;},a26d(a,b);}var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const B=a26d;function h(k){const y=a26d;try{j(d[y(0x163)](k));}catch(l){g(l);}}function i(k){const z=a26d;try{j(d['throw'](k));}catch(l){z(0x178)===z(0x178)?g(l):c(d);}}function j(k){const A=a26d;A(0x172)!==A(0x172)?h[A(0x166)]?i(j[A(0x173)]):k(l['value'])[A(0x18a)](m,n):k[A(0x166)]?f(k[A(0x173)]):e(k[A(0x173)])[A(0x18a)](h,i);}j((d=d[B(0x17d)](a,b||[]))[B(0x163)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a26u from'../generators/maka.gen.js';import{UsageError}from'../error.js';function a26c(){const E=['2577742uoXVaY','boDaG','value','12OQljOq','maka\x20generate:scaffold\x20todos','notice','4327722GjKGSx','aUnyt','throw','create','1KRZYuN','SLBhB','apply','2157275gcHrjC','(((.+)+)+)+$','\x0a\x20\x20Scaffold\x20various\x20parts\x20of\x20your\x20application.\x0a\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','constructor','maka\x20g:route\x20todos/edit','5798460kgLvJt','1561sAJLrg','findGenerator','error','help','dir','toString','then','maka\x20g:package\x20package:name','1750zkESIF','where','maka\x20{generate,\x20g}:<generator>\x20<name>\x20[--dir]\x20[--where]','next','invoke','Could\x20not\x20find\x20generator','done','maka\x20g:scaffold\x20todos','JNGru','generate','923253cHLRQs','eqNdx','5864jaeEfy','slice','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1353ZwdRNH','listGenerators'];a26c=function(){return E;};return a26c();}Command[a26C(0x17a)]({'name':a26C(0x169),'aliases':['g'],'usage':a26C(0x162),'validOpts':[a26C(0x188),a26C(0x18d),a26C(0x187)],'mustBeInMakaProject':!![],'isRoot':!![],'description':a26C(0x180),'examples':[a26C(0x175),a26C(0x167),'maka\x20g:template\x20todos/todo_item',a26C(0x18b),a26C(0x182),'maka\x20g:api\x20trucks',a26C(0x16e)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a26d;if(D(0x16b)!=='eqNdx')c(d);else{let d=a[0x0],e=a26u[D(0x185)](d);if(!e){if(D(0x168)!==D(0x168)){if(e){const g=i['apply'](j,arguments);return k=null,g;}}else{if(b['help']){if(D(0x17c)===D(0x17c))Log[D(0x176)]('Generators:'),a26u[D(0x170)]();else try{i(j[D(0x179)](k));}catch(h){m(h);}}else Log[D(0x186)](D(0x165));throw new UsageError();}}yield e[D(0x164)](a[D(0x16d)](0x1),b);}});});
@@ -1 +1 @@
1
- (function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0x1e9))/0x1*(-parseInt(u(0x1f1))/0x2)+-parseInt(u(0x1ea))/0x3*(parseInt(u(0x1e6))/0x4)+-parseInt(u(0x1e5))/0x5*(parseInt(u(0x1f5))/0x6)+-parseInt(u(0x1ec))/0x7*(-parseInt(u(0x1e8))/0x8)+parseInt(u(0x1f4))/0x9+parseInt(u(0x1ed))/0xa*(-parseInt(u(0x1f3))/0xb)+-parseInt(u(0x1f0))/0xc*(-parseInt(u(0x1eb))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0xa1cac));var a27b=(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;};}()),a27a=a27b(this,function(){var v=a27d;return a27a[v(0x1ee)]()[v(0x1ef)]('(((.+)+)+)+$')['toString']()[v(0x1e7)](a27a)[v(0x1ef)](v(0x1f2));});a27a();function a27c(){var w=['156ossBCD','(((.+)+)+)+$','66VFRSkg','3476745tGsbNw','18sPqzjM','1949455GbMWnn','3241572JbdcPi','constructor','136jamdVh','1914UEmBmk','3NdytHt','13NimewY','140966VsJFog','622010bTOejp','toString','search','29239356poAudi'];a27c=function(){return w;};return a27c();}import'./get.command.js';function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x1e5;var f=c[d];return f;},a27d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x175;var f=c[d];return f;},a27d(a,b);}(function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0x183))/0x1*(parseInt(u(0x176))/0x2)+-parseInt(u(0x17a))/0x3+parseInt(u(0x17b))/0x4*(parseInt(u(0x17c))/0x5)+-parseInt(u(0x177))/0x6*(-parseInt(u(0x17e))/0x7)+-parseInt(u(0x17f))/0x8*(parseInt(u(0x175))/0x9)+-parseInt(u(0x182))/0xa+parseInt(u(0x179))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0x95cb9));var a27b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a27d;if(c){var e=c[v(0x17d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a27a=a27b(this,function(){var w=a27d;return a27a[w(0x178)]()[w(0x180)](w(0x181))[w(0x178)]()['constructor'](a27a)[w(0x180)](w(0x181));});a27a();import'./get.command.js';function a27c(){var x=['186DVauCQ','toString','12431518cNrENz','3421830uYWtRc','12upztac','1176745rloyBE','apply','111846nZKWgx','46392AnncjN','search','(((.+)+)+)+$','4198010AEhstd','1wsAxEd','864CrnLpf','798346HFlwHh'];a27c=function(){return x;};return a27c();}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a28E=a28d;(function(a,b){const y=a28d,c=a();while(!![]){try{const d=parseInt(y(0x123))/0x1+-parseInt(y(0x120))/0x2+parseInt(y(0x127))/0x3+parseInt(y(0x139))/0x4+-parseInt(y(0x129))/0x5*(-parseInt(y(0x134))/0x6)+-parseInt(y(0x126))/0x7*(-parseInt(y(0x12b))/0x8)+-parseInt(y(0x124))/0x9*(parseInt(y(0x137))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x4f2d0));function a28c(){const H=['toString','60235JwJNtt','create','3733536esYWLm','BUsdn','value','lMeib','yHRzv','maka\x20get:<cmd>','throw','runSubCommand','(((.+)+)+)+$','138YDqrAr','CXOaR','ALThS','130TjrjnK','help','1422316gyuaTp','done','findSubCommand','apply','oZYba','812924biOWHY','then','next','610004LzxYnQ','988191TwrJXW','Wnfxk','7KUwFfc','1346391gMWRDA'];a28c=function(){return H;};return a28c();}const a28b=(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;};}()),a28a=a28b(this,function(){const z=a28d;return a28a['toString']()['search'](z(0x133))[z(0x128)]()['constructor'](a28a)['search']('(((.+)+)+)+$');});a28a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a28d;A(0x12c)==='BUsdn'?g(f):c(d);});}return new(c||(c=Promise))(function(f,g){const D=a28d;function h(k){try{j(d['next'](k));}catch(l){g(l);}}function i(k){const B=a28d;if(B(0x125)===B(0x125))try{j(d['throw'](k));}catch(l){g(l);}else{if(e){const n=i[B(0x11e)](j,arguments);return k=null,n;}}}function j(k){const C=a28d;C(0x12f)===C(0x136)?d(e[C(0x131)](f)):k[C(0x11c)]?f(k[C(0x12d)]):e(k[C(0x12d)])[C(0x121)](h,i);}j((d=d[D(0x11e)](a,b||[]))[D(0x122)]());});};import{Command}from'../../command.js';import{UsageError}from'../../error.js';function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x11c;let f=c[d];return f;},a28d(a,b);}const GetCommand=Command[a28E(0x12a)]({'name':'get','usage':a28E(0x130),'minArgLength':0x1},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a28d;if(F(0x12e)!==F(0x135)){let c=a[0x0];if(b[F(0x138)])throw new UsageError();let d=this[F(0x11d)](c);if(d){if(F(0x11f)==='VkIKk')return g(this,void 0x0,void 0x0,function*(){const G=F;let w=m[0x0];if(n[G(0x138)])throw new r();let x=this[G(0x11d)](w);x&&this[G(0x132)](w,s,t);});else this[F(0x132)](c,a,b);}}else try{i(j[F(0x122)](k));}catch(g){m(g);}});});export default GetCommand;
1
+ function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a28d(a,b);}const a28C=a28d;(function(a,b){const y=a28d,c=a();while(!![]){try{const d=parseInt(y(0x1be))/0x1*(parseInt(y(0x1c0))/0x2)+parseInt(y(0x1b8))/0x3*(parseInt(y(0x1bb))/0x4)+-parseInt(y(0x1c7))/0x5+-parseInt(y(0x1ae))/0x6+parseInt(y(0x1bf))/0x7+parseInt(y(0x1b4))/0x8+-parseInt(y(0x1ba))/0x9*(parseInt(y(0x1af))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0xc419a));const a28b=(function(){let a=!![];return function(b,c){const z=a28d;if('JExDA'===z(0x1b5))try{i(j[z(0x1ad)](k));}catch(e){m(e);}else{const e=a?function(){const A=z;if(c){if('myPkG'!==A(0x1c6))try{i(j[A(0x1a9)](k));}catch(g){m(g);}else{const g=c[A(0x1c2)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a28a=a28b(this,function(){const B=a28d;return a28a[B(0x1aa)]()[B(0x1c3)]('(((.+)+)+)+$')['toString']()['constructor'](a28a)[B(0x1c3)](B(0x1c8));});a28a();var __awaiter=this&&this[a28C(0x1b2)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const H=a28d;function h(k){const D=a28d;if('UYCPJ'===D(0x1ac))try{j(d[D(0x1a9)](k));}catch(l){g(l);}else c(d);}function i(k){const E=a28d;try{if(E(0x1b1)!=='guGOk')return g(this,void 0x0,void 0x0,function*(){const F=E;let w=m[0x0];if(n['help'])throw new r();let x=this[F(0x1c4)](w);x&&this[F(0x1bd)](w,s,t);});else j(d[E(0x1ad)](k));}catch(m){g(m);}}function j(k){const G=a28d;k[G(0x1bc)]?f(k[G(0x1b0)]):e(k['value'])['then'](h,i);}j((d=d[H(0x1c2)](a,b||[]))[H(0x1a9)]());});};import{Command}from'../../command.js';function a28c(){const J=['throw','6096606VbZxiH','10QIKTRI','value','guGOk','__awaiter','help','3594704rlmAVa','Pgvcv','maka\x20get:<cmd>','get','151752WhaDgE','pXjll','10809009mPlVZL','116kTFwrA','done','runSubCommand','98vhFgZp','8492540lofYrt','13546VbjAZA','GiHah','apply','search','findSubCommand','UvgLE','myPkG','3864600YMdghS','(((.+)+)+)+$','next','toString','create','UYCPJ'];a28c=function(){return J;};return a28c();}import{UsageError}from'../../error.js';const GetCommand=Command[a28C(0x1ab)]({'name':a28C(0x1b7),'usage':a28C(0x1b6),'minArgLength':0x1},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const I=a28d;if(I(0x1c1)===I(0x1b9))return f instanceof g?h:new i(function(m){m(k);});else{let d=a[0x0];if(b[I(0x1b3)]){if(I(0x1c5)!==I(0x1c5))c(d);else throw new UsageError();}let e=this[I(0x1c4)](d);e&&this['runSubCommand'](d,a,b);}});});export default GetCommand;
@@ -1 +1 @@
1
- var a29y=a29d;(function(a,b){var v=a29d,c=a();while(!![]){try{var d=-parseInt(v(0x1c9))/0x1*(parseInt(v(0x1aa))/0x2)+-parseInt(v(0x1b6))/0x3*(-parseInt(v(0x1b8))/0x4)+-parseInt(v(0x1c0))/0x5+-parseInt(v(0x1b4))/0x6+parseInt(v(0x1ba))/0x7*(parseInt(v(0x1c8))/0x8)+-parseInt(v(0x1bb))/0x9*(parseInt(v(0x1ac))/0xa)+parseInt(v(0x1ab))/0xb*(parseInt(v(0x1c7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x84774));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if('TzNZJ'!==w(0x1c3)){if(c){if(w(0x1b3)===w(0x1c2))c(d);else{var e=c[w(0x1a9)](b,arguments);return c=null,e;}}}else try{i(j['throw'](k));}catch(h){m(h);}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a[x(0x1ae)]()[x(0x1c1)]('(((.+)+)+)+$')[x(0x1ae)]()['constructor'](a29a)['search']('(((.+)+)+)+$');});a29a();function a29c(){var E=['213VhufGK','then','value','apply','5714WujzKi','3185435ZsKlTt','272950fzLFOb','xSFCc','toString','__awaiter','IQsDp','Licbq','BiyRh','jUmJM','2383056QOKACP','maka\x20get:global-config','6bEjgRC','XpzbT','1245496YGdkUq','done','7WkBRox','171nlNDoL','throw','fsi','next','global-config','343830dhiQiJ','search','bjsRq','XBORl','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','getGlobalConfig','RtRhZ','36coMVeL','5153320KDlMby'];a29c=function(){return E;};return a29c();}var __awaiter=this&&this[a29y(0x1af)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var z=a29d;z(0x1b0)==='IQsDp'?g(f):c(d);});}return new(c||(c=Promise))(function(f,g){function h(k){var A=a29d;if(A(0x1c6)!==A(0x1b7))try{j(d[A(0x1be)](k));}catch(l){g(l);}else c(d);}function i(k){var B=a29d;try{'xSFCc'!==B(0x1ad)?h['done']?i(j[B(0x1a8)]):k(l[B(0x1a8)])[B(0x1ca)](m,n):j(d[B(0x1bc)](k));}catch(m){g(m);}}function j(k){var C=a29d;k[C(0x1b9)]?f(k[C(0x1a8)]):e(k[C(0x1a8)])[C(0x1ca)](h,i);}j((d=d['apply'](a,b||[]))['next']());});};import a29u from'./get.command.js';function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x1a8;var f=c[d];return f;},a29d(a,b);}import{Command}from'../../command.js';Command['create']({'name':a29y(0x1bf),'usage':a29y(0x1b5),'aliases':['gc'],'description':a29y(0x1c4)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a29d;if(D(0x1b2)===D(0x1b2))try{const c=yield this[D(0x1bd)][D(0x1c5)]();console['log'](c);}catch(d){if(D(0x1b1)==='Licbq')console['error'](d),process['exit'](0x0);else{var h=d['apply'](d,arguments);return f=null,h;}}else return f instanceof g?h:new i(function(m){m(k);});});},a29u);
1
+ function a29c(){var F=['5561912QTBtvs','done','toString','36EtDAsK','__awaiter','5bvKjSa','getGlobalConfig','constructor','log','then','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','error','exit','BHOSY','iAYKb','vxQqr','2339934mQqbcQ','5453456TpeXKg','fsi','value','4170400BTxZod','mTyTB','next','IIGFo','maka\x20get:global-config','search','throw','mXKEX','oIFxS','7iBgLDY','2598InmQZb','jxIrv','7436045gXDFvs','1132593SpngJz','mPvaB','(((.+)+)+)+$','create','global-config'];a29c=function(){return F;};return a29c();}var a29z=a29d;(function(a,b){var v=a29d,c=a();while(!![]){try{var d=-parseInt(v(0x121))/0x1*(-parseInt(v(0x114))/0x2)+-parseInt(v(0x117))/0x3+parseInt(v(0x12d))/0x4+-parseInt(v(0x116))/0x5+-parseInt(v(0x12c))/0x6*(-parseInt(v(0x113))/0x7)+-parseInt(v(0x11c))/0x8+-parseInt(v(0x11f))/0x9*(-parseInt(v(0x10a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0xd3ebd));var a29b=(function(){var a=!![];return function(b,c){var w=a29d;if(w(0x10d)===w(0x10d)){var d=a?function(){var x=w;if(x(0x115)!==x(0x111)){if(c){var e=c['apply'](b,arguments);return c=null,e;}}else d(e[x(0x10c)](f));}:function(){};return a=![],d;}else d(e['throw'](f));};}()),a29a=a29b(this,function(){var y=a29d;return a29a['toString']()[y(0x10f)](y(0x119))[y(0x11e)]()[y(0x123)](a29a)[y(0x10f)](y(0x119));});a29a();var __awaiter=this&&this[a29z(0x120)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var D=a29d;function h(k){var A=a29d;try{j(d[A(0x10c)](k));}catch(l){A(0x118)!=='RrjBr'?g(l):h[A(0x11d)]?i(j[A(0x109)]):k(l[A(0x109)])[A(0x125)](m,n);}}function i(k){var B=a29d;try{j(d[B(0x110)](k));}catch(l){g(l);}}function j(k){var C=a29d;if(C(0x112)===C(0x112))k[C(0x11d)]?f(k['value']):e(k[C(0x109)])[C(0x125)](h,i);else return f instanceof g?h:new i(function(m){m(k);});}j((d=d['apply'](a,b||[]))[D(0x10c)]());});};function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x109;var f=c[d];return f;},a29d(a,b);}import a29u from'./get.command.js';import{Command}from'../../command.js';Command[a29z(0x11a)]({'name':a29z(0x11b),'usage':a29z(0x10e),'aliases':['gc'],'description':a29z(0x126)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a29d;if('mTyTB'===E(0x10b))try{if(E(0x129)!=='BHOSY')d[E(0x127)](e),f[E(0x128)](0x0);else{const d=yield this[E(0x12e)][E(0x122)]();console[E(0x124)](d);}}catch(f){if(E(0x12b)!==E(0x12a))console[E(0x127)](f),process[E(0x128)](0x0);else try{i(j['throw'](k));}catch(h){m(h);}}else c(d);});},a29u);
@@ -1 +1 @@
1
- var a30x=a30d;(function(a,b){var v=a30d,c=a();while(!![]){try{var d=parseInt(v(0xfe))/0x1*(-parseInt(v(0xfa))/0x2)+parseInt(v(0x10f))/0x3*(parseInt(v(0x10a))/0x4)+parseInt(v(0x10b))/0x5*(parseInt(v(0x112))/0x6)+-parseInt(v(0x10c))/0x7+-parseInt(v(0xfc))/0x8*(-parseInt(v(0xfb))/0x9)+-parseInt(v(0x102))/0xa*(-parseInt(v(0x108))/0xb)+-parseInt(v(0x107))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xf1c79));var a30b=(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;};}()),a30a=a30b(this,function(){var w=a30d;return a30a[w(0x110)]()[w(0x100)](w(0x113))[w(0x110)]()[w(0x104)](a30a)[w(0x100)](w(0x113));});a30a();var __awaiter=this&&this[a30x(0x105)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a30d;if(y(0xf5)===y(0xf8)){var i=d[y(0xf1)](e,arguments);return f=null,i;}else g(f);});}return new(c||(c=Promise))(function(f,g){var C=a30d;function h(k){var z=a30d;try{j(d[z(0x109)](k));}catch(l){g(l);}}function i(k){var A=a30d;if(A(0xf4)===A(0x111))c(d);else try{A(0x10e)===A(0x10e)?j(d[A(0x10d)](k)):c(d);}catch(n){g(n);}}function j(k){var B=a30d;B(0x114)===B(0x114)?k[B(0xf9)]?f(k[B(0x106)]):e(k[B(0x106)])[B(0xf7)](h,i):d(e[B(0x109)](f));}j((d=d[C(0xf1)](a,b||[]))[C(0x109)]());});};import a30u from'./get.command.js';function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0xf1;var f=c[d];return f;},a30d(a,b);}import{Command}from'../../command.js';function a30c(){var E=['value','19223424qAGDWH','21460483GKYFNX','next','2884796qJpedP','3490odaIfS','5684112tmFCyb','throw','gmbcL','3YYhLlw','toString','VknQm','7908sEqnJg','(((.+)+)+)+$','eSZSa','apply','AaeaZ','log','xGkqd','VOtGq','local-config','then','KIYlT','done','11428eYRNlU','27WHTKVI','1129544VOHeDv','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','107ryLqcz','getProjectConfig','search','create','10mDkgTq','mAycJ','constructor','__awaiter'];a30c=function(){return E;};return a30c();}Command[a30x(0x101)]({'name':a30x(0xf6),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'description':a30x(0xfd)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a30d;if(D(0x103)!==D(0xf2)){const c=yield this['fsi'][D(0xff)]();console[D(0xf3)](c);}else try{i(j[D(0x10d)](k));}catch(e){m(e);}});},a30u);
1
+ var a30D=a30d;(function(a,b){var v=a30d,c=a();while(!![]){try{var d=parseInt(v(0x147))/0x1*(parseInt(v(0x146))/0x2)+-parseInt(v(0x14a))/0x3*(-parseInt(v(0x12e))/0x4)+-parseInt(v(0x144))/0x5+parseInt(v(0x140))/0x6*(parseInt(v(0x139))/0x7)+-parseInt(v(0x138))/0x8+-parseInt(v(0x13d))/0x9+-parseInt(v(0x12f))/0xa*(parseInt(v(0x143))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xacc19));function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x12e;var f=c[d];return f;},a30d(a,b);}var a30b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a30d;if(c){var e=c[w(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){var x=a30d;return a30a[x(0x136)]()[x(0x148)]('(((.+)+)+)+$')[x(0x136)]()[x(0x142)](a30a)[x(0x148)](x(0x13e));});a30a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a30d;if(y(0x13f)===y(0x14c))return c[y(0x136)]()[y(0x148)]('(((.+)+)+)+$')[y(0x136)]()[y(0x142)](d)[y(0x148)](y(0x13e));else g(f);});}return new(c||(c=Promise))(function(f,g){var C=a30d;function h(k){var z=a30d;try{if(z(0x134)===z(0x132))try{i(j[z(0x13a)](k));}catch(m){m(m);}else j(d[z(0x13a)](k));}catch(m){g(m);}}function i(k){var A=a30d;try{A(0x13b)!=='rAbtp'?j(d[A(0x149)](k)):c(d);}catch(m){g(m);}}function j(k){var B=a30d;k[B(0x14b)]?f(k[B(0x137)]):e(k[B(0x137)])[B(0x135)](h,i);}j((d=d['apply'](a,b||[]))[C(0x13a)]());});};import a30u from'./get.command.js';import{Command}from'../../command.js';function a30c(){var F=['fsi','1338954mmrkJK','2mdudIH','search','throw','2459442sDCHoG','done','himWH','4TGBTwU','4850FdvhIN','local-config','apply','SfuAB','log','HyFtj','then','toString','value','2581664cpvTnk','91721mcCsHO','next','dopVs','getProjectConfig','9086283sHjLXf','(((.+)+)+)+$','NPCjr','12DgsWsw','create','constructor','473ZmHHBv','621075LCRdwN'];a30c=function(){return F;};return a30c();}Command[a30D(0x141)]({'name':a30D(0x130),'usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'description':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a30d;const c=yield this[E(0x145)][E(0x13c)]();console[E(0x133)](c);});},a30u);
@@ -1 +1 @@
1
- function a31c(){const G=['join','decode','GwDoC','hash','search','exit','542822piktbf','user','authToken','throw','152052PlMvJz','error','7641585ACPthg','value','1884542EvSKYk','User\x20Access\x20Token:\x20\x20','18GAtYEA','11270848YtxCaQ','fsi','apply','20WRwnUH','(((.+)+)+)+$','create','toString','whoami','getGlobalConfig','constructor','45DGWKDg','UAhmt','BZhGM','__awaiter','18468936SRgwva','next','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2077035LcWXtz','roles','token','then','notice','kZDQS','maka\x20get:whoami','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'];a31c=function(){return G;};return a31c();}const a31z=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=-parseInt(w(0x18b))/0x1+parseInt(w(0x183))/0x2+parseInt(w(0x16e))/0x3*(-parseInt(w(0x187))/0x4)+-parseInt(w(0x175))/0x5*(parseInt(w(0x163))/0x6)+-parseInt(w(0x189))/0x7+parseInt(w(0x164))/0x8+-parseInt(w(0x172))/0x9*(-parseInt(w(0x167))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0xf2276));const a31b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a31d;if(c){const e=c[x(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a31a=a31b(this,function(){const y=a31d;return a31a[y(0x16a)]()['search']('(((.+)+)+)+$')[y(0x16a)]()[y(0x16d)](a31a)[y(0x181)](y(0x168));});a31a();var __awaiter=this&&this[a31z(0x171)]||function(a,b,c,d){function e(f){const A=a31d;if(A(0x170)!==A(0x170)){if(e){const h=i[A(0x166)](j,arguments);return k=null,h;}}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const E=a31d;function h(k){const B=a31d;try{j(d[B(0x173)](k));}catch(l){g(l);}}function i(k){const C=a31d;try{if('mEKCF'==='mEKCF')j(d[C(0x186)](k));else{const n=g?function(){if(n){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}catch(m){g(m);}}function j(k){const D=a31d;D(0x17f)!==D(0x17a)?k['done']?f(k['value']):e(k[D(0x18a)])[D(0x178)](h,i):d(e[D(0x186)](f));}j((d=d[E(0x166)](a,b||[]))[E(0x173)]());});};import a31u from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a31v from'jsonwebtoken';function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x163;let f=c[d];return f;},a31d(a,b);}Command[a31z(0x169)]({'name':a31z(0x16b),'usage':a31z(0x17b),'description':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a31d;if(F(0x16f)==='WCmqq'){const d=d[F(0x166)](e,arguments);return f=null,d;}else try{const d=yield this[F(0x165)][F(0x16c)]();if(d[F(0x180)]){const f=a31v[F(0x17e)](d['hash']);Log[F(0x179)](F(0x17c)+(f===null||f===void 0x0?void 0x0:f[F(0x184)])),Log[F(0x179)](F(0x174)+d[F(0x177)]['userId']),Log['notice'](F(0x18c)+d[F(0x177)][F(0x185)]),Log['notice']('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(f===null||f===void 0x0?void 0x0:f[F(0x176)][F(0x17d)](',\x20')));}}catch(g){console[F(0x188)](g),process[F(0x182)](0x0);}});},a31u);
1
+ const a31z=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=parseInt(w(0x11c))/0x1*(parseInt(w(0x11f))/0x2)+parseInt(w(0x12b))/0x3+-parseInt(w(0x11a))/0x4*(-parseInt(w(0x144))/0x5)+parseInt(w(0x128))/0x6+-parseInt(w(0x123))/0x7+-parseInt(w(0x131))/0x8+parseInt(w(0x130))/0x9*(-parseInt(w(0x13d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0xd427d));const a31b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a31d;if(c){const e=c[x(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a31a=a31b(this,function(){const y=a31d;return a31a[y(0x11e)]()[y(0x141)](y(0x12f))[y(0x11e)]()[y(0x135)](a31a)[y(0x141)](y(0x12f));});a31a();var __awaiter=this&&this[a31z(0x148)]||function(a,b,c,d){function e(f){const A=a31d;if(A(0x142)!=='Exsvw')return f instanceof c?f:new c(function(g){g(f);});else{if(e){const h=i[A(0x140)](j,arguments);return k=null,h;}}}return new(c||(c=Promise))(function(f,g){const F=a31d;function h(k){const B=a31d;if('yowED'!==B(0x145))try{if(B(0x13f)===B(0x13f))j(d['next'](k));else{const n=g?function(){const C=B;if(n){const u=q[C(0x140)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}catch(m){B(0x137)!==B(0x12a)?g(m):h[B(0x11b)]?i(j['value']):k(l[B(0x13e)])[B(0x125)](m,n);}else return f instanceof g?h:new i(function(p){p(k);});}function i(k){const D=a31d;try{j(d['throw'](k));}catch(l){if(D(0x13a)===D(0x13a))g(l);else return c['toString']()[D(0x141)](D(0x12f))[D(0x11e)]()['constructor'](d)[D(0x141)](D(0x12f));}}function j(k){const E=a31d;if(E(0x133)!==E(0x12e))k[E(0x11b)]?f(k['value']):e(k[E(0x13e)])['then'](h,i);else{const m=i['decode'](j['hash']);k['notice'](E(0x132)+(m===null||m===void 0x0?void 0x0:m[E(0x120)])),l[E(0x143)](E(0x13c)+m[E(0x127)][E(0x129)]),n[E(0x143)](E(0x12c)+o['token'][E(0x121)]),p[E(0x143)](E(0x147)+(m===null||m===void 0x0?void 0x0:m[E(0x12d)][E(0x134)](',\x20')));}}j((d=d[F(0x140)](a,b||[]))[F(0x13b)]());});};import a31u from'./get.command.js';import{Command}from'../../command.js';function a31c(){const H=['fsi','3932caWxdo','done','5431BUBLTg','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','toString','490UhRJSY','user','authToken','decode','8954043rtgOlD','whoami','then','create','token','2091366UNjhgJ','userId','rqEPa','2599344sSFLQx','User\x20Access\x20Token:\x20\x20','roles','QqquQ','(((.+)+)+)+$','36iDqnTZ','7341088aglIun','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','emnmh','join','constructor','exit','YMFaF','error','maka\x20get:whoami','HEpzf','next','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','2282610KzAOSB','value','QfjYi','apply','search','OprpL','notice','7290toBEhn','IlWqu','hash','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','__awaiter','getGlobalConfig'];a31c=function(){return H;};return a31c();}import{Log}from'../../tools/log/log.class.js';function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x118;let f=c[d];return f;},a31d(a,b);}import a31v from'jsonwebtoken';Command[a31z(0x126)]({'name':a31z(0x124),'usage':a31z(0x139),'description':a31z(0x11d)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a31d;try{const c=yield this[G(0x119)][G(0x118)]();if(c[G(0x146)]){const d=a31v[G(0x122)](c[G(0x146)]);Log['notice'](G(0x132)+(d===null||d===void 0x0?void 0x0:d[G(0x120)])),Log['notice'](G(0x13c)+c[G(0x127)][G(0x129)]),Log[G(0x143)]('User\x20Access\x20Token:\x20\x20'+c['token'][G(0x121)]),Log[G(0x143)](G(0x147)+(d===null||d===void 0x0?void 0x0:d[G(0x12d)][G(0x134)](',\x20')));}}catch(f){console[G(0x138)](f),process[G(0x136)](0x0);}});},a31u);
@@ -1 +1 @@
1
- function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0xbf;var f=c[d];return f;},a32d(a,b);}var a32z=a32d;(function(a,b){var v=a32d,c=a();while(!![]){try{var d=parseInt(v(0xc9))/0x1*(parseInt(v(0xc3))/0x2)+-parseInt(v(0xc1))/0x3+parseInt(v(0xc2))/0x4*(-parseInt(v(0xdb))/0x5)+parseInt(v(0xdc))/0x6*(-parseInt(v(0xd1))/0x7)+parseInt(v(0xca))/0x8+parseInt(v(0xd6))/0x9+-parseInt(v(0xce))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0xb4376));var a32b=(function(){var a=!![];return function(b,c){var w=a32d;if(w(0xcf)===w(0xcf)){var d=a?function(){var x=w;if(x(0xc4)!==x(0xc4))d(e[x(0xda)](f));else{if(c){if(x(0xd8)!==x(0xd8))return c[x(0xc6)]()[x(0xcb)](x(0xd7))[x(0xc6)]()[x(0xd9)](d)[x(0xcb)](x(0xd7));else{var e=c[x(0xc0)](b,arguments);return c=null,e;}}}}:function(){};return a=![],d;}else try{i(j['next'](k));}catch(f){m(f);}};}()),a32a=a32b(this,function(){var y=a32d;return a32a['toString']()[y(0xcb)](y(0xd7))[y(0xc6)]()[y(0xd9)](a32a)[y(0xcb)](y(0xd7));});a32a();var __awaiter=this&&this[a32z(0xd0)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var D=a32d;function h(k){var A=a32d;try{j(d[A(0xda)](k));}catch(l){A(0xcd)!==A(0xcd)?c(d):g(l);}}function i(k){var B=a32d;if(B(0xc8)==='bTttm')try{j(d[B(0xd3)](k));}catch(l){g(l);}else{var n=g?function(){if(n){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}function j(k){var C=a32d;if(C(0xc7)!==C(0xd4))k[C(0xbf)]?f(k[C(0xd2)]):e(k[C(0xd2)])['then'](h,i);else try{i(j[C(0xd3)](k));}catch(m){m(m);}}j((d=d[D(0xc0)](a,b||[]))['next']());});};function a32c(){var F=['1306629sqkflb','(((.+)+)+)+$','ZPQNX','constructor','next','5MQvZOr','12120BsZjPB','done','apply','3186018WfiOvr','1386624cujkyW','25242gjoNTF','FPtop','help','toString','ynVwd','bTttm','69SAIIXV','11319872yMRoBN','search','create','RjMtt','680460ZShVxT','pxSQk','__awaiter','749CVvxqE','value','throw','Foowj','rtCKh'];a32c=function(){return F;};return a32c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a32z(0xcc)]({'name':a32z(0xc5),'description':'Try,\x20maka\x20--help','aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a32d;if(E(0xd5)!==E(0xd5))c(d);else throw new UsageError();});});
1
+ var a32F=a32d;(function(a,b){var v=a32d,c=a();while(!![]){try{var d=-parseInt(v(0x87))/0x1+parseInt(v(0x93))/0x2*(-parseInt(v(0x97))/0x3)+parseInt(v(0x8c))/0x4*(parseInt(v(0x88))/0x5)+parseInt(v(0x82))/0x6+parseInt(v(0x95))/0x7*(parseInt(v(0x90))/0x8)+-parseInt(v(0x89))/0x9+-parseInt(v(0x9d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x60c6f));function a32c(){var H=['561910qxJXOw','305mdfYMM','959562CkFsxZ','throw','LpTRu','50156Efhmwr','create','done','BhrtJ','2289032vyBxtu','QESmm','cSWoS','76VDKLmg','next','14IWlCtz','search','7497rIyAhW','iUDma','value','oMqoh','Try,\x20maka\x20--help','uEfat','9177460qLcLvR','then','toString','apply','4442988ElHOyF','(((.+)+)+)+$','Pdber','help','constructor'];a32c=function(){return H;};return a32c();}var a32b=(function(){var a=!![];return function(b,c){var w=a32d;if(w(0x9a)!==w(0x9a)){var f=d[w(0xa0)](e,arguments);return f=null,f;}else{var d=a?function(){var x=w;if(c){if(x(0x98)==='iUDma'){var f=c[x(0xa0)](b,arguments);return c=null,f;}else{var h=g?function(){var y=x;if(h){var u=q[y(0xa0)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}}}:function(){};return a=![],d;}};}()),a32a=a32b(this,function(){var z=a32d;return a32a[z(0x9f)]()[z(0x96)](z(0x83))[z(0x9f)]()[z(0x86)](a32a)[z(0x96)](z(0x83));});a32a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){var A=a32d;if('wohYF'===A(0x84))try{i(j['throw'](k));}catch(h){m(h);}else return f instanceof c?f:new c(function(h){var B=A;B(0x8f)==='MKGGC'?d(e[B(0x8a)](f)):h(f);});}return new(c||(c=Promise))(function(f,g){function h(k){var C=a32d;if('uEfat'===C(0x9c))try{j(d[C(0x94)](k));}catch(l){'LpTRu'!==C(0x8b)?d(l[C(0x94)](f)):g(l);}else return c(this,void 0x0,void 0x0,function*(){throw new e();});}function i(k){var D=a32d;try{j(d[D(0x8a)](k));}catch(l){g(l);}}function j(k){var E=a32d;if('cSWoS'!==E(0x92))throw new b();else k[E(0x8e)]?f(k['value']):e(k[E(0x99)])[E(0x9e)](h,i);}j((d=d['apply'](a,b||[]))['next']());});};function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0x82;var f=c[d];return f;},a32d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a32F(0x8d)]({'name':a32F(0x85),'description':a32F(0x9b),'aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var G=a32d;if(G(0x91)==='QESmm')throw new UsageError();else{if(e){var b=i[G(0xa0)](j,arguments);return k=null,b;}}});});
@@ -1 +1 @@
1
- const a33L=a33d;(function(a,b){const D=a33d,c=a();while(!![]){try{const d=parseInt(D(0x213))/0x1*(parseInt(D(0x242))/0x2)+-parseInt(D(0x226))/0x3*(parseInt(D(0x224))/0x4)+parseInt(D(0x23f))/0x5+parseInt(D(0x220))/0x6+parseInt(D(0x239))/0x7+parseInt(D(0x1ff))/0x8+-parseInt(D(0x1f6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0xd6bad));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const E=a33d;if(E(0x22c)!==E(0x236)){if(c){const e=c[E(0x20c)](b,arguments);return c=null,e;}}else{if(e){const g=i[E(0x20c)](j,arguments);return k=null,g;}}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const F=a33d;return a33a[F(0x22b)]()[F(0x1fd)](F(0x22f))[F(0x22b)]()['constructor'](a33a)[F(0x1fd)](F(0x22f));});function a33c(){const N=['8521492qiNIdU','platform','mkdir\x20-p\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','-xzf','Installing\x20meteor\x20','4335485TeWwKk','exit','Removing\x20previous\x20install\x20of\x20meteor','116474mpbcxt','CFjYJ','nvFkg','/.local/bin','-rf','warn','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','wSPyV','fsi','getGlobalConfig','length','notice','confirm','win32','next','cert','/meteor-bootstrap-','yjJjw','debug','diBvX','error','19677780FWDoKa','Network\x20error,\x20please\x20try\x20again.','value','CoRBf','iPaPb','tar','withSpinner','search','printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor','5699464OeFSKM','.meteor','GjEXf','EWwmq','wfBNJ','--cacert','Using\x20CA\x20Cert\x20','\x20installed.\x0a','maka\x20i','create','then','rrcYN','sZYoD','apply','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','throw','uZCmh','sync','os.linux.x86_64','cacert','5cJpZVT','install','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','kXPnZ','success','allowInsecure','maka\x20install','Downloading\x20meteor\x20version\x20','replace','os.osx.x86_64','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','join','meteor.tar.gz','9287418Kgatvd','ebfEy','maka\x20install\x20meteor','ignore','169732hjHuZG','GmsGo','111jnLLoR','existsSync','.tar.gz','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','string','toString','MRPPK','Aborted','darwin','(((.+)+)+)+$','done','Meteor\x20version\x20','xspMF','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','version','Allowing\x20insecure\x20curl\x20connections.','TgKKc','keepInstall','maka\x20install\x20meteor\x20-v\x202.3.6'];a33c=function(){return N;};return a33c();}a33a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){const G=a33d;if('wSPyV'!==G(0x249))throw'Network\x20error,\x20please\x20try\x20again.';else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const K=a33d;function h(k){const H=a33d;if('zwEpm'==='zwEpm')try{j(d[H(0x250)](k));}catch(l){H(0x203)!=='rHDrP'?g(l):(g('mkdir\x20-p\x20'+h+H(0x245),{'stdio':H(0x223)}),i(H(0x1fe),{'stdio':H(0x223)}),j('printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile',{'stdio':'ignore'}),k(H(0x21d),{'stdio':H(0x223)}),l(H(0x248),{'stdio':H(0x223)}));}else g['notice']('Using\x20CA\x20Cert\x20'+h[H(0x212)]),i=j[H(0x212)],k=[H(0x204),l];}function i(k){const I=a33d;try{if(I(0x221)===I(0x221))j(d[I(0x20e)](k));else return c[I(0x22b)]()[I(0x1fd)](I(0x22f))[I(0x22b)]()['constructor'](d)['search'](I(0x22f));}catch(m){g(m);}}function j(k){const J=a33d;J(0x225)===J(0x216)?b=!![]:k[J(0x230)]?f(k[J(0x1f8)]):e(k[J(0x1f8)])[J(0x209)](h,i);}j((d=d[K(0x20c)](a,b||[]))[K(0x250)]());});};import a33x from'os';import a33y from'path';import a33z from'fs';import a33A from'delete';import{execSync}from'child_process';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a33d(a,b);}const homeDir=a33x['homedir']();Command[a33L(0x208)]({'name':a33L(0x214),'aliases':['i'],'validOpts':['f','force','v',a33L(0x234),a33L(0x1f3),a33L(0x212),a33L(0x237)],'usage':a33L(0x219),'description':a33L(0x229),'examples':[a33L(0x222),'maka\x20install\x20meteor\x20--force',a33L(0x238),'maka\x20install\x20meteor\x20--version\x201.12.1',a33L(0x207)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const M=a33d;if('zfEGB'==='fgMyQ'){const d=d['apply'](e,arguments);return f=null,d;}else try{let d=[],f='';if(b[M(0x212)]){if(M(0x243)!==M(0x243))throw M(0x22d);else{if(this[M(0x24a)]['isFile'](b[M(0x212)])){if(M(0x20b)!=='sZYoD')try{i(j['next'](k));}catch(q){m(q);}else Log[M(0x24d)](M(0x205)+b[M(0x212)]),f=b['cacert'],d=['--cacert',f];}else throw M(0x20d)+f;}}const g=yield this['fsi'][M(0x24b)]();if(g[M(0x1f0)]){if(M(0x201)!==M(0x1fa)){if(this[M(0x24a)]['isFile'](g[M(0x1f0)]))M(0x20f)==='uZCmh'?(f=g[M(0x1f0)],d=[M(0x204),f]):c(d);else throw M(0x23c)+f;}else c[M(0x1f5)](d);}g[M(0x218)]&&(M(0x232)==='WsnWN'?(c['warn'](M(0x235)),d=['-k']):(Log['warn'](M(0x235)),d=['-k']));let h=![];b['f']||b['force']?h=!![]:h=yield Actions[M(0x24e)](M(0x233));if(!h){if(M(0x244)!==M(0x244))d=e['v']||f[M(0x234)];else throw'Aborted';}const i=process[M(0x23a)]===M(0x24f),j=process[M(0x23a)]===M(0x22e);let k=execSync('curl\x20'+d[M(0x21e)]('\x20')+'\x20-s\x20https://install.meteor.com/')[M(0x22b)](),l=yield this[M(0x24a)]['grep'](k,'RELEASE=');if(l[M(0x24c)]===0x0)throw M(0x1f7);let m=l[0x0][M(0x21b)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');if(typeof b['v']===M(0x22a)||typeof b[M(0x234)]===M(0x22a)){if(M(0x1f2)!==M(0x20a))m=b['v']||b['version'];else{if(this[M(0x24a)]['isFile'](g[M(0x1f0)]))m=n[M(0x1f0)],o=['--cacert',p];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+q;}}let n=a33y[M(0x21e)](homeDir,M(0x200));if(i)Log[M(0x247)](M(0x215));else{if(a33z[M(0x227)](n)){if(M(0x1f9)===M(0x1f9))yield SpawnAsync[M(0x1fc)]('rm',[M(0x246),n],{'message':M(0x241)});else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+b;}try{if('EWwmq'===M(0x202)){const w=j?M(0x21c):M(0x211);yield SpawnAsync[M(0x1fc)]('curl',[...d,'-s','https://static-meteor.netdna-ssl.com/packages-bootstrap/'+m+M(0x1f1)+w+M(0x228),'--output',a33y[M(0x21e)](homeDir,M(0x21f))],{'message':M(0x21a)+m});const x=[M(0x23d),a33y['join'](homeDir,M(0x21f)),'-C',homeDir];yield SpawnAsync[M(0x1fc)](M(0x1fb),x,{'message':M(0x23e)+m}),a33A[M(0x210)](a33y['join'](homeDir,M(0x21f)),{'force':!![]});}else d(e[M(0x20e)](f));}catch(z){M(0x1f4)===M(0x1f4)?console[M(0x1f5)](z):h['done']?i(j[M(0x1f8)]):k(l[M(0x1f8)])[M(0x209)](m,n);}try{execSync(M(0x23b)+homeDir+M(0x245),{'stdio':M(0x223)}),execSync(M(0x1fe),{'stdio':M(0x223)}),execSync('printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile',{'stdio':M(0x223)}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':M(0x223)}),execSync(M(0x248),{'stdio':M(0x223)});}catch(B){console[M(0x1f5)](B);}Log[M(0x217)](M(0x231)+m+M(0x206));}}catch(C){console[M(0x1f5)](C),process[M(0x240)](0x0);}});});
1
+ const a33F=a33d;(function(a,b){const B=a33d,c=a();while(!![]){try{const d=parseInt(B(0x1ee))/0x1*(parseInt(B(0x20e))/0x2)+parseInt(B(0x1f8))/0x3*(-parseInt(B(0x1dc))/0x4)+-parseInt(B(0x1ba))/0x5*(-parseInt(B(0x201))/0x6)+-parseInt(B(0x1c5))/0x7*(-parseInt(B(0x1cc))/0x8)+parseInt(B(0x209))/0x9+parseInt(B(0x1d6))/0xa*(-parseInt(B(0x1ef))/0xb)+parseInt(B(0x1ff))/0xc*(parseInt(B(0x1da))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0xd5d15));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a33d;if('WaWmV'===C(0x20c))throw C(0x1c3);else{if(c){if(C(0x1cf)===C(0x1bf)){const g=g?function(){const D=C;if(g){const u=q[D(0x1e1)](r,arguments);return s=null,u;}}:function(){};return l=![],g;}else{const g=c[C(0x1e1)](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const E=a33d;return a33a[E(0x208)]()[E(0x1b9)](E(0x1ac))['toString']()[E(0x1b0)](a33a)['search'](E(0x1ac));});a33a();var __awaiter=this&&this[a33F(0x1d8)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const J=a33d;function h(k){const G=a33d;try{j(d[G(0x1fc)](k));}catch(l){g(l);}}function i(k){const H=a33d;try{H(0x1fe)!==H(0x1b2)?j(d['throw'](k)):c[H(0x1af)](d);}catch(m){g(m);}}function j(k){const I=a33d;k[I(0x1ea)]?f(k['value']):e(k['value'])[I(0x207)](h,i);}j((d=d['apply'](a,b||[]))[J(0x1fc)]());});};import a33x from'os';import a33y from'path';import a33z from'fs';function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a33d(a,b);}import a33A from'delete';import{execSync}from'child_process';function a33c(){const L=['1591352EnjoKu','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','throw','Allowing\x20insecure\x20curl\x20connections.','aGUZz','apply','maka\x20install\x20meteor','confirm','sync','printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor','existsSync','notice','exit','Installing\x20meteor\x20','done','URmqQ','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','RELEASE=','1xsowJe','18374114roBsLm','cert','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','pxLfW','grep','erDpQ','replace','platform','meteor.tar.gz','3klkcKn','maka\x20install\x20meteor\x20-v\x202.3.6','--output','tagEC','next','length','AaRxE','7817532UMIbyr','\x20-s\x20https://install.meteor.com/','6szshEG','homedir','mkdir\x20-p\x20','--cacert','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','QIoWY','then','toString','4349187TuHcSR','version','Removing\x20previous\x20install\x20of\x20meteor','wAlsB','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','768532eMTZnZ','(((.+)+)+)+$','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','maka\x20install\x20meteor\x20--version\x201.12.1','error','constructor','\x20installed.\x0a','IsoMn','ignore','curl','getGlobalConfig','cacert','tar','/.local/bin','search','5272365rrXprY','warn','withSpinner','success','os.linux.x86_64','Eblqf','Meteor\x20version\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','sVwnu','Network\x20error,\x20please\x20try\x20again.','string','123522dbQJbA','join','.tar.gz','imTQr','fsi','allowInsecure','curl\x20','168GhVoyn','-rf','keepInstall','YFOKU','maka\x20i','rBlMR','force','win32','create','https://static-meteor.netdna-ssl.com/packages-bootstrap/','10kGzoBn','os.osx.x86_64','__awaiter','maka\x20install\x20meteor\x20--force','13NQLpTB','.meteor'];a33c=function(){return L;};return a33c();}import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';const homeDir=a33x[a33F(0x202)]();Command[a33F(0x1d4)]({'name':'install','aliases':['i'],'validOpts':['f',a33F(0x1d2),'v',a33F(0x20a),'debug','cacert',a33F(0x1ce)],'usage':'maka\x20install','description':a33F(0x1f1),'examples':[a33F(0x1e2),a33F(0x1d9),a33F(0x1f9),a33F(0x1ae),a33F(0x1d0)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const K=a33d;try{let c=[],d='';if(b[K(0x1b6)]){if(K(0x1f2)!==K(0x1d1)){if(this[K(0x1c9)]['isFile'](b[K(0x1b6)]))Log[K(0x1e7)]('Using\x20CA\x20Cert\x20'+b[K(0x1b6)]),d=b['cacert'],c=[K(0x204),d];else throw K(0x1c1)+d;}else try{i(j[K(0x1de)](k));}catch(o){m(o);}}const f=yield this[K(0x1c9)][K(0x1b5)]();if(f[K(0x1f0)]){if(this[K(0x1c9)]['isFile'](f[K(0x1f0)]))d=f[K(0x1f0)],c=[K(0x204),d];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d;}f[K(0x1ca)]&&(Log['warn'](K(0x1df)),c=['-k']);let g=![];if(b['f']||b['force']){if('tagEC'!==K(0x1fb))throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+b;else g=!![];}else g=yield Actions[K(0x1e3)](K(0x205));if(!g)throw'Aborted';const h=process[K(0x1f6)]===K(0x1d3),i=process[K(0x1f6)]==='darwin';let j=execSync(K(0x1cb)+c[K(0x1c6)]('\x20')+K(0x200))['toString'](),k=yield this[K(0x1c9)][K(0x1f3)](j,K(0x1ed));if(k[K(0x1fd)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';let l=k[0x0][K(0x1f5)](/[^0-9.]/gi,'')[K(0x1f5)](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[K(0x20a)]===K(0x1c4))&&(l=b['v']||b[K(0x20a)]);let m=a33y[K(0x1c6)](homeDir,K(0x1db));if(h)Log[K(0x1bb)](K(0x1dd));else{if(K(0x206)!==K(0x1eb)){a33z[K(0x1e6)](m)&&(K(0x1f4)!==K(0x1f4)?(g(K(0x203)+h+K(0x1b8),{'stdio':'ignore'}),i(K(0x1e5),{'stdio':'ignore'}),j(K(0x1ec),{'stdio':K(0x1b3)}),k(K(0x20d),{'stdio':K(0x1b3)}),l(K(0x1ad),{'stdio':K(0x1b3)})):yield SpawnAsync[K(0x1bc)]('rm',[K(0x1cd),m],{'message':K(0x20b)}));try{const q=i?K(0x1d7):K(0x1be);yield SpawnAsync[K(0x1bc)](K(0x1b4),[...c,'-s',K(0x1d5)+l+'/meteor-bootstrap-'+q+K(0x1c7),K(0x1fa),a33y['join'](homeDir,K(0x1f7))],{'message':'Downloading\x20meteor\x20version\x20'+l});const r=['-xzf',a33y['join'](homeDir,K(0x1f7)),'-C',homeDir];yield SpawnAsync[K(0x1bc)](K(0x1b7),r,{'message':K(0x1e9)+l}),a33A[K(0x1e4)](a33y['join'](homeDir,K(0x1f7)),{'force':!![]});}catch(s){console[K(0x1af)](s);}try{if('aGUZz'===K(0x1e0))execSync(K(0x203)+homeDir+'/.local/bin',{'stdio':K(0x1b3)}),execSync('printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor',{'stdio':K(0x1b3)}),execSync(K(0x1ec),{'stdio':K(0x1b3)}),execSync(K(0x20d),{'stdio':K(0x1b3)}),execSync(K(0x1ad),{'stdio':K(0x1b3)});else return f instanceof g?h:new i(function(u){u(k);});}catch(u){K(0x1c8)!==K(0x1c2)?console[K(0x1af)](u):(c[K(0x1bb)](K(0x1df)),d=['-k']);}Log[K(0x1bd)](K(0x1c0)+l+K(0x1b1));}else{const x=d[K(0x1e1)](e,arguments);return f=null,x;}}}catch(x){console['error'](x),process[K(0x1e8)](0x0);}});});
@@ -1 +1 @@
1
- function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xc4;let f=c[d];return f;},a34d(a,b);}const a34z=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=-parseInt(w(0xc4))/0x1+-parseInt(w(0xeb))/0x2+-parseInt(w(0xda))/0x3+-parseInt(w(0xe7))/0x4*(parseInt(w(0xd7))/0x5)+-parseInt(w(0xd5))/0x6*(parseInt(w(0xe0))/0x7)+-parseInt(w(0xe8))/0x8*(parseInt(w(0xe5))/0x9)+parseInt(w(0xe9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x940e2));const a34b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a34d;if(c){const e=c[x(0xc6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a34a=a34b(this,function(){const y=a34d;return a34a[y(0xc7)]()[y(0xc9)](y(0xd0))[y(0xc7)]()[y(0xe3)](a34a)[y(0xc9)](y(0xd0));});a34a();function a34c(){const B=['join','config','fsi','create','7504HTgsaM','jsdoc','writeFileSync','constructor','docs','5598jUfeFw','sep','341916rmPchv','2216ogpLuP','37356990XSrfkp','inherit','120474ziRlJd','427461XTKvMZ','.+\x5c.(j|t)s(doc|x)?$','apply','toString','plugins/markdown','search','pathFromProject','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','logWithSpinner','app/packages','isFile','logNotice','(((.+)+)+)+$','\x20-r\x20app','app/private','maka\x20jsdoc','maka\x20jsdoc\x20--init','6582aNyquP','utf-8','60YVYOtl','stop','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','802623heIsqh','jsdoc-config.json'];a34c=function(){return B;};return a34c();}import a34u from'path';import a34v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a34z(0xdf)]({'name':a34z(0xe1),'usage':a34z(0xd3),'mustBeInMakaProject':!![],'description':a34z(0xcb),'examples':[a34z(0xd4),a34z(0xd3)]},function(a){const A=a34z;let b=a34u[A(0xdc)](this[A(0xde)][A(0xca)]({}),A(0xe4)+a34u[A(0xe6)]),c=a34u[A(0xdc)](this[A(0xde)][A(0xca)]({}),A(0xdd),A(0xdb)),d=this[A(0xde)][A(0xca)]({}),f='jsdoc';if(!this[A(0xce)](c)){let h={'plugins':[A(0xc8)],'tags':{'allowUnknownTags':!![],'dictionaries':[A(0xe1),'closure']},'source':{'includePattern':A(0xc5),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[A(0xcd),'app/node_modules','app/public',A(0xd2)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0xd6)}};a34v[A(0xe2)](c,JSON['stringify'](h,null,0x4));}let g=this[A(0xcc)]('Running\x20'+f);try{let i=f+'\x20-c\x20'+c+A(0xd1)+a34u[A(0xe6)]+'\x20-d\x20'+b;execSync(i,{'cwd':d,'stdio':A(0xea)}),this[A(0xcf)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+b);}catch(j){this['logError'](j),this['logError'](A(0xd9));}finally{g[A(0xd8)]();}});
1
+ const a34A=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=-parseInt(w(0x86))/0x1+-parseInt(w(0x82))/0x2*(parseInt(w(0x84))/0x3)+parseInt(w(0xa3))/0x4*(parseInt(w(0x9f))/0x5)+parseInt(w(0x93))/0x6+-parseInt(w(0x97))/0x7+parseInt(w(0x9e))/0x8*(parseInt(w(0x9b))/0x9)+parseInt(w(0xa2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0xa2e3d));const a34b=(function(){let a=!![];return function(b,c){const x=a34d;if(x(0x92)===x(0x92)){const d=a?function(){const y=x;if(c){const e=c[y(0x87)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else{let f={'plugins':[x(0x76)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',x(0x88)]},'source':{'includePattern':x(0x94),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':['app/packages','app/node_modules',x(0x98),x(0x8d)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':x(0x89)}};d['writeFileSync'](e,f[x(0xa0)](f,null,0x4));}};}()),a34a=a34b(this,function(){const z=a34d;return a34a['toString']()[z(0x8b)](z(0x7e))[z(0xa1)]()['constructor'](a34a)[z(0x8b)]('(((.+)+)+)+$');});a34a();function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x75;let f=c[d];return f;},a34d(a,b);}import a34u from'path';import a34v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a34A(0x96)]({'name':a34A(0x75),'usage':a34A(0x7a),'mustBeInMakaProject':!![],'description':a34A(0x80),'examples':['maka\x20jsdoc\x20--init',a34A(0x7a)]},function(a){const B=a34A;let b=a34u[B(0x7c)](this[B(0x95)][B(0x9a)]({}),'docs'+a34u[B(0x9d)]),c=a34u['join'](this[B(0x95)][B(0x9a)]({}),B(0x81),B(0x7d)),d=this[B(0x95)][B(0x9a)]({}),f=B(0x75);if(!this['isFile'](c)){if('TfqTS'!=='itUUQ'){let h={'plugins':[B(0x76)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',B(0x88)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[B(0x99),B(0x7b),'app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a34v[B(0x83)](c,JSON['stringify'](h,null,0x4));}else{const j=g?function(){if(j){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],j;}}let g=this[B(0x9c)](B(0x79)+f);try{if(B(0x8a)!=='KsGLv'){let j=f+B(0x8e)+c+B(0x8f)+a34u[B(0x9d)]+'\x20-d\x20'+b;execSync(j,{'cwd':d,'stdio':B(0x77)}),this[B(0x85)](B(0x7f)+b);}else this[B(0x90)](b),this['logError'](B(0x91));}catch(l){this[B(0x90)](l),this[B(0x90)](B(0x91));}finally{if(B(0x78)!==B(0x8c))g['stop']();else{if(e){const n=i['apply'](j,arguments);return k=null,n;}}}});function a34c(){const C=['config','8yPlckX','writeFileSync','544068QEerwk','logNotice','1025666seeDHi','apply','closure','utf-8','XTvIt','search','umoSp','app/private','\x20-c\x20','\x20-r\x20app','logError','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','jaHZc','2590464VSnCNe','.+\x5c.(j|t)s(doc|x)?$','fsi','create','3481471PvhChr','app/public','app/packages','pathFromProject','4851IzAuHv','logWithSpinner','sep','13520Hqtzuf','4706225LAfIXy','stringify','toString','6317410eTkYrr','4PwSEcQ','jsdoc','plugins/markdown','inherit','zIPFz','Running\x20','maka\x20jsdoc','app/node_modules','join','jsdoc-config.json','(((.+)+)+)+$','\x0a[+]\x20Documentation\x20written\x20to\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator'];a34c=function(){return C;};return a34c();}
@@ -1 +1 @@
1
- const a35C=a35d;(function(a,b){const z=a35d,c=a();while(!![]){try{const d=-parseInt(z(0x160))/0x1+-parseInt(z(0x176))/0x2+-parseInt(z(0x186))/0x3+parseInt(z(0x168))/0x4*(parseInt(z(0x155))/0x5)+parseInt(z(0x16c))/0x6+-parseInt(z(0x190))/0x7+-parseInt(z(0x18b))/0x8*(-parseInt(z(0x17a))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x30393));const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const A=a35d;if(c){if(A(0x187)!=='IEKLr')d(e[A(0x169)](f));else{const f=c[A(0x15d)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const B=a35d;return a35a[B(0x16d)]()[B(0x15b)](B(0x15e))[B(0x16d)]()[B(0x181)](a35a)[B(0x15b)]('(((.+)+)+)+$');});a35a();function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x153;let f=c[d];return f;},a35d(a,b);}var __awaiter=this&&this[a35C(0x153)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const D=a35d;if('rFWUQ'!==D(0x16f)){const i=d[D(0x15d)](e,arguments);return f=null,i;}else g(f);});}return new(c||(c=Promise))(function(f,g){const H=a35d;function h(k){const E=a35d;if(E(0x18c)!==E(0x18c))e=f[E(0x184)],g[E(0x158)](E(0x183)+h);else try{j(d['next'](k));}catch(m){g(m);}}function i(k){const F=a35d;if(F(0x19f)===F(0x161))throw b;else try{if(F(0x18a)!=='OEDbO'){b[F(0x182)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}else j(d[F(0x169)](k));}catch(n){F(0x194)===F(0x196)?c=d[F(0x17c)]:g(n);}}function j(k){const G=a35d;k['done']?f(k[G(0x16e)]):e(k[G(0x16e)])[G(0x191)](h,i);}j((d=d['apply'](a,b||[]))[H(0x165)]());});};function a35c(){const J=['4RMyOjg','throw','sha256','ask','2164302wHTBXt','toString','value','rFWUQ','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Logging\x20in','wKZDP','/api/v1/status','withSpinner','Logging\x20into\x20https://','607682MJAcBt','getSystemInfo','debug','www.maka-cli.com','9fGLLPy','mUdKB','cert','assign','/api/v1/encodeJwt','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','success','constructor','failure','Using\x20CA\x20Cert\x20','cacert','getGlobalConfig','580725VvCiLG','IEKLr','rzcYL','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','OEDbO','3619888rfSzVt','DeJZz','isFile','maka\x20login','https://','448553DGZjiJ','then','Email:','fsi','fRXST','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','PzLRT','exit','header','cGlfW','TIMEOUT','/api/v1/login','create','Password:\x20','login','ByxdC','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','__awaiter','email','1619905viusqg','password','sHLzT','notice','error','QNzGW','search','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','apply','(((.+)+)+)+$','uuid','378166DMKWac','YRkel','QUKWt','setGlobalConfig','post','next','update','authToken'];a35c=function(){return J;};return a35c();}import a35u from'node-forge';import{Command}from'../command.js';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=a35C(0x179);Command[a35C(0x19c)]({'name':a35C(0x19e),'validOpts':[a35C(0x154),a35C(0x156),'help',a35C(0x184),a35C(0x178)],'usage':a35C(0x18e),'maxArgLength':0x2,'disableAuthCheck':!![],'description':a35C(0x17f),'examples':[a35C(0x18e),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const I=a35d;if(I(0x172)===I(0x172)){let c=Log[I(0x174)]();try{let d='';b['cacert']&&(I(0x157)!==I(0x157)?d[I(0x17d)](e,{'cert':f}):this['fsi'][I(0x18d)](b[I(0x184)])?(d=b[I(0x184)],Log[I(0x158)]('Using\x20CA\x20Cert\x20'+d)):Log['error'](I(0x195)+d));const f=this[I(0x193)][I(0x185)]();if(f[I(0x17c)]){if(this['fsi']['isFile'](f[I(0x17c)]))d=f[I(0x17c)];else{Log['error'](I(0x15c)+d);return;}}const g=yield this[I(0x193)][I(0x177)]();Log[I(0x198)](I(0x175)+hostname);const h={'url':I(0x18f)+hostname+I(0x173)};b[I(0x184)]&&Object[I(0x17d)](h,{'cert':d});c['start']('Preflight\x20Check');const i=yield HTTPS['get'](h);if(i===I(0x19a)){c['failure']();throw I(0x1a0);}c['success']();let j=b[I(0x154)]?b[I(0x154)]:yield Actions['ask'](I(0x192)),k=b[I(0x156)]?b['password']:yield Actions[I(0x16b)](I(0x19d),!![]);if(i!==':D')throw I(0x18f)+hostname+I(0x170);const l=a35u['md'][I(0x16a)][I(0x19c)]();l[I(0x166)](k);const m=l['digest']()['toHex'](),n={'hostname':hostname,'path':I(0x19b),'data':{'email':j,'password':m,'hashed':!![]}};b['cacert']&&(I(0x15a)!==I(0x199)?Object[I(0x17d)](n,{'cert':d}):c[I(0x159)](I(0x195)+d));c['start'](I(0x171));const o=yield HTTPS[I(0x164)](n);if(o===I(0x19a)){c[I(0x182)]('\x0a');throw I(0x189)+hostname;}let p=null;if(o[I(0x167)]){const s={'hostname':hostname,'path':I(0x17e),'headers':{'x-auth-token':o[I(0x167)]},'data':{'uuid':g[I(0x15f)]}};if(b[I(0x184)]){if(I(0x162)!==I(0x162)){c['failure']('\x0a');throw I(0x189)+d;}else Object['assign'](s,{'cert':d});}p=yield HTTPS[I(0x164)](s);if(p===I(0x19a)){c[I(0x182)]('\x0a');throw I(0x189)+hostname;}}else throw o;if(p){const u={'token':o,'hash':p};b['cacert']&&Object[I(0x17d)](u,{'cert':d}),this[I(0x193)][I(0x163)]({'config':u});}c[I(0x180)]();}catch(v){if(I(0x188)!==I(0x17b))c['failure'](),console[I(0x159)](v),process[I(0x197)](0x0);else{const x=g?function(){if(x){const y=q['apply'](r,arguments);return s=null,y;}}:function(){};return l=![],x;}}}else{if(this[I(0x193)][I(0x18d)](f[I(0x17c)]))k=l[I(0x17c)];else{m[I(0x159)](I(0x15c)+n);return;}}});});
1
+ const a35H=a35d;(function(a,b){const D=a35d,c=a();while(!![]){try{const d=parseInt(D(0x99))/0x1*(parseInt(D(0xb1))/0x2)+-parseInt(D(0xb7))/0x3*(-parseInt(D(0xad))/0x4)+parseInt(D(0xa5))/0x5+-parseInt(D(0xaf))/0x6+parseInt(D(0x9e))/0x7+-parseInt(D(0x95))/0x8+parseInt(D(0xc8))/0x9*(parseInt(D(0x9b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x666c7));function a35c(){const P=['Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','eRKgj','fsi','login','failure','bQuJt','sha256','assign','(((.+)+)+)+$','ocVrl','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','dTyjW','oqVdB','3079680SPGWjw','vIGeh','notice','Password:\x20','152069qrNDbA','IvvQX','35380KrAjkf','then','lFppw','995414HxJTMr','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','cyEHk','password','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','toString','/api/v1/encodeJwt','1656435OEdNxn','toHex','help','withSpinner','cert','Logging\x20in','start','tvgDo','249424yBlAqi','Email:','3556746SBfXxR','constructor','2phQPFX','search','exit','getGlobalConfig','Jictp','value','15ytqpIo','https://','authToken','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','cacert','__awaiter','create','/api/v1/status','apply','www.maka-cli.com','jvviI','get','isFile','IjUAB','maka\x20login','zVfMe','error','1170ABPvRs','next','setGlobalConfig','VkKcC','ask','Logging\x20into\x20https://','success','/api/v1/login','TIMEOUT','email','done','post','lOZtP','hLbVF','Using\x20CA\x20Cert\x20','digest'];a35c=function(){return P;};return a35c();}const a35b=(function(){let a=!![];return function(b,c){const E=a35d;if(E(0xb5)!=='Jictp')c(d);else{const e=a?function(){const F=E;if(F(0xac)!==F(0xac))c(d);else{if(c){const g=c[F(0xbf)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a35a=a35b(this,function(){const G=a35d;return a35a[G(0xa3)]()[G(0xb2)]('(((.+)+)+)+$')[G(0xa3)]()[G(0xb0)](a35a)[G(0xb2)](G(0xe0));});a35a();var __awaiter=this&&this[a35H(0xbc)]||function(a,b,c,d){function e(f){const I=a35d;if(I(0xd4)===I(0xd4))return f instanceof c?f:new c(function(g){g(f);});else{const h=g?function(){const J=I;if(h){const u=q[J(0xbf)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}}return new(c||(c=Promise))(function(f,g){const N=a35d;function h(k){const K=a35d;try{j(d[K(0xc9)](k));}catch(l){g(l);}}function i(k){const L=a35d;try{if(L(0xc1)!==L(0xc1)){c[L(0xdc)]('\x0a');throw L(0x92)+d;}else j(d['throw'](k));}catch(m){g(m);}}function j(k){const M=a35d;k[M(0xd2)]?f(k['value']):e(k[M(0xb6)])[M(0x9c)](h,i);}j((d=d[N(0xbf)](a,b||[]))['next']());});};import a35u from'node-forge';import{Command}from'../command.js';function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x92;let f=c[d];return f;},a35d(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=a35H(0xc0);Command[a35H(0xbd)]({'name':a35H(0xdb),'validOpts':[a35H(0xd1),a35H(0xa1),a35H(0xa7),a35H(0xbb),'debug'],'usage':a35H(0xc5),'maxArgLength':0x2,'disableAuthCheck':!![],'description':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':['maka\x20login','maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const O=a35d;let c=Log[O(0xa8)]();try{if(O(0xc6)===O(0x93)){c[O(0xc7)](O(0x9f)+d);return;}else{let f='';if(b[O(0xbb)]){if(O(0x9d)!=='lFppw'){if(e){const s=i[O(0xbf)](j,arguments);return k=null,s;}}else this[O(0xda)]['isFile'](b[O(0xbb)])?(f=b[O(0xbb)],Log[O(0x97)](O(0xd6)+f)):O(0xcb)!==O(0xcb)?d[O(0xdf)](e,{'cert':f}):Log[O(0xc7)](O(0xa2)+f);}const g=this['fsi'][O(0xb4)]();if(g['cert']){if(this[O(0xda)][O(0xc3)](g[O(0xa9)])){if('qsmGQ'===O(0xe1))return c[O(0xa3)]()[O(0xb2)](O(0xe0))[O(0xa3)]()[O(0xb0)](d)[O(0xb2)](O(0xe0));else f=g['cert'];}else{if(O(0xdd)===O(0xc4))e=f[O(0xbb)],g['notice'](O(0xd6)+h);else{Log['error'](O(0x9f)+f);return;}}}const h=yield this[O(0xda)]['getSystemInfo']();Log['header'](O(0xcd)+hostname);const i={'url':O(0xb8)+hostname+O(0xbe)};b[O(0xbb)]&&Object[O(0xdf)](i,{'cert':f});c[O(0xab)]('Preflight\x20Check');const j=yield HTTPS[O(0xc2)](i);if(j===O(0xd0)){c['failure']();throw O(0xd8);}c[O(0xce)]();let k=b[O(0xd1)]?b[O(0xd1)]:yield Actions['ask'](O(0xae)),l=b[O(0xa1)]?b[O(0xa1)]:yield Actions[O(0xcc)](O(0x98),!![]);if(j!==':D')throw'https://'+hostname+O(0xba);const m=a35u['md'][O(0xde)][O(0xbd)]();m['update'](l);const n=m[O(0xd7)]()[O(0xa6)](),o={'hostname':hostname,'path':O(0xcf),'data':{'email':k,'password':n,'hashed':!![]}};b[O(0xbb)]&&Object['assign'](o,{'cert':f});c[O(0xab)](O(0xaa));const p=yield HTTPS[O(0xd3)](o);if(p==='TIMEOUT'){if(O(0xd5)!==O(0xd5))try{i(j['next'](k));}catch(w){m(w);}else{c[O(0xdc)]('\x0a');throw O(0x92)+hostname;}}let q=null;if(p[O(0xb9)]){if('IvvQX'!==O(0x9a))throw O(0xb8)+b+O(0xba);else{const x={'hostname':hostname,'path':O(0xa4),'headers':{'x-auth-token':p['authToken']},'data':{'uuid':h['uuid']}};b[O(0xbb)]&&(O(0x96)!=='vIGeh'?d['assign'](e,{'cert':f}):Object[O(0xdf)](x,{'cert':f}));q=yield HTTPS[O(0xd3)](x);if(q==='TIMEOUT'){if('oqVdB'!==O(0x94))c(d);else{c['failure']('\x0a');throw O(0x92)+hostname;}}}}else throw p;if(q){if(O(0xa0)===O(0xd9)){c[O(0xdc)]('\x0a');throw O(0x92)+d;}else{const B={'token':p,'hash':q};b[O(0xbb)]&&Object['assign'](B,{'cert':f}),this[O(0xda)][O(0xca)]({'config':B});}}c[O(0xce)]();}}catch(C){c[O(0xdc)](),console[O(0xc7)](C),process[O(0xb3)](0x0);}});});
@@ -1 +1 @@
1
- const a36D=a36d;(function(a,b){const v=a36d,c=a();while(!![]){try{const d=-parseInt(v(0x137))/0x1*(parseInt(v(0x10c))/0x2)+parseInt(v(0x10f))/0x3+parseInt(v(0x13e))/0x4+-parseInt(v(0x111))/0x5*(parseInt(v(0x140))/0x6)+-parseInt(v(0x138))/0x7+-parseInt(v(0x113))/0x8*(-parseInt(v(0x11f))/0x9)+parseInt(v(0x121))/0xa*(parseInt(v(0x136))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x3ad0d));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a36d;if(c){const e=c[w(0x130)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const x=a36d;return a36a[x(0x12c)]()[x(0x133)](x(0x12b))[x(0x12c)]()[x(0x144)](a36a)[x(0x133)](x(0x12b));});function a36c(){const G=['then','search','setGlobalConfig','start','206921YZilrJ','5431vGkPVa','2721285JYyLbC','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','maka\x20logout','assign','next','1799832eoxOhH','snKwY','33912dsTiNS','jdqSD','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Using\x20CA\x20Cert\x20','constructor','cacert','igepR','GAFTe','gtYTO','128mHUcJd','ZxvVP','withSpinner','547107BZPHze','fsi','205pWoeoK','authToken','8OKeJcJ','done','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','value','mEyVF','koarL','token','Preflight\x20Check','success','www.maka-cli.com','getGlobalConfig','https://www.maka-cli.com/api/v1/status','3496887FXLSfj','throw','100WFJSmX','cert','snSgv','hdRKB','error','HJefN','failure','UFeWP','post','exit','(((.+)+)+)+$','toString','TIMEOUT','Logging\x20out','rgEzM','apply','isFile'];a36c=function(){return G;};return a36c();}a36a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const y=a36d;if(y(0x123)!==y(0x123))return c[y(0x12c)]()['search'](y(0x12b))[y(0x12c)]()[y(0x144)](d)[y(0x133)](y(0x12b));else g(f);});}return new(c||(c=Promise))(function(f,g){const C=a36d;function h(k){const z=a36d;try{j(d[z(0x13d)](k));}catch(l){'snKwY'===z(0x13f)?g(l):c[z(0x125)](z(0x139)+d);}}function i(k){const A=a36d;if(A(0x109)===A(0x126))c[A(0x125)](d);else try{j(d[A(0x120)](k));}catch(m){A(0x10a)===A(0x117)?c(d):g(m);}}function j(k){const B=a36d;if('nQofP'!==B(0x128))k[B(0x114)]?f(k[B(0x116)]):e(k[B(0x116)])[B(0x132)](h,i);else return f instanceof g?h:new i(function(m){m(k);});}j((d=d[C(0x130)](a,b||[]))['next']());});};import{Command}from'../command.js';function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x108;let f=c[d];return f;},a36d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';Command['create']({'name':'logout','validOpts':['cacert'],'usage':'maka\x20logout','maxArgLength':0x2,'description':a36D(0x115),'disableAuthCheck':!![],'examples':[a36D(0x13b)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const E=a36d;if(E(0x141)===E(0x10d)){const f=g?function(){const F=E;if(f){const u=q[F(0x130)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}else{let f=Log[E(0x10e)]();try{let g='';if(b[E(0x108)]){if(this['fsi'][E(0x131)](b[E(0x108)]))g=b[E(0x108)],Log['notice'](E(0x143)+g);else{if(E(0x12f)==='pXXXt'){d[E(0x127)]();throw e[E(0x125)](E(0x142)+f);}else Log['error'](E(0x139)+g);}}const h=yield this[E(0x110)][E(0x11d)]();if(h[E(0x122)]){if(this[E(0x110)][E(0x131)](h['cert']))g=h['cert'];else{f['failure']();throw Log[E(0x125)](E(0x142)+g);}}Log['header']('Logging\x20out\x20of\x20https://www.maka-cli.com');const i={'url':E(0x11e)};b[E(0x108)]&&Object['assign'](i,{'cert':g});f[E(0x135)](E(0x11a));const j=yield HTTPS['get'](i);if(j===E(0x12d)){f[E(0x127)]();throw E(0x13a);}f[E(0x11b)]();if(j!==':D'){if(E(0x118)!=='koarL'){const o=d['apply'](e,arguments);return f=null,o;}else{f[E(0x127)]();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(!((c=h===null||h===void 0x0?void 0x0:h[E(0x119)])===null||c===void 0x0?void 0x0:c['authToken']))throw Log[E(0x125)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');f[E(0x135)](E(0x12e));const k={'hostname':E(0x11c),'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':h[E(0x119)][E(0x112)]}};b[E(0x108)]&&(E(0x10b)===E(0x124)?d[E(0x13c)](e,{'cert':f}):Object[E(0x13c)](k,{'cert':g}));const l=yield HTTPS[E(0x129)](k);if(l===E(0x12d)){f[E(0x127)]('\x0a');throw E(0x13a);}this['fsi'][E(0x134)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),f[E(0x11b)]();}catch(p){p&&console[E(0x125)](p),process[E(0x12a)](0x0);}}});});
1
+ const a36z=a36d;(function(a,b){const v=a36d,c=a();while(!![]){try{const d=-parseInt(v(0xf0))/0x1*(parseInt(v(0xe9))/0x2)+-parseInt(v(0x11d))/0x3+-parseInt(v(0x112))/0x4*(-parseInt(v(0xea))/0x5)+parseInt(v(0x102))/0x6*(parseInt(v(0x106))/0x7)+-parseInt(v(0xfe))/0x8*(-parseInt(v(0x114))/0x9)+-parseInt(v(0xec))/0xa+-parseInt(v(0xfb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x48c6e));const a36b=(function(){let a=!![];return function(b,c){const w=a36d;if(w(0x116)==='iBTOr'){const d=a?function(){const x=w;if(c){if(x(0xeb)===x(0xeb)){const e=c['apply'](b,arguments);return c=null,e;}else{const h=d[x(0x101)](e,arguments);return f=null,h;}}}:function(){};return a=![],d;}else try{i(j[w(0x104)](k));}catch(f){m(f);}};}()),a36a=a36b(this,function(){const y=a36d;return a36a[y(0x11b)]()[y(0x113)](y(0x108))[y(0x11b)]()[y(0x119)](a36a)[y(0x113)](y(0x108));});a36a();function a36c(){const G=['throw','next','49obSiJl','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','COuCb','Using\x20CA\x20Cert\x20','dllpe','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','start','cacert','logout','failure','header','4tZpEdj','search','1746027wQSoXz','Preflight\x20Check','iBTOr','cert','fsi','constructor','authToken','toString','notice','345006BdPqbd','LYMTg','assign','token','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','withSpinner','Iitvz','isFile','392646uwbcFA','2035310mUFsxl','kgQFM','817470vjsqxt','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','www.maka-cli.com','HVfzp','1LWhUZm','__awaiter','gXuCQ','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','mozPL','exit','jDOMo','Logging\x20out','Logging\x20out\x20of\x20https://www.maka-cli.com','value','5941386ZiGQAo','success','done','24ffmzXF','setGlobalConfig','TIMEOUT','apply','207618dMiMoE','icGHX'];a36c=function(){return G;};return a36c();}function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0xe7;let f=c[d];return f;},a36d(a,b);}var __awaiter=this&&this[a36z(0xf1)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const D=a36d;function h(k){const A=a36d;try{j(d[A(0x105)](k));}catch(l){g(l);}}function i(k){const B=a36d;try{j(d[B(0x104)](k));}catch(l){g(l);}}function j(k){const C=a36d;k[C(0xfd)]?f(k['value']):e(k[C(0xfa)])['then'](h,i);}j((d=d[D(0x101)](a,b||[]))[D(0x105)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';Command['create']({'name':a36z(0x10f),'validOpts':[a36z(0x10e)],'usage':'maka\x20logout','maxArgLength':0x2,'description':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':['maka\x20logout']},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const E=a36d;if('HVfzp'===E(0xef)){let d=Log[E(0x122)]();try{let f='';if(b[E(0x10e)]){if(this['fsi'][E(0xe8)](b[E(0x10e)])){if(E(0xe7)===E(0xe7))f=b[E(0x10e)],Log[E(0x11c)](E(0x10a)+f);else{const n=g?function(){const F=E;if(n){const u=q[F(0x101)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}else{if(E(0x10b)===E(0x10b))Log[E(0xf4)](E(0x107)+f);else{d[E(0x110)]();throw e['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+f);}}}const g=yield this[E(0x118)]['getGlobalConfig']();if(g[E(0x117)]){if(E(0xf5)===E(0xf2))this['fsi']['isFile'](h[E(0x10e)])?(o=p['cacert'],q[E(0x11c)](E(0x10a)+r)):s[E(0xf4)](E(0x107)+t);else{if(this['fsi'][E(0xe8)](g[E(0x117)])){if(E(0xf7)!==E(0x11e))f=g['cert'];else{if(this[E(0x118)][E(0xe8)](g[E(0x117)]))m=n[E(0x117)];else{o[E(0x110)]();throw p['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+q);}}}else{if('COuCb'===E(0x109)){d[E(0x110)]();throw Log[E(0xf4)](E(0xf3)+f);}else c[E(0xf4)](E(0x107)+d);}}}Log[E(0x111)](E(0xf9));const h={'url':'https://www.maka-cli.com/api/v1/status'};b['cacert']&&Object[E(0x11f)](h,{'cert':f});d[E(0x10d)](E(0x115));const i=yield HTTPS['get'](h);if(i==='TIMEOUT'){d['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}d[E(0xfc)]();if(i!==':D'){d[E(0x110)]();throw E(0xed);}if(!((c=g===null||g===void 0x0?void 0x0:g['token'])===null||c===void 0x0?void 0x0:c[E(0x11a)]))throw Log[E(0xf4)](E(0x10c));d[E(0x10d)](E(0xf8));const j={'hostname':E(0xee),'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':g[E(0x120)][E(0x11a)]}};b[E(0x10e)]&&Object[E(0x11f)](j,{'cert':f});const k=yield HTTPS['post'](j);if(k===E(0x100)){d[E(0x110)]('\x0a');throw E(0x121);}this[E(0x118)][E(0xff)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),d[E(0xfc)]();}catch(q){if('icGHX'!==E(0x103)){b['failure']();throw E(0x121);}else q&&console[E(0xf4)](q),process[E(0xf6)](0x0);}}else c(d);});});
@@ -1 +1 @@
1
- const a37E=a37d;(function(a,b){const A=a37d,c=a();while(!![]){try{const d=parseInt(A(0xed))/0x1+-parseInt(A(0xf7))/0x2+parseInt(A(0xdc))/0x3*(-parseInt(A(0xde))/0x4)+parseInt(A(0xe8))/0x5+-parseInt(A(0xe7))/0x6*(parseInt(A(0xdf))/0x7)+-parseInt(A(0xf0))/0x8+parseInt(A(0xe6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x729ca));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a37d;if(B(0xf6)!==B(0xf6)){const f=g?function(){const C=B;if(f){const u=q[C(0xf5)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}else{if(c){const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const D=a37d;return a37a[D(0xe0)]()[D(0xee)](D(0xe9))[D(0xe0)]()[D(0xe3)](a37a)[D(0xee)](D(0xe9));});a37a();function a37c(){const G=['help','6689025UQlzKl','4054614IoFXtI','4330240JPvDOB','(((.+)+)+)+$','maka\x20logs\x20--env\x20dev','env','create','930814pCUhfn','search','View\x20the\x20PM2\x20logs','3431904FuoLaa','fsi','log','pm2\x20logs','readFileSync','apply','whVJp','405802EpdbFg','assign','getConfigPath','21klwdeq','logs','435988gMgvTq','7nExtoN','toString','qjpmo','sshSync','constructor','parse'];a37c=function(){return G;};return a37c();}import a37y from'fs';import a37z from'path';function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0xdc;let f=c[d];return f;},a37d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a37E(0xec)]({'name':a37E(0xdd),'aliases':['l',a37E(0xf2)],'usage':'maka\x20logs\x20--env\x20prod','requiredOpts':[a37E(0xeb)],'mustBeInMakaProject':!![],'validOpts':[a37E(0xe5)],'description':a37E(0xef),'examples':[a37E(0xea),'maka\x20logs\x20--env\x20staging','maka\x20l\x20-e\x20p']},function(a,b){const F=a37E;try{if('qjpmo'===F(0xe1)){const c=F(0xf3),d=this[F(0xf1)][F(0xf9)](b[F(0xeb)]),f=a37z['join'](d,'ssh.json'),g=a37y[F(0xf4)](f),h=JSON[F(0xe4)](g[F(0xe0)]());Object[F(0xf8)](h,{'env':d}),SSH[F(0xe2)](c,h,{'tty':!![],'verbose':!![]});}else{const j=d[F(0xf5)](e,arguments);return f=null,j;}}catch(j){throw j;}});
1
+ const a37D=a37d;(function(a,b){const A=a37d,c=a();while(!![]){try{const d=parseInt(A(0x209))/0x1*(-parseInt(A(0x203))/0x2)+parseInt(A(0x1fc))/0x3+-parseInt(A(0x1f3))/0x4+-parseInt(A(0x1fe))/0x5*(parseInt(A(0x1ef))/0x6)+-parseInt(A(0x1f9))/0x7*(-parseInt(A(0x205))/0x8)+-parseInt(A(0x20d))/0x9*(-parseInt(A(0x20e))/0xa)+-parseInt(A(0x1f1))/0xb*(-parseInt(A(0x1f7))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x6752c));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a37d;if(c){const e=c[B(0x20b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const C=a37d;return a37a[C(0x207)]()[C(0x1f2)](C(0x206))['toString']()[C(0x200)](a37a)[C(0x1f2)](C(0x206));});a37a();import a37y from'fs';import a37z from'path';function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x1ef;let f=c[d];return f;},a37d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a37c(){const F=['help','15fqTETe','create','constructor','ssh.json','maka\x20l\x20-e\x20p','390736fSSQNg','sshSync','152NpGbih','(((.+)+)+)+$','toString','getConfigPath','2MxvSbZ','log','apply','readFileSync','27vwFbDW','589370XDUFSU','1680180YJmtYE','maka\x20logs\x20--env\x20staging','250283gpqkNK','search','3375392plTBeA','env','parse','maka\x20logs\x20--env\x20prod','960UEzBtm','fsi','16863DPYwSL','maka\x20logs\x20--env\x20dev','join','1365192HNoOKB'];a37c=function(){return F;};return a37c();}Command[a37D(0x1ff)]({'name':'logs','aliases':['l',a37D(0x20a)],'usage':a37D(0x1f6),'requiredOpts':[a37D(0x1f4)],'mustBeInMakaProject':!![],'validOpts':[a37D(0x1fd)],'description':'View\x20the\x20PM2\x20logs','examples':[a37D(0x1fa),a37D(0x1f0),a37D(0x202)]},function(a,b){const E=a37D;try{const c='pm2\x20logs',d=this[E(0x1f8)][E(0x208)](b[E(0x1f4)]),f=a37z[E(0x1fb)](d,E(0x201)),g=a37y[E(0x20c)](f),h=JSON[E(0x1f5)](g[E(0x207)]());Object['assign'](h,{'env':d}),SSH[E(0x204)](c,h,{'tty':!![],'verbose':!![]});}catch(i){throw i;}});
@@ -1 +1 @@
1
- const a38F=a38d;(function(a,b){const v=a38d,c=a();while(!![]){try{const d=-parseInt(v(0x1ad))/0x1+parseInt(v(0x17f))/0x2*(parseInt(v(0x1ab))/0x3)+-parseInt(v(0x181))/0x4*(-parseInt(v(0x1a5))/0x5)+-parseInt(v(0x186))/0x6*(parseInt(v(0x185))/0x7)+parseInt(v(0x197))/0x8+parseInt(v(0x19b))/0x9+parseInt(v(0x1a6))/0xa*(-parseInt(v(0x1a0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x42f8a));const a38b=(function(){let a=!![];return function(b,c){if('sKmfh'==='sKmfh'){const d=a?function(){const w=a38d;if(c){const e=c[w(0x183)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else c(d);};}()),a38a=a38b(this,function(){const x=a38d;return a38a[x(0x1ac)]()[x(0x1a7)]('(((.+)+)+)+$')[x(0x1ac)]()['constructor'](a38a)[x(0x1a7)](x(0x199));});function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x17f;let f=c[d];return f;},a38d(a,b);}a38a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){const y=a38d;if(y(0x19c)!==y(0x19c))d[y(0x188)](e),f[y(0x192)](0x1);else return f instanceof c?f:new c(function(h){const z=y;if(z(0x182)!==z(0x18e))h(f);else{const j=d[z(0x183)](e,arguments);return f=null,j;}});}return new(c||(c=Promise))(function(f,g){const E=a38d;function h(k){const A=a38d;if(A(0x19a)!==A(0x180))try{'uwSsw'===A(0x19e)?d(e['throw'](f)):j(d['next'](k));}catch(m){g(m);}else{const o=d[0x0],p=this[A(0x184)](o);p?this[A(0x193)](o,g['slice'](0x1),h):this[A(0x1a4)][A(0x1a8)]();}}function i(k){const B=a38d;if(B(0x18a)!==B(0x18a)){const n=g?function(){const C=B;if(n){const u=q[C(0x183)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else try{B(0x1a1)==='czYHP'?this['fsi'][B(0x1a8)]():j(d[B(0x187)](k));}catch(n){B(0x198)!==B(0x1aa)?g(n):this['runSubCommand'](d,n[B(0x1a9)](0x1),f);}}function j(k){const D=a38d;D(0x18c)!==D(0x1ae)?k[D(0x1af)]?f(k[D(0x1a2)]):e(k['value'])[D(0x19f)](h,i):c(d);}j((d=d[E(0x183)](a,b||[]))[E(0x196)]());});};import{Command}from'../command.js';function a38c(){const H=['maka\x20create\x20Todo','fsi','15spmrol','3929170sGJDml','search','maybeProxyCommandToMeteor','slice','tCDeW','3hulsgW','toString','296764WWtsAg','XWEYM','done','270306msMgtG','JNjHe','674848fTICzH','Nliki','apply','findSubCommand','770539WBjBwp','6gplEUX','throw','error','qQYOa','YFyeB','XCWer','vvzql','maka\x20<command>\x20[<args>]\x20[<opts>]','iIKpw','maka\x20run','bSOWy','pdFYE','exit','runSubCommand','maka\x20install\x20meteor','KdKZX','next','806168UdYkui','JNWiI','(((.+)+)+)+$','UDGRU','2988108tNgZgh','sKKrt','constructor','ljprH','then','11dMLJoD','jZQzD','value'];a38c=function(){return H;};return a38c();}const Maka=new Command({'name':'maka','minArgLength':0x1,'description':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','usage':a38F(0x18d),'disableAuthCheck':!![],'examples':[a38F(0x194),a38F(0x1a3),a38F(0x18f)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a38d;try{if(G(0x190)!==G(0x18b)){const c=a[0x0],d=this[G(0x184)](c);if(d)this['runSubCommand'](c,a[G(0x1a9)](0x1),b);else{if(G(0x189)===G(0x191))return c[G(0x1ac)]()['search'](G(0x199))[G(0x1ac)]()[G(0x19d)](d)[G(0x1a7)](G(0x199));else this[G(0x1a4)]['maybeProxyCommandToMeteor']();}}else{if(e){const h=i[G(0x183)](j,arguments);return k=null,h;}}}catch(h){if('KdKZX'!==G(0x195))try{i(j[G(0x187)](k));}catch(j){m(j);}else console[G(0x188)](h),process[G(0x192)](0x1);}});});export default Maka;
1
+ function a38c(){const F=['WaOFB','maka\x20install\x20meteor','6NoOifc','maka','fsi','451742Lwyptb','279eoICLU','1049140omkDHJ','(((.+)+)+)+$','findSubCommand','maka\x20create\x20Todo','throw','PKRdJ','constructor','next','CFLPI','search','then','value','ilUSS','apply','exit','29226waVyxw','2915759RMyQql','__awaiter','maka\x20<command>\x20[<args>]\x20[<opts>]','runSubCommand','60MGTgEr','2027113rEFYoE','PThwd','605220vPQFDf','maka\x20run','108232wvehEr','6kgkBEI','5jkISLs','SEEWu','toString','done'];a38c=function(){return F;};return a38c();}const a38y=a38d;function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x19c;let f=c[d];return f;},a38d(a,b);}(function(a,b){const v=a38d,c=a();while(!![]){try{const d=-parseInt(v(0x1b6))/0x1+-parseInt(v(0x1a5))/0x2*(parseInt(v(0x1a2))/0x3)+parseInt(v(0x1a7))/0x4*(-parseInt(v(0x19c))/0x5)+-parseInt(v(0x1c1))/0x6*(-parseInt(v(0x1b7))/0x7)+parseInt(v(0x1c0))/0x8*(-parseInt(v(0x1a6))/0x9)+parseInt(v(0x1be))/0xa+parseInt(v(0x1bc))/0xb*(parseInt(v(0x1bb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x3992e));const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a38d;if(w(0x1ac)===w(0x1bd)){const f=d[w(0x1b4)](e,arguments);return f=null,f;}else{if(c){if(w(0x1a0)!=='TFLYu'){const f=c[w(0x1b4)](b,arguments);return c=null,f;}else return f instanceof g?h:new i(function(m){m(k);});}}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const x=a38d;return a38a[x(0x19e)]()[x(0x1b0)](x(0x1a8))['toString']()[x(0x1ad)](a38a)[x(0x1b0)](x(0x1a8));});a38a();var __awaiter=this&&this[a38y(0x1b8)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const D=a38d;function h(k){const z=a38d;if(z(0x19d)===z(0x19d))try{j(d[z(0x1ae)](k));}catch(l){g(l);}else{const n=g?function(){const A=z;if(n){const u=q[A(0x1b4)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}function i(k){const B=a38d;if(B(0x1b3)===B(0x1af))c(d);else try{j(d[B(0x1ab)](k));}catch(m){g(m);}}function j(k){const C=a38d;k[C(0x19f)]?f(k[C(0x1b2)]):e(k[C(0x1b2)])[C(0x1b1)](h,i);}j((d=d[D(0x1b4)](a,b||[]))[D(0x1ae)]());});};import{Command}from'../command.js';const Maka=new Command({'name':a38y(0x1a3),'minArgLength':0x1,'description':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','usage':a38y(0x1b9),'disableAuthCheck':!![],'examples':[a38y(0x1a1),a38y(0x1aa),a38y(0x1bf)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const E=a38d;try{const c=a[0x0],d=this[E(0x1a9)](c);d?this[E(0x1ba)](c,a['slice'](0x1),b):'bpMDC'!=='dsSbH'?this[E(0x1a4)]['maybeProxyCommandToMeteor']():h[E(0x19f)]?i(j[E(0x1b2)]):k(l[E(0x1b2)])[E(0x1b1)](m,n);}catch(g){console['error'](g),process[E(0x1b5)](0x1);}});});export default Maka;
@@ -1 +1 @@
1
- var a39x=a39d;(function(a,b){var u=a39d,c=a();while(!![]){try{var d=parseInt(u(0xde))/0x1*(parseInt(u(0xe7))/0x2)+parseInt(u(0xd2))/0x3+parseInt(u(0xd1))/0x4*(-parseInt(u(0xe3))/0x5)+parseInt(u(0xea))/0x6+parseInt(u(0xd5))/0x7*(parseInt(u(0xec))/0x8)+-parseInt(u(0xef))/0x9*(parseInt(u(0xe9))/0xa)+parseInt(u(0xe5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x19a63));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a39d;if(c){if(v(0xd4)!==v(0xd4)){var h=d[v(0xed)](e,arguments);return f=null,h;}else{var e=c[v(0xed)](b,arguments);return c=null,e;}}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var w=a39d;return a39a[w(0xf0)]()['search']('(((.+)+)+)+$')[w(0xf0)]()[w(0xd8)](a39a)[w(0xeb)](w(0xf4));});function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0xd1;var f=c[d];return f;},a39d(a,b);}a39a();var __awaiter=this&&this[a39x(0xd6)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a39d;'GNnYW'===y(0xd3)?h[y(0xf1)]?i(j[y(0xd7)]):k(l[y(0xd7)])[y(0xdb)](m,n):g(f);});}return new(c||(c=Promise))(function(f,g){var B=a39d;function h(k){try{j(d['next'](k));}catch(l){g(l);}}function i(k){var z=a39d;if(z(0xe1)==='yaliw')try{g[z(0xdf)]('%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',z(0xe0));}catch(m){j[z(0xdc)](m),k[z(0xe4)](0x0);}else try{if(z(0xd9)===z(0xdd))try{i(j[z(0xe6)](k));}catch(o){m(o);}else j(d[z(0xf5)](k));}catch(n){'eTxlz'!=='lgyjD'?g(n):d(n[z(0xf5)](f));}}function j(k){var A=a39d;A(0xe8)!==A(0xe8)?(d[A(0xdc)](e),f[A(0xe4)](0x0)):k[A(0xf1)]?f(k[A(0xd7)]):e(k[A(0xd7)])[A(0xdb)](h,i);}j((d=d[B(0xed)](a,b||[]))[B(0xe6)]());});};import{Command}from'../command.js';function a39c(){var D=['__awaiter','value','constructor','igWfm','CgZLb','then','error','DmajV','9973MvbxUz','log','font-family:\x20monospace','tkWUV','%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','127795zkbMpq','exit','1325984LZRczp','next','14VLLVeJ','kGZcy','979370AHdFpB','398322PiBbCe','search','8dGNGcM','apply','Murrrrderrrrr','9KwbQrX','toString','done','murder','create','(((.+)+)+)+$','throw','maka\x20murder','16tJqVcm','139059KEdnSo','WqnQF','VbniU','14959hCsHwr'];a39c=function(){return D;};return a39c();}Command[a39x(0xf3)]({'name':a39x(0xf2),'usage':a39x(0xf6),'maxArgLength':0x1,'description':a39x(0xee)},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var C=a39d;if(C(0xda)===C(0xda))try{console['log'](C(0xe2),'font-family:\x20monospace');}catch(b){console[C(0xdc)](b),process[C(0xe4)](0x0);}else c(d);});});
1
+ function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a39d(a,b);}var a39y=a39d;(function(a,b){var v=a39d,c=a();while(!![]){try{var d=-parseInt(v(0x1b3))/0x1+parseInt(v(0x1c9))/0x2+parseInt(v(0x1cf))/0x3+parseInt(v(0x1b9))/0x4+parseInt(v(0x1b5))/0x5+parseInt(v(0x1bd))/0x6*(-parseInt(v(0x1d1))/0x7)+-parseInt(v(0x1d2))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x81b39));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a39d;if(c){var e=c[w(0x1ce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var x=a39d;return a39a[x(0x1ca)]()['search']('(((.+)+)+)+$')['toString']()[x(0x1be)](a39a)[x(0x1c1)](x(0x1c8));});a39a();var __awaiter=this&&this[a39y(0x1cb)]||function(a,b,c,d){function e(f){var z=a39d;if(z(0x1b2)!==z(0x1c7))return f instanceof c?f:new c(function(g){g(f);});else c(d);}return new(c||(c=Promise))(function(f,g){var D=a39d;function h(k){var A=a39d;try{if(A(0x1c5)==='cTHxu')j(d[A(0x1c0)](k));else try{g[A(0x1ba)]('%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',A(0x1bc));}catch(m){j[A(0x1bf)](m),k[A(0x1b8)](0x0);}}catch(m){A(0x1cc)!==A(0x1b6)?g(m):c(d);}}function i(k){var B=a39d;if('MLDeS'!==B(0x1bb))d(e[B(0x1c0)](f));else try{if(B(0x1c3)!=='Nrbeu')j(d[B(0x1c6)](k));else{if(e){var n=i['apply'](j,arguments);return k=null,n;}}}catch(n){g(n);}}function j(k){var C=a39d;k[C(0x1c2)]?f(k[C(0x1b1)]):e(k[C(0x1b1)])['then'](h,i);}j((d=d[D(0x1ce)](a,b||[]))[D(0x1c0)]());});};import{Command}from'../command.js';function a39c(){var G=['PdSfi','2364460EzkGNc','bseFs','%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','exit','2493756pAfeoc','log','MLDeS','font-family:\x20monospace','201738zWWtzE','constructor','error','next','search','done','OjeUz','oIWgL','cTHxu','throw','aTcrA','(((.+)+)+)+$','1999162zHZFgo','toString','__awaiter','uSkvI','CZPkt','apply','727176ExNQQT','Murrrrderrrrr','119fPDMNU','2603864sSmujp','create','value','GHUyg','909973lXEwxr'];a39c=function(){return G;};return a39c();}Command[a39y(0x1d3)]({'name':'murder','usage':'maka\x20murder','maxArgLength':0x1,'description':a39y(0x1d0)},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a39d;if(E(0x1cd)!==E(0x1c4))try{E(0x1b4)===E(0x1b4)?console['log'](E(0x1b7),E(0x1bc)):b['log'](E(0x1b7),E(0x1bc));}catch(c){console[E(0x1bf)](c),process[E(0x1b8)](0x0);}else{var f=g?function(){var F=E;if(f){var u=q[F(0x1ce)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}});});
@@ -1 +1 @@
1
- const a40ah=a40d;(function(a,b){const ad=a40d,c=a();while(!![]){try{const d=parseInt(ad(0x17e))/0x1*(parseInt(ad(0x174))/0x2)+-parseInt(ad(0x170))/0x3*(-parseInt(ad(0x176))/0x4)+-parseInt(ad(0x182))/0x5+-parseInt(ad(0x186))/0x6+-parseInt(ad(0x172))/0x7+-parseInt(ad(0x159))/0x8+parseInt(ad(0x15e))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x330a7));const a40b=(function(){let a=!![];return function(b,c){const ae=a40d;if(ae(0x165)!==ae(0x15c)){const d=a?function(){const af=ae;if(c){if('aajKf'!=='aajKf'){c[af(0x16d)](af(0x15a));throw new d();}else{const f=c[af(0x155)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}else return c['toString']()[ae(0x154)](ae(0x158))[ae(0x160)]()[ae(0x162)](d)[ae(0x154)](ae(0x158));};}()),a40a=a40b(this,function(){const ag=a40d;return a40a[ag(0x160)]()['search']('(((.+)+)+)+$')[ag(0x160)]()[ag(0x162)](a40a)['search'](ag(0x158));});function a40c(){const aj=['mAnsd','search','apply','createProxyServer','fsi','(((.+)+)+)+$','2454456gfEyBv','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','targetHost','TIWFx','help','7768008JXiyNr','notice','toString','proxy','constructor','Crt\x20Location:\x20','development','GqDKb','localhost','env','listenPort','_keys','targetPort','getProjectConfig','Enami','error','=>\x20SSL\x20Proxy\x20forwarding\x20','nnTrl','57087jsEsqI','Proxy\x20HTTP\x20requests\x20to\x20another\x20Server\x0a\x20\x20\x20\x20The\x20certificates\x20are\x20pulled\x20from\x20the\x20environment\x20_keys\x20directory.\x0a\x20\x20\x20\x20To\x20create\x20a\x20new\x20key,\x20run:\x0a\x20\x20\x20\x20\x20\x20maka\x20ssl\x20--env\x20dev\x20generate-csr\x0a\x0a\x20\x20\x20\x20Then\x20to\x20create\x20a\x20self-signed\x20certificate:\x0a\x20\x20\x20\x20\x20\x20maka\x20ssl\x20--env\x20dev\x20generate-ssc\x0a\x0a\x20\x20','1565340ZwyxhC','utf8','2876Hcwgvo','appName','8jjkLoH','maka\x20proxy\x20[--env]\x20[--target-port]\x20[--listen-port]\x20[--target-host]','listen','No\x20KEY\x20file\x20found.','bright','Environment:\x20','readFileSync','No\x20CRT\x20file\x20found.','194GlownO','.crt','create','getConfigPath','1071620SDQQLv','.key','Key\x20Location:\x20','join','1357968SSglJN'];a40c=function(){return aj;};return a40c();}a40a();import a40aa from'fs';import a40ab from'path';function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x153;let f=c[d];return f;},a40d(a,b);}import a40ac from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Command[a40ah(0x180)]({'name':a40ah(0x161),'usage':a40ah(0x177),'mustBeInMakaProject':!![],'validOpts':[a40ah(0x15d),a40ah(0x16a),a40ah(0x168),'targetHost',a40ah(0x167)],'description':a40ah(0x171),'examples':['maka\x20proxy\x20--env\x20dev','maka\x20proxy\x20--env\x20dev\x20--target-port\x203000\x20--listen-port\x204000']},function(a,b){const ai=a40ah;try{let c=this[ai(0x157)][ai(0x16b)]();const d=b[ai(0x167)]?b[ai(0x167)]:ai(0x164),f=this[ai(0x157)][ai(0x181)](d),g=b[ai(0x16a)]?b[ai(0x16a)]:0xbb8,h=b[ai(0x168)]?b[ai(0x168)]:0xd73,i=b[ai(0x15b)]?b['targetHost']:ai(0x166),j=a40ab['join'](f,ai(0x169),c[ai(0x175)]+ai(0x183)),k=a40ab[ai(0x185)](f,'_keys',c[ai(0x175)]+ai(0x17f));if(!this['fsi']['isFile'](j)){Log[ai(0x16d)]('No\x20KEY\x20file\x20found.');throw new UsageError();}if(!this['fsi']['isFile'](k)){Log['error'](ai(0x17d));throw new UsageError();}if(g===h){if('vyuWR'===ai(0x16c)){c['error'](ai(0x179));throw new d();}else{Log[ai(0x16d)](ai(0x15a));throw new UsageError();}}Log[ai(0x15f)](ai(0x17b)+d),Log[ai(0x15f)](ai(0x184)+j),Log['notice'](ai(0x163)+k);const l={'ssl':{'key':a40aa['readFileSync'](j,ai(0x173)),'cert':a40aa[ai(0x17c)](k,ai(0x173))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]},m=a40ac[ai(0x156)](l)[ai(0x178)](h);Log[ai(0x17a)](ai(0x16e)+h+'\x20to\x20'+g);}catch(o){if(ai(0x16f)===ai(0x153)){if(o){const q=i[ai(0x155)](j,arguments);return k=null,q;}}else throw o;}});
1
+ const a40ag=a40d;(function(a,b){const ad=a40d,c=a();while(!![]){try{const d=parseInt(ad(0xd9))/0x1*(-parseInt(ad(0xf9))/0x2)+-parseInt(ad(0xcf))/0x3*(parseInt(ad(0xe1))/0x4)+-parseInt(ad(0xe4))/0x5+parseInt(ad(0xf1))/0x6*(-parseInt(ad(0xd7))/0x7)+-parseInt(ad(0xdb))/0x8*(parseInt(ad(0xdf))/0x9)+parseInt(ad(0xd0))/0xa+parseInt(ad(0xf7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0xceda8));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const ae=a40d;if(c){const e=c[ae(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const af=a40d;return a40a[af(0xec)]()[af(0xd1)](af(0xd8))[af(0xec)]()[af(0xd5)](a40a)['search']('(((.+)+)+)+$');});a40a();import a40aa from'fs';import a40ab from'path';function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0xca;let f=c[d];return f;},a40d(a,b);}import a40ac from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a40c(){const ai=['toString','Key\x20Location:\x20','maka\x20proxy\x20--env\x20dev\x20--target-port\x203000\x20--listen-port\x204000','wNDQw','\x20to\x20','6kHePOz','bright','listenPort','apply','targetHost','.crt','64525307uoTZze','join','1638736SWctZy','Environment:\x20','createProxyServer','.key','proxy','_keys','379392ETXAiG','14503400MmlzjK','search','error','No\x20KEY\x20file\x20found.','development','constructor','dpVLI','6835388ACmqPH','(((.+)+)+)+$','2riCrVy','maka\x20proxy\x20--env\x20dev','56yjCqqT','create','No\x20CRT\x20file\x20found.','fsi','1471644MtKJgl','Crt\x20Location:\x20','52AWfgxs','env','notice','5325705tIAxxr','readFileSync','=>\x20SSL\x20Proxy\x20forwarding\x20','isFile','utf8','appName','targetPort','Proxy\x20HTTP\x20requests\x20to\x20another\x20Server\x0a\x20\x20\x20\x20The\x20certificates\x20are\x20pulled\x20from\x20the\x20environment\x20_keys\x20directory.\x0a\x20\x20\x20\x20To\x20create\x20a\x20new\x20key,\x20run:\x0a\x20\x20\x20\x20\x20\x20maka\x20ssl\x20--env\x20dev\x20generate-csr\x0a\x0a\x20\x20\x20\x20Then\x20to\x20create\x20a\x20self-signed\x20certificate:\x0a\x20\x20\x20\x20\x20\x20maka\x20ssl\x20--env\x20dev\x20generate-ssc\x0a\x0a\x20\x20'];a40c=function(){return ai;};return a40c();}Command[a40ag(0xdc)]({'name':a40ag(0xcd),'usage':'maka\x20proxy\x20[--env]\x20[--target-port]\x20[--listen-port]\x20[--target-host]','mustBeInMakaProject':!![],'validOpts':['help',a40ag(0xea),a40ag(0xf3),'targetHost',a40ag(0xe2)],'description':a40ag(0xeb),'examples':[a40ag(0xda),a40ag(0xee)]},function(a,b){const ah=a40ag;try{if('dpVLI'===ah(0xd6)){let c=this[ah(0xde)]['getProjectConfig']();const d=b[ah(0xe2)]?b[ah(0xe2)]:ah(0xd4),f=this['fsi']['getConfigPath'](d),g=b['targetPort']?b['targetPort']:0xbb8,h=b['listenPort']?b[ah(0xf3)]:0xd73,i=b[ah(0xf5)]?b[ah(0xf5)]:'localhost',j=a40ab[ah(0xf8)](f,'_keys',c[ah(0xe9)]+ah(0xcc)),k=a40ab[ah(0xf8)](f,ah(0xce),c[ah(0xe9)]+ah(0xf6));if(!this['fsi']['isFile'](j)){Log[ah(0xd2)](ah(0xd3));throw new UsageError();}if(!this[ah(0xde)][ah(0xe7)](k)){Log[ah(0xd2)](ah(0xdd));throw new UsageError();}if(g===h){Log[ah(0xd2)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}Log['notice'](ah(0xca)+d),Log[ah(0xe3)](ah(0xed)+j),Log[ah(0xe3)](ah(0xe0)+k);const l={'ssl':{'key':a40aa[ah(0xe5)](j,ah(0xe8)),'cert':a40aa[ah(0xe5)](k,'utf8')},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]},m=a40ac[ah(0xcb)](l)['listen'](h);Log[ah(0xf2)](ah(0xe6)+h+ah(0xf0)+g);}else{c['error'](ah(0xd3));throw new d();}}catch(o){if('gNHeZ'===ah(0xef)){if(o){const q=i['apply'](j,arguments);return k=null,q;}}else throw o;}});
@@ -1 +1 @@
1
- const a41z=a41d;(function(a,b){const w=a41d,c=a();while(!![]){try{const d=parseInt(w(0x164))/0x1+parseInt(w(0x186))/0x2*(parseInt(w(0x173))/0x3)+-parseInt(w(0x180))/0x4+parseInt(w(0x185))/0x5*(parseInt(w(0x161))/0x6)+-parseInt(w(0x171))/0x7*(-parseInt(w(0x15d))/0x8)+-parseInt(w(0x153))/0x9+-parseInt(w(0x160))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xc6eb2));function a41c(){const H=['success','then','599937RLtVqE','(((.+)+)+)+$','FRwNR','scp','help','NUfja','reconfig','create','readFileSync','pm2.config.js','maka\x20reconfig\x20--env\x20prod','kyMnj','throw','63nddyvI','_keys','3366273nKLNHj','exit','LBTYz','Checking\x20remote\x20host\x20availability','ses.json','hARSO','value','__awaiter','ping','dwgbu','uname\x20-a','toString','done','336704QbRRYm','tkQmF','settings.json','Remote\x20host\x20connection\x20successful','search','5atgmRa','2aVaqWU','If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','env','existsSync','getConfigPath','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','apply','YvPEk','8044254TCcHbP','~/ses.json','join','next','uimEK','assign','qnEiQ','constructor','WUpqF','pm2\x20delete\x20all','265432ClleTx','notice','Ycytw','15710150JoSvOB','8058768yTlqTX'];a41c=function(){return H;};return a41c();}const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a41d;if(c){const e=c[x(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const y=a41d;return a41a[y(0x17e)]()[y(0x184)]('(((.+)+)+)+$')['toString']()[y(0x15a)](a41a)[y(0x184)](y(0x165));});a41a();var __awaiter=this&&this[a41z(0x17a)]||function(a,b,c,d){function e(f){const A=a41d;if(A(0x181)!=='tkQmF')h['done']?i(j['value']):k(l[A(0x179)])['then'](m,n);else return f instanceof c?f:new c(function(h){const B=A;if(B(0x175)===B(0x17c))try{i(j['next'](k));}catch(j){m(j);}else h(f);});}return new(c||(c=Promise))(function(f,g){const F=a41d;function h(k){const C=a41d;try{j(d[C(0x156)](k));}catch(l){C(0x159)!=='FdReZ'?g(l):d(l[C(0x156)](f));}}function i(k){const D=a41d;if('hARSO'===D(0x178))try{if(D(0x16f)!==D(0x16f))throw b;else j(d[D(0x170)](k));}catch(m){g(m);}else{let o=d['ping'](D(0x17d),e);if(!o)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(o)f[D(0x162)](D(0x183));}}function j(k){const E=a41d;k[E(0x17f)]?f(k[E(0x179)]):e(k[E(0x179)])[E(0x163)](h,i);}j((d=d[F(0x151)](a,b||[]))[F(0x156)]());});};import a41u from'fs';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x14e;let f=c[d];return f;},a41d(a,b);}import a41v from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a41z(0x16b)]({'name':a41z(0x16a),'validOpts':[a41z(0x168)],'requiredOpts':[a41z(0x188)],'mustBeInMakaProject':!![],'usage':a41z(0x16e),'description':a41z(0x187),'examples':[a41z(0x16e)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a41d;if(G(0x169)!==G(0x15f))try{if(G(0x166)===G(0x166)){const c=this['fsi'][G(0x14f)](b[G(0x188)]),d=a41v[G(0x155)](c,'ssh.json'),f=a41u[G(0x16c)](d)[G(0x17e)]();let g=JSON['parse'](f);Object[G(0x158)](g,{'env':c}),Log[G(0x15e)](G(0x176));try{if('VSyTB'===G(0x152))d(e['throw'](f));else{let l=SSH[G(0x17b)](G(0x17d),g);if(!l)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(l)Log['success'](G(0x183));}}catch(m){throw m;}let h=a41v['join'](c,G(0x172),G(0x177));if(a41u[G(0x14e)](h)){let n={'source':h,'dest':G(0x154),'verbose':!![]};SSH[G(0x167)](n,Object['assign']({},g));}let i=a41v[G(0x155)](c,G(0x16d));SSH['scp']({'source':i,'dest':'~/pm2.config.js','verbose':!![]},Object[G(0x158)]({},g));let j=a41v[G(0x155)](c,G(0x182));SSH[G(0x167)]({'source':j,'dest':'~/settings.json','verbose':!![]},Object['assign']({},g)),SSH['sshSync'](G(0x15c),g),yield SSH['ssh'](G(0x150),Object[G(0x158)]({},g),{'verbose':!![]});}else c(d);}catch(p){if(G(0x157)!==G(0x15b))console['error'](p),process[G(0x174)](0x0);else try{i(j['throw'](k));}catch(r){m(r);}}else{if(e){const s=i[G(0x151)](j,arguments);return k=null,s;}}});});
1
+ const a41A=a41d;function a41c(){const H=['Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','pm2\x20delete\x20all','throw','255014sBGdDy','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','mGvAT','~/pm2.config.js','toString','24051423JpOJaJ','done','uname\x20-a','Checking\x20remote\x20host\x20availability','error','ssh.json','join','VCYnH','search','sshSync','ssh','then','help','maka\x20reconfig\x20--env\x20prod','parse','NdVpU','vsCgr','JeQZr','_keys','next','ses.json','(((.+)+)+)+$','assign','env','constructor','pm2.config.js','exit','4RMDquR','success','__awaiter','apply','SXfBO','10eNrbLa','MgZhn','getConfigPath','1058936SOVxbf','2OpIcgf','value','existsSync','ping','824778ApFEeI','rblvZ','~/settings.json','1315wWAObr','36534kJWmaS','873165iiGlSe','1964508EyYHLV','fsi','scp'];a41c=function(){return H;};return a41c();}(function(a,b){const w=a41d,c=a();while(!![]){try{const d=-parseInt(w(0x1da))/0x1*(-parseInt(w(0x1ea))/0x2)+-parseInt(w(0x1e3))/0x3*(-parseInt(w(0x1d1))/0x4)+-parseInt(w(0x1e1))/0x5*(parseInt(w(0x1e2))/0x6)+-parseInt(w(0x1e4))/0x7+-parseInt(w(0x1d9))/0x8+parseInt(w(0x1de))/0x9*(parseInt(w(0x1d6))/0xa)+parseInt(w(0x1ef))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xc5b3a));function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x1cf;let f=c[d];return f;},a41d(a,b);}const a41b=(function(){let a=!![];return function(b,c){const x=a41d;if(x(0x1ec)==='mGvAT'){const d=a?function(){const y=x;if(c){if(y(0x1d7)!==y(0x1fe)){const e=c['apply'](b,arguments);return c=null,e;}else return c[y(0x1ee)]()['search'](y(0x204))[y(0x1ee)]()[y(0x207)](d)[y(0x1f7)](y(0x204));}}:function(){};return a=![],d;}else c(d);};}()),a41a=a41b(this,function(){const z=a41d;return a41a[z(0x1ee)]()[z(0x1f7)]('(((.+)+)+)+$')[z(0x1ee)]()[z(0x207)](a41a)[z(0x1f7)](z(0x204));});a41a();var __awaiter=this&&this[a41A(0x1d3)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const B=a41d;if(B(0x1f6)!==B(0x1d5))g(f);else{if(e){const i=i['apply'](j,arguments);return k=null,i;}}});}return new(c||(c=Promise))(function(f,g){const F=a41d;function h(k){const C=a41d;try{j(d[C(0x202)](k));}catch(l){g(l);}}function i(k){const D=a41d;try{j(d[D(0x1e9)](k));}catch(l){if('MBSmV'==='MBSmV')g(l);else try{i(j[D(0x1e9)](k));}catch(o){m(o);}}}function j(k){const E=a41d;k[E(0x1f0)]?f(k['value']):e(k['value'])['then'](h,i);}j((d=d[F(0x1d4)](a,b||[]))['next']());});};import a41u from'fs';import a41v from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'reconfig','validOpts':[a41A(0x1fb)],'requiredOpts':[a41A(0x206)],'mustBeInMakaProject':!![],'usage':a41A(0x1fc),'description':'If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','examples':[a41A(0x1fc)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a41d;if(G(0x200)===G(0x1ff))d(e['next'](f));else try{const d=this[G(0x1e5)][G(0x1d8)](b[G(0x206)]),f=a41v[G(0x1f5)](d,G(0x1f4)),g=a41u['readFileSync'](f)['toString']();let h=JSON[G(0x1fd)](g);Object[G(0x205)](h,{'env':d}),Log['notice'](G(0x1f2));try{if(G(0x1df)===G(0x1df)){let l=SSH[G(0x1dd)](G(0x1f1),h);if(!l)throw G(0x1e7);if(l)Log[G(0x1d2)]('Remote\x20host\x20connection\x20successful');}else h[G(0x1f0)]?i(j[G(0x1db)]):k(l[G(0x1db)])[G(0x1fa)](m,n);}catch(n){throw n;}let i=a41v['join'](d,G(0x201),G(0x203));if(a41u[G(0x1dc)](i)){let o={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[G(0x1e6)](o,Object['assign']({},h));}let j=a41v['join'](d,G(0x1cf));SSH[G(0x1e6)]({'source':j,'dest':G(0x1ed),'verbose':!![]},Object['assign']({},h));let k=a41v[G(0x1f5)](d,'settings.json');SSH['scp']({'source':k,'dest':G(0x1e0),'verbose':!![]},Object['assign']({},h)),SSH[G(0x1f8)](G(0x1e8),h),yield SSH[G(0x1f9)](G(0x1eb),Object[G(0x205)]({},h),{'verbose':!![]});}catch(p){console[G(0x1f3)](p),process[G(0x1d0)](0x0);}});});
@@ -1 +1 @@
1
- (function(a,b){var u=a42d,c=a();while(!![]){try{var d=-parseInt(u(0xce))/0x1+-parseInt(u(0xd9))/0x2*(parseInt(u(0xcd))/0x3)+parseInt(u(0xd4))/0x4*(parseInt(u(0xd1))/0x5)+-parseInt(u(0xd5))/0x6*(-parseInt(u(0xda))/0x7)+parseInt(u(0xd8))/0x8*(parseInt(u(0xcc))/0x9)+parseInt(u(0xd6))/0xa*(parseInt(u(0xd7))/0xb)+-parseInt(u(0xcf))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x2dd68));function a42c(){var x=['8DDIlMU','9096XBgIHF','6643VWEESB','constructor','apply','65439qqknhI','39YIDVNf','212198DGPxxY','2091720kVUqsf','search','65qCdtqA','toString','(((.+)+)+)+$','34436yUQmfp','2190upifJx','239730BkMIaS','77LfkkyK'];a42c=function(){return x;};return a42c();}var a42b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a42d;if(c){var e=c[v(0xdc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){var w=a42d;return a42a[w(0xd2)]()[w(0xd0)]('(((.+)+)+)+$')[w(0xd2)]()[w(0xdb)](a42a)[w(0xd0)](w(0xd3));});a42a();function a42d(a,b){var c=a42c();return a42d=function(d,e){d=d-0xcc;var f=c[d];return f;},a42d(a,b);}import'./run.command.js';import'./docker.sub.cmd.js';
1
+ (function(a,b){var u=a42d,c=a();while(!![]){try{var d=parseInt(u(0x14d))/0x1*(parseInt(u(0x151))/0x2)+parseInt(u(0x153))/0x3*(-parseInt(u(0x147))/0x4)+-parseInt(u(0x150))/0x5+parseInt(u(0x155))/0x6*(parseInt(u(0x148))/0x7)+parseInt(u(0x14e))/0x8*(-parseInt(u(0x152))/0x9)+parseInt(u(0x14f))/0xa+parseInt(u(0x14b))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0xb4230));function a42d(a,b){var c=a42c();return a42d=function(d,e){d=d-0x147;var f=c[d];return f;},a42d(a,b);}var a42b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a42d;if(c){var e=c[v(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){var w=a42d;return a42a[w(0x14c)]()[w(0x14a)](w(0x154))[w(0x14c)]()['constructor'](a42a)[w(0x14a)](w(0x154));});a42a();import'./run.command.js';import'./docker.sub.cmd.js';function a42c(){var x=['search','13148586ceuCoT','toString','66QgDwqn','6576LfMeiK','4865870IqQVBl','1814240tjNbJN','62jdklFm','117rRvDMw','37833GWBhrF','(((.+)+)+)+$','6yZDEzf','296oCuNaA','2524403xchBVf','apply'];a42c=function(){return x;};return a42c();}