@maka/maka-cli 4.3.22 → 4.3.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (96) hide show
  1. package/dist/command.js +1 -1
  2. package/dist/commands/_index.js +1 -1
  3. package/dist/commands/aws/_index.js +1 -1
  4. package/dist/commands/aws/aws.command.js +1 -1
  5. package/dist/commands/aws/ci.sub.cmd.js +1 -1
  6. package/dist/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/dist/commands/aws/csg.sub.cmd.js +1 -1
  8. package/dist/commands/aws/di.sub.cmd.js +1 -1
  9. package/dist/commands/aws/dkp.sub.cmd.js +1 -1
  10. package/dist/commands/aws/dsg.sub.cmd.js +1 -1
  11. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/dist/commands/aws/rkp.sub.cmd.js +1 -1
  13. package/dist/commands/aws/sth.sub.cmd.js +1 -1
  14. package/dist/commands/aws/ti.sub.cmd.js +1 -1
  15. package/dist/commands/build/_index.js +1 -1
  16. package/dist/commands/build/build.js +1 -1
  17. package/dist/commands/build/docker.sub.cmd.js +1 -1
  18. package/dist/commands/create.js +1 -1
  19. package/dist/commands/debug.js +1 -1
  20. package/dist/commands/deploy.js +1 -1
  21. package/dist/commands/game/_index.js +1 -1
  22. package/dist/commands/game/battleship.sub.cmd.js +1 -1
  23. package/dist/commands/game/play.command.js +1 -1
  24. package/dist/commands/game/pong.sub.cmd.js +1 -1
  25. package/dist/commands/game/snake.sub.cmd.js +1 -1
  26. package/dist/commands/game/tetris.sub.cmd.js +1 -1
  27. package/dist/commands/generate.js +1 -1
  28. package/dist/commands/get/_index.js +1 -1
  29. package/dist/commands/get/get.command.js +1 -1
  30. package/dist/commands/get/global.sub.cmd.js +1 -1
  31. package/dist/commands/get/local.sub.cmd.js +1 -1
  32. package/dist/commands/get/whoami.sub.cmd.js +1 -1
  33. package/dist/commands/help.js +1 -1
  34. package/dist/commands/install.js +1 -1
  35. package/dist/commands/jsdoc.js +1 -1
  36. package/dist/commands/lint.js +1 -1
  37. package/dist/commands/login.js +1 -1
  38. package/dist/commands/logout.js +1 -1
  39. package/dist/commands/logs.js +1 -1
  40. package/dist/commands/maka.cmd.js +1 -1
  41. package/dist/commands/murder.js +1 -1
  42. package/dist/commands/proxy.js +1 -1
  43. package/dist/commands/reconfig.js +1 -1
  44. package/dist/commands/run/_index.js +1 -1
  45. package/dist/commands/run/docker.sub.cmd.js +1 -1
  46. package/dist/commands/run/run.command.js +1 -1
  47. package/dist/commands/set/_index.js +1 -1
  48. package/dist/commands/set/global.sub.cmd.js +1 -1
  49. package/dist/commands/set/local.sub.cmd.js +1 -1
  50. package/dist/commands/set/set.command.js +1 -1
  51. package/dist/commands/ssh.js +1 -1
  52. package/dist/commands/ssl.js +1 -1
  53. package/dist/commands/test.js +1 -1
  54. package/dist/commands/version.js +1 -1
  55. package/dist/error.js +1 -1
  56. package/dist/generator.js +1 -1
  57. package/dist/generators/_index.js +1 -1
  58. package/dist/generators/api.js +1 -1
  59. package/dist/generators/collection.js +1 -1
  60. package/dist/generators/component.js +1 -1
  61. package/dist/generators/config.js +1 -1
  62. package/dist/generators/dbc.js +1 -1
  63. package/dist/generators/dockerfile.js +1 -1
  64. package/dist/generators/hook.js +1 -1
  65. package/dist/generators/kit.js +1 -1
  66. package/dist/generators/layout.js +1 -1
  67. package/dist/generators/maka.gen.js +1 -1
  68. package/dist/generators/methods.js +1 -1
  69. package/dist/generators/package.js +1 -1
  70. package/dist/generators/page.js +1 -1
  71. package/dist/generators/publish.js +1 -1
  72. package/dist/generators/route.js +1 -1
  73. package/dist/generators/service.js +1 -1
  74. package/dist/generators/services/_index.js +1 -1
  75. package/dist/generators/services/openssl.js +1 -1
  76. package/dist/generators/services/translation.js +1 -1
  77. package/dist/maka.js +1 -1
  78. package/dist/tool.js +1 -1
  79. package/dist/tools/actions/actions.class.js +1 -1
  80. package/dist/tools/actions/actions.test.js +1 -1
  81. package/dist/tools/aws/aws.class.js +1 -1
  82. package/dist/tools/aws/aws.interfaces.js +1 -1
  83. package/dist/tools/docker/docker.class.js +1 -1
  84. package/dist/tools/docker/docker.interfaces.js +1 -1
  85. package/dist/tools/fsi/fsi.class.js +1 -1
  86. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  87. package/dist/tools/https/https.class.js +1 -1
  88. package/dist/tools/https/https.interface.js +1 -1
  89. package/dist/tools/log/log.class.js +1 -1
  90. package/dist/tools/log/log.interfaces.js +1 -1
  91. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  92. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  93. package/dist/tools/ssh/ssh.class.js +1 -1
  94. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  95. package/dist/tools/ssl/ssl.class.js +1 -1
  96. package/package.json +8 -9
