@maka/maka-cli 4.3.20 → 4.3.21

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 +1 -1
@@ -1 +1 @@
1
- const a26z=a26d;function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x114;let f=c[d];return f;},a26d(a,b);}(function(a,b){const v=a26d,c=a();while(!![]){try{const d=parseInt(v(0x135))/0x1*(-parseInt(v(0x11e))/0x2)+-parseInt(v(0x144))/0x3+parseInt(v(0x122))/0x4+-parseInt(v(0x142))/0x5*(parseInt(v(0x13a))/0x6)+parseInt(v(0x117))/0x7*(parseInt(v(0x126))/0x8)+-parseInt(v(0x11c))/0x9+-parseInt(v(0x13d))/0xa*(-parseInt(v(0x114))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0xdbd9a));const a26b=(function(){let a=!![];return function(b,c){const w=a26d;if('UdjBm'!==w(0x141)){const d=a?function(){const x=w;if(c){const e=c[x(0x129)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else c(d);};}()),a26a=a26b(this,function(){const y=a26d;return a26a[y(0x121)]()[y(0x13f)](y(0x140))[y(0x121)]()[y(0x12f)](a26a)[y(0x13f)](y(0x140));});a26a();var __awaiter=this&&this[a26z(0x13b)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a26d;'yvVxV'===A(0x12a)?g(f):b[A(0x131)]('Could\x20not\x20find\x20generator');});}return new(c||(c=Promise))(function(f,g){const E=a26d;function h(k){const B=a26d;if(B(0x11f)===B(0x137))c['notice'](B(0x12b)),d[B(0x13e)]();else try{j(d['next'](k));}catch(m){g(m);}}function i(k){const C=a26d;if(C(0x12e)==='zfTUr')try{j(d['throw'](k));}catch(l){if(C(0x11a)===C(0x11a))g(l);else{f['help']?(k[C(0x116)](C(0x12b)),l[C(0x13e)]()):m[C(0x131)](C(0x125));throw new j();}}else{const o=d[C(0x129)](e,arguments);return f=null,o;}}function j(k){const D=a26d;k[D(0x115)]?f(k['value']):e(k['value'])['then'](h,i);}j((d=d['apply'](a,b||[]))[E(0x119)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a26u from'../generators/maka.gen.js';function a26c(){const G=['Generators:','TsrZO','help','zfTUr','constructor','slice','error','maka\x20g:template\x20todos/todo_item','maka\x20g:route\x20todos/edit','maka\x20g:dbc\x20geoserver\x20--type=pgsql','1qWpiEQ','Scaffold\x20various\x20parts\x20of\x20your\x20application','bgMuy','maka\x20g:package\x20package:name','yYuJp','8983212VqypFv','__awaiter','invoke','10GELhOR','listGenerators','search','(((.+)+)+)+$','MxAzp','5OzEdrB','dir','4828818DqZiqM','47921951cQhQzK','done','notice','14gODOCb','maka\x20g:api\x20trucks','next','dXdVx','findGenerator','11691684DCGZZC','HiZYy','679512BOpibm','EYZWT','where','toString','362412RUdfPM','generate','maka\x20{generate,\x20g}:<generator>\x20<name>\x20<opts>','Could\x20not\x20find\x20generator','4796008alvgwa','maka\x20g:scaffold\x20todos','maka\x20generate:scaffold\x20todos','apply','yvVxV'];a26c=function(){return G;};return a26c();}import{UsageError}from'../error.js';Command['create']({'name':a26z(0x123),'aliases':['g'],'usage':a26z(0x124),'validOpts':[a26z(0x143),a26z(0x120),a26z(0x12d)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a26z(0x136),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a26z(0x128),a26z(0x127),a26z(0x132),a26z(0x138),a26z(0x133),a26z(0x118),a26z(0x134)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a26d;if(F(0x139)!==F(0x139)){if(e){const d=i['apply'](j,arguments);return k=null,d;}}else{const d=a[0x0],e=a26u[F(0x11b)](d);if(!e){if('HiZYy'!==F(0x11d))try{i(j[F(0x119)](k));}catch(g){m(g);}else{if(b[F(0x12d)])Log[F(0x116)]('Generators:'),a26u[F(0x13e)]();else{if(F(0x12c)==='EcFoo')return f instanceof g?h:new i(function(m){m(k);});else Log[F(0x131)](F(0x125));}throw new UsageError();}}yield e[F(0x13c)](a[F(0x130)](0x1),b);}});});
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 +1 @@
1
- function a27c(){var w=['search','6iERkzy','10536DbAkMY','327760LAdEmx','2432892OeBWpT','3033450JBUdqy','10ULalsm','1335144eFczVh','13451980bNrhjL','(((.+)+)+)+$','1688FKrdpx','41652LvVXoR'];a27c=function(){return w;};return a27c();}function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x105;var f=c[d];return f;},a27d(a,b);}(function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0x107))/0x1*(parseInt(u(0x108))/0x2)+parseInt(u(0x10a))/0x3+parseInt(u(0x109))/0x4+-parseInt(u(0x10c))/0x5*(parseInt(u(0x10d))/0x6)+parseInt(u(0x10b))/0x7+parseInt(u(0x110))/0x8*(parseInt(u(0x105))/0x9)+-parseInt(u(0x10e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0x84d7c));var a27b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a27a=a27b(this,function(){var v=a27d;return a27a['toString']()[v(0x106)]('(((.+)+)+)+$')['toString']()['constructor'](a27a)[v(0x106)](v(0x10f));});a27a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
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 +1 @@
1
- const a28z=a28d;(function(a,b){const x=a28d,c=a();while(!![]){try{const d=parseInt(x(0x11b))/0x1*(parseInt(x(0x119))/0x2)+-parseInt(x(0x109))/0x3+parseInt(x(0x10b))/0x4*(-parseInt(x(0x111))/0x5)+parseInt(x(0x10a))/0x6*(parseInt(x(0x117))/0x7)+-parseInt(x(0x115))/0x8*(-parseInt(x(0x10c))/0x9)+-parseInt(x(0x116))/0xa+parseInt(x(0xff))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x47c1a));function a28c(){const F=['Get\x20various\x20Maka\x20variables\x20and\x20configurations','value','maka\x20get:<sub-command>','apply','findSubCommand','903636iroMdj','168YMAGrm','622632DkaHAo','1467tHHrdk','next','RJEtU','create','error','5fqyhLf','(((.+)+)+)+$','runSubCommand','then','24296JOJZIe','3621100gBmToW','10479DamgTL','__awaiter','4IMcBCF','qSRzO','156737XuGdKu','get','eDEkM','XFlOY','uAmYa','constructor','search','2887203XjHYij','cMIOb','toString','done','throw'];a28c=function(){return F;};return a28c();}const a28b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a28a=a28b(this,function(){const y=a28d;return a28a[y(0x101)]()[y(0xfe)](y(0x112))['toString']()[y(0x120)](a28a)[y(0xfe)](y(0x112));});a28a();var __awaiter=this&&this[a28z(0x118)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const D=a28d;function h(k){const A=a28d;if(A(0x11a)!=='qSRzO')return f instanceof g?h:new i(function(m){m(k);});else try{j(d['next'](k));}catch(m){A(0x11e)!=='XFlOY'?this[A(0x113)](d,m,f):g(m);}}function i(k){const B=a28d;try{B(0x100)===B(0x100)?j(d[B(0x103)](k)):c(d);}catch(m){g(m);}}function j(k){const C=a28d;if(C(0x10e)==='RJEtU')k[C(0x102)]?f(k['value']):e(k[C(0x105)])[C(0x114)](h,i);else return c[C(0x101)]()[C(0xfe)]('(((.+)+)+)+$')[C(0x101)]()[C(0x120)](d)[C(0xfe)](C(0x112));}j((d=d['apply'](a,b||[]))[D(0x10d)]());});};import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a28z(0x10f)]({'name':a28z(0x11c),'usage':a28z(0x106),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a28z(0x104),'validOpts':[]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const E=a28d,c=a[0x0],d=this[E(0x108)](c);if(d){if('OVvZh'===E(0x11f)){const f=d[E(0x107)](e,arguments);return f=null,f;}else this[E(0x113)](c,a,b);}else{if(E(0x11d)!==E(0x11d))c(d);else{Log[E(0x110)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}}});});function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0xfe;let f=c[d];return f;},a28d(a,b);}export default GetCommand;
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 +1 @@
1
- var a29y=a29d;(function(a,b){var v=a29d,c=a();while(!![]){try{var d=parseInt(v(0x1b5))/0x1*(parseInt(v(0x1b4))/0x2)+-parseInt(v(0x1ab))/0x3*(parseInt(v(0x1b2))/0x4)+parseInt(v(0x1be))/0x5+-parseInt(v(0x1ac))/0x6*(-parseInt(v(0x1aa))/0x7)+-parseInt(v(0x1b0))/0x8*(-parseInt(v(0x1c9))/0x9)+-parseInt(v(0x1a9))/0xa+-parseInt(v(0x1c4))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x946d0));function a29c(){var F=['toString','25656ufzYOI','create','513518UEJIvk','3xBRaWA','error','__awaiter','gUSNW','(((.+)+)+)+$','pbqJb','constructor','throw','SdSmy','559450ASAHcD','cNHRF','value','then','aHBOt','search','6547871ZFGSpS','apply','exit','zecoQ','log','9JGSabr','QQexh','maka\x20get:global-config','4590110INMYTt','7reJJsT','318BiDIkL','5589114AZhEsO','done','IkJaU','next','4227376XPAaEt'];a29c=function(){return F;};return a29c();}var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if(w(0x1ba)!==w(0x1ae)){if(c){var e=c['apply'](b,arguments);return c=null,e;}}else c(d);}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a[x(0x1b1)]()[x(0x1c3)](x(0x1b9))[x(0x1b1)]()[x(0x1bb)](a29a)['search'](x(0x1b9));});a29a();function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x1a7;var f=c[d];return f;},a29d(a,b);}var __awaiter=this&&this[a29y(0x1b7)]||function(a,b,c,d){function e(f){var z=a29d;if(z(0x1b8)!=='HMwpg')return f instanceof c?f:new c(function(g){g(f);});else h[z(0x1ad)]?i(j[z(0x1c0)]):k(l[z(0x1c0)])[z(0x1c1)](m,n);}return new(c||(c=Promise))(function(f,g){var D=a29d;function h(k){var A=a29d;try{if('zecoQ'===A(0x1c7))j(d[A(0x1af)](k));else try{i(j[A(0x1af)](k));}catch(m){m(m);}}catch(m){g(m);}}function i(k){var B=a29d;if(B(0x1a7)!==B(0x1bd))try{j(d[B(0x1bc)](k));}catch(l){if(B(0x1c2)!==B(0x1c2))try{i(j[B(0x1bc)](k));}catch(o){m(o);}else g(l);}else c(d);}function j(k){var C=a29d;k[C(0x1ad)]?f(k['value']):e(k['value'])[C(0x1c1)](h,i);}j((d=d[D(0x1c5)](a,b||[]))[D(0x1af)]());});};import a29u from'./get.command.js';import{Command}from'../../command.js';Command[a29y(0x1b3)]({'name':'global-config','usage':a29y(0x1a8),'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;if(E(0x1bf)==='qtAMy')c(d);else try{const b=yield this['fsi']['getGlobalConfig']();console[E(0x1c8)](b);}catch(c){console[E(0x1b6)](c),process[E(0x1c6)](0x0);}});},a29u);
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 +1 @@
1
- var a30y=a30d;function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x1bc;var f=c[d];return f;},a30d(a,b);}(function(a,b){var v=a30d,c=a();while(!![]){try{var d=parseInt(v(0x1da))/0x1+parseInt(v(0x1c4))/0x2*(parseInt(v(0x1c2))/0x3)+-parseInt(v(0x1cd))/0x4+parseInt(v(0x1db))/0x5*(parseInt(v(0x1d0))/0x6)+parseInt(v(0x1bf))/0x7+parseInt(v(0x1bd))/0x8+-parseInt(v(0x1d9))/0x9*(parseInt(v(0x1d4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0x6965c));function a30c(){var G=['throw','done','18289650THXRrX','maka\x20get:local-config','wJbct','constructor','then','9AzGFam','842807kceNTp','109240SESqmk','RoFfB','log','3727952dUbGIR','next','199815XuPEgB','getProjectConfig','(((.+)+)+)+$','3HfqXJV','value','1161674xnvWda','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','create','MPwxu','search','local-config','__awaiter','toString','2038328vkoJtz','GEpkx','cBvsE','234QUoVaz','CpYHd'];a30c=function(){return G;};return a30c();}var a30b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a30d;if(w(0x1c8)===w(0x1ce)){var h=d['apply'](e,arguments);return f=null,h;}else{if(c){if(w(0x1dc)===w(0x1dc)){var e=c[w(0x1c5)](b,arguments);return c=null,e;}else{if(e){var h=i[w(0x1c5)](j,arguments);return k=null,h;}}}}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){var x=a30d;return a30a[x(0x1cc)]()[x(0x1c9)](x(0x1c1))[x(0x1cc)]()[x(0x1d7)](a30a)[x(0x1c9)]('(((.+)+)+)+$');});a30a();var __awaiter=this&&this[a30y(0x1cb)]||function(a,b,c,d){function e(f){var z=a30d;if(z(0x1cf)!==z(0x1cf))c(d);else return f instanceof c?f:new c(function(h){var A=z;'CpYHd'!==A(0x1d1)?c(d):h(f);});}return new(c||(c=Promise))(function(f,g){var E=a30d;function h(k){var B=a30d;if(B(0x1d6)===B(0x1d6))try{j(d[B(0x1be)](k));}catch(l){g(l);}else try{i(j['throw'](k));}catch(o){m(o);}}function i(k){var C=a30d;try{j(d[C(0x1d2)](k));}catch(l){g(l);}}function j(k){var D=a30d;k[D(0x1d3)]?f(k[D(0x1c3)]):e(k[D(0x1c3)])[D(0x1d8)](h,i);}j((d=d['apply'](a,b||[]))[E(0x1be)]());});};import a30u from'./get.command.js';import{Command}from'../../command.js';Command[a30y(0x1c7)]({'name':a30y(0x1ca),'usage':a30y(0x1d5),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a30y(0x1c6),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var F=a30d;const a=yield this['fsi'][F(0x1c0)]();console[F(0x1bc)](a);});},a30u);
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 +1 @@
1
- var a31I=a31d;function a31c(){var Q=['decode','873719dnJxsI','1257900fDzeYK','1492216eomAKM','apply','ppaFV','next','(((.+)+)+)+$','uYRqN','2512735BUXLbS','2bTsjkc','4289418qrmYQi','User\x20Access\x20Token:\x20\x20','authToken','throw','value','userId','385742FVeEPR','hash','6VOWwwj','__awaiter','constructor','error','join','token','IQQjO','exit','done','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','vLJXK','whoami','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','190yOTeDk','search','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','VSiYv','maka\x20get:whoami','roles','18MVuvZB','toString','1889817EgUeNP','notice','user'];a31c=function(){return Q;};return a31c();}(function(a,b){var F=a31d,c=a();while(!![]){try{var d=-parseInt(F(0x157))/0x1+-parseInt(F(0x17b))/0x2*(parseInt(F(0x16e))/0x3)+parseInt(F(0x173))/0x4+parseInt(F(0x17a))/0x5+parseInt(F(0x159))/0x6*(-parseInt(F(0x17c))/0x7)+parseInt(F(0x174))/0x8*(-parseInt(F(0x16c))/0x9)+-parseInt(F(0x166))/0xa*(-parseInt(F(0x172))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x4f438));var a31b=(function(){var a=!![];return function(b,c){var d=a?function(){var G=a31d;if(c){var e=c[G(0x175)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a31a=a31b(this,function(){var H=a31d;return a31a[H(0x16d)]()[H(0x167)](H(0x178))[H(0x16d)]()[H(0x15b)](a31a)['search'](H(0x178));});function a31d(a,b){var c=a31c();return a31d=function(d,e){d=d-0x152;var f=c[d];return f;},a31d(a,b);}a31a();var __awaiter=this&&this[a31I(0x15a)]||function(a,b,c,d){function e(f){var J=a31d;if('YGonl'!==J(0x176))return f instanceof c?f:new c(function(g){var K=J;if(K(0x179)==='nEUvP')try{i(j['throw'](k));}catch(i){m(i);}else g(f);});else c(d);}return new(c||(c=Promise))(function(f,g){var O=a31d;function h(k){var L=a31d;if(L(0x169)==='ftLRQ')d(e['next'](f));else try{j(d[L(0x177)](k));}catch(m){g(m);}}function i(k){var M=a31d;if('HSxgE'==='HSxgE')try{j(d[M(0x154)](k));}catch(l){g(l);}else{if(e){var n=i['apply'](j,arguments);return k=null,n;}}}function j(k){var N=a31d;k[N(0x161)]?f(k[N(0x155)]):e(k['value'])['then'](h,i);}j((d=d[O(0x175)](a,b||[]))[O(0x177)]());});};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':a31I(0x164),'usage':a31I(0x16a),'shortDesc':a31I(0x165),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},function(){var a,b;return __awaiter(this,void 0x0,void 0x0,function*(){var P=a31d;try{const c=yield this['fsi']['getGlobalConfig']();if(c[P(0x158)]){const d=a31E[P(0x171)](c['hash']);Log[P(0x16f)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(d===null||d===void 0x0?void 0x0:d[P(0x170)])),Log[P(0x16f)](P(0x168)+((a=c[P(0x15e)])===null||a===void 0x0?void 0x0:a[P(0x156)])),Log[P(0x16f)](P(0x152)+((b=c[P(0x15e)])===null||b===void 0x0?void 0x0:b[P(0x153)])),Log[P(0x16f)](P(0x162)+(d===null||d===void 0x0?void 0x0:d[P(0x16b)][P(0x15d)](',\x20')));}}catch(f){P(0x163)!==P(0x15f)?(console[P(0x15c)](f),process[P(0x160)](0x0)):d(f[P(0x154)](f));}});},a31D);
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 +1 @@
1
- var a32x=a32d;(function(a,b){var u=a32d,c=a();while(!![]){try{var d=parseInt(u(0xb8))/0x1*(-parseInt(u(0xc5))/0x2)+-parseInt(u(0xb3))/0x3+parseInt(u(0xc4))/0x4+parseInt(u(0xb9))/0x5+parseInt(u(0xc9))/0x6+parseInt(u(0xc6))/0x7+-parseInt(u(0xb6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x5826a));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a32d;if(v(0xc8)===v(0xc0))d(e[v(0xb1)](f));else{if(c){if(v(0xba)===v(0xba)){var e=c[v(0xb7)](b,arguments);return c=null,e;}else c(d);}}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var w=a32d;return a32a[w(0xca)]()[w(0xb2)]('(((.+)+)+)+$')[w(0xca)]()[w(0xbc)](a32a)[w(0xb2)](w(0xbf));});a32a();var __awaiter=this&&this[a32x(0xb4)]||function(a,b,c,d){function e(f){var y=a32d;if(y(0xbd)!==y(0xc7))return f instanceof c?f:new c(function(g){g(f);});else try{i(j[y(0xc2)](k));}catch(h){m(h);}}return new(c||(c=Promise))(function(f,g){var B=a32d;function h(k){var z=a32d;if(z(0xbb)==='ihfuu')c(d);else try{j(d[z(0xc2)](k));}catch(m){g(m);}}function i(k){try{j(d['throw'](k));}catch(l){g(l);}}function j(k){var A=a32d;k['done']?f(k[A(0xbe)]):e(k['value'])['then'](h,i);}j((d=d[B(0xb7)](a,b||[]))[B(0xc2)]());});};import{Command}from'../command.js';import{UsageError}from'../error.js';function a32c(){var C=['vPpSr','constructor','idqwC','value','(((.+)+)+)+$','BROrf','help','next','create','534908FaLvYV','25240mOCtkR','3424225yBpVXQ','GLoGX','CIlpz','4063206wVQOhJ','toString','throw','search','860388cbJSeT','__awaiter','Deprecated:\x20use\x20--help\x20instead','7887768BWrYlr','apply','20cXirgh','2930650BowKfB','CJIim'];a32c=function(){return C;};return a32c();}function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0xb1;var f=c[d];return f;},a32d(a,b);}Command[a32x(0xc3)]({'name':a32x(0xc1),'description':'Try,\x20maka\x20--help','aliases':['h'],'validOpts':[],'shortDesc':a32x(0xb5)},function(){return __awaiter(this,void 0x0,void 0x0,function*(){throw new UsageError();});});
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 +1 @@
1
- const a33M=a33d;(function(a,b){const F=a33d,c=a();while(!![]){try{const d=-parseInt(F(0x183))/0x1*(parseInt(F(0x193))/0x2)+-parseInt(F(0x162))/0x3*(parseInt(F(0x16c))/0x4)+parseInt(F(0x18e))/0x5+parseInt(F(0x169))/0x6+parseInt(F(0x176))/0x7+parseInt(F(0x17c))/0x8*(parseInt(F(0x172))/0x9)+-parseInt(F(0x194))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0xc87df));function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x15c;let f=c[d];return f;},a33d(a,b);}const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a33d;if(G(0x160)===G(0x19a))d[G(0x18c)](e),f[G(0x1a8)](0x0);else{if(c){const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const H=a33d;return a33a[H(0x189)]()[H(0x181)]('(((.+)+)+)+$')[H(0x189)]()[H(0x1a4)](a33a)['search']('(((.+)+)+)+$');});a33a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){if('noEns'==='noEns')return f instanceof c?f:new c(function(g){g(f);});else c(d);}return new(c||(c=Promise))(function(f,g){const L=a33d;function h(k){const I=a33d;try{j(d[I(0x175)](k));}catch(l){g(l);}}function i(k){const J=a33d;try{j(d[J(0x179)](k));}catch(l){if(J(0x1b7)===J(0x1b7))g(l);else try{i(j['throw'](k));}catch(o){m(o);}}}function j(k){const K=a33d;K(0x15e)!==K(0x15e)?d(e[K(0x175)](f)):k[K(0x190)]?f(k[K(0x178)]):e(k[K(0x178)])['then'](h,i);}j((d=d[L(0x19f)](a,b||[]))[L(0x175)]());});};import a33x from'os';import a33y from'path';import a33z from'fs';import a33A from'delete';import{execSync}from'child_process';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a33c(){const P=['homedir','maka\x20install\x20meteor\x20--force','bYlKv','ZDIHU','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','force','HcGIg','KqJaT','mSCAs','os.osx.x86_64','warn','ZNAaC','mIoqs','XLzRU','afbBq','maka\x20install\x20meteor','3gCEKDD','replace','then','existsSync','maka\x20i','getGlobalConfig','vhNTD','3062748RuUiHy','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','Meteor\x20version\x20','4640588uxkYfE','platform','dvYCJ','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','yHoin','KeuQA','3564umlvHZ','mkdir\x20-p\x20','-xzf','next','10748997difgXZ','Aborted','value','throw','(((.+)+)+)+$','Using\x20CA\x20Cert\x20','9144njxtyj','maka\x20install','cacert','string','join','search','.tar.gz','2RfmrRf','win32','HwfxZ','allowInsecure','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','sync','toString','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','version','error','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','5002105ZgWruO','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','done','RELEASE=','AcmRa','813184mUrxIS','7045320SVLXdp','fsi','withSpinner','Allowing\x20insecure\x20curl\x20connections.','\x20installed.\x0a','kgiCg','gfvOR','install','https://static-meteor.netdna-ssl.com/packages-bootstrap/','meteor.tar.gz','curl','apply','confirm','.meteor','maka\x20install\x20meteor\x20--version\x201.12.1','notice','constructor','/meteor-bootstrap-','maka\x20install\x20meteor\x20-v\x202.3.6','aepBE','exit','length','curl\x20','isFile','ignore','cqpdk','debug','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Removing\x20previous\x20install\x20of\x20meteor','--cacert','cert','/.local/bin'];a33c=function(){return P;};return a33c();}import{Actions}from'../tools/actions/actions.class.js';const homeDir=a33x[a33M(0x1b4)]();Command['create']({'name':a33M(0x19b),'aliases':['i'],'validOpts':['f',a33M(0x1b9),'v',a33M(0x18b),a33M(0x1ae),a33M(0x17e),'keepInstall'],'usage':a33M(0x17d),'shortDesc':a33M(0x18a),'examples':[a33M(0x161),a33M(0x1b5),a33M(0x1a6),a33M(0x1a2),a33M(0x166)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const N=a33d;try{let c=[],d='';if(b[N(0x17e)]){if(N(0x171)!==N(0x171))throw N(0x187)+b;else{if(this['fsi'][N(0x1ab)](b['cacert']))Log['notice'](N(0x17b)+b['cacert']),d=b[N(0x17e)],c=[N(0x1b1),d];else{if(N(0x1b6)===N(0x1b6))throw N(0x1af)+d;else return c[N(0x189)]()[N(0x181)](N(0x17a))[N(0x189)]()['constructor'](d)[N(0x181)](N(0x17a));}}}const f=yield this[N(0x195)][N(0x167)]();if(f[N(0x1b2)]){if(this['fsi'][N(0x1ab)](f[N(0x1b2)]))d=f['cert'],c=[N(0x1b1),d];else{if(N(0x15f)===N(0x1bb))e=f[N(0x1b2)],g=['--cacert',h];else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d;}}f[N(0x186)]&&(Log['warn'](N(0x197)),c=['-k']);let g=![];if(b['f']||b[N(0x1b9)]){if(N(0x168)===N(0x168))g=!![];else throw N(0x1af)+b;}else N(0x1ba)==='njnlZ'?d(e[N(0x179)](f)):g=yield Actions[N(0x1a0)](N(0x18d));if(!g)throw N(0x177);const h=process[N(0x16d)]===N(0x184),i=process['platform']==='darwin',j=execSync(N(0x1aa)+c[N(0x180)]('\x20')+'\x20-s\x20https://install.meteor.com/')[N(0x189)](),k=yield this[N(0x195)]['grep'](j,N(0x191));if(k[N(0x1a9)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';let l=k[0x0][N(0x163)](/[^0-9.]/gi,'')[N(0x163)](/\r?\n|\r/,'');(typeof b['v']===N(0x17f)||typeof b[N(0x18b)]===N(0x17f))&&(N(0x1a7)===N(0x1a7)?l=b['v']||b[N(0x18b)]:c(d));const m=a33y['join'](homeDir,N(0x1a1));if(h){if('nwQOn'===N(0x192)){const u=g?function(){const O=N;if(u){const v=q[O(0x19f)](r,arguments);return s=null,v;}}:function(){};return l=![],u;}else Log[N(0x15c)](N(0x16a));}else{if(a33z[N(0x165)](m)){if(N(0x16e)!=='fIkPE')yield SpawnAsync[N(0x196)]('rm',['-rf',m],{'message':N(0x1b0)});else throw N(0x177);}try{if(N(0x199)===N(0x199)){const v=i?N(0x1bd):'os.linux.x86_64';yield SpawnAsync[N(0x196)](N(0x19e),[...c,'-s',N(0x19c)+l+N(0x1a5)+v+N(0x182),'--output',a33y['join'](homeDir,'meteor.tar.gz')],{'message':'Downloading\x20meteor\x20version\x20'+l});const w=[N(0x174),a33y[N(0x180)](homeDir,N(0x19d)),'-C',homeDir];yield SpawnAsync['withSpinner']('tar',w,{'message':'Installing\x20meteor\x20'+l}),a33A[N(0x188)](a33y[N(0x180)](homeDir,N(0x19d)),{'force':!![]});}else{if(e){const y=i[N(0x19f)](j,arguments);return k=null,y;}}}catch(y){N(0x170)!==N(0x1bc)?console['error'](y):h[N(0x190)]?i(j[N(0x178)]):k(l[N(0x178)])[N(0x164)](m,n);}try{if('dpcUX'==='zXQzO'){const B=d[N(0x19f)](e,arguments);return f=null,B;}else execSync(N(0x173)+homeDir+N(0x1b3),{'stdio':N(0x1ac)}),execSync(N(0x1b8),{'stdio':N(0x1ac)}),execSync(N(0x16f),{'stdio':'ignore'}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':N(0x1ac)}),execSync(N(0x18f),{'stdio':N(0x1ac)});}catch(B){if(N(0x185)===N(0x185))console[N(0x18c)](B);else try{i(j[N(0x175)](k));}catch(D){m(D);}}Log['success'](N(0x16b)+l+N(0x198));}}catch(D){if(N(0x15d)!==N(0x1ad))console['error'](D),process[N(0x1a8)](0x0);else{if(this[N(0x195)]['isFile'](i[N(0x17e)]))q[N(0x1a3)]('Using\x20CA\x20Cert\x20'+r[N(0x17e)]),s=t[N(0x17e)],u=['--cacert',v];else throw N(0x1af)+w;}}});});
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 +1 @@
1
- const a34A=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=-parseInt(w(0xd3))/0x1*(-parseInt(w(0xe8))/0x2)+parseInt(w(0xf0))/0x3*(parseInt(w(0xd6))/0x4)+-parseInt(w(0xd5))/0x5*(parseInt(w(0xda))/0x6)+-parseInt(w(0xec))/0x7+-parseInt(w(0xd1))/0x8+parseInt(w(0xf9))/0x9*(parseInt(w(0xf7))/0xa)+-parseInt(w(0xed))/0xb*(-parseInt(w(0xee))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0xcd706));const a34b=(function(){let a=!![];return function(b,c){const x=a34d;if(x(0xd7)===x(0xce)){const e=h+x(0xd2)+i+x(0xd0)+j['sep']+x(0xe5)+k;l(e,{'cwd':m,'stdio':x(0xf6)}),this[x(0xfa)](x(0xf1)+n);}else{const e=a?function(){const y=x;if('UoLMx'===y(0xeb)){if(c){const f=c[y(0xde)](b,arguments);return c=null,f;}}else this[y(0xcd)](b),this[y(0xcd)](y(0xdc));}:function(){};return a=![],e;}};}()),a34a=a34b(this,function(){const z=a34d;return a34a[z(0xe2)]()[z(0xf4)]('(((.+)+)+)+$')[z(0xe2)]()['constructor'](a34a)['search'](z(0xdf));});a34a();import a34u from'path';function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0xcd;let f=c[d];return f;},a34d(a,b);}import a34v from'fs';function a34c(){const D=['join','apply','(((.+)+)+)+$','stop','logWithSpinner','toString','create','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','\x20-d\x20','uJTBX','NEmRk','25618fWDxQN','jsdoc','maka\x20jsdoc','UoLMx','8281077tISLpN','11NJpxFf','3554580YKCsOs','Running\x20','12BFsaII','\x0a[+]\x20Documentation\x20written\x20to\x20','writeFileSync','sep','search','jsdoc-config.json','inherit','10QbIZhh','app/private','9789903EhKvXv','logNotice','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','logError','OGmwF','docs','\x20-r\x20app','11311560ZWgKim','\x20-c\x20','63yukmbq','pathFromProject','15XrvucX','1317676WVsHAW','ZsTKm','fsi','app/node_modules','140382JhkUVH','utf-8','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22'];a34c=function(){return D;};return a34c();}import{execSync}from'child_process';import{Command}from'../command.js';Command[a34A(0xe3)]({'name':'jsdoc','usage':a34A(0xea),'mustBeInMakaProject':!![],'shortDesc':a34A(0xfb),'examples':['maka\x20jsdoc\x20--init',a34A(0xea)],'validOpts':[]},function(){const B=a34A,a=a34u[B(0xdd)](this[B(0xd8)][B(0xd4)]({}),B(0xcf)+a34u[B(0xf3)]),b=a34u['join'](this[B(0xd8)]['pathFromProject']({}),'config',B(0xf5)),c=this[B(0xd8)]['pathFromProject']({}),d=B(0xe9);if(!this['isFile'](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':B(0xe4),'exclude':['app/packages',B(0xd9),'app/public',B(0xf8)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':B(0xdb)}};a34v[B(0xf2)](b,JSON['stringify'](g,null,0x4));}const f=this[B(0xe1)](B(0xef)+d);try{if(B(0xe6)!==B(0xe7)){const h=d+'\x20-c\x20'+b+'\x20-r\x20app'+a34u[B(0xf3)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':B(0xf6)}),this[B(0xfa)](B(0xf1)+a);}else{const j=g?function(){const C=B;if(j){const u=q[C(0xde)](r,arguments);return s=null,u;}}:function(){};return l=![],j;}}catch(j){this[B(0xcd)](j),this['logError'](B(0xdc));}finally{f[B(0xe0)]();}});
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 +1 @@
1
- const a35z=a35d;(function(a,b){const w=a35d,c=a();while(!![]){try{const d=-parseInt(w(0x1ae))/0x1+parseInt(w(0x180))/0x2+-parseInt(w(0x1b1))/0x3+parseInt(w(0x19d))/0x4+-parseInt(w(0x194))/0x5+-parseInt(w(0x1a1))/0x6+-parseInt(w(0x19e))/0x7*(-parseInt(w(0x1a9))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x92e8a));const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a35d;if(c){if(x(0x182)===x(0x182)){const e=c[x(0x195)](b,arguments);return c=null,e;}else try{i(j[x(0x196)](k));}catch(g){m(g);}}}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const y=a35d;return a35a[y(0x18c)]()[y(0x185)](y(0x19c))[y(0x18c)]()[y(0x1b3)](a35a)['search'](y(0x19c));});function a35c(){const H=['create','762626jGvgRc','template','HMqfI','push','maka\x20lint\x20<opts>','search','ZkIes','service','/imports','.eslintrc.json','sIqDr','eslint','toString','outputFixes','loadFormatter','eslint-plugin-css','udEVm','eslint-plugin-react','All\x20good!\x20:)','error','4631155DvnOYv','apply','throw','__awaiter','SBdqf','imports','ASMzf','success','(((.+)+)+)+$','964vTPYLQ','1477xvfCft','BrVDA','length','706338xunNNB','done','okGPs','join','findAppDirectory','value','fZWYo','CFZEx','95208aVQaCE','fWoat','lintFiles','stylish','oiqTu','283334LWsjzI','eslint/eslintrc.json','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','2890917WjMYzN','vlPhG','constructor','fsi','Lint\x20results\x20for\x20','notice','fix','checkNpmPackage','next','dLFZS'];a35c=function(){return H;};return a35c();}a35a();var __awaiter=this&&this[a35z(0x197)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a35d;A(0x190)===A(0x190)?g(f):b['push'](A(0x18f));});}return new(c||(c=Promise))(function(f,g){const F=a35d;function h(k){const B=a35d;try{B(0x17e)!=='dLFZS'?c(d):j(d[B(0x17d)](k));}catch(m){g(m);}}function i(k){const C=a35d;try{'BrVDA'===C(0x19f)?j(d[C(0x196)](k)):b[C(0x19b)](C(0x192));}catch(m){'oolnJ'==='oolnJ'?g(m):b[C(0x183)](C(0x18b));}}function j(k){const D=a35d;if(D(0x1a8)===D(0x198)){const n=g?function(){const E=D;if(n){const u=q[E(0x195)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else k[D(0x1a2)]?f(k[D(0x1a6)]):e(k[D(0x1a6)])['then'](h,i);}j((d=d[F(0x195)](a,b||[]))['next']());});};import a35u from'path';import{ESLint}from'eslint';function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x178;let f=c[d];return f;},a35d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a35z(0x17f)]({'name':'lint','usage':a35z(0x184),'maxArgLength':0x1,'validOpts':[a35z(0x17b)],'mustBeInMakaProject':!![],'shortDesc':a35z(0x1b0),'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 G=a35d;try{if('hQuOX'===G(0x19a))d(e[G(0x196)](f));else{const d=this[G(0x178)][G(0x1a5)](),f=this[G(0x178)]['checkNpmPackage'](G(0x18b)),g=this[G(0x178)][G(0x17c)](G(0x191)),h=this['fsi'][G(0x17c)](G(0x18f)),i=[];!f&&i['push'](G(0x18b));!g&&(G(0x18a)!=='eNeuf'?i[G(0x183)](G(0x191)):c[G(0x193)](d));!h&&i[G(0x183)](G(0x18f));i['length']>0x0&&('ghRiM'===G(0x1a3)?c(d):yield this[G(0x178)]['installNpmPackage'](i[G(0x1a4)]('\x20'),{'dev':!![]}));const j=this[G(0x178)]['isFile'](a35u[G(0x1a4)](d,G(0x189)));if(!j){if(G(0x186)!=='AqBkd'){const q={'noRename':!![]};yield this['fsi'][G(0x181)]({'srcPath':G(0x1af),'destPath':a35u[G(0x1a4)](d,G(0x189)),'framework':G(0x187),'context':q});}else{const s=d[G(0x195)](e,arguments);return f=null,s;}}const k=new ESLint(),l=yield k[G(0x1ab)]([a35u[G(0x1a4)](d,G(0x199),'**')]),m=yield k[G(0x18e)](G(0x1ac)),n=m['format'](l);if(n[G(0x1a0)]>0x0){if(G(0x1a7)!==G(0x1ad))Log['bright'](n);else try{i(j[G(0x17d)](k));}catch(t){m(t);}}else Log[G(0x19b)](G(0x192));Log['notice'](G(0x179)+d+G(0x188)),b[G(0x17b)]?G(0x1aa)===G(0x1aa)?yield ESLint[G(0x18d)](l):d(e[G(0x17d)](f)):Log[G(0x17a)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}}catch(u){if(G(0x1b2)!==G(0x1b2))return c['toString']()[G(0x185)]('(((.+)+)+)+$')[G(0x18c)]()['constructor'](d)[G(0x185)](G(0x19c));else console[G(0x193)](u);}});});
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 +1 @@
1
- const a36K=a36d;function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a36d(a,b);}(function(a,b){const I=a36d,c=a();while(!![]){try{const d=parseInt(I(0x200))/0x1+-parseInt(I(0x1e5))/0x2*(parseInt(I(0x1dd))/0x3)+-parseInt(I(0x1c9))/0x4*(parseInt(I(0x1d1))/0x5)+-parseInt(I(0x1f8))/0x6*(parseInt(I(0x1ba))/0x7)+-parseInt(I(0x1ed))/0x8+-parseInt(I(0x1d2))/0x9+parseInt(I(0x1cb))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x937d4));const a36b=(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;};}()),a36a=a36b(this,function(){const J=a36d;return a36a[J(0x1ec)]()[J(0x1ae)](J(0x1b8))[J(0x1ec)]()[J(0x1e7)](a36a)[J(0x1ae)](J(0x1b8));});a36a();function a36c(){const R=['exit','1097168FcQUxd','getSystemInfo','start','YZOWt','DGoIt','search','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','https://','fAmxn','then','env','notice','zXFol','Password:\x20','ask','(((.+)+)+)+$','TDzdR','1337oOfTdp','gkNjW','/api/v1/status','__awaiter','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','failure','ZjaAF','Using\x20CA\x20Cert\x20','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','parse','Logging\x20in','LPnWq','sha256','ZBBMO','Preflight\x20Check','8tJGWbm','STgGm','24465420AUfqYf','gMvdx','GiFuT','throw','password','maka\x20login\x20<opts>','2940570jgXIWe','8375652tQRVnS','eAXrP','iurZT','error','cert','mRABE','FtEJL','/api/v1/encodeJwt','login','HuHde','VPUZD','3iHSpMz','assign','digest','gdoFr','create','localhost','HEDbT','help','389182KPFeJI','awRUC','constructor','success','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','post','toString','137648FJhudH','apply','cacert','Logging\x20into\x20https://','fsi','pthTW','email','update','get','toHex','UBFEO','19506pSbbRk','debug','isFile','value','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','next','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'];a36c=function(){return R;};return a36c();}var __awaiter=this&&this[a36K(0x1bd)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const L=a36d;L(0x1e6)!==L(0x1cd)?g(f):d(e[L(0x1fd)](f));});}return new(c||(c=Promise))(function(f,g){const P=a36d;function h(k){const M=a36d;try{if(M(0x1f7)!==M(0x1f7))try{i(j[M(0x1fd)](k));}catch(m){m(m);}else j(d['next'](k));}catch(m){g(m);}}function i(k){const N=a36d;if(N(0x1dc)!==N(0x204))try{j(d[N(0x1ce)](k));}catch(l){g(l);}else d(e[N(0x1ce)](f));}function j(k){const O=a36d;if(O(0x1c5)!==O(0x1c5))try{i(j[O(0x1ce)](k));}catch(m){m(m);}else k['done']?f(k[O(0x1fb)]):e(k[O(0x1fb)])[O(0x1b2)](h,i);}j((d=d[P(0x1ee)](a,b||[]))[P(0x1fd)]());});};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';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a36K(0x1b3)]['MAKA_DEV']==='True'?a36K(0x1e2):'www.maka-cli.com';Command['create']({'name':a36K(0x1da),'validOpts':[a36K(0x1f3),'password',a36K(0x1e4),a36K(0x1ef),a36K(0x1f9)],'usage':a36K(0x1d0),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a36K(0x1e9),'examples':['maka\x20login',a36K(0x1fc)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const Q=a36d;if(Q(0x1e0)!==Q(0x1db)){const c=Log['withSpinner']();try{let d='';b['cacert']&&(this[Q(0x1f1)][Q(0x1fa)](b[Q(0x1ef)])?(d=b[Q(0x1ef)],Log['notice']('Using\x20CA\x20Cert\x20'+d)):Q(0x1e3)!==Q(0x1e3)?c(d):Log[Q(0x1d5)](Q(0x1fe)+d));const f=yield this['fsi']['getGlobalConfig']();if(f['cert']){if(this[Q(0x1f1)][Q(0x1fa)](f[Q(0x1d6)]))d=f['cert'];else{Log[Q(0x1d5)](Q(0x1ea)+d);return;}}const g=yield this[Q(0x1f1)][Q(0x201)]();Log['header'](Q(0x1f0)+hostname);const h={'url':'https://'+hostname+Q(0x1bc)};b[Q(0x1ef)]&&(Q(0x1c7)!==Q(0x1d4)?Object[Q(0x1de)](h,{'cert':d}):c=d[Q(0x1d6)]);c[Q(0x202)](Q(0x1c8));const {statusCode:i}=yield HTTPS[Q(0x1f5)](h);if(i===0x198){if(Q(0x203)!==Q(0x203))c(d);else{c[Q(0x1bf)]();throw Q(0x1be);}}if(i!==0xc8){c[Q(0x1bf)]();throw'https://'+hostname+Q(0x1af);}c[Q(0x1e8)]();const j=b['email']?b[Q(0x1f3)]:yield Actions['ask']('Email:'),k=b[Q(0x1cf)]?b[Q(0x1cf)]:yield Actions[Q(0x1b7)](Q(0x1b6),!![]),l=a36u['md'][Q(0x1c6)][Q(0x1e1)]();l[Q(0x1f4)](k);const m=l[Q(0x1df)]()[Q(0x1f6)](),n={'hostname':hostname,'path':'/api/v1/login','data':{'email':j,'password':m,'hashed':!![]}};b['cacert']&&(Q(0x1d8)===Q(0x1cc)?this['fsi']['isFile'](h[Q(0x1ef)])?(o=p['cacert'],q[Q(0x1b4)](Q(0x1c1)+r)):s[Q(0x1d5)](Q(0x1fe)+t):Object[Q(0x1de)](n,{'cert':d}));c[Q(0x202)](Q(0x1c4));const {data:o,statusCode:p}=yield HTTPS[Q(0x1eb)](n);if(p===0x198){if('rbhFO'===Q(0x1d7)){c['failure']('\x0a');throw Q(0x1c2)+d;}else{c[Q(0x1bf)]('\x0a');throw Q(0x1c2)+hostname;}}const q=JSON[Q(0x1c3)](o);if(q['authToken']){if(Q(0x1f2)!==Q(0x1b1)){const w={'hostname':hostname,'path':Q(0x1d9),'headers':{'x-auth-token':q['authToken']},'data':{'uuid':g['uuid']}};if(b[Q(0x1ef)]){if(Q(0x1ca)!==Q(0x1ca)){c[Q(0x1bf)]();throw Q(0x1b0)+d+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}else Object[Q(0x1de)](w,{'cert':d});}const {data:x,statusCode:y}=yield HTTPS['post'](w),{token:z}=JSON[Q(0x1c3)](x);if(y===0x198){if(Q(0x1b5)===Q(0x1d3))d[Q(0x1de)](e,{'cert':f});else throw Q(0x1c2)+hostname;}const A={'token':q,'hash':z};this[Q(0x1f1)]['setGlobalConfig'](A);}else{const E=d[Q(0x1ee)](e,arguments);return f=null,E;}}else{if(Q(0x1b9)!==Q(0x1c0)){c[Q(0x1bf)]();throw q;}else{c[Q(0x1d5)](Q(0x1ea)+d);return;}}c[Q(0x1e8)]();}catch(F){if(Q(0x1bb)!==Q(0x1bb))throw Q(0x1c2)+b;else c[Q(0x1bf)](),console['error'](F),process[Q(0x1ff)](0x0);}}else{if(this[Q(0x1f1)][Q(0x1fa)](f[Q(0x1d6)]))k=l['cert'];else{m[Q(0x1d5)](Q(0x1ea)+n);return;}}});});
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 +1 @@
1
- const a37z=a37d;(function(a,b){const v=a37d,c=a();while(!![]){try{const d=parseInt(v(0x176))/0x1+-parseInt(v(0x189))/0x2+-parseInt(v(0x191))/0x3+-parseInt(v(0x16b))/0x4+parseInt(v(0x16c))/0x5+parseInt(v(0x179))/0x6*(parseInt(v(0x163))/0x7)+parseInt(v(0x16a))/0x8*(-parseInt(v(0x196))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x8c734));const a37b=(function(){let a=!![];return function(b,c){const w=a37d;if(w(0x162)===w(0x162)){const d=a?function(){const x=w;if('rAkNI'===x(0x17f)){if(c){const e=c[x(0x16d)](b,arguments);return c=null,e;}}else{const g=g?function(){if(g){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],g;}}:function(){};return a=![],d;}else d[w(0x164)](e,{'cert':f});};}()),a37a=a37b(this,function(){const y=a37d;return a37a['toString']()[y(0x18c)](y(0x16e))[y(0x169)]()[y(0x194)](a37a)[y(0x18c)]('(((.+)+)+)+$');});a37a();var __awaiter=this&&this[a37z(0x174)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a37d;A(0x161)!==A(0x161)?c(d):g(f);});}return new(c||(c=Promise))(function(f,g){const E=a37d;function h(k){const B=a37d;try{j(d[B(0x166)](k));}catch(l){g(l);}}function i(k){const C=a37d;try{j(d[C(0x177)](k));}catch(l){g(l);}}function j(k){const D=a37d;k[D(0x168)]?f(k[D(0x187)]):e(k[D(0x187)])[D(0x190)](h,i);}j((d=d['apply'](a,b||[]))[E(0x166)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a37c(){const G=['MAKA_DEV','iiVlz','success','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','authToken','rAkNI','logout','cacert','failure','True','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','exit','value','header','580484JBJdGH','maka\x20logout\x20<opts>','getGlobalConfig','search','start','token','Logging\x20out','then','22668kycyVd','Logging\x20out\x20of\x20https://','VWuUE','constructor','https://','2409741moUmod','localhost','NkORL','notice','fsi','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','MuKam','bBVnD','91959ESDwzp','assign','yODyb','next','ZekPW','done','toString','8EoLfPx','4477432HzXOuM','3419425VouEfT','apply','(((.+)+)+)+$','isFile','cert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20logout','/api/v1/logoutAll','__awaiter','error','538481VfOMvV','throw','setGlobalConfig','474GZHYbW'];a37c=function(){return G;};return a37c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a37z(0x17a)]===a37z(0x183)?a37z(0x15c):'www.maka-cli.com';function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x15c;let f=c[d];return f;},a37d(a,b);}Command['create']({'name':a37z(0x180),'validOpts':[a37z(0x181)],'usage':a37z(0x18a),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a37z(0x172)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const F=a37d,d=Log['withSpinner']();try{let f='';if(b['cacert']){if(this[F(0x15f)][F(0x16f)](b[F(0x181)])){if(F(0x165)!==F(0x165)){b[F(0x182)]();throw F(0x17d);}else f=b[F(0x181)],Log[F(0x15e)]('Using\x20CA\x20Cert\x20'+f);}else Log[F(0x175)](F(0x171)+f);}const g=yield this[F(0x15f)][F(0x18b)]();if(g[F(0x170)]){if(this[F(0x15f)][F(0x16f)](g[F(0x170)])){if(F(0x193)!==F(0x193))try{i(j[F(0x177)](k));}catch(o){m(o);}else f=g[F(0x170)];}else{d['failure']();throw Log['error'](F(0x184)+f);}}Log[F(0x188)](F(0x192)+hostname);const h={'url':F(0x195)+hostname+'/api/v1/status'};b[F(0x181)]&&Object[F(0x164)](h,{'cert':f});d[F(0x18d)]('Preflight\x20Check');const {statusCode:i}=yield HTTPS['get'](h);if(i===0x198){d[F(0x182)]();throw F(0x185);}d[F(0x17c)]();if(i!==0xc8){if(F(0x17b)!==F(0x17b))throw b[F(0x175)](F(0x160));else{d[F(0x182)]();throw F(0x17d);}}if(!((c=g===null||g===void 0x0?void 0x0:g[F(0x18e)])===null||c===void 0x0?void 0x0:c['authToken']))throw Log['error'](F(0x160));d[F(0x18d)](F(0x18f));const j={'hostname':hostname,'path':F(0x173),'data':{},'headers':{'x-auth-token':g['token'][F(0x17e)]}};b[F(0x181)]&&Object[F(0x164)](j,{'cert':f});const {statusCode:k}=yield HTTPS['post'](j);if(k===0x198){if(F(0x167)!==F(0x167))c(d);else{d['failure']('\x0a');throw F(0x185);}}this[F(0x15f)][F(0x178)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),d['success']();}catch(p){F(0x15d)==='DllVF'?c=d['cert']:(p&&console[F(0x175)](p),process[F(0x186)](0x0));}});});
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 +1 @@
1
- const a38A=a38d;(function(a,b){const w=a38d,c=a();while(!![]){try{const d=parseInt(w(0x1b8))/0x1+parseInt(w(0x1c0))/0x2+-parseInt(w(0x1c2))/0x3+-parseInt(w(0x1c6))/0x4*(-parseInt(w(0x1c4))/0x5)+parseInt(w(0x1c8))/0x6*(parseInt(w(0x1b7))/0x7)+-parseInt(w(0x1ac))/0x8+-parseInt(w(0x1bb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x2dcf2));const a38b=(function(){let a=!![];return function(b,c){const x=a38d;if(x(0x1c1)!==x(0x1c1))return c[x(0x1bd)]()[x(0x1b4)](x(0x1bf))['toString']()[x(0x1b6)](d)[x(0x1b4)]('(((.+)+)+)+$');else{const e=a?function(){const y=x;if(y(0x1c7)!=='tXFEY'){if(e){const g=i['apply'](j,arguments);return k=null,g;}}else{if(c){if('iPIBX'!=='iPIBX'){const h=d[y(0x1b3)](e,arguments);return f=null,h;}else{const h=c[y(0x1b3)](b,arguments);return c=null,h;}}}}:function(){};return a=![],e;}};}()),a38a=a38b(this,function(){const z=a38d;return a38a[z(0x1bd)]()[z(0x1b4)](z(0x1bf))[z(0x1bd)]()['constructor'](a38a)[z(0x1b4)]('(((.+)+)+)+$');});a38a();import a38u from'fs';import a38v from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a38c(){const C=['1258876WmmSyl','tXFEY','830082RttaGW','2111240tpHmcG','readFileSync','fsi','maka\x20logs\x20--env\x20staging','getConfigPath','View\x20the\x20PM2\x20logs','logs','apply','search','sshSync','constructor','14YZkotu','191343vtbjWT','create','ssh.json','4451688uvcyVO','assign','toString','log','(((.+)+)+)+$','516528YZkOkf','NQXSX','284547NzTZhk','join','5SfAHzf','env'];a38c=function(){return C;};return a38c();}function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a38d(a,b);}Command[a38A(0x1b9)]({'name':a38A(0x1b2),'aliases':['l',a38A(0x1be)],'usage':'maka\x20logs\x20--env\x20prod','requiredOpts':[a38A(0x1c5)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a38A(0x1b1),'examples':['maka\x20logs\x20--env\x20dev',a38A(0x1af),'maka\x20l\x20-e\x20p']},function(a,b){const B=a38A,c='pm2\x20logs',d=this[B(0x1ae)][B(0x1b0)](b[B(0x1c5)]),e=a38v[B(0x1c3)](d,B(0x1ba)),f=a38u[B(0x1ad)](e),g=JSON['parse'](f[B(0x1bd)]());Object[B(0x1bc)](g,{'env':d}),SSH[B(0x1b5)](c,g,{'tty':!![],'verbose':!![]});});
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 +1 @@
1
- const a39x=a39d;(function(a,b){const u=a39d,c=a();while(!![]){try{const d=parseInt(u(0xc9))/0x1+parseInt(u(0xca))/0x2+parseInt(u(0xc4))/0x3*(parseInt(u(0xdc))/0x4)+-parseInt(u(0xd2))/0x5+parseInt(u(0xe0))/0x6+parseInt(u(0xcb))/0x7*(-parseInt(u(0xe8))/0x8)+-parseInt(u(0xd5))/0x9*(-parseInt(u(0xd1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x2e258));const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a39d;if(c){if(v(0xc1)!==v(0xe5)){const e=c['apply'](b,arguments);return c=null,e;}else d[v(0xcd)](e),f[v(0xce)](0x1);}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const w=a39d;return a39a[w(0xc8)]()['search'](w(0xd7))[w(0xc8)]()[w(0xeb)](a39a)[w(0xea)]('(((.+)+)+)+$');});a39a();var __awaiter=this&&this[a39x(0xe7)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){function h(k){const y=a39d;try{j(d[y(0xd6)](k));}catch(l){if(y(0xc6)==='CYBkK'){const n=d[y(0xe4)](l,arguments);return f=null,n;}else g(l);}}function i(k){const z=a39d;try{j(d[z(0xdf)](k));}catch(l){g(l);}}function j(k){const A=a39d;A(0xd9)===A(0xd9)?k[A(0xe9)]?f(k[A(0xd0)]):e(k[A(0xd0)])['then'](h,i):h[A(0xe9)]?i(j['value']):k(l['value'])[A(0xde)](m,n);}j((d=d['apply'](a,b||[]))['next']());});};import{Command}from'../command.js';function a39c(){const C=['A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','value','5742950iKZVvj','1746325BsajxV','maka\x20run','runSubCommand','9mJzZij','next','(((.+)+)+)+$','Plbzn','RBRwT','\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','fsi','4QhjpJB','maybeProxyCommandToMeteor','then','throw','276822iXasCU','hXVYJ','findSubCommand','maka\x20create\x20Todo','apply','ioLgl','maka','__awaiter','16ZVVaXw','done','search','constructor','XSyVi','Rdlwl','maka\x20--help','jrwfo','12819mMQuWW','LfBaU','YkAii','slice','toString','10069mPvXaW','511274JlniBY','1232455NsdbfD','maka\x20install\x20meteor','error','exit'];a39c=function(){return C;};return a39c();}function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0xc1;let f=c[d];return f;},a39d(a,b);}const Maka=new Command({'name':a39x(0xe6),'minArgLength':0x1,'shortDesc':a39x(0xcf),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a39x(0xc2),a39x(0xcc),a39x(0xe3),a39x(0xd3)],'description':a39x(0xda)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const B=a39d;if(B(0xec)!==B(0xec))c(d);else try{if(B(0xc5)===B(0xc5)){const d=a[0x0],f=this[B(0xe2)](d);if(f)'Plbzn'!==B(0xd8)?c(d):this[B(0xd4)](d,a[B(0xc7)](0x1),b);else{if(B(0xe1)===B(0xc3))return c[B(0xc8)]()[B(0xea)]('(((.+)+)+)+$')['toString']()[B(0xeb)](d)[B(0xea)](B(0xd7));else this[B(0xdb)][B(0xdd)]();}}else{if(e){const j=i[B(0xe4)](j,arguments);return k=null,j;}}}catch(j){console[B(0xcd)](j),process['exit'](0x1);}});});export default Maka;
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 +1 @@
1
- var a40y=a40d;(function(a,b){var v=a40d,c=a();while(!![]){try{var d=parseInt(v(0x20a))/0x1*(parseInt(v(0x206))/0x2)+-parseInt(v(0x20c))/0x3*(-parseInt(v(0x202))/0x4)+-parseInt(v(0x1fd))/0x5+-parseInt(v(0x209))/0x6*(-parseInt(v(0x1f8))/0x7)+parseInt(v(0x201))/0x8+parseInt(v(0x1fc))/0x9+-parseInt(v(0x205))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x7fb95));var a40b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a40d;if('hyHTy'!=='WVAfb'){if(c){if(w(0x207)===w(0x20d))return c[w(0x1eb)]()['search'](w(0x1f0))[w(0x1eb)]()[w(0x1f4)](d)[w(0x1f2)]('(((.+)+)+)+$');else{var e=c[w(0x1ee)](b,arguments);return c=null,e;}}}else try{i(j[w(0x1fb)](k));}catch(h){m(h);}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){var x=a40d;return a40a[x(0x1eb)]()['search'](x(0x1f0))['toString']()[x(0x1f4)](a40a)[x(0x1f2)](x(0x1f0));});a40a();var __awaiter=this&&this[a40y(0x210)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var z=a40d;if(z(0x20e)!=='QXAlx')return e(this,void 0x0,void 0x0,function*(){var A=z;try{l[A(0x1f6)](A(0x200),A(0x1e8));}catch(r){o[A(0x204)](r),p[A(0x1f9)](0x0);}});else g(f);});}return new(c||(c=Promise))(function(f,g){var E=a40d;function h(k){var B=a40d;if(B(0x208)===B(0x1ff))b[B(0x1f6)](B(0x200),B(0x1e8));else try{j(d[B(0x1ea)](k));}catch(m){if(B(0x1ed)!==B(0x1ed)){var o=g?function(){if(o){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],o;}else g(m);}}function i(k){var C=a40d;try{j(d['throw'](k));}catch(l){C(0x20b)===C(0x1f3)?(d['error'](l),f[C(0x1f9)](0x0)):g(l);}}function j(k){var D=a40d;'gEiHN'===D(0x1ef)?c(d):k[D(0x1ec)]?f(k['value']):e(k[D(0x1f5)])[D(0x1e9)](h,i);}j((d=d['apply'](a,b||[]))[E(0x1ea)]());});};function a40d(a,b){var c=a40c();return a40d=function(d,e){d=d-0x1e8;var f=c[d];return f;},a40d(a,b);}function a40c(){var G=['done','WhGyp','apply','ugAhQ','(((.+)+)+)+$','create','search','dMCzk','constructor','value','log','OziVV','21YuJVLP','exit','maka\x20murder','throw','5294421zwDcwc','4874250YbncTe','murder','HCbwV','%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','1958144CxmpnN','12UmtYCy','nASTa','error','18751550IwMXbk','2OuuZxC','Vxbmw','oUuNu','1086774aSNQdL','983731QHRutJ','bouOS','1013007HizaxS','ApIDr','QXAlx','Murrrrderrrrr','__awaiter','font-family:\x20monospace','then','next','toString'];a40c=function(){return G;};return a40c();}import{Command}from'../command.js';Command[a40y(0x1f1)]({'name':a40y(0x1fe),'usage':a40y(0x1fa),'maxArgLength':0x1,'shortDesc':a40y(0x20f),'validOpts':[]},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var F=a40d;if(F(0x1f7)!==F(0x203))try{console[F(0x1f6)](F(0x200),F(0x1e8));}catch(a){console[F(0x204)](a),process['exit'](0x0);}else c(d);});});
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 +1 @@
1
- const a41B=a41d;(function(a,b){const y=a41d,c=a();while(!![]){try{const d=-parseInt(y(0x140))/0x1+parseInt(y(0x13f))/0x2+parseInt(y(0x12f))/0x3*(parseInt(y(0x12e))/0x4)+parseInt(y(0x116))/0x5+parseInt(y(0x121))/0x6+parseInt(y(0x107))/0x7*(parseInt(y(0x11c))/0x8)+-parseInt(y(0x124))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x41321));function a41c(){const I=['__awaiter','Krrbu','uzSBc','924040JzXTmM','createProxyServer','UtxuH','toString','value','targetPort','24WoBhhx','.crt','listenPort','tLlFw','sslconfig','1761486odjPTh','\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','throw','4351545PparnO','bright','(((.+)+)+)+$','join','help','then','PDSfB','fJivH','listen','done','99868QtlCrR','12Arweso','isFile','BhsLx','maka\x20proxy\x20<options>','targetHost','.key','apply','BFxKm','proxy','utf8','oVGsJ','maka\x20proxy','.csr','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','mkKeysDir','localhost','815164QMGxFU','369561HDPFPv','readFileSync','invoke','error','fsi','search','313292eKCEkX','HMxDn','findGenerator','genCSR','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','getConfigPath','constructor','temqX','next','appName','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','getProjectConfig'];a41c=function(){return I;};return a41c();}const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const z=a41d;if(c){if(z(0x136)!==z(0x139)){const e=c[z(0x135)](b,arguments);return c=null,e;}else d(e[z(0x10f)](f));}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const A=a41d;return a41a['toString']()[A(0x106)](A(0x126))[A(0x119)]()[A(0x10d)](a41a)[A(0x106)](A(0x126));});a41a();var __awaiter=this&&this[a41B(0x113)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const C=a41d;if(C(0x131)===C(0x131))g(f);else{if(e){const i=i[C(0x135)](j,arguments);return k=null,i;}}});}return new(c||(c=Promise))(function(f,g){const G=a41d;function h(k){const D=a41d;if('IqThu'==='cuvMw'){c[D(0x104)](D(0x13c));throw new d();}else try{j(d[D(0x10f)](k));}catch(m){D(0x118)!==D(0x108)?g(m):h[D(0x12d)]?i(j[D(0x11a)]):k(l[D(0x11a)])[D(0x129)](m,n);}}function i(k){const E=a41d;if(E(0x10e)==='hUbUP')d(e['throw'](f));else try{j(d[E(0x123)](k));}catch(m){if(E(0x12b)===E(0x115))return c[E(0x119)]()['search'](E(0x126))[E(0x119)]()[E(0x10d)](d)[E(0x106)](E(0x126));else g(m);}}function j(k){const F=a41d;k[F(0x12d)]?f(k[F(0x11a)]):e(k['value'])['then'](h,i);}j((d=d[G(0x135)](a,b||[]))[G(0x10f)]());});};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';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x103;let f=c[d];return f;},a41d(a,b);}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a41x from'../generators/maka.gen.js';Command['create']({'name':a41B(0x137),'usage':a41B(0x132),'mustBeInMakaProject':!![],'validOpts':[a41B(0x128),a41B(0x11b),a41B(0x11e),a41B(0x133)],'maxArgLength':0x1,'shortDesc':a41B(0x111),'description':a41B(0x122),'examples':[a41B(0x13a),a41B(0x10b),'maka\x20proxy\x20--target-host\x20http://192.168.1.20']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const H=a41d,c=this['fsi'][H(0x112)](),d='development',e=this[H(0x105)][H(0x10c)](d),f=this[H(0x105)][H(0x13d)]({'configPath':e}),g=b[H(0x11b)]?b['targetPort']:0xbb8,h=b[H(0x11e)]?b[H(0x11e)]:0xd73,i=b[H(0x133)]?b[H(0x133)]:H(0x13e),j=a41v[H(0x127)](f,c[H(0x110)]+H(0x134)),k=a41v[H(0x127)](f,c[H(0x110)]+H(0x11d));if(!this[H(0x105)][H(0x130)](j)||!this[H(0x105)][H(0x130)](k)){if(H(0x12a)===H(0x11f))try{i(j[H(0x123)](k));}catch(o){m(o);}else{const n=a41x[H(0x109)](H(0x120));n&&(H(0x114)===H(0x114)?yield n[H(0x103)](['sslconfig'],{'env':d,'useConfig':!![]}):c(d)),SSL[H(0x10a)]({'keyName':c[H(0x110)]+'.key','csrName':c['appName']+H(0x13b),'cwd':f}),SSL['genSSC']({'keyName':c['appName']+H(0x134),'crtName':c[H(0x110)]+H(0x11d),'cwd':f});}}if(g===h){Log[H(0x104)](H(0x13c));throw new UsageError();}const l={'ssl':{'key':a41u[H(0x141)](j,H(0x138)),'cert':a41u['readFileSync'](k,'utf8')},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]};a41w[H(0x117)](l)[H(0x12c)](h),Log[H(0x125)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+'\x20to\x20'+g);});});
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);});});