@maka/maka-cli 4.0.90 → 4.1.2

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 (107) 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/generators/services/_index.js +1 -0
  69. package/dist/generators/services/translation.js +1 -0
  70. package/dist/maka.js +1 -1
  71. package/dist/templates/meteor/app/client/head.html +1 -0
  72. package/dist/templates/meteor/app/imports/startup/client/index.js.jsx +1 -1
  73. package/dist/templates/meteor/app/imports/startup/client/index.js.tsx +1 -1
  74. package/dist/templates/meteor/app/public/favicon.ico +0 -0
  75. package/dist/templates/meteor/app/public/maka-144x144.png +0 -0
  76. package/dist/templates/meteor/app/public/maka-192x192.png +0 -0
  77. package/dist/templates/meteor/app/public/maka-512x512.png +0 -0
  78. package/dist/templates/meteor/app/public/manifest.json +21 -3
  79. package/dist/templates/react/component/component.js.jsx +7 -4
  80. package/dist/templates/react/component/component.js.tsx +8 -5
  81. package/dist/templates/react/hook/hook.js.jsx +6 -3
  82. package/dist/templates/react/hook/hook.js.tsx +5 -3
  83. package/dist/templates/service/i18n/i18n.js +33 -0
  84. package/dist/templates/service/i18n/i18n.js.ts +33 -0
  85. package/dist/templates/service/i18n/index.js +0 -0
  86. package/dist/templates/service/i18n/index.js.jsx +0 -0
  87. package/dist/templates/service/i18n/locales.js +3 -0
  88. package/dist/templates/service/i18n/locales.js.ts +3 -0
  89. package/dist/tool.js +1 -1
  90. package/dist/tools/actions/actions.class.js +1 -1
  91. package/dist/tools/actions/actions.test.js +1 -1
  92. package/dist/tools/aws/aws.class.js +1 -1
  93. package/dist/tools/aws/aws.interfaces.js +1 -1
  94. package/dist/tools/docker/docker.class.js +1 -1
  95. package/dist/tools/docker/docker.interfaces.js +1 -1
  96. package/dist/tools/fsi/fsi.class.js +1 -1
  97. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  98. package/dist/tools/https/https.class.js +1 -1
  99. package/dist/tools/https/https.interface.js +1 -1
  100. package/dist/tools/log/log.class.js +1 -1
  101. package/dist/tools/log/log.interfaces.js +1 -1
  102. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  103. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  104. package/dist/tools/ssh/ssh.class.js +1 -1
  105. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  106. package/dist/tools/ssl/ssl.class.js +1 -1
  107. package/package.json +1 -1