@@ -1 +1 @@
1
- const a26y=a26d;(function(a,b){const v=a26d,c=a();while(!![]){try{const d=parseInt(v(0x156))/0x1*(parseInt(v(0x155))/0x2)+-parseInt(v(0x151))/0x3+-parseInt(v(0x16c))/0x4+-parseInt(v(0x169))/0x5+-parseInt(v(0x159))/0x6*(parseInt(v(0x174))/0x7)+-parseInt(v(0x157))/0x8+parseInt(v(0x150))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0x8b613));const a26b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a26d;if('zlcRB'==='CQZQD')d(e[w(0x15f)](f));else{if(c){const f=c[w(0x154)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a26a=a26b(this,function(){const x=a26d;return a26a[x(0x16b)]()[x(0x168)](x(0x158))[x(0x16b)]()[x(0x171)](a26a)[x(0x168)](x(0x158));});function a26c(){const E=['2582850TgPKCN','EGZuo','toString','3714988oSXAKO','then','maka\x20g:scaffold\x20todos','where','maka\x20g:package\x20package:name','constructor','help','notice','77CMEalS','VUiFk','cVqOm','next','error','HFRjX','19430109XVfXWM','1403079xXAPrO','maka\x20g:template\x20todos/todo_item','findGenerator','apply','614FZKyMs','2178qzbyEF','828152eFXpCs','(((.+)+)+)+$','130974eIjlhu','__awaiter','vmUPH','dir','generate','slice','throw','create','invoke','value','pExFH','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20{generate,\x20g}:<generator>\x20<name>\x20<opts>','Could\x20not\x20find\x20generator','listGenerators','search'];a26c=function(){return E;};return a26c();}a26a();var __awaiter=this&&this[a26y(0x15a)]||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 C=a26d;function h(k){const z=a26d;if(z(0x179)===z(0x175))d(e[z(0x177)](f));else try{if(z(0x16a)===z(0x163)){const n=g?function(){if(n){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else j(d[z(0x177)](k));}catch(n){g(n);}}function i(k){const A=a26d;try{j(d[A(0x15f)](k));}catch(l){g(l);}}function j(k){const B=a26d;k['done']?f(k['value']):e(k[B(0x162)])[B(0x16d)](h,i);}j((d=d[C(0x154)](a,b||[]))[C(0x177)]());});};import{Command}from'../command.js';function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x150;let f=c[d];return f;},a26d(a,b);}import{Log}from'../tools/log/log.class.js';import a26u from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a26y(0x160)]({'name':a26y(0x15d),'aliases':['g'],'usage':a26y(0x165),'validOpts':[a26y(0x15c),a26y(0x16f),a26y(0x172)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a26y(0x164),'examples':['maka\x20generate:scaffold\x20todos',a26y(0x16e),a26y(0x152),a26y(0x170),'maka\x20g:route\x20todos/edit','maka\x20g:api\x20trucks','maka\x20g:dbc\x20geoserver\x20--type=pgsql']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a26d;if(D(0x15b)!=='pHvow'){const c=a[0x0],d=a26u[D(0x153)](c);if(!d){if(b['help'])Log[D(0x173)]('Generators:'),a26u[D(0x167)]();else{if(D(0x176)===D(0x176))Log['error'](D(0x166));else{if(e){const f=i[D(0x154)](j,arguments);return k=null,f;}}}throw new UsageError();}yield d[D(0x161)](a[D(0x15e)](0x1),b);}else{f[D(0x172)]?(k[D(0x173)]('Generators:'),l[D(0x167)]()):m[D(0x178)]('Could\x20not\x20find\x20generator');throw new j();}});});
1
+ const a26y=a26d;function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x10f;let f=c[d];return f;},a26d(a,b);}(function(a,b){const v=a26d,c=a();while(!![]){try{const d=-parseInt(v(0x119))/0x1*(-parseInt(v(0x13a))/0x2)+parseInt(v(0x110))/0x3+parseInt(v(0x11a))/0x4*(parseInt(v(0x13b))/0x5)+-parseInt(v(0x11c))/0x6+-parseInt(v(0x123))/0x7+parseInt(v(0x136))/0x8+parseInt(v(0x12d))/0x9*(-parseInt(v(0x133))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0xdff05));const a26b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a26d;if(c){if(w(0x131)!==w(0x121)){const e=c['apply'](b,arguments);return c=null,e;}else d(e['next'](f));}}:function(){};return a=![],d;};}()),a26a=a26b(this,function(){const x=a26d;return a26a[x(0x138)]()[x(0x11f)](x(0x120))[x(0x138)]()['constructor'](a26a)['search']('(((.+)+)+)+$');});a26a();var __awaiter=this&&this[a26y(0x115)]||function(a,b,c,d){function e(f){const z=a26d;if(z(0x12c)==='dFnnU')c[z(0x11b)](z(0x125)),d[z(0x137)]();else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const D=a26d;function h(k){const A=a26d;if(A(0x112)!=='ZQBLa')try{j(d['next'](k));}catch(l){'llAZJ'===A(0x127)?b[A(0x124)]('Could\x20not\x20find\x20generator'):g(l);}else c(d);}function i(k){const B=a26d;try{'nglAo'===B(0x114)?j(d[B(0x139)](k)):d(e[B(0x139)](f));}catch(m){g(m);}}function j(k){const C=a26d;k[C(0x12b)]?f(k[C(0x12f)]):e(k[C(0x12f)])[C(0x113)](h,i);}j((d=d[D(0x132)](a,b||[]))['next']());});};import{Command}from'../command.js';function a26c(){const F=['dir','4403672bqDyNF','error','Generators:','maka\x20g:route\x20todos/edit','uZzwu','KEBkL','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:api\x20trucks','done','EuzEf','27uReoNS','maka\x20g:package\x20package:name','value','maka\x20g:scaffold\x20todos','EYYKg','apply','6803570cuqQgr','slice','rmGgU','10939680PFyBEg','listGenerators','toString','throw','2LwbvJB','205BIhZwO','maka\x20generate:scaffold\x20todos','Could\x20not\x20find\x20generator','2323554KgGvHU','maka\x20g:template\x20todos/todo_item','OWoPi','then','nglAo','__awaiter','generate','help','mAUmw','251443MAWtBA','123660wtSexu','notice','441096fHiQsi','findGenerator','maka\x20g:dbc\x20geoserver\x20--type=pgsql','search','(((.+)+)+)+$','tphsc'];a26c=function(){return F;};return a26c();}import{Log}from'../tools/log/log.class.js';import a26u from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command['create']({'name':a26y(0x116),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>\x20<opts>','validOpts':[a26y(0x122),'where',a26y(0x117)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':'Scaffold\x20various\x20parts\x20of\x20your\x20application','description':a26y(0x129),'examples':[a26y(0x13c),a26y(0x130),a26y(0x111),a26y(0x12e),a26y(0x126),a26y(0x12a),a26y(0x11e)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const E=a26d;if('uueKA'===E(0x135))c(d);else{const d=a[0x0],e=a26u[E(0x11d)](d);if(!e){if('RMBLw'!==E(0x128)){b['help']?(Log[E(0x11b)](E(0x125)),a26u['listGenerators']()):'tQfpi'===E(0x118)?h[E(0x12b)]?i(j[E(0x12f)]):k(l['value'])[E(0x113)](m,n):Log['error'](E(0x10f));throw new UsageError();}else{if(e){const h=i[E(0x132)](j,arguments);return k=null,h;}}}yield e['invoke'](a[E(0x134)](0x1),b);}});});
@@ -1 +1 @@
1
- (function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0x1c5))/0x1*(parseInt(u(0x1d1))/0x2)+-parseInt(u(0x1d0))/0x3*(parseInt(u(0x1c7))/0x4)+parseInt(u(0x1c9))/0x5*(-parseInt(u(0x1cf))/0x6)+parseInt(u(0x1cc))/0x7*(-parseInt(u(0x1d2))/0x8)+-parseInt(u(0x1d3))/0x9*(parseInt(u(0x1cd))/0xa)+-parseInt(u(0x1cb))/0xb*(-parseInt(u(0x1c8))/0xc)+-parseInt(u(0x1c6))/0xd*(-parseInt(u(0x1d4))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0xad163));var a27b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a27d;if(c){var e=c[v(0x1c3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a27a=a27b(this,function(){var w=a27d;return a27a[w(0x1ce)]()['search'](w(0x1ca))[w(0x1ce)]()['constructor'](a27a)[w(0x1c4)]('(((.+)+)+)+$');});function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x1c3;var f=c[d];return f;},a27d(a,b);}a27a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a27c(){var x=['48pZRppT','120ayaBjl','(((.+)+)+)+$','2920423YpfALL','35MoXkid','2542380fNAVBM','toString','68022CmKYbO','360579MxTQsf','2cOmfOR','528664xoVLJj','45pfeEvl','68614AhDKvB','apply','search','1381124LeDOzr','689nmAijp','4woUDbS'];a27c=function(){return x;};return a27c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0x17e))/0x1+-parseInt(u(0x188))/0x2+parseInt(u(0x183))/0x3+parseInt(u(0x180))/0x4*(-parseInt(u(0x181))/0x5)+parseInt(u(0x186))/0x6*(parseInt(u(0x184))/0x7)+-parseInt(u(0x182))/0x8+parseInt(u(0x17c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0x7006d));var a27b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a27d;if(c){var e=c[v(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a27a=a27b(this,function(){var w=a27d;return a27a[w(0x17d)]()[w(0x187)](w(0x17f))[w(0x17d)]()[w(0x17b)](a27a)[w(0x187)](w(0x17f));});a27a();function a27c(){var x=['326786uXjwJS','constructor','2045322rBPnRo','toString','806493zKgnXq','(((.+)+)+)+$','766888vLMlZg','5ilVbci','5630704hXRBKM','340986QopkJl','2779BBPmtZ','apply','5598GaTWnU','search'];a27c=function(){return x;};return a27c();}import'./get.command.js';import'./global.sub.cmd.js';function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x17b;var f=c[d];return f;},a27d(a,b);}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a28B=a28d;(function(a,b){const x=a28d,c=a();while(!![]){try{const d=-parseInt(x(0x199))/0x1*(parseInt(x(0x187))/0x2)+-parseInt(x(0x19e))/0x3*(parseInt(x(0x186))/0x4)+parseInt(x(0x18a))/0x5*(-parseInt(x(0x192))/0x6)+-parseInt(x(0x18f))/0x7+parseInt(x(0x1a2))/0x8+parseInt(x(0x19a))/0x9*(-parseInt(x(0x18b))/0xa)+-parseInt(x(0x18c))/0xb*(-parseInt(x(0x1a9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x5e302));function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x185;let f=c[d];return f;},a28d(a,b);}const a28b=(function(){let a=!![];return function(b,c){const y=a28d;if('cLOic'!==y(0x1a1))h['done']?i(j[y(0x1aa)]):k(l[y(0x1aa)])[y(0x193)](m,n);else{const e=a?function(){const z=y;if(c){const f=c[z(0x185)](b,arguments);return c=null,f;}}:function(){};return a=![],e;}};}()),a28a=a28b(this,function(){const A=a28d;return a28a[A(0x191)]()['search']('(((.+)+)+)+$')[A(0x191)]()[A(0x1a5)](a28a)['search'](A(0x1a7));});a28a();var __awaiter=this&&this[a28B(0x19c)]||function(a,b,c,d){function e(f){const C=a28d;if(C(0x1a3)!==C(0x1a3)){const h=g?function(){const D=C;if(h){const u=q[D(0x185)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}else return f instanceof c?f:new c(function(h){const E=C;if(E(0x1ac)!==E(0x1a6))h(f);else{const j=d[E(0x185)](e,arguments);return f=null,j;}});}return new(c||(c=Promise))(function(f,g){const I=a28d;function h(k){const F=a28d;try{j(d[F(0x18e)](k));}catch(l){if('FZniB'!==F(0x196))g(l);else{c[F(0x189)](F(0x188));throw new d();}}}function i(k){const G=a28d;try{'iouSI'===G(0x1a4)?d(e[G(0x18e)](f)):j(d[G(0x19f)](k));}catch(m){g(m);}}function j(k){const H=a28d;H(0x190)===H(0x195)?this[H(0x1ad)](d,e,f):k[H(0x1a8)]?f(k[H(0x1aa)]):e(k[H(0x1aa)])[H(0x193)](h,i);}j((d=d[I(0x185)](a,b||[]))['next']());});};import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a28B(0x194)]({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a28B(0x197),'validOpts':[]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const J=a28d;if(J(0x1a0)!=='mXdVH'){const c=a[0x0],d=this['findSubCommand'](c);if(d){if(J(0x19d)===J(0x18d))try{i(j[J(0x18e)](k));}catch(f){m(f);}else this[J(0x1ad)](c,a,b);}else{if(J(0x19b)!==J(0x198)){Log[J(0x189)](J(0x188));throw new UsageErrorWithSubs();}else return f instanceof g?h:new i(function(m){m(k);});}}else{const h=f[0x0],i=this[J(0x1ab)](h);if(i)this[J(0x1ad)](h,k,l);else{m[J(0x189)]('Sub-Command\x20not\x20found');throw new n();}}});});export default GetCommand;function a28c(){const K=['aHcuM','TQEPt','constructor','gORuv','(((.+)+)+)+$','done','2275236cyZgIV','value','findSubCommand','kBeBW','runSubCommand','apply','1082756eQWAiV','42cRnXju','Sub-Command\x20not\x20found','error','300ohvjoD','10GVFVeF','66dxtJSa','fPHYd','next','609945HbLZoP','FNlKq','toString','73218HldCxZ','then','create','HwEzw','MSvce','Get\x20various\x20Maka\x20variables\x20and\x20configurations','jXjgk','5674vZWgGx','933084scnzsd','VJNkT','__awaiter','AvmzZ','3VedWJG','throw','YDWYJ','cLOic','4488080ynxzJN'];a28c=function(){return K;};return a28c();}
1
+ function a28c(){const J=['next','toString','dKKUw','then','throw','done','constructor','search','1837UpWqfy','bGBev','pFDHO','26070QToZef','runSubCommand','40RObZjb','error','apply','25830612zQKNVB','xcIRs','maka\x20get:<sub-command>','trDBm','mCvsl','XQtnT','value','hHpSu','krYeD','RycNW','ULWbE','nCckj','BCQac','2539557shDiIe','jYOMj','Sub-Command\x20not\x20found','10173UJvvyS','698TtSary','get','ZIplN','42prgyjq','97220bmvuxv','84222rvHTtc','40gChFZK','(((.+)+)+)+$','create','Get\x20various\x20Maka\x20variables\x20and\x20configurations','HDbwV','891486oLBdYI','rNTWU'];a28c=function(){return J;};return a28c();}const a28H=a28d;(function(a,b){const x=a28d,c=a();while(!![]){try{const d=-parseInt(x(0xb5))/0x1+parseInt(x(0xb0))/0x2*(parseInt(x(0xaf))/0x3)+parseInt(x(0xb4))/0x4*(parseInt(x(0xb6))/0x5)+parseInt(x(0xbb))/0x6*(-parseInt(x(0xb3))/0x7)+-parseInt(x(0xca))/0x8*(parseInt(x(0xac))/0x9)+parseInt(x(0xc8))/0xa*(-parseInt(x(0xc5))/0xb)+parseInt(x(0xcd))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0xacf9c));const a28b=(function(){let a=!![];return function(b,c){const d=a?function(){const y=a28d;if(c){if(y(0xc6)!==y(0xd1)){const e=c['apply'](b,arguments);return c=null,e;}else try{i(j[y(0xc1)](k));}catch(g){m(g);}}}:function(){};return a=![],d;};}()),a28a=a28b(this,function(){const z=a28d;return a28a[z(0xbe)]()[z(0xc4)]('(((.+)+)+)+$')[z(0xbe)]()[z(0xc3)](a28a)[z(0xc4)](z(0xb7));});a28a();function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0xa5;let f=c[d];return f;},a28d(a,b);}var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){const A=a28d;if(A(0xc7)!==A(0xd2))return f instanceof c?f:new c(function(g){const B=A;if(B(0xbc)===B(0xbf)){if(e){const i=i[B(0xcc)](j,arguments);return k=null,i;}}else g(f);});else{const h=g?function(){const C=A;if(h){const u=q[C(0xcc)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}}return new(c||(c=Promise))(function(f,g){const G=a28d;function h(k){const D=a28d;if('YjkSA'!==D(0xaa))try{'ULWbE'===D(0xa9)?j(d['next'](k)):d(e[D(0xbd)](f));}catch(m){if(D(0xa6)!==D(0xba))g(m);else{c[D(0xcb)](D(0xae));throw new d();}}else try{i(j['next'](k));}catch(p){m(p);}}function i(k){const E=a28d;try{j(d[E(0xc1)](k));}catch(l){if(E(0xce)!==E(0xb2))g(l);else return c[E(0xbe)]()[E(0xc4)](E(0xb7))['toString']()[E(0xc3)](d)['search'](E(0xb7));}}function j(k){const F=a28d;k[F(0xc2)]?f(k[F(0xa5)]):e(k[F(0xa5)])[F(0xc0)](h,i);}j((d=d[G(0xcc)](a,b||[]))[G(0xbd)]());});};import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a28H(0xb8)]({'name':a28H(0xb1),'usage':a28H(0xcf),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a28H(0xb9),'validOpts':[]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const I=a28d;if(I(0xa7)!==I(0xd0)){const c=a[0x0],d=this['findSubCommand'](c);if(d)'JiUxS'!==I(0xab)?this['runSubCommand'](c,a,b):d(e[I(0xc1)](f));else{if(I(0xad)===I(0xa8)){const h=d[I(0xcc)](e,arguments);return f=null,h;}else{Log[I(0xcb)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}}}else this[I(0xc9)](d,e,f);});});export default GetCommand;
@@ -1 +1 @@
1
- var a29y=a29d;function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x15c;var f=c[d];return f;},a29d(a,b);}(function(a,b){var v=a29d,c=a();while(!![]){try{var d=parseInt(v(0x17b))/0x1*(parseInt(v(0x17c))/0x2)+parseInt(v(0x163))/0x3*(parseInt(v(0x168))/0x4)+parseInt(v(0x180))/0x5*(parseInt(v(0x17e))/0x6)+parseInt(v(0x176))/0x7+parseInt(v(0x179))/0x8*(parseInt(v(0x173))/0x9)+parseInt(v(0x17a))/0xa+-parseInt(v(0x169))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0xf3062));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if(w(0x16d)==='mxlMY'){if(c){if('bpnAX'!==w(0x15c)){var e=c[w(0x15e)](b,arguments);return c=null,e;}else{if(e){var g=i['apply'](j,arguments);return k=null,g;}}}}else try{i(j['next'](k));}catch(h){m(h);}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a[x(0x16b)]()['search'](x(0x175))['toString']()['constructor'](a29a)[x(0x17d)](x(0x175));});function a29c(){var F=['log','fsi','throw','error','12dOdcPC','53492516NWLYOj','global-config','toString','VEzSM','mxlMY','exit','done','__awaiter','then','getGlobalConfig','198trXoiO','qmyNK','(((.+)+)+)+$','11400109OMQCUX','value','ykJiV','321064qFLnBb','12267270PecZIk','8545eJXwqj','310djWUkl','search','714ttPMLV','yyGDZ','32320MBxhjX','LRqJe','YwngB','HtLit','apply','create','next','maka\x20get:global-config','BHloT','26451zSDPRF'];a29c=function(){return F;};return a29c();}a29a();var __awaiter=this&&this[a29y(0x170)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var z=a29d;if(z(0x15d)!==z(0x15d))try{i(j[z(0x166)](k));}catch(i){m(i);}else g(f);});}return new(c||(c=Promise))(function(f,g){var D=a29d;function h(k){var A=a29d;if(A(0x17f)==='pcwJz')h[A(0x16f)]?i(j['value']):k(l[A(0x177)])[A(0x171)](m,n);else try{A(0x162)!=='BHloT'?c(d):j(d[A(0x160)](k));}catch(n){A(0x178)!==A(0x178)?c(d):g(n);}}function i(k){var B=a29d;if(B(0x16c)!==B(0x16c)){var m=d['apply'](e,arguments);return f=null,m;}else try{j(d[B(0x166)](k));}catch(m){g(m);}}function j(k){var C=a29d;if(C(0x181)===C(0x181))k[C(0x16f)]?f(k[C(0x177)]):e(k[C(0x177)])['then'](h,i);else return c[C(0x16b)]()[C(0x17d)](C(0x175))[C(0x16b)]()['constructor'](d)[C(0x17d)](C(0x175));}j((d=d[D(0x15e)](a,b||[]))['next']());});};import a29u from'./get.command.js';import{Command}from'../../command.js';Command[a29y(0x15f)]({'name':a29y(0x16a),'usage':a29y(0x161),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a29d;try{if('NZPpL'===E(0x174))d['error'](e),f[E(0x16e)](0x0);else{const b=yield this[E(0x165)][E(0x172)]();console[E(0x164)](b);}}catch(c){console[E(0x167)](c),process[E(0x16e)](0x0);}});},a29u);
1
+ function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0xc4;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(0xc4))/0x1*(-parseInt(v(0xe2))/0x2)+parseInt(v(0xdc))/0x3+-parseInt(v(0xc9))/0x4+parseInt(v(0xcb))/0x5*(parseInt(v(0xca))/0x6)+parseInt(v(0xc6))/0x7+parseInt(v(0xd3))/0x8+-parseInt(v(0xce))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0xccb83));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if(c){if('MsUCz'===w(0xd4))try{i(j[w(0xd8)](k));}catch(g){m(g);}else{var e=c['apply'](b,arguments);return c=null,e;}}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a[x(0xde)]()['search']('(((.+)+)+)+$')[x(0xde)]()['constructor'](a29a)[x(0xc5)]('(((.+)+)+)+$');});a29a();var __awaiter=this&&this[a29y(0xd0)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var D=a29d;function h(k){var z=a29d;try{if(z(0xd1)===z(0xd1))j(d['next'](k));else{var n=g?function(){var A=z;if(n){var u=q[A(0xda)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}catch(m){g(m);}}function i(k){var B=a29d;try{B(0xd6)==='UtNSO'?d(e[B(0xdd)](f)):j(d[B(0xdd)](k));}catch(m){g(m);}}function j(k){var C=a29d;k[C(0xd5)]?f(k[C(0xd9)]):e(k[C(0xd9)])[C(0xd7)](h,i);}j((d=d[D(0xda)](a,b||[]))[D(0xd8)]());});};function a29c(){var F=['8153192KBaCBC','LqmEu','done','zehua','then','next','value','apply','global-config','1110534rCRULy','throw','toString','create','hrmIr','exit','301858IidFhy','2MynSmH','search','9209893TTixnV','usAPP','log','4884452izMhCi','1290dZcbfJ','36585ehWMZe','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','maka\x20get:global-config','22683555AhAPOc','XTCip','__awaiter','sRLnO','error'];a29c=function(){return F;};return a29c();}import a29u from'./get.command.js';import{Command}from'../../command.js';Command[a29y(0xdf)]({'name':a29y(0xdb),'usage':a29y(0xcd),'aliases':['gc'],'shortDesc':a29y(0xcc),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a29d;try{if(E(0xe0)===E(0xe0)){const a=yield this['fsi']['getGlobalConfig']();console[E(0xc8)](a);}else c(d);}catch(c){E(0xc7)!==E(0xcf)?(console[E(0xd2)](c),process[E(0xe1)](0x0)):c(d);}});},a29u);
@@ -1 +1 @@
1
- function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x195;var f=c[d];return f;},a30d(a,b);}var a30y=a30d;(function(a,b){var v=a30d,c=a();while(!![]){try{var d=-parseInt(v(0x1a8))/0x1*(parseInt(v(0x1a1))/0x2)+parseInt(v(0x1a2))/0x3+parseInt(v(0x19d))/0x4*(parseInt(v(0x1a9))/0x5)+parseInt(v(0x197))/0x6+parseInt(v(0x1af))/0x7+parseInt(v(0x198))/0x8*(parseInt(v(0x1a4))/0x9)+-parseInt(v(0x1b4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xd8b7d));var a30b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a30d;if(c){if(w(0x1a5)!==w(0x1ae)){var e=c['apply'](b,arguments);return c=null,e;}else c(d);}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){var x=a30d;return a30a[x(0x19f)]()[x(0x196)]('(((.+)+)+)+$')[x(0x19f)]()['constructor'](a30a)[x(0x196)](x(0x199));});a30a();var __awaiter=this&&this[a30y(0x1a0)]||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=a30d;function h(k){var z=a30d;try{if(z(0x1ad)==='HiLfY')try{i(j[z(0x19a)](k));}catch(m){m(m);}else j(d[z(0x1a6)](k));}catch(m){g(m);}}function i(k){var A=a30d;try{if(A(0x1a7)!==A(0x1b2))j(d[A(0x19a)](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){A(0x1b1)!==A(0x1aa)?g(m):c(d);}}function j(k){var B=a30d;k[B(0x1ac)]?f(k[B(0x1b0)]):e(k[B(0x1b0)])[B(0x1b5)](h,i);}j((d=d[C(0x1a3)](a,b||[]))[C(0x1a6)]());});};import a30u from'./get.command.js';function a30c(){var E=['6824468cGACZq','fsi','toString','__awaiter','736658bqwXYZ','4190283AiYMXK','apply','189uFfMoR','cvGEG','next','LkePy','4bGRQbB','5aPOewl','wzyaG','local-config','done','Kfjii','aHYbX','10662211urCTjU','value','BNDpA','EHyim','maka\x20get:local-config','41063000KDAgKN','then','WGxna','search','5212518DsufCu','370472rTRpUm','(((.+)+)+)+$','throw','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','create'];a30c=function(){return E;};return a30c();}import{Command}from'../../command.js';Command[a30y(0x19c)]({'name':a30y(0x1ab),'usage':a30y(0x1b3),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a30y(0x19b),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a30d;if(D(0x195)===D(0x195)){const a=yield this[D(0x19e)]['getProjectConfig']();console['log'](a);}else{if(e){var c=i[D(0x1a3)](j,arguments);return k=null,c;}}});},a30u);
1
+ var a30z=a30d;(function(a,b){var v=a30d,c=a();while(!![]){try{var d=-parseInt(v(0xf6))/0x1*(-parseInt(v(0xf1))/0x2)+parseInt(v(0xee))/0x3*(-parseInt(v(0x105))/0x4)+-parseInt(v(0xeb))/0x5+-parseInt(v(0x101))/0x6+parseInt(v(0xf7))/0x7*(-parseInt(v(0xf2))/0x8)+-parseInt(v(0xec))/0x9+parseInt(v(0x106))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xc3bb5));var a30b=(function(){var a=!![];return function(b,c){var w=a30d;if(w(0xe8)!=='oOMrL')c(d);else{var d=a?function(){var x=w;if(x(0xfa)===x(0xf5))return c[x(0xff)]()[x(0xe9)](x(0x104))['toString']()['constructor'](d)[x(0xe9)](x(0x104));else{if(c){if(x(0xf0)===x(0xf9))c(d);else{var f=c[x(0xef)](b,arguments);return c=null,f;}}}}:function(){};return a=![],d;}};}()),a30a=a30b(this,function(){var y=a30d;return a30a[y(0xff)]()[y(0xe9)]('(((.+)+)+)+$')[y(0xff)]()[y(0xf4)](a30a)[y(0xe9)](y(0x104));});a30a();var __awaiter=this&&this[a30z(0x100)]||function(a,b,c,d){function e(f){var A=a30d;if('yhGHB'===A(0xfb))c(d);else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){var D=a30d;function h(k){var B=a30d;try{j(d[B(0xfe)](k));}catch(l){g(l);}}function i(k){try{j(d['throw'](k));}catch(l){g(l);}}function j(k){var C=a30d;C(0xf8)!==C(0xfc)?k[C(0x103)]?f(k[C(0xfd)]):e(k[C(0xfd)])[C(0xe7)](h,i):h[C(0x103)]?i(j[C(0xfd)]):k(l[C(0xfd)])['then'](m,n);}j((d=d[D(0xef)](a,b||[]))[D(0xfe)]());});};import a30u from'./get.command.js';function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0xe7;var f=c[d];return f;},a30d(a,b);}import{Command}from'../../command.js';Command[a30z(0xea)]({'name':a30z(0xf3),'usage':a30z(0xed),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a30z(0x102),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a30d;const a=yield this['fsi']['getProjectConfig']();console[E(0x107)](a);});},a30u);function a30c(){var F=['177zHTtOv','apply','fAbeF','36502ONNZBr','8Zqvsnn','local-config','constructor','dluof','74qdlquF','5481945xoLHhf','twoOs','oBhzi','GfdnA','eSkdF','YucwW','value','next','toString','__awaiter','956916bJnKaM','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','done','(((.+)+)+)+$','26116pXgUmb','23200540xIWulz','log','then','oOMrL','search','create','1426435NXELXm','11302128wbRSWf','maka\x20get:local-config'];a30c=function(){return F;};return a30c();}
@@ -1 +1 @@
1
- function a31c(){var R=['14oHpUTc','43261569olryrI','whoami','throw','decode','NuPov','constructor','NWFdt','EUNUO','MoZuq','notice','OsYMy','nnIoI','user','NCysU','token','exit','(((.+)+)+)+$','roles','2629197TLlzEP','toString','search','then','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','authToken','jyPQW','getGlobalConfig','200520ZRJinP','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','hash','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','ISOJq','PoslA','bFvVc','4699176XPYWqm','apply','value','VFLhi','join','2AufkwB','1013728KgQYfi','LAGmL','userId','__awaiter','next','1849180VdOdAM','error','3640984FLbOoj','User\x20Access\x20Token:\x20\x20','auAgA','fsi','maka\x20get:whoami'];a31c=function(){return R;};return a31c();}var a31J=a31d;function a31d(a,b){var c=a31c();return a31d=function(d,e){d=d-0xe6;var f=c[d];return f;},a31d(a,b);}(function(a,b){var F=a31d,c=a();while(!![]){try{var d=-parseInt(F(0xf7))/0x1*(parseInt(F(0xf6))/0x2)+-parseInt(F(0x116))/0x3+-parseInt(F(0xfc))/0x4+-parseInt(F(0xea))/0x5+-parseInt(F(0xf1))/0x6+parseInt(F(0x103))/0x7*(-parseInt(F(0xfe))/0x8)+parseInt(F(0x104))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0xaffe9));var a31b=(function(){var a=!![];return function(b,c){var G=a31d;if(G(0x10e)==='mXJVg'){if(e){var f=i['apply'](j,arguments);return k=null,f;}}else{var d=a?function(){var H=G;if(c){var f=c[H(0xf2)](b,arguments);return c=null,f;}}:function(){};return a=![],d;}};}()),a31a=a31b(this,function(){var I=a31d;return a31a[I(0x117)]()[I(0x118)](I(0x114))[I(0x117)]()[I(0x109)](a31a)[I(0x118)](I(0x114));});a31a();var __awaiter=this&&this[a31J(0xfa)]||function(a,b,c,d){function e(f){var K=a31d;if(K(0x10f)!=='dsbsH')return f instanceof c?f:new c(function(g){var L=K;L(0xf8)!==L(0xee)?g(f):d(e[L(0x106)](f));});else{var h=d['apply'](e,arguments);return f=null,h;}}return new(c||(c=Promise))(function(f,g){var P=a31d;function h(k){var M=a31d;if(M(0x111)==='NCysU')try{'PEjaT'==='NrHKM'?(d[M(0xfd)](e),f['exit'](0x0)):j(d[M(0xfb)](k));}catch(m){M(0x10b)!==M(0x10b)?d(m[M(0xfb)](f)):g(m);}else return f instanceof g?h:new i(function(p){p(k);});}function i(k){var N=a31d;if(N(0x10a)==='YPqXV'){const m=o[N(0x107)](p[N(0xec)]);q[N(0x10d)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(m===null||m===void 0x0?void 0x0:m[N(0x110)])),r[N(0x10d)](N(0xed)+((s=t[N(0x112)])===null||u===void 0x0?void 0x0:v[N(0xf9)])),w[N(0x10d)](N(0xff)+((x=y[N(0x112)])===null||z===void 0x0?void 0x0:A[N(0xe7)])),B[N(0x10d)](N(0xe6)+(m===null||m===void 0x0?void 0x0:m[N(0x115)][N(0xf5)](',\x20')));}else try{if(N(0xf4)!==N(0x10c))j(d[N(0x106)](k));else{var n=g?function(){if(n){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}catch(n){g(n);}}function j(k){var O=a31d;O(0x100)!==O(0x100)?c(d):k['done']?f(k[O(0xf3)]):e(k[O(0xf3)])[O(0x119)](h,i);}j((d=d[P(0xf2)](a,b||[]))[P(0xfb)]());});};import a31D from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a31E from'jsonwebtoken';Command['create']({'name':a31J(0x105),'usage':a31J(0x102),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){var a,b;return __awaiter(this,void 0x0,void 0x0,function*(){var Q=a31d;try{if(Q(0xe8)==='jyPQW'){const c=yield this[Q(0x101)][Q(0xe9)]();if(c['hash']){if(Q(0xf0)!=='BTmxG'){const d=a31E[Q(0x107)](c['hash']);Log[Q(0x10d)](Q(0xeb)+(d===null||d===void 0x0?void 0x0:d['user'])),Log['notice'](Q(0xed)+((a=c[Q(0x112)])===null||a===void 0x0?void 0x0:a[Q(0xf9)])),Log[Q(0x10d)]('User\x20Access\x20Token:\x20\x20'+((b=c[Q(0x112)])===null||b===void 0x0?void 0x0:b[Q(0xe7)])),Log['notice'](Q(0xe6)+(d===null||d===void 0x0?void 0x0:d[Q(0x115)][Q(0xf5)](',\x20')));}else c(d);}}else h['done']?i(j[Q(0xf3)]):k(l[Q(0xf3)])[Q(0x119)](m,n);}catch(h){if(Q(0xef)===Q(0x108))try{i(j[Q(0x106)](k));}catch(j){m(j);}else console[Q(0xfd)](h),process[Q(0x113)](0x0);}});},a31D);
1
+ var a31J=a31d;(function(a,b){var F=a31d,c=a();while(!![]){try{var d=parseInt(F(0x12f))/0x1*(-parseInt(F(0x115))/0x2)+-parseInt(F(0x139))/0x3+parseInt(F(0x11a))/0x4*(parseInt(F(0x134))/0x5)+-parseInt(F(0x13f))/0x6*(parseInt(F(0x127))/0x7)+-parseInt(F(0x136))/0x8*(-parseInt(F(0x133))/0x9)+-parseInt(F(0x112))/0xa*(parseInt(F(0x128))/0xb)+parseInt(F(0x110))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x5140c));var a31b=(function(){var a=!![];return function(b,c){var G=a31d;if('HGafL'!==G(0x13d)){var d=a?function(){var H=G;if('JpmXf'===H(0x123)){if(c){var e=c[H(0x111)](b,arguments);return c=null,e;}}else d(e[H(0x129)](f));}:function(){};return a=![],d;}else c(d);};}()),a31a=a31b(this,function(){var I=a31d;return a31a[I(0x11d)]()['search'](I(0x12a))[I(0x11d)]()[I(0x120)](a31a)[I(0x117)](I(0x12a));});a31a();var __awaiter=this&&this[a31J(0x13c)]||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 N=a31d;function h(k){var K=a31d;if(K(0x124)===K(0x124))try{'LfArh'===K(0x135)?d(e[K(0x119)](f)):j(d[K(0x119)](k));}catch(m){g(m);}else{if(e){var o=i[K(0x111)](j,arguments);return k=null,o;}}}function i(k){var L=a31d;if(L(0x126)===L(0x13e))d[L(0x138)](e),f[L(0x118)](0x0);else try{j(d[L(0x129)](k));}catch(m){if(L(0x121)===L(0x11c))return c[L(0x11d)]()[L(0x117)](L(0x12a))['toString']()[L(0x120)](d)[L(0x117)](L(0x12a));else g(m);}}function j(k){var M=a31d;k[M(0x137)]?f(k[M(0x130)]):e(k[M(0x130)])['then'](h,i);}j((d=d[N(0x111)](a,b||[]))[N(0x119)]());});};function a31d(a,b){var c=a31c();return a31d=function(d,e){d=d-0x10f;var f=c[d];return f;},a31d(a,b);}import a31D from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a31E from'jsonwebtoken';function a31c(){var Q=['error','1698522HwKqpL','MCiOp','maka\x20get:whoami','__awaiter','AcnWB','YbdoP','305940YVefpe','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','getGlobalConfig','12668820Qxnwyy','apply','5734350NXJnOo','roles','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','26626SzAvYP','decode','search','exit','next','275636nsdElW','notice','wVfQd','toString','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','User\x20Access\x20Token:\x20\x20','constructor','jkFPx','userId','JpmXf','DWIcj','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','DfSmX','14VbTFrY','11cRgUKj','throw','(((.+)+)+)+$','hash','whoami','fsi','token','8YTaiBG','value','authToken','RuwLU','1096542GhpTwD','10MCDSpe','jFcYZ','32figInJ','done'];a31c=function(){return Q;};return a31c();}Command['create']({'name':a31J(0x12c),'usage':a31J(0x13b),'shortDesc':a31J(0x114),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){var a,b;return __awaiter(this,void 0x0,void 0x0,function*(){var O=a31d;try{if('MCiOp'!==O(0x13a))c(d);else{const d=yield this[O(0x12d)][O(0x10f)]();if(d[O(0x12b)]){if(O(0x132)===O(0x132)){const f=a31E[O(0x116)](d[O(0x12b)]);Log[O(0x11b)](O(0x125)+(f===null||f===void 0x0?void 0x0:f['user'])),Log[O(0x11b)](O(0x140)+((a=d[O(0x12e)])===null||a===void 0x0?void 0x0:a[O(0x122)])),Log[O(0x11b)](O(0x11f)+((b=d[O(0x12e)])===null||b===void 0x0?void 0x0:b[O(0x131)])),Log[O(0x11b)](O(0x11e)+(f===null||f===void 0x0?void 0x0:f[O(0x113)]['join'](',\x20')));}else{var h=g?function(){var P=O;if(h){var u=q[P(0x111)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}}}}catch(h){console[O(0x138)](h),process[O(0x118)](0x0);}});},a31D);
@@ -1 +1 @@
1
- function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0x14b;var f=c[d];return f;},a32d(a,b);}var a32x=a32d;(function(a,b){var u=a32d,c=a();while(!![]){try{var d=parseInt(u(0x156))/0x1+parseInt(u(0x163))/0x2+-parseInt(u(0x15a))/0x3*(parseInt(u(0x152))/0x4)+-parseInt(u(0x151))/0x5+parseInt(u(0x15e))/0x6*(parseInt(u(0x14d))/0x7)+-parseInt(u(0x161))/0x8*(-parseInt(u(0x158))/0x9)+parseInt(u(0x153))/0xa*(-parseInt(u(0x14b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0xb951f));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a32d;if(c){var e=c[v(0x154)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var w=a32d;return a32a[w(0x160)]()[w(0x162)](w(0x14e))[w(0x160)]()['constructor'](a32a)[w(0x162)](w(0x14e));});a32a();var __awaiter=this&&this[a32x(0x159)]||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 B=a32d;function h(k){var y=a32d;if('Shhfc'!==y(0x155))try{j(d[y(0x15b)](k));}catch(l){g(l);}else d(e[y(0x164)](f));}function i(k){var z=a32d;try{j(d[z(0x164)](k));}catch(l){if('rldfg'!==z(0x165))g(l);else try{i(j['next'](k));}catch(o){m(o);}}}function j(k){var A=a32d;A(0x15d)==='tcKnO'?k[A(0x150)]?f(k[A(0x14c)]):e(k[A(0x14c)])[A(0x14f)](h,i):c(d);}j((d=d[B(0x154)](a,b||[]))[B(0x15b)]());});};function a32c(){var C=['__awaiter','4308hZNDQZ','next','Deprecated:\x20use\x20--help\x20instead','tcKnO','5248446qDwRyU','Try,\x20maka\x20--help','toString','2504rzwbNz','search','2948556jCQDNc','throw','izbAX','5060033rgsJIk','value','7ayNGVG','(((.+)+)+)+$','then','done','5307040ZIfIlw','1676xsQhlX','40sMMVKz','apply','tmeGM','654583SyvXRJ','create','36189JPGbyL'];a32c=function(){return C;};return a32c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a32x(0x157)]({'name':'help','description':a32x(0x15f),'aliases':['h'],'validOpts':[],'shortDesc':a32x(0x15c)},function(){return __awaiter(this,void 0x0,void 0x0,function*(){throw new UsageError();});});
1
+ var a32x=a32d;(function(a,b){var u=a32d,c=a();while(!![]){try{var d=-parseInt(u(0x1a9))/0x1+-parseInt(u(0x1bc))/0x2+-parseInt(u(0x1b5))/0x3+-parseInt(u(0x1a5))/0x4*(parseInt(u(0x1bd))/0x5)+-parseInt(u(0x1b0))/0x6*(parseInt(u(0x1a7))/0x7)+parseInt(u(0x1b3))/0x8+parseInt(u(0x1c1))/0x9*(parseInt(u(0x1be))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x4a9c9));function a32c(){var D=['help','18eQSTNX','4YLRfTS','value','476igLKVM','throw','181595CIOJdz','apply','(((.+)+)+)+$','ljITy','JyBRn','next','Deprecated:\x20use\x20--help\x20instead','20946ZuGAyY','constructor','search','2440032tlOwbU','LQeKG','1048470QiOhEJ','done','xtQRA','RnjQW','ugtrF','NjSxm','create','703438QHjMjs','502215bqumSY','6106200OJmzIY','__awaiter'];a32c=function(){return D;};return a32c();}function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0x1a5;var f=c[d];return f;},a32d(a,b);}var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a32d;if(c){if(v(0x1ac)==='ljITy'){var e=c[v(0x1aa)](b,arguments);return c=null,e;}else c(d);}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var w=a32d;return a32a['toString']()['search'](w(0x1ab))['toString']()[w(0x1b1)](a32a)[w(0x1b2)](w(0x1ab));});a32a();var __awaiter=this&&this[a32x(0x1bf)]||function(a,b,c,d){function e(f){var y=a32d;if(y(0x1ba)!=='Cnhlq')return f instanceof c?f:new c(function(g){g(f);});else try{i(j[y(0x1ae)](k));}catch(h){m(h);}}return new(c||(c=Promise))(function(f,g){var C=a32d;function h(k){var z=a32d;if(z(0x1b4)!=='LQeKG')c(d);else try{j(d[z(0x1ae)](k));}catch(m){g(m);}}function i(k){var A=a32d;if('xtQRA'!==A(0x1b7)){var m=d[A(0x1aa)](e,arguments);return f=null,m;}else try{j(d[A(0x1a8)](k));}catch(m){if(A(0x1b9)===A(0x1b9))g(m);else try{i(j['throw'](k));}catch(o){m(o);}}}function j(k){var B=a32d;B(0x1b8)!==B(0x1ad)?k[B(0x1b6)]?f(k[B(0x1a6)]):e(k[B(0x1a6)])['then'](h,i):d(e[B(0x1a8)](f));}j((d=d[C(0x1aa)](a,b||[]))['next']());});};import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a32x(0x1bb)]({'name':a32x(0x1c0),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a32x(0x1af)},function(){return __awaiter(this,void 0x0,void 0x0,function*(){throw new UsageError();});});
@@ -1 +1 @@
1
- const a33F=a33d;(function(a,b){const C=a33d,c=a();while(!![]){try{const d=-parseInt(C(0xc8))/0x1+parseInt(C(0x128))/0x2*(parseInt(C(0x11d))/0x3)+-parseInt(C(0xf0))/0x4*(-parseInt(C(0xe8))/0x5)+-parseInt(C(0xde))/0x6*(parseInt(C(0xfb))/0x7)+-parseInt(C(0x10d))/0x8*(parseInt(C(0xd5))/0x9)+-parseInt(C(0xf4))/0xa*(-parseInt(C(0xe0))/0xb)+-parseInt(C(0xdf))/0xc*(-parseInt(C(0xcf))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x537a1));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a33d;if(D(0xc9)!==D(0xc9))d[D(0x11e)](e),f['exit'](0x0);else{if(c){const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const E=a33d;return a33a[E(0x10e)]()[E(0xe1)](E(0x11f))[E(0x10e)]()[E(0xef)](a33a)['search'](E(0x11f));});a33a();var __awaiter=this&&this[a33F(0xf7)]||function(a,b,c,d){function e(f){const G=a33d;if(G(0x108)!==G(0x108))d(e[G(0x111)](f));else return f instanceof c?f:new c(function(h){const H=G;H(0x106)!==H(0xd9)?h(f):c[H(0x11e)](d);});}return new(c||(c=Promise))(function(f,g){const M=a33d;function h(k){const I=a33d;if(I(0xda)!=='zTzmF')try{j(d[I(0x111)](k));}catch(l){if('iYARD'===I(0xcd))g(l);else{const n=g?function(){const J=I;if(n){const u=q[J(0xe9)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}else b[I(0xf3)](I(0xea));}function i(k){const K=a33d;try{j(d[K(0x10a)](k));}catch(l){g(l);}}function j(k){const L=a33d;k[L(0xec)]?f(k['value']):e(k[L(0xeb)])[L(0x104)](h,i);}j((d=d[M(0xe9)](a,b||[]))[M(0x111)]());});};import a33x from'os';import a33y from'path';function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0xc7;let f=c[d];return f;},a33d(a,b);}import a33z from'fs';function a33c(){const O=['mvTNN','isFile','version','existsSync','darwin','259623gwiPEa','error','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/meteor-bootstrap-','create','maka\x20install\x20meteor','debug','oycsc','-rf','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','8dgZZnv','maka\x20install\x20meteor\x20-v\x202.3.6','withSpinner','Downloading\x20meteor\x20version\x20','curl','384454LcIShb','KUMsE','meteor.tar.gz','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','--cacert','iYARD','https://static-meteor.netdna-ssl.com/packages-bootstrap/','2512211xuMITH','keepInstall','bRizL','cacert','force','\x20installed.\x0a','1688202QtGzpP','maka\x20install','win32','notice','BeMgx','jjWzu','maka\x20install\x20meteor\x20--version\x201.12.1','RELEASE=','cert','6WlfhOO','60CqamHb','658174nBVMba','search','tdLMa','fsi','itTel','string','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','curl\x20','55NxljFp','apply','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','value','done','--output','os.linux.x86_64','constructor','21496UqDNYu','Using\x20CA\x20Cert\x20','DRgZt','warn','60YuAYsb','Removing\x20previous\x20install\x20of\x20meteor','Allowing\x20insecure\x20curl\x20connections.','__awaiter','ignore','oMUrP','qiIcY','4402902IUhrEq','replace','.meteor','\x20-s\x20https://install.meteor.com/','xJfFO','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','install','tar','mkdir\x20-p\x20','then','maka\x20install\x20meteor\x20--force','Vopzq','Installing\x20meteor\x20','ZJXKf','join','throw','Network\x20error,\x20please\x20try\x20again.','JoWYk','16ZUlYJZ','toString','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','sync','next','MLASO','aoVyl','os.osx.x86_64','qnyMF','platform','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc'];a33c=function(){return O;};return a33c();}import a33A from'delete';import{execSync}from'child_process';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';const homeDir=a33x['homedir']();Command[a33F(0x122)]({'name':a33F(0x101),'aliases':['i'],'validOpts':['f',a33F(0xd3),'v','version',a33F(0x124),a33F(0xd2),a33F(0xd0)],'usage':a33F(0xd6),'shortDesc':a33F(0xe6),'examples':[a33F(0x123),a33F(0x105),a33F(0x129),a33F(0xdb),'maka\x20i']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const N=a33d;try{let c=[],d='';if(b[N(0xd2)]){if(this[N(0xe3)][N(0x119)](b[N(0xd2)]))N(0x10c)!==N(0x10c)?d(e[N(0x10a)](f)):(Log['notice']('Using\x20CA\x20Cert\x20'+b[N(0xd2)]),d=b[N(0xd2)],c=[N(0xcc),d]);else throw N(0x120)+d;}const f=yield this[N(0xe3)]['getGlobalConfig']();if(f[N(0xdd)]){if(this['fsi'][N(0x119)](f['cert']))d=f[N(0xdd)],c=[N(0xcc),d];else{if(N(0xfa)!==N(0xfa)){if(this[N(0xe3)]['isFile'](g[N(0xdd)]))m=n[N(0xdd)],o=[N(0xcc),p];else throw N(0x100)+q;}else throw N(0x100)+d;}}f['allowInsecure']&&(N(0xff)===N(0xd1)?(g(N(0x103)+h+'/.local/bin',{'stdio':N(0xf8)}),i('printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor',{'stdio':N(0xf8)}),j('printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile',{'stdio':N(0xf8)}),k(N(0x117),{'stdio':'ignore'}),l('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc',{'stdio':N(0xf8)})):(Log[N(0xf3)](N(0xf6)),c=['-k']));let g=![];b['f']||b[N(0xd3)]?N(0x125)!==N(0x125)?(g[N(0xd8)](N(0xf1)+h[N(0xd2)]),i=j['cacert'],k=[N(0xcc),l]):g=!![]:N(0x118)===N(0xe4)?c(d):g=yield Actions['confirm'](N(0x10f));if(!g){if('qnyMF'===N(0x115))throw'Aborted';else{const t=d[N(0xe9)](e,arguments);return f=null,t;}}const h=process[N(0x116)]===N(0xd7),i=process[N(0x116)]===N(0x11c),j=execSync(N(0xe7)+c['join']('\x20')+N(0xfe))[N(0x10e)](),k=yield this[N(0xe3)]['grep'](j,N(0xdc));if(k['length']===0x0){if(N(0xe2)!==N(0xe2))h[N(0xec)]?i(j[N(0xeb)]):k(l[N(0xeb)])[N(0x104)](m,n);else throw N(0x10b);}let l=k[0x0][N(0xfc)](/[^0-9.]/gi,'')[N(0xfc)](/\r?\n|\r/,'');if(typeof b['v']===N(0xe5)||typeof b[N(0x11a)]===N(0xe5)){if(N(0x112)==='sucKs')try{i(j[N(0x10a)](k));}catch(v){m(v);}else l=b['v']||b[N(0x11a)];}const m=a33y[N(0x109)](homeDir,N(0xfd));if(h)Log[N(0xf3)](N(0xea));else{a33z[N(0x11b)](m)&&(N(0xf2)!==N(0xf2)?b=!![]:yield SpawnAsync['withSpinner']('rm',[N(0x126),m],{'message':N(0xf5)}));try{const w=i?N(0x114):N(0xee);yield SpawnAsync[N(0x12a)](N(0xc7),[...c,'-s',N(0xce)+l+N(0x121)+w+'.tar.gz',N(0xed),a33y['join'](homeDir,N(0xca))],{'message':N(0x12b)+l});const x=['-xzf',a33y['join'](homeDir,N(0xca)),'-C',homeDir];yield SpawnAsync['withSpinner'](N(0x102),x,{'message':N(0x107)+l}),a33A[N(0x110)](a33y[N(0x109)](homeDir,N(0xca)),{'force':!![]});}catch(y){console[N(0x11e)](y);}try{execSync('mkdir\x20-p\x20'+homeDir+'/.local/bin',{'stdio':N(0xf8)}),execSync('printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor',{'stdio':N(0xf8)}),execSync(N(0x127),{'stdio':N(0xf8)}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':N(0xf8)}),execSync(N(0xcb),{'stdio':N(0xf8)});}catch(z){console[N(0x11e)](z);}Log['success']('Meteor\x20version\x20'+l+N(0xd4));}}catch(A){if(N(0xf9)!==N(0x113))console[N(0x11e)](A),process['exit'](0x0);else return c[N(0x10e)]()[N(0xe1)](N(0x11f))[N(0x10e)]()['constructor'](d)[N(0xe1)](N(0x11f));}});});
1
+ const a33D=a33d;(function(a,b){const B=a33d,c=a();while(!![]){try{const d=-parseInt(B(0x16c))/0x1*(parseInt(B(0x15d))/0x2)+-parseInt(B(0x15a))/0x3+-parseInt(B(0x166))/0x4+parseInt(B(0x12b))/0x5+parseInt(B(0x137))/0x6*(-parseInt(B(0x15f))/0x7)+-parseInt(B(0x11d))/0x8*(parseInt(B(0x11c))/0x9)+parseInt(B(0x135))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x65b30));const a33b=(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;};}()),a33a=a33b(this,function(){const C=a33d;return a33a[C(0x173)]()['search'](C(0x145))[C(0x173)]()[C(0x13f)](a33a)[C(0x14a)](C(0x145));});a33a();var __awaiter=this&&this[a33D(0x12c)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const H=a33d;function h(k){const E=a33d;try{if(E(0x15c)===E(0x15c))j(d[E(0x171)](k));else try{i(j[E(0x171)](k));}catch(m){m(m);}}catch(m){g(m);}}function i(k){const F=a33d;try{if(F(0x16f)!==F(0x16f))throw F(0x175)+b;else j(d[F(0x159)](k));}catch(m){g(m);}}function j(k){const G=a33d;k['done']?f(k['value']):e(k['value'])[G(0x146)](h,i);}j((d=d[H(0x136)](a,b||[]))[H(0x171)]());});};import a33x from'os';function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x119;let f=c[d];return f;},a33d(a,b);}import a33y from'path';import a33z from'fs';import a33A from'delete';import{execSync}from'child_process';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a33c(){const J=['getGlobalConfig','-rf','install','20054430nvmJnw','apply','4302xpDhBD','isFile','cacert','Removing\x20previous\x20install\x20of\x20meteor','KbrLS','success','/meteor-bootstrap-','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','constructor','darwin','maka\x20install\x20meteor\x20--force','maka\x20install\x20meteor','sVmMt','mkdir\x20-p\x20','(((.+)+)+)+$','then','os.linux.x86_64','join','create','search','keepInstall','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','value','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','maka\x20install\x20meteor\x20-v\x202.3.6','grep','existsSync','exit','tar','.tar.gz','maka\x20install','platform','RELEASE=','Aborted','throw','2094429gZLmaH','meteor.tar.gz','gHxpK','407794KZxoPa','sync','28PBDYFH','fsi','Using\x20CA\x20Cert\x20','maka\x20i','notice','withSpinner','PQIpC','1653232NvGAVa','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','Downloading\x20meteor\x20version\x20','xLLTd','cert','\x20-s\x20https://install.meteor.com/','3vqXypR','confirm','-xzf','fOLmX','/.local/bin','next','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','toString','--cacert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','https://static-meteor.netdna-ssl.com/packages-bootstrap/','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','string','error','LWiAm','.meteor','9LcOyLG','1799256SeMRnS','replace','poAsN','warn','win32','version','yZCSn','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','length','FQYKQ','os.osx.x86_64','Allowing\x20insecure\x20curl\x20connections.','force','ignore','1810170bTFtfj','__awaiter','Installing\x20meteor\x20','Meteor\x20version\x20','Network\x20error,\x20please\x20try\x20again.','done','\x20installed.\x0a'];a33c=function(){return J;};return a33c();}import{Actions}from'../tools/actions/actions.class.js';const homeDir=a33x['homedir']();Command[a33D(0x149)]({'name':a33D(0x134),'aliases':['i'],'validOpts':['f',a33D(0x129),'v',a33D(0x122),'debug',a33D(0x139),a33D(0x14b)],'usage':a33D(0x155),'shortDesc':'Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','examples':[a33D(0x142),a33D(0x141),a33D(0x14f),'maka\x20install\x20meteor\x20--version\x201.12.1',a33D(0x162)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const I=a33d;try{let c=[],d='';if(b[I(0x139)]){if(this[I(0x160)][I(0x138)](b['cacert'])){if(I(0x13b)!=='KbrLS')throw I(0x14e)+b;else Log[I(0x163)](I(0x161)+b[I(0x139)]),d=b[I(0x139)],c=[I(0x174),d];}else throw I(0x175)+d;}const f=yield this[I(0x160)][I(0x132)]();if(f[I(0x16a)]){if(this[I(0x160)][I(0x138)](f['cert']))d=f[I(0x16a)],c=[I(0x174),d];else throw I(0x14e)+d;}f['allowInsecure']&&('dSDbX'!==I(0x11a)?(Log[I(0x120)](I(0x128)),c=['-k']):c['error'](d));let g=![];if(b['f']||b[I(0x129)])g=!![];else{if(I(0x143)!=='sVmMt')try{i(j[I(0x159)](k));}catch(q){m(q);}else g=yield Actions[I(0x16d)](I(0x172));}if(!g)throw I(0x158);const h=process[I(0x156)]===I(0x121),i=process[I(0x156)]===I(0x140),j=execSync('curl\x20'+c[I(0x148)]('\x20')+I(0x16b))['toString'](),k=yield this['fsi'][I(0x150)](j,I(0x157));if(k[I(0x125)]===0x0)throw I(0x12f);let l=k[0x0][I(0x11e)](/[^0-9.]/gi,'')[I(0x11e)](/\r?\n|\r/,'');(typeof b['v']===I(0x178)||typeof b[I(0x122)]==='string')&&(l=b['v']||b['version']);const m=a33y[I(0x148)](homeDir,I(0x11b));if(h)I(0x11f)==='poAsN'?Log[I(0x120)](I(0x124)):c(d);else{if(I(0x123)!=='yZCSn')h[I(0x130)]?i(j[I(0x14d)]):k(l[I(0x14d)])[I(0x146)](m,n);else{if(a33z[I(0x151)](m)){if('FQYKQ'===I(0x126))yield SpawnAsync[I(0x164)]('rm',[I(0x133),m],{'message':I(0x13a)});else{const t=d[I(0x136)](e,arguments);return f=null,t;}}try{const t=i?I(0x127):I(0x147);yield SpawnAsync[I(0x164)]('curl',[...c,'-s',I(0x176)+l+I(0x13d)+t+I(0x154),'--output',a33y[I(0x148)](homeDir,I(0x15b))],{'message':I(0x168)+l});const u=[I(0x16e),a33y[I(0x148)](homeDir,I(0x15b)),'-C',homeDir];yield SpawnAsync[I(0x164)](I(0x153),u,{'message':I(0x12d)+l}),a33A[I(0x15e)](a33y[I(0x148)](homeDir,I(0x15b)),{'force':!![]});}catch(v){'tCpqd'!==I(0x169)?console[I(0x119)](v):d=v['v']||f['version'];}try{execSync(I(0x144)+homeDir+I(0x170),{'stdio':'ignore'}),execSync(I(0x14c),{'stdio':I(0x12a)}),execSync(I(0x177),{'stdio':I(0x12a)}),execSync(I(0x13e),{'stdio':'ignore'}),execSync(I(0x167),{'stdio':I(0x12a)});}catch(x){console['error'](x);}Log[I(0x13c)](I(0x12e)+l+I(0x131));}}}catch(y){'PQIpC'===I(0x165)?(console[I(0x119)](y),process[I(0x152)](0x0)):c(d);}});});
@@ -1 +1 @@
1
- function a34c(){const C=['Running\x20','maka\x20jsdoc','376tQSLTf','57465gmZOPv','706TCbIOO','2742MzaoTJ','636492CtMLEb','787509cWfLWh','plugins/markdown','(((.+)+)+)+$','writeFileSync','logWithSpinner','SiVom','utf-8','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','jsdoc','app/node_modules','maka\x20jsdoc\x20--init','jsdoc-config.json','\x0a[+]\x20Documentation\x20written\x20to\x20','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','ZSQXX','sep','apply','app/private','30QWkOfk','isFile','closure','toString','logError','docs','app/public','search','388974EeGscO','inherit','KqHOY','UQUiS','pathFromProject','app/packages','.+\x5c.(j|t)s(doc|x)?$','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logNotice','fsi','create','6497YRLNlS','\x20-d\x20','auMbZ','\x20-r\x20app','\x20-c\x20','41573dGyfKL','stringify'];a34c=function(){return C;};return a34c();}const a34A=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=-parseInt(w(0xe3))/0x1+parseInt(w(0xee))/0x2*(parseInt(w(0xef))/0x3)+-parseInt(w(0xf0))/0x4+parseInt(w(0xed))/0x5+parseInt(w(0x10b))/0x6+parseInt(w(0xe8))/0x7*(parseInt(w(0xec))/0x8)+parseInt(w(0xf1))/0x9*(-parseInt(w(0x103))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x3d076));const a34b=(function(){let a=!![];return function(b,c){const x=a34d;if(x(0x10e)===x(0xff)){const e=h+x(0xe7)+i+x(0xe6)+j[x(0x100)]+x(0xe4)+k;l(e,{'cwd':m,'stdio':x(0x10c)}),this[x(0x113)](x(0xfd)+n);}else{const e=a?function(){const y=x;if(c){if(y(0x10d)!=='KqHOY'){if(e){const g=i[y(0x101)](j,arguments);return k=null,g;}}else{const g=c[y(0x101)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a34a=a34b(this,function(){const z=a34d;return a34a[z(0x106)]()[z(0x10a)](z(0xf3))[z(0x106)]()['constructor'](a34a)['search']('(((.+)+)+)+$');});a34a();function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xe1;let f=c[d];return f;},a34d(a,b);}import a34u from'path';import a34v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a34A(0xe2)]({'name':a34A(0xf9),'usage':a34A(0xeb),'mustBeInMakaProject':!![],'shortDesc':a34A(0xf8),'examples':[a34A(0xfb),a34A(0xeb)],'validOpts':[]},function(){const B=a34A,a=a34u['join'](this['fsi'][B(0x10f)]({}),B(0x108)+a34u[B(0x100)]),b=a34u['join'](this[B(0xe1)][B(0x10f)]({}),'config',B(0xfc)),c=this[B(0xe1)][B(0x10f)]({}),d=B(0xf9);if(!this[B(0x104)](b)){const g={'plugins':[B(0xf2)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',B(0x105)]},'source':{'includePattern':B(0x111),'excludePattern':B(0xfe),'exclude':[B(0x110),'app/node_modules','app/public',B(0x102)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':B(0xf7)}};a34v[B(0xf4)](b,JSON[B(0xe9)](g,null,0x4));}const f=this[B(0xf5)](B(0xea)+d);try{if(B(0xf6)!==B(0xf6)){const i={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',B(0x105)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':['app/packages',B(0xfa),B(0x109),B(0x102)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':B(0xf7)}};d[B(0xf4)](e,f[B(0xe9)](i,null,0x4));}else{const i=d+B(0xe7)+b+B(0xe6)+a34u['sep']+'\x20-d\x20'+a;execSync(i,{'cwd':c,'stdio':B(0x10c)}),this[B(0x113)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}}catch(j){if('auMbZ'!==B(0xe5)){const l=d[B(0x101)](j,arguments);return f=null,l;}else this[B(0x107)](j),this[B(0x107)](B(0x112));}finally{f['stop']();}});
1
+ const a34A=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=-parseInt(w(0x12c))/0x1+-parseInt(w(0x12e))/0x2+-parseInt(w(0x141))/0x3+parseInt(w(0x12b))/0x4+-parseInt(w(0x140))/0x5*(parseInt(w(0x119))/0x6)+parseInt(w(0x144))/0x7*(-parseInt(w(0x126))/0x8)+parseInt(w(0x122))/0x9*(parseInt(w(0x11a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x82015));const a34b=(function(){let a=!![];return function(b,c){const x=a34d;if(x(0x11e)===x(0x137)){const e=g?function(){if(e){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],e;}else{const e=a?function(){const y=x;if(c){if(y(0x13f)!=='qjlIT'){const f=c['apply'](b,arguments);return c=null,f;}else b[y(0x132)]();}}:function(){};return a=![],e;}};}()),a34a=a34b(this,function(){const z=a34d;return a34a['toString']()[z(0x143)]('(((.+)+)+)+$')[z(0x120)]()[z(0x11d)](a34a)[z(0x143)](z(0x135));});a34a();function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x119;let f=c[d];return f;},a34d(a,b);}import a34u from'path';import a34v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a34c(){const C=['jsdoc-config.json','app/private','stop','stringify','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','(((.+)+)+)+$','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','Vxcih','closure','\x20-d\x20','inherit','fsi','logError','join','isFile','Bjbtr','15TjfEjh','2755413WhtNdl','pathFromProject','search','28haadfz','app/public','app/packages','FHWKn','.+\x5c.(j|t)s(doc|x)?$','\x20-r\x20app','\x0a[+]\x20Documentation\x20written\x20to\x20','1584282cEMbQW','70FrpEAz','sep','app/node_modules','constructor','WrGot','\x20-c\x20','toString','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','5384601hinerI','plugins/markdown','utf-8','Running\x20','1763792xyIzRw','maka\x20jsdoc\x20--init','jsdoc','maka\x20jsdoc','docs','807496QcRiGo','1057296SClzmA','writeFileSync','415184mjApJo','logNotice'];a34c=function(){return C;};return a34c();}Command['create']({'name':a34A(0x128),'usage':a34A(0x129),'mustBeInMakaProject':!![],'shortDesc':a34A(0x136),'examples':[a34A(0x127),a34A(0x129)],'validOpts':[]},function(){const B=a34A,a=a34u['join'](this[B(0x13b)][B(0x142)]({}),B(0x12a)+a34u[B(0x11b)]),b=a34u[B(0x13d)](this[B(0x13b)][B(0x142)]({}),'config',B(0x130)),c=this[B(0x13b)][B(0x142)]({}),d=B(0x128);if(!this[B(0x13e)](b)){if('oQiQT'==='oQiQT'){const g={'plugins':[B(0x123)],'tags':{'allowUnknownTags':!![],'dictionaries':[B(0x128),B(0x138)]},'source':{'includePattern':B(0x148),'excludePattern':B(0x121),'exclude':[B(0x146),B(0x11c),B(0x145),B(0x131)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':B(0x124)}};a34v[B(0x12d)](b,JSON[B(0x133)](g,null,0x4));}else{const i=h+B(0x11f)+i+B(0x149)+j[B(0x11b)]+B(0x139)+k;l(i,{'cwd':m,'stdio':B(0x13a)}),this['logNotice'](B(0x14a)+n);}}const f=this['logWithSpinner'](B(0x125)+d);try{if(B(0x147)!=='FHWKn')this['logError'](b),this[B(0x13c)](B(0x134));else{const j=d+B(0x11f)+b+B(0x149)+a34u[B(0x11b)]+B(0x139)+a;execSync(j,{'cwd':c,'stdio':B(0x13a)}),this[B(0x12f)](B(0x14a)+a);}}catch(k){this[B(0x13c)](k),this[B(0x13c)](B(0x134));}finally{f[B(0x132)]();}});
@@ -1 +1 @@
1
- const a35y=a35d;(function(a,b){const v=a35d,c=a();while(!![]){try{const d=parseInt(v(0x150))/0x1*(parseInt(v(0x152))/0x2)+parseInt(v(0x183))/0x3+-parseInt(v(0x156))/0x4+parseInt(v(0x174))/0x5*(-parseInt(v(0x16a))/0x6)+-parseInt(v(0x153))/0x7*(parseInt(v(0x17d))/0x8)+-parseInt(v(0x15c))/0x9*(parseInt(v(0x176))/0xa)+parseInt(v(0x158))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x33eee));function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x145;let f=c[d];return f;},a35d(a,b);}const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a35d;if('kMDoL'!==w(0x15e)){if(c){if(w(0x169)!=='PZOcQ'){const e=c[w(0x160)](b,arguments);return c=null,e;}else c(d);}}else b[w(0x145)]('eslint-plugin-react');}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const x=a35d;return a35a['toString']()[x(0x175)](x(0x159))[x(0x166)]()['constructor'](a35a)['search'](x(0x159));});a35a();var __awaiter=this&&this[a35y(0x171)]||function(a,b,c,d){function e(f){const z=a35d;if(z(0x17e)!==z(0x17e)){const h=d[z(0x160)](e,arguments);return f=null,h;}else return f instanceof c?f:new c(function(h){const A=z;if(A(0x185)==='wwCTn'){if(e){const j=i['apply'](j,arguments);return k=null,j;}}else h(f);});}return new(c||(c=Promise))(function(f,g){const E=a35d;function h(k){const B=a35d;try{B(0x146)!==B(0x16f)?j(d[B(0x180)](k)):c(d);}catch(m){g(m);}}function i(k){const C=a35d;if(C(0x182)===C(0x162))d(e['throw'](f));else try{'lyyLK'!==C(0x17f)?j(d['throw'](k)):b[C(0x145)](C(0x16b));}catch(n){C(0x168)==='cAnjs'?g(n):d(n[C(0x180)](f));}}function j(k){const D=a35d;k[D(0x151)]?f(k[D(0x178)]):e(k[D(0x178)])[D(0x149)](h,i);}j((d=d[E(0x160)](a,b||[]))['next']());});};import a35u from'path';import{ESLint}from'eslint';function a35c(){const H=['done','2DoxLgB','7mWFoDE','maka\x20lint\x20<opts>','Lint\x20results\x20for\x20','89168wFvPPO','SwWtR','3207193jQCAJY','(((.+)+)+)+$','UazYf','eslint-plugin-css','199854abUiQf','uwRAX','AHWkI','.eslintrc.json','apply','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','DWHDR','template','CCHZk','eslint-plugin-react','toString','All\x20good!\x20:)','cAnjs','aaaQc','2622AjIRcw','eslint','vXyVC','notice','create','wOXDb','checkNpmPackage','__awaiter','format','eslint/eslintrc.json','835TuYjDf','search','50sCOBZz','success','value','QtBLq','fix','stylish','loadFormatter','2398792pPkeOh','OZXaE','CffIi','next','throw','GiikK','515616RPAGXD','imports','JIZGA','push','HHaqs','length','installNpmPackage','then','join','isFile','fCUld','fsi','lint','/imports','255433hhZfOO'];a35c=function(){return H;};return a35c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a35y(0x16e)]({'name':a35y(0x14e),'usage':a35y(0x154),'maxArgLength':0x1,'validOpts':[a35y(0x17a)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':['maka\x20lint\x20--fix']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a35d;try{if(F(0x14c)!==F(0x15a)){const c=this['fsi']['findAppDirectory'](),d=this['fsi']['checkNpmPackage'](F(0x16b)),f=this[F(0x14d)][F(0x170)]('eslint-plugin-react'),g=this['fsi'][F(0x170)](F(0x15b)),h=[];!d&&h[F(0x145)](F(0x16b));!f&&h[F(0x145)](F(0x165));if(!g){if(F(0x15d)!=='FzcOg')h[F(0x145)](F(0x15b));else try{i(j[F(0x181)](k));}catch(o){m(o);}}h[F(0x147)]>0x0&&(F(0x164)==='cXvVT'?c['error'](d):yield this[F(0x14d)][F(0x148)](h[F(0x14a)]('\x20'),{'dev':!![]}));const i=this[F(0x14d)][F(0x14b)](a35u[F(0x14a)](c,F(0x15f)));if(!i){const p={'noRename':!![]};yield this[F(0x14d)][F(0x163)]({'srcPath':F(0x173),'destPath':a35u[F(0x14a)](c,'.eslintrc.json'),'framework':'service','context':p});}const j=new ESLint(),k=yield j['lintFiles']([a35u[F(0x14a)](c,F(0x184),'**')]),l=yield j[F(0x17c)](F(0x17b)),m=l[F(0x172)](k);if(m[F(0x147)]>0x0){if(F(0x157)!=='DvaYy')Log['bright'](m);else return f instanceof g?h:new i(function(r){r(k);});}else Log[F(0x177)](F(0x167));Log[F(0x16d)](F(0x155)+c+F(0x14f));if(b['fix'])F(0x16c)==='ypNec'?b[F(0x16d)](F(0x161)):yield ESLint['outputFixes'](k);else{if(F(0x179)==='QtBLq')Log[F(0x16d)](F(0x161));else{const t=g?function(){const G=F;if(t){const u=q[G(0x160)](r,arguments);return s=null,u;}}:function(){};return l=![],t;}}}else h['done']?i(j[F(0x178)]):k(l[F(0x178)])[F(0x149)](m,n);}catch(u){console['error'](u);}});});
1
+ const a35z=a35d;function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x11e;let f=c[d];return f;},a35d(a,b);}function a35c(){const G=['lintFiles','lint','KqPOe','MNhJe','success','then','All\x20good!\x20:)','join','15282oCSlUQ','eslint','KXRki','TtuFu','.eslintrc.json','eslint/eslintrc.json','__awaiter','constructor','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','search','stylish','4313187EDDBiD','template','8EtHizC','installNpmPackage','toString','(((.+)+)+)+$','aYaCG','next','findAppDirectory','HxRlN','fsi','7601693hBizic','bright','value','apply','bajlT','kblpn','1438440eAiFNa','cGKRY','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','imports','isFile','service','zzLAx','checkNpmPackage','error','push','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','3YCWrTF','throw','create','fix','eslint-plugin-react','loadFormatter','notice','5265140vtxamZ','length','eslint-plugin-css','Lint\x20results\x20for\x20','240094ODzeGI','maka\x20lint\x20<opts>','93180nWDWjp','854NLoaph','3RpfjUa'];a35c=function(){return G;};return a35c();}(function(a,b){const v=a35d,c=a();while(!![]){try{const d=-parseInt(v(0x12a))/0x1*(parseInt(v(0x135))/0x2)+-parseInt(v(0x139))/0x3*(-parseInt(v(0x11f))/0x4)+-parseInt(v(0x137))/0x5+parseInt(v(0x142))/0x6*(-parseInt(v(0x138))/0x7)+-parseInt(v(0x14f))/0x8*(-parseInt(v(0x14d))/0x9)+-parseInt(v(0x131))/0xa+parseInt(v(0x158))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x4ca23));const a35b=(function(){let a=!![];return function(b,c){const w=a35d;if(w(0x15c)!=='bajlT')return c[w(0x151)]()[w(0x14b)](w(0x152))[w(0x151)]()['constructor'](d)[w(0x14b)](w(0x152));else{const e=a?function(){const x=w;if(c){const f=c[x(0x15b)](b,arguments);return c=null,f;}}:function(){};return a=![],e;}};}()),a35a=a35b(this,function(){const y=a35d;return a35a[y(0x151)]()[y(0x14b)](y(0x152))[y(0x151)]()[y(0x149)](a35a)[y(0x14b)]('(((.+)+)+)+$');});a35a();var __awaiter=this&&this[a35z(0x148)]||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=a35d;function h(k){const A=a35d;try{j(d[A(0x154)](k));}catch(l){g(l);}}function i(k){const B=a35d;if(B(0x11e)!==B(0x153))try{j(d[B(0x12b)](k));}catch(l){g(l);}else{const n=g?function(){const C=B;if(n){const u=q[C(0x15b)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}function j(k){const D=a35d;k['done']?f(k[D(0x15a)]):e(k[D(0x15a)])[D(0x13f)](h,i);}j((d=d[E(0x15b)](a,b||[]))['next']());});};import a35u from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a35z(0x12c)]({'name':a35z(0x13b),'usage':a35z(0x136),'maxArgLength':0x1,'validOpts':[a35z(0x12d)],'mustBeInMakaProject':!![],'shortDesc':a35z(0x129),'description':a35z(0x14a),'examples':['maka\x20lint\x20--fix']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a35d;try{if(F(0x13d)!==F(0x125)){const c=this[F(0x157)][F(0x155)](),d=this[F(0x157)]['checkNpmPackage'](F(0x143)),f=this[F(0x157)]['checkNpmPackage'](F(0x12e)),g=this[F(0x157)][F(0x126)](F(0x133)),h=[];!d&&h['push'](F(0x143));!f&&h[F(0x128)](F(0x12e));!g&&h[F(0x128)](F(0x133));if(h[F(0x132)]>0x0){if(F(0x144)==='KXRki')yield this[F(0x157)][F(0x150)](h[F(0x141)]('\x20'),{'dev':!![]});else try{i(j['next'](k));}catch(o){m(o);}}const i=this[F(0x157)][F(0x123)](a35u[F(0x141)](c,F(0x146)));if(!i){const o={'noRename':!![]};yield this[F(0x157)][F(0x14e)]({'srcPath':F(0x147),'destPath':a35u[F(0x141)](c,F(0x146)),'framework':F(0x124),'context':o});}const j=new ESLint(),k=yield j[F(0x13a)]([a35u[F(0x141)](c,F(0x122),'**')]),l=yield j[F(0x12f)](F(0x14c)),m=l['format'](k);if(m['length']>0x0){if(F(0x145)===F(0x156)){const q=d[F(0x15b)](e,arguments);return f=null,q;}else Log[F(0x159)](m);}else F(0x120)===F(0x13c)?b[F(0x130)](F(0x121)):Log[F(0x13e)](F(0x140));Log['notice'](F(0x134)+c+'/imports'),b[F(0x12d)]?yield ESLint['outputFixes'](k):Log['notice']('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}else b['push'](F(0x133));}catch(s){console[F(0x127)](s);}});});
@@ -1 +1 @@
1
- const a36G=a36d;(function(a,b){const D=a36d,c=a();while(!![]){try{const d=parseInt(D(0x183))/0x1+parseInt(D(0x192))/0x2+-parseInt(D(0x1b3))/0x3*(parseInt(D(0x17d))/0x4)+-parseInt(D(0x1b6))/0x5*(-parseInt(D(0x181))/0x6)+parseInt(D(0x1a3))/0x7*(-parseInt(D(0x195))/0x8)+parseInt(D(0x18a))/0x9+parseInt(D(0x1a9))/0xa*(-parseInt(D(0x189))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x57a1c));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const E=a36d;if(c){const e=c[E(0x1b7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const F=a36d;return a36a[F(0x1a2)]()[F(0x179)](F(0x185))[F(0x1a2)]()[F(0x16f)](a36a)[F(0x179)](F(0x185));});a36a();var __awaiter=this&&this[a36G(0x177)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const H=a36d;if(H(0x190)===H(0x190))g(f);else try{i(j[H(0x174)](k));}catch(i){m(i);}});}return new(c||(c=Promise))(function(f,g){const L=a36d;function h(k){const I=a36d;if(I(0x197)!==I(0x1a4))try{j(d[I(0x1ae)](k));}catch(l){if(I(0x1b0)===I(0x1b5))return f instanceof g?h:new i(function(n){n(k);});else g(l);}else e=f['cacert'],g['notice'](I(0x167)+h);}function i(k){const J=a36d;try{J(0x1a6)!==J(0x1a6)?c(d):j(d[J(0x174)](k));}catch(m){g(m);}}function j(k){const K=a36d;k[K(0x193)]?f(k[K(0x196)]):e(k['value'])[K(0x198)](h,i);}j((d=d[L(0x1b7)](a,b||[]))['next']());});};import a36u from'node-forge';function a36c(){const O=['(((.+)+)+)+$','Email:','notice','/api/v1/encodeJwt','4140103KCzKES','2025324qmsmYY','update','MAKA_DEV','post','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','YczGq','ZxGpJ','start','1117730SIRYda','done','LlDKe','8GTLOkM','value','ZOGrA','then','Logging\x20in','digest','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','/api/v1/status','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','PszHQ','Preflight\x20Check','create','WRXAG','toString','1429652ECgQKR','UGjEo','localhost','KydlX','env','email','30JfeSBX','Logging\x20into\x20https://','UPKoK','getSystemInfo','FEXCr','next','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','eqfIf','header','sha256','21QDYcso','authToken','ZbTAu','235QAouds','apply','login','ask','exit','withSpinner','/api/v1/login','Using\x20CA\x20Cert\x20','https://','cacert','password','parse','maka\x20login\x20<opts>','setGlobalConfig','Password:\x20','constructor','www.maka-cli.com','cert','isFile','failure','throw','debug','success','__awaiter','fsi','search','help','error','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','16968OPmKcb','assign','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','maka\x20login','40746ztRdTn','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','618911ZAaYzR','getGlobalConfig'];a36c=function(){return O;};return a36c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x165;let f=c[d];return f;},a36d(a,b);}const hostname=process[a36G(0x1a7)][a36G(0x18c)]==='True'?a36G(0x1a5):a36G(0x170);Command[a36G(0x1a0)]({'name':a36G(0x1b8),'validOpts':[a36G(0x1a8),a36G(0x16a),a36G(0x17a),a36G(0x169),a36G(0x175)],'usage':a36G(0x16c),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a36G(0x1af),'examples':[a36G(0x180),a36G(0x17f)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const M=a36d;if(M(0x1ab)!==M(0x1ab))c=d[M(0x171)];else{const d=Log[M(0x165)]();try{if(M(0x1a1)!==M(0x1ad)){let f='';if(b[M(0x169)]){if(M(0x19e)==='VAgBT'){b['failure']();throw M(0x17c);}else this[M(0x178)][M(0x172)](b[M(0x169)])?(f=b[M(0x169)],Log[M(0x187)](M(0x167)+f)):Log[M(0x17b)](M(0x18e)+f);}const g=yield this[M(0x178)][M(0x184)]();if(g[M(0x171)]){if(this[M(0x178)][M(0x172)](g[M(0x171)])){if(M(0x194)===M(0x194))f=g[M(0x171)];else{if(this[M(0x178)][M(0x172)](f[M(0x171)]))k=l[M(0x171)];else{m['error'](M(0x182)+n);return;}}}else{Log['error'](M(0x182)+f);return;}}const h=yield this[M(0x178)][M(0x1ac)]();Log[M(0x1b1)](M(0x1aa)+hostname);const i={'url':'https://'+hostname+M(0x19c)};b[M(0x169)]&&Object['assign'](i,{'cert':f});d['start'](M(0x19f));const {statusCode:j}=yield HTTPS['get'](i);if(j===0x198){d['failure']();throw M(0x17c);}if(j!==0xc8){if('sjoUK'!==M(0x18f)){d[M(0x173)]();throw M(0x168)+hostname+M(0x19d);}else{const v=d[M(0x1b7)](e,arguments);return f=null,v;}}d['success']();const k=b['email']?b[M(0x1a8)]:yield Actions[M(0x1b9)](M(0x186)),l=b[M(0x16a)]?b[M(0x16a)]:yield Actions[M(0x1b9)](M(0x16e),!![]),m=a36u['md'][M(0x1b2)]['create']();m[M(0x18b)](l);const n=m[M(0x19a)]()['toHex'](),o={'hostname':hostname,'path':M(0x166),'data':{'email':k,'password':n,'hashed':!![]}};b[M(0x169)]&&Object[M(0x17e)](o,{'cert':f});d[M(0x191)](M(0x199));const {data:p,statusCode:q}=yield HTTPS[M(0x18d)](o);if(q===0x198){d[M(0x173)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const r=JSON['parse'](p);if(r[M(0x1b4)]){const v={'hostname':hostname,'path':M(0x188),'headers':{'x-auth-token':r[M(0x1b4)]},'data':{'uuid':h['uuid']}};b['cacert']&&Object['assign'](v,{'cert':f});const {data:w,statusCode:x}=yield HTTPS[M(0x18d)](v),{token:y}=JSON[M(0x16b)](w);if(x===0x198)throw M(0x19b)+hostname;const z={'token':r,'hash':y};this[M(0x178)][M(0x16d)](z);}else{d[M(0x173)]();throw r;}d[M(0x176)]();}else{const B=g?function(){const N=M;if(B){const C=q[N(0x1b7)](r,arguments);return s=null,C;}}:function(){};return l=![],B;}}catch(B){d[M(0x173)](),console[M(0x17b)](B),process[M(0x1ba)](0x0);}}});});
1
+ const a36L=a36d;(function(a,b){const H=a36d,c=a();while(!![]){try{const d=-parseInt(H(0x1f1))/0x1+-parseInt(H(0x1e6))/0x2+parseInt(H(0x1f7))/0x3*(-parseInt(H(0x21c))/0x4)+-parseInt(H(0x220))/0x5+-parseInt(H(0x1d6))/0x6+parseInt(H(0x20a))/0x7+parseInt(H(0x20b))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x6be7a));const a36b=(function(){let a=!![];return function(b,c){const I=a36d;if(I(0x1d3)!==I(0x1dc)){const d=a?function(){const J=I;if(J(0x1fa)==='jvWcC'){if(c){const e=c['apply'](b,arguments);return c=null,e;}}else c(d);}:function(){};return a=![],d;}else{if(this['fsi']['isFile'](f['cert']))k=l[I(0x1d5)];else{m['error'](I(0x20f)+n);return;}}};}()),a36a=a36b(this,function(){const K=a36d;return a36a['toString']()[K(0x21d)](K(0x1e5))[K(0x1d4)]()[K(0x208)](a36a)[K(0x21d)](K(0x1e5));});function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x1cb;let f=c[d];return f;},a36d(a,b);}a36a();var __awaiter=this&&this[a36L(0x206)]||function(a,b,c,d){function e(f){const M=a36d;if(M(0x1e7)!==M(0x1fd))return f instanceof c?f:new c(function(g){const N=M;N(0x218)!==N(0x1d2)?g(f):d(e[N(0x1ef)](f));});else h[M(0x1dd)]?i(j['value']):k(l[M(0x202)])[M(0x1cf)](m,n);}return new(c||(c=Promise))(function(f,g){const R=a36d;function h(k){const O=a36d;try{O(0x21b)===O(0x21b)?j(d[O(0x200)](k)):c[O(0x207)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d);}catch(m){g(m);}}function i(k){const P=a36d;try{j(d[P(0x1ef)](k));}catch(l){g(l);}}function j(k){const Q=a36d;if('tYZCm'==='Acqil')return f instanceof g?h:new i(function(m){m(k);});else k['done']?f(k[Q(0x202)]):e(k[Q(0x202)])[Q(0x1cf)](h,i);}j((d=d[R(0x1eb)](a,b||[]))[R(0x200)]());});};import a36u 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 a36c(){const T=['icwFV','cacert','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','failure','start','update','maka\x20login','fsi','exit','getGlobalConfig','Tpfqr','fAwUh','isFile','help','dgwNd','52mdxqQs','search','AyWdL','wrlqr','852225hjCUxx','parse','Using\x20CA\x20Cert\x20','True','ZeFOP','then','header','notice','vBlps','fCAwZ','toString','cert','2622108Dnnyej','/api/v1/login','Ccvck','Logging\x20into\x20https://','withSpinner','authToken','iRjtP','done','LTGvG','Preflight\x20Check','Password:\x20','/api/v1/status','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','create','https://','(((.+)+)+)+$','1179478zyZolp','hsvtS','zesIF','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','env','apply','www.maka-cli.com','toHex','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','throw','wgnKE','445501gCEkdg','login','Email:','assign','password','ask','114585RImCwT','fBAWp','success','jvWcC','digest','getSystemInfo','mmPwl','nmQaO','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','next','localhost','value','get','sha256','debug','__awaiter','error','constructor','email','1015280iILxxc','19489408AJraYE','maka\x20login\x20<opts>'];a36c=function(){return T;};return a36c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a36L(0x1ea)]['MAKA_DEV']===a36L(0x1cd)?a36L(0x201):a36L(0x1ec);Command[a36L(0x1e3)]({'name':a36L(0x1f2),'validOpts':[a36L(0x209),a36L(0x1f5),a36L(0x21a),a36L(0x20e),a36L(0x205)],'usage':a36L(0x20c),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a36L(0x213),a36L(0x1e2)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const S=a36d;if(S(0x20d)!=='qdmWB'){const c=Log[S(0x1da)]();try{if('jwLIi'!==S(0x1de)){let d='';b['cacert']&&(this[S(0x214)][S(0x219)](b[S(0x20e)])?(d=b[S(0x20e)],Log[S(0x1d1)](S(0x1cc)+d)):Log[S(0x207)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=yield this[S(0x214)][S(0x216)]();if(f[S(0x1d5)]){if('aQLUB'==='FFViN'){const s=d['apply'](e,arguments);return f=null,s;}else{if(this['fsi']['isFile'](f['cert'])){if(S(0x1f0)!==S(0x1f8))d=f['cert'];else{if(e){const t=i[S(0x1eb)](j,arguments);return k=null,t;}}}else{Log[S(0x207)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}}const g=yield this[S(0x214)][S(0x1fc)]();Log[S(0x1d0)](S(0x1d9)+hostname);const h={'url':S(0x1e4)+hostname+S(0x1e1)};if(b[S(0x20e)]){if(S(0x1e8)===S(0x1e8))Object[S(0x1f4)](h,{'cert':d});else{c['failure']('\x0a');throw S(0x1ff)+d;}}c[S(0x211)](S(0x1df));const {statusCode:i}=yield HTTPS[S(0x203)](h);if(i===0x198){if(S(0x1fe)!=='nmQaO'){b[S(0x210)]();throw S(0x1e9);}else{c[S(0x210)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}}if(i!==0xc8){if(S(0x1ce)!==S(0x217)){c[S(0x210)]();throw S(0x1e4)+hostname+S(0x1ee);}else{c[S(0x210)]();throw d;}}c[S(0x1f9)]();const j=b[S(0x209)]?b[S(0x209)]:yield Actions[S(0x1f6)](S(0x1f3)),k=b[S(0x1f5)]?b['password']:yield Actions[S(0x1f6)](S(0x1e0),!![]),l=a36u['md'][S(0x204)]['create']();l[S(0x212)](k);const m=l[S(0x1fb)]()[S(0x1ed)](),n={'hostname':hostname,'path':S(0x1d7),'data':{'email':j,'password':m,'hashed':!![]}};b[S(0x20e)]&&Object[S(0x1f4)](n,{'cert':d});c[S(0x211)]('Logging\x20in');const {data:o,statusCode:p}=yield HTTPS['post'](n);if(p===0x198){c[S(0x210)]('\x0a');throw S(0x1ff)+hostname;}const q=JSON['parse'](o);if(q[S(0x1db)]){const w={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':q[S(0x1db)]},'data':{'uuid':g['uuid']}};b['cacert']&&Object[S(0x1f4)](w,{'cert':d});const {data:x,statusCode:y}=yield HTTPS['post'](w),{token:z}=JSON[S(0x1cb)](x);if(y===0x198){if(S(0x21e)===S(0x1d8))c(d);else throw S(0x1ff)+hostname;}const A={'token':q,'hash':z};this[S(0x214)]['setGlobalConfig'](A);}else{if(S(0x21f)!==S(0x21f))c(d);else{c[S(0x210)]();throw q;}}c[S(0x1f9)]();}else c=d[S(0x1d5)];}catch(E){c['failure'](),console[S(0x207)](E),process[S(0x215)](0x0);}}else try{i(j[S(0x1ef)](k));}catch(G){m(G);}});});
@@ -1 +1 @@
1
- function a37c(){const G=['ijuno','GJsRS','isFile','value','677796BwEJUa','__awaiter','1830lnGmdJ','41488HLvSmX','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','get','header','withSpinner','maka\x20logout\x20<opts>','10HZsJdC','getGlobalConfig','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','exit','assign','ciunW','1946483ZOUaca','Using\x20CA\x20Cert\x20','done','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','https://','throw','success','logout','error','authToken','vzTqw','cacert','create','145TQSaIb','SsGez','env','Preflight\x20Check','then','search','MAKA_DEV','www.maka-cli.com','constructor','toString','cert','181pIscve','2179809BcLlrZ','start','next','Logging\x20out\x20of\x20https://','629448JgMEDw','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','maka\x20logout','/api/v1/logoutAll','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','xJRQI','failure','1769120dIGbza','RcjBo','EMaqU','ICcJk','notice','localhost','fsi'];a37c=function(){return G;};return a37c();}const a37y=a37d;function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0xd2;let f=c[d];return f;},a37d(a,b);}(function(a,b){const v=a37d,c=a();while(!![]){try{const d=parseInt(v(0xdd))/0x1*(parseInt(v(0xf8))/0x2)+-parseInt(v(0xe2))/0x3+parseInt(v(0xf9))/0x4*(parseInt(v(0xd2))/0x5)+parseInt(v(0xf6))/0x6+parseInt(v(0x105))/0x7+-parseInt(v(0xeb))/0x8+-parseInt(v(0xde))/0x9*(parseInt(v(0xff))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x2cfd9));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a37d;if(c){if(w(0x104)!==w(0x104))d(e[w(0x10a)](f));else{const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const x=a37d;return a37a[x(0xdb)]()[x(0xd7)]('(((.+)+)+)+$')[x(0xdb)]()[x(0xda)](a37a)[x(0xd7)]('(((.+)+)+)+$');});a37a();var __awaiter=this&&this[a37y(0xf7)]||function(a,b,c,d){function e(f){const z=a37d;if(z(0x10f)!=='vzTqw'){const h=g?function(){const A=z;if(h){const u=q[A(0xe4)](r,arguments);return s=null,u;}}:function(){};return l=![],h;}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const E=a37d;function h(k){const B=a37d;try{j(d[B(0xe0)](k));}catch(l){g(l);}}function i(k){const C=a37d;try{if(C(0xd3)!=='qwhxy')j(d[C(0x10a)](k));else return f instanceof g?h:new i(function(m){m(k);});}catch(m){g(m);}}function j(k){const D=a37d;k[D(0x107)]?f(k[D(0xf5)]):e(k[D(0xf5)])[D(0xd6)](h,i);}j((d=d[E(0xe4)](a,b||[]))[E(0xe0)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a37y(0xd4)][a37y(0xd8)]==='True'?a37y(0xf0):a37y(0xd9);Command[a37y(0x111)]({'name':a37y(0x10c),'validOpts':[a37y(0x110)],'usage':a37y(0xfe),'maxArgLength':0x2,'shortDesc':a37y(0xe5),'disableAuthCheck':!![],'examples':[a37y(0xe6)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const F=a37d;if(F(0xe9)!=='xJRQI'){if(e){const f=i['apply'](j,arguments);return k=null,f;}}else{const f=Log[F(0xfd)]();try{let g='';if(b[F(0x110)]){if(F(0xed)==='rANBT'){b[F(0xea)]('\x0a');throw F(0xfa);}else this[F(0xf1)][F(0xf4)](b['cacert'])?'rjadZ'!=='rjadZ'?d[F(0x103)](e,{'cert':f}):(g=b[F(0x110)],Log[F(0xef)](F(0x106)+g)):F(0xf3)!==F(0xf3)?c[F(0x10d)](d):Log[F(0x10d)](F(0xe3)+g);}const h=yield this['fsi'][F(0x100)]();if(h[F(0xdc)]){if(this[F(0xf1)][F(0xf4)](h[F(0xdc)]))F(0xf2)===F(0xf2)?g=h['cert']:d['assign'](e,{'cert':f});else{f['failure']();throw Log[F(0x10d)](F(0xe8)+g);}}Log[F(0xfc)](F(0xe1)+hostname);const i={'url':F(0x109)+hostname+'/api/v1/status'};b[F(0x110)]&&Object[F(0x103)](i,{'cert':g});f[F(0xdf)](F(0xd5));const {statusCode:j}=yield HTTPS[F(0xfb)](i);if(j===0x198){f[F(0xea)]();throw F(0xfa);}f['success']();if(j!==0xc8){if(F(0xec)!==F(0xee)){f[F(0xea)]();throw F(0x108);}else{if(this[F(0xf1)]['isFile'](g[F(0xdc)]))m=n['cert'];else{o['failure']();throw p[F(0x10d)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+q);}}}if(!((c=h===null||h===void 0x0?void 0x0:h['token'])===null||c===void 0x0?void 0x0:c[F(0x10e)]))throw Log[F(0x10d)](F(0x101));f[F(0xdf)]('Logging\x20out');const k={'hostname':hostname,'path':F(0xe7),'data':{},'headers':{'x-auth-token':h['token'][F(0x10e)]}};b[F(0x110)]&&Object['assign'](k,{'cert':g});const {statusCode:l}=yield HTTPS['post'](k);if(l===0x198){f[F(0xea)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[F(0xf1)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),f[F(0x10b)]();}catch(r){r&&console[F(0x10d)](r),process[F(0x102)](0x0);}}});});
1
+ const a37z=a37d;(function(a,b){const v=a37d,c=a();while(!![]){try{const d=-parseInt(v(0x1e6))/0x1*(parseInt(v(0x1c4))/0x2)+-parseInt(v(0x1e5))/0x3*(-parseInt(v(0x1d6))/0x4)+-parseInt(v(0x1be))/0x5*(-parseInt(v(0x1a9))/0x6)+parseInt(v(0x1ea))/0x7*(parseInt(v(0x1aa))/0x8)+-parseInt(v(0x1e0))/0x9+-parseInt(v(0x1c6))/0xa+parseInt(v(0x1ca))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0xdcd33));const a37b=(function(){let a=!![];return function(b,c){const w=a37d;if(w(0x1bc)!==w(0x1c1)){const d=a?function(){const x=w;if('WdjmS'===x(0x1d3)){if(c){const e=c[x(0x1b5)](b,arguments);return c=null,e;}}else d(e[x(0x1d2)](f));}:function(){};return a=![],d;}else{b[w(0x1d7)]();throw w(0x1ac);}};}()),a37a=a37b(this,function(){const y=a37d;return a37a[y(0x1df)]()[y(0x1e4)]('(((.+)+)+)+$')[y(0x1df)]()[y(0x1de)](a37a)['search'](y(0x1e7));});function a37c(){const H=['exit','5AyeUwH','cert','uddxk','aXhCb','https://','Logging\x20out','1266732mWXiWo','bGFbm','8627510GpXGDP','done','lAmwP','logout','37473711tJgXqq','dAQNj','MKVGm','WWLur','then','LzkYI','notice','next','throw','WdjmS','Logging\x20out\x20of\x20https://','MAKA_DEV','291572YgobqP','failure','Preflight\x20Check','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','cacert','success','authToken','withSpinner','constructor','toString','15962724JAdNVG','header','error','token','search','3LDgqAg','2zkWUWQ','(((.+)+)+)+$','www.maka-cli.com','Using\x20CA\x20Cert\x20','21581qBRYKd','localhost','xFaLT','/api/v1/status','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','TyBLz','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','True','post','ubFSy','assign','maka\x20logout\x20<opts>','4398030YkzFio','1544UJZyVY','get','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cXJek','xCuyn','start','AQPZC','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','setGlobalConfig','vIDCc','apply','fsi','isFile','value','__awaiter','laTIF','env','zdLFq'];a37c=function(){return H;};return a37c();}a37a();function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x1a3;let f=c[d];return f;},a37d(a,b);}var __awaiter=this&&this[a37z(0x1b9)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a37d;A(0x1c0)!=='uddxk'?(e=f[A(0x1da)],g[A(0x1d0)](A(0x1e9)+h)):g(f);});}return new(c||(c=Promise))(function(f,g){const E=a37d;function h(k){const B=a37d;if(B(0x1c8)!==B(0x1ec))try{'TyBLz'!==B(0x1ef)?d(e['next'](f)):j(d[B(0x1d1)](k));}catch(m){g(m);}else this[B(0x1b6)][B(0x1b7)](h[B(0x1da)])?(o=p[B(0x1da)],q[B(0x1d0)](B(0x1e9)+r)):s[B(0x1e2)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+t);}function i(k){const C=a37d;try{C(0x1b4)===C(0x1b4)?j(d[C(0x1d2)](k)):c(d);}catch(m){g(m);}}function j(k){const D=a37d;if(D(0x1cb)!=='dAQNj'){if(this[D(0x1b6)][D(0x1b7)](g[D(0x1bf)]))m=n[D(0x1bf)];else{o[D(0x1d7)]();throw p['error'](D(0x1b2)+q);}}else k[D(0x1c7)]?f(k[D(0x1b8)]):e(k[D(0x1b8)])[D(0x1ce)](h,i);}j((d=d[E(0x1b5)](a,b||[]))[E(0x1d1)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a37z(0x1bb)][a37z(0x1d5)]===a37z(0x1a4)?a37z(0x1eb):a37z(0x1e8);Command['create']({'name':a37z(0x1c9),'validOpts':['cacert'],'usage':a37z(0x1a8),'maxArgLength':0x2,'shortDesc':a37z(0x1ee),'disableAuthCheck':!![],'examples':['maka\x20logout']},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const F=a37d,d=Log[F(0x1dd)]();try{let f='';if(b[F(0x1da)]){if(this[F(0x1b6)][F(0x1b7)](b[F(0x1da)]))f=b[F(0x1da)],Log[F(0x1d0)]('Using\x20CA\x20Cert\x20'+f);else{if(F(0x1b0)===F(0x1b0))Log[F(0x1e2)](F(0x1b1)+f);else try{i(j['throw'](k));}catch(m){m(m);}}}const g=yield this[F(0x1b6)]['getGlobalConfig']();if(g[F(0x1bf)]){if(F(0x1ad)===F(0x1ad)){if(this['fsi'][F(0x1b7)](g[F(0x1bf)])){if('BZPdI'!==F(0x1ba))f=g[F(0x1bf)];else{b[F(0x1d7)]('\x0a');throw F(0x1ac);}}else{d[F(0x1d7)]();throw Log[F(0x1e2)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+f);}}else e&&i['error'](j),h[F(0x1bd)](0x0);}Log[F(0x1e1)](F(0x1d4)+hostname);const h={'url':F(0x1c2)+hostname+F(0x1ed)};b[F(0x1da)]&&Object[F(0x1a7)](h,{'cert':f});d['start'](F(0x1d8));const {statusCode:i}=yield HTTPS[F(0x1ab)](h);if(i===0x198){if(F(0x1cd)===F(0x1cd)){d[F(0x1d7)]();throw F(0x1ac);}else{const p=g?function(){const G=F;if(p){const u=q[G(0x1b5)](r,arguments);return s=null,u;}}:function(){};return l=![],p;}}d[F(0x1db)]();if(i!==0xc8){d[F(0x1d7)]();throw F(0x1a3);}if(!((c=g===null||g===void 0x0?void 0x0:g[F(0x1e3)])===null||c===void 0x0?void 0x0:c[F(0x1dc)]))throw Log[F(0x1e2)](F(0x1d9));d[F(0x1af)](F(0x1c3));const j={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':g[F(0x1e3)][F(0x1dc)]}};b[F(0x1da)]&&Object[F(0x1a7)](j,{'cert':f});const {statusCode:k}=yield HTTPS[F(0x1a5)](j);if(k===0x198){if(F(0x1ae)===F(0x1cf))c(d);else{d['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}}this[F(0x1b6)][F(0x1b3)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),d[F(0x1db)]();}catch(q){if(F(0x1a6)===F(0x1c5))return c[F(0x1df)]()[F(0x1e4)](F(0x1e7))[F(0x1df)]()['constructor'](d)[F(0x1e4)](F(0x1e7));else{if(q){if(F(0x1cc)!==F(0x1cc)){const t=d[F(0x1b5)](q,arguments);return f=null,t;}else console['error'](q);}process['exit'](0x0);}}});});
@@ -1 +1 @@
1
- const a38z=a38d;(function(a,b){const w=a38d,c=a();while(!![]){try{const d=parseInt(w(0x6a))/0x1*(parseInt(w(0x6d))/0x2)+-parseInt(w(0x77))/0x3+parseInt(w(0x7c))/0x4+parseInt(w(0x6f))/0x5*(parseInt(w(0x7a))/0x6)+parseInt(w(0x88))/0x7+-parseInt(w(0x6b))/0x8+parseInt(w(0x78))/0x9*(-parseInt(w(0x83))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x6a456));const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a38d;if('NCUtz'==='SbKuz'){const f=x(0x70),g=this['fsi'][x(0x7d)](g[x(0x84)]),h=h[x(0x76)](g,x(0x85)),i=i[x(0x87)](h),j=j['parse'](i[x(0x71)]());k['assign'](j,{'env':g}),l[x(0x80)](f,j,{'tty':!![],'verbose':!![]});}else{if(c){if(x(0x81)!==x(0x81)){if(e){const g=i[x(0x7f)](j,arguments);return k=null,g;}}else{const g=c[x(0x7f)](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const y=a38d;return a38a[y(0x71)]()[y(0x6e)](y(0x82))[y(0x71)]()['constructor'](a38a)[y(0x6e)](y(0x82));});a38a();import a38u from'fs';function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x6a;let f=c[d];return f;},a38d(a,b);}import a38v from'path';function a38c(){const B=['create','join','735117GFvSPk','99JJnAFh','maka\x20logs\x20--env\x20prod','30uqHAIG','maka\x20logs\x20--env\x20dev','2926432ymywvh','getConfigPath','parse','apply','sshSync','LyyPg','(((.+)+)+)+$','466380KSWbOX','env','ssh.json','View\x20the\x20PM2\x20logs','readFileSync','612780gRurmy','log','8183pyWnnK','5514136rSUaTO','maka\x20logs\x20--env\x20staging','178zzneGF','search','335175iMZmGV','pm2\x20logs','toString','logs','fsi','assign'];a38c=function(){return B;};return a38c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a38z(0x75)]({'name':a38z(0x72),'aliases':['l',a38z(0x89)],'usage':a38z(0x79),'requiredOpts':[a38z(0x84)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a38z(0x86),'examples':[a38z(0x7b),a38z(0x6c),'maka\x20l\x20-e\x20p']},function(a,b){const A=a38z,c=A(0x70),d=this[A(0x73)][A(0x7d)](b[A(0x84)]),e=a38v[A(0x76)](d,A(0x85)),f=a38u['readFileSync'](e),g=JSON[A(0x7e)](f[A(0x71)]());Object[A(0x74)](g,{'env':d}),SSH[A(0x80)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a38z=a38d;function a38c(){const B=['join','392324DoYlUd','kRGtk','pm2\x20logs','105582LJgAnP','assign','22AvDNHH','toString','9tiWzRY','101528rcCagx','45JZDtqy','maka\x20logs\x20--env\x20staging','constructor','maka\x20l\x20-e\x20p','ssh.json','readFileSync','maka\x20logs\x20--env\x20prod','apply','1uPaFgD','logs','sshSync','getConfigPath','create','UsCvs','parse','View\x20the\x20PM2\x20logs','1098261cJvAnT','(((.+)+)+)+$','search','1339792ReKniE','env','2812970InYbSN','371805WKtbsV','fsi'];a38c=function(){return B;};return a38c();}(function(a,b){const w=a38d,c=a();while(!![]){try{const d=-parseInt(w(0x150))/0x1*(-parseInt(w(0x161))/0x2)+-parseInt(w(0x168))/0x3*(-parseInt(w(0x169))/0x4)+parseInt(w(0x16a))/0x5*(parseInt(w(0x164))/0x6)+-parseInt(w(0x15e))/0x7+parseInt(w(0x15b))/0x8+parseInt(w(0x158))/0x9+parseInt(w(0x15d))/0xa*(-parseInt(w(0x166))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x1981b));const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a38d;if(x(0x155)===x(0x155)){if(c){if(x(0x162)!=='kRGtk'){if(e){const f=i['apply'](j,arguments);return k=null,f;}}else{const f=c[x(0x14f)](b,arguments);return c=null,f;}}}else return c[x(0x167)]()[x(0x15a)](x(0x159))[x(0x167)]()[x(0x16c)](d)[x(0x15a)]('(((.+)+)+)+$');}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const y=a38d;return a38a[y(0x167)]()[y(0x15a)](y(0x159))[y(0x167)]()[y(0x16c)](a38a)[y(0x15a)](y(0x159));});a38a();import a38u from'fs';import a38v from'path';import{Command}from'../command.js';function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x14f;let f=c[d];return f;},a38d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a38z(0x154)]({'name':a38z(0x151),'aliases':['l','log'],'usage':a38z(0x170),'requiredOpts':[a38z(0x15c)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a38z(0x157),'examples':['maka\x20logs\x20--env\x20dev',a38z(0x16b),a38z(0x16d)]},function(a,b){const A=a38z,c=A(0x163),d=this[A(0x15f)][A(0x153)](b[A(0x15c)]),e=a38v[A(0x160)](d,A(0x16e)),f=a38u[A(0x16f)](e),g=JSON[A(0x156)](f[A(0x167)]());Object[A(0x165)](g,{'env':d}),SSH[A(0x152)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a39z=a39d;(function(a,b){const v=a39d,c=a();while(!![]){try{const d=parseInt(v(0x11b))/0x1+-parseInt(v(0x12e))/0x2+-parseInt(v(0x139))/0x3*(parseInt(v(0x135))/0x4)+parseInt(v(0x12b))/0x5*(-parseInt(v(0x12d))/0x6)+parseInt(v(0x11a))/0x7*(parseInt(v(0x122))/0x8)+parseInt(v(0x118))/0x9+parseInt(v(0x11f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x527fb));const a39b=(function(){let a=!![];return function(b,c){if('YVFhs'!=='RyqNz'){const d=a?function(){const w=a39d;if(c){const e=c[w(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else{const f=g?function(){const x=a39d;if(f){const u=q[x(0x115)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}};}()),a39a=a39b(this,function(){const y=a39d;return a39a[y(0x138)]()[y(0x12c)](y(0x127))[y(0x138)]()[y(0x137)](a39a)[y(0x12c)](y(0x127));});function a39c(){const G=['then','value','slice','542712iTjlut','runSubCommand','constructor','toString','12QqCXFj','maka\x20create\x20Todo','maka\x20<command>\x20[<args>]\x20[<opts>]','GpefO','boZZj','maka\x20run','aLYdH','apply','next','exit','4748112ZFLbmJ','doiXw','21QIfxVX','659413NnvFKC','fsi','maka\x20--help','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','2601440LbZMlO','done','kGTBC','368232kQQbDh','throw','\x0a\x20\x20Hi,\x20my\x20name\x20is\x20Matt.\x20I\x27ve\x20spent\x20a\x20long\x20time\x20developing\x20Meteor\x0a\x20\x20applications\x20and\x20I\x27ve\x20tried\x20my\x20very\x20best\x20to\x20collect\x20the\x20most\x0a\x20\x20efficient\x20ways\x20to\x20go\x20about\x20setting\x20up\x20and\x20organizing\x20your\x20project.\x0a\x0a\x20\x20I\x20created\x20Maka-CLI\x20as\x20a\x20need\x20to\x20develop\x20prototypes\x20quickly\x0a\x20\x20for\x20a\x20relatively\x20small\x20consulting\x20firm.\x20We\x20had\x20small\x20budgets\x0a\x20\x20for\x20projects,\x20and\x20even\x20smaller\x20budgets\x20for\x20proposals\x20and\x20prototypes.\x0a\x20\x20Maka-CLI\x20was\x20a\x20way\x20to\x20develop\x20our\x20applications\x20quickly\x20and\x20make\x20very\x0a\x20\x20aggresive\x20deadlines.\x0a\x0a\x20\x20Many\x20features\x20are\x20available\x20in\x20the\x20Free\x20License,\x20enough\x20to\x20get\x20your\x0a\x20\x20application\x20scaffolded\x20and\x20built.\x20The\x20Pro\x20Single-License\x20includes\x0a\x20\x20commands\x20that\x20will\x20allow\x20you\x20to\x20create\x20cloud\x20instances\x20(on\x20AWS),\x0a\x20\x20deploy\x20to\x20remote\x20hosts\x20(Ubuntu)\x20and\x20streamline\x20every\x20day\x20tasks,\x20such\x0a\x20\x20as\x20monitoring\x20your\x20application\x20logs.\x0a\x0a\x20\x20Make-CLI\x20has\x20one\x20main\x20goal\x20--\x20provide\x20simple\x20tools\x20to\x20create\x20a\x0a\x20\x20structure\x20for\x20your\x20application,\x20and\x20build\x20/\x20maintain\x20it\x20in\x20a\x20repeatable\x0a\x20\x20manner.\x20This\x20is\x20the\x20nature\x20of\x20scaffolding.\x0a\x0a\x20\x20Thank\x20you\x20for\x20your\x20interest\x20in\x20Maka-CLI!\x20🙏\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x20\x20https://maka-io.medium.com/build-your-webapp-with-meteor-maka-cli-629b7b16831d\x0a\x0a\x20\x20Please\x20ping\x20me\x20on\x20Gitter\x27s\x20Meteor\x20space\x20if\x20you\x20have\x20any\x20questions:\x0a\x20\x20@maka-io\x0a\x20\x20','maybeProxyCommandToMeteor','xxxEl','(((.+)+)+)+$','AWRSO','maka\x20install\x20meteor','Kxnej','2321955RtWvCZ','search','6dAtjxC','480388KaxlJG','xOojF','__awaiter','EqSHP'];a39c=function(){return G;};return a39c();}a39a();var __awaiter=this&&this[a39z(0x130)]||function(a,b,c,d){function e(f){const A=a39d;if(A(0x121)===A(0x111))try{i(j[A(0x116)](k));}catch(h){m(h);}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const E=a39d;function h(k){const B=a39d;if(B(0x114)!==B(0x12a))try{B(0x112)!==B(0x112)?c(d):j(d[B(0x116)](k));}catch(m){g(m);}else return f instanceof g?h:new i(function(o){o(k);});}function i(k){const C=a39d;if(C(0x128)!==C(0x12f))try{j(d[C(0x123)](k));}catch(l){g(l);}else h[C(0x120)]?i(j[C(0x133)]):k(l[C(0x133)])['then'](m,n);}function j(k){const D=a39d;k[D(0x120)]?f(k[D(0x133)]):e(k[D(0x133)])[D(0x132)](h,i);}j((d=d[E(0x115)](a,b||[]))[E(0x116)]());});};import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a39z(0x11e),'validOpts':[],'usage':a39z(0x110),'disableAuthCheck':!![],'examples':[a39z(0x11d),a39z(0x129),a39z(0x10f),a39z(0x113)],'description':a39z(0x124)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a39d;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[F(0x136)](c,a[F(0x134)](0x1),b):F(0x119)!==F(0x126)?this[F(0x11c)][F(0x125)]():d(e[F(0x123)](f));}catch(g){F(0x131)!==F(0x131)?this[F(0x136)](d,g['slice'](0x1),f):(console['error'](g),process[F(0x117)](0x1));}});});function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0x10f;let f=c[d];return f;},a39d(a,b);}export default Maka;
1
+ const a39w=a39d;(function(a,b){const u=a39d,c=a();while(!![]){try{const d=parseInt(u(0x7e))/0x1+-parseInt(u(0x96))/0x2*(parseInt(u(0x98))/0x3)+parseInt(u(0x97))/0x4+-parseInt(u(0x88))/0x5*(parseInt(u(0x81))/0x6)+-parseInt(u(0x8d))/0x7*(parseInt(u(0x9b))/0x8)+parseInt(u(0x90))/0x9*(parseInt(u(0xa0))/0xa)+-parseInt(u(0x84))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x418fa));const a39b=(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;};}()),a39a=a39b(this,function(){const v=a39d;return a39a[v(0x87)]()[v(0x95)]('(((.+)+)+)+$')[v(0x87)]()[v(0x82)](a39a)['search'](v(0x92));});a39a();var __awaiter=this&&this[a39w(0x9d)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const x=a39d;x(0x8f)!==x(0x7f)?g(f):c(d);});}return new(c||(c=Promise))(function(f,g){const B=a39d;function h(k){const y=a39d;try{j(d[y(0x9a)](k));}catch(l){g(l);}}function i(k){const z=a39d;try{j(d[z(0xa2)](k));}catch(l){g(l);}}function j(k){const A=a39d;A(0xa1)===A(0xa1)?k[A(0x94)]?f(k[A(0x80)]):e(k[A(0x80)])[A(0x8a)](h,i):(d['error'](e),f[A(0x86)](0x1));}j((d=d[B(0x91)](a,b||[]))[B(0x9a)]());});};import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a39w(0x85),a39w(0x93),a39w(0x8e),a39w(0x9c)],'description':'\x0a\x20\x20Hi,\x20my\x20name\x20is\x20Matt.\x20I\x27ve\x20spent\x20a\x20long\x20time\x20developing\x20Meteor\x0a\x20\x20applications\x20and\x20I\x27ve\x20tried\x20my\x20very\x20best\x20to\x20collect\x20the\x20most\x0a\x20\x20efficient\x20ways\x20to\x20go\x20about\x20setting\x20up\x20and\x20organizing\x20your\x20project.\x0a\x0a\x20\x20I\x20created\x20Maka-CLI\x20as\x20a\x20need\x20to\x20develop\x20prototypes\x20quickly\x0a\x20\x20for\x20a\x20relatively\x20small\x20consulting\x20firm.\x20We\x20had\x20small\x20budgets\x0a\x20\x20for\x20projects,\x20and\x20even\x20smaller\x20budgets\x20for\x20proposals\x20and\x20prototypes.\x0a\x20\x20Maka-CLI\x20was\x20a\x20way\x20to\x20develop\x20our\x20applications\x20quickly\x20and\x20make\x20very\x0a\x20\x20aggresive\x20deadlines.\x0a\x0a\x20\x20Many\x20features\x20are\x20available\x20in\x20the\x20Free\x20License,\x20enough\x20to\x20get\x20your\x0a\x20\x20application\x20scaffolded\x20and\x20built.\x20The\x20Pro\x20Single-License\x20includes\x0a\x20\x20commands\x20that\x20will\x20allow\x20you\x20to\x20create\x20cloud\x20instances\x20(on\x20AWS),\x0a\x20\x20deploy\x20to\x20remote\x20hosts\x20(Ubuntu)\x20and\x20streamline\x20every\x20day\x20tasks,\x20such\x0a\x20\x20as\x20monitoring\x20your\x20application\x20logs.\x0a\x0a\x20\x20Make-CLI\x20has\x20one\x20main\x20goal\x20--\x20provide\x20simple\x20tools\x20to\x20create\x20a\x0a\x20\x20structure\x20for\x20your\x20application,\x20and\x20build\x20/\x20maintain\x20it\x20in\x20a\x20repeatable\x0a\x20\x20manner.\x20This\x20is\x20the\x20nature\x20of\x20scaffolding.\x0a\x0a\x20\x20Thank\x20you\x20for\x20your\x20interest\x20in\x20Maka-CLI!\x20🙏\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x20\x20https://maka-io.medium.com/build-your-webapp-with-meteor-maka-cli-629b7b16831d\x0a\x0a\x20\x20Please\x20ping\x20me\x20on\x20Gitter\x27s\x20Meteor\x20space\x20if\x20you\x20have\x20any\x20questions:\x0a\x20\x20@maka-io\x0a\x20\x20'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const C=a39d;if(C(0x9e)!==C(0x9e))c(d);else try{const d=a[0x0],f=this['findSubCommand'](d);if(f){if(C(0x8b)!==C(0x9f))this[C(0x99)](d,a[C(0x8c)](0x1),b);else{if(e){const h=i['apply'](j,arguments);return k=null,h;}}}else this['fsi']['maybeProxyCommandToMeteor']();}catch(h){C(0x83)!==C(0x83)?h[C(0x94)]?i(j[C(0x80)]):k(l[C(0x80)])[C(0x8a)](m,n):(console[C(0x89)](h),process[C(0x86)](0x1));}});});function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0x7e;let f=c[d];return f;},a39d(a,b);}export default Maka;function a39c(){const D=['throw','509820wUglxq','HrDVb','value','3894ylzhLF','constructor','rrGzj','1393205BVLGPY','maka\x20--help','exit','toString','1925gSxCbl','error','then','RbbOp','slice','893627JOcFmA','maka\x20create\x20Todo','xiBDS','4446261BeuHbS','apply','(((.+)+)+)+$','maka\x20install\x20meteor','done','search','109946imNKRg','1926764oItthf','18yInSwY','runSubCommand','next','32NMpbmx','maka\x20run','__awaiter','FjFUh','jwxTi','10XjUIgn','sabHA'];a39c=function(){return D;};return a39c();}
@@ -1 +1 @@
1
- var a40x=a40d;(function(a,b){var u=a40d,c=a();while(!![]){try{var d=parseInt(u(0x135))/0x1*(-parseInt(u(0x126))/0x2)+-parseInt(u(0x12d))/0x3*(parseInt(u(0x122))/0x4)+-parseInt(u(0x132))/0x5*(parseInt(u(0x13a))/0x6)+parseInt(u(0x136))/0x7*(parseInt(u(0x134))/0x8)+-parseInt(u(0x130))/0x9*(parseInt(u(0x13e))/0xa)+-parseInt(u(0x124))/0xb+parseInt(u(0x123))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x82b88));function a40c(){var E=['QzmFK','3UcBzVs','__awaiter','then','15480ENEzio','noCJS','25FJqRvL','next','67576pLDjGN','1mYGHRJ','28rJThJJ','rSZAZ','%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','error','759546ysvPdA','value','exit','font-family:\x20monospace','2880fnnNSa','cAkUV','throw','create','apply','toString','(((.+)+)+)+$','lBTZN','constructor','1202524MIVwEl','37451880ApENMl','6151145yXWvkr','tPDMA','1262410IktNMp','murder','asWVf','Rxqfi','fMOqg','search'];a40c=function(){return E;};return a40c();}var a40b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a40d;if(v(0x12c)!==v(0x120)){if(c){if('TDUBG'===v(0x131)){if(e){var g=i[v(0x11d)](j,arguments);return k=null,g;}}else{var e=c[v(0x11d)](b,arguments);return c=null,e;}}}else try{i(j[v(0x140)](k));}catch(h){m(h);}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){var w=a40d;return a40a['toString']()[w(0x12b)](w(0x11f))[w(0x11e)]()[w(0x121)](a40a)[w(0x12b)](w(0x11f));});a40a();var __awaiter=this&&this[a40x(0x12e)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a40d;y(0x13f)===y(0x137)?(d[y(0x139)](e),f['exit'](0x0)):g(f);});}return new(c||(c=Promise))(function(f,g){var C=a40d;function h(k){var z=a40d;try{z(0x128)!=='lJvtj'?j(d[z(0x133)](k)):c(d);}catch(m){if(z(0x12a)==='fMOqg')g(m);else return c[z(0x11e)]()[z(0x12b)](z(0x11f))['toString']()[z(0x121)](d)[z(0x12b)]('(((.+)+)+)+$');}}function i(k){var A=a40d;if('PhNPp'==='PhNPp')try{j(d[A(0x140)](k));}catch(l){if(A(0x125)===A(0x129)){var n=d[A(0x11d)](l,arguments);return f=null,n;}else g(l);}else try{i(j['next'](k));}catch(o){m(o);}}function j(k){var B=a40d;k['done']?f(k[B(0x13b)]):e(k['value'])[B(0x12f)](h,i);}j((d=d[C(0x11d)](a,b||[]))[C(0x133)]());});};import{Command}from'../command.js';function a40d(a,b){var c=a40c();return a40d=function(d,e){d=d-0x11c;var f=c[d];return f;},a40d(a,b);}Command[a40x(0x11c)]({'name':a40x(0x127),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a40d;try{console['log'](D(0x138),D(0x13d));}catch(a){console[D(0x139)](a),process[D(0x13c)](0x0);}});});
1
+ var a40z=a40d;(function(a,b){var v=a40d,c=a();while(!![]){try{var d=parseInt(v(0x8e))/0x1+-parseInt(v(0x84))/0x2+parseInt(v(0x7e))/0x3*(-parseInt(v(0x86))/0x4)+-parseInt(v(0x82))/0x5+parseInt(v(0x83))/0x6+-parseInt(v(0x7a))/0x7*(-parseInt(v(0x90))/0x8)+parseInt(v(0x87))/0x9*(parseInt(v(0x8c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x7f570));function a40d(a,b){var c=a40c();return a40d=function(d,e){d=d-0x78;var f=c[d];return f;},a40d(a,b);}function a40c(){var F=['1084180vSGOpX','856566cftkqZ','1047406VRljEV','constructor','1896572ERlGBu','12164445mUpvyN','exit','next','qxgbe','IAdHH','10NbPQhj','apply','460855gTheUX','%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','2096HfIgvV','jEDIx','value','__awaiter','toString','utKBm','6818xhoWMd','done','search','(((.+)+)+)+$','6YEuQpK','Murrrrderrrrr','kcYmK','rTeKi'];a40c=function(){return F;};return a40c();}var a40b=(function(){var a=!![];return function(b,c){var w=a40d;if(w(0x8a)===w(0x81))c(d);else{var d=a?function(){var x=w;if(c){if(x(0x91)!==x(0x79)){var f=c['apply'](b,arguments);return c=null,f;}else d['error'](e),f[x(0x88)](0x0);}}:function(){};return a=![],d;}};}()),a40a=a40b(this,function(){var y=a40d;return a40a[y(0x78)]()[y(0x7c)]('(((.+)+)+)+$')[y(0x78)]()[y(0x85)](a40a)[y(0x7c)](y(0x7d));});a40a();var __awaiter=this&&this[a40z(0x93)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var A=a40d;if(A(0x80)===A(0x80))g(f);else return f instanceof g?h:new i(function(m){m(k);});});}return new(c||(c=Promise))(function(f,g){var D=a40d;function h(k){var B=a40d;try{j(d[B(0x89)](k));}catch(l){g(l);}}function i(k){try{j(d['throw'](k));}catch(l){g(l);}}function j(k){var C=a40d;if(C(0x8b)==='IAdHH')k[C(0x7b)]?f(k['value']):e(k[C(0x92)])['then'](h,i);else{var n=g?function(){if(n){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}j((d=d[D(0x8d)](a,b||[]))['next']());});};import{Command}from'../command.js';Command['create']({'name':'murder','usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a40z(0x7f),'validOpts':[]},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a40d;try{console['log'](E(0x8f),'font-family:\x20monospace');}catch(a){console['error'](a),process[E(0x88)](0x0);}});});
@@ -1 +1 @@
1
- const a41B=a41d;function a41c(){const H=['listen','appName','tAOuA','bright','4905QJUZHe','create','toString','readFileSync','value','search','229212LIMOYB','JjeYI','55SFMvHX','join','maka\x20proxy\x20<options>','throw','targetHost','193372uYrXKX','listenPort','genCSR','proxy','=>\x20SSL\x20Proxy\x20forwarding\x20','\x20to\x20','createProxyServer','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','14544cSzJJN','getConfigPath','invoke','utf8','isFile','17291290LYrlgZ','LpRbQ','(((.+)+)+)+$','.crt','localhost','sslconfig','1466078quWfFK','maka\x20proxy','next','.key','mkKeysDir','targetPort','fsi','2261iNMLjp','1303677GwdmpI','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','UPPHR','findGenerator','3896BsShWY','maka\x20proxy\x20--target-host\x20http://192.168.1.20','apply','done','__awaiter'];a41c=function(){return H;};return a41c();}(function(a,b){const y=a41d,c=a();while(!![]){try{const d=parseInt(y(0x126))/0x1+-parseInt(y(0x103))/0x2+parseInt(y(0x10b))/0x3+-parseInt(y(0x11f))/0x4*(parseInt(y(0x121))/0x5)+parseInt(y(0x12e))/0x6*(-parseInt(y(0x10a))/0x7)+-parseInt(y(0x110))/0x8*(-parseInt(y(0x119))/0x9)+parseInt(y(0xfd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x743f7));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const z=a41d;if(c){if(z(0x120)==='HxWrE'){if(e){const f=i['apply'](j,arguments);return k=null,f;}}else{const f=c[z(0x112)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const A=a41d;return a41a['toString']()[A(0x11e)](A(0xff))[A(0x11b)]()['constructor'](a41a)[A(0x11e)](A(0xff));});a41a();var __awaiter=this&&this[a41B(0x114)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const C=a41d;C(0x10e)==='OPyVR'?c(d):g(f);});}return new(c||(c=Promise))(function(f,g){const F=a41d;function h(k){const D=a41d;try{j(d[D(0x105)](k));}catch(l){'LpRbQ'!==D(0xfe)?c(d):g(l);}}function i(k){try{j(d['throw'](k));}catch(l){g(l);}}function j(k){const E=a41d;k[E(0x113)]?f(k[E(0x11d)]):e(k[E(0x11d)])['then'](h,i);}j((d=d[F(0x112)](a,b||[]))[F(0x105)]());});};function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0xfb;let f=c[d];return f;},a41d(a,b);}import a41u from'fs';import a41v from'path';import a41w from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a41x from'../generators/maka.gen.js';Command[a41B(0x11a)]({'name':a41B(0x129),'usage':a41B(0x123),'mustBeInMakaProject':!![],'validOpts':['help',a41B(0x108),a41B(0x127),a41B(0x125)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a41B(0x10d),'examples':[a41B(0x104),a41B(0x10c),a41B(0x111)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a41d,c=this['fsi']['getProjectConfig'](),d='development',e=this[G(0x109)][G(0x12f)](d),f=this[G(0x109)][G(0x107)]({'configPath':e}),g=b['targetPort']?b[G(0x108)]:0xbb8,h=b[G(0x127)]?b[G(0x127)]:0xd73,i=b[G(0x125)]?b[G(0x125)]:G(0x101),j=a41v[G(0x122)](f,c[G(0x116)]+G(0x106)),k=a41v[G(0x122)](f,c['appName']+G(0x100));if(!this[G(0x109)][G(0xfc)](j)||!this['fsi'][G(0xfc)](k)){const m=a41x[G(0x10f)](G(0x102));if(m){if('tAOuA'===G(0x117))yield m[G(0x130)]([G(0x102)],{'env':d,'useConfig':!![]});else try{i(j[G(0x124)](k));}catch(o){m(o);}}SSL[G(0x128)]({'keyName':c[G(0x116)]+G(0x106),'csrName':c[G(0x116)]+'.csr','cwd':f}),SSL['genSSC']({'keyName':c[G(0x116)]+G(0x106),'crtName':c[G(0x116)]+G(0x100),'cwd':f});}if(g===h){Log['error'](G(0x12d));throw new UsageError();}const l={'ssl':{'key':a41u[G(0x11c)](j,G(0xfb)),'cert':a41u['readFileSync'](k,G(0xfb))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]};a41w[G(0x12c)](l)[G(0x115)](h),Log[G(0x118)](G(0x12a)+h+G(0x12b)+g);});});
1
+ const a41G=a41d;(function(a,b){const y=a41d,c=a();while(!![]){try{const d=-parseInt(y(0x1ef))/0x1+-parseInt(y(0x1fd))/0x2*(parseInt(y(0x1f1))/0x3)+-parseInt(y(0x1e5))/0x4+parseInt(y(0x1ec))/0x5*(-parseInt(y(0x1dd))/0x6)+parseInt(y(0x1fc))/0x7+-parseInt(y(0x1d7))/0x8*(parseInt(y(0x1e8))/0x9)+parseInt(y(0x1df))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x94ccb));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const z=a41d;if(c){const e=c[z(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const A=a41d;return a41a['toString']()[A(0x1fa)](A(0x207))[A(0x1ea)]()[A(0x1d8)](a41a)[A(0x1fa)]('(((.+)+)+)+$');});a41a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const B=a41d;if(B(0x20e)===B(0x1fb))return f instanceof g?h:new i(function(m){m(k);});else g(f);});}return new(c||(c=Promise))(function(f,g){const F=a41d;function h(k){const C=a41d;if(C(0x1e7)!==C(0x1ff))try{'HABKm'===C(0x1e6)?j(d['next'](k)):c(d);}catch(m){g(m);}else c(d);}function i(k){const D=a41d;try{j(d[D(0x1e9)](k));}catch(l){g(l);}}function j(k){const E=a41d;k[E(0x1da)]?f(k['value']):e(k[E(0x1f0)])[E(0x1f3)](h,i);}j((d=d['apply'](a,b||[]))[F(0x1e0)]());});};import a41u from'fs';import a41v from'path';import a41w from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a41x from'../generators/maka.gen.js';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a41d(a,b);}Command[a41G(0x20a)]({'name':a41G(0x209),'usage':a41G(0x201),'mustBeInMakaProject':!![],'validOpts':[a41G(0x203),a41G(0x1fe),'listenPort',a41G(0x1f2)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a41G(0x205),'examples':[a41G(0x1e2),a41G(0x1f9),'maka\x20proxy\x20--target-host\x20http://192.168.1.20']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const H=a41d;if(H(0x1ee)!==H(0x1f4)){const c=this[H(0x1e3)]['getProjectConfig'](),d='development',e=this[H(0x1e3)][H(0x206)](d),f=this['fsi']['mkKeysDir']({'configPath':e}),g=b[H(0x1fe)]?b[H(0x1fe)]:0xbb8,h=b[H(0x1f5)]?b[H(0x1f5)]:0xd73,i=b[H(0x1f2)]?b[H(0x1f2)]:H(0x1f8),j=a41v[H(0x1dc)](f,c['appName']+'.key'),k=a41v['join'](f,c['appName']+H(0x1e1));if(!this[H(0x1e3)][H(0x1f6)](j)||!this[H(0x1e3)][H(0x1f6)](k)){const m=a41x[H(0x1f7)](H(0x1d4));m&&(yield m[H(0x208)](['sslconfig'],{'env':d,'useConfig':!![]})),SSL[H(0x1d6)]({'keyName':c[H(0x1e4)]+H(0x200),'csrName':c[H(0x1e4)]+H(0x1d3),'cwd':f}),SSL[H(0x20c)]({'keyName':c[H(0x1e4)]+'.key','crtName':c['appName']+H(0x1e1),'cwd':f});}if(g===h){if(H(0x202)===H(0x1de)){const o=d[H(0x1ed)](e,arguments);return f=null,o;}else{Log['error'](H(0x1db));throw new UsageError();}}const l={'ssl':{'key':a41u[H(0x1eb)](j,H(0x20b)),'cert':a41u[H(0x1eb)](k,H(0x20b))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]};a41w[H(0x204)](l)['listen'](h),Log[H(0x1d9)](H(0x20d)+h+H(0x1d5)+g);}else{const p=g?function(){if(p){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],p;}});});function a41c(){const I=['hZNnC','43431800XRyxkj','next','.crt','maka\x20proxy','fsi','appName','4143988MjEydK','HABKm','LSdIy','107532AcRNzT','throw','toString','readFileSync','11570MpMmNP','apply','dxEzA','1217377vPFPUu','value','1832079KUGwJC','targetHost','then','uYYXH','listenPort','isFile','findGenerator','localhost','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','search','UENzl','270214XTYLIW','2EdRAHf','targetPort','YTPHH','.key','maka\x20proxy\x20<options>','NgBwF','help','createProxyServer','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','getConfigPath','(((.+)+)+)+$','invoke','proxy','create','utf8','genSSC','=>\x20SSL\x20Proxy\x20forwarding\x20','RhnQs','.csr','sslconfig','\x20to\x20','genCSR','416lWHtGU','constructor','bright','done','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','join','744cUpIbP'];a41c=function(){return I;};return a41c();}