@maka/maka-cli 4.0.82 → 4.0.85

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 (93) 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/dks.sub.cmd.js +1 -1
  10. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  11. package/dist/commands/aws/sth.sub.cmd.js +1 -1
  12. package/dist/commands/aws/ti.sub.cmd.js +1 -1
  13. package/dist/commands/build/_index.js +1 -1
  14. package/dist/commands/build/build.js +1 -1
  15. package/dist/commands/build/docker.sub.cmd.js +1 -1
  16. package/dist/commands/create.js +1 -1
  17. package/dist/commands/debug.js +1 -1
  18. package/dist/commands/deploy.js +1 -1
  19. package/dist/commands/game/_index.js +1 -1
  20. package/dist/commands/game/battleship.sub.cmd.js +1 -1
  21. package/dist/commands/game/play.command.js +1 -1
  22. package/dist/commands/game/pong.sub.cmd.js +1 -1
  23. package/dist/commands/game/snake.sub.cmd.js +1 -1
  24. package/dist/commands/game/tetris.sub.cmd.js +1 -1
  25. package/dist/commands/generate.js +1 -1
  26. package/dist/commands/get/_index.js +1 -1
  27. package/dist/commands/get/get.command.js +1 -1
  28. package/dist/commands/get/global.sub.cmd.js +1 -1
  29. package/dist/commands/get/local.sub.cmd.js +1 -1
  30. package/dist/commands/help.js +1 -1
  31. package/dist/commands/install.js +1 -1
  32. package/dist/commands/jsdoc.js +1 -1
  33. package/dist/commands/login.js +1 -1
  34. package/dist/commands/logout.js +1 -1
  35. package/dist/commands/logs.js +1 -1
  36. package/dist/commands/maka.cmd.js +1 -1
  37. package/dist/commands/murder.js +1 -1
  38. package/dist/commands/reconfig.js +1 -1
  39. package/dist/commands/run.js +1 -1
  40. package/dist/commands/set/_index.js +1 -1
  41. package/dist/commands/set/global.sub.cmd.js +1 -1
  42. package/dist/commands/set/local.sub.cmd.js +1 -1
  43. package/dist/commands/set/set.command.js +1 -1
  44. package/dist/commands/ssh.js +1 -1
  45. package/dist/commands/ssl.js +1 -1
  46. package/dist/commands/test.js +1 -1
  47. package/dist/commands/version.js +1 -1
  48. package/dist/error.js +1 -1
  49. package/dist/generator.js +1 -1
  50. package/dist/generators/_index.js +1 -1
  51. package/dist/generators/api.js +1 -1
  52. package/dist/generators/collection.js +1 -1
  53. package/dist/generators/component.js +1 -1
  54. package/dist/generators/config.js +1 -1
  55. package/dist/generators/dbc.js +1 -1
  56. package/dist/generators/dockerfile.js +1 -1
  57. package/dist/generators/hook.js +1 -1
  58. package/dist/generators/kit.js +1 -1
  59. package/dist/generators/layout.js +1 -1
  60. package/dist/generators/maka.gen.js +1 -1
  61. package/dist/generators/methods.js +1 -1
  62. package/dist/generators/package.js +1 -1
  63. package/dist/generators/page.js +1 -1
  64. package/dist/generators/publish.js +1 -1
  65. package/dist/generators/route.js +1 -1
  66. package/dist/generators/scaffold.js +1 -1
  67. package/dist/generators/service.js +1 -1
  68. package/dist/maka.js +1 -1
  69. package/dist/templates/meteor/app/imports/startup/lib/routes.js.jsx +1 -1
  70. package/dist/templates/meteor/app/imports/startup/lib/routes.js.tsx +1 -1
  71. package/dist/templates/meteor/app/meteor.d.ts +13 -13
  72. package/dist/templates/meteor/app/tsconfig.json +3 -1
  73. package/dist/templates/react/component/component.js.tsx +6 -5
  74. package/dist/templates/react/test/test.js.tsx +2 -1
  75. package/dist/tool.js +1 -1
  76. package/dist/tools/actions/actions.class.js +1 -1
  77. package/dist/tools/actions/actions.test.js +1 -1
  78. package/dist/tools/aws/aws.class.js +1 -1
  79. package/dist/tools/aws/aws.interfaces.js +1 -1
  80. package/dist/tools/docker/docker.class.js +1 -1
  81. package/dist/tools/docker/docker.interfaces.js +1 -1
  82. package/dist/tools/fsi/fsi.class.js +1 -1
  83. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  84. package/dist/tools/https/https.class.js +1 -1
  85. package/dist/tools/https/https.interface.js +1 -1
  86. package/dist/tools/log/log.class.js +1 -1
  87. package/dist/tools/log/log.interfaces.js +1 -1
  88. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  89. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  90. package/dist/tools/ssh/ssh.class.js +1 -1
  91. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  92. package/dist/tools/ssl/ssl.class.js +1 -1
  93. package/package.json +4 -1