@@ -1 +1 @@
1
- var a28z=a28d;(function(a,b){var v=a28d,c=a();while(!![]){try{var d=-parseInt(v(0xe5))/0x1*(parseInt(v(0xfe))/0x2)+-parseInt(v(0xe0))/0x3+parseInt(v(0xe3))/0x4*(-parseInt(v(0xf6))/0x5)+-parseInt(v(0xfa))/0x6+parseInt(v(0xfc))/0x7+-parseInt(v(0xf3))/0x8*(parseInt(v(0xdb))/0x9)+parseInt(v(0xf7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x22cde));var a28b=(function(){var a=!![];return function(b,c){var w=a28d;if(w(0xf0)===w(0xee))c(d);else{var d=a?function(){var x=w;if(c){if(x(0xf2)===x(0xf2)){var f=c[x(0xdc)](b,arguments);return c=null,f;}else return f instanceof g?h:new i(function(m){m(k);});}}:function(){};return a=![],d;}};}()),a28a=a28b(this,function(){var y=a28d;return a28a[y(0xf1)]()['search']('(((.+)+)+)+$')['toString']()[y(0xe6)](a28a)[y(0xed)](y(0xff));});a28a();var __awaiter=this&&this[a28z(0xe1)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var A=a28d;'DrwCh'===A(0xe2)?g(f):d(e[A(0xfb)](f));});}return new(c||(c=Promise))(function(f,g){var E=a28d;function h(k){var B=a28d;try{j(d[B(0xdd)](k));}catch(l){g(l);}}function i(k){var C=a28d;try{C(0xf4)===C(0xf4)?j(d['throw'](k)):h[C(0xe4)]?i(j[C(0xeb)]):k(l[C(0xeb)])['then'](m,n);}catch(m){if(C(0x100)!=='UHhyN')try{i(j[C(0xfb)](k));}catch(o){m(o);}else g(m);}}function j(k){var D=a28d;k[D(0xe4)]?f(k[D(0xeb)]):e(k[D(0xeb)])[D(0xe9)](h,i);}j((d=d[E(0xdc)](a,b||[]))[E(0xdd)]());});};import a28u from'./get.command.js';import{Command}from'../../command.js';Command[a28z(0xec)]({'name':a28z(0xfd),'usage':a28z(0xf5),'mustBeInMakaProject':!![],'description':a28z(0xea)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var F=a28d;if(F(0xef)!==F(0xde))try{const c=yield this['fsi'][F(0xf9)]();console[F(0xe8)](c);}catch(d){if('OcnvU'===F(0xf8)){if(d){var g=i[F(0xdc)](j,arguments);return k=null,g;}}else console[F(0xdf)](d),process[F(0xe7)](0x0);}else{var h=d[F(0xdc)](e,arguments);return f=null,h;}});},a28u);function a28d(a,b){var c=a28c();return a28d=function(d,e){d=d-0xdb;var f=c[d];return f;},a28d(a,b);}function a28c(){var G=['536619wPiMaT','__awaiter','DrwCh','124sEsyRH','done','4653KXsPYC','constructor','exit','log','then','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','value','create','search','hNHpL','gBhbm','iIUBD','toString','ejGUb','305656WqiLnb','dcJnO','maka\x20get:local','1445YdUbpz','5145990zJTONP','vaeRV','getProjectConfig','304362dIBrxr','throw','421680AvMdJE','local','34QNczXK','(((.+)+)+)+$','UHhyN','27DJzcbQ','apply','next','cQfBc','error'];a28c=function(){return G;};return a28c();}
1
+ var a28D=a28d;(function(a,b){var v=a28d,c=a();while(!![]){try{var d=-parseInt(v(0x9e))/0x1*(-parseInt(v(0xa8))/0x2)+-parseInt(v(0x9b))/0x3*(parseInt(v(0x9c))/0x4)+parseInt(v(0x8e))/0x5*(-parseInt(v(0xa9))/0x6)+parseInt(v(0x96))/0x7*(parseInt(v(0x94))/0x8)+parseInt(v(0xa4))/0x9*(-parseInt(v(0x9a))/0xa)+-parseInt(v(0x97))/0xb+parseInt(v(0x93))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0xcedce));function a28c(){var F=['oCbLp','throw','10830DmZsUx','6diPMeF','1896212CmKgLS','log','310683oQyTTP','uTEMH','lhMsd','done','getProjectConfig','next','11439WDKmGR','nyWTl','tINZH','search','10SdOIyJ','99906QIRltS','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','exit','constructor','create','toString','(((.+)+)+)+$','apply','505qUPOuc','lIqaD','alGWe','YOkiS','local','28968528WhFKna','621208iFVGZp','value','84LPzuoK','501721btsuVC'];a28c=function(){return F;};return a28c();}var a28b=(function(){var a=!![];return function(b,c){var w=a28d;if(w(0x91)!=='YOkiS')c(d);else{var d=a?function(){var x=w;if(c){if(x(0xa6)===x(0xa0)){var h=g?function(){if(h){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],h;}else{var f=c[x(0x8d)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}};}()),a28a=a28b(this,function(){var y=a28d;return a28a[y(0x8b)]()['search'](y(0x8c))[y(0x8b)]()[y(0x89)](a28a)[y(0xa7)](y(0x8c));});a28a();function a28d(a,b){var c=a28c();return a28d=function(d,e){d=d-0x88;var f=c[d];return f;},a28d(a,b);}var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var C=a28d;function h(k){var z=a28d;try{j(d[z(0xa3)](k));}catch(l){if('brOCY'===z(0x90))try{i(j[z(0x99)](k));}catch(o){m(o);}else g(l);}}function i(k){var A=a28d;if(A(0xa5)!==A(0xa5)){var m=d[A(0x8d)](e,arguments);return f=null,m;}else try{if(A(0x9f)===A(0x8f)){if(e){var n=i[A(0x8d)](j,arguments);return k=null,n;}}else j(d[A(0x99)](k));}catch(n){g(n);}}function j(k){var B=a28d;k[B(0xa1)]?f(k[B(0x95)]):e(k[B(0x95)])['then'](h,i);}j((d=d['apply'](a,b||[]))[C(0xa3)]());});};import a28u from'./get.command.js';import{Command}from'../../command.js';Command[a28D(0x8a)]({'name':a28D(0x92),'usage':'maka\x20get:local','mustBeInMakaProject':!![],'description':a28D(0xaa)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a28d;try{if(E(0x98)==='oCbLp'){const c=yield this['fsi'][E(0xa2)]();console[E(0x9d)](c);}else try{i(j[E(0xa3)](k));}catch(f){m(f);}}catch(f){console['error'](f),process[E(0x88)](0x0);}});},a28u);
@@ -1 +1 @@
1
- var a29x=a29d;(function(a,b){var u=a29d,c=a();while(!![]){try{var d=parseInt(u(0x154))/0x1+-parseInt(u(0x157))/0x2+-parseInt(u(0x14b))/0x3+parseInt(u(0x145))/0x4+parseInt(u(0x150))/0x5+-parseInt(u(0x153))/0x6+parseInt(u(0x149))/0x7*(-parseInt(u(0x14a))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x5f394));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a29d;if(c){if(v(0x14f)===v(0x14f)){var e=c[v(0x144)](b,arguments);return c=null,e;}else d(e[v(0x156)](f));}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var w=a29d;return a29a[w(0x147)]()[w(0x151)]('(((.+)+)+)+$')['toString']()['constructor'](a29a)['search'](w(0x158));});a29a();var __awaiter=this&&this[a29x(0x14c)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a29d;'EldoQ'!==y(0x14d)?c(d):g(f);});}return new(c||(c=Promise))(function(f,g){var C=a29d;function h(k){var z=a29d;try{if(z(0x159)==='JAEXT')return f instanceof g?h:new i(function(m){m(k);});else j(d[z(0x156)](k));}catch(m){g(m);}}function i(k){var A=a29d;try{j(d[A(0x155)](k));}catch(l){g(l);}}function j(k){var B=a29d;k[B(0x146)]?f(k['value']):e(k['value'])[B(0x152)](h,i);}j((d=d[C(0x144)](a,b||[]))[C(0x156)]());});};import{Command}from'../command.js';import{UsageError}from'../error.js';function a29c(){var E=['done','toString','value','1030463AaZGHS','24DqbnQE','870912rJPnjs','__awaiter','EldoQ','create','LLVzh','2140180rUNZQU','search','then','760236pMfpBN','677165inJoUI','throw','next','1178920QhFcMk','(((.+)+)+)+$','MsTHW','hpvdY','apply','2931728TvuNzM'];a29c=function(){return E;};return a29c();}function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x143;var f=c[d];return f;},a29d(a,b);}Command[a29x(0x14e)]({'name':'help','aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a29d;if(D(0x143)!=='iKrgA')throw new UsageError();else h['done']?i(j['value']):k(l[D(0x148)])['then'](m,n);});});
1
+ function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x156;var f=c[d];return f;},a29d(a,b);}var a29y=a29d;(function(a,b){var v=a29d,c=a();while(!![]){try{var d=parseInt(v(0x15a))/0x1+parseInt(v(0x156))/0x2*(parseInt(v(0x171))/0x3)+parseInt(v(0x160))/0x4*(-parseInt(v(0x15f))/0x5)+-parseInt(v(0x16d))/0x6+-parseInt(v(0x16b))/0x7+-parseInt(v(0x173))/0x8+parseInt(v(0x157))/0x9*(parseInt(v(0x166))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x87a62));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if(w(0x16c)!==w(0x172)){if(c){var e=c[w(0x16f)](b,arguments);return c=null,e;}}else c(d);}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a[x(0x163)]()['search'](x(0x165))[x(0x163)]()[x(0x167)](a29a)[x(0x16a)](x(0x165));});a29a();function a29c(){var E=['apply','create','6Tjubca','vJrtw','2053624jhrhxu','nePoy','1098246AlGGrG','6327llNaMf','done','value','963711YPhqEG','pcojd','throw','qmQyi','DEsQE','1850845HGNJsR','4JCCPvQ','JMoZa','help','toString','next','(((.+)+)+)+$','5240WWUEmr','constructor','then','__awaiter','search','4642869VdxxbT','VcJir','3507432dLigfw','pbbVj'];a29c=function(){return E;};return a29c();}var __awaiter=this&&this[a29y(0x169)]||function(a,b,c,d){function e(f){if('dRWHZ'!=='wCRHV')return f instanceof c?f:new c(function(g){var z=a29d;'qmQyi'!==z(0x15d)?h[z(0x158)]?i(j[z(0x159)]):k(l[z(0x159)])[z(0x168)](m,n):g(f);});else{if(e){var h=i['apply'](j,arguments);return k=null,h;}}}return new(c||(c=Promise))(function(f,g){var D=a29d;function h(k){var A=a29d;if(A(0x174)!==A(0x174))c(d);else try{A(0x16e)===A(0x16e)?j(d[A(0x164)](k)):c(d);}catch(n){g(n);}}function i(k){var B=a29d;if(B(0x15e)===B(0x15e))try{if('rzvNL'==='rzvNL')j(d['throw'](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){B(0x15b)===B(0x15b)?g(m):d(m[B(0x15c)](f));}else{var p=d[B(0x16f)](e,arguments);return f=null,p;}}function j(k){var C=a29d;if(C(0x161)!=='JMoZa'){var n=g?function(){if(n){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else k[C(0x158)]?f(k[C(0x159)]):e(k[C(0x159)])[C(0x168)](h,i);}j((d=d[D(0x16f)](a,b||[]))[D(0x164)]());});};import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a29y(0x170)]({'name':a29y(0x162),'aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){throw new UsageError();});});
@@ -1 +1 @@
1
- const a30a6=a30d;(function(a,b){const a3=a30d,c=a();while(!![]){try{const d=parseInt(a3(0x1ff))/0x1*(-parseInt(a3(0x1cc))/0x2)+-parseInt(a3(0x1d9))/0x3+parseInt(a3(0x1c3))/0x4*(-parseInt(a3(0x1dc))/0x5)+-parseInt(a3(0x19e))/0x6*(-parseInt(a3(0x1d7))/0x7)+-parseInt(a3(0x1b0))/0x8+-parseInt(a3(0x175))/0x9+parseInt(a3(0x1e6))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0x6dc77));const a30b=(function(){let a=!![];return function(b,c){const d=a?function(){const a4=a30d;if(c){const e=c[a4(0x1b1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){const a5=a30d;return a30a['toString']()[a5(0x1b5)]('(((.+)+)+)+$')[a5(0x1d8)]()[a5(0x1f1)](a30a)[a5(0x1b5)](a5(0x202));});a30a();var __awaiter=this&&this[a30a6(0x1ea)]||function(a,b,c,d){function e(f){const a7=a30d;if(a7(0x17f)===a7(0x17f))return f instanceof c?f:new c(function(g){g(f);});else{const h=e[a7(0x1a0)](f,a7(0x1f8));!g[a7(0x19c)]&&this[a7(0x1bf)][a7(0x17b)](h)&&i['sync'](h,{'force':!![]});}}return new(c||(c=Promise))(function(f,g){const ab=a30d;function h(k){const a8=a30d;try{j(d[a8(0x206)](k));}catch(l){a8(0x1a7)!=='QwIiU'?(g[a8(0x1f2)](a8(0x195)+h[a8(0x1bd)]),i=j[a8(0x1bd)],k=[a8(0x204),l]):g(l);}}function i(k){const a9=a30d;try{a9(0x1df)===a9(0x1df)?j(d[a9(0x194)](k)):(e=f[a9(0x1c0)],g=[a9(0x204),h]);}catch(m){if(a9(0x1f6)!=='iVkOA'){if(m){const o=i['apply'](j,arguments);return k=null,o;}}else g(m);}}function j(k){const aa=a30d;k[aa(0x205)]?f(k[aa(0x1d5)]):e(k[aa(0x1d5)])[aa(0x187)](h,i);}j((d=d[ab(0x1b1)](a,b||[]))[ab(0x206)]());});};import a30M from'os';import a30N from'path';function a30c(){const af=['APned','AppData','TbQRo','I\x20cannot\x20find\x20your\x20Path\x20or\x20PATH\x20variable.','tar','maka\x20install\x20meteor\x20--version\x201.12.1','cacert','nFwqy','fsi','cert','homedir','setx\x20TOOL_NODE_FLAGS\x20\x22--max-old-space-size=','56QxYICz','maka\x20install\x20meteor\x20-v\x202.3.6','sJtBg','Removing\x20old\x20version\x20of\x20meteor','Backed\x20up\x20PATH\x20to\x20','Local','start','Installing\x20meteor\x20','existsSync','2MsbwiZ','nOGqG','RjYDB','confirm','Installing\x20meteor\x20version\x20','Setting\x20Path:\x20','.maka','jnhXE','QZAYq','value','ykVKe','47950pEaEWA','toString','1143384efvKDd','includes','unlinkSync','47175zBIBUf','ZdcVR','concat','GagoK','force','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','version','No\x20Python\x20install\x20found,\x20if\x20you\x20experience\x20build\x20/\x20install\x20failures,\x20consider\x20installing\x20python.\x20https://visualstudio.microsoft.com/downloads/','Setting\x20Node\x20Flags:\x20','ignore','24884730pRVnoZ','\x20\x20Open\x20an\x20administrative\x20PowerShell\x20terminal,\x20then\x20run:\x20','--force-local','WRfxz','__awaiter','ZxePw','KRFYA','python\x20--version\x203>nul','https://static-meteor.netdna-ssl.com/packages-bootstrap/','PBwDe','Python','constructor','notice','FHNYo','Allowing\x20insecure\x20curl\x20connections.','bright','iVkOA','Downloading\x20meteor\x20version\x20','meteor.tar.gz','.tar.gz','/.local/bin','bDNsJ','kqrbp','.meteor','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionPath\x20\x22','608887NvpWwk','Removing\x20previous\x20install\x20of\x20meteor','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionProcess\x20node.exe,7z.exe,cmd.exe,powershell.exe','(((.+)+)+)+$','AMfGt','--cacert','done','next','Path','path_backup.txt','\x20-s\x20https://install.meteor.com/','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','mkdir\x20-p\x20','zCAvd','os.linux.x86_64','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','3916044CGSvvt','eCQEO','platform','\x22\x202>\x20nul','writeFileSync','qjAnm','isFile','win32','AEXdW','BTKXJ','CnPIW','replace','PATH','maka\x20i','Network\x20error,\x20please\x20try\x20again.','withSpinner','UZNAs','maka\x20install\x20meteor','then','Meteor\x20version\x20','os.osx.x86_64','npm','/meteor-bootstrap-','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','curl','--output','Roaming','setx\x20PATH\x20\x22','exit','floor','Total\x20Memory:\x20','throw','Using\x20CA\x20Cert\x20','Nlhyf','QfYUC','curl\x20','warn','pzUbH','allowInsecure','keepInstall','\x20installed.\x0a','198AxITlW','darwin','join','debug','string','FkDvv','totalmem','/meteor-bootstrap-os.windows.x86_64.tar.gz','Please\x20close\x20this\x20command\x20prompt\x20or\x20powershell\x20window\x20and\x20open\x20a\x20new\x20one\x20to\x20finalize\x20install.','QwIiU','grep','-xzf','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','error','Aborted','App\x20Local\x20Dir:\x20','5661176VURjgU','apply','length','success','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','search','User\x20Path:\x20'];a30c=function(){return af;};return a30c();}function a30d(a,b){const c=a30c();return a30d=function(d,e){d=d-0x170;let f=c[d];return f;},a30d(a,b);}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[a30a6(0x1c1)]();Command['create']({'name':'install','aliases':['i'],'validOpts':['f','force','v',a30a6(0x1e2),a30a6(0x1a1),a30a6(0x1bd),a30a6(0x19c)],'usage':'maka\x20install','description':a30a6(0x1e1),'examples':[a30a6(0x186),'maka\x20install\x20meteor\x20--force',a30a6(0x1c4),a30a6(0x1bc),a30a6(0x182)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const ac=a30d;try{let g=[],h='';if(b[ac(0x1bd)]){if(ac(0x197)===ac(0x197)){if(this[ac(0x1bf)][ac(0x17b)](b[ac(0x1bd)]))Log[ac(0x1f2)]('Using\x20CA\x20Cert\x20'+b[ac(0x1bd)]),h=b['cacert'],g=['--cacert',h];else throw ac(0x18c)+h;}else c['success'](),d();}const i=yield this[ac(0x1bf)]['getGlobalConfig']();if(i[ac(0x1c0)]){if(ac(0x1d4)===ac(0x1d4)){if(this[ac(0x1bf)][ac(0x17b)](i[ac(0x1c0)]))ac(0x1ec)===ac(0x203)?(g(ac(0x171)+h+'/.local/bin',{'stdio':'ignore'}),i(ac(0x174),{'stdio':ac(0x1e5)}),j(ac(0x1ac),{'stdio':ac(0x1e5)}),k('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':'ignore'}),l(ac(0x1ab),{'stdio':ac(0x1e5)})):(h=i[ac(0x1c0)],g=[ac(0x204),h]);else{if(ac(0x1be)===ac(0x1fc)){let t=this[ac(0x1bf)][ac(0x1a8)](p,'Path')[0x0];if(!t){t=this[ac(0x1bf)]['grep'](E,ac(0x181))[0x0];if(!t)throw'I\x20cannot\x20find\x20your\x20Path\x20or\x20PATH\x20variable.';}const u=r[ac(0x1a0)](s,ac(0x1d2),'path_backup.txt');t=t[ac(0x180)](/PATH=/,'')['replace'](/Path=/,'')['replace'](t+';',''),u[ac(0x179)](u,t),v[ac(0x1f2)](ac(0x1c7)+u);const v=ac(0x190)+w+';'+t+ac(0x178),w=ac(0x1c2)+x+ac(0x178);y['debug']&&(F[ac(0x1f5)](ac(0x1b6)+t),G[ac(0x1f5)](ac(0x1d1)+v),H[ac(0x1f5)](ac(0x1e4)+w)),C(v,{'stdio':ac(0x1e5)}),D(w,{'stdio':ac(0x1e5)});}else throw ac(0x170)+h;}}else c['error'](d);}if(i[ac(0x19b)]){if(ac(0x17a)==='xHUgb')return c[ac(0x1d8)]()[ac(0x1b5)](ac(0x202))[ac(0x1d8)]()[ac(0x1f1)](d)[ac(0x1b5)](ac(0x202));else Log[ac(0x199)](ac(0x1f4)),g=['-k'];}let j=![];b['f']||b[ac(0x1e0)]?ac(0x176)!==ac(0x185)?j=!![]:c[ac(0x1ad)](d):j=yield Actions[ac(0x1cf)](ac(0x1b4));if(!j)throw'Aborted';const k=process[ac(0x177)]===ac(0x17c),l=process[ac(0x177)]===ac(0x19f);let m=execSync(ac(0x198)+g[ac(0x1a0)]('\x20')+ac(0x209))[ac(0x1d8)](),n=yield this[ac(0x1bf)][ac(0x1a8)](m,'RELEASE=');if(n[ac(0x1b2)]===0x0)throw ac(0x183);let o=n[0x0][ac(0x180)](/[^0-9.]/gi,'')[ac(0x180)](/\r?\n|\r/,'');if(typeof b['v']===ac(0x1a2)||typeof b[ac(0x1e2)]==='string'){if(ac(0x1c5)!==ac(0x1c5))throw ac(0x1ba);else o=b['v']||b[ac(0x1e2)];}let p=a30N['join'](homeDir,'.meteor');if(k){if(ac(0x1cd)!==ac(0x1d3)){const x=execSync(ac(0x1ed))[ac(0x1d8)](),y=yield this[ac(0x1bf)]['grep'](x,'Python')[0x0];!(y===null||y===void 0x0?void 0x0:y[ac(0x1da)](ac(0x1f0)))&&Log['warn']('No\x20Python\x20install\x20found,\x20if\x20you\x20experience\x20build\x20/\x20install\x20failures,\x20consider\x20installing\x20python.\x20https://visualstudio.microsoft.com/downloads/');p=a30N[ac(0x1a0)](homeDir,ac(0x1b8),ac(0x1c8),ac(0x1fd));const z=a30N[ac(0x1a0)](homeDir,'AppData',ac(0x1c8)),A=a30N[ac(0x1a0)](homeDir,ac(0x1b8),ac(0x18f),ac(0x18a));var c=a30M[ac(0x1a4)](),d=c/0x400,f=d/0x400;f=Math[ac(0x192)](f/0x4);const B=a30N[ac(0x1a0)](z,ac(0x1f8));let C=['-s',ac(0x1ee)+o+ac(0x1a5),ac(0x18e),B];C=g[ac(0x1de)](C);const D=[ac(0x1a9),B,'-C',z,ac(0x1e8)],E=execSync('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')[ac(0x1d8)]();b[ac(0x1a1)]&&(Log[ac(0x1f5)]('Meteor\x20Path:\x20'+p),Log[ac(0x1f5)](ac(0x1af)+z),Log[ac(0x1f5)]('NPM\x20Path:\x20'+A),Log[ac(0x1f5)](ac(0x193)+f),Log[ac(0x1f5)]('----------------------------------'),Log[ac(0x1f5)]('curl\x20'+C[ac(0x1a0)]('\x20')),Log[ac(0x1f5)]('tar\x20'+D['join']('\x20')),Log['bright']('----------------------------------'),Log['bright'](E));const F=H=>{return new Promise((I,J)=>{const ad=a30d;if(ad(0x1b7)===ad(0x1eb))try{i(j['next'](k));}catch(L){m(L);}else{const L=Log[ad(0x184)]();L[ad(0x1c9)](ad(0x1c6)),a30P(p,{'force':!![]},()=>{const ae=ad;'ykVKe'!==ae(0x1d6)?c(d):(L['success'](),I());});}});};a30O[ac(0x1cb)](p)&&(yield F(p));yield SpawnAsync[ac(0x184)](ac(0x18d),C,{'message':ac(0x1f7)+o});const G=a30O['statSync'](B);if(G['size']<0x1388){if('sNaKA'!==ac(0x1f3))Log[ac(0x1ad)]('Meteor\x20download\x20failed.'),a30O[ac(0x1db)](B),process[ac(0x191)](0x1);else{if(this[ac(0x1bf)][ac(0x17b)](i[ac(0x1bd)]))q[ac(0x1f2)](ac(0x195)+r[ac(0x1bd)]),s=t[ac(0x1bd)],u=['--cacert',v];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+w;}}yield SpawnAsync[ac(0x184)](ac(0x1bb),D,{'message':ac(0x1d0)+o});try{if(ac(0x196)!==ac(0x1dd)){let I=this[ac(0x1bf)]['grep'](E,ac(0x207))[0x0];if(!I){if(ac(0x17d)!=='AEXdW')g[ac(0x1f5)](ac(0x1b6)+h),i[ac(0x1f5)](ac(0x1d1)+j),k[ac(0x1f5)]('Setting\x20Node\x20Flags:\x20'+l);else{I=this['fsi']['grep'](E,ac(0x181))[0x0];if(!I)throw ac(0x1ba);}}const J=a30N['join'](homeDir,ac(0x1d2),ac(0x208));I=I[ac(0x180)](/PATH=/,'')[ac(0x180)](/Path=/,'')[ac(0x180)](p+';',''),a30O[ac(0x179)](J,I),Log[ac(0x1f2)](ac(0x1c7)+J);const K=ac(0x190)+p+';'+I+ac(0x178),L=ac(0x1c2)+f+ac(0x178);if(b[ac(0x1a1)]){if(ac(0x1e9)===ac(0x172))throw ac(0x170)+b;else Log[ac(0x1f5)](ac(0x1b6)+I),Log['bright'](ac(0x1d1)+K),Log[ac(0x1f5)](ac(0x1e4)+L);}execSync(K,{'stdio':ac(0x1e5)}),execSync(L,{'stdio':ac(0x1e5)});}else b[ac(0x199)](ac(0x1e3));}catch(P){ac(0x19a)==='pzUbH'?console[ac(0x1ad)](P):b=!![];}try{const R=a30N[ac(0x1a0)](z,ac(0x1f8));!b[ac(0x19c)]&&this['fsi'][ac(0x17b)](R)&&a30P['sync'](R,{'force':!![]});}catch(S){ac(0x1b9)!=='KnCFv'?console[ac(0x1ad)](S):d=S['v']||f[ac(0x1e2)];}Log['success'](ac(0x188)+o+ac(0x19d)),Log[ac(0x1f2)]('For\x20improved\x20performance,\x20consider\x20whitelisting\x20the\x20following\x20from\x20windows\x20defender.'),Log[ac(0x1f2)](ac(0x1e7)),Log[ac(0x1f2)](ac(0x1fe)+p+'\x22'),Log[ac(0x1f2)](ac(0x201)),Log[ac(0x1f2)](ac(0x1a6));}else throw ac(0x1ae);}else{if(ac(0x1ef)!==ac(0x17e)){a30O[ac(0x1cb)](p)&&(yield SpawnAsync['withSpinner']('rm',['-rf',p],{'message':ac(0x200)}));try{if(ac(0x1ce)!==ac(0x1ce))e[ac(0x1ad)]('Meteor\x20download\x20failed.'),f['unlinkSync'](g),h['exit'](0x1);else{const W=l?ac(0x189):ac(0x173);yield SpawnAsync[ac(0x184)](ac(0x18d),[...g,'-s',ac(0x1ee)+o+ac(0x18b)+W+ac(0x1f9),ac(0x18e),a30N[ac(0x1a0)](homeDir,'meteor.tar.gz')],{'message':ac(0x1f7)+o});const X=[ac(0x1a9),a30N[ac(0x1a0)](homeDir,'meteor.tar.gz'),'-C',homeDir];yield SpawnAsync[ac(0x184)](ac(0x1bb),X,{'message':ac(0x1ca)+o}),a30P['sync'](a30N[ac(0x1a0)](homeDir,ac(0x1f8)),{'force':!![]});}}catch(Y){ac(0x1fb)===ac(0x1a3)?c['error'](d):console[ac(0x1ad)](Y);}try{execSync('mkdir\x20-p\x20'+homeDir+ac(0x1fa),{'stdio':'ignore'}),execSync(ac(0x174),{'stdio':'ignore'}),execSync(ac(0x1ac),{'stdio':ac(0x1e5)}),execSync(ac(0x1aa),{'stdio':ac(0x1e5)}),execSync(ac(0x1ab),{'stdio':ac(0x1e5)});}catch(a0){console[ac(0x1ad)](a0);}Log[ac(0x1b3)]('Meteor\x20version\x20'+o+ac(0x19d));}else c(d);}}catch(a2){console[ac(0x1ad)](a2),process['exit'](0x0);}});});
1
+ function a30d(a,b){const c=a30c();return a30d=function(d,e){d=d-0x1bf;let f=c[d];return f;},a30d(a,b);}const a30a2=a30d;(function(a,b){const Z=a30d,c=a();while(!![]){try{const d=-parseInt(Z(0x1d9))/0x1*(parseInt(Z(0x200))/0x2)+-parseInt(Z(0x23b))/0x3*(-parseInt(Z(0x1d5))/0x4)+-parseInt(Z(0x23c))/0x5*(parseInt(Z(0x1dc))/0x6)+-parseInt(Z(0x1d3))/0x7*(-parseInt(Z(0x1f6))/0x8)+parseInt(Z(0x24e))/0x9+parseInt(Z(0x1ee))/0xa*(parseInt(Z(0x20f))/0xb)+parseInt(Z(0x1c4))/0xc*(-parseInt(Z(0x215))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xec343));const a30b=(function(){let a=!![];return function(b,c){const d=a?function(){const a0=a30d;if(c){if('pNpLx'!=='pNpLx')g[a0(0x222)]('User\x20Path:\x20'+h),i[a0(0x222)]('Setting\x20Path:\x20'+j),k[a0(0x222)](a0(0x221)+l);else{const f=c[a0(0x1ea)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){const a1=a30d;return a30a[a1(0x1d4)]()[a1(0x231)](a1(0x1f4))[a1(0x1d4)]()[a1(0x1d0)](a30a)[a1(0x231)](a1(0x1f4));});a30a();var __awaiter=this&&this[a30a2(0x220)]||function(a,b,c,d){function e(f){const a3=a30d;if(a3(0x23f)===a3(0x219)){let h=this[a3(0x22f)]['grep'](p,a3(0x208))[0x0];if(!h){h=this[a3(0x22f)][a3(0x1cf)](E,a3(0x1e6))[0x0];if(!h)throw a3(0x205);}const i=r[a3(0x1d6)](s,a3(0x1cd),a3(0x1ef));h=h[a3(0x216)](/PATH=/,'')[a3(0x216)](/Path=/,'')[a3(0x216)](t+';',''),u[a3(0x212)](i,h),v[a3(0x1e3)](a3(0x23a)+i);const j=a3(0x218)+w+';'+h+'\x22\x202>\x20nul',k='setx\x20TOOL_NODE_FLAGS\x20\x22--max-old-space-size='+x+a3(0x210);y[a3(0x232)]&&(F[a3(0x222)](a3(0x203)+h),G[a3(0x222)]('Setting\x20Path:\x20'+j),H[a3(0x222)]('Setting\x20Node\x20Flags:\x20'+k)),C(j,{'stdio':a3(0x1ec)}),D(k,{'stdio':a3(0x1ec)});}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const a9=a30d;function h(k){const a4=a30d;try{j(d[a4(0x246)](k));}catch(l){g(l);}}function i(k){const a5=a30d;if(a5(0x1eb)!=='cgjyN')try{if(a5(0x1ed)!==a5(0x20b))j(d['throw'](k));else{if(e){const m=i[a5(0x1ea)](j,arguments);return k=null,m;}}}catch(m){if('PFIfN'!==a5(0x214))return new m((o,p)=>{const a6=a5,q=i['withSpinner']();q['start'](a6(0x1c1)),j(k,{'force':!![]},()=>{const a7=a6;q[a7(0x1bf)](),o();});});else g(m);}else e=f[a5(0x225)],g=['--cacert',h];}function j(k){const a8=a30d;'bXDax'===a8(0x226)?k['done']?f(k[a8(0x1e5)]):e(k[a8(0x1e5)])[a8(0x1c5)](h,i):b['warn'](a8(0x251));}j((d=d[a9(0x1ea)](a,b||[]))[a9(0x246)]());});};import a30M from'os';import a30N from'path';import a30O from'fs';import a30P from'delete';import{execSync}from'child_process';function a30c(){const ae=['bright','darwin','Roaming','cert','bXDax','App\x20Local\x20Dir:\x20','Installing\x20meteor\x20','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','Aborted','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionProcess\x20node.exe,7z.exe,cmd.exe,powershell.exe','win32','version','spoFR','fsi','mkdir\x20-p\x20','search','debug','\x20\x20Open\x20an\x20administrative\x20PowerShell\x20terminal,\x20then\x20run:\x20','tar\x20','bfRZG','sync','MUtUT','force','statSync','Backed\x20up\x20PATH\x20to\x20','88674AZHFES','4565aTMlKt','Removing\x20previous\x20install\x20of\x20meteor','concat','oQVkW','AppData','maka\x20install\x20meteor','isFile','.meteor','tar','curl','next','UxokZ','\x20-s\x20https://install.meteor.com/','keepInstall','/meteor-bootstrap-','Allowing\x20insecure\x20curl\x20connections.','start','floor','2751912SfDGpZ','aCJEg','throw','No\x20Python\x20install\x20found,\x20if\x20you\x20experience\x20build\x20/\x20install\x20failures,\x20consider\x20installing\x20python.\x20https://visualstudio.microsoft.com/downloads/','success','AGzLi','Removing\x20old\x20version\x20of\x20meteor','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','12YHVAqF','then','platform','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','allowInsecure','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','totalmem','Setting\x20Path:\x20','meteor.tar.gz','.maka','--force-local','grep','constructor','os.osx.x86_64','getGlobalConfig','5780985hcxCwb','toString','212dsXhjt','join','https://static-meteor.netdna-ssl.com/packages-bootstrap/','YuXBc','2359QDcdgg','BFbMp','KMHQW','3420RzwGRB','--output','curl\x20','homedir','maka\x20install\x20meteor\x20-v\x202.3.6','For\x20improved\x20performance,\x20consider\x20whitelisting\x20the\x20following\x20from\x20windows\x20defender.','python\x20--version\x203>nul','notice','maka\x20i','value','PATH','Using\x20CA\x20Cert\x20','/meteor-bootstrap-os.windows.x86_64.tar.gz','Mxdts','apply','yGFdv','ignore','UwBRj','10TlGVYy','path_backup.txt','NzVdM','maka\x20install','existsSync','OZBiy','(((.+)+)+)+$','confirm','8pZzUye','includes','cacert','Downloading\x20meteor\x20version\x20','iWkuB','withSpinner','warn','\x20installed.\x0a','UlQUH','OlgLv','946uQthpz','Meteor\x20version\x20','Please\x20close\x20this\x20command\x20prompt\x20or\x20powershell\x20window\x20and\x20open\x20a\x20new\x20one\x20to\x20finalize\x20install.','User\x20Path:\x20','wJOYl','I\x20cannot\x20find\x20your\x20Path\x20or\x20PATH\x20variable.','Local','string','Path','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','os.linux.x86_64','ugIqO','NPM\x20Path:\x20','-rf','Meteor\x20download\x20failed.','9667207uVPUyg','\x22\x202>\x20nul','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','writeFileSync','-xzf','PFIfN','12653238VDiAKq','replace','install','setx\x20PATH\x20\x22','wybhR','Installing\x20meteor\x20version\x20','--cacert','----------------------------------','\x20\x20\x20\x20Add-MpPreference\x20-ExclusionPath\x20\x22','exit','oBAqE','__awaiter','Setting\x20Node\x20Flags:\x20'];a30c=function(){return ae;};return a30c();}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[a30a2(0x1df)]();Command['create']({'name':a30a2(0x217),'aliases':['i'],'validOpts':['f','force','v',a30a2(0x22d),a30a2(0x232),a30a2(0x1f8),a30a2(0x249)],'usage':a30a2(0x1f1),'description':a30a2(0x1c9),'examples':[a30a2(0x241),'maka\x20install\x20meteor\x20--force',a30a2(0x1e0),'maka\x20install\x20meteor\x20--version\x201.12.1',a30a2(0x1e4)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const aa=a30d;if(aa(0x24f)!==aa(0x1fa))try{let g=[],h='';if(b['cacert']){if(aa(0x1f0)==='IdfHY')h['done']?i(j['value']):k(l['value'])[aa(0x1c5)](m,n);else{if(this[aa(0x22f)][aa(0x242)](b[aa(0x1f8)])){if('MUtUT'!==aa(0x237))return f instanceof g?h:new i(function(s){s(k);});else Log['notice'](aa(0x1e7)+b[aa(0x1f8)]),h=b['cacert'],g=[aa(0x21b),h];}else{if(aa(0x247)===aa(0x247))throw aa(0x209)+h;else b=!![];}}}const i=yield this[aa(0x22f)][aa(0x1d2)]();if(i['cert']){if(this[aa(0x22f)][aa(0x242)](i['cert'])){if(aa(0x1e9)===aa(0x1e9))h=i[aa(0x225)],g=['--cacert',h];else throw aa(0x205);}else{if('IWjDT'===aa(0x235))d(e[aa(0x246)](f));else throw aa(0x1c2)+h;}}i[aa(0x1c8)]&&(Log[aa(0x1fc)](aa(0x24b)),g=['-k']);let j=![];b['f']||b[aa(0x238)]?j=!![]:j=yield Actions[aa(0x1f5)]('This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?');if(!j)throw'Aborted';const k=process[aa(0x1c6)]===aa(0x22c),l=process[aa(0x1c6)]===aa(0x223);let m=execSync(aa(0x1de)+g[aa(0x1d6)]('\x20')+aa(0x248))[aa(0x1d4)](),n=yield this[aa(0x22f)]['grep'](m,'RELEASE=');if(n['length']===0x0)throw'Network\x20error,\x20please\x20try\x20again.';let o=n[0x0][aa(0x216)](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===aa(0x207)||typeof b['version']==='string')&&(o=b['v']||b[aa(0x22d)]);let p=a30N[aa(0x1d6)](homeDir,'.meteor');if(k){const v=execSync(aa(0x1e2))['toString'](),w=yield this['fsi'][aa(0x1cf)](v,'Python')[0x0];!(w===null||w===void 0x0?void 0x0:w[aa(0x1f7)]('Python'))&&Log[aa(0x1fc)](aa(0x251));p=a30N[aa(0x1d6)](homeDir,aa(0x240),aa(0x206),aa(0x243));const x=a30N[aa(0x1d6)](homeDir,aa(0x240),aa(0x206)),y=a30N['join'](homeDir,aa(0x240),aa(0x224),'npm');var c=a30M[aa(0x1ca)](),d=c/0x400,f=d/0x400;f=Math[aa(0x24d)](f/0x4);const z=a30N[aa(0x1d6)](x,'meteor.tar.gz');let A=['-s',aa(0x1d7)+o+aa(0x1e8),aa(0x1dd),z];A=g[aa(0x23e)](A);const B=[aa(0x213),z,'-C',x,aa(0x1ce)],C=execSync(aa(0x1c7))[aa(0x1d4)]();b['debug']&&(Log[aa(0x222)]('Meteor\x20Path:\x20'+p),Log[aa(0x222)](aa(0x227)+x),Log[aa(0x222)](aa(0x20c)+y),Log['bright']('Total\x20Memory:\x20'+f),Log[aa(0x222)](aa(0x21c)),Log['bright'](aa(0x1de)+A[aa(0x1d6)]('\x20')),Log[aa(0x222)](aa(0x234)+B['join']('\x20')),Log[aa(0x222)](aa(0x21c)),Log[aa(0x222)](C));const D=F=>{return new Promise((G,H)=>{const ab=a30d;if('spoFR'!==ab(0x22e))throw'Network\x20error,\x20please\x20try\x20again.';else{const J=Log[ab(0x1fb)]();J[ab(0x24c)]('Removing\x20old\x20version\x20of\x20meteor'),a30P(p,{'force':!![]},()=>{const ac=ab;ac(0x21f)!=='oBAqE'?d(e[ac(0x250)](f)):(J['success'](),G());});}});};a30O[aa(0x1f2)](p)&&(yield D(p));yield SpawnAsync[aa(0x1fb)](aa(0x245),A,{'message':aa(0x1f9)+o});const E=a30O[aa(0x239)](z);E['size']<0x1388&&(Log['error']('Meteor\x20download\x20failed.'),a30O['unlinkSync'](z),process['exit'](0x1));yield SpawnAsync[aa(0x1fb)](aa(0x244),B,{'message':aa(0x21a)+o});try{let F=this[aa(0x22f)][aa(0x1cf)](C,aa(0x208))[0x0];if(!F){if('efwQs'!=='rhVkC'){F=this['fsi'][aa(0x1cf)](C,aa(0x1e6))[0x0];if(!F)throw aa(0x205);}else d=e['v']||f['version'];}const G=a30N[aa(0x1d6)](homeDir,aa(0x1cd),aa(0x1ef));F=F['replace'](/PATH=/,'')['replace'](/Path=/,'')[aa(0x216)](p+';',''),a30O[aa(0x212)](G,F),Log[aa(0x1e3)](aa(0x23a)+G);const H=aa(0x218)+p+';'+F+'\x22\x202>\x20nul',I='setx\x20TOOL_NODE_FLAGS\x20\x22--max-old-space-size='+f+aa(0x210);b[aa(0x232)]&&(Log['bright'](aa(0x203)+F),Log['bright'](aa(0x1cb)+H),Log['bright']('Setting\x20Node\x20Flags:\x20'+I)),execSync(H,{'stdio':aa(0x1ec)}),execSync(I,{'stdio':aa(0x1ec)});}catch(K){aa(0x1c0)===aa(0x204)?c[aa(0x1c3)](d):console[aa(0x1c3)](K);}try{const M=a30N[aa(0x1d6)](x,'meteor.tar.gz');!b[aa(0x249)]&&this[aa(0x22f)][aa(0x242)](M)&&a30P[aa(0x236)](M,{'force':!![]});}catch(N){'kRkCv'!=='kRkCv'?c(d):console[aa(0x1c3)](N);}Log[aa(0x1bf)]('Meteor\x20version\x20'+o+aa(0x1fd)),Log[aa(0x1e3)](aa(0x1e1)),Log[aa(0x1e3)](aa(0x233)),Log[aa(0x1e3)](aa(0x21d)+p+'\x22'),Log[aa(0x1e3)](aa(0x22b)),Log[aa(0x1e3)](aa(0x202));}else{if(aa(0x1fe)==='UlQUH'){if(a30O[aa(0x1f2)](p)){if(aa(0x1ff)!==aa(0x1f3))yield SpawnAsync[aa(0x1fb)]('rm',[aa(0x20d),p],{'message':aa(0x23d)});else{const Q=d[aa(0x1ea)](e,arguments);return f=null,Q;}}try{if(aa(0x1da)!==aa(0x1da))throw aa(0x22a);else{const R=l?aa(0x1d1):aa(0x20a);yield SpawnAsync[aa(0x1fb)]('curl',[...g,'-s',aa(0x1d7)+o+aa(0x24a)+R+'.tar.gz','--output',a30N['join'](homeDir,aa(0x1cc))],{'message':aa(0x1f9)+o});const S=[aa(0x213),a30N[aa(0x1d6)](homeDir,aa(0x1cc)),'-C',homeDir];yield SpawnAsync[aa(0x1fb)](aa(0x244),S,{'message':aa(0x228)+o}),a30P[aa(0x236)](a30N[aa(0x1d6)](homeDir,aa(0x1cc)),{'force':!![]});}}catch(T){console[aa(0x1c3)](T);}try{if(aa(0x1d8)!==aa(0x1db))execSync(aa(0x230)+homeDir+'/.local/bin',{'stdio':'ignore'}),execSync(aa(0x229),{'stdio':aa(0x1ec)}),execSync('printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile',{'stdio':aa(0x1ec)}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':'ignore'}),execSync(aa(0x211),{'stdio':aa(0x1ec)});else{const V=g?function(){const ad=aa;if(V){const W=q[ad(0x1ea)](r,arguments);return s=null,W;}}:function(){};return l=![],V;}}catch(V){console['error'](V);}Log[aa(0x1bf)](aa(0x201)+o+aa(0x1fd));}else try{i(j[aa(0x250)](k));}catch(X){m(X);}}}catch(X){console['error'](X),process[aa(0x21e)](0x0);}else e['error'](aa(0x20e)),f['unlinkSync'](g),h[aa(0x21e)](0x1);});});
@@ -1 +1 @@
1
- const a31z=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=parseInt(w(0x148))/0x1*(parseInt(w(0x15b))/0x2)+-parseInt(w(0x15c))/0x3*(-parseInt(w(0x153))/0x4)+parseInt(w(0x13b))/0x5+-parseInt(w(0x14e))/0x6+-parseInt(w(0x143))/0x7+-parseInt(w(0x142))/0x8+parseInt(w(0x139))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0xc8631));const a31b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a31d;if(x(0x147)===x(0x147)){if(c){const e=c[x(0x14a)](b,arguments);return c=null,e;}}else return c['toString']()[x(0x13e)]('(((.+)+)+)+$')[x(0x136)]()[x(0x141)](d)[x(0x13e)]('(((.+)+)+)+$');}:function(){};return a=![],d;};}()),a31a=a31b(this,function(){const y=a31d;return a31a[y(0x136)]()[y(0x13e)](y(0x154))[y(0x136)]()[y(0x141)](a31a)[y(0x13e)](y(0x154));});function a31c(){const B=['closure','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/node_modules','toString','stop','join','12964626OsLkci','docs','7309635TjBsze','KqAYW','aTUTA','search','jsdoc','maka\x20jsdoc','constructor','12133664mfWRdz','8643880VpioxY','ofvzi','maka\x20jsdoc\x20--init','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','dWjZx','1VHAvBy','pathFromProject','apply','stringify','app/private','\x0a[+]\x20Documentation\x20written\x20to\x20','8197038prTock','fsi','config','app/packages','utf-8','51372rvXCkO','(((.+)+)+)+$','sep','logWithSpinner','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','app/public','inherit','.+\x5c.(j|t)s(doc|x)?$','3121748yiwHmM','111PZQGah','logError','Running\x20','writeFileSync','\x20-c\x20'];a31c=function(){return B;};return a31c();}a31a();import a31u from'path';import a31v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x135;let f=c[d];return f;},a31d(a,b);}Command['create']({'name':a31z(0x13f),'usage':a31z(0x140),'mustBeInMakaProject':!![],'description':a31z(0x146),'examples':[a31z(0x145),a31z(0x140)]},function(a){const A=a31z;let b=a31u[A(0x138)](this['fsi'][A(0x149)]({}),A(0x13a)+a31u[A(0x155)]),c=a31u['join'](this[A(0x14f)]['pathFromProject']({}),A(0x150),'jsdoc-config.json'),d=this[A(0x14f)][A(0x149)]({}),f=A(0x13f);if(!this['isFile'](c)){let h={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',A(0x161)]},'source':{'includePattern':A(0x15a),'excludePattern':A(0x162),'exclude':['app/packages',A(0x135),A(0x158),A(0x14c)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0x152)}};a31v[A(0x15f)](c,JSON[A(0x14b)](h,null,0x4));}let g=this[A(0x156)](A(0x15e)+f);try{if(A(0x144)!==A(0x144)){const j=g?function(){if(j){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],j;}else{let j=f+A(0x160)+c+'\x20-r\x20app'+a31u[A(0x155)]+'\x20-d\x20'+b;execSync(j,{'cwd':d,'stdio':A(0x159)}),this['logNotice'](A(0x14d)+b);}}catch(k){this[A(0x15d)](k),this[A(0x15d)](A(0x157));}finally{if(A(0x13c)!==A(0x13d))g[A(0x137)]();else{let m={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',A(0x161)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[A(0x151),A(0x135),'app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0x152)}};d['writeFileSync'](e,f[A(0x14b)](m,null,0x4));}}});
1
+ const a31z=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=-parseInt(w(0xbc))/0x1*(parseInt(w(0xd8))/0x2)+parseInt(w(0xe4))/0x3*(parseInt(w(0xde))/0x4)+parseInt(w(0xd7))/0x5+-parseInt(w(0xd3))/0x6*(-parseInt(w(0xe3))/0x7)+-parseInt(w(0xd4))/0x8+-parseInt(w(0xe6))/0x9+parseInt(w(0xb8))/0xa*(parseInt(w(0xbe))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x93f46));const a31b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a31d;if(x(0xb9)!==x(0xb9)){let f=h+x(0xc2)+i+'\x20-r\x20app'+j[x(0xdb)]+'\x20-d\x20'+k;l(f,{'cwd':m,'stdio':'inherit'}),this[x(0xd1)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+n);}else{if(c){const f=c[x(0xd9)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a31a=a31b(this,function(){const y=a31d;return a31a[y(0xda)]()[y(0xba)](y(0xc5))[y(0xda)]()[y(0xc0)](a31a)[y(0xba)]('(((.+)+)+)+$');});a31a();import a31u from'path';function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0xb7;let f=c[d];return f;},a31d(a,b);}import a31v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a31z(0xcc)]({'name':a31z(0xcd),'usage':a31z(0xc4),'mustBeInMakaProject':!![],'description':a31z(0xdc),'examples':[a31z(0xc8),a31z(0xc4)]},function(a){const A=a31z;let b=a31u['join'](this[A(0xc7)]['pathFromProject']({}),A(0xe2)+a31u[A(0xdb)]),c=a31u['join'](this['fsi']['pathFromProject']({}),A(0xd0),A(0xbf)),d=this[A(0xc7)]['pathFromProject']({}),f='jsdoc';if(!this[A(0xce)](c)){let h={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',A(0xd6)]},'source':{'includePattern':A(0xd2),'excludePattern':A(0xbb),'exclude':[A(0xbd),A(0xc3),A(0xc6),A(0xdd)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0xe1)}};a31v['writeFileSync'](c,JSON[A(0xb7)](h,null,0x4));}let g=this[A(0xcf)](A(0xca)+f);try{let i=f+A(0xc2)+c+A(0xc9)+a31u[A(0xdb)]+'\x20-d\x20'+b;execSync(i,{'cwd':d,'stdio':A(0xc1)}),this[A(0xd1)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+b);}catch(j){A(0xcb)===A(0xcb)?(this['logError'](j),this[A(0xe5)](A(0xe0))):(this['logError'](b),this[A(0xe5)](A(0xe0)));}finally{A(0xdf)==='GFUxQ'?b[A(0xd5)]():g['stop']();}});function a31c(){const B=['91680VqRxPv','6347424LeYkVW','stop','closure','115000GcuzFd','1014998Vntpyy','apply','toString','sep','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','app/private','124KipRoM','IIsyG','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','utf-8','docs','350wFzqGn','79368hLnRXb','logError','8684595ORecJy','stringify','2410GKwJZU','Dxcuj','search','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','1vsPSbq','app/packages','57728ctqIUK','jsdoc-config.json','constructor','inherit','\x20-c\x20','app/node_modules','maka\x20jsdoc','(((.+)+)+)+$','app/public','fsi','maka\x20jsdoc\x20--init','\x20-r\x20app','Running\x20','aveCa','create','jsdoc','isFile','logWithSpinner','config','logNotice','.+\x5c.(j|t)s(doc|x)?$'];a31c=function(){return B;};return a31c();}
@@ -1 +1 @@
1
- const a32L=a32d;function a32d(a,b){const c=a32c();return a32d=function(d,e){d=d-0x17e;let f=c[d];return f;},a32d(a,b);}(function(a,b){const F=a32d,c=a();while(!![]){try{const d=-parseInt(F(0x197))/0x1+parseInt(F(0x1b4))/0x2*(-parseInt(F(0x1cc))/0x3)+parseInt(F(0x1bc))/0x4*(parseInt(F(0x17e))/0x5)+-parseInt(F(0x1d3))/0x6*(-parseInt(F(0x1b5))/0x7)+parseInt(F(0x1b3))/0x8+-parseInt(F(0x1c7))/0x9+parseInt(F(0x18d))/0xa*(-parseInt(F(0x1d1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x8b228));const a32b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a32d;if(c){if('ywapX'===G(0x1cf))c(d);else{const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){const H=a32d;return a32a['toString']()[H(0x190)](H(0x1b9))[H(0x19d)]()['constructor'](a32a)[H(0x190)](H(0x1b9));});a32a();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){function h(k){const I=a32d;try{j(d[I(0x182)](k));}catch(l){I(0x1c0)!==I(0x1a6)?g(l):d[I(0x1c8)](l,{'cert':f});}}function i(k){const J=a32d;if('OJLMn'!=='TjqXA')try{j(d[J(0x1aa)](k));}catch(l){if('zvsbm'!==J(0x1a4)){const n={'token':f,'hash':g};h[J(0x196)]&&k[J(0x1c8)](n,{'cert':l}),this[J(0x1ad)][J(0x1c5)]({'config':n});}else g(l);}else return c['toString']()[J(0x190)](J(0x1b9))[J(0x19d)]()[J(0x1bd)](d)[J(0x190)](J(0x1b9));}function j(k){const K=a32d;if(K(0x19c)===K(0x1c2))throw b;else k[K(0x1c3)]?f(k[K(0x17f)]):e(k[K(0x17f)])[K(0x1b7)](h,i);}j((d=d['apply'](a,b||[]))['next']());});};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';function a32c(){const N=['CeNBV','11ATGPxe','zlvUk','222ZHadsh','555JfYZxb','value','post','create','next','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','password','apply','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','get','update','TtVPm','toHex','vxAKA','cert','1758890fwLGEr','IncDD','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','search','fRBQv','isFile','ZCPJV','getGlobalConfig','Email:','cacert','214464NLRmTF','success','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','ask','WDwRb','fMCGU','toString','TIMEOUT','header','clqPA','Logging\x20in','email','https://www.maka-cli.com/api/v1/encodeJwt','zvsbm','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','npUfW','KVNjI','withSpinner','fnkkZ','throw','MPBDp','notice','fsi','www.maka-cli.com','/api/v1/login','uJuSS','start','aTNDF','8216368ezhKhG','30eLlUiv','137207zPAwDF','error','then','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','(((.+)+)+)+$','maka\x20login','failure','35404YPYfbk','constructor','debug','HrCEB','ONlJj','cqWXK','DyCFH','done','YVvww','setGlobalConfig','help','6556500FnfXqC','assign','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','DrtbN','authToken','209199lWiAZF','Password:\x20','login','YQams'];a32c=function(){return N;};return a32c();}import{HTTPS}from'../tools/https/https.class.js';Command[a32L(0x181)]({'name':a32L(0x1ce),'validOpts':[a32L(0x1a2),'password',a32L(0x1c6),'cacert',a32L(0x1be)],'usage':a32L(0x1ba),'maxArgLength':0x2,'description':a32L(0x1b8),'examples':[a32L(0x1ba),a32L(0x183)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const M=a32d;if(M(0x18e)==='wQXMU'){b[M(0x1bb)]('\x0a');throw M(0x186);}else{let d=Log[M(0x1a8)]();try{if(M(0x191)===M(0x191)){let f='';if(b[M(0x196)]){if(M(0x1ca)==='Zdwxz'){if(e){const r=i[M(0x185)](j,arguments);return k=null,r;}}else this[M(0x1ad)][M(0x192)](b[M(0x196)])?M(0x18b)===M(0x1c1)?d(e['next'](f)):(f=b['cacert'],Log[M(0x1ac)]('Using\x20CA\x20Cert\x20'+f)):'rFwdt'!==M(0x1a0)?Log[M(0x1b6)](M(0x18f)+f):(e['failure'](),f[M(0x1b6)](g),h['exit'](0x0));}const g=this['fsi'][M(0x194)]();if(g['cert']){if(M(0x1d0)!==M(0x1d2)){if(this[M(0x1ad)][M(0x192)](g[M(0x18c)])){if(M(0x193)==='gMAFj')try{i(j[M(0x182)](k));}catch(u){m(u);}else f=g[M(0x18c)];}else{if(M(0x189)!==M(0x189)){b[M(0x1bb)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}else{Log[M(0x1b6)](M(0x1a5)+f);return;}}}else{c[M(0x1b6)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[M(0x19f)]('Logging\x20into\x20https://www.maka-cli.com');const h={'url':'https://www.maka-cli.com/api/v1/status'};b[M(0x196)]&&Object[M(0x1c8)](h,{'cert':f});d['start']('Preflight\x20Check');const i=yield HTTPS[M(0x187)](h);if(i===M(0x19e)){if(M(0x1c4)==='MHrjN')c['error'](M(0x18f)+d);else{d[M(0x1bb)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}}d[M(0x198)]();let j=b[M(0x1a2)]?b[M(0x1a2)]:yield Actions[M(0x19a)](M(0x195)),k=b[M(0x184)]?b[M(0x184)]:yield Actions['ask'](M(0x1cd),!![]);if(i!==':D'){if(M(0x1bf)!==M(0x1b2))throw M(0x199);else c=d[M(0x18c)];}const l=a32u['md']['sha256'][M(0x181)]();l[M(0x188)](k);const m=l['digest']()[M(0x18a)](),n={'hostname':M(0x1ae),'path':M(0x1af),'data':{'email':j,'password':m,'hashed':!![]}};b[M(0x196)]&&Object[M(0x1c8)](n,{'cert':f});d[M(0x1b1)](M(0x1a1));const o=yield HTTPS[M(0x180)](n);if(o==='TIMEOUT'){if('XJCdK'===M(0x1ab))d[M(0x1c8)](e,{'cert':f});else{d[M(0x1bb)]('\x0a');throw M(0x186);}}let p=null;if(o[M(0x1cb)]){if(M(0x1a7)===M(0x1a9))c(d);else{const A={'url':M(0x1a3),'headers':{'x-auth-token':o[M(0x1cb)]}};b['cacert']&&Object[M(0x1c8)](A,{'cert':f});p=yield HTTPS['get'](A);if(p==='TIMEOUT'){d[M(0x1bb)]('\x0a');throw M(0x186);}}}else{if(M(0x19b)===M(0x1b0))return f instanceof g?h:new i(function(C){C(k);});else throw o;}if(p){const C={'token':o,'hash':p};b[M(0x196)]&&Object['assign'](C,{'cert':f}),this[M(0x1ad)]['setGlobalConfig']({'config':C});}d['success']();}else{b[M(0x1bb)]();throw M(0x1c9);}}catch(E){d[M(0x1bb)](),console[M(0x1b6)](E),process['exit'](0x0);}}});});
1
+ function a32c(){const G=['debug','post','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','throw','ubbTg','cacert','fsi','www.maka-cli.com','xxpYp','sha256','(((.+)+)+)+$','start','done','Logging\x20in','getGlobalConfig','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','digest','zehBz','value','password','7164930pbTogi','__awaiter','error','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','assign','CUXed','failure','TIMEOUT','8874691YGkvvA','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','create','AGvBA','toHex','16181550rqjHLv','success','get','/api/v1/login','Logging\x20into\x20https://www.maka-cli.com','taBpH','oFYBD','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','https://www.maka-cli.com/api/v1/status','1686378sAdigz','Using\x20CA\x20Cert\x20','5slKDLA','isFile','2280700tDhJpa','authToken','apply','cryna','hIWuE','withSpinner','6179936KnzvFz','header','maka\x20login','ask','constructor','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','toString','cert','next','32VzCLEc','Password:\x20','email','update','5469981zhujxe','setGlobalConfig'];a32c=function(){return G;};return a32c();}const a32A=a32d;(function(a,b){const x=a32d,c=a();while(!![]){try{const d=-parseInt(x(0xa9))/0x1+-parseInt(x(0xad))/0x2+-parseInt(x(0x7c))/0x3+-parseInt(x(0xb3))/0x4+-parseInt(x(0xab))/0x5*(-parseInt(x(0x92))/0x6)+-parseInt(x(0x9a))/0x7+-parseInt(x(0x78))/0x8*(-parseInt(x(0xa0))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0xe15df));function a32d(a,b){const c=a32c();return a32d=function(d,e){d=d-0x71;let f=c[d];return f;},a32d(a,b);}const a32b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a32d;if(c){if(y(0xb1)===y(0xb1)){const e=c[y(0xaf)](b,arguments);return c=null,e;}else{if(e){const g=i[y(0xaf)](j,arguments);return k=null,g;}}}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){const z=a32d;return a32a['toString']()[z(0x9b)](z(0x88))['toString']()[z(0x73)](a32a)[z(0x9b)](z(0x88));});a32a();var __awaiter=this&&this[a32A(0x93)]||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=a32d;function h(k){const B=a32d;try{j(d[B(0x77)](k));}catch(l){if(B(0xb0)===B(0xa6))try{i(j[B(0x77)](k));}catch(o){m(o);}else g(l);}}function i(k){const C=a32d;try{if(C(0x86)===C(0x86))j(d[C(0x81)](k));else{const n={'token':f,'hash':g};h[C(0x83)]&&k[C(0x96)](n,{'cert':l}),this[C(0x84)][C(0x7d)]({'config':n});}}catch(m){g(m);}}function j(k){const D=a32d;k[D(0x8a)]?f(k[D(0x90)]):e(k['value'])['then'](h,i);}j((d=d[E(0xaf)](a,b||[]))[E(0x77)]());});};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';Command[a32A(0x9d)]({'name':'login','validOpts':[a32A(0x7a),a32A(0x91),'help',a32A(0x83),a32A(0x7e)],'usage':'maka\x20login','maxArgLength':0x2,'description':a32A(0x80),'examples':[a32A(0x71),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a32d;let c=Log[F(0xb2)]();try{if(F(0xa5)!==F(0xa5))e[F(0x98)](),f[F(0x94)](g),h['exit'](0x0);else{let f='';b[F(0x83)]&&(this['fsi'][F(0xac)](b[F(0x83)])?'OiMYt'!=='OiMYt'?c[F(0x94)](F(0x8d)+d):(f=b[F(0x83)],Log['notice'](F(0xaa)+f)):Log[F(0x94)](F(0x8d)+f));const g=this[F(0x84)][F(0x8c)]();if(g['cert']){if(this[F(0x84)][F(0xac)](g[F(0x76)])){if(F(0x8f)!==F(0x8f))return c[F(0x75)]()[F(0x9b)](F(0x88))[F(0x75)]()[F(0x73)](d)[F(0x9b)](F(0x88));else f=g[F(0x76)];}else{Log[F(0x94)](F(0x74)+f);return;}}Log[F(0xb4)](F(0xa4));const h={'url':F(0xa8)};b['cacert']&&Object['assign'](h,{'cert':f});c[F(0x89)]('Preflight\x20Check');const i=yield HTTPS[F(0xa2)](h);if(i==='TIMEOUT'){c['failure']();throw F(0x9c);}c[F(0xa1)]();let j=b[F(0x7a)]?b[F(0x7a)]:yield Actions['ask']('Email:'),k=b[F(0x91)]?b['password']:yield Actions[F(0x72)](F(0x79),!![]);if(i!==':D')throw F(0x95);const l=a32u['md'][F(0x87)][F(0x9d)]();l[F(0x7b)](k);const m=l[F(0x8e)]()[F(0x9f)](),n={'hostname':F(0x85),'path':F(0xa3),'data':{'email':j,'password':m,'hashed':!![]}};b[F(0x83)]&&(F(0x9e)!==F(0x82)?Object[F(0x96)](n,{'cert':f}):c(d));c[F(0x89)](F(0x8b));const o=yield HTTPS[F(0x7f)](n);if(o===F(0x99)){c['failure']('\x0a');throw F(0xa7);}let p=null;if(o[F(0xae)]){const t={'url':'https://www.maka-cli.com/api/v1/encodeJwt','headers':{'x-auth-token':o[F(0xae)]}};b[F(0x83)]&&Object[F(0x96)](t,{'cert':f});p=yield HTTPS[F(0xa2)](t);if(p==='TIMEOUT'){if(F(0x97)==='qxwmi'){const v=d[F(0xaf)](e,arguments);return f=null,v;}else{c[F(0x98)]('\x0a');throw F(0xa7);}}}else throw o;if(p){const v={'token':o,'hash':p};b[F(0x83)]&&Object[F(0x96)](v,{'cert':f}),this[F(0x84)][F(0x7d)]({'config':v});}c[F(0xa1)]();}}catch(w){c[F(0x98)](),console[F(0x94)](w),process['exit'](0x0);}});});
@@ -1 +1 @@
1
- const a33y=a33d;function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x1b4;let f=c[d];return f;},a33d(a,b);}(function(a,b){const v=a33d,c=a();while(!![]){try{const d=parseInt(v(0x1ef))/0x1+parseInt(v(0x1c1))/0x2+parseInt(v(0x1c0))/0x3*(-parseInt(v(0x1d6))/0x4)+-parseInt(v(0x1d4))/0x5*(parseInt(v(0x1c6))/0x6)+-parseInt(v(0x1c8))/0x7*(-parseInt(v(0x1c3))/0x8)+-parseInt(v(0x1b8))/0x9+parseInt(v(0x1b7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0xcabeb));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a33d;if(c){if(w(0x1e3)!==w(0x1e3))c[w(0x1e9)](w(0x1c5)+d);else{const f=c[w(0x1cb)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const x=a33d;return a33a[x(0x1ec)]()['search'](x(0x1e4))['toString']()['constructor'](a33a)['search'](x(0x1e4));});a33a();var __awaiter=this&&this[a33y(0x1bc)]||function(a,b,c,d){function e(f){const z=a33d;if(z(0x1d0)===z(0x1d0))return f instanceof c?f:new c(function(g){g(f);});else h[z(0x1cd)]?i(j[z(0x1d2)]):k(l[z(0x1d2)])[z(0x1db)](m,n);}return new(c||(c=Promise))(function(f,g){const E=a33d;function h(k){const A=a33d;if(A(0x1bd)===A(0x1bd))try{if(A(0x1bf)==='SXSWf'){const m=d[A(0x1cb)](e,arguments);return f=null,m;}else j(d[A(0x1d5)](k));}catch(m){if('fRfEg'!==A(0x1d8)){const o=g?function(){const B=A;if(o){const u=q[B(0x1cb)](r,arguments);return s=null,u;}}:function(){};return l=![],o;}else g(m);}else{b[A(0x1e0)]();throw A(0x1d7);}}function i(k){const C=a33d;if(C(0x1c4)==='NrbSq')e=f[C(0x1c9)],g[C(0x1d3)](C(0x1ee)+h);else try{j(d['throw'](k));}catch(m){g(m);}}function j(k){const D=a33d;k['done']?f(k[D(0x1d2)]):e(k[D(0x1d2)])[D(0x1db)](h,i);}j((d=d['apply'](a,b||[]))[E(0x1d5)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';Command[a33y(0x1dd)]({'name':a33y(0x1e6),'validOpts':[a33y(0x1c9)],'usage':a33y(0x1e7),'maxArgLength':0x2,'description':a33y(0x1d9),'examples':[a33y(0x1e7)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const F=a33d;if('YjJCM'===F(0x1ca)){let d=Log[F(0x1cf)]();try{let f='';b[F(0x1c9)]&&(F(0x1dc)===F(0x1dc)?this[F(0x1bb)]['isFile'](b[F(0x1c9)])?(f=b[F(0x1c9)],Log['notice'](F(0x1ee)+f)):Log['error'](F(0x1c5)+f):this['fsi']['isFile'](h[F(0x1c9)])?(o=p[F(0x1c9)],q[F(0x1d3)](F(0x1ee)+r)):s['error'](F(0x1c5)+t));const g=yield this[F(0x1bb)]['getGlobalConfig']();if(g[F(0x1ed)]){if(this[F(0x1bb)][F(0x1eb)](g['cert']))f=g['cert'];else{d['failure']();throw Log['error'](F(0x1e8)+f);}}Log['header'](F(0x1d1));const h={'url':'https://www.maka-cli.com/api/v1/status'};b['cacert']&&Object['assign'](h,{'cert':f});d[F(0x1df)](F(0x1e1));const i=yield HTTPS[F(0x1b9)](h);if(i==='TIMEOUT'){d['failure']();throw F(0x1c2);}d['success']();if(i!==':D'){if('fPQVy'!==F(0x1b6)){d[F(0x1e0)]();throw F(0x1d7);}else c(d);}if(!((c=g===null||g===void 0x0?void 0x0:g[F(0x1ce)])===null||c===void 0x0?void 0x0:c[F(0x1de)])){if('jxwBZ'!=='jxwBZ'){b[F(0x1e0)]('\x0a');throw F(0x1c2);}else throw Log['error']('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');}d[F(0x1df)](F(0x1b4));const j={'hostname':F(0x1ba),'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':g[F(0x1ce)][F(0x1de)]}};b[F(0x1c9)]&&Object[F(0x1c7)](j,{'cert':f});const k=yield HTTPS[F(0x1e2)](j);if(k===F(0x1cc)){d[F(0x1e0)]('\x0a');throw F(0x1c2);}this[F(0x1bb)][F(0x1da)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),d[F(0x1be)]();}catch(o){if('kACSR'===F(0x1b5))d['assign'](o,{'cert':f});else{if(o){if('LUaWb'!==F(0x1e5))console[F(0x1e9)](o);else{if(this[F(0x1bb)][F(0x1eb)](g[F(0x1ed)]))m=n[F(0x1ed)];else{o['failure']();throw p[F(0x1e9)](F(0x1e8)+q);}}}process[F(0x1ea)](0x0);}}}else e&&i[F(0x1e9)](j),h[F(0x1ea)](0x0);});});function a33c(){const G=['authToken','start','failure','Preflight\x20Check','post','nQNzD','(((.+)+)+)+$','nViZC','logout','maka\x20logout','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','exit','isFile','toString','cert','Using\x20CA\x20Cert\x20','734403WfFsBB','Logging\x20out','zmYsX','BYRHJ','20042420MCoJNb','12230559oSnFLR','get','www.maka-cli.com','fsi','__awaiter','LUQIO','success','BgPoy','121242TsVnQC','72042SSMvPp','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','8vjGAgw','qWlPP','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','2686614inpDBS','assign','3846745SsMCGz','cacert','YjJCM','apply','TIMEOUT','done','token','withSpinner','mRzEq','Logging\x20out\x20of\x20https://www.maka-cli.com','value','notice','5RSlXvN','next','68kkYsdq','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','fRfEg','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','setGlobalConfig','then','LRJSk','create'];a33c=function(){return G;};return a33c();}
1
+ const a33x=a33d;(function(a,b){const u=a33d,c=a();while(!![]){try{const d=-parseInt(u(0xb4))/0x1+-parseInt(u(0xa5))/0x2*(-parseInt(u(0xbf))/0x3)+-parseInt(u(0xde))/0x4+parseInt(u(0xe1))/0x5+-parseInt(u(0xc7))/0x6*(-parseInt(u(0xa6))/0x7)+parseInt(u(0xcb))/0x8+parseInt(u(0xb2))/0x9*(-parseInt(u(0xc0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x98523));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a33d;if(c){const e=c[v(0xe2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const w=a33d;return a33a[w(0xc8)]()[w(0xc2)](w(0xd8))[w(0xc8)]()['constructor'](a33a)['search']('(((.+)+)+)+$');});a33a();function a33c(){const E=['search','Preflight\x20Check','start','kwCRm','setGlobalConfig','192rgUMOL','toString','eFqhD','header','9378768aKHooz','www.maka-cli.com','gVMOT','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','dYzGd','next','RrvRh','value','isFile','cacert','__awaiter','OpTcs','(((.+)+)+)+$','success','fsi','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','error','Logging\x20out\x20of\x20https://www.maka-cli.com','1709036xklrLT','NSnzd','eDUSE','3662820TCKLIM','apply','throw','7518jyQtaO','264271Bnsiev','TIMEOUT','assign','YQnlV','mwfIF','constructor','then','token','MesrS','TukHe','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','getGlobalConfig','12734595RWoEya','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','438569hqKIPE','withSpinner','failure','authToken','post','Using\x20CA\x20Cert\x20','notice','create','CMfAQ','logout','maka\x20logout','963Vmsygf','20qCFJLv','cert'];a33c=function(){return E;};return a33c();}var __awaiter=this&&this[a33x(0xd6)]||function(a,b,c,d){function e(f){const y=a33d;if(y(0xcd)!==y(0xaa))return f instanceof c?f:new c(function(g){g(f);});else d['assign'](e,{'cert':f});}return new(c||(c=Promise))(function(f,g){const C=a33d;function h(k){const z=a33d;try{j(d[z(0xd1)](k));}catch(l){if(z(0xae)===z(0xae))g(l);else{const n=d[z(0xe2)](l,arguments);return f=null,n;}}}function i(k){const A=a33d;if(A(0xaf)!==A(0xaf)){d[A(0xb6)]();throw e[A(0xdc)](A(0xdb)+f);}else try{if(A(0xd0)!==A(0xd0))try{i(j[A(0xd1)](k));}catch(o){m(o);}else j(d[A(0xe3)](k));}catch(n){g(n);}}function j(k){const B=a33d;if(B(0xd2)!==B(0xd2))return c['toString']()['search'](B(0xd8))['toString']()[B(0xab)](d)[B(0xc2)]('(((.+)+)+)+$');else k['done']?f(k[B(0xd3)]):e(k[B(0xd3)])[B(0xac)](h,i);}j((d=d['apply'](a,b||[]))[C(0xd1)]());});};function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0xa5;let f=c[d];return f;},a33d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';Command[a33x(0xbb)]({'name':a33x(0xbd),'validOpts':['cacert'],'usage':a33x(0xbe),'maxArgLength':0x2,'description':a33x(0xb3),'examples':[a33x(0xbe)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const D=a33d;let d=Log[D(0xb5)]();try{if(D(0xc5)===D(0xe0))c(d);else{let g='';if(b['cacert']){if(D(0xd7)!=='OpTcs'){b[D(0xb6)]('\x0a');throw D(0xcf);}else this[D(0xda)][D(0xd4)](b[D(0xd5)])?(g=b['cacert'],Log[D(0xba)]('Using\x20CA\x20Cert\x20'+g)):Log['error'](D(0xce)+g);}const h=yield this['fsi'][D(0xb1)]();if(h[D(0xc1)]){if('NSnzd'===D(0xdf)){if(this[D(0xda)][D(0xd4)](h[D(0xc1)]))g=h['cert'];else{d[D(0xb6)]();throw Log[D(0xdc)](D(0xdb)+g);}}else c(d);}Log[D(0xca)](D(0xdd));const i={'url':'https://www.maka-cli.com/api/v1/status'};b[D(0xd5)]&&(D(0xc9)!==D(0xbc)?Object[D(0xa8)](i,{'cert':g}):(e=f[D(0xd5)],g[D(0xba)](D(0xb9)+h)));d[D(0xc4)](D(0xc3));const j=yield HTTPS['get'](i);if(j==='TIMEOUT'){d[D(0xb6)]();throw D(0xcf);}d[D(0xd9)]();if(j!==':D'){if(D(0xa9)==='YQnlV'){d['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';}else return f instanceof g?h:new i(function(q){q(k);});}if(!((c=h===null||h===void 0x0?void 0x0:h['token'])===null||c===void 0x0?void 0x0:c[D(0xb7)]))throw Log[D(0xdc)](D(0xb0));d[D(0xc4)]('Logging\x20out');const k={'hostname':D(0xcc),'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':h[D(0xad)][D(0xb7)]}};b[D(0xd5)]&&Object[D(0xa8)](k,{'cert':g});const l=yield HTTPS[D(0xb8)](k);if(l===D(0xa7)){d[D(0xb6)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this['fsi'][D(0xc6)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),d[D(0xd9)]();}}catch(q){q&&console[D(0xdc)](q),process['exit'](0x0);}});});
@@ -1 +1 @@
1
- const a34F=a34d;function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xa5;let f=c[d];return f;},a34d(a,b);}(function(a,b){const A=a34d,c=a();while(!![]){try{const d=-parseInt(A(0xaa))/0x1*(-parseInt(A(0xbc))/0x2)+-parseInt(A(0xbf))/0x3+parseInt(A(0xab))/0x4*(parseInt(A(0xaf))/0x5)+parseInt(A(0xa5))/0x6*(parseInt(A(0xc0))/0x7)+parseInt(A(0xba))/0x8*(parseInt(A(0xc2))/0x9)+-parseInt(A(0xb3))/0xa+-parseInt(A(0xae))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x6a8ff));const a34b=(function(){let a=!![];return function(b,c){const B=a34d;if(B(0xb8)!==B(0xb9)){const d=a?function(){const C=B;if('vflSk'!==C(0xb6))return c[C(0xa6)]()[C(0xc1)]('(((.+)+)+)+$')[C(0xa6)]()[C(0xbe)](d)[C(0xc1)]('(((.+)+)+)+$');else{if(c){if('NSehO'!==C(0xb7)){const f=c[C(0xb2)](b,arguments);return c=null,f;}else{const h=d[C(0xb2)](e,arguments);return f=null,h;}}}}:function(){};return a=![],d;}else{const f=g?function(){const D=B;if(f){const u=q[D(0xb2)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}};}()),a34a=a34b(this,function(){const E=a34d;return a34a['toString']()[E(0xc1)]('(((.+)+)+)+$')['toString']()['constructor'](a34a)[E(0xc1)](E(0xa8));});a34a();import a34y from'fs';import a34z from'path';function a34c(){const H=['30709APCWSx','search','63ZUnZsH','View\x20the\x20PM2\x20logs','maka\x20logs\x20--env\x20staging','294tySrAT','toString','assign','(((.+)+)+)+$','TCPry','1822ttiBaA','1739936sfSkFN','maka\x20logs\x20--env\x20prod','pm2\x20logs','11960850yeopeC','5IkoLgn','env','readFileSync','apply','2723440iCypGr','create','parse','vflSk','eISnK','DzLpA','cPQmJ','905848lTrYRS','fsi','898PDyGAp','log','constructor','1393407TqloSC'];a34c=function(){return H;};return a34c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a34F(0xb4)]({'name':'logs','aliases':['l',a34F(0xbd)],'usage':a34F(0xac),'requiredOpts':[a34F(0xb0)],'mustBeInMakaProject':!![],'validOpts':['help'],'description':a34F(0xc3),'examples':['maka\x20logs\x20--env\x20dev',a34F(0xc4),'maka\x20l\x20-e\x20p']},function(a,b){const G=a34F;try{const c=G(0xad),d=this[G(0xbb)]['getConfigPath'](b['env']),f=a34z['join'](d,'ssh.json'),g=a34y[G(0xb1)](f),h=JSON[G(0xb5)](g['toString']());Object[G(0xa7)](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){if('lGriN'!==G(0xa9))throw i;else{if(i){const k=i['apply'](j,arguments);return k=null,k;}}}});
1
+ const a34D=a34d;(function(a,b){const A=a34d,c=a();while(!![]){try{const d=parseInt(A(0xb9))/0x1+parseInt(A(0xa6))/0x2+-parseInt(A(0xb7))/0x3*(-parseInt(A(0xae))/0x4)+-parseInt(A(0xac))/0x5+parseInt(A(0xc3))/0x6+-parseInt(A(0xc1))/0x7*(-parseInt(A(0xb2))/0x8)+-parseInt(A(0xc2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x46e27));function a34c(){const F=['constructor','log','ssh.json','env','537330zuePrC','assign','51503wEFejA','View\x20the\x20PM2\x20logs','search','maka\x20logs\x20--env\x20dev','create','getConfigPath','apply','help','17675TjdIRi','5970348TUIKUP','400440FBTNvs','800740hcsmMx','readFileSync','maka\x20l\x20-e\x20p','logs','pm2\x20logs','join','183715puaNMr','toString','8VDlvzl','maka\x20logs\x20--env\x20prod','maka\x20logs\x20--env\x20staging','fsi','360MtlCUh'];a34c=function(){return F;};return a34c();}const a34b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a34d;if(c){const e=c[B(0xbf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a34a=a34b(this,function(){const C=a34d;return a34a[C(0xad)]()[C(0xbb)]('(((.+)+)+)+$')[C(0xad)]()[C(0xb3)](a34a)[C(0xbb)]('(((.+)+)+)+$');});a34a();import a34y from'fs';import a34z from'path';import{Command}from'../command.js';function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xa6;let f=c[d];return f;},a34d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a34D(0xbd)]({'name':a34D(0xa9),'aliases':['l',a34D(0xb4)],'usage':a34D(0xaf),'requiredOpts':[a34D(0xb6)],'mustBeInMakaProject':!![],'validOpts':[a34D(0xc0)],'description':a34D(0xba),'examples':[a34D(0xbc),a34D(0xb0),a34D(0xa8)]},function(a,b){const E=a34D;try{const c=E(0xaa),d=this[E(0xb1)][E(0xbe)](b[E(0xb6)]),f=a34z[E(0xab)](d,E(0xb5)),g=a34y[E(0xa7)](f),h=JSON['parse'](g['toString']());Object[E(0xb8)](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){throw i;}});
@@ -1 +1 @@
1
- const a35w=a35d;(function(a,b){const u=a35d,c=a();while(!![]){try{const d=parseInt(u(0x14d))/0x1*(-parseInt(u(0x159))/0x2)+-parseInt(u(0x156))/0x3+parseInt(u(0x15b))/0x4+-parseInt(u(0x143))/0x5*(parseInt(u(0x15d))/0x6)+-parseInt(u(0x13f))/0x7*(parseInt(u(0x14e))/0x8)+-parseInt(u(0x147))/0x9+-parseInt(u(0x14f))/0xa*(-parseInt(u(0x154))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x1b972));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(0x155)]()[v(0x148)](v(0x15c))['toString']()[v(0x149)](a35a)[v(0x148)](v(0x15c));});function a35c(){const C=['462231VohRWk','runSubCommand','maybeProxyCommandToMeteor','then','14925zxWiCQ','apply','YIicq','CYhDq','378081EFqIgE','search','constructor','maka\x20run','error','__awaiter','11OnZOji','24vTdWkz','30MovrGp','maka\x20<command>\x20[<args>]\x20[<opts>]','next','findSubCommand','maka','1540946YtqDQk','toString','240111Hyxxar','maka\x20install\x20meteor','throw','16778QcDNcc','done','599804ylkAnr','(((.+)+)+)+$','90XIUNXd','SpDQS','A\x20command\x20line\x20scaffolding\x20and\x20DevOpts\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','slice'];a35c=function(){return C;};return a35c();}a35a();var __awaiter=this&&this[a35w(0x14c)]||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 A=a35d;function h(k){const x=a35d;try{if('kyJCh'!==x(0x15e))j(d[x(0x151)](k));else try{i(j[x(0x158)](k));}catch(m){m(m);}}catch(m){g(m);}}function i(k){const y=a35d;if(y(0x145)===y(0x145))try{j(d[y(0x158)](k));}catch(l){g(l);}else{if(e){const n=i[y(0x144)](j,arguments);return k=null,n;}}}function j(k){const z=a35d;k[z(0x15a)]?f(k['value']):e(k['value'])[z(0x142)](h,i);}j((d=d[A(0x144)](a,b||[]))['next']());});};function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x13e;let f=c[d];return f;},a35d(a,b);}import{Command}from'../command.js';const Maka=new Command({'name':a35w(0x153),'minArgLength':0x1,'description':a35w(0x15f),'usage':a35w(0x150),'examples':[a35w(0x157),'maka\x20create\x20Todo',a35w(0x14a)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const B=a35d;try{const c=a[0x0],d=this[B(0x152)](c);d?this[B(0x140)](c,a[B(0x13e)](0x1),b):this['fsi'][B(0x141)]();}catch(f){B(0x146)!==B(0x146)?c(d):(console[B(0x14b)](f),process['exit'](0x0));}});});export default Maka;
1
+ function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x11d;let f=c[d];return f;},a35d(a,b);}const a35y=a35d;(function(a,b){const u=a35d,c=a();while(!![]){try{const d=parseInt(u(0x12c))/0x1*(parseInt(u(0x12b))/0x2)+-parseInt(u(0x13d))/0x3*(-parseInt(u(0x129))/0x4)+-parseInt(u(0x12a))/0x5*(-parseInt(u(0x139))/0x6)+-parseInt(u(0x140))/0x7*(parseInt(u(0x137))/0x8)+parseInt(u(0x13e))/0x9*(-parseInt(u(0x12d))/0xa)+parseInt(u(0x133))/0xb*(parseInt(u(0x131))/0xc)+parseInt(u(0x11e))/0xd*(-parseInt(u(0x13f))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x56ed8));const a35b=(function(){let a=!![];return function(b,c){const v=a35d;if(v(0x124)===v(0x124)){const d=a?function(){const w=v;if(c){const e=c[w(0x136)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else c(d);};}()),a35a=a35b(this,function(){const x=a35d;return a35a['toString']()[x(0x13c)](x(0x125))[x(0x138)]()[x(0x135)](a35a)[x(0x13c)](x(0x125));});a35a();var __awaiter=this&&this[a35y(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 B=a35d;function h(k){try{j(d['next'](k));}catch(l){g(l);}}function i(k){const z=a35d;try{j(d[z(0x130)](k));}catch(l){g(l);}}function j(k){const A=a35d;k['done']?f(k['value']):e(k[A(0x121)])[A(0x132)](h,i);}j((d=d[B(0x136)](a,b||[]))[B(0x127)]());});};import{Command}from'../command.js';function a35c(){const D=['toString','34014iRUrFV','exit','findSubCommand','search','234423tLawvi','126fEAqIs','2674PADdYf','3521lfXemL','runSubCommand','18187acZseI','maka\x20run','maybeProxyCommandToMeteor','value','slice','error','GHBWD','(((.+)+)+)+$','maka\x20create\x20Todo','next','__awaiter','20VZfKQv','175DIqemm','628394iecXop','1KXlOMO','337940dWPiND','maka','maka\x20install\x20meteor','throw','12blFqEl','then','6229190DVeNHU','maka\x20<command>\x20[<args>]\x20[<opts>]','constructor','apply','5936YREszD'];a35c=function(){return D;};return a35c();}const Maka=new Command({'name':a35y(0x12e),'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':a35y(0x134),'examples':[a35y(0x12f),a35y(0x126),a35y(0x11f)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const C=a35d;try{const c=a[0x0],d=this[C(0x13b)](c);d?this[C(0x11d)](c,a[C(0x122)](0x1),b):this['fsi'][C(0x120)]();}catch(f){console[C(0x123)](f),process[C(0x13a)](0x0);}});});export default Maka;
@@ -1 +1 @@
1
- var a36C=a36d;(function(a,b){var u=a36d,c=a();while(!![]){try{var d=-parseInt(u(0x82))/0x1*(-parseInt(u(0x7c))/0x2)+parseInt(u(0x7a))/0x3*(parseInt(u(0x86))/0x4)+parseInt(u(0x71))/0x5*(-parseInt(u(0x7b))/0x6)+-parseInt(u(0x78))/0x7+parseInt(u(0x81))/0x8+-parseInt(u(0x75))/0x9*(parseInt(u(0x90))/0xa)+-parseInt(u(0x7d))/0xb*(parseInt(u(0x6f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x210a5));var a36b=(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;};}()),a36a=a36b(this,function(){var v=a36d;return a36a[v(0x8b)]()['search'](v(0x87))[v(0x8b)]()[v(0x88)](a36a)[v(0x84)](v(0x87));});function a36c(){var E=['Murrrrderrrrr','rvTCQ','1251FKzbvf','ZlsMU','then','747460BwwHwi','create','47199ffLxxg','6AflMRK','230626nZjmRH','3157EftgTW','done','log','AudwB','772968NEbREx','2OlSsyB','error','search','maka\x20murder','56aYWofq','(((.+)+)+)+$','constructor','apply','throw','toString','GlFhS','eRnDU','next','HXvUy','1570azETtW','font-family:\x20monospace','exit','murder','9732pCfUPZ','vtAJR','254080LNTBAi','%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'];a36c=function(){return E;};return a36c();}function a36d(a,b){var c=a36c();return a36d=function(d,e){d=d-0x6e;var f=c[d];return f;},a36d(a,b);}a36a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var w=a36d;if(w(0x70)!==w(0x80))g(f);else return e(this,void 0x0,void 0x0,function*(){var x=w;try{l['log'](x(0x72),x(0x91));}catch(r){o[x(0x83)](r),p[x(0x92)](0x0);}});});}return new(c||(c=Promise))(function(f,g){var B=a36d;function h(k){var y=a36d;try{j(d[y(0x8e)](k));}catch(l){g(l);}}function i(k){var z=a36d;if('HXvUy'!==z(0x8f))c(d);else try{if(z(0x8c)!=='XUDqY')j(d[z(0x8a)](k));else try{i(j[z(0x8e)](k));}catch(o){m(o);}}catch(n){if(z(0x8d)===z(0x8d))g(n);else{var p=d[z(0x89)](n,arguments);return f=null,p;}}}function j(k){var A=a36d;A(0x76)===A(0x76)?k[A(0x7e)]?f(k['value']):e(k['value'])[A(0x77)](h,i):d(e['throw'](f));}j((d=d[B(0x89)](a,b||[]))[B(0x8e)]());});};import{Command}from'../command.js';Command[a36C(0x79)]({'name':a36C(0x6e),'usage':a36C(0x85),'maxArgLength':0x1,'description':a36C(0x73)},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a36d;if(D(0x74)===D(0x74))try{console[D(0x7f)]('%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(0x91));}catch(b){console[D(0x83)](b),process[D(0x92)](0x0);}else try{i(j['throw'](k));}catch(d){m(d);}});});
1
+ var a36y=a36d;(function(a,b){var u=a36d,c=a();while(!![]){try{var d=parseInt(u(0x1cc))/0x1*(-parseInt(u(0x1c3))/0x2)+parseInt(u(0x1e1))/0x3*(-parseInt(u(0x1d0))/0x4)+-parseInt(u(0x1bd))/0x5*(parseInt(u(0x1c5))/0x6)+parseInt(u(0x1d9))/0x7*(parseInt(u(0x1db))/0x8)+-parseInt(u(0x1cf))/0x9+parseInt(u(0x1c4))/0xa+parseInt(u(0x1dd))/0xb*(parseInt(u(0x1c0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x8504b));var a36b=(function(){var a=!![];return function(b,c){var v=a36d;if(v(0x1cb)===v(0x1cb)){var d=a?function(){var w=v;if('sRibP'!==w(0x1c7)){if(c){if(w(0x1cd)===w(0x1cd)){var e=c[w(0x1dc)](b,arguments);return c=null,e;}else try{i(j[w(0x1ca)](k));}catch(g){m(g);}}}else h[w(0x1c1)]?i(j[w(0x1d8)]):k(l[w(0x1d8)])[w(0x1c2)](m,n);}:function(){};return a=![],d;}else d[v(0x1d4)](e),f[v(0x1d6)](0x0);};}()),a36a=a36b(this,function(){var x=a36d;return a36a[x(0x1e0)]()['search'](x(0x1de))[x(0x1e0)]()[x(0x1df)](a36a)['search'](x(0x1de));});a36a();var __awaiter=this&&this[a36y(0x1d5)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var z=a36d;if(z(0x1e3)!==z(0x1e3))return e(this,void 0x0,void 0x0,function*(){var A=z;try{l[A(0x1ce)](A(0x1c6),A(0x1d2));}catch(r){o[A(0x1d4)](r),p[A(0x1d6)](0x0);}});else g(f);});}return new(c||(c=Promise))(function(f,g){var E=a36d;function h(k){var B=a36d;try{j(d[B(0x1be)](k));}catch(l){g(l);}}function i(k){var C=a36d;if(C(0x1d7)===C(0x1d3))c(d);else try{if(C(0x1d1)!=='NYiGP')j(d[C(0x1ca)](k));else{var n=d[C(0x1dc)](e,arguments);return f=null,n;}}catch(n){g(n);}}function j(k){var D=a36d;k[D(0x1c1)]?f(k[D(0x1d8)]):e(k['value'])['then'](h,i);}j((d=d[E(0x1dc)](a,b||[]))[E(0x1be)]());});};function a36c(){var G=['log','7815645rpAgiY','1268iDgdKR','ZdRYT','font-family:\x20monospace','RjKbG','error','__awaiter','exit','HOXIm','value','7fxPsfK','murder','5793512JEWAKR','apply','11cccXUb','(((.+)+)+)+$','constructor','toString','8637LakdVT','qgTXK','QysvD','8990FDdgFP','next','Murrrrderrrrr','21298380qDAWcV','done','then','14222GTKdJn','7282500ixtYrB','1608HsDCMJ','%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','MZLcY','nmtWy','maka\x20murder','throw','aJlsu','59yGQOUu','ntURO'];a36c=function(){return G;};return a36c();}import{Command}from'../command.js';function a36d(a,b){var c=a36c();return a36d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a36d(a,b);}Command['create']({'name':a36y(0x1da),'usage':a36y(0x1c9),'maxArgLength':0x1,'description':a36y(0x1bf)},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var F=a36d;try{F(0x1e2)===F(0x1e2)?console[F(0x1ce)](F(0x1c6),F(0x1d2)):c(d);}catch(c){'nmtWy'!==F(0x1c8)?c(d):(console[F(0x1d4)](c),process[F(0x1d6)](0x0));}});});
@@ -1 +1 @@
1
- const a37A=a37d;(function(a,b){const w=a37d,c=a();while(!![]){try{const d=parseInt(w(0x178))/0x1*(parseInt(w(0x185))/0x2)+-parseInt(w(0x168))/0x3*(-parseInt(w(0x17c))/0x4)+-parseInt(w(0x171))/0x5*(-parseInt(w(0x172))/0x6)+-parseInt(w(0x17b))/0x7*(-parseInt(w(0x179))/0x8)+-parseInt(w(0x159))/0x9+-parseInt(w(0x16a))/0xa*(-parseInt(w(0x16b))/0xb)+parseInt(w(0x18a))/0xc*(-parseInt(w(0x176))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x9cad8));const a37b=(function(){let a=!![];return function(b,c){const x=a37d;if(x(0x16d)!=='FFxjC')d(e[x(0x183)](f));else{const e=a?function(){const y=x;if(y(0x17d)!==y(0x175)){if(c){const f=c[y(0x17e)](b,arguments);return c=null,f;}}else h[y(0x174)]?i(j[y(0x16e)]):k(l[y(0x16e)])[y(0x189)](m,n);}:function(){};return a=![],e;}};}()),a37a=a37b(this,function(){const z=a37d;return a37a[z(0x164)]()[z(0x181)]('(((.+)+)+)+$')[z(0x164)]()[z(0x16f)](a37a)[z(0x181)](z(0x165));});a37a();var __awaiter=this&&this[a37A(0x163)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const B=a37d;B(0x154)==='yFhek'?c(d):g(f);});}return new(c||(c=Promise))(function(f,g){const F=a37d;function h(k){const C=a37d;if(C(0x190)!==C(0x190)){if(e){const m=i['apply'](j,arguments);return k=null,m;}}else try{j(d[C(0x183)](k));}catch(m){C(0x18e)!=='bQpZy'?g(m):(d[C(0x177)](m),f['exit'](0x0));}}function i(k){const D=a37d;try{j(d[D(0x15a)](k));}catch(l){g(l);}}function j(k){const E=a37d;if(E(0x17f)===E(0x17f))k[E(0x174)]?f(k[E(0x16e)]):e(k[E(0x16e)])[E(0x189)](h,i);else{const m=d[E(0x17e)](e,arguments);return f=null,m;}}j((d=d[F(0x17e)](a,b||[]))[F(0x183)]());});};import a37u from'fs';import a37v from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a37c(){const H=['FFxjC','value','constructor','create','15845vRcxSJ','1182iuUesj','parse','done','bMswh','82771bRkPDM','error','2GtDkay','1987680cwhIyW','Checking\x20remote\x20host\x20availability','7xxfJjp','28VSpmCv','QRlTt','apply','aHGZh','sshSync','search','maka\x20reconfig\x20--env\x20prod','next','ssh','730258aycQuv','~/ses.json','ses.json','getConfigPath','then','3684xASjcX','readFileSync','notice','success','wryRI','assign','NtmMd','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','HyMPK','pm2.config.js','FwdGs','env','~/pm2.config.js','6497820EJzaln','throw','ssh.json','If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','Remote\x20host\x20connection\x20successful','pm2\x20delete\x20all','reconfig','scp','join','ping','__awaiter','toString','(((.+)+)+)+$','help','~/settings.json','215961QvWxjE','exit','10oGCuPK','13326291Xpaztt','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.'];a37c=function(){return H;};return a37c();}function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x154;let f=c[d];return f;},a37d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a37A(0x170)]({'name':a37A(0x15f),'validOpts':[a37A(0x166)],'requiredOpts':[a37A(0x157)],'mustBeInMakaProject':!![],'usage':a37A(0x182),'description':a37A(0x15c),'examples':['maka\x20reconfig\x20--env\x20prod']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a37d;try{const c=this['fsi'][G(0x188)](b[G(0x157)]),d=a37v[G(0x161)](c,G(0x15b)),f=a37u[G(0x18b)](d)[G(0x164)]();let g=JSON[G(0x173)](f);Object[G(0x18f)](g,{'env':c}),Log[G(0x18c)](G(0x17a));try{let k=SSH[G(0x162)]('uname\x20-a',g);if(!k)throw G(0x16c);if(k)Log[G(0x18d)](G(0x15d));}catch(l){if(G(0x156)==='IrhGS')try{i(j[G(0x15a)](k));}catch(o){m(o);}else throw l;}let h=a37v[G(0x161)](c,'_keys',G(0x187));if(a37u['existsSync'](h)){if('AXgDS'==='AXgDS'){let n={'source':h,'dest':G(0x186),'verbose':!![]};SSH[G(0x160)](n,Object[G(0x18f)]({},g));}else return f instanceof g?h:new i(function(p){p(k);});}let i=a37v[G(0x161)](c,G(0x155));SSH[G(0x160)]({'source':i,'dest':G(0x158),'verbose':!![]},Object['assign']({},g));let j=a37v[G(0x161)](c,'settings.json');SSH['scp']({'source':j,'dest':G(0x167),'verbose':!![]},Object[G(0x18f)]({},g)),SSH[G(0x180)](G(0x15e),g),yield SSH[G(0x184)](G(0x191),Object[G(0x18f)]({},g),{'verbose':!![]});}catch(p){console[G(0x177)](p),process[G(0x169)](0x0);}});});
1
+ const a37z=a37d;(function(a,b){const w=a37d,c=a();while(!![]){try{const d=parseInt(w(0x1f1))/0x1+parseInt(w(0x1e8))/0x2+parseInt(w(0x1be))/0x3+parseInt(w(0x1d2))/0x4+-parseInt(w(0x1d5))/0x5*(-parseInt(w(0x1cc))/0x6)+parseInt(w(0x1f0))/0x7*(-parseInt(w(0x1bd))/0x8)+-parseInt(w(0x1e2))/0x9*(parseInt(w(0x1bc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0xf22e9));function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a37d(a,b);}const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a37d;if(c){if('oRuTd'===x(0x1cb)){const e=c[x(0x1e5)](b,arguments);return c=null,e;}else throw b;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const y=a37d;return a37a[y(0x1ca)]()[y(0x1db)](y(0x1f2))[y(0x1ca)]()[y(0x1d9)](a37a)[y(0x1db)]('(((.+)+)+)+$');});a37a();var __awaiter=this&&this[a37z(0x1d8)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a37d;if(A(0x1d6)===A(0x1e4)){const i=g?function(){const B=A;if(i){const u=q[B(0x1e5)](r,arguments);return s=null,u;}}:function(){};return l=![],i;}else g(f);});}return new(c||(c=Promise))(function(f,g){const F=a37d;function h(k){const C=a37d;try{j(d[C(0x1de)](k));}catch(l){C(0x1cf)===C(0x1cf)?g(l):c(d);}}function i(k){const D=a37d;try{if(D(0x1c8)==='emPAL')j(d[D(0x1ef)](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){g(m);}}function j(k){const E=a37d;E(0x1c1)===E(0x1c1)?k[E(0x1ea)]?f(k[E(0x1c4)]):e(k['value'])[E(0x1e0)](h,i):c(d);}j((d=d[F(0x1e5)](a,b||[]))[F(0x1de)]());});};function a37c(){const H=['owPbB','apply','join','parse','1451426coWJZD','Remote\x20host\x20connection\x20successful','done','maka\x20reconfig\x20--env\x20prod','ses.json','env','GNbBf','throw','759528EwWnaV','1233168BopFny','(((.+)+)+)+$','580OHFNTf','48tPbZNb','5280468reUwCl','~/settings.json','~/ses.json','DoXIV','pm2.config.js','uname\x20-a','value','wMNjI','ssh','reconfig','emPAL','If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','toString','oRuTd','32868yZvzky','readFileSync','help','nyFTP','scp','exit','3451880RUxfso','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','getConfigPath','50Fdfxid','GvamQ','settings.json','__awaiter','constructor','pm2\x20delete\x20all','search','create','assign','next','~/pm2.config.js','then','fsi','464553ixgCAE','ssh.json'];a37c=function(){return H;};return a37c();}import a37u from'fs';import a37v from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a37z(0x1dc)]({'name':a37z(0x1c7),'validOpts':[a37z(0x1ce)],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig\x20--env\x20prod','description':a37z(0x1c9),'examples':[a37z(0x1eb)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a37d;try{const c=this[G(0x1e1)][G(0x1d4)](b[G(0x1ed)]),d=a37v[G(0x1e6)](c,G(0x1e3)),f=a37u[G(0x1cd)](d)['toString']();let g=JSON[G(0x1e7)](f);Object['assign'](g,{'env':c}),Log['notice']('Checking\x20remote\x20host\x20availability');try{let k=SSH['ping'](G(0x1c3),g);if(!k)throw G(0x1d3);if(k)Log['success'](G(0x1e9));}catch(l){if(G(0x1ee)===G(0x1c5)){const n=d[G(0x1e5)](l,arguments);return f=null,n;}else throw l;}let h=a37v[G(0x1e6)](c,'_keys',G(0x1ec));if(a37u['existsSync'](h)){let n={'source':h,'dest':G(0x1c0),'verbose':!![]};SSH[G(0x1d0)](n,Object[G(0x1dd)]({},g));}let i=a37v[G(0x1e6)](c,G(0x1c2));SSH[G(0x1d0)]({'source':i,'dest':G(0x1df),'verbose':!![]},Object[G(0x1dd)]({},g));let j=a37v[G(0x1e6)](c,G(0x1d7));SSH[G(0x1d0)]({'source':j,'dest':G(0x1bf),'verbose':!![]},Object['assign']({},g)),SSH['sshSync'](G(0x1da),g),yield SSH[G(0x1c6)]('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(0x1dd)]({},g),{'verbose':!![]});}catch(o){console['error'](o),process[G(0x1d1)](0x0);}});});
@@ -1 +1 @@
1
- const a38H=a38d;(function(a,b){const D=a38d,c=a();while(!![]){try{const d=parseInt(D(0x157))/0x1*(-parseInt(D(0x15e))/0x2)+parseInt(D(0x14b))/0x3+parseInt(D(0x143))/0x4+-parseInt(D(0x13d))/0x5*(parseInt(D(0x110))/0x6)+-parseInt(D(0x120))/0x7*(parseInt(D(0x12c))/0x8)+-parseInt(D(0x118))/0x9+parseInt(D(0x115))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x54fe4));const a38b=(function(){let a=!![];return function(b,c){const E=a38d;if(E(0x128)===E(0x128)){const d=a?function(){const F=E;if(c){const e=c[F(0x14c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else c[E(0x11a)](E(0x154)+d);};}()),a38a=a38b(this,function(){const G=a38d;return a38a[G(0x161)]()[G(0x158)](G(0x132))[G(0x161)]()['constructor'](a38a)['search']('(((.+)+)+)+$');});function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x10a;let f=c[d];return f;},a38d(a,b);}a38a();var __awaiter=this&&this[a38H(0x122)]||function(a,b,c,d){function e(f){const I=a38d;if(I(0x14d)!==I(0x121))return f instanceof c?f:new c(function(g){g(f);});else{const h=g?function(){if(h){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],h;}}return new(c||(c=Promise))(function(f,g){const M=a38d;function h(k){const J=a38d;if('axITH'==='axITH')try{j(d['next'](k));}catch(l){g(l);}else f[J(0x12d)](J(0x152)+g),h=i[J(0x14f)]([J(0x142),j]);}function i(k){const K=a38d;if(K(0x116)==='CCpRs')try{if('TtPAw'===K(0x135)){const m=this['fsi'][K(0x140)](K(0x112)),n=j[K(0x12f)](m,K(0x156)),o=k[K(0x12f)](m,'pm2.config.js');l[K(0x12d)](K(0x160)+o),m[K(0x12d)](K(0x14e)+n);if(!n[K(0x162)](n)){const p={'app':s['appName'],'appFileCase':t(u[K(0x134)])};let q=this[K(0x11d)][K(0x13a)]({'srcPath':'config/docker-compose.yaml','context':p})+'\x0a';this[K(0x11d)][K(0x10b)]({'filePath':n,'data':q});}r(K(0x12a)+m+K(0x137),{'stdio':'inherit'});}else j(d[K(0x11e)](k));}catch(m){g(m);}else e['notice']('Node\x20Env\x20Config:\x20'+f),g(h);}function j(k){const L=a38d;L(0x10f)===L(0x10f)?k[L(0x155)]?f(k[L(0x15a)]):e(k[L(0x15a)])[L(0x147)](h,i):c[L(0x11a)](L(0x133)+d);}j((d=d[M(0x14c)](a,b||[]))[M(0x10c)]());});};import a38A from'path';import a38B from'fs';function a38c(){const Q=['QiJCG','invokeMeteorCommand','fsi','throw','zgVAI','655711uckayE','swnDy','__awaiter','run','settings.json','--env','nbFlk','splice','MgrBn','TCRIj','docker-compose\x20--project-directory\x20','slice','56Cdiezi','notice','config/docker-compose.yaml','join','openSync','split','(((.+)+)+)+$','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','appName','MWKEy','config','\x20up\x20--remove-orphans','argv','extra-packages','templateContent','settings','eIAXV','90DakmCl','length','isFile','getConfigPath','env','--settings','1427560fLEmlj','filter','Tgezv','create','then','allow-incompatible-update','sep','exit','1474467ZaVHIB','apply','vimlZ','Docker\x20Compose\x20Path:\x20','concat','RuXdd','verbose','Meteor\x20Settings:\x20','port','Cannot\x20find\x20Node\x20Environment\x20File:\x20','done','docker-compose.yaml','38qLiPOE','search','inherit','value','Node\x20Env\x20Config:\x20','inspect','--production','26146tOMOHV','getProjectConfig','PM2\x20Config\x20File:\x20','toString','existsSync','production','createFile','next','pKUzY','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)','gJHqv','210978TPRSJU','mobile-server','docker','development','push','13904670qitEAm','CCpRs','process.env','947655dcNLaI','hXlIq','warn'];a38c=function(){return Q;};return a38c();}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){const N=a38H;a38B[N(0x130)](a,'r'),a38C[N(0x136)]({'path':a});};Command[a38H(0x146)]({'name':'run','mustBeInMakaProject':!![],'usage':'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.','validOpts':[a38H(0x141),'docker','r','raw-logs','p',a38H(0x153),'i',a38H(0x15c),'m',a38H(0x111),'v',a38H(0x151),a38H(0x148),a38H(0x139),'x','exclude-archs',a38H(0x10a)],'description':'Run\x20your\x20app\x20for\x20a\x20given\x20environment\x20or\x20in\x20docker.'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const O=a38d;try{if(b[O(0x111)]&&b[O(0x111)]===!![]||b['m']&&b['m']===!![]){if(O(0x145)!==O(0x129))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)';else g===O(0x125)&&m[O(0x127)](n,0x2),j==='-e'&&o[O(0x127)](p,0x2);}let c=this[O(0x11d)][O(0x15f)]();const d=b[O(0x141)]?b['env']:O(0x113),f=this[O(0x11d)][O(0x140)](d),g=a38A['join'](f,O(0x117));let h=a38A[O(0x12f)](f,O(0x124));b[O(0x13b)]?'pKUzY'!==O(0x10d)?c['splice'](d,0x2):h=b['settings']:h=a38A[O(0x12f)](f,O(0x124));if(this[O(0x11d)][O(0x13f)](g)&&!b['docker'])Log[O(0x12d)](O(0x15b)+g),syncSource(g);else!b[O(0x112)]&&Log[O(0x11a)](O(0x154)+g);if(this[O(0x11d)][O(0x13f)](h)){if(O(0x11b)===O(0x11b))Log[O(0x12d)](O(0x152)+h),a=a[O(0x14f)]([O(0x142),h]);else throw O(0x10e);}else Log[O(0x11a)](O(0x133)+h);const i=f[O(0x131)](a38A[O(0x149)]),j=i[i[O(0x13e)]-0x1];j==='production'&&a[O(0x114)](O(0x15d));const k=process[O(0x138)][O(0x12b)](0x2)[O(0x144)](o=>o!==O(0x123))['filter'](o=>o!==a[0x0]);k['forEach']((o,p)=>{const P=O;if(P(0x13c)===P(0x126))d['error'](e),f['exit'](0x0);else{if(o===P(0x125)){if(P(0x119)!==P(0x150))k[P(0x127)](p,0x2);else return f instanceof g?h:new i(function(s){s(k);});}o==='-e'&&k[P(0x127)](p,0x2);}});if(b[O(0x112)]){const o=this['fsi'][O(0x140)](O(0x112)),p=a38A[O(0x12f)](o,O(0x156)),q=a38A['join'](o,'pm2.config.js');Log[O(0x12d)](O(0x160)+q),Log[O(0x12d)]('Docker\x20Compose\x20Path:\x20'+p);if(!a38B['existsSync'](p)){if('XIxYy'!==O(0x11f)){const r={'app':c[O(0x134)],'appFileCase':paramCase(c[O(0x134)])};let s=this[O(0x11d)][O(0x13a)]({'srcPath':O(0x12e),'context':r})+'\x0a';this[O(0x11d)][O(0x10b)]({'filePath':p,'data':s});}else{if(e){const u=i[O(0x14c)](j,arguments);return k=null,u;}}}execSync(O(0x12a)+o+O(0x137),{'stdio':O(0x159)});}else this['fsi'][O(0x11c)](O(0x123),a[O(0x14f)](k));}catch(u){console['error'](u),process[O(0x14a)](0x0);}});});
1
+ const a38H=a38d;(function(a,b){const D=a38d,c=a();while(!![]){try{const d=parseInt(D(0xee))/0x1+parseInt(D(0x126))/0x2*(parseInt(D(0x12a))/0x3)+-parseInt(D(0xe6))/0x4+-parseInt(D(0x115))/0x5*(parseInt(D(0xe7))/0x6)+parseInt(D(0xf6))/0x7*(-parseInt(D(0xf4))/0x8)+parseInt(D(0x11b))/0x9*(-parseInt(D(0xe3))/0xa)+parseInt(D(0x12c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0xbd24c));const a38b=(function(){let a=!![];return function(b,c){const E=a38d;if(E(0xfe)===E(0xfe)){const d=a?function(){const F=E;if(c){if(F(0x119)===F(0x111))c=d['settings'];else{const f=c[F(0xff)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}else{if(e){const f=i[E(0xff)](j,arguments);return k=null,f;}}};}()),a38a=a38b(this,function(){const G=a38d;return a38a[G(0x11f)]()['search'](G(0x12d))[G(0x11f)]()[G(0x116)](a38a)[G(0x128)](G(0x12d));});a38a();var __awaiter=this&&this[a38H(0x113)]||function(a,b,c,d){function e(f){const I=a38d;if(I(0xeb)===I(0xf7))d=e[I(0xfa)](f,'settings.json');else return 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(J(0x118)!==J(0x118))throw J(0x114);else try{j(d['next'](k));}catch(m){g(m);}}function i(k){const K=a38d;try{j(d[K(0xe9)](k));}catch(l){if(K(0x106)===K(0x106))g(l);else{const n={'app':l['appName'],'appFileCase':f(g[K(0x11d)])};let o=this['fsi'][K(0x124)]({'srcPath':K(0x129),'context':n})+'\x0a';this[K(0x10d)][K(0x10a)]({'filePath':h,'data':o});}}}function j(k){const L=a38d;if('mYMAv'===L(0x134)){const m=this[L(0x10d)][L(0xef)](L(0x11c)),n=j[L(0xfa)](m,'docker-compose.yaml'),o=k['join'](m,L(0x125));l[L(0x103)](L(0x10c)+o),m[L(0x103)]('Docker\x20Compose\x20Path:\x20'+n);if(!n[L(0x117)](n)){const p={'app':s['appName'],'appFileCase':t(u['appName'])};let q=this[L(0x10d)][L(0x124)]({'srcPath':L(0x129),'context':p})+'\x0a';this[L(0x10d)]['createFile']({'filePath':n,'data':q});}r(L(0xf8)+m+L(0xf9),{'stdio':L(0x136)});}else k[L(0x110)]?f(k[L(0xe8)]):e(k['value'])[L(0xf2)](h,i);}j((d=d[M(0xff)](a,b||[]))[M(0x102)]());});};import a38A from'path';import a38B from'fs';import a38C from'dotenv';function a38c(){const Q=['config/docker-compose.yaml','15LBysEv','exit','22060808LeTpHI','(((.+)+)+)+$','development','port','--production','error','settings','isFile','sOWHW','iUTni','inherit','settings.json','env','concat','Node\x20Env\x20Config:\x20','length','docker-compose.yaml','1600peBcKZ','rQCzo','openSync','2658168OPfXNt','12meAqDb','value','throw','NWwHM','xzhRE','omFET','getProjectConfig','876095TqSjEs','getConfigPath','allow-incompatible-update','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','then','warn','56WSjaWn','process.env','732053WeUdOm','vuyUG','docker-compose\x20--project-directory\x20','\x20up\x20--remove-orphans','join','Run\x20your\x20app\x20for\x20a\x20given\x20environment\x20or\x20in\x20docker.','argv','production','fnbPg','apply','config','Cannot\x20find\x20Node\x20Environment\x20File:\x20','next','notice','splice','create','NrAdc','Meteor\x20Settings:\x20','filter','forEach','createFile','split','PM2\x20Config\x20File:\x20','fsi','invokeMeteorCommand','oqMwU','done','paRWp','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.','__awaiter','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)','3339740gKMkVK','constructor','existsSync','lFuNd','vHkhH','mobile-server','1629XmVkDD','docker','appName','verbose','toString','inspect','run','extra-packages','VtjzR','templateContent','pm2.config.js','261824CStgVy','slice','search'];a38c=function(){return Q;};return a38c();}import{execSync}from'child_process';function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0xe1;let f=c[d];return f;},a38d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{paramCase}from'change-case';const syncSource=function(a){const N=a38H;a38B[N(0xe5)](a,'r'),a38C[N(0x100)]({'path':a});};Command[a38H(0x105)]({'name':'run','mustBeInMakaProject':!![],'usage':a38H(0x112),'validOpts':[a38H(0x138),a38H(0x11c),'r','raw-logs','p',a38H(0x12f),'i',a38H(0x120),'m',a38H(0x11a),'v',a38H(0x11e),a38H(0xf0),a38H(0x122),'x','exclude-archs',a38H(0xfd)],'description':a38H(0xfb)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const O=a38d;try{if(b[O(0x11a)]&&b[O(0x11a)]===!![]||b['m']&&b['m']===!![]){if('VtjzR'!==O(0x123))e[O(0x103)](O(0x13a)+f),g(h);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)';}let c=this[O(0x10d)][O(0xed)]();const d=b[O(0x138)]?b['env']:O(0x12e),f=this[O(0x10d)][O(0xef)](d),g=a38A['join'](f,O(0xf5));let h=a38A['join'](f,O(0x137));b[O(0x132)]?h=b[O(0x132)]:'iUTni'!==O(0x135)?this[O(0x10d)]['invokeMeteorCommand'](O(0x121),c[O(0x139)](d)):h=a38A[O(0xfa)](f,O(0x137));if(this['fsi'][O(0x133)](g)&&!b[O(0x11c)])O(0x10f)!=='airKc'?(Log['notice'](O(0x13a)+g),syncSource(g)):c(d);else!b['docker']&&Log[O(0xf3)](O(0x101)+g);if(this[O(0x10d)][O(0x133)](h))Log['notice'](O(0x107)+h),a=a[O(0x139)](['--settings',h]);else{if('Uusza'==='vXkvs')return c[O(0x11f)]()[O(0x128)](O(0x12d))['toString']()['constructor'](d)[O(0x128)](O(0x12d));else Log[O(0xf3)](O(0xf1)+h);}const i=f[O(0x10b)](a38A['sep']),j=i[i[O(0xe1)]-0x1];j===O(0xfd)&&a['push'](O(0x130));const k=process[O(0xfc)][O(0x127)](0x2)[O(0x108)](p=>p!=='run')['filter'](p=>p!==a[0x0]);k[O(0x109)]((p,q)=>{const P=O;p==='--env'&&k[P(0x104)](q,0x2),p==='-e'&&k[P(0x104)](q,0x2);});if(b['docker']){if('zWVDV'==='zWVDV'){const p=this[O(0x10d)]['getConfigPath'](O(0x11c)),q=a38A[O(0xfa)](p,O(0xe2)),r=a38A[O(0xfa)](p,O(0x125));Log[O(0x103)](O(0x10c)+r),Log[O(0x103)]('Docker\x20Compose\x20Path:\x20'+q);if(!a38B['existsSync'](q)){if(O(0xe4)!==O(0xec)){const s={'app':c[O(0x11d)],'appFileCase':paramCase(c[O(0x11d)])};let t=this[O(0x10d)][O(0x124)]({'srcPath':O(0x129),'context':s})+'\x0a';this[O(0x10d)]['createFile']({'filePath':q,'data':t});}else d(e[O(0x102)](f));}execSync(O(0xf8)+p+'\x20up\x20--remove-orphans',{'stdio':'inherit'});}else e[O(0xe5)](f,'r'),g['config']({'path':h});}else{if(O(0xea)!=='QEvNs')this['fsi'][O(0x10e)](O(0x121),a[O(0x139)](k));else{const x=g?function(){if(x){const y=q['apply'](r,arguments);return s=null,y;}}:function(){};return l=![],x;}}}catch(x){console[O(0x131)](x),process[O(0x12b)](0x0);}});});
@@ -1 +1 @@
1
- function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0xba;var f=c[d];return f;},a39d(a,b);}(function(a,b){var u=a39d,c=a();while(!![]){try{var d=parseInt(u(0xc5))/0x1+-parseInt(u(0xbf))/0x2+parseInt(u(0xc2))/0x3*(-parseInt(u(0xbc))/0x4)+parseInt(u(0xc0))/0x5*(-parseInt(u(0xbb))/0x6)+-parseInt(u(0xc4))/0x7*(parseInt(u(0xc7))/0x8)+-parseInt(u(0xbe))/0x9+parseInt(u(0xc3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xf0005));function a39c(){var x=['3746138IoGbJF','5PcCmct','search','2016759nQRTvk','65567410lpdoOM','84LCvBup','1206642pMJUsq','(((.+)+)+)+$','308056OqRMzv','toString','9076104sLZleI','8smVily','apply','14291955BGnLUV'];a39c=function(){return x;};return a39c();}var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a39d;if(c){var e=c[v(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var w=a39d;return a39a[w(0xba)]()[w(0xc1)](w(0xc6))['toString']()['constructor'](a39a)[w(0xc1)](w(0xc6));});a39a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
1
+ function a39c(){var w=['593646EJSJtz','5144860ntjzos','80XBQdWM','68MumBJA','constructor','481522dRNWhm','7430eOvjpb','1736523RGWSZS','search','3knWZjO','217214tQqtJb','113001YislVh','toString','(((.+)+)+)+$'];a39c=function(){return w;};return a39c();}(function(a,b){var u=a39d,c=a();while(!![]){try{var d=-parseInt(u(0x1b5))/0x1+parseInt(u(0x1b0))/0x2*(-parseInt(u(0x1b4))/0x3)+-parseInt(u(0x1ae))/0x4*(parseInt(u(0x1b1))/0x5)+parseInt(u(0x1b9))/0x6+-parseInt(u(0x1b6))/0x7*(parseInt(u(0x1ad))/0x8)+parseInt(u(0x1b2))/0x9+parseInt(u(0x1ba))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x277ab));var a39b=(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;};}()),a39a=a39b(this,function(){var v=a39d;return a39a[v(0x1b7)]()[v(0x1b3)](v(0x1b8))[v(0x1b7)]()[v(0x1af)](a39a)[v(0x1b3)](v(0x1b8));});a39a();import'./set.command.js';import'./global.sub.cmd.js';function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x1ad;var f=c[d];return f;},a39d(a,b);}import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a40F=a40d;(function(a,b){const x=a40d,c=a();while(!![]){try{const d=parseInt(x(0x82))/0x1*(parseInt(x(0x94))/0x2)+parseInt(x(0x80))/0x3*(-parseInt(x(0x7d))/0x4)+parseInt(x(0x7f))/0x5+parseInt(x(0x8b))/0x6*(parseInt(x(0x83))/0x7)+-parseInt(x(0x8d))/0x8*(parseInt(x(0x81))/0x9)+-parseInt(x(0x7e))/0xa*(-parseInt(x(0x7b))/0xb)+-parseInt(x(0x70))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x4c9ed));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a40d;if('CnbeZ'==='IIkXY')b=![];else{if(c){const f=c[y(0x91)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const z=a40d;return a40a['toString']()[z(0x88)](z(0x84))[z(0x90)]()['constructor'](a40a)[z(0x88)]('(((.+)+)+)+$');});function a40c(){const H=['nNBNT','rjxMs','throw','maka\x20set:g\x20--insecure\x20<path>','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','One\x20or\x20the\x20other\x20buddy','fsi','create','maka\x20set:global\x20<args>','next','allowInsecure','value','1784568OnEjvB','global','Set\x20allowInsecure:\x20','success','NTHTb','LsUJM','WZbgL','workspace','maka\x20set:g\x20--workspace\x20<path>','cacert','gChsD','506KuiKGr','lHbBg','1057828qqmtvQ','99980tujQNZ','2498335QKCiCf','6sPWgfJ','1812717USEJfV','618DdoKMi','322EOMqqq','(((.+)+)+)+$','maka\x20set:global\x20--cacert\x20<path>','exit','Kpqjb','search','Could\x20not\x20find\x20directory','QuzCA','54042CCsuky','error','16kyplvz','isDirectory','disallowInsecure','toString','apply','setGlobalConfig','Set\x20CA\x20Cert\x20Path:\x20','66OKwTNH'];a40c=function(){return H;};return a40c();}function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x6a;let f=c[d];return f;},a40d(a,b);}a40a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const E=a40d;function h(k){const A=a40d;if(A(0x76)==='WZbgL')try{if(A(0x7a)!==A(0x7a)){const n=g?function(){const B=A;if(n){const u=q[B(0x91)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else j(d['next'](k));}catch(m){if('BzyJr'!==A(0x95))g(m);else return c[A(0x90)]()[A(0x88)](A(0x84))[A(0x90)]()['constructor'](d)[A(0x88)](A(0x84));}else c(d);}function i(k){const C=a40d;try{'lHbBg'===C(0x7c)?j(d[C(0x97)](k)):d(e[C(0x97)](f));}catch(m){g(m);}}function j(k){const D=a40d;k['done']?f(k[D(0x6f)]):e(k[D(0x6f)])['then'](h,i);}j((d=d[E(0x91)](a,b||[]))[E(0x6d)]());});};import a40v from'path';import a40w from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a40F(0x6b)]({'name':a40F(0x71),'usage':a40F(0x6c),'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a40F(0x79),'allowInsecure',a40F(0x8f),a40F(0x77)],'description':'\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','examples':[a40F(0x85),a40F(0x98),a40F(0x78)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a40d;try{if(b[G(0x79)]){if(this[G(0x6a)]['isFile'](b[G(0x79)]))this[G(0x6a)]['setGlobalConfig']({'config':{'cert':b[G(0x79)]}}),Log[G(0x73)](G(0x93)+b['cacert']);else{if('LsUJM'!==G(0x75))c(d);else{const d=typeof b[G(0x79)]==='boolean'?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':G(0x99)+b['cacert'];throw Log[G(0x8c)](d);}}}if(b[G(0x77)]){if(G(0x96)!==G(0x96))try{i(j['throw'](k));}catch(g){m(g);}else{const g=this['fsi'][G(0x8e)](b[G(0x77)]);if(g)this['fsi'][G(0x92)]({'config':{'workspace':a40v['resolve'](b['workspace'])}}),Log[G(0x73)]('Set\x20workspace:\x20'+a40v['resolve'](b[G(0x77)]));else throw Log[G(0x8c)](G(0x89));}}if(b[G(0x6e)]){if(b[G(0x6e)]&&b['disallowInsecure']){if(G(0x8a)===G(0x87)){if(g['allowInsecure']&&h['disallowInsecure'])throw m[G(0x8c)](G(0x9a));let j=j[G(0x6e)];k['disallowInsecure']&&(j=![]),this[G(0x6a)]['setGlobalConfig']({'config':{'allowInsecure':j}}),l[G(0x73)]('Set\x20allowInsecure:\x20'+j);}else throw Log[G(0x8c)](G(0x9a));}let h=b[G(0x6e)];if(b[G(0x8f)]){if(G(0x74)!=='fXlxI')h=![];else try{i(j[G(0x6d)](k));}catch(k){m(k);}}this[G(0x6a)][G(0x92)]({'config':{'allowInsecure':h}}),Log['success'](G(0x72)+h);}}catch(k){console[G(0x8c)](k),process[G(0x86)](0x0);}});},a40w);
1
+ const a40G=a40d;(function(a,b){const x=a40d,c=a();while(!![]){try{const d=-parseInt(x(0x1e5))/0x1+parseInt(x(0x1f5))/0x2*(-parseInt(x(0x1db))/0x3)+parseInt(x(0x1f7))/0x4*(parseInt(x(0x1fd))/0x5)+parseInt(x(0x1fe))/0x6*(parseInt(x(0x1cf))/0x7)+-parseInt(x(0x1e0))/0x8*(parseInt(x(0x202))/0x9)+-parseInt(x(0x201))/0xa+parseInt(x(0x1dc))/0xb*(parseInt(x(0x1d9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0xe8363));const a40b=(function(){let a=!![];return function(b,c){const y=a40d;if(y(0x1da)==='sjSbd')b=![];else{const e=a?function(){const z=y;if('Irtwx'===z(0x1e4)){if(c){const f=c['apply'](b,arguments);return c=null,f;}}else try{i(j['throw'](k));}catch(h){m(h);}}:function(){};return a=![],e;}};}()),a40a=a40b(this,function(){const A=a40d;return a40a[A(0x1e9)]()[A(0x1d4)](A(0x1ed))[A(0x1e9)]()['constructor'](a40a)[A(0x1d4)](A(0x1ed));});a40a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const F=a40d;function h(k){const B=a40d;try{if(B(0x1d1)===B(0x1f6)){const n=g?function(){const C=B;if(n){const u=q[C(0x1f3)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else j(d['next'](k));}catch(m){g(m);}}function i(k){const D=a40d;if(D(0x205)===D(0x1eb))c(d);else try{j(d[D(0x1f1)](k));}catch(m){g(m);}}function j(k){const E=a40d;if(E(0x204)!==E(0x204))try{i(j['next'](k));}catch(m){m(m);}else k['done']?f(k[E(0x1e3)]):e(k[E(0x1e3)])[E(0x1e1)](h,i);}j((d=d[F(0x1f3)](a,b||[]))[F(0x1e6)]());});};import a40v from'path';import a40w from'./set.command.js';function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x1ce;let f=c[d];return f;},a40d(a,b);}import{Command}from'../../command.js';function a40c(){const I=['global','ZzRqH','NXqSJ','95pJZnWh','15450uMqQnT','error','exit','4034790ThErzr','9kppAhJ','cacert','jUSGy','vlnMI','DJjwi','1988CEaeIl','Set\x20workspace:\x20','YMaGT','Set\x20CA\x20Cert\x20Path:\x20','One\x20or\x20the\x20other\x20buddy','search','disallowInsecure','resolve','workspace','gETuO','12vCaStg','oGtqf','1224579qpZtDf','18991841oPiQJW','maka\x20set:g\x20--workspace\x20<path>','maka\x20set:global\x20--cacert\x20<path>','isFile','2771312lnInlb','then','allowInsecure','value','Irtwx','1760176YWsNPQ','next','create','fsi','toString','Could\x20not\x20find\x20directory','yOLRg','boolean','(((.+)+)+)+$','Set\x20allowInsecure:\x20','setGlobalConfig','success','throw','maka\x20set:g\x20--insecure\x20<path>','apply','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','4oEVCnd','fRflq','383108qRmFIF','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','isDirectory'];a40c=function(){return I;};return a40c();}import{Log}from'../../tools/log/log.class.js';Command[a40G(0x1e7)]({'name':a40G(0x1fa),'usage':'maka\x20set:global\x20<args>','minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':['cacert',a40G(0x1e2),a40G(0x1d5),'workspace'],'description':'\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','examples':[a40G(0x1de),a40G(0x1f2),a40G(0x1dd)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const H=a40d;try{if(b[H(0x203)]){if(this[H(0x1e8)][H(0x1df)](b['cacert']))this[H(0x1e8)]['setGlobalConfig']({'config':{'cert':b[H(0x203)]}}),Log[H(0x1f0)]('Set\x20CA\x20Cert\x20Path:\x20'+b[H(0x203)]);else{if('wUMdy'===H(0x1fc)){if(g[H(0x1e2)]&&h['disallowInsecure'])throw m['error'](H(0x1d3));let d=j[H(0x1e2)];k['disallowInsecure']&&(d=![]),this[H(0x1e8)][H(0x1ef)]({'config':{'allowInsecure':d}}),l[H(0x1f0)]('Set\x20allowInsecure:\x20'+d);}else{const d=typeof b[H(0x203)]===H(0x1ec)?H(0x1f4):'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+b['cacert'];throw Log[H(0x1ff)](d);}}}if(b[H(0x1d7)]){if(H(0x1fb)!==H(0x1fb))this['fsi'][H(0x1ef)]({'config':{'workspace':f[H(0x1d6)](g['workspace'])}}),h[H(0x1f0)]('Set\x20workspace:\x20'+i[H(0x1d6)](j[H(0x1d7)]));else{const g=this[H(0x1e8)][H(0x1f9)](b[H(0x1d7)]);if(g)this['fsi']['setGlobalConfig']({'config':{'workspace':a40v[H(0x1d6)](b[H(0x1d7)])}}),Log[H(0x1f0)](H(0x1d0)+a40v['resolve'](b[H(0x1d7)]));else{if('dJhZQ'!=='dJhZQ'){if(this[H(0x1e8)][H(0x1df)](h[H(0x203)]))this[H(0x1e8)][H(0x1ef)]({'config':{'cert':o[H(0x203)]}}),p[H(0x1f0)](H(0x1d2)+q[H(0x203)]);else{const i=typeof r[H(0x203)]===H(0x1ec)?H(0x1f4):H(0x1f8)+s['cacert'];throw t[H(0x1ff)](i);}}else throw Log[H(0x1ff)](H(0x1ea));}}}if(b[H(0x1e2)]){if('DJjwi'===H(0x1ce)){if(b['allowInsecure']&&b[H(0x1d5)])throw Log[H(0x1ff)](H(0x1d3));let i=b[H(0x1e2)];if(b[H(0x1d5)]){if(H(0x1d8)!==H(0x1d8)){const k=d[H(0x1f3)](e,arguments);return f=null,k;}else i=![];}this[H(0x1e8)][H(0x1ef)]({'config':{'allowInsecure':i}}),Log[H(0x1f0)](H(0x1ee)+i);}else c(d);}}catch(l){console[H(0x1ff)](l),process[H(0x200)](0x0);}});},a40w);
@@ -1 +1 @@
1
- function a41c(){var H=['960oRWxCK','toString','(((.+)+)+)+$','peaJp','3xKSadi','CMcBe','create','1379JVxCJE','constructor','YptWu','1734128aYshkJ','__awaiter','134145yxjgtS','exit','14646ATMqXK','error','next','cARon','34671010zOmZua','1381735ZyDYZR','KvnCb','22tEaoGS','apply','throw','KiNDh','76929PiOKMH','\x0a\x20\x20\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','search','then','value','7167892cbAwwG','hLnoF','done'];a41c=function(){return H;};return a41c();}var a41y=a41d;(function(a,b){var v=a41d,c=a();while(!![]){try{var d=-parseInt(v(0xd5))/0x1*(-parseInt(v(0xd1))/0x2)+parseInt(v(0xc0))/0x3*(parseInt(v(0xb9))/0x4)+parseInt(v(0xcf))/0x5+parseInt(v(0xca))/0x6*(-parseInt(v(0xc3))/0x7)+parseInt(v(0xc6))/0x8+parseInt(v(0xc8))/0x9*(parseInt(v(0xbc))/0xa)+-parseInt(v(0xce))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xe2e76));var a41b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a41d;if(c){if('ixHNz'!=='ixHNz')try{}catch(g){g[w(0xcb)](g),h['exit'](0x0);}else{var e=c['apply'](b,arguments);return c=null,e;}}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){var x=a41d;return a41a[x(0xbd)]()[x(0xd7)](x(0xbe))[x(0xbd)]()[x(0xc4)](a41a)[x(0xd7)](x(0xbe));});a41a();var __awaiter=this&&this[a41y(0xc7)]||function(a,b,c,d){function e(f){var z=a41d;if(z(0xd0)!=='KvnCb')d[z(0xcb)](e),f[z(0xc9)](0x0);else return f instanceof c?f:new c(function(h){var A=z;'hLnoF'===A(0xba)?h(f):h[A(0xbb)]?i(j[A(0xb8)]):k(l[A(0xb8)])[A(0xd8)](m,n);});}return new(c||(c=Promise))(function(f,g){var F=a41d;function h(k){var B=a41d;try{if(B(0xbf)!==B(0xd4))j(d[B(0xcc)](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){if(B(0xcd)===B(0xc5)){var o=g?function(){var C=B;if(o){var u=q[C(0xd2)](r,arguments);return s=null,u;}}:function(){};return l=![],o;}else g(m);}}function i(k){var D=a41d;try{j(d[D(0xd3)](k));}catch(l){if(D(0xc1)!==D(0xc1)){if(l){var n=i[D(0xd2)](j,arguments);return k=null,n;}}else g(l);}}function j(k){var E=a41d;k[E(0xbb)]?f(k[E(0xb8)]):e(k['value'])[E(0xd8)](h,i);}j((d=d[F(0xd2)](a,b||[]))['next']());});};import a41u from'./set.command.js';import{Command}from'../../command.js';function a41d(a,b){var c=a41c();return a41d=function(d,e){d=d-0xb8;var f=c[d];return f;},a41d(a,b);}Command[a41y(0xc2)]({'name':'local','usage':'maka\x20set:local\x20<opts>','mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'description':a41y(0xd6)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var G=a41d;try{}catch(c){console[G(0xcb)](c),process[G(0xc9)](0x0);}});},a41u);
1
+ var a41y=a41d;(function(a,b){var v=a41d,c=a();while(!![]){try{var d=-parseInt(v(0xd1))/0x1+parseInt(v(0xcf))/0x2*(parseInt(v(0xcb))/0x3)+-parseInt(v(0xc8))/0x4+parseInt(v(0xb5))/0x5*(parseInt(v(0xc7))/0x6)+parseInt(v(0xb8))/0x7*(parseInt(v(0xc1))/0x8)+parseInt(v(0xbd))/0x9*(parseInt(v(0xc3))/0xa)+parseInt(v(0xc9))/0xb*(-parseInt(v(0xb6))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xc8606));var a41b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a41d;if(c){if('jsGbR'!=='MSTIh'){var e=c[w(0xc2)](b,arguments);return c=null,e;}else c(d);}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){var x=a41d;return a41a[x(0xd3)]()[x(0xba)]('(((.+)+)+)+$')['toString']()[x(0xcc)](a41a)[x(0xba)](x(0xd4));});function a41d(a,b){var c=a41c();return a41d=function(d,e){d=d-0xb5;var f=c[d];return f;},a41d(a,b);}a41a();var __awaiter=this&&this[a41y(0xc5)]||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=a41d;function h(k){var z=a41d;try{z(0xbf)===z(0xcd)?c(d):j(d[z(0xbb)](k));}catch(m){g(m);}}function i(k){var A=a41d;try{if('dABCT'!==A(0xb7))j(d['throw'](k));else try{}catch(m){g[A(0xc0)](m),h[A(0xd0)](0x0);}}catch(m){g(m);}}function j(k){var B=a41d;if(B(0xb9)===B(0xd2))return d(this,void 0x0,void 0x0,function*(){var C=B;try{}catch(n){k[C(0xc0)](n),l[C(0xd0)](0x0);}});else k['done']?f(k[B(0xca)]):e(k[B(0xca)])[B(0xbc)](h,i);}j((d=d[D(0xc2)](a,b||[]))[D(0xbb)]());});};import a41u from'./set.command.js';import{Command}from'../../command.js';Command[a41y(0xc4)]({'name':a41y(0xbe),'usage':a41y(0xce),'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'description':a41y(0xc6)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a41d;try{}catch(c){console['error'](c),process[E(0xd0)](0x0);}});},a41u);function a41c(){var F=['then','12897QSybOE','local','nqmxC','error','8ZxvUXv','apply','4860jEMDug','create','__awaiter','\x0a\x20\x20\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','203286JFqZwE','4996940JMwpms','2189HZeixe','value','3WZuOmc','constructor','GbaOo','maka\x20set:local\x20<opts>','1834086FYoFdn','exit','300881fsfzew','GDqfu','toString','(((.+)+)+)+$','15KrWtQo','20508hhMDAl','Tsudj','6970775dCRbiJ','nsycR','search','next'];a41c=function(){return F;};return a41c();}
@@ -1 +1 @@
1
- const a42z=a42d;function a42c(){const G=['4870632HJvVZF','error','14SJHzmx','set','mTpWn','inBPL','search','946655UNAlFp','3810646pnBwvt','runSubCommand','eQJZL','__awaiter','ATewD','(((.+)+)+)+$','9Izbhwm','keys','XPZsV','apply','create','6BBnZIM','maka\x20set:global\x20--cacert\x20<path>','\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','exit','3930215CQoBIF','470220zxLvsv','8632700mSQwHu','MLMrU','next','36CffdwM','findSubCommand','then','NSxQC','trUQv','Vzhsk','3140423eZQzRz','4ARCFzg','throw','constructor','value'];a42c=function(){return G;};return a42c();}function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x127;let f=c[d];return f;},a42d(a,b);}(function(a,b){const v=a42d,c=a();while(!![]){try{const d=parseInt(v(0x14d))/0x1+parseInt(v(0x148))/0x2*(-parseInt(v(0x137))/0x3)+-parseInt(v(0x142))/0x4*(-parseInt(v(0x136))/0x5)+-parseInt(v(0x132))/0x6*(parseInt(v(0x127))/0x7)+parseInt(v(0x146))/0x8*(parseInt(v(0x12d))/0x9)+parseInt(v(0x138))/0xa+-parseInt(v(0x141))/0xb*(parseInt(v(0x13b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0xac8c8));const a42b=(function(){let a=!![];return function(b,c){const w=a42d;if(w(0x140)!==w(0x12f)){const d=a?function(){const x=w;if('MLMrU'!==x(0x139))d(e['next'](f));else{if(c){if(x(0x14b)==='cDAwj')this['runSubCommand'](d,e,f);else{const g=c[x(0x130)](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;}else throw new b();};}()),a42a=a42b(this,function(){const y=a42d;return a42a['toString']()['search'](y(0x12c))['toString']()[y(0x144)](a42a)[y(0x14c)]('(((.+)+)+)+$');});a42a();var __awaiter=this&&this[a42z(0x12a)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a42d;if(A(0x13e)!=='NSxQC'){const i=g?function(){const B=A;if(i){const u=q[B(0x130)](r,arguments);return s=null,u;}}:function(){};return l=![],i;}else g(f);});}return new(c||(c=Promise))(function(f,g){function h(k){const C=a42d;try{j(d[C(0x13a)](k));}catch(l){C(0x129)!==C(0x129)?(d[C(0x147)](l),f[C(0x135)](0x0)):g(l);}}function i(k){const D=a42d;try{if(D(0x13f)===D(0x13f))j(d[D(0x143)](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){if(D(0x12b)!==D(0x12b)){if(m){const o=i[D(0x130)](j,arguments);return k=null,o;}}else g(m);}}function j(k){const E=a42d;k['done']?f(k[E(0x145)]):e(k[E(0x145)])[E(0x13d)](h,i);}j((d=d['apply'](a,b||[]))['next']());});};import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a42z(0x131)]({'name':a42z(0x149),'usage':'maka\x20set:<cmd>\x20<opts>','description':a42z(0x134),'examples':[a42z(0x133)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a42d;if(F(0x14a)!==F(0x14a))d(e[F(0x143)](f));else try{let d=a[0x0];if(Object[F(0x12e)](b)['length']<0x1)throw new UsageError();let f=this[F(0x13c)](d);f&&this[F(0x128)](d,a,b);}catch(g){console[F(0x147)](g),process['exit'](0x0);}});});export default SetCommand;
1
+ const a42A=a42d;(function(a,b){const v=a42d,c=a();while(!![]){try{const d=parseInt(v(0x1bf))/0x1*(-parseInt(v(0x1c9))/0x2)+-parseInt(v(0x1d0))/0x3+-parseInt(v(0x1d3))/0x4+parseInt(v(0x1c8))/0x5*(parseInt(v(0x1e0))/0x6)+-parseInt(v(0x1d7))/0x7+-parseInt(v(0x1c1))/0x8*(parseInt(v(0x1d1))/0x9)+parseInt(v(0x1c7))/0xa*(parseInt(v(0x1ba))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x49aeb));const a42b=(function(){let a=!![];return function(b,c){const w=a42d;if(w(0x1dd)===w(0x1dc)){const e=g?function(){const x=w;if(e){const u=q[x(0x1d6)](r,arguments);return s=null,u;}}:function(){};return l=![],e;}else{const e=a?function(){const y=w;if(c){if(y(0x1c0)===y(0x1be))try{i(j[y(0x1bd)](k));}catch(g){m(g);}else{const g=c[y(0x1d6)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a42a=a42b(this,function(){const z=a42d;return a42a[z(0x1ce)]()[z(0x1d9)](z(0x1c5))[z(0x1ce)]()[z(0x1c4)](a42a)[z(0x1d9)](z(0x1c5));});a42a();var __awaiter=this&&this[a42A(0x1cf)]||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 B=a42d;if(B(0x1db)!==B(0x1e1))try{j(d[B(0x1d2)](k));}catch(l){g(l);}else{let n=g[0x0];if(h[B(0x1da)](i)[B(0x1cb)]<0x1)throw new m();let o=this[B(0x1b8)](n);o&&this[B(0x1c6)](n,n,o);}}function i(k){const C=a42d;if('RUtLG'!=='RUtLG')c(d);else try{if(C(0x1c2)!==C(0x1ca))j(d[C(0x1bd)](k));else try{i(j['next'](k));}catch(o){m(o);}}catch(n){C(0x1bc)!==C(0x1bc)?c(d):g(n);}}function j(k){const D=a42d;D(0x1de)!==D(0x1de)?(d[D(0x1d8)](e),f['exit'](0x0)):k[D(0x1c3)]?f(k[D(0x1df)]):e(k[D(0x1df)])[D(0x1d4)](h,i);}j((d=d[E(0x1d6)](a,b||[]))[E(0x1d2)]());});};import{Command}from'../../command.js';function a42c(){const G=['2168166ipPMtr','pcOaX','findSubCommand','maka\x20set:global\x20--cacert\x20<path>','697433zuPsQf','create','plRWX','throw','ZJFFn','135PVayHy','AjlMf','72jgJVBd','umeFc','done','constructor','(((.+)+)+)+$','runSubCommand','360ivUffk','5rnziNy','7716JZfnKu','WlIJu','length','RDklZ','\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','toString','__awaiter','1369536fkNTDC','502371EJEsXf','next','1936216sVgrif','then','set','apply','2648093vZKotT','error','search','keys','MkhJn','SdrPw','xGqvO','GPGCt','value'];a42c=function(){return G;};return a42c();}function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x1b8;let f=c[d];return f;},a42d(a,b);}import{UsageError}from'../../error.js';const SetCommand=Command[a42A(0x1bb)]({'name':a42A(0x1d5),'usage':'maka\x20set:<cmd>\x20<opts>','description':a42A(0x1cd),'examples':[a42A(0x1b9)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a42d;try{let c=a[0x0];if(Object[F(0x1da)](b)['length']<0x1)throw new UsageError();let d=this['findSubCommand'](c);d&&('mYZyk'!==F(0x1cc)?this[F(0x1c6)](c,a,b):d(e[F(0x1bd)](f)));}catch(g){console[F(0x1d8)](g),process['exit'](0x0);}});});export default SetCommand;