@@ -1 +1 @@
1
- function a28c(){var F=['2317384xlYXFd','fsi','error','11204091CdHvSc','184odCzSm','39NsAlTC','log','sxBxX','value','apply','QvqHU','search','11EzXJXM','YDLHj','local','2295192ZQKEGC','57MNpLXV','28868ELechV','done','4427555QfsNAy','EmjoU','kbama','then','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','maka\x20get:local','exit','__awaiter','5262020XcqYZP','(((.+)+)+)+$','40371kKgeta','21SFJFZp','6isMEXm','next','toString'];a28c=function(){return F;};return a28c();}var a28y=a28d;(function(a,b){var v=a28d,c=a();while(!![]){try{var d=-parseInt(v(0x112))/0x1*(-parseInt(v(0x113))/0x2)+-parseInt(v(0x11f))/0x3*(parseInt(v(0x128))/0x4)+-parseInt(v(0x115))/0x5*(-parseInt(v(0x121))/0x6)+-parseInt(v(0x120))/0x7*(-parseInt(v(0x124))/0x8)+-parseInt(v(0x127))/0x9+-parseInt(v(0x11d))/0xa*(-parseInt(v(0x10e))/0xb)+-parseInt(v(0x111))/0xc*(parseInt(v(0x129))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0xa2897));var a28b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a28d;if(w(0x10f)===w(0x10f)){if(c){if(w(0x116)==='IqcaU'){var h=d[w(0x10b)](e,arguments);return f=null,h;}else{var e=c[w(0x10b)](b,arguments);return c=null,e;}}}else c(d);}:function(){};return a=![],d;};}()),a28a=a28b(this,function(){var x=a28d;return a28a[x(0x123)]()[x(0x10d)](x(0x11e))[x(0x123)]()['constructor'](a28a)[x(0x10d)](x(0x11e));});a28a();var __awaiter=this&&this[a28y(0x11c)]||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=a28d;function h(k){var z=a28d;try{j(d[z(0x122)](k));}catch(l){if('ySXkh'==='VNgBa')return c['toString']()[z(0x10d)](z(0x11e))[z(0x123)]()['constructor'](d)[z(0x10d)](z(0x11e));else g(l);}}function i(k){var A=a28d;try{if(A(0x109)===A(0x109))j(d['throw'](k));else{var n=g?function(){var B=A;if(n){var u=q[B(0x10b)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}catch(m){A(0x117)!==A(0x117)?(d[A(0x126)](m),f[A(0x11b)](0x0)):g(m);}}function j(k){var C=a28d;if(C(0x10c)==='DRrkF')return f instanceof g?h:new i(function(m){m(k);});else k[C(0x114)]?f(k['value']):e(k[C(0x10a)])[C(0x118)](h,i);}j((d=d[D(0x10b)](a,b||[]))[D(0x122)]());});};import a28u from'./get.command.js';import{Command}from'../../command.js';function a28d(a,b){var c=a28c();return a28d=function(d,e){d=d-0x108;var f=c[d];return f;},a28d(a,b);}Command['create']({'name':a28y(0x110),'usage':a28y(0x11a),'mustBeInMakaProject':!![],'description':a28y(0x119)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a28d;try{const c=yield this[E(0x125)]['getProjectConfig']();console[E(0x108)](c);}catch(d){console[E(0x126)](d),process[E(0x11b)](0x0);}});},a28u);
1
+ var a28z=a28d;(function(a,b){var v=a28d,c=a();while(!![]){try{var d=parseInt(v(0x15e))/0x1*(-parseInt(v(0x16b))/0x2)+-parseInt(v(0x162))/0x3*(parseInt(v(0x174))/0x4)+parseInt(v(0x15c))/0x5+-parseInt(v(0x161))/0x6*(-parseInt(v(0x157))/0x7)+parseInt(v(0x16d))/0x8+parseInt(v(0x178))/0x9*(-parseInt(v(0x163))/0xa)+parseInt(v(0x153))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x59fe1));var a28b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a28d;if(w(0x164)!==w(0x167)){if(c){var e=c[w(0x158)](b,arguments);return c=null,e;}}else{var g=g?function(){var x=w;if(g){var u=q[x(0x158)](r,arguments);return s=null,u;}}:function(){};return l=![],g;}}:function(){};return a=![],d;};}()),a28a=a28b(this,function(){var y=a28d;return a28a[y(0x170)]()[y(0x15a)]('(((.+)+)+)+$')[y(0x170)]()['constructor'](a28a)['search']('(((.+)+)+)+$');});a28a();var __awaiter=this&&this[a28z(0x168)]||function(a,b,c,d){function e(f){var A=a28d;if('BvRVf'!==A(0x166))try{i(j['throw'](k));}catch(h){m(h);}else return f instanceof c?f:new c(function(h){var B=A;B(0x176)===B(0x165)?c(d):h(f);});}return new(c||(c=Promise))(function(f,g){var F=a28d;function h(k){var C=a28d;if(C(0x15f)!=='QFYRn')return f instanceof g?h:new i(function(m){m(k);});else try{j(d['next'](k));}catch(m){g(m);}}function i(k){var D=a28d;try{if(D(0x173)!==D(0x173))try{i(j[D(0x160)](k));}catch(m){m(m);}else j(d[D(0x16f)](k));}catch(m){g(m);}}function j(k){var E=a28d;E(0x16a)!==E(0x16a)?d(e['throw'](f)):k[E(0x169)]?f(k['value']):e(k[E(0x16c)])[E(0x177)](h,i);}j((d=d[F(0x158)](a,b||[]))['next']());});};function a28d(a,b){var c=a28c();return a28d=function(d,e){d=d-0x153;var f=c[d];return f;},a28d(a,b);}import a28u from'./get.command.js';import{Command}from'../../command.js';function a28c(){var H=['948515YgSDvf','create','82FrGrdJ','QFYRn','next','1469022PEQMhG','31731FyhHUR','97890yXQCio','QJrcL','WLYiE','BvRVf','KJCEO','__awaiter','done','QreFe','2682cojmeL','value','1861048wUJOkQ','exit','throw','toString','wQtbT','maka\x20get:local','SKotY','224FRrCBC','constructor','AFAuM','then','288GoTnoq','5193353FnyIYV','fsi','local','(((.+)+)+)+$','14WqsjFy','apply','log','search','error'];a28c=function(){return H;};return a28c();}Command[a28z(0x15d)]({'name':a28z(0x155),'usage':a28z(0x172),'mustBeInMakaProject':!![],'description':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var G=a28d;if(G(0x171)===G(0x171))try{const c=yield this[G(0x154)]['getProjectConfig']();console[G(0x159)](c);}catch(d){console[G(0x15b)](d),process[G(0x16e)](0x0);}else return c[G(0x170)]()[G(0x15a)]('(((.+)+)+)+$')[G(0x170)]()[G(0x175)](d)[G(0x15a)](G(0x156));});},a28u);
@@ -1 +1 @@
1
- var a29B=a29d;(function(a,b){var u=a29d,c=a();while(!![]){try{var d=-parseInt(u(0xff))/0x1+-parseInt(u(0x104))/0x2+parseInt(u(0x114))/0x3+parseInt(u(0x112))/0x4*(-parseInt(u(0x101))/0x5)+-parseInt(u(0x108))/0x6+-parseInt(u(0x100))/0x7+parseInt(u(0x109))/0x8*(parseInt(u(0x10e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x55f2b));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a29d;if(c){var e=c[v(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var w=a29d;return a29a[w(0x102)]()['search'](w(0x105))[w(0x102)]()['constructor'](a29a)[w(0x10d)](w(0x105));});a29a();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){var A=a29d;function h(k){var x=a29d;try{j(d[x(0x103)](k));}catch(l){g(l);}}function i(k){var y=a29d;if(y(0x106)!=='zzsxF')try{y(0x110)===y(0x10a)?d(e[y(0x116)](f)):j(d[y(0x116)](k));}catch(m){g(m);}else return c(this,void 0x0,void 0x0,function*(){throw new e();});}function j(k){var z=a29d;k['done']?f(k['value']):e(k[z(0x111)])['then'](h,i);}j((d=d[A(0x10c)](a,b||[]))['next']());});};import{Command}from'../command.js';function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0xfe;var f=c[d];return f;},a29d(a,b);}function a29c(){var D=['help','throw','then','67301uYhcXu','4563398aEUrpV','5nZxpYy','toString','next','971178TaWRQY','(((.+)+)+)+$','lZzFp','create','3581490odlhwH','40nyZhIE','asptn','done','apply','search','3941019cqYskO','ESXAs','VWWfr','value','956460IMieAV','kqZSu','610266xyFbki'];a29c=function(){return D;};return a29c();}import{UsageError}from'../error.js';Command[a29B(0x107)]({'name':a29B(0x115),'aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var C=a29d;if(C(0x113)===C(0x10f))h[C(0x10b)]?i(j['value']):k(l[C(0x111)])[C(0xfe)](m,n);else throw new UsageError();});});
1
+ var a29z=a29d;function a29c(){var G=['2611485yzmmUB','throw','LjOFG','RaSCY','search','next','__awaiter','7592964hMYPUM','4UjZIRx','(((.+)+)+)+$','pxpSP','WylGK','toString','vTURF','value','then','2058oGQLpv','160esBkiL','55324gtFycP','WorJP','44ToSyzi','yUQJq','constructor','done','782960wYjyri','apply','zJNYW','35712gWhUNY','562805cWsJgp','990240SMGNcF','help','wggqO','create'];a29c=function(){return G;};return a29c();}(function(a,b){var v=a29d,c=a();while(!![]){try{var d=-parseInt(v(0x6d))/0x1*(-parseInt(v(0x7a))/0x2)+-parseInt(v(0x6e))/0x3+parseInt(v(0x84))/0x4*(-parseInt(v(0x83))/0x5)+parseInt(v(0x79))/0x6+-parseInt(v(0x82))/0x7*(parseInt(v(0x6c))/0x8)+parseInt(v(0x72))/0x9+parseInt(v(0x8a))/0xa*(parseInt(v(0x86))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0xde035));var a29b=(function(){var a=!![];return function(b,c){var w=a29d;if(w(0x7c)===w(0x7c)){var d=a?function(){var x=w;if('zJNYW'===x(0x6b)){if(c){if(x(0x87)!=='yUQJq'){if(e){var g=i[x(0x6a)](j,arguments);return k=null,g;}}else{var e=c[x(0x6a)](b,arguments);return c=null,e;}}}else throw new b();}:function(){};return a=![],d;}else c(d);};}()),a29a=a29b(this,function(){var y=a29d;return a29a['toString']()[y(0x76)]('(((.+)+)+)+$')[y(0x7e)]()[y(0x88)](a29a)[y(0x76)](y(0x7b));});a29a();function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x6a;var f=c[d];return f;},a29d(a,b);}var __awaiter=this&&this[a29z(0x78)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var A=a29d;A(0x7d)===A(0x7f)?c(d):g(f);});}return new(c||(c=Promise))(function(f,g){var F=a29d;function h(k){var B=a29d;try{if('pSpCO'==='pSpCO')j(d[B(0x77)](k));else{var n=g?function(){var C=B;if(n){var u=q[C(0x6a)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}catch(m){g(m);}}function i(k){var D=a29d;try{j(d[D(0x73)](k));}catch(l){if(D(0x85)===D(0x75)){var n=d['apply'](l,arguments);return f=null,n;}else g(l);}}function j(k){var E=a29d;E(0x74)===E(0x70)?d(e[E(0x73)](f)):k[E(0x89)]?f(k[E(0x80)]):e(k[E(0x80)])[E(0x81)](h,i);}j((d=d[F(0x6a)](a,b||[]))[F(0x77)]());});};import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a29z(0x71)]({'name':a29z(0x6f),'aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){throw new UsageError();});});
@@ -1 +1 @@
1
- const a30a1=a30d;(function(a,b){const Y=a30d,c=a();while(!![]){try{const d=-parseInt(Y(0x193))/0x1+-parseInt(Y(0x16b))/0x2+parseInt(Y(0x179))/0x3+parseInt(Y(0x163))/0x4*(-parseInt(Y(0x161))/0x5)+parseInt(Y(0x1a2))/0x6+-parseInt(Y(0x169))/0x7+parseInt(Y(0x172))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0x6c0ee));const a30b=(function(){let a=!![];return function(b,c){const Z=a30d;if(Z(0x1be)===Z(0x1be)){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else d(e[Z(0x1da)](f));};}()),a30a=a30b(this,function(){const a0=a30d;return a30a['toString']()[a0(0x180)](a0(0x185))['toString']()[a0(0x191)](a30a)[a0(0x180)]('(((.+)+)+)+$');});a30a();var __awaiter=this&&this[a30a1(0x17f)]||function(a,b,c,d){function e(f){const a2=a30d;if(a2(0x199)==='zPtAd')return f instanceof c?f:new c(function(g){g(f);});else{let h=this[a2(0x16f)][a2(0x1c2)](p,a2(0x1d6))[0x0];if(!h){h=this[a2(0x16f)]['grep'](E,a2(0x1dc))[0x0];if(!h)throw a2(0x167);}const i=r[a2(0x1c3)](s,a2(0x1bf),a2(0x181));h=h[a2(0x1b4)](/PATH=/,'')[a2(0x1b4)](/Path=/,'')[a2(0x1b4)](t+';',''),u[a2(0x16c)](i,h),v[a2(0x162)](a2(0x18e)+i);const j=a2(0x15e)+w+';'+h+'\x22\x202>\x20nul',k=a2(0x1c6)+x+a2(0x1a9);y['debug']&&(F[a2(0x1b5)](a2(0x1d9)+h),G[a2(0x1b5)](a2(0x188)+j),H[a2(0x1b5)](a2(0x1d2)+k)),C(j,{'stdio':a2(0x1b9)}),D(k,{'stdio':a2(0x1b9)});}}return new(c||(c=Promise))(function(f,g){const a6=a30d;function h(k){const a3=a30d;if(a3(0x170)!==a3(0x170))b[a3(0x19b)](a3(0x190));else try{if(a3(0x1e2)===a3(0x156)){if(this[a3(0x16f)][a3(0x1c4)](i[a3(0x1ab)]))q['notice'](a3(0x1bd)+r[a3(0x1ab)]),s=t[a3(0x1ab)],u=[a3(0x18f),v];else throw a3(0x192)+w;}else j(d['next'](k));}catch(n){g(n);}}function i(k){const a4=a30d;try{j(d['throw'](k));}catch(l){a4(0x17c)!=='EHqzG'?(g('mkdir\x20-p\x20'+h+a4(0x176),{'stdio':'ignore'}),i(a4(0x186),{'stdio':a4(0x1b9)}),j('printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile',{'stdio':'ignore'}),k(a4(0x15c),{'stdio':a4(0x1b9)}),l('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc',{'stdio':'ignore'})):g(l);}}function j(k){const a5=a30d;a5(0x1db)==='yUUtg'?k[a5(0x174)]?f(k[a5(0x196)]):e(k['value'])['then'](h,i):c[a5(0x184)](d);}j((d=d[a6(0x1b1)](a,b||[]))['next']());});};function a30c(){const aa=['\x20installed.\x0a','win32','----------------------------------','CZRwx','apply','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionProcess\x20node.exe,7z.exe,cmd.exe,powershell.exe','platform','replace','bright','start','/meteor-bootstrap-os.windows.x86_64.tar.gz','Downloading\x20meteor\x20version\x20','ignore','.meteor','Local','NkvBR','Using\x20CA\x20Cert\x20','PFhnz','.maka','version','\x20-s\x20https://install.meteor.com/','grep','join','isFile','Allowing\x20insecure\x20curl\x20connections.','setx\x20TOOL_NODE_FLAGS\x20\x22--max-old-space-size=','--output','Total\x20Memory:\x20','darwin','sync','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','toString','huzvW','Qybtv','then','LjPtv','For\x20improved\x20performance,\x20consider\x20whitelisting\x20the\x20following\x20from\x20windows\x20defender.','Setting\x20Node\x20Flags:\x20','-xzf','Python','eQrRc','Path','Network\x20error,\x20please\x20try\x20again.','Meteor\x20version\x20','User\x20Path:\x20','throw','yUUtg','PATH','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','mkdir\x20-p\x20','cert','NONIO','floor','mLVel','UeQHn','maka\x20install\x20meteor\x20--version\x201.12.1','totalmem','debug','Aborted','string','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','Installing\x20meteor\x20','setx\x20PATH\x20\x22','\x20\x20Open\x20an\x20administrative\x20PowerShell\x20terminal,\x20then\x20run:\x20','keepInstall','5aOrKAC','notice','1707028sNXyjO','Removing\x20old\x20version\x20of\x20meteor','curl\x20','https://static-meteor.netdna-ssl.com/packages-bootstrap/','I\x20cannot\x20find\x20your\x20Path\x20or\x20PATH\x20variable.','os.osx.x86_64','8204NCowkr','maka\x20install\x20meteor\x20--force','578312OEfels','writeFileSync','oXOrO','tar','fsi','rWzih','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2889720lhDiqh','withSpinner','done','CtoKn','/.local/bin','force','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','2062497ytMRrz','allowInsecure','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','EHqzG','vQcyC','bhnWA','__awaiter','search','path_backup.txt','LHjGT','FOR\x20/F\x20\x22tokens=1,3*\x20skip=2\x22\x20%G\x20IN\x20(\x27reg\x20query\x20HKCU\x5cEnvironment\x27)\x20DO\x20@echo\x20%G=%H\x20%I','error','(((.+)+)+)+$','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','success','Setting\x20Path:\x20','meteor.tar.gz','create','App\x20Local\x20Dir:\x20','maka\x20install\x20meteor','curl','Backed\x20up\x20PATH\x20to\x20','--cacert','No\x20Python\x20install\x20found,\x20if\x20you\x20experience\x20build\x20/\x20install\x20failures,\x20consider\x20installing\x20python.\x20https://visualstudio.microsoft.com/downloads/','constructor','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','342023xlqJvU','Meteor\x20download\x20failed.','tar\x20','value','getGlobalConfig','-rf','zPtAd','hJOVT','warn','NPM\x20Path:\x20','Installing\x20meteor\x20version\x20','exit','python\x20--version\x203>nul','Meteor\x20Path:\x20','maka\x20install\x20meteor\x20-v\x202.3.6','2718000bGLElT','SYgEs','concat','unlinkSync','RoJJY','AppData','sngJP','\x22\x202>\x20nul','RELEASE=','cacert','includes'];a30c=function(){return aa;};return a30c();}import a30M from'os';import a30N from'path';import a30O from'fs';import a30P 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';function a30d(a,b){const c=a30c();return a30d=function(d,e){d=d-0x156;let f=c[d];return f;},a30d(a,b);}import{Actions}from'../tools/actions/actions.class.js';const homeDir=a30M['homedir']();Command[a30a1(0x18a)]({'name':'install','aliases':['i'],'validOpts':['f',a30a1(0x177),'v','version',a30a1(0x159),a30a1(0x1ab),a30a1(0x160)],'usage':'maka\x20install','description':a30a1(0x178),'examples':[a30a1(0x18c),a30a1(0x16a),a30a1(0x1a1),a30a1(0x157),'maka\x20i']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const a7=a30d;if('UfenS'!=='amxpI')try{if(a7(0x1ce)==='CGPKy')throw a7(0x15a);else{let h=[],i='';if(b['cacert']){if(this[a7(0x16f)][a7(0x1c4)](b[a7(0x1ab)]))Log['notice'](a7(0x1bd)+b[a7(0x1ab)]),i=b['cacert'],h=[a7(0x18f),i];else throw a7(0x192)+i;}const j=yield this['fsi'][a7(0x197)]();if(j['cert']){if(a7(0x1d0)!==a7(0x1d5)){if(this[a7(0x16f)][a7(0x1c4)](j[a7(0x1df)]))i=j['cert'],h=[a7(0x18f),i];else throw a7(0x171)+i;}else c[a7(0x184)](d);}j[a7(0x17a)]&&(a7(0x1cd)!==a7(0x1b0)?(Log[a7(0x19b)]('Allowing\x20insecure\x20curl\x20connections.'),h=['-k']):c[a7(0x1ca)](d,{'force':!![]}));let k=![];b['f']||b['force']?k=!![]:k=yield Actions['confirm'](a7(0x1dd));if(!k)throw a7(0x15a);const l=process[a7(0x1b3)]===a7(0x1ae),m=process[a7(0x1b3)]===a7(0x1c9);let n=execSync(a7(0x165)+h['join']('\x20')+a7(0x1c1))['toString'](),o=yield this[a7(0x16f)][a7(0x1c2)](n,a7(0x1aa));if(o['length']===0x0)throw a7(0x1d7);let p=o[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']==='string'||typeof b[a7(0x1c0)]===a7(0x15b))&&(p=b['v']||b[a7(0x1c0)]);let q=a30N[a7(0x1c3)](homeDir,'.meteor');if(l){const t=execSync(a7(0x19f))[a7(0x1cc)](),u=yield this[a7(0x16f)][a7(0x1c2)](t,a7(0x1d4))[0x0];if(!(u===null||u===void 0x0?void 0x0:u[a7(0x1ac)](a7(0x1d4)))){if(a7(0x182)!==a7(0x182))throw a7(0x167);else Log[a7(0x19b)](a7(0x190));}q=a30N['join'](homeDir,a7(0x1a7),a7(0x1bb),a7(0x1ba));const v=a30N[a7(0x1c3)](homeDir,'AppData',a7(0x1bb)),w=a30N['join'](homeDir,a7(0x1a7),'Roaming','npm');var c=a30M[a7(0x158)](),d=c/0x400,f=d/0x400;f=Math[a7(0x1e1)](f/0x4);const x=a30N['join'](v,'meteor.tar.gz');let y=['-s','https://static-meteor.netdna-ssl.com/packages-bootstrap/'+p+a7(0x1b7),a7(0x1c7),x];y=h[a7(0x1a4)](y);const z=[a7(0x1d3),x,'-C',v,'--force-local'],A=execSync(a7(0x183))[a7(0x1cc)]();b['debug']&&(a7(0x1a6)===a7(0x1a6)?(Log[a7(0x1b5)](a7(0x1a0)+q),Log[a7(0x1b5)](a7(0x18b)+v),Log['bright'](a7(0x19c)+w),Log[a7(0x1b5)](a7(0x1c8)+f),Log[a7(0x1b5)](a7(0x1af)),Log[a7(0x1b5)](a7(0x165)+y[a7(0x1c3)]('\x20')),Log['bright'](a7(0x195)+z[a7(0x1c3)]('\x20')),Log['bright'](a7(0x1af)),Log[a7(0x1b5)](A)):(g['bright'](a7(0x1d9)+h),i[a7(0x1b5)](a7(0x188)+j),k['bright'](a7(0x1d2)+l)));const B=F=>{return new Promise((G,H)=>{const a8=a30d,I=Log['withSpinner']();I[a8(0x1b6)](a8(0x164)),a30P(q,{'force':!![]},()=>{const a9=a8;a9(0x1e0)!==a9(0x1e0)?(c[a9(0x19b)](a9(0x1c5)),d=['-k']):(I[a9(0x187)](),G());});});};a30O['existsSync'](q)&&(yield B(q));yield SpawnAsync['withSpinner'](a7(0x18d),y,{'message':a7(0x1b8)+p});const C=a30O['statSync'](x);if(C['size']<0x1388){if(a7(0x175)===a7(0x19a))return f instanceof g?h:new i(function(G){G(k);});else Log[a7(0x184)](a7(0x194)),a30O[a7(0x1a5)](x),process['exit'](0x1);}yield SpawnAsync[a7(0x173)](a7(0x16e),z,{'message':a7(0x19d)+p});try{let G=this[a7(0x16f)]['grep'](A,a7(0x1d6))[0x0];if(!G){G=this[a7(0x16f)][a7(0x1c2)](A,'PATH')[0x0];if(!G){if(a7(0x1bc)!==a7(0x1bc)){const L=d['apply'](e,arguments);return f=null,L;}else throw a7(0x167);}}const H=a30N[a7(0x1c3)](homeDir,a7(0x1bf),'path_backup.txt');G=G[a7(0x1b4)](/PATH=/,'')[a7(0x1b4)](/Path=/,'')['replace'](q+';',''),a30O['writeFileSync'](H,G),Log['notice'](a7(0x18e)+H);const I=a7(0x15e)+q+';'+G+a7(0x1a9),J='setx\x20TOOL_NODE_FLAGS\x20\x22--max-old-space-size='+f+a7(0x1a9);if(b[a7(0x159)]){if('bhnWA'!==a7(0x17e))try{i(j[a7(0x1da)](k));}catch(M){m(M);}else Log[a7(0x1b5)]('User\x20Path:\x20'+G),Log['bright'](a7(0x188)+I),Log[a7(0x1b5)](a7(0x1d2)+J);}execSync(I,{'stdio':'ignore'}),execSync(J,{'stdio':a7(0x1b9)});}catch(M){console[a7(0x184)](M);}try{const N=a30N[a7(0x1c3)](v,a7(0x189));!b[a7(0x160)]&&this[a7(0x16f)][a7(0x1c4)](N)&&(a7(0x17d)!=='vQcyC'?c(d):a30P[a7(0x1ca)](N,{'force':!![]}));}catch(P){console['error'](P);}Log[a7(0x187)]('Meteor\x20version\x20'+p+a7(0x1ad)),Log[a7(0x162)](a7(0x1d1)),Log['notice'](a7(0x15f)),Log['notice']('\x20\x20\x20\x20Add-MpPreference\x20-ExclusionPath\x20\x22'+q+'\x22'),Log['notice'](a7(0x1b2)),Log[a7(0x162)]('Please\x20close\x20this\x20command\x20prompt\x20or\x20powershell\x20window\x20and\x20open\x20a\x20new\x20one\x20to\x20finalize\x20install.');}else{a30O['existsSync'](q)&&(yield SpawnAsync[a7(0x173)]('rm',[a7(0x198),q],{'message':'Removing\x20previous\x20install\x20of\x20meteor'}));try{const Q=m?a7(0x168):'os.linux.x86_64';yield SpawnAsync[a7(0x173)]('curl',[...h,'-s',a7(0x166)+p+'/meteor-bootstrap-'+Q+'.tar.gz',a7(0x1c7),a30N[a7(0x1c3)](homeDir,a7(0x189))],{'message':a7(0x1b8)+p});const R=['-xzf',a30N[a7(0x1c3)](homeDir,a7(0x189)),'-C',homeDir];yield SpawnAsync[a7(0x173)](a7(0x16e),R,{'message':a7(0x15d)+p}),a30P[a7(0x1ca)](a30N[a7(0x1c3)](homeDir,a7(0x189)),{'force':!![]});}catch(S){console[a7(0x184)](S);}try{if('fjEiI'!==a7(0x1a8))execSync(a7(0x1de)+homeDir+a7(0x176),{'stdio':a7(0x1b9)}),execSync(a7(0x186),{'stdio':a7(0x1b9)}),execSync(a7(0x1cb),{'stdio':a7(0x1b9)}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':a7(0x1b9)}),execSync(a7(0x17b),{'stdio':a7(0x1b9)});else throw a7(0x1d7);}catch(U){a7(0x16d)!==a7(0x1a3)?console[a7(0x184)](U):h[a7(0x174)]?i(j[a7(0x196)]):k(l[a7(0x196)])[a7(0x1cf)](m,n);}Log['success'](a7(0x1d8)+p+a7(0x1ad));}}}catch(W){console['error'](W),process[a7(0x19e)](0x0);}else d[a7(0x184)](e),f[a7(0x19e)](0x0);});});
1
+ const a30a0=a30d;function a30d(a,b){const c=a30c();return a30d=function(d,e){d=d-0xa1;let f=c[d];return f;},a30d(a,b);}(function(a,b){const X=a30d,c=a();while(!![]){try{const d=-parseInt(X(0xc8))/0x1+-parseInt(X(0xff))/0x2+parseInt(X(0xbf))/0x3+parseInt(X(0x125))/0x4+parseInt(X(0xc1))/0x5+-parseInt(X(0xb3))/0x6+parseInt(X(0xdc))/0x7*(parseInt(X(0x128))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xf40dc));const a30b=(function(){let a=!![];return function(b,c){const d=a?function(){const Y=a30d;if(Y(0xd9)===Y(0xd9)){if(c){const e=c[Y(0xac)](b,arguments);return c=null,e;}}else g(Y(0xa3)+h+Y(0xb7),{'stdio':'ignore'}),i(Y(0xad),{'stdio':Y(0x12b)}),j(Y(0x121),{'stdio':Y(0x12b)}),k('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':Y(0x12b)}),l(Y(0xe5),{'stdio':Y(0x12b)});}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){const Z=a30d;return a30a[Z(0xce)]()[Z(0xd5)](Z(0xd4))[Z(0xce)]()['constructor'](a30a)[Z(0xd5)](Z(0xd4));});a30a();var __awaiter=this&&this[a30a0(0xa5)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const a1=a30d;if('KPXqS'===a1(0x10c))g(f);else throw a1(0xb2)+b;});}return new(c||(c=Promise))(function(f,g){const a5=a30d;function h(k){const a2=a30d;try{j(d[a2(0xb8)](k));}catch(l){g(l);}}function i(k){const a3=a30d;try{j(d[a3(0xeb)](k));}catch(l){g(l);}}function j(k){const a4=a30d;if(a4(0xa1)!==a4(0x119))k[a4(0x117)]?f(k['value']):e(k['value'])['then'](h,i);else try{i(j[a4(0xeb)](k));}catch(m){m(m);}}j((d=d['apply'](a,b||[]))[a5(0xb8)]());});};function a30c(){const a9=['apply','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','.tar.gz','vENfO','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','For\x20improved\x20performance,\x20consider\x20whitelisting\x20the\x20following\x20from\x20windows\x20defender.','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','9001362VjbjAi','iuGxc','FPHyR','warn','/.local/bin','next','Setting\x20Node\x20Flags:\x20','--cacert','grep','curl\x20','.maka','os.osx.x86_64','453162PAiNor','path_backup.txt','3649545hHWMUo','AppData','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionPath\x20\x22','Removing\x20old\x20version\x20of\x20meteor','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','Python','notice','843379fARkFv','No\x20Python\x20install\x20found,\x20if\x20you\x20experience\x20build\x20/\x20install\x20failures,\x20consider\x20installing\x20python.\x20https://visualstudio.microsoft.com/downloads/','bright','string','force','Total\x20Memory:\x20','toString','replace','NPM\x20Path:\x20','join','\x20installed.\x0a','curl','(((.+)+)+)+$','search','I\x20cannot\x20find\x20your\x20Path\x20or\x20PATH\x20variable.','Meteor\x20version\x20','version','BPRGv','success','https://static-meteor.netdna-ssl.com/packages-bootstrap/','11917318iuzWmN','/meteor-bootstrap-','existsSync','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionProcess\x20node.exe,7z.exe,cmd.exe,powershell.exe','floor','FOR\x20/F\x20\x22tokens=1,3*\x20skip=2\x22\x20%G\x20IN\x20(\x27reg\x20query\x20HKCU\x5cEnvironment\x27)\x20DO\x20@echo\x20%G=%H\x20%I','ZDHfz','wLQGE','error','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','length','create','maka\x20install\x20meteor\x20--version\x201.12.1','\x20\x20Open\x20an\x20administrative\x20PowerShell\x20terminal,\x20then\x20run:\x20','Meteor\x20Path:\x20','throw','Backed\x20up\x20PATH\x20to\x20','isFile','install','writeFileSync','----------------------------------','SzEAP','constructor','xDoQv','getGlobalConfig','Installing\x20meteor\x20','Knypv','MNqBz','Downloading\x20meteor\x20version\x20','Setting\x20Path:\x20','cert','setx\x20PATH\x20\x22','-rf','bqSfc','win32','1827726Zopwwl','darwin','.meteor','allowInsecure','xeOOA','fsi','meteor.tar.gz','python\x20--version\x203>nul','RELEASE=','cacert','fBAld','concat','--force-local','KPXqS','exit','npm','\x20-s\x20https://install.meteor.com/','Please\x20close\x20this\x20command\x20prompt\x20or\x20powershell\x20window\x20and\x20open\x20a\x20new\x20one\x20to\x20finalize\x20install.','App\x20Local\x20Dir:\x20','sync','maka\x20i','-xzf','Using\x20CA\x20Cert\x20','Removing\x20previous\x20install\x20of\x20meteor','done','TwYQR','dwpmq','unlinkSync','\x22\x202>\x20nul','/meteor-bootstrap-os.windows.x86_64.tar.gz','ZFdre','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','withSpinner','User\x20Path:\x20','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','confirm','tar','start','6694704ELtnpg','maka\x20install','Local','8cEUzfC','Path','PfbOd','ignore','KFRpE','dILMX','mkdir\x20-p\x20','platform','__awaiter','homedir','keepInstall','debug','ztYBd','--output','PATH'];a30c=function(){return a9;};return a30c();}import a30M from'os';import a30N from'path';import a30O from'fs';import a30P 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';const homeDir=a30M[a30a0(0xa6)]();Command[a30a0(0xe7)]({'name':a30a0(0xee),'aliases':['i'],'validOpts':['f',a30a0(0xcc),'v','version',a30a0(0xa8),'cacert',a30a0(0xa7)],'usage':a30a0(0x126),'description':a30a0(0x11e),'examples':['maka\x20install\x20meteor','maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor\x20-v\x202.3.6',a30a0(0xe8),a30a0(0x113)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const a6=a30d;try{let g=[],h='';if(b[a6(0x108)]){if(a6(0x12a)!==a6(0xaf)){if(this['fsi']['isFile'](b[a6(0x108)]))Log[a6(0xc7)](a6(0x115)+b[a6(0x108)]),h=b[a6(0x108)],g=[a6(0xba),h];else throw a6(0xb2)+h;}else c(d);}const i=yield this[a6(0x104)][a6(0xf4)]();if(i['cert']){if(this[a6(0x104)][a6(0xed)](i['cert']))h=i['cert'],g=[a6(0xba),h];else throw a6(0xb0)+h;}i[a6(0x102)]&&(Log[a6(0xb6)]('Allowing\x20insecure\x20curl\x20connections.'),g=['-k']);let j=![];b['f']||b['force']?j=!![]:'budiJ'!==a6(0xf6)?j=yield Actions[a6(0x122)](a6(0xc5)):(g['bright'](a6(0x120)+h),i[a6(0xca)](a6(0xf9)+j),k[a6(0xca)](a6(0xb9)+l));if(!j){if(a6(0xfd)!=='DSHmu')throw'Aborted';else return c['toString']()[a6(0xd5)](a6(0xd4))[a6(0xce)]()[a6(0xf2)](d)[a6(0xd5)](a6(0xd4));}const k=process[a6(0xa4)]===a6(0xfe),l=process[a6(0xa4)]===a6(0x100);let m=execSync(a6(0xbc)+g[a6(0xd1)]('\x20')+a6(0x10f))[a6(0xce)](),n=yield this[a6(0x104)]['grep'](m,a6(0x107));if(n[a6(0xe6)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';let o=n[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===a6(0xcb)||typeof b[a6(0xd8)]===a6(0xcb))&&(o=b['v']||b[a6(0xd8)]);let p=a30N[a6(0xd1)](homeDir,a6(0x101));if(k){const t=execSync(a6(0x106))['toString'](),u=yield this[a6(0x104)][a6(0xbb)](t,a6(0xc6))[0x0];!(u===null||u===void 0x0?void 0x0:u['includes'](a6(0xc6)))&&Log[a6(0xb6)](a6(0xc9));p=a30N[a6(0xd1)](homeDir,a6(0xc2),'Local',a6(0x101));const v=a30N[a6(0xd1)](homeDir,a6(0xc2),a6(0x127)),w=a30N[a6(0xd1)](homeDir,a6(0xc2),'Roaming',a6(0x10e));var c=a30M['totalmem'](),d=c/0x400,f=d/0x400;f=Math[a6(0xe0)](f/0x4);const x=a30N[a6(0xd1)](v,a6(0x105));let y=['-s','https://static-meteor.netdna-ssl.com/packages-bootstrap/'+o+a6(0x11c),a6(0xaa),x];y=g[a6(0x10a)](y);const z=['-xzf',x,'-C',v,a6(0x10b)],A=execSync(a6(0xe1))[a6(0xce)]();b[a6(0xa8)]&&(Log[a6(0xca)]('Meteor\x20Path:\x20'+p),Log[a6(0xca)](a6(0x111)+v),Log[a6(0xca)](a6(0xd0)+w),Log[a6(0xca)]('Total\x20Memory:\x20'+f),Log[a6(0xca)](a6(0xf0)),Log['bright']('curl\x20'+y[a6(0xd1)]('\x20')),Log[a6(0xca)]('tar\x20'+z['join']('\x20')),Log[a6(0xca)](a6(0xf0)),Log['bright'](A));const B=D=>{return new Promise((E,F)=>{const a7=a30d;if(a7(0x118)===a7(0xb5))c['warn']('Allowing\x20insecure\x20curl\x20connections.'),d=['-k'];else{const H=Log[a7(0x11f)]();H[a7(0x124)](a7(0xc4)),a30P(p,{'force':!![]},()=>{const a8=a7;H[a8(0xda)](),E();});}});};a30O[a6(0xde)](p)&&(yield B(p));yield SpawnAsync[a6(0x11f)](a6(0xd3),y,{'message':a6(0xf8)+o});const C=a30O['statSync'](x);C['size']<0x1388&&(Log[a6(0xe4)]('Meteor\x20download\x20failed.'),a30O['unlinkSync'](x),process['exit'](0x1));yield SpawnAsync['withSpinner'](a6(0x123),z,{'message':'Installing\x20meteor\x20version\x20'+o});try{if(a6(0xe2)==='YaQlj'){if(this[a6(0x104)][a6(0xed)](g[a6(0xfa)]))m=n[a6(0xfa)],o=[a6(0xba),p];else throw a6(0xb0)+q;}else{let E=this[a6(0x104)][a6(0xbb)](A,a6(0x129))[0x0];if(!E){E=this['fsi'][a6(0xbb)](A,a6(0xab))[0x0];if(!E){if(a6(0xf7)!==a6(0x11d))throw a6(0xd6);else c[a6(0xe4)](d);}}const F=a30N['join'](homeDir,a6(0xbd),a6(0xc0));E=E['replace'](/PATH=/,'')['replace'](/Path=/,'')[a6(0xcf)](p+';',''),a30O[a6(0xef)](F,E),Log[a6(0xc7)](a6(0xec)+F);const G=a6(0xfb)+p+';'+E+a6(0x11b),H='setx\x20TOOL_NODE_FLAGS\x20\x22--max-old-space-size='+f+'\x22\x202>\x20nul';b[a6(0xa8)]&&(a6(0xf3)==='xDoQv'?(Log[a6(0xca)](a6(0x120)+E),Log['bright']('Setting\x20Path:\x20'+G),Log[a6(0xca)]('Setting\x20Node\x20Flags:\x20'+H)):(q[a6(0xca)](a6(0xea)+r),s[a6(0xca)](a6(0x111)+t),u['bright'](a6(0xd0)+v),w[a6(0xca)](a6(0xcd)+x),y[a6(0xca)](a6(0xf0)),z[a6(0xca)](a6(0xbc)+A[a6(0xd1)]('\x20')),B[a6(0xca)]('tar\x20'+C['join']('\x20')),D[a6(0xca)]('----------------------------------'),E['bright'](F))),execSync(G,{'stdio':a6(0x12b)}),execSync(H,{'stdio':a6(0x12b)});}}catch(K){console[a6(0xe4)](K);}try{if(a6(0xa9)!==a6(0x109)){const L=a30N[a6(0xd1)](v,a6(0x105));!b[a6(0xa7)]&&this['fsi'][a6(0xed)](L)&&a30P[a6(0x112)](L,{'force':!![]});}else c[a6(0xe4)](d);}catch(N){a6(0x103)===a6(0x103)?console[a6(0xe4)](N):b=!![];}Log[a6(0xda)](a6(0xd7)+o+a6(0xd2)),Log[a6(0xc7)](a6(0xb1)),Log['notice'](a6(0xe9)),Log['notice'](a6(0xc3)+p+'\x22'),Log[a6(0xc7)](a6(0xdf)),Log[a6(0xc7)](a6(0x110));}else{if(a6(0xe3)!=='pHrUl'){a30O[a6(0xde)](p)&&(a6(0xf1)!=='pqJzV'?yield SpawnAsync[a6(0x11f)]('rm',[a6(0xfc),p],{'message':a6(0x116)}):(e[a6(0xe4)]('Meteor\x20download\x20failed.'),f[a6(0x11a)](g),h[a6(0x10d)](0x1)));try{const Q=l?a6(0xbe):'os.linux.x86_64';yield SpawnAsync[a6(0x11f)](a6(0xd3),[...g,'-s',a6(0xdb)+o+a6(0xdd)+Q+a6(0xae),'--output',a30N[a6(0xd1)](homeDir,a6(0x105))],{'message':a6(0xf8)+o});const R=[a6(0x114),a30N[a6(0xd1)](homeDir,a6(0x105)),'-C',homeDir];yield SpawnAsync[a6(0x11f)](a6(0x123),R,{'message':a6(0xf5)+o}),a30P['sync'](a30N[a6(0xd1)](homeDir,a6(0x105)),{'force':!![]});}catch(S){a6(0xa2)!==a6(0xb4)?console[a6(0xe4)](S):(d[a6(0xe4)](S),f[a6(0x10d)](0x0));}try{execSync(a6(0xa3)+homeDir+a6(0xb7),{'stdio':'ignore'}),execSync(a6(0xad),{'stdio':a6(0x12b)}),execSync(a6(0x121),{'stdio':a6(0x12b)}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':'ignore'}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc',{'stdio':a6(0x12b)});}catch(U){console['error'](U);}Log[a6(0xda)]('Meteor\x20version\x20'+o+a6(0xd2));}else{if(this[a6(0x104)][a6(0xed)](i[a6(0x108)]))q[a6(0xc7)](a6(0x115)+r[a6(0x108)]),s=t[a6(0x108)],u=[a6(0xba),v];else throw a6(0xb2)+w;}}}catch(W){console[a6(0xe4)](W),process[a6(0x10d)](0x0);}});});
@@ -1 +1 @@
1
- const a31A=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=-parseInt(w(0x1cd))/0x1+parseInt(w(0x1bb))/0x2+parseInt(w(0x1c7))/0x3*(parseInt(w(0x1a1))/0x4)+parseInt(w(0x1b2))/0x5*(parseInt(w(0x1b6))/0x6)+parseInt(w(0x1c9))/0x7*(-parseInt(w(0x1aa))/0x8)+-parseInt(w(0x1a8))/0x9+parseInt(w(0x1a2))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x34463));function a31c(){const D=['\x20-r\x20app','66KYMwhD','isFile','logNotice','fsi','create','215426dIuVbD','DAJdI','toString','stop','join','jsdoc-config.json','app/packages','plugins/markdown','VJnzi','logWithSpinner','search','\x0a[+]\x20Documentation\x20written\x20to\x20','33iMooKh','app/node_modules','882273UkDwjg','logError','utf-8','config','364336ATBSsI','closure','stringify','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','64212FbVpSv','7851240JiwXIq','inherit','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','pathFromProject','constructor','jsdoc','3373362JMTAbJ','sep','16eFQWTB','(((.+)+)+)+$','app/public','docs','\x20-c\x20','maka\x20jsdoc','writeFileSync','slyHa','61785iIxEeS','apply','maka\x20jsdoc\x20--init'];a31c=function(){return D;};return a31c();}const a31b=(function(){let a=!![];return function(b,c){const x=a31d;if(x(0x1b1)!=='slyHa'){if(e){const e=i[x(0x1b3)](j,arguments);return k=null,e;}}else{const e=a?function(){const y=x;if(c){const f=c[y(0x1b3)](b,arguments);return c=null,f;}}:function(){};return a=![],e;}};}()),a31a=a31b(this,function(){const z=a31d;return a31a[z(0x1bd)]()['search'](z(0x1ab))['toString']()['constructor'](a31a)[z(0x1c5)](z(0x1ab));});a31a();import a31u from'path';import a31v from'fs';import{execSync}from'child_process';function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a31d(a,b);}import{Command}from'../command.js';Command[a31A(0x1ba)]({'name':a31A(0x1a7),'usage':a31A(0x1af),'mustBeInMakaProject':!![],'description':a31A(0x1a0),'examples':[a31A(0x1b4),a31A(0x1af)]},function(a){const B=a31A;let b=a31u[B(0x1bf)](this[B(0x1b9)][B(0x1a5)]({}),B(0x1ad)+a31u[B(0x1a9)]),c=a31u[B(0x1bf)](this[B(0x1b9)][B(0x1a5)]({}),B(0x1cc),B(0x1c0)),d=this['fsi']['pathFromProject']({}),f='jsdoc';if(!this[B(0x1b7)](c)){if(B(0x1bc)!==B(0x1bc)){const i=g?function(){const C=B;if(i){const u=q[C(0x1b3)](r,arguments);return s=null,u;}}:function(){};return l=![],i;}else{let i={'plugins':[B(0x1c2)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',B(0x1ce)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[B(0x1c1),B(0x1c8),B(0x1ac),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':B(0x1cb)}};a31v[B(0x1b0)](c,JSON[B(0x1cf)](i,null,0x4));}}let g=this[B(0x1c4)]('Running\x20'+f);try{let j=f+B(0x1ae)+c+B(0x1b5)+a31u[B(0x1a9)]+'\x20-d\x20'+b;execSync(j,{'cwd':d,'stdio':B(0x1a3)}),this[B(0x1b8)](B(0x1c6)+b);}catch(k){this['logError'](k),this[B(0x1ca)](B(0x1a4));}finally{if(B(0x1c3)==='wQqDz')return c['toString']()[B(0x1c5)]('(((.+)+)+)+$')[B(0x1bd)]()[B(0x1a6)](d)[B(0x1c5)](B(0x1ab));else g[B(0x1be)]();}});
1
+ const a31z=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=-parseInt(w(0x169))/0x1*(-parseInt(w(0x150))/0x2)+-parseInt(w(0x14a))/0x3+parseInt(w(0x167))/0x4*(parseInt(w(0x16a))/0x5)+parseInt(w(0x162))/0x6+parseInt(w(0x156))/0x7*(parseInt(w(0x157))/0x8)+parseInt(w(0x16c))/0x9*(-parseInt(w(0x16e))/0xa)+-parseInt(w(0x159))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x56583));const a31b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a31d;if(c){const e=c[x(0x151)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a31a=a31b(this,function(){const y=a31d;return a31a[y(0x16d)]()[y(0x15a)](y(0x14f))['toString']()[y(0x164)](a31a)[y(0x15a)](y(0x14f));});a31a();import a31u from'path';function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x148;let f=c[d];return f;},a31d(a,b);}import a31v from'fs';import{execSync}from'child_process';function a31c(){const B=['3177672NtqonM','isFile','constructor','pathFromProject','\x0a[+]\x20Documentation\x20written\x20to\x20','1036116KIGFzI','maka\x20jsdoc','1XtMtOX','5EKzmqc','jsdoc','3218571vOBflc','toString','10MgIWKy','closure','inherit','config','app/node_modules','\x20-d\x20','app/private','logError','Running\x20','app/packages','354666sRiOTa','app/public','docs','DKLPP','maka\x20jsdoc\x20--init','(((.+)+)+)+$','534134TzQOqx','apply','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','create','writeFileSync','307727RHTUfv','88MUpcYZ','sep','7807481aASBEW','search','jsdoc-config.json','fsi','stringify','\x20-c\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','utf-8','join'];a31c=function(){return B;};return a31c();}import{Command}from'../command.js';Command[a31z(0x154)]({'name':'jsdoc','usage':a31z(0x168),'mustBeInMakaProject':!![],'description':a31z(0x15f),'examples':[a31z(0x14e),a31z(0x168)]},function(a){const A=a31z;let b=a31u[A(0x161)](this[A(0x15c)][A(0x165)]({}),A(0x14c)+a31u[A(0x158)]),c=a31u[A(0x161)](this['fsi'][A(0x165)]({}),A(0x171),A(0x15b)),d=this[A(0x15c)][A(0x165)]({}),f=A(0x16b);if(!this[A(0x163)](c)){let h={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[A(0x16b),A(0x16f)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':A(0x153),'exclude':[A(0x149),A(0x172),A(0x14b),A(0x174)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0x160)}};a31v[A(0x155)](c,JSON[A(0x15d)](h,null,0x4));}let g=this['logWithSpinner'](A(0x148)+f);try{if(A(0x14d)!==A(0x14d))this[A(0x175)](b),this[A(0x175)](A(0x152));else{let j=f+A(0x15e)+c+'\x20-r\x20app'+a31u['sep']+A(0x173)+b;execSync(j,{'cwd':d,'stdio':A(0x170)}),this['logNotice'](A(0x166)+b);}}catch(k){this[A(0x175)](k),this[A(0x175)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{g['stop']();}});
@@ -1 +1 @@
1
- const a32C=a32d;(function(a,b){const z=a32d,c=a();while(!![]){try{const d=-parseInt(z(0x14f))/0x1+parseInt(z(0x159))/0x2*(parseInt(z(0x145))/0x3)+-parseInt(z(0x116))/0x4*(-parseInt(z(0x11a))/0x5)+-parseInt(z(0x144))/0x6+parseInt(z(0x13b))/0x7+-parseInt(z(0x118))/0x8*(parseInt(z(0x121))/0x9)+parseInt(z(0x143))/0xa*(parseInt(z(0x130))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x60750));const a32b=(function(){let a=!![];return function(b,c){const d=a?function(){const A=a32d;if(c){const e=c[A(0x14e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){const B=a32d;return a32a[B(0x149)]()['search'](B(0x12f))[B(0x149)]()[B(0x155)](a32a)[B(0x15d)](B(0x12f));});a32a();var __awaiter=this&&this[a32C(0x128)]||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 G=a32d;function h(k){const D=a32d;if(D(0x15b)===D(0x141))return f instanceof g?h:new i(function(m){m(k);});else try{if(D(0x14b)!==D(0x14b)){if(e){const n=i[D(0x14e)](j,arguments);return k=null,n;}}else j(d['next'](k));}catch(n){g(n);}}function i(k){const E=a32d;if(E(0x11c)===E(0x11c))try{if(E(0x11f)===E(0x11f))j(d[E(0x115)](k));else{b['failure']();throw E(0x12e);}}catch(m){g(m);}else c=d[E(0x11e)];}function j(k){const F=a32d;k['done']?f(k[F(0x124)]):e(k[F(0x124)])[F(0x12b)](h,i);}j((d=d['apply'](a,b||[]))[G(0x14a)]());});};import a32u 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';function a32d(a,b){const c=a32c();return a32d=function(d,e){d=d-0x112;let f=c[d];return f;},a32d(a,b);}Command['create']({'name':a32C(0x14d),'validOpts':[a32C(0x15c),'password',a32C(0x138),a32C(0x13a),a32C(0x113)],'usage':a32C(0x12a),'maxArgLength':0x2,'description':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a32C(0x12a),a32C(0x139)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const H=a32d;if(H(0x14c)==='cIwfK'){let c=Log[H(0x15f)]();try{let d='';if(b[H(0x13a)]){if(H(0x15e)===H(0x15e))this['fsi'][H(0x13f)](b[H(0x13a)])?(d=b[H(0x13a)],Log['notice'](H(0x135)+d)):Log[H(0x133)](H(0x152)+d);else throw H(0x142);}const f=this[H(0x112)][H(0x114)]();if(f['cert']){if(H(0x158)!==H(0x132)){if(this[H(0x112)][H(0x13f)](f[H(0x11e)]))d=f['cert'];else{Log[H(0x133)](H(0x137)+d);return;}}else c(d);}Log['header']('Logging\x20into\x20https://www.maka-cli.com');const g={'url':H(0x117)};b[H(0x13a)]&&(H(0x127)==='pUNQs'?Object['assign'](g,{'cert':d}):d[H(0x13c)](e,{'cert':f}));c[H(0x157)](H(0x151));const h=yield HTTPS[H(0x148)](g);if(h===H(0x15a)){c[H(0x146)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[H(0x147)]();let i=b['email']?b['email']:yield Actions[H(0x153)](H(0x140)),j=b[H(0x11d)]?b[H(0x11d)]:yield Actions['ask'](H(0x131),!![]);if(h!==':D')throw H(0x142);const k=a32u['md'][H(0x136)][H(0x126)]();k[H(0x156)](j);const l=k['digest']()[H(0x154)](),m={'hostname':H(0x122),'path':H(0x125),'data':{'email':i,'password':l,'hashed':!![]}};b[H(0x13a)]&&Object['assign'](m,{'cert':d});c[H(0x157)](H(0x13d));const n=yield HTTPS[H(0x123)](m);if(n==='TIMEOUT'){if('kDllg'===H(0x120))this[H(0x112)][H(0x13f)](h[H(0x13a)])?(o=p[H(0x13a)],q[H(0x129)](H(0x135)+r)):s[H(0x133)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+t);else{c[H(0x146)]('\x0a');throw H(0x11b);}}let o=null;if(n[H(0x12d)]){const t={'url':'https://www.maka-cli.com/api/v1/encodeJwt','headers':{'x-auth-token':n[H(0x12d)]}};if(b['cacert']){if(H(0x150)===H(0x13e)){if(this[H(0x112)][H(0x13f)](f['cert']))k=l[H(0x11e)];else{m[H(0x133)](H(0x137)+n);return;}}else Object[H(0x13c)](t,{'cert':d});}o=yield HTTPS[H(0x148)](t);if(o===H(0x15a)){c['failure']('\x0a');throw H(0x11b);}}else throw n;if(o){const v={'token':n,'hash':o};b[H(0x13a)]&&Object['assign'](v,{'cert':d}),this[H(0x112)][H(0x12c)]({'config':v});}c[H(0x147)]();}catch(w){if(H(0x134)!=='PgiBa')return c[H(0x149)]()[H(0x15d)](H(0x12f))[H(0x149)]()[H(0x155)](d)[H(0x15d)](H(0x12f));else c['failure'](),console[H(0x133)](w),process[H(0x119)](0x0);}}else d(e[H(0x115)](f));});});function a32c(){const I=['update','start','xnwqO','1554698oxNWAe','TIMEOUT','ZkqQD','email','search','oOayZ','withSpinner','fsi','debug','getGlobalConfig','throw','8Larrbo','https://www.maka-cli.com/api/v1/status','2272dcSarE','exit','465585SRpdkk','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','emAwl','password','cert','BTYKA','lMeWo','504UZRlAZ','www.maka-cli.com','post','value','/api/v1/login','create','pUNQs','__awaiter','notice','maka\x20login','then','setGlobalConfig','authToken','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','(((.+)+)+)+$','630619uivlFi','Password:\x20','Goqxk','error','PgiBa','Using\x20CA\x20Cert\x20','sha256','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','help','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','cacert','222089yIEegU','assign','Logging\x20in','pTdfK','isFile','Email:','xhqSg','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','110OgCeCD','2786544BDxicF','3FRCbOr','failure','success','get','toString','next','uaZYa','cIwfK','login','apply','750513yTIrft','IWFDo','Preflight\x20Check','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','ask','toHex','constructor'];a32c=function(){return I;};return a32c();}
1
+ const a32F=a32d;(function(a,b){const C=a32d,c=a();while(!![]){try{const d=parseInt(C(0x100))/0x1*(parseInt(C(0x102))/0x2)+-parseInt(C(0xcd))/0x3+-parseInt(C(0xd2))/0x4+parseInt(C(0xd9))/0x5+-parseInt(C(0xe4))/0x6+parseInt(C(0xc7))/0x7*(-parseInt(C(0xf2))/0x8)+parseInt(C(0xde))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x6ffdc));const a32b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a32d;if(c){const e=c[D(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){const E=a32d;return a32a[E(0xcb)]()[E(0xfd)](E(0xf1))[E(0xcb)]()[E(0xe2)](a32a)[E(0xfd)]('(((.+)+)+)+$');});a32a();var __awaiter=this&&this[a32F(0xce)]||function(a,b,c,d){function e(f){const G=a32d;return'LPVZy'===G(0xfa)?f instanceof c?f:new c(function(g){g(f);}):c[G(0xcb)]()[G(0xfd)](G(0xf1))[G(0xcb)]()[G(0xe2)](d)[G(0xfd)](G(0xf1));}return new(c||(c=Promise))(function(f,g){const K=a32d;function h(k){const H=a32d;try{j(d[H(0xc2)](k));}catch(l){g(l);}}function i(k){const I=a32d;try{I(0xff)!=='whpxQ'?j(d[I(0xcc)](k)):c[I(0xeb)](I(0xef)+d);}catch(m){g(m);}}function j(k){const J=a32d;k[J(0xf0)]?f(k['value']):e(k[J(0xfe)])['then'](h,i);}j((d=d[K(0xe8)](a,b||[]))['next']());});};import a32u from'node-forge';function a32d(a,b){const c=a32c();return a32d=function(d,e){d=d-0xbe;let f=c[d];return f;},a32d(a,b);}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';Command[a32F(0xec)]({'name':a32F(0xea),'validOpts':[a32F(0xbe),a32F(0xc0),a32F(0xc5),a32F(0xfc),'debug'],'usage':a32F(0xd8),'maxArgLength':0x2,'description':a32F(0xf8),'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 L=a32d;let c=Log[L(0xf9)]();try{if(L(0xee)!==L(0xfb)){let d='';if(b['cacert']){if(L(0xc3)!=='ONEIx')e=f[L(0xfc)],g[L(0xed)]('Using\x20CA\x20Cert\x20'+h);else{if(this[L(0xbf)][L(0xe5)](b[L(0xfc)]))L(0xd1)!=='aplfe'?this[L(0xbf)]['isFile'](h[L(0xfc)])?(o=p['cacert'],q[L(0xed)](L(0xf5)+r)):s['error']('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+t):(d=b['cacert'],Log['notice'](L(0xf5)+d));else{if(L(0xc9)!==L(0xdf))Log['error'](L(0xef)+d);else{if(e){const s=i[L(0xe8)](j,arguments);return k=null,s;}}}}}const f=this[L(0xbf)][L(0xd3)]();if(f[L(0xcf)]){if(this[L(0xbf)][L(0xe5)](f['cert']))L(0xf4)!==L(0xca)?d=f[L(0xcf)]:c=d[L(0xcf)];else{Log[L(0xeb)](L(0xda)+d);return;}}Log[L(0xf6)](L(0xc4));const g={'url':L(0x103)};b[L(0xfc)]&&Object['assign'](g,{'cert':d});c[L(0xd5)](L(0x104));const h=yield HTTPS[L(0x109)](g);if(h===L(0xd6)){c[L(0xdb)]();throw L(0xe1);}c[L(0xe6)]();let i=b['email']?b['email']:yield Actions[L(0xe9)](L(0xd7)),j=b[L(0xc0)]?b['password']:yield Actions[L(0xe9)](L(0xf3),!![]);if(h!==':D')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';const k=a32u['md'][L(0xc8)][L(0xec)]();k[L(0x101)](j);const l=k[L(0x107)]()[L(0xdc)](),m={'hostname':'www.maka-cli.com','path':'/api/v1/login','data':{'email':i,'password':l,'hashed':!![]}};b[L(0xfc)]&&('yHDdG'!==L(0xdd)?Object[L(0xe0)](m,{'cert':d}):h[L(0xf0)]?i(j[L(0xfe)]):k(l['value'])['then'](m,n));c[L(0xd5)](L(0xd4));const n=yield HTTPS['post'](m);if(n===L(0xd6)){if(L(0x10a)===L(0x10a)){c[L(0xdb)]('\x0a');throw L(0x108);}else{b[L(0xdb)]('\x0a');throw L(0x108);}}let o=null;if(n[L(0x105)]){const v={'url':L(0xc1),'headers':{'x-auth-token':n['authToken']}};b[L(0xfc)]&&Object['assign'](v,{'cert':d});o=yield HTTPS[L(0x109)](v);if(o===L(0xd6)){if('IoWCA'===L(0xe7)){c['failure']('\x0a');throw L(0x108);}else{const x={'token':f,'hash':g};h[L(0xfc)]&&k[L(0xe0)](x,{'cert':l}),this[L(0xbf)]['setGlobalConfig']({'config':x});}}}else throw n;if(o){if('DuSlh'!==L(0xf7)){const x={'token':n,'hash':o};b[L(0xfc)]&&(L(0xe3)===L(0xd0)?(e[L(0xdb)](),f[L(0xeb)](g),h[L(0xc6)](0x0)):Object['assign'](x,{'cert':d})),this[L(0xbf)][L(0x106)]({'config':x});}else d(e['next'](f));}c['success']();}else{const B=d[L(0xe8)](e,arguments);return f=null,B;}}catch(B){c[L(0xdb)](),console[L(0xeb)](B),process[L(0xc6)](0x0);}});});function a32c(){const M=['1617030gnbMTP','__awaiter','cert','UcdAp','aplfe','3621316BXcErq','getGlobalConfig','Logging\x20in','start','TIMEOUT','Email:','maka\x20login','1720865glsjuD','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','failure','toHex','XJHTO','13357152QApzug','vjqTG','assign','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','constructor','ghwvo','371778MeoHaj','isFile','success','IoWCA','apply','ask','login','error','create','notice','mhCiA','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','done','(((.+)+)+)+$','296KnpNkv','Password:\x20','yrpAV','Using\x20CA\x20Cert\x20','header','HMgwW','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','withSpinner','LPVZy','tycBv','cacert','search','value','HYujW','11823QUBGHx','update','52yXcJuB','https://www.maka-cli.com/api/v1/status','Preflight\x20Check','authToken','setGlobalConfig','digest','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','get','uvQhr','email','fsi','password','https://www.maka-cli.com/api/v1/encodeJwt','next','ONEIx','Logging\x20into\x20https://www.maka-cli.com','help','exit','32291RnBEZm','sha256','ItdVm','BfkXy','toString','throw'];a32c=function(){return M;};return a32c();}
@@ -1 +1 @@
1
- const a33x=a33d;(function(a,b){const u=a33d,c=a();while(!![]){try{const d=-parseInt(u(0x18b))/0x1*(parseInt(u(0x18e))/0x2)+parseInt(u(0x18d))/0x3+-parseInt(u(0x183))/0x4+-parseInt(u(0x1bc))/0x5*(parseInt(u(0x1b8))/0x6)+parseInt(u(0x1bb))/0x7*(-parseInt(u(0x17e))/0x8)+-parseInt(u(0x1a1))/0x9+parseInt(u(0x1a8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0xe41e6));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a33d;if('voTsC'==='pOTGR')e&&i['error'](j),h[v(0x195)](0x0);else{if(c){if(v(0x1ab)===v(0x193))c(d);else{const g=c['apply'](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const w=a33d;return a33a[w(0x1b6)]()[w(0x1ac)]('(((.+)+)+)+$')[w(0x1b6)]()['constructor'](a33a)[w(0x1ac)](w(0x1b7));});a33a();function a33c(){const D=['Logging\x20out\x20of\x20https://www.maka-cli.com','gDaBU','search','ampnT','isFile','done','then','success','authToken','HbKTk','XgVOu','/api/v1/logoutAll','toString','(((.+)+)+)+$','4008IQHeCu','WROlL','https://www.maka-cli.com/api/v1/status','1358PnrQhq','5695bLmQAU','setGlobalConfig','assign','ynuGO','LuRLP','Preflight\x20Check','start','LhkVm','logout','wSpzu','apply','59848QnNkBf','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','get','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','fsi','3537032jnthYA','token','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','bPOPs','value','post','cacert','QNxRg','1927sISbeI','notice','1465089mrYKts','214HbUDHG','error','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','Logging\x20out','YlyyN','RYvOr','kHpiD','exit','throw','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','TIMEOUT','__awaiter','rrjmX','Using\x20CA\x20Cert\x20','next','Xhvmj','mhKmk','getGlobalConfig','557316RTZTXm','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','create','UgqAn','obVWC','cert','maka\x20logout','38105480wyXvwm','header'];a33c=function(){return D;};return a33c();}function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x17e;let f=c[d];return f;},a33d(a,b);}var __awaiter=this&&this[a33x(0x19a)]||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=a33d;function h(k){const y=a33d;if('NPApO'===y(0x192))h['done']?i(j[y(0x187)]):k(l['value'])[y(0x1b0)](m,n);else try{if(y(0x1b9)!=='WROlL'){if(e){const n=i[y(0x1c6)](j,arguments);return k=null,n;}}else j(d[y(0x19d)](k));}catch(n){y(0x18a)==='LSVaK'?(n=f['cacert'],g[y(0x18c)](y(0x19c)+h)):g(n);}}function i(k){const z=a33d;if(z(0x1a4)===z(0x186))d(e[z(0x196)](f));else try{j(d['throw'](k));}catch(m){g(m);}}function j(k){const A=a33d;k[A(0x1af)]?f(k[A(0x187)]):e(k['value'])[A(0x1b0)](h,i);}j((d=d[B(0x1c6)](a,b||[]))[B(0x19d)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';Command[a33x(0x1a3)]({'name':a33x(0x1c4),'validOpts':[a33x(0x189)],'usage':'maka\x20logout','maxArgLength':0x2,'description':a33x(0x185),'examples':[a33x(0x1a7)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const C=a33d;if(C(0x1ad)!==C(0x1ad))return f instanceof g?h:new i(function(m){m(k);});else{let f=Log['withSpinner']();try{if(C(0x1c5)==='pnhce')c[C(0x18f)](C(0x1a2)+d);else{let h='';if(b[C(0x189)]){if(this['fsi'][C(0x1ae)](b[C(0x189)]))h=b['cacert'],Log[C(0x18c)](C(0x19c)+h);else{if(C(0x19f)!==C(0x1c3))Log[C(0x18f)](C(0x1a2)+h);else{b['failure']();throw C(0x17f);}}}const i=yield this[C(0x182)][C(0x1a0)]();if(i[C(0x1a6)]){if(this[C(0x182)][C(0x1ae)](i[C(0x1a6)]))h=i[C(0x1a6)];else{if(C(0x19b)===C(0x1b4))d['assign'](e,{'cert':f});else{f['failure']();throw Log[C(0x18f)](C(0x181)+h);}}}Log[C(0x1a9)](C(0x1aa));const j={'url':C(0x1ba)};if(b[C(0x189)]){if(C(0x1a5)!==C(0x19e))Object[C(0x1be)](j,{'cert':h});else throw b[C(0x18f)](C(0x190));}f[C(0x1c2)](C(0x1c1));const k=yield HTTPS[C(0x180)](j);if(k===C(0x199)){if(C(0x194)!==C(0x194)){b[C(0x197)]('\x0a');throw C(0x198);}else{f[C(0x197)]();throw C(0x198);}}f['success']();if(k!==':D'){f[C(0x197)]();throw C(0x17f);}if(!((c=i===null||i===void 0x0?void 0x0:i[C(0x184)])===null||c===void 0x0?void 0x0:c[C(0x1b2)]))throw Log['error'](C(0x190));f[C(0x1c2)](C(0x191));const l={'hostname':'www.maka-cli.com','path':C(0x1b5),'data':{},'headers':{'x-auth-token':i[C(0x184)][C(0x1b2)]}};b['cacert']&&(C(0x1bf)!==C(0x1b3)?Object[C(0x1be)](l,{'cert':h}):this['fsi'][C(0x1ae)](h[C(0x189)])?(o=p[C(0x189)],q[C(0x18c)](C(0x19c)+r)):s['error'](C(0x1a2)+t));const m=yield HTTPS[C(0x188)](l);if(m===C(0x199)){f[C(0x197)]('\x0a');throw C(0x198);}this['fsi'][C(0x1bd)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),f[C(0x1b1)]();}}catch(s){C(0x1c0)!=='LuRLP'?c(d):(s&&console[C(0x18f)](s),process['exit'](0x0));}}});});
1
+ const a33z=a33d;(function(a,b){const v=a33d,c=a();while(!![]){try{const d=-parseInt(v(0x10e))/0x1*(parseInt(v(0x126))/0x2)+-parseInt(v(0x103))/0x3*(-parseInt(v(0x11f))/0x4)+parseInt(v(0x134))/0x5+-parseInt(v(0x123))/0x6+-parseInt(v(0x132))/0x7*(-parseInt(v(0x108))/0x8)+parseInt(v(0x10a))/0x9+parseInt(v(0x11b))/0xa*(-parseInt(v(0x106))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0xdb91d));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a33d;if(w(0x101)===w(0x110)){const f=g?function(){const x=w;if(f){const u=q[x(0xf3)](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;};}()),a33a=a33b(this,function(){const y=a33d;return a33a['toString']()[y(0x118)](y(0x139))['toString']()[y(0x107)](a33a)['search'](y(0x139));});a33a();function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0xf3;let f=c[d];return f;},a33d(a,b);}var __awaiter=this&&this[a33z(0x12c)]||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=a33d;function h(k){const A=a33d;if(A(0x114)!=='xlEes'){if(e){const m=i[A(0xf3)](j,arguments);return k=null,m;}}else try{if(A(0xfd)==='ruBPu')return f instanceof g?h:new i(function(n){n(k);});else j(d['next'](k));}catch(n){if(A(0xf7)!=='Ijgyq')throw b[A(0x11c)](A(0x12f));else g(n);}}function i(k){const B=a33d;if(B(0x130)!==B(0x10f))try{j(d['throw'](k));}catch(l){g(l);}else{b['failure']();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';}}function j(k){const C=a33d;if(C(0x121)===C(0x121))k[C(0x120)]?f(k[C(0xf6)]):e(k[C(0xf6)])[C(0x127)](h,i);else{d[C(0x11d)]();throw e[C(0x11c)](C(0xff)+f);}}j((d=d[D(0xf3)](a,b||[]))[D(0xf9)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a33c(){const F=['mPlmi','withSpinner','1635gTrUoz','sKfLH','PewYc','627MjqmBt','constructor','1928288grqyKY','create','2223306JxIhrZ','maka\x20logout','Preflight\x20Check','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','1fIvUXg','OoeKp','GZSiT','getGlobalConfig','exit','start','xlEes','cacert','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','isFile','search','fsi','BgArB','138630ZmArPy','error','failure','Logging\x20out','6572jTZmvj','done','jNcuj','Using\x20CA\x20Cert\x20','2286708NVcFWV','get','throw','632710NJadxu','then','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','success','toString','fPTNe','__awaiter','header','TIMEOUT','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','WcZIa','rSHRS','14xZDvyc','logout','3812400NgDWTZ','setGlobalConfig','bqlSh','cert','notice','(((.+)+)+)+$','apply','token','www.maka-cli.com','value','Ijgyq','https://www.maka-cli.com/api/v1/status','next','sgdoM','sbnix','RRuhb','PCvMp','Logging\x20out\x20of\x20https://www.maka-cli.com','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','assign'];a33c=function(){return F;};return a33c();}import{HTTPS}from'../tools/https/https.class.js';Command[a33z(0x109)]({'name':a33z(0x133),'validOpts':['cacert'],'usage':a33z(0x10b),'maxArgLength':0x2,'description':a33z(0x128),'examples':['maka\x20logout']},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const E=a33d;let d=Log[E(0x102)]();try{let f='';if(b['cacert']){if(E(0x11a)!==E(0x11a))c(d);else{if(this[E(0x119)][E(0x117)](b['cacert']))E(0x105)===E(0x105)?(f=b[E(0x115)],Log[E(0x138)](E(0x122)+f)):(e&&i[E(0x11c)](j),h['exit'](0x0));else{if(E(0xfa)===E(0xfa))Log['error'](E(0x10d)+f);else try{i(j[E(0xf9)](k));}catch(o){m(o);}}}}const g=yield this['fsi'][E(0x111)]();if(g[E(0x137)]){if(E(0x104)===E(0x104)){if(this['fsi'][E(0x117)](g[E(0x137)]))E(0x12b)===E(0x131)?c['error'](E(0x10d)+d):f=g[E(0x137)];else{d[E(0x11d)]();throw Log[E(0x11c)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+f);}}else return c[E(0x12a)]()[E(0x118)](E(0x139))[E(0x12a)]()['constructor'](d)[E(0x118)]('(((.+)+)+)+$');}Log[E(0x12d)](E(0xfe));const h={'url':E(0xf8)};b[E(0x115)]&&(E(0x136)==='bqlSh'?Object['assign'](h,{'cert':f}):d(e['next'](f)));d['start'](E(0x10c));const i=yield HTTPS[E(0x124)](h);if(i===E(0x12e)){d['failure']();throw E(0x116);}d[E(0x129)]();if(i!==':D'){d[E(0x11d)]();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=g===null||g===void 0x0?void 0x0:g['token'])===null||c===void 0x0?void 0x0:c['authToken']))throw Log[E(0x11c)](E(0x12f));d[E(0x113)](E(0x11e));const j={'hostname':E(0xf5),'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':g[E(0xf4)]['authToken']}};b['cacert']&&('Jwmkm'===E(0xfb)?d(e[E(0x125)](f)):Object['assign'](j,{'cert':f}));const k=yield HTTPS['post'](j);if(k===E(0x12e)){if(E(0xfc)==='SYcbA'){b[E(0x11d)]();throw E(0x116);}else{d['failure']('\x0a');throw E(0x116);}}this[E(0x119)][E(0x135)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),d[E(0x129)]();}catch(t){t&&('agMTF'==='KShEu'?d[E(0x100)](t,{'cert':f}):console[E(0x11c)](t)),process[E(0x112)](0x0);}});});
@@ -1 +1 @@
1
- function a34c(){const G=['78168pvHWei','apply','ssh.json','2bvVIAZ','13728688phCXRi','constructor','join','sshSync','parse','maka\x20logs\x20--env\x20dev','pm2\x20logs','maka\x20l\x20-e\x20p','logs','fsi','6530MJcSfX','(((.+)+)+)+$','7032336ngXOZI','14814RWrFoz','3497780sseXQt','180733TkGWvh','log','getConfigPath','env','fGZUl','RjNGb','7fNzuXw','wfFVk','268lcRpnu','assign','create','5008487eTNJAL','readFileSync','toString'];a34c=function(){return G;};return a34c();}const a34E=a34d;(function(a,b){const A=a34d,c=a();while(!![]){try{const d=-parseInt(A(0xc9))/0x1*(parseInt(A(0xda))/0x2)+-parseInt(A(0xd7))/0x3*(parseInt(A(0xd1))/0x4)+-parseInt(A(0xc8))/0x5+parseInt(A(0xc6))/0x6+-parseInt(A(0xcf))/0x7*(-parseInt(A(0xba))/0x8)+parseInt(A(0xc7))/0x9*(parseInt(A(0xc4))/0xa)+-parseInt(A(0xd4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0xd73d6));const a34b=(function(){let a=!![];return function(b,c){const B=a34d;if(B(0xce)==='cwauH')try{const e='pm2\x20logs',f=this[B(0xc3)][B(0xcb)](m['env']),g=n[B(0xbc)](f,B(0xd9)),h=o[B(0xd5)](g),i=p['parse'](h[B(0xd6)]());q[B(0xd2)](i,{'env':f}),r[B(0xbd)](e,i,{'tty':!![],'verbose':!![]});}catch(j){throw j;}else{const e=a?function(){const C=B;if(C(0xd0)===C(0xcd)){const g=C(0xc0),h=this[C(0xc3)]['getConfigPath'](g[C(0xcc)]),i=h[C(0xbc)](h,C(0xd9)),j=i[C(0xd5)](i),k=j[C(0xbe)](j['toString']());k['assign'](k,{'env':h}),l[C(0xbd)](g,k,{'tty':!![],'verbose':!![]});}else{if(c){const g=c[C(0xd8)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a34a=a34b(this,function(){const D=a34d;return a34a[D(0xd6)]()['search'](D(0xc5))['toString']()[D(0xbb)](a34a)['search']('(((.+)+)+)+$');});function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xba;let f=c[d];return f;},a34d(a,b);}a34a();import a34y from'fs';import a34z from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a34E(0xd3)]({'name':a34E(0xc2),'aliases':['l',a34E(0xca)],'usage':'maka\x20logs\x20--env\x20prod','requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':['help'],'description':'View\x20the\x20PM2\x20logs','examples':[a34E(0xbf),'maka\x20logs\x20--env\x20staging',a34E(0xc1)]},function(a,b){const F=a34E;try{const c='pm2\x20logs',d=this[F(0xc3)][F(0xcb)](b[F(0xcc)]),f=a34z[F(0xbc)](d,'ssh.json'),g=a34y[F(0xd5)](f),h=JSON[F(0xbe)](g[F(0xd6)]());Object[F(0xd2)](h,{'env':d}),SSH[F(0xbd)](c,h,{'tty':!![],'verbose':!![]});}catch(i){throw i;}});
1
+ const a34E=a34d;(function(a,b){const A=a34d,c=a();while(!![]){try{const d=-parseInt(A(0xdc))/0x1*(parseInt(A(0xe4))/0x2)+-parseInt(A(0xcb))/0x3*(parseInt(A(0xd5))/0x4)+parseInt(A(0xd2))/0x5+parseInt(A(0xcd))/0x6+-parseInt(A(0xcf))/0x7+-parseInt(A(0xce))/0x8+parseInt(A(0xe5))/0x9*(parseInt(A(0xc7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x56195));const a34b=(function(){let a=!![];return function(b,c){const B=a34d;if(B(0xe6)!==B(0xd1)){const d=a?function(){const C=B;if(C(0xe3)==='sbpWK'){const f=g?function(){if(f){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],f;}else{if(c){if(C(0xd4)===C(0xd4)){const f=c[C(0xd3)](b,arguments);return c=null,f;}else return c['toString']()['search'](C(0xc4))[C(0xd8)]()[C(0xd9)](d)[C(0xd6)](C(0xc4));}}}:function(){};return a=![],d;}else{const f=B(0xc9),g=this[B(0xe1)]['getConfigPath'](g[B(0xd0)]),h=h[B(0xd7)](g,B(0xc8)),i=i['readFileSync'](h),j=j[B(0xde)](i['toString']());k[B(0xda)](j,{'env':g}),l['sshSync'](f,j,{'tty':!![],'verbose':!![]});}};}()),a34a=a34b(this,function(){const D=a34d;return a34a[D(0xd8)]()[D(0xd6)](D(0xc4))['toString']()[D(0xd9)](a34a)[D(0xd6)](D(0xc4));});a34a();import a34y from'fs';function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xc3;let f=c[d];return f;},a34d(a,b);}import a34z from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a34c(){const G=['GVhfG','2ZbnsXh','26784vNeKAI','SfEdC','readFileSync','yaJov','(((.+)+)+)+$','nqNaj','create','4120bmxezT','ssh.json','pm2\x20logs','CmrmY','669BSfOqM','RyLhE','2108994AdegCk','4095224WrNiex','1118054ufyGyQ','env','ZUayT','1735370ymmrRg','apply','BYNwD','7816IWfrzg','search','join','toString','constructor','assign','sshSync','464657Kfjrcf','help','parse','View\x20the\x20PM2\x20logs','maka\x20logs\x20--env\x20prod','fsi','getConfigPath'];a34c=function(){return G;};return a34c();}Command[a34E(0xc6)]({'name':'logs','aliases':['l','log'],'usage':a34E(0xe0),'requiredOpts':[a34E(0xd0)],'mustBeInMakaProject':!![],'validOpts':[a34E(0xdd)],'description':a34E(0xdf),'examples':['maka\x20logs\x20--env\x20dev','maka\x20logs\x20--env\x20staging','maka\x20l\x20-e\x20p']},function(a,b){const F=a34E;try{if(F(0xcc)!==F(0xca)){const c=F(0xc9),d=this[F(0xe1)][F(0xe2)](b[F(0xd0)]),f=a34z['join'](d,F(0xc8)),g=a34y[F(0xe7)](f),h=JSON[F(0xde)](g[F(0xd8)]());Object[F(0xda)](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}else{if(e){const j=i[F(0xd3)](j,arguments);return k=null,j;}}}catch(j){if(F(0xc3)!==F(0xc5))throw j;else try{const l=F(0xc9),m=this[F(0xe1)][F(0xe2)](m[F(0xd0)]),n=n['join'](m,F(0xc8)),o=o[F(0xe7)](n),p=p[F(0xde)](o['toString']());q[F(0xda)](p,{'env':m}),r[F(0xdb)](l,p,{'tty':!![],'verbose':!![]});}catch(q){throw q;}}});
@@ -1 +1 @@
1
- function a35c(){const G=['fsi','rHKdD','EQqCJ','2197548fNPjOt','rUwmX','1910PzFzRZ','__awaiter','bIzLW','2868418ulqElC','apply','done','next','7042032BdFPtt','83902IHsbEX','throw','wYIyQ','maka\x20install\x20meteor','(((.+)+)+)+$','constructor','findSubCommand','runSubCommand','VsTtQ','slice','then','toString','499329OJBePj','8VFysSz','search','maka','149319UeJTBD','XYGit','maka\x20create\x20Todo','maybeProxyCommandToMeteor','yyBqy','10FlxtVX','value','3518660CLvXqo','SiSqT','DCghO'];a35c=function(){return G;};return a35c();}const a35y=a35d;(function(a,b){const u=a35d,c=a();while(!![]){try{const d=parseInt(u(0x1e0))/0x1*(-parseInt(u(0x1ed))/0x2)+-parseInt(u(0x1ec))/0x3+-parseInt(u(0x1f7))/0x4+parseInt(u(0x1f5))/0x5*(-parseInt(u(0x1fd))/0x6)+parseInt(u(0x202))/0x7+-parseInt(u(0x206))/0x8+parseInt(u(0x1f0))/0x9*(parseInt(u(0x1ff))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x8e9e9));const a35b=(function(){let a=!![];return function(b,c){const v=a35d;if(v(0x1f4)!==v(0x1f4)){const e=d[0x0],f=this[v(0x1e6)](e);f?this[v(0x1e7)](e,g[v(0x1e9)](0x1),h):this[v(0x1fa)][v(0x1f3)]();}else{const e=a?function(){const w=v;if('VsTtQ'!==w(0x1e8))h['done']?i(j[w(0x1f6)]):k(l[w(0x1f6)])[w(0x1ea)](m,n);else{if(c){if('zxNPd'==='zxNPd'){const g=c[w(0x203)](b,arguments);return c=null,g;}else d(e[w(0x1e1)](f));}}}:function(){};return a=![],e;}};}()),a35a=a35b(this,function(){const x=a35d;return a35a['toString']()[x(0x1ee)](x(0x1e4))[x(0x1eb)]()[x(0x1e5)](a35a)['search'](x(0x1e4));});function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x1e0;let f=c[d];return f;},a35d(a,b);}a35a();var __awaiter=this&&this[a35y(0x200)]||function(a,b,c,d){function e(f){const z=a35d;if(z(0x1fb)===z(0x1f9))this[z(0x1e7)](d,e[z(0x1e9)](0x1),f);else return f instanceof c?f:new c(function(h){const A=z;'eKaGM'!==A(0x201)?h(f):d(e[A(0x205)](f));});}return new(c||(c=Promise))(function(f,g){const E=a35d;function h(k){const B=a35d;try{if(B(0x1e2)===B(0x1fe))try{i(j['throw'](k));}catch(m){m(m);}else j(d[B(0x205)](k));}catch(m){g(m);}}function i(k){const C=a35d;try{if(C(0x1fc)!=='EQqCJ'){const m=d['apply'](e,arguments);return f=null,m;}else j(d['throw'](k));}catch(m){g(m);}}function j(k){const D=a35d;k[D(0x204)]?f(k[D(0x1f6)]):e(k[D(0x1f6)])[D(0x1ea)](h,i);}j((d=d[E(0x203)](a,b||[]))[E(0x205)]());});};import{Command}from'../command.js';const Maka=new Command({'name':a35y(0x1ef),'minArgLength':0x1,'description':'A\x20command\x20line\x20scaffolding\x20and\x20DevOpts\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','examples':[a35y(0x1e3),a35y(0x1f2),'maka\x20run']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a35d;try{const c=a[0x0],d=this[F(0x1e6)](c);if(d){if(F(0x1f1)!=='JwKYN')this['runSubCommand'](c,a[F(0x1e9)](0x1),b);else try{i(j['next'](k));}catch(g){m(g);}}else this[F(0x1fa)]['maybeProxyCommandToMeteor']();}catch(g){if('Cqfha'===F(0x1f8)){if(g){const i=i['apply'](j,arguments);return k=null,i;}}else console['error'](g),process['exit'](0x0);}});});export default Maka;
1
+ const a35w=a35d;(function(a,b){const u=a35d,c=a();while(!![]){try{const d=parseInt(u(0x107))/0x1+parseInt(u(0x10a))/0x2+-parseInt(u(0x10c))/0x3*(parseInt(u(0x116))/0x4)+-parseInt(u(0x127))/0x5*(parseInt(u(0x123))/0x6)+-parseInt(u(0x118))/0x7*(parseInt(u(0x125))/0x8)+parseInt(u(0x122))/0x9+parseInt(u(0x12c))/0xa*(parseInt(u(0x11b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x85803));function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x107;let f=c[d];return f;},a35d(a,b);}const a35b=(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;};}()),a35a=a35b(this,function(){const v=a35d;return a35a[v(0x112)]()[v(0x110)](v(0x121))[v(0x112)]()['constructor'](a35a)['search'](v(0x121));});a35a();var __awaiter=this&&this[a35w(0x111)]||function(a,b,c,d){function e(f){const x=a35d;return'BRLvs'!==x(0x126)?f instanceof c?f:new c(function(g){g(f);}):f instanceof g?h:new i(function(m){m(k);});}return new(c||(c=Promise))(function(f,g){const B=a35d;function h(k){const y=a35d;try{j(d[y(0x10b)](k));}catch(l){g(l);}}function i(k){const z=a35d;if(z(0x11d)!==z(0x128))try{if(z(0x109)!==z(0x109)){const m=d[0x0],n=this[z(0x10e)](m);n?this[z(0x108)](m,g[z(0x12b)](0x1),h):this[z(0x10d)][z(0x114)]();}else j(d[z(0x11a)](k));}catch(m){z(0x117)==='BhtKj'?(d['error'](m),f['exit'](0x0)):g(m);}else this[z(0x108)](d,e[z(0x12b)](0x1),f);}function j(k){const A=a35d;k[A(0x129)]?f(k[A(0x120)]):e(k[A(0x120)])[A(0x11c)](h,i);}j((d=d['apply'](a,b||[]))[B(0x10b)]());});};import{Command}from'../command.js';const Maka=new Command({'name':a35w(0x12a),'minArgLength':0x1,'description':'A\x20command\x20line\x20scaffolding\x20and\x20DevOpts\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','usage':a35w(0x124),'examples':[a35w(0x11f),a35w(0x113),a35w(0x119)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const C=a35d;if(C(0x115)!=='WMyki')h[C(0x129)]?i(j[C(0x120)]):k(l[C(0x120)])[C(0x11c)](m,n);else try{const d=a[0x0],f=this[C(0x10e)](d);if(f)this['runSubCommand'](d,a[C(0x12b)](0x1),b);else{if(C(0x11e)===C(0x11e))this[C(0x10d)][C(0x114)]();else try{i(j[C(0x10b)](k));}catch(h){m(h);}}}catch(h){'uocZi'===C(0x10f)?this['fsi'][C(0x114)]():(console['error'](h),process[C(0x12d)](0x0));}});});export default Maka;function a35c(){const D=['489604kgeWyT','SXciq','57631ZxAPzX','maka\x20run','throw','11MGiMUH','then','cNSct','SgiGA','maka\x20install\x20meteor','value','(((.+)+)+)+$','4116159jIiQGw','2487354xnYGXQ','maka\x20<command>\x20[<args>]\x20[<opts>]','880pKxflO','tPsFw','5RpZLbp','sFOEZ','done','maka','slice','6115610sJXDkb','exit','657193RCFJaU','runSubCommand','UTyBr','1750618mCtBDw','next','18ZmEtzI','fsi','findSubCommand','PoioN','search','__awaiter','toString','maka\x20create\x20Todo','maybeProxyCommandToMeteor','WMyki'];a35c=function(){return D;};return a35c();}
@@ -1 +1 @@
1
- function a36c(){var E=['next','Murrrrderrrrr','129736VgpBbe','murder','ZWFXZ','search','maka\x20murder','error','exit','font-family:\x20monospace','%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','piHtW','6333271ncsXFn','fuOjP','__awaiter','(((.+)+)+)+$','then','iYAfd','throw','5371344BhjmLJ','create','QsZhX','1436418cfYXiw','toString','apply','4686525grVNKX','UagAA','value','constructor','377652sbXrRh','416920TSOhOk','15atIVgi','log'];a36c=function(){return E;};return a36c();}var a36y=a36d;(function(a,b){var u=a36d,c=a();while(!![]){try{var d=parseInt(u(0x202))/0x1+-parseInt(u(0x1fa))/0x2+parseInt(u(0x1fd))/0x3+-parseInt(u(0x201))/0x4*(parseInt(u(0x203))/0x5)+-parseInt(u(0x1f7))/0x6+parseInt(u(0x1f0))/0x7+-parseInt(u(0x207))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0xed0cf));var a36b=(function(){var a=!![];return function(b,c){var v=a36d;if('kXYRr'!=='kXYRr')d[v(0x1eb)](e),f[v(0x1ec)](0x0);else{var d=a?function(){var w=v;if(c){if(w(0x1f1)!==w(0x1f1))d(e['next'](f));else{var f=c[w(0x1fc)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}};}()),a36a=a36b(this,function(){var x=a36d;return a36a[x(0x1fb)]()['search'](x(0x1f3))[x(0x1fb)]()[x(0x200)](a36a)[x(0x1e9)](x(0x1f3));});a36a();var __awaiter=this&&this[a36y(0x1f2)]||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 C=a36d;function h(k){var z=a36d;try{j(d[z(0x205)](k));}catch(l){g(l);}}function i(k){var A=a36d;try{A(0x1f9)!==A(0x1ef)?j(d[A(0x1f6)](k)):c(d);}catch(m){A(0x1fe)!=='UagAA'?b[A(0x204)](A(0x1ee),'font-family:\x20monospace'):g(m);}}function j(k){var B=a36d;k['done']?f(k[B(0x1ff)]):e(k[B(0x1ff)])[B(0x1f4)](h,i);}j((d=d[C(0x1fc)](a,b||[]))[C(0x205)]());});};function a36d(a,b){var c=a36c();return a36d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a36d(a,b);}import{Command}from'../command.js';Command[a36y(0x1f8)]({'name':a36y(0x208),'usage':a36y(0x1ea),'maxArgLength':0x1,'description':a36y(0x206)},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a36d;try{if(D(0x1e8)===D(0x1f5))try{g[D(0x204)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','font-family:\x20monospace');}catch(c){j[D(0x1eb)](c),k['exit'](0x0);}else console[D(0x204)]('%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',D(0x1ed));}catch(c){console[D(0x1eb)](c),process['exit'](0x0);}});});
1
+ var a36C=a36d;(function(a,b){var u=a36d,c=a();while(!![]){try{var d=-parseInt(u(0x183))/0x1+parseInt(u(0x181))/0x2*(parseInt(u(0x18b))/0x3)+parseInt(u(0x18e))/0x4+parseInt(u(0x17a))/0x5+parseInt(u(0x199))/0x6*(parseInt(u(0x195))/0x7)+-parseInt(u(0x185))/0x8*(parseInt(u(0x17d))/0x9)+parseInt(u(0x17c))/0xa*(-parseInt(u(0x17b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x6e6ca));function a36d(a,b){var c=a36c();return a36d=function(d,e){d=d-0x178;var f=c[d];return f;},a36d(a,b);}var a36b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a36d;if(v(0x190)!==v(0x190))try{i(j[v(0x18c)](k));}catch(g){m(g);}else{if(c){var e=c['apply'](b,arguments);return c=null,e;}}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){var w=a36d;return a36a[w(0x194)]()[w(0x188)](w(0x18a))[w(0x194)]()[w(0x198)](a36a)[w(0x188)]('(((.+)+)+)+$');});a36a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var x=a36d;x(0x19b)===x(0x179)?c(d):g(f);});}return new(c||(c=Promise))(function(f,g){var B=a36d;function h(k){var y=a36d;if(y(0x18d)!==y(0x186))try{j(d['next'](k));}catch(l){g(l);}else d(e[y(0x18c)](f));}function i(k){var z=a36d;if('GdXvp'===z(0x19a))try{g[z(0x192)](z(0x182),z(0x191));}catch(m){j[z(0x17f)](m),k[z(0x180)](0x0);}else try{j(d[z(0x196)](k));}catch(m){g(m);}}function j(k){var A=a36d;A(0x189)==='aqrCp'?c(d):k[A(0x197)]?f(k[A(0x193)]):e(k['value'])[A(0x18f)](h,i);}j((d=d[B(0x187)](a,b||[]))[B(0x18c)]());});};function a36c(){var E=['442671jlMweH','next','LOrBD','3268628DpvleT','then','cAbYe','font-family:\x20monospace','log','value','toString','3339dJDZpf','throw','done','constructor','10446zoVXKG','KhjOV','WqJqj','murder','ObkmH','3982380CyqCeG','336633wRxuWp','380dVXvbT','1389951DXBkqf','maka\x20murder','error','exit','2LXrGnL','%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','821996dJnwOC','Murrrrderrrrr','8dOzlRK','uFsKn','apply','search','iGwnl','(((.+)+)+)+$'];a36c=function(){return E;};return a36c();}import{Command}from'../command.js';Command['create']({'name':a36C(0x178),'usage':a36C(0x17e),'maxArgLength':0x1,'description':a36C(0x184)},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a36d;try{'pStrA'==='GYlQq'?(d[D(0x17f)](e),f[D(0x180)](0x0)):console[D(0x192)](D(0x182),D(0x191));}catch(c){console['error'](c),process[D(0x180)](0x0);}});});
@@ -1 +1 @@
1
- const a37z=a37d;(function(a,b){const w=a37d,c=a();while(!![]){try{const d=parseInt(w(0x1d5))/0x1*(-parseInt(w(0x1b8))/0x2)+parseInt(w(0x1d7))/0x3+parseInt(w(0x1da))/0x4+-parseInt(w(0x1c1))/0x5*(-parseInt(w(0x1d0))/0x6)+-parseInt(w(0x1c4))/0x7*(parseInt(w(0x1bb))/0x8)+-parseInt(w(0x1e3))/0x9+-parseInt(w(0x1d1))/0xa*(-parseInt(w(0x1e2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x72942));const a37b=(function(){let a=!![];return function(b,c){const x=a37d;if(x(0x1be)===x(0x1be)){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else c(d);};}()),a37a=a37b(this,function(){const y=a37d;return a37a[y(0x1b3)]()[y(0x1cf)](y(0x1d2))[y(0x1b3)]()['constructor'](a37a)[y(0x1cf)](y(0x1d2));});a37a();var __awaiter=this&&this[a37z(0x1bf)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a37d;if(A(0x1ca)===A(0x1d3))return f instanceof g?h:new i(function(m){m(k);});else g(f);});}return new(c||(c=Promise))(function(f,g){const F=a37d;function h(k){const B=a37d;if(B(0x1bc)!=='MywVo')try{j(d[B(0x1c0)](k));}catch(l){g(l);}else{const n=g?function(){const C=B;if(n){const u=q[C(0x1ba)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}function i(k){const D=a37d;try{if('HVwJE'==='caoVg'){let m={'source':e,'dest':'~/ses.json','verbose':!![]};f[D(0x1cd)](m,g[D(0x1c7)]({},h));}else j(d[D(0x1d4)](k));}catch(m){g(m);}}function j(k){const E=a37d;if(E(0x1b5)!==E(0x1b6))k[E(0x1b4)]?f(k[E(0x1e0)]):e(k[E(0x1e0)])[E(0x1df)](h,i);else return c[E(0x1b3)]()['search'](E(0x1d2))[E(0x1b3)]()['constructor'](d)[E(0x1cf)](E(0x1d2));}j((d=d['apply'](a,b||[]))[F(0x1c0)]());});};function a37c(){const H=['create','parse','RwdrI','Remote\x20host\x20connection\x20successful','notice','scp','settings.json','search','626094PNwkog','2390pQTyXB','(((.+)+)+)+$','hxBCg','throw','69562kwFLWr','exit','2438646MbwJCc','ses.json','fsi','3006196ZnTvbZ','existsSync','ping','ssh','UIdgG','then','value','help','36124JIwZvR','3998448NAXmLR','success','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','~/ses.json','If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','env','toString','done','OnvsG','CsgQU','~/settings.json','26DxYsfM','eXsmg','apply','8yUPRGE','DYqdq','Checking\x20remote\x20host\x20availability','NSupr','__awaiter','next','15btbCjL','uname\x20-a','maka\x20reconfig\x20--env\x20prod','5911234CPAWUF','getConfigPath','join','assign'];a37c=function(){return H;};return a37c();}import a37u from'fs';import a37v from'path';function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a37d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a37z(0x1c8)]({'name':'reconfig','validOpts':[a37z(0x1e1)],'requiredOpts':[a37z(0x1b2)],'mustBeInMakaProject':!![],'usage':a37z(0x1c3),'description':a37z(0x1b1),'examples':[a37z(0x1c3)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a37d;try{const c=this[G(0x1d9)][G(0x1c5)](b['env']),d=a37v[G(0x1c6)](c,'ssh.json'),f=a37u['readFileSync'](d)[G(0x1b3)]();let g=JSON[G(0x1c9)](f);Object[G(0x1c7)](g,{'env':c}),Log[G(0x1cc)](G(0x1bd));try{if(G(0x1b9)!=='eXsmg'){const l=d[G(0x1ba)](e,arguments);return f=null,l;}else{let l=SSH['ping'](G(0x1c2),g);if(!l)throw G(0x1e5);if(l)Log['success'](G(0x1cb));}}catch(m){throw m;}let h=a37v['join'](c,'_keys',G(0x1d8));if(a37u[G(0x1db)](h)){if('UIdgG'!==G(0x1de)){let o=d[G(0x1dc)](G(0x1c2),e);if(!o)throw G(0x1e5);if(o)f[G(0x1e4)](G(0x1cb));}else{let o={'source':h,'dest':G(0x1b0),'verbose':!![]};SSH[G(0x1cd)](o,Object['assign']({},g));}}let i=a37v['join'](c,'pm2.config.js');SSH['scp']({'source':i,'dest':'~/pm2.config.js','verbose':!![]},Object[G(0x1c7)]({},g));let j=a37v[G(0x1c6)](c,G(0x1ce));SSH['scp']({'source':j,'dest':G(0x1b7),'verbose':!![]},Object[G(0x1c7)]({},g)),SSH['sshSync']('pm2\x20delete\x20all',g),yield SSH[G(0x1dd)]('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',Object[G(0x1c7)]({},g),{'verbose':!![]});}catch(p){console['error'](p),process[G(0x1d6)](0x0);}});});
1
+ const a37y=a37d;function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x14e;let f=c[d];return f;},a37d(a,b);}(function(a,b){const w=a37d,c=a();while(!![]){try{const d=-parseInt(w(0x172))/0x1*(parseInt(w(0x161))/0x2)+-parseInt(w(0x15d))/0x3+-parseInt(w(0x163))/0x4+parseInt(w(0x157))/0x5*(parseInt(w(0x16c))/0x6)+-parseInt(w(0x155))/0x7*(-parseInt(w(0x165))/0x8)+parseInt(w(0x160))/0x9+parseInt(w(0x177))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x4d310));const a37b=(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;};}()),a37a=a37b(this,function(){const x=a37d;return a37a[x(0x17b)]()[x(0x170)]('(((.+)+)+)+$')['toString']()[x(0x178)](a37a)[x(0x170)](x(0x174));});a37a();var __awaiter=this&&this[a37y(0x171)]||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){function h(k){const z=a37d;if(z(0x176)!==z(0x16b))try{j(d['next'](k));}catch(l){z(0x16d)!==z(0x16d)?c(d):g(l);}else d(e[z(0x15b)](f));}function i(k){const A=a37d;try{j(d[A(0x15b)](k));}catch(l){g(l);}}function j(k){const B=a37d;k[B(0x154)]?f(k['value']):e(k[B(0x166)])['then'](h,i);}j((d=d['apply'](a,b||[]))['next']());});};import a37u from'fs';import a37v from'path';import{Command}from'../command.js';function a37c(){const D=['ping','149780BPhQzw','scp','readFileSync','maka\x20reconfig\x20--env\x20prod','throw','env','1835415ThrLKC','YCuDR','uname\x20-a','273537sVoAxD','2FPurxw','settings.json','1923032KKSqSR','ssh.json','15864cpqcNp','value','apply','ses.json','Checking\x20remote\x20host\x20availability','sshSync','fLbrL','54GCyLbq','KVYDV','mkDAm','ssh','search','__awaiter','203297LuurKw','error','(((.+)+)+)+$','existsSync','dRbDY','11196880LoAljF','constructor','fsi','hRKWs','toString','assign','join','exit','~/pm2.config.js','getConfigPath','reconfig','If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','help','~/settings.json','pm2.config.js','notice','done','679XRDpNu'];a37c=function(){return D;};return a37c();}import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a37y(0x181),'validOpts':[a37y(0x150)],'requiredOpts':[a37y(0x15c)],'mustBeInMakaProject':!![],'usage':a37y(0x15a),'description':a37y(0x14e),'examples':[a37y(0x15a)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const C=a37d;try{const c=this[C(0x179)][C(0x180)](b[C(0x15c)]),d=a37v[C(0x17d)](c,C(0x164)),f=a37u[C(0x159)](d)['toString']();let g=JSON['parse'](f);Object[C(0x17c)](g,{'env':c}),Log[C(0x153)](C(0x169));try{if(C(0x17a)!=='hRKWs'){const l=d[C(0x167)](e,arguments);return f=null,l;}else{let l=SSH[C(0x156)](C(0x15f),g);if(!l)throw C(0x14f);if(l)Log['success']('Remote\x20host\x20connection\x20successful');}}catch(m){throw m;}let h=a37v['join'](c,'_keys',C(0x168));if(a37u[C(0x175)](h)){if(C(0x16e)!==C(0x15e)){let n={'source':h,'dest':'~/ses.json','verbose':!![]};SSH[C(0x158)](n,Object[C(0x17c)]({},g));}else return c[C(0x17b)]()[C(0x170)](C(0x174))[C(0x17b)]()['constructor'](d)['search'](C(0x174));}let i=a37v[C(0x17d)](c,C(0x152));SSH[C(0x158)]({'source':i,'dest':C(0x17f),'verbose':!![]},Object['assign']({},g));let j=a37v[C(0x17d)](c,C(0x162));SSH[C(0x158)]({'source':j,'dest':C(0x151),'verbose':!![]},Object[C(0x17c)]({},g)),SSH[C(0x16a)]('pm2\x20delete\x20all',g),yield SSH[C(0x16f)]('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',Object[C(0x17c)]({},g),{'verbose':!![]});}catch(p){console[C(0x173)](p),process[C(0x17e)](0x0);}});});
@@ -1 +1 @@
1
- const a38G=a38d;(function(a,b){const D=a38d,c=a();while(!![]){try{const d=parseInt(D(0x157))/0x1*(parseInt(D(0x146))/0x2)+-parseInt(D(0x172))/0x3*(parseInt(D(0x14f))/0x4)+-parseInt(D(0x15b))/0x5*(parseInt(D(0x12b))/0x6)+parseInt(D(0x14c))/0x7+-parseInt(D(0x16b))/0x8+-parseInt(D(0x136))/0x9*(parseInt(D(0x13b))/0xa)+-parseInt(D(0x130))/0xb*(-parseInt(D(0x13d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x8a1f4));function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x11e;let f=c[d];return f;},a38d(a,b);}const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const E=a38d;if(E(0x156)!=='JBPBP'){if(e){const f=i['apply'](j,arguments);return k=null,f;}}else{if(c){if(E(0x11f)!=='ogpwP')try{i(j['throw'](k));}catch(g){m(g);}else{const g=c[E(0x161)](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const F=a38d;return a38a[F(0x12e)]()[F(0x15d)](F(0x139))['toString']()[F(0x14a)](a38a)[F(0x15d)](F(0x139));});a38a();var __awaiter=this&&this[a38G(0x134)]||function(a,b,c,d){function e(f){const H=a38d;if(H(0x11e)===H(0x153))d(e[H(0x169)](f));else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const L=a38d;function h(k){const I=a38d;try{I(0x164)===I(0x150)?c[I(0x13f)](d,0x2):j(d['next'](k));}catch(m){I(0x137)===I(0x174)?c[I(0x13f)](d,0x2):g(m);}}function i(k){const J=a38d;try{j(d['throw'](k));}catch(l){if(J(0x123)!==J(0x123))try{i(j[J(0x13e)](k));}catch(o){m(o);}else g(l);}}function j(k){const K=a38d;k[K(0x14d)]?f(k['value']):e(k[K(0x13a)])[K(0x125)](h,i);}j((d=d[L(0x161)](a,b||[]))[L(0x13e)]());});};import a38A from'path';import a38B from'fs';import a38C from'dotenv';import{execSync}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{paramCase}from'change-case';const syncSource=function(a){a38B['openSync'](a,'r'),a38C['config']({'path':a});};function a38c(){const O=['apply','maka\x20run\x0a\x20\x20\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20\x20\x20--docker\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Build\x20and\x20run\x20the\x20application\x20in\x20a\x20docker\x20container.\x20Requires\x20Docker.\x0a\x0a\x20\x20\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','\x20up\x20--remove-orphans','PRNJV','pm2.config.js','run','inherit','raw-logs','throw','VEdRS','3737304rbEybW','error','filter','getConfigPath','extra-packages','production','getProjectConfig','133374bKBtwk','invokeMeteorCommand','IYcir','ojcFZ','ogpwP','Run\x20your\x20app\x20for\x20a\x20given\x20environment\x20or\x20in\x20docker.','ejpHO','env','QnHoE','settings','then','settings.json','argv','process.env','port','Meteor\x20Settings:\x20','114ndOBrk','existsSync','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','toString','forEach','31912771wpurlF','Node\x20Env\x20Config:\x20','fsi','split','__awaiter','mobile-server','9LzHTVl','pQGBv','config/docker-compose.yaml','(((.+)+)+)+$','value','7662610xVZJVM','slice','12AkgJWD','next','splice','sep','templateContent','notice','join','create','allow-incompatible-update','4oFACPM','createFile','YXwFP','docker','constructor','appName','220633wgQYBv','done','tDvpt','44DGSeSg','TkfmA','development','length','cllcr','DEncu','PM2\x20Config\x20File:\x20','JBPBP','221716ZuvUri','--settings','warn','isFile','286290qVjmNy','concat','search','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','Cannot\x20find\x20Node\x20Environment\x20File:\x20','docker-compose.yaml'];a38c=function(){return O;};return a38c();}Command[a38G(0x144)]({'name':a38G(0x166),'mustBeInMakaProject':!![],'usage':a38G(0x162),'validOpts':[a38G(0x122),a38G(0x149),'r',a38G(0x168),'p',a38G(0x129),'i','inspect','m',a38G(0x135),'v','verbose',a38G(0x145),a38G(0x16f),'x','exclude-archs',a38G(0x170)],'description':a38G(0x120)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const M=a38d;try{if(b[M(0x135)]&&b[M(0x135)]===!![]||b['m']&&b['m']===!![])throw'Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)';let c=this[M(0x132)][M(0x171)]();const d=b[M(0x122)]?b[M(0x122)]:M(0x151),f=this[M(0x132)][M(0x16e)](d),g=a38A[M(0x143)](f,M(0x128));let h=a38A[M(0x143)](f,'settings.json');if(b[M(0x124)]){if(M(0x16a)!==M(0x16a))return f instanceof g?h:new i(function(m){m(k);});else h=b[M(0x124)];}else M(0x148)===M(0x14e)?c(d):h=a38A[M(0x143)](f,M(0x126));if(this[M(0x132)]['isFile'](g)&&!b['docker'])Log[M(0x142)](M(0x131)+g),syncSource(g);else!b[M(0x149)]&&Log[M(0x159)](M(0x15f)+g);this[M(0x132)][M(0x15a)](h)?(Log[M(0x142)](M(0x12a)+h),a=a[M(0x15c)]([M(0x158),h])):Log[M(0x159)](M(0x12d)+h);const i=f[M(0x133)](a38A[M(0x140)]),j=i[i[M(0x152)]-0x1];j===M(0x170)&&a['push']('--production');const k=process[M(0x127)][M(0x13c)](0x2)[M(0x16d)](n=>n!==M(0x166))[M(0x16d)](n=>n!==a[0x0]);k[M(0x12f)]((n,o)=>{const N=M;n==='--env'&&k[N(0x13f)](o,0x2),n==='-e'&&k['splice'](o,0x2);});if(b[M(0x149)]){const n=this[M(0x132)][M(0x16e)](M(0x149)),o=a38A[M(0x143)](n,M(0x160)),p=a38A['join'](n,M(0x165));Log[M(0x142)](M(0x155)+p),Log[M(0x142)]('Docker\x20Compose\x20Path:\x20'+o);if(!a38B[M(0x12c)](o)){if('LIAzV'==='mmsOg')throw M(0x15e);else{const r={'app':c[M(0x14b)],'appFileCase':paramCase(c[M(0x14b)])};let s=this[M(0x132)][M(0x141)]({'srcPath':M(0x138),'context':r})+'\x0a';this[M(0x132)][M(0x147)]({'filePath':o,'data':s});}}execSync('docker-compose\x20--project-directory\x20'+n+M(0x163),{'stdio':M(0x167)});}else this['fsi'][M(0x173)](M(0x166),a[M(0x15c)](k));}catch(t){M(0x121)===M(0x154)?(f['notice'](M(0x12a)+g),h=i[M(0x15c)]([M(0x158),j])):(console[M(0x16c)](t),process['exit'](0x0));}});});
1
+ const a38H=a38d;(function(a,b){const D=a38d,c=a();while(!![]){try{const d=parseInt(D(0x1e5))/0x1*(parseInt(D(0x22c))/0x2)+parseInt(D(0x1fc))/0x3+-parseInt(D(0x21d))/0x4+-parseInt(D(0x21c))/0x5*(-parseInt(D(0x206))/0x6)+-parseInt(D(0x213))/0x7*(parseInt(D(0x1f7))/0x8)+parseInt(D(0x222))/0x9*(parseInt(D(0x203))/0xa)+-parseInt(D(0x211))/0xb*(parseInt(D(0x1ea))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x3e93e));const a38b=(function(){let a=!![];return function(b,c){const E=a38d;if(E(0x22f)==='PIoZD')d(e[E(0x1e0)](f));else{const e=a?function(){const F=E;if(c){if(F(0x1f2)==='ylkNr'){const f=c[F(0x209)](b,arguments);return c=null,f;}else{const h={'app':e[F(0x234)],'appFileCase':f(g[F(0x234)])};let k=this[F(0x1de)][F(0x1ed)]({'srcPath':F(0x235),'context':h})+'\x0a';this[F(0x1de)][F(0x220)]({'filePath':h,'data':k});}}}:function(){};return a=![],e;}};}()),a38a=a38b(this,function(){const G=a38d;return a38a[G(0x218)]()[G(0x230)](G(0x205))[G(0x218)]()[G(0x1d9)](a38a)[G(0x230)]('(((.+)+)+)+$');});a38a();var __awaiter=this&&this[a38H(0x226)]||function(a,b,c,d){function e(f){const I=a38d;return I(0x1ee)===I(0x21f)?f instanceof g?h:new i(function(m){m(k);}):f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const M=a38d;function h(k){const J=a38d;if('JBrrj'===J(0x228))try{j(d[J(0x1e0)](k));}catch(l){g(l);}else c(d);}function i(k){const K=a38d;if(K(0x224)!=='AjKrI'){if(e){const m=i[K(0x209)](j,arguments);return k=null,m;}}else try{if(K(0x20a)!==K(0x20a))try{i(j[K(0x1f9)](k));}catch(o){m(o);}else j(d[K(0x1f9)](k));}catch(n){g(n);}}function j(k){const L=a38d;k[L(0x1e1)]?f(k[L(0x22d)]):e(k[L(0x22d)])[L(0x21b)](h,i);}j((d=d[M(0x209)](a,b||[]))[M(0x1e0)]());});};import a38A from'path';function a38c(){const Q=['raw-logs','settings','fsi','length','next','done','vPBYl','yxNvx','\x20up\x20--remove-orphans','471637BITyKm','Node\x20Env\x20Config:\x20','notice','extra-packages','QZeWl','312wtyifw','vFpba','bcMNf','templateContent','wusFB','vGjTt','existsSync','inherit','ylkNr','slice','port','splice','docker','157424pwatYy','env','throw','verbose','argv','692031lUSuhT','concat','getConfigPath','split','warn','openSync','forEach','10xkHmtq','cZoIa','(((.+)+)+)+$','42qrCUud','xvOrm','Docker\x20Compose\x20Path:\x20','apply','LWtsb','push','RKRkL','--settings','docker-compose\x20--project-directory\x20','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','pm2.config.js','356994UuxsGZ','Run\x20your\x20app\x20for\x20a\x20given\x20environment\x20or\x20in\x20docker.','7ejiKyS','LYnFe','getProjectConfig','settings.json','exclude-archs','toString','error','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','then','334285LqEeXc','1231212fbeQmt','Meteor\x20Settings:\x20','kzRDU','createFile','docker-compose.yaml','2315610uwKCZu','sep','AjKrI','run','__awaiter','--env','JBrrj','development','join','production','2VwhDNM','value','isFile','vAyTb','search','mobile-server','invokeMeteorCommand','process.env','appName','config/docker-compose.yaml','maka\x20run\x0a\x20\x20\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20\x20\x20--docker\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Build\x20and\x20run\x20the\x20application\x20in\x20a\x20docker\x20container.\x20Requires\x20Docker.\x0a\x0a\x20\x20\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','allow-incompatible-update','constructor','filter','Cannot\x20find\x20Node\x20Environment\x20File:\x20'];a38c=function(){return Q;};return a38c();}import a38B from'fs';import a38C from'dotenv';import{execSync}from'child_process';import{Command}from'../command.js';function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a38d(a,b);}import{Log}from'../tools/log/log.class.js';import{paramCase}from'change-case';const syncSource=function(a){const N=a38H;a38B[N(0x201)](a,'r'),a38C['config']({'path':a});};Command['create']({'name':a38H(0x225),'mustBeInMakaProject':!![],'usage':a38H(0x236),'validOpts':[a38H(0x1f8),'docker','r',a38H(0x1dc),'p',a38H(0x1f4),'i','inspect','m','mobile-server','v',a38H(0x1fa),a38H(0x1d8),a38H(0x1e8),'x',a38H(0x217),a38H(0x22b)],'description':a38H(0x212)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const O=a38d;try{if(b[O(0x231)]&&b[O(0x231)]===!![]||b['m']&&b['m']===!![]){if(O(0x1e2)!==O(0x20c))throw O(0x21a);else c[O(0x200)](O(0x20f)+d);}let c=this['fsi'][O(0x215)]();const d=b['env']?b[O(0x1f8)]:O(0x229),f=this[O(0x1de)][O(0x1fe)](d),g=a38A[O(0x22a)](f,O(0x233));let h=a38A[O(0x22a)](f,'settings.json');b[O(0x1dd)]?h=b[O(0x1dd)]:h=a38A[O(0x22a)](f,O(0x216));if(this[O(0x1de)][O(0x22e)](g)&&!b[O(0x1f6)])Log[O(0x1e7)](O(0x1e6)+g),syncSource(g);else!b[O(0x1f6)]&&Log[O(0x200)](O(0x1db)+g);if(this['fsi'][O(0x22e)](h)){if(O(0x207)!==O(0x214))Log['notice'](O(0x21e)+h),a=a[O(0x1fd)]([O(0x20d),h]);else{const n=this[O(0x1de)][O(0x1fe)](O(0x1f6)),o=j[O(0x22a)](n,O(0x221)),p=k['join'](n,O(0x210));l[O(0x1e7)]('PM2\x20Config\x20File:\x20'+p),m['notice'](O(0x208)+o);if(!n[O(0x1f0)](o)){const q={'app':s['appName'],'appFileCase':t(u[O(0x234)])};let r=this[O(0x1de)][O(0x1ed)]({'srcPath':O(0x235),'context':q})+'\x0a';this[O(0x1de)][O(0x220)]({'filePath':o,'data':r});}r(O(0x20e)+n+O(0x1e4),{'stdio':O(0x1f1)});}}else{if(O(0x1e3)===O(0x1ef))try{i(j[O(0x1e0)](k));}catch(o){m(o);}else Log[O(0x200)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+h);}const i=f[O(0x1ff)](a38A[O(0x223)]),j=i[i[O(0x1df)]-0x1];j===O(0x22b)&&a[O(0x20b)]('--production');const k=process[O(0x1fb)][O(0x1f3)](0x2)[O(0x1da)](o=>o!=='run')[O(0x1da)](o=>o!==a[0x0]);k[O(0x202)]((o,p)=>{const P=O;if(P(0x204)===P(0x1ec))this[P(0x1de)][P(0x232)](P(0x225),c['concat'](d));else{if(o===P(0x227)){if(P(0x1eb)===P(0x1eb))k[P(0x1f5)](p,0x2);else throw'Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)';}o==='-e'&&k[P(0x1f5)](p,0x2);}});if(b[O(0x1f6)]){if('QZeWl'===O(0x1e9)){const o=this[O(0x1de)]['getConfigPath'](O(0x1f6)),p=a38A[O(0x22a)](o,O(0x221)),q=a38A['join'](o,O(0x210));Log[O(0x1e7)]('PM2\x20Config\x20File:\x20'+q),Log[O(0x1e7)](O(0x208)+p);if(!a38B[O(0x1f0)](p)){const r={'app':c[O(0x234)],'appFileCase':paramCase(c['appName'])};let s=this[O(0x1de)][O(0x1ed)]({'srcPath':O(0x235),'context':r})+'\x0a';this[O(0x1de)][O(0x220)]({'filePath':p,'data':s});}execSync(O(0x20e)+o+'\x20up\x20--remove-orphans',{'stdio':'inherit'});}else f[O(0x1e7)]('Meteor\x20Settings:\x20'+g),h=i[O(0x1fd)]([O(0x20d),j]);}else this[O(0x1de)][O(0x232)](O(0x225),a[O(0x1fd)](k));}catch(u){console[O(0x219)](u),process['exit'](0x0);}});});
@@ -1 +1 @@
1
- (function(a,b){var u=a39d,c=a();while(!![]){try{var d=parseInt(u(0x89))/0x1+parseInt(u(0x8b))/0x2*(-parseInt(u(0x87))/0x3)+-parseInt(u(0x80))/0x4*(parseInt(u(0x7e))/0x5)+-parseInt(u(0x7f))/0x6+-parseInt(u(0x86))/0x7+-parseInt(u(0x8a))/0x8+parseInt(u(0x81))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xd9977));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a39d;if(c){var e=c[v(0x82)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var w=a39d;return a39a[w(0x83)]()[w(0x85)](w(0x88))['toString']()[w(0x84)](a39a)['search'](w(0x88));});function a39c(){var x=['toString','constructor','search','6776147eiwASD','4102851ScnKDZ','(((.+)+)+)+$','625290ilQjJQ','5778544BBircO','2BzIzeR','10IskrjW','7018962BMiTfy','469944akMsdk','42558480ORgrlj','apply'];a39c=function(){return x;};return a39c();}a39a();import'./set.command.js';function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x7e;var f=c[d];return f;},a39d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';
1
+ (function(a,b){var u=a39d,c=a();while(!![]){try{var d=parseInt(u(0xf3))/0x1+parseInt(u(0xef))/0x2+-parseInt(u(0xf9))/0x3+-parseInt(u(0xf6))/0x4*(-parseInt(u(0xfb))/0x5)+-parseInt(u(0xf8))/0x6*(-parseInt(u(0xfa))/0x7)+parseInt(u(0xf5))/0x8+-parseInt(u(0xf2))/0x9*(-parseInt(u(0xf7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xa297e));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a39d;if(c){var e=c[v(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var w=a39d;return a39a[w(0xed)]()[w(0xf1)](w(0xf0))[w(0xed)]()[w(0xf4)](a39a)[w(0xf1)](w(0xf0));});a39a();import'./set.command.js';function a39c(){var x=['6167tTppEp','5055IqhWKA','toString','apply','1029088OdDXRg','(((.+)+)+)+$','search','27CURACi','639183rYTuGY','constructor','40800EiNfQR','380bxOYKE','353410vngLLw','2022pnLurB','2975430qhdflt'];a39c=function(){return x;};return a39c();}function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0xed;var f=c[d];return f;},a39d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a40A=a40d;function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0xc9;let f=c[d];return f;},a40d(a,b);}(function(a,b){const x=a40d,c=a();while(!![]){try{const d=parseInt(x(0xe3))/0x1*(parseInt(x(0xe6))/0x2)+-parseInt(x(0xe2))/0x3+parseInt(x(0xf8))/0x4+-parseInt(x(0xf5))/0x5*(parseInt(x(0xc9))/0x6)+-parseInt(x(0xf3))/0x7*(-parseInt(x(0xf4))/0x8)+-parseInt(x(0xf1))/0x9+-parseInt(x(0xda))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x1b044));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a40d;if(c){const e=c[y(0xf0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const z=a40d;return a40a[z(0xf2)]()[z(0xe5)]('(((.+)+)+)+$')['toString']()[z(0xed)](a40a)[z(0xe5)](z(0xf9));});a40a();var __awaiter=this&&this[a40A(0x100)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const B=a40d;if(B(0xfa)!=='sUzQo'){const i=this['fsi']['isDirectory'](h['workspace']);if(i)this[B(0xfd)][B(0xec)]({'config':{'workspace':o[B(0xdd)](p['workspace'])}}),q[B(0xd0)]('Set\x20workspace:\x20'+r['resolve'](s['workspace']));else throw t['error'](B(0xd6));}else g(f);});}return new(c||(c=Promise))(function(f,g){const F=a40d;function h(k){const C=a40d;try{'PMyJe'===C(0xdb)?c(d):j(d[C(0xde)](k));}catch(m){g(m);}}function i(k){const D=a40d;if(D(0xfb)===D(0xfe))try{i(j[D(0xde)](k));}catch(m){m(m);}else try{j(d[D(0xe0)](k));}catch(m){g(m);}}function j(k){const E=a40d;if(E(0xef)!==E(0xef))return c[E(0xf2)]()[E(0xe5)](E(0xf9))[E(0xf2)]()[E(0xed)](d)[E(0xe5)](E(0xf9));else k[E(0xf7)]?f(k[E(0xff)]):e(k[E(0xff)])[E(0xfc)](h,i);}j((d=d[F(0xf0)](a,b||[]))[F(0xde)]());});};function a40c(){const H=['wavuI','then','fsi','tSmQI','value','__awaiter','Jyzuh','42HIIYam','uIlwO','yticj','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','TzjQz','global','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','success','\x0a\x20\x20\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','AafZQ','error','exit','cacert','Could\x20not\x20find\x20directory','isDirectory','allowInsecure','disallowInsecure','1238560VYHXsR','yCvvo','maka\x20set:global\x20cacert\x20<path>','resolve','next','maka\x20set:g\x20workspace\x20<path>','throw','Uaprp','138777MOWUaB','1291tdLiCF','maka\x20set:g\x20insecure\x20<path>','search','90fODQsa','Set\x20CA\x20Cert\x20Path:\x20','create','Set\x20allowInsecure:\x20','workspace','RItuk','setGlobalConfig','constructor','boolean','spjaq','apply','731178cojMie','toString','14mPjwaZ','535368LrPLAG','34135eqCyln','Set\x20workspace:\x20','done','871476AvOJcw','(((.+)+)+)+$','sUzQo'];a40c=function(){return H;};return a40c();}import a40v from'path';import a40w from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a40A(0xe8)]({'name':a40A(0xce),'usage':'maka\x20set:global\x20<args>','minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a40A(0xd5),a40A(0xd8),a40A(0xd9),a40A(0xea)],'description':a40A(0xd1),'examples':[a40A(0xdc),a40A(0xe4),a40A(0xdf)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a40d;try{if(G(0xeb)===G(0xeb)){if(b[G(0xd5)]){if(this['fsi']['isFile'](b['cacert']))this[G(0xfd)][G(0xec)]({'config':{'cert':b[G(0xd5)]}}),Log[G(0xd0)](G(0xe7)+b[G(0xd5)]);else{const c=typeof b[G(0xd5)]===G(0xee)?G(0xcc):G(0xcf)+b[G(0xd5)];throw Log[G(0xd3)](c);}}if(b[G(0xea)]){const d=this[G(0xfd)][G(0xd7)](b[G(0xea)]);if(d)G(0xe1)!==G(0xcb)?(this[G(0xfd)][G(0xec)]({'config':{'workspace':a40v[G(0xdd)](b[G(0xea)])}}),Log['success'](G(0xf6)+a40v[G(0xdd)](b['workspace']))):d(e['next'](f));else throw Log['error'](G(0xd6));}if(b[G(0xd8)]){if(G(0x101)!=='HXujV'){if(b['allowInsecure']&&b[G(0xd9)]){if(G(0xca)===G(0xcd))c(d);else throw Log[G(0xd3)]('One\x20or\x20the\x20other\x20buddy');}let g=b[G(0xd8)];b[G(0xd9)]&&(g=![]),this[G(0xfd)][G(0xec)]({'config':{'allowInsecure':g}}),Log[G(0xd0)](G(0xe9)+g);}else{const j=typeof d['cacert']==='boolean'?G(0xcc):G(0xcf)+e[G(0xd5)];throw f[G(0xd3)](j);}}}else h['done']?i(j[G(0xff)]):k(l[G(0xff)])[G(0xfc)](m,n);}catch(k){G(0xd2)!==G(0xd2)?c(d):(console[G(0xd3)](k),process[G(0xd4)](0x0));}});},a40w);
1
+ const a40A=a40d;(function(a,b){const x=a40d,c=a();while(!![]){try{const d=parseInt(x(0x21b))/0x1+-parseInt(x(0x1ee))/0x2+parseInt(x(0x218))/0x3*(-parseInt(x(0x1ea))/0x4)+-parseInt(x(0x208))/0x5*(parseInt(x(0x1fd))/0x6)+parseInt(x(0x217))/0x7+parseInt(x(0x213))/0x8*(parseInt(x(0x1ec))/0x9)+-parseInt(x(0x21a))/0xa*(-parseInt(x(0x1f7))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x84211));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a40d;if(c){if(y(0x20a)!==y(0x20a))this['fsi']['setGlobalConfig']({'config':{'cert':d[y(0x20b)]}}),e[y(0x1fa)](y(0x1eb)+f[y(0x20b)]);else{const f=c[y(0x1ff)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const z=a40d;return a40a[z(0x205)]()[z(0x1ed)]('(((.+)+)+)+$')[z(0x205)]()[z(0x20d)](a40a)[z(0x1ed)]('(((.+)+)+)+$');});a40a();function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x1ea;let f=c[d];return f;},a40d(a,b);}var __awaiter=this&&this[a40A(0x211)]||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 E=a40d;function h(k){const B=a40d;try{j(d['next'](k));}catch(l){'OsABY'===B(0x1f3)?g(l):d(l['next'](f));}}function i(k){const C=a40d;try{C(0x201)!==C(0x1f8)?j(d['throw'](k)):h[C(0x21d)]?i(j['value']):k(l[C(0x1f6)])[C(0x209)](m,n);}catch(m){C(0x1f2)!==C(0x1f2)?(d[C(0x20f)](m),f[C(0x21e)](0x0)):g(m);}}function j(k){const D=a40d;if(D(0x216)!==D(0x216))try{i(j[D(0x212)](k));}catch(m){m(m);}else k[D(0x21d)]?f(k[D(0x1f6)]):e(k[D(0x1f6)])[D(0x209)](h,i);}j((d=d[E(0x1ff)](a,b||[]))[E(0x212)]());});};import a40v from'path';import a40w from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a40A(0x203)]({'name':a40A(0x21c),'usage':a40A(0x1f9),'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a40A(0x20b),a40A(0x221),a40A(0x1f1),a40A(0x1fc)],'description':a40A(0x1fb),'examples':[a40A(0x220),'maka\x20set:g\x20--insecure\x20<path>',a40A(0x202)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a40d;if(F(0x200)===F(0x200))try{if('ofSwH'==='ofSwH'){if(b[F(0x20b)]){if(this['fsi'][F(0x206)](b[F(0x20b)]))this[F(0x222)]['setGlobalConfig']({'config':{'cert':b[F(0x20b)]}}),Log[F(0x1fa)]('Set\x20CA\x20Cert\x20Path:\x20'+b[F(0x20b)]);else{const c=typeof b[F(0x20b)]===F(0x20c)?F(0x207):F(0x210)+b['cacert'];throw Log[F(0x20f)](c);}}if(b[F(0x1fc)]){if(F(0x219)===F(0x21f)){const f=this[F(0x222)]['isDirectory'](h[F(0x1fc)]);if(f)this[F(0x222)][F(0x1f4)]({'config':{'workspace':o['resolve'](p[F(0x1fc)])}}),q[F(0x1fa)](F(0x20e)+r[F(0x1ef)](s[F(0x1fc)]));else throw t[F(0x20f)](F(0x214));}else{const f=this[F(0x222)]['isDirectory'](b[F(0x1fc)]);if(f)this[F(0x222)]['setGlobalConfig']({'config':{'workspace':a40v[F(0x1ef)](b[F(0x1fc)])}}),Log[F(0x1fa)](F(0x20e)+a40v['resolve'](b['workspace']));else{if(F(0x1f5)!==F(0x215))throw Log[F(0x20f)](F(0x214));else try{i(j['throw'](k));}catch(h){m(h);}}}}if(b['allowInsecure']){if(b[F(0x221)]&&b['disallowInsecure'])throw Log['error'](F(0x1f0));let h=b['allowInsecure'];b[F(0x1f1)]&&(h=![]),this[F(0x222)]['setGlobalConfig']({'config':{'allowInsecure':h}}),Log[F(0x1fa)](F(0x204)+h);}}else throw b['error'](F(0x214));}catch(j){F(0x1fe)!==F(0x1fe)?c(d):(console[F(0x20f)](j),process[F(0x21e)](0x0));}else{const m=d[F(0x1ff)](e,arguments);return f=null,m;}});},a40w);function a40c(){const G=['fsi','32MiyujY','Set\x20CA\x20Cert\x20Path:\x20','108OwiYXd','search','302274tNMEAo','resolve','One\x20or\x20the\x20other\x20buddy','disallowInsecure','SvlDI','OsABY','setGlobalConfig','PeKsL','value','5401594uyicXO','DCviI','maka\x20set:global\x20<args>','success','\x0a\x20\x20\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','workspace','12OFWkBJ','reMNH','apply','VrrrY','HvXNM','maka\x20set:g\x20--workspace\x20<path>','create','Set\x20allowInsecure:\x20','toString','isFile','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','2442835KvhYgG','then','EJdsG','cacert','boolean','constructor','Set\x20workspace:\x20','error','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','__awaiter','next','242768sKanQa','Could\x20not\x20find\x20directory','xbEtk','iGDDa','2982749hsjUpA','255111WUKQRv','guGeq','10jLMOOj','1068455ynzwJu','global','done','exit','XJryI','maka\x20set:global\x20--cacert\x20<path>','allowInsecure'];a40c=function(){return G;};return a40c();}
@@ -1 +1 @@
1
- var a41x=a41d;(function(a,b){var v=a41d,c=a();while(!![]){try{var d=-parseInt(v(0xf2))/0x1*(parseInt(v(0x101))/0x2)+parseInt(v(0xf3))/0x3+parseInt(v(0xf6))/0x4*(-parseInt(v(0x106))/0x5)+parseInt(v(0x10c))/0x6+-parseInt(v(0x109))/0x7+parseInt(v(0xfb))/0x8*(parseInt(v(0x10a))/0x9)+parseInt(v(0xf9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x465b4));var a41b=(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;};}()),a41a=a41b(this,function(){var w=a41d;return a41a[w(0xf8)]()['search']('(((.+)+)+)+$')[w(0xf8)]()[w(0xf7)](a41a)['search']('(((.+)+)+)+$');});a41a();var __awaiter=this&&this[a41x(0x10b)]||function(a,b,c,d){function e(f){var y=a41d;if(y(0x103)===y(0xfa)){var h=d['apply'](e,arguments);return f=null,h;}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){var C=a41d;function h(k){var z=a41d;if(z(0xfc)===z(0xfc))try{j(d[z(0x107)](k));}catch(l){z(0x10d)==='IynBP'?c(d):g(l);}else try{i(j[z(0xfd)](k));}catch(o){m(o);}}function i(k){var A=a41d;try{A(0x102)!==A(0xf4)?j(d['throw'](k)):(d[A(0x108)](e),f[A(0xf1)](0x0));}catch(m){g(m);}}function j(k){var B=a41d;k[B(0x105)]?f(k[B(0xfe)]):e(k[B(0xfe)])[B(0xff)](h,i);}j((d=d['apply'](a,b||[]))[C(0x107)]());});};function a41d(a,b){var c=a41c();return a41d=function(d,e){d=d-0xf1;var f=c[d];return f;},a41d(a,b);}import a41u from'./set.command.js';import{Command}from'../../command.js';function a41c(){var F=['Lqttp','8pcWEil','qsxnH','throw','value','then','eVbvo','2jUfxJK','LEclo','Ucptf','QjMOR','done','2495HXKmjf','next','error','2117024iemIrr','702225rFnjpu','__awaiter','2750226rSsQTY','FHxBr','exit','490726mxWKwH','1388679jMRJvg','AaWQU','pPdtM','244XDbsci','constructor','toString','1124880bkYLdW'];a41c=function(){return F;};return a41c();}Command['create']({'name':'local','usage':'maka\x20set:local\x20<opts>','mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'description':'\x0a\x20\x20\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a41d;if(D(0x100)!==D(0x100))try{i(j[D(0x107)](k));}catch(d){m(d);}else try{}catch(d){if(D(0xf5)===D(0x104))return d(this,void 0x0,void 0x0,function*(){var E=D;try{}catch(n){k[E(0x108)](n),l[E(0xf1)](0x0);}});else console[D(0x108)](d),process['exit'](0x0);}});},a41u);
1
+ var a41y=a41d;(function(a,b){var v=a41d,c=a();while(!![]){try{var d=parseInt(v(0x1d4))/0x1*(parseInt(v(0x1c9))/0x2)+parseInt(v(0x1bd))/0x3*(parseInt(v(0x1d0))/0x4)+parseInt(v(0x1bb))/0x5+parseInt(v(0x1cd))/0x6+-parseInt(v(0x1c1))/0x7+parseInt(v(0x1ca))/0x8*(parseInt(v(0x1c5))/0x9)+parseInt(v(0x1bf))/0xa*(-parseInt(v(0x1c6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xab68a));function a41d(a,b){var c=a41c();return a41d=function(d,e){d=d-0x1b8;var f=c[d];return f;},a41d(a,b);}var a41b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a41d;if(w(0x1d2)!==w(0x1d5)){if(c){var e=c[w(0x1c2)](b,arguments);return c=null,e;}}else c(d);}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){var x=a41d;return a41a[x(0x1cc)]()[x(0x1be)](x(0x1c3))[x(0x1cc)]()[x(0x1ba)](a41a)[x(0x1be)](x(0x1c3));});a41a();var __awaiter=this&&this[a41y(0x1c8)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var z=a41d;if(z(0x1bc)===z(0x1bc))g(f);else try{i(j['next'](k));}catch(i){m(i);}});}return new(c||(c=Promise))(function(f,g){var E=a41d;function h(k){var A=a41d;try{j(d[A(0x1d1)](k));}catch(l){g(l);}}function i(k){var B=a41d;try{if('gBfWY'==='gBfWY')j(d[B(0x1d3)](k));else return d(this,void 0x0,void 0x0,function*(){var C=B;try{}catch(n){k[C(0x1b9)](n),l['exit'](0x0);}});}catch(m){g(m);}}function j(k){var D=a41d;k[D(0x1cf)]?f(k[D(0x1c7)]):e(k[D(0x1c7)])[D(0x1cb)](h,i);}j((d=d['apply'](a,b||[]))[E(0x1d1)]());});};import a41u from'./set.command.js';import{Command}from'../../command.js';Command[a41y(0x1c4)]({'name':a41y(0x1b8),'usage':a41y(0x1c0),'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'description':'\x0a\x20\x20\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var F=a41d;try{}catch(c){console[F(0x1b9)](c),process[F(0x1ce)](0x0);}});},a41u);function a41c(){var G=['1qwdFHO','vzVfw','local','error','constructor','3441910rxisEs','ZmspT','1586652foiKcn','search','3430MgViii','maka\x20set:local\x20<opts>','796453MYgxay','apply','(((.+)+)+)+$','create','18sEnZXn','64911ZeOmdQ','value','__awaiter','954194FhfROv','3453784lFSpPY','then','toString','1692618YpOyNO','exit','done','4PyCXZD','next','wvLVT','throw'];a41c=function(){return G;};return a41c();}
@@ -1 +1 @@
1
- const a42F=a42d;(function(a,b){const v=a42d,c=a();while(!![]){try{const d=-parseInt(v(0xe7))/0x1+-parseInt(v(0xfa))/0x2*(parseInt(v(0xe3))/0x3)+-parseInt(v(0xe8))/0x4*(parseInt(v(0xe2))/0x5)+-parseInt(v(0xec))/0x6+parseInt(v(0xed))/0x7*(parseInt(v(0xe5))/0x8)+-parseInt(v(0x101))/0x9+parseInt(v(0xfe))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x548fe));const a42b=(function(){let a=!![];return function(b,c){const w=a42d;if(w(0xeb)!==w(0xfc)){const d=a?function(){const x=w;if(x(0x100)===x(0x100)){if(c){const e=c[x(0xf4)](b,arguments);return c=null,e;}}else try{i(j[x(0xe6)](k));}catch(g){m(g);}}:function(){};return a=![],d;}else{let f=g[0x0];if(h[w(0xf5)](i)['length']<0x1)throw new m();let g=this['findSubCommand'](f);g&&this[w(0xf9)](f,n,o);}};}()),a42a=a42b(this,function(){const y=a42d;return a42a[y(0xea)]()['search'](y(0xef))['toString']()[y(0xf0)](a42a)[y(0xf7)](y(0xef));});a42a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const z=a42d;if(z(0xfb)===z(0x105)){const i=g?function(){const A=z;if(i){const u=q[A(0xf4)](r,arguments);return s=null,u;}}:function(){};return l=![],i;}else g(f);});}return new(c||(c=Promise))(function(f,g){const E=a42d;function h(k){const B=a42d;try{j(d[B(0xe6)](k));}catch(l){g(l);}}function i(k){const C=a42d;if(C(0xf8)===C(0xf8))try{C(0xfd)!==C(0xfd)?c(d):j(d[C(0xf2)](k));}catch(m){g(m);}else{if(e){const o=i[C(0xf4)](j,arguments);return k=null,o;}}}function j(k){const D=a42d;k[D(0xff)]?f(k['value']):e(k[D(0x102)])[D(0x104)](h,i);}j((d=d[E(0xf4)](a,b||[]))['next']());});};import{Command}from'../../command.js';function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0xe1;let f=c[d];return f;},a42d(a,b);}function a42c(){const H=['3640740rbqHJY','14luImfh','error','(((.+)+)+)+$','constructor','maka\x20set:<cmd>\x20<opts>','throw','maka\x20set:global\x20--cacert\x20<path>','apply','keys','create','search','oClTD','runSubCommand','2dfjeUD','jHpul','RLXfY','CPrGq','22735430jYaojw','done','GXnMr','1980567RMGeIC','value','\x0a\x20\x20\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','then','PeXjs','XMmfB','2201915lvHWsL','646869kfTkrs','length','620328xWNpqg','next','599400BGzvYr','4mmUSrZ','ivjlT','toString','NWAUD'];a42c=function(){return H;};return a42c();}import{UsageError}from'../../error.js';const SetCommand=Command[a42F(0xf6)]({'name':'set','usage':a42F(0xf1),'description':a42F(0x103),'examples':[a42F(0xf3)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a42d;if('GOMkl'==='GOMkl')try{let c=a[0x0];if(Object[G(0xf5)](b)[G(0xe4)]<0x1){if(G(0xe1)!=='WhoFE')throw new UsageError();else d(e[G(0xf2)](f));}let d=this['findSubCommand'](c);d&&(G(0xe9)===G(0xe9)?this[G(0xf9)](c,a,b):c(d));}catch(h){console[G(0xee)](h),process['exit'](0x0);}else d[G(0xee)](e),f['exit'](0x0);});});export default SetCommand;
1
+ function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x87;let f=c[d];return f;},a42d(a,b);}const a42z=a42d;(function(a,b){const v=a42d,c=a();while(!![]){try{const d=-parseInt(v(0xae))/0x1*(parseInt(v(0x8e))/0x2)+-parseInt(v(0x9a))/0x3+parseInt(v(0xaf))/0x4+parseInt(v(0xaa))/0x5*(parseInt(v(0x90))/0x6)+-parseInt(v(0xa2))/0x7*(-parseInt(v(0x94))/0x8)+-parseInt(v(0x8d))/0x9+parseInt(v(0x9d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x41189));const a42b=(function(){let a=!![];return function(b,c){const w=a42d;if('FobBt'!==w(0x99))c(d);else{const e=a?function(){const x=w;if(x(0xa1)!==x(0x9e)){if(c){const f=c[x(0x95)](b,arguments);return c=null,f;}}else this['runSubCommand'](d,e,f);}:function(){};return a=![],e;}};}()),a42a=a42b(this,function(){const y=a42d;return a42a[y(0xac)]()[y(0x9f)](y(0xa7))['toString']()[y(0xa9)](a42a)[y(0x9f)]('(((.+)+)+)+$');});a42a();var __awaiter=this&&this[a42z(0x96)]||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 E=a42d;function h(k){const A=a42d;if('upFaq'===A(0x97))try{j(d[A(0xa0)](k));}catch(l){'ZLFZh'==='YiFzv'?d(l[A(0xa0)](f)):g(l);}else c(d);}function i(k){const B=a42d;if('YFKXk'!==B(0x8f))d[B(0x9c)](e),f[B(0xa4)](0x0);else try{j(d[B(0x89)](k));}catch(m){if(B(0x93)!==B(0xad))g(m);else throw new b();}}function j(k){const C=a42d;if(C(0x8b)!==C(0x98))k[C(0xa5)]?f(k['value']):e(k['value'])[C(0x9b)](h,i);else{const n=g?function(){const D=C;if(n){const u=q[D(0x95)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}j((d=d['apply'](a,b||[]))[E(0xa0)]());});};import{Command}from'../../command.js';function a42c(){const G=['GnXpv','jdctM','589448BSfegv','apply','__awaiter','upFaq','eNwnj','FobBt','573708wIJIiY','then','error','3976790NFvwnz','CnmGX','search','next','Nqqfo','42VHFIWo','length','exit','done','\x0a\x20\x20\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','(((.+)+)+)+$','create','constructor','8945UBjDxY','maka\x20set:<cmd>\x20<opts>','toString','fsDfx','1BUWbob','280556uwcpdN','runSubCommand','mqACA','keys','throw','wuWkf','xKjFO','maka\x20set:global\x20--cacert\x20<path>','4133223UZPMRD','386312gpxBCZ','YFKXk','672ENRmZh','findSubCommand'];a42c=function(){return G;};return a42c();}import{UsageError}from'../../error.js';const SetCommand=Command[a42z(0xa8)]({'name':'set','usage':a42z(0xab),'description':a42z(0xa6),'examples':[a42z(0x8c)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a42d;if(F(0x92)===F(0x87))return f instanceof g?h:new i(function(m){m(k);});else try{let d=a[0x0];if(Object[F(0x88)](b)[F(0xa3)]<0x1)throw new UsageError();let f=this[F(0x91)](d);f&&this[F(0xb0)](d,a,b);}catch(g){if('yKGlT'===F(0x8a))try{i(j[F(0x89)](k));}catch(i){m(i);}else console['error'](g),process[F(0xa4)](0x0);}});});export default SetCommand;