@maka/maka-cli 4.2.27 → 4.2.29

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 (97) hide show
  1. package/dist/command.js +1 -1
  2. package/dist/commands/_index.js +1 -1
  3. package/dist/commands/aws/_index.js +1 -1
  4. package/dist/commands/aws/aws.command.js +1 -1
  5. package/dist/commands/aws/ci.sub.cmd.js +1 -1
  6. package/dist/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/dist/commands/aws/csg.sub.cmd.js +1 -1
  8. package/dist/commands/aws/di.sub.cmd.js +1 -1
  9. package/dist/commands/aws/dkp.sub.cmd.js +1 -1
  10. package/dist/commands/aws/dsg.sub.cmd.js +1 -1
  11. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/dist/commands/aws/rkp.sub.cmd.js +1 -1
  13. package/dist/commands/aws/sth.sub.cmd.js +1 -1
  14. package/dist/commands/aws/ti.sub.cmd.js +1 -1
  15. package/dist/commands/build/_index.js +1 -1
  16. package/dist/commands/build/build.js +1 -1
  17. package/dist/commands/build/docker.sub.cmd.js +1 -1
  18. package/dist/commands/create.js +1 -1
  19. package/dist/commands/debug.js +1 -1
  20. package/dist/commands/deploy.js +1 -1
  21. package/dist/commands/game/_index.js +1 -1
  22. package/dist/commands/game/battleship.sub.cmd.js +1 -1
  23. package/dist/commands/game/play.command.js +1 -1
  24. package/dist/commands/game/pong.sub.cmd.js +1 -1
  25. package/dist/commands/game/snake.sub.cmd.js +1 -1
  26. package/dist/commands/game/tetris.sub.cmd.js +1 -1
  27. package/dist/commands/generate.js +1 -1
  28. package/dist/commands/get/_index.js +1 -1
  29. package/dist/commands/get/get.command.js +1 -1
  30. package/dist/commands/get/global.sub.cmd.js +1 -1
  31. package/dist/commands/get/local.sub.cmd.js +1 -1
  32. package/dist/commands/get/whoami.sub.cmd.js +1 -1
  33. package/dist/commands/help.js +1 -1
  34. package/dist/commands/install.js +1 -1
  35. package/dist/commands/jsdoc.js +1 -1
  36. package/dist/commands/login.js +1 -1
  37. package/dist/commands/logout.js +1 -1
  38. package/dist/commands/logs.js +1 -1
  39. package/dist/commands/maka.cmd.js +1 -1
  40. package/dist/commands/murder.js +1 -1
  41. package/dist/commands/proxy.js +1 -1
  42. package/dist/commands/reconfig.js +1 -1
  43. package/dist/commands/run/_index.js +1 -0
  44. package/dist/commands/run/docker.sub.cmd.js +1 -0
  45. package/dist/commands/run/run.command.js +1 -0
  46. package/dist/commands/set/_index.js +1 -1
  47. package/dist/commands/set/global.sub.cmd.js +1 -1
  48. package/dist/commands/set/local.sub.cmd.js +1 -1
  49. package/dist/commands/set/set.command.js +1 -1
  50. package/dist/commands/ssh.js +1 -1
  51. package/dist/commands/ssl.js +1 -1
  52. package/dist/commands/test.js +1 -1
  53. package/dist/commands/version.js +1 -1
  54. package/dist/error.js +1 -1
  55. package/dist/generator.js +1 -1
  56. package/dist/generators/_index.js +1 -1
  57. package/dist/generators/api.js +1 -1
  58. package/dist/generators/collection.js +1 -1
  59. package/dist/generators/component.js +1 -1
  60. package/dist/generators/config.js +1 -1
  61. package/dist/generators/dbc.js +1 -1
  62. package/dist/generators/dockerfile.js +1 -1
  63. package/dist/generators/hook.js +1 -1
  64. package/dist/generators/kit.js +1 -1
  65. package/dist/generators/layout.js +1 -1
  66. package/dist/generators/maka.gen.js +1 -1
  67. package/dist/generators/methods.js +1 -1
  68. package/dist/generators/package.js +1 -1
  69. package/dist/generators/page.js +1 -1
  70. package/dist/generators/publish.js +1 -1
  71. package/dist/generators/route.js +1 -1
  72. package/dist/generators/scaffold.js +1 -1
  73. package/dist/generators/service.js +1 -1
  74. package/dist/generators/services/_index.js +1 -1
  75. package/dist/generators/services/openssl.js +1 -1
  76. package/dist/generators/services/translation.js +1 -1
  77. package/dist/maka.js +1 -1
  78. package/dist/tool.js +1 -1
  79. package/dist/tools/actions/actions.class.js +1 -1
  80. package/dist/tools/actions/actions.test.js +1 -1
  81. package/dist/tools/aws/aws.class.js +1 -1
  82. package/dist/tools/aws/aws.interfaces.js +1 -1
  83. package/dist/tools/docker/docker.class.js +1 -1
  84. package/dist/tools/docker/docker.interfaces.js +1 -1
  85. package/dist/tools/fsi/fsi.class.js +1 -1
  86. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  87. package/dist/tools/https/https.class.js +1 -1
  88. package/dist/tools/https/https.interface.js +1 -1
  89. package/dist/tools/log/log.class.js +1 -1
  90. package/dist/tools/log/log.interfaces.js +1 -1
  91. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  92. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  93. package/dist/tools/ssh/ssh.class.js +1 -1
  94. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  95. package/dist/tools/ssl/ssl.class.js +1 -1
  96. package/package.json +1 -1
  97. package/dist/commands/run.js +0 -1
@@ -1 +1 @@
1
- const a26y=a26d;(function(a,b){const v=a26d,c=a();while(!![]){try{const d=-parseInt(v(0x187))/0x1*(-parseInt(v(0x18b))/0x2)+parseInt(v(0x190))/0x3+-parseInt(v(0x177))/0x4+-parseInt(v(0x183))/0x5+parseInt(v(0x19a))/0x6+parseInt(v(0x173))/0x7*(parseInt(v(0x188))/0x8)+-parseInt(v(0x199))/0x9*(parseInt(v(0x172))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0x71f0f));const a26b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a26d;if(c){const e=c[w(0x186)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a26a=a26b(this,function(){const x=a26d;return a26a[x(0x171)]()[x(0x195)](x(0x17e))['toString']()[x(0x17f)](a26a)['search'](x(0x17e));});a26a();var __awaiter=this&&this[a26y(0x19b)]||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('WOZrN'!==z(0x17a))h[z(0x198)]?i(j[z(0x197)]):k(l[z(0x197)])[z(0x18e)](m,n);else try{if(z(0x18d)===z(0x17d)){if(e){const n=i['apply'](j,arguments);return k=null,n;}}else j(d[z(0x170)](k));}catch(n){g(n);}}function i(k){const A=a26d;if('RFwka'!==A(0x196))try{j(d[A(0x184)](k));}catch(l){A(0x189)!==A(0x18a)?g(l):(d[A(0x17b)](A(0x185)),l['listGenerators'](),f[A(0x193)](0x0));}else try{i(j[A(0x184)](k));}catch(o){m(o);}}function j(k){const B=a26d;k['done']?f(k[B(0x197)]):e(k[B(0x197)])[B(0x18e)](h,i);}j((d=d['apply'](a,b||[]))[C(0x170)]());});};function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x16d;let f=c[d];return f;},a26d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a26u from'../generators/maka.gen.js';function a26c(){const E=['then','error','763494zeXNQr','EWuQD','slice','exit','maka\x20g:api\x20trucks','search','utrAS','value','done','369BFEHWG','4754064PReCgJ','__awaiter','maka\x20g:package\x20package:name','listGenerators','invoke','findGenerator','next','toString','160210gKJAMg','91iYtcQF','Could\x20not\x20find\x20generator','maka\x20generate:scaffold\x20todos','maka\x20g:route\x20todos/edit','1067944FZErMv','where','generate','WOZrN','notice','create','XysOJ','(((.+)+)+)+$','constructor','help','\x0a\x20\x20Scaffold\x20various\x20parts\x20of\x20your\x20application.\x0a\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','dir','779670cYYPRc','throw','Generators:','apply','5AvQsZn','152232PSgVwu','GkYGu','QHclA','100906NYEgVj','maka\x20g:dbc\x20geoserver\x20--type=pgsql','sLTPl'];a26c=function(){return E;};return a26c();}Command[a26y(0x17c)]({'name':a26y(0x179),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>\x20[--dir]\x20[--where]','validOpts':[a26y(0x182),a26y(0x178),a26y(0x180)],'mustBeInMakaProject':!![],'description':a26y(0x181),'examples':[a26y(0x175),'maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item',a26y(0x19c),a26y(0x176),a26y(0x194),a26y(0x18c)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a26d;try{let c=a[0x0];if(b[D(0x180)]){if('mizGn'==='mizGn')Log[D(0x17b)](D(0x185)),a26u[D(0x16d)](),process['exit'](0x0);else{const h=d[D(0x186)](e,arguments);return f=null,h;}}let d=a26u[D(0x16f)](c);if(!d){if('FhIHn'===D(0x191)){b['listGenerators']();throw D(0x174);}else{a26u[D(0x16d)]();throw D(0x174);}}yield d[D(0x16e)](a[D(0x192)](0x1),b);}catch(h){console[D(0x18f)](h),process['exit'](0x0);}});});
1
+ const a26y=a26d;(function(a,b){const v=a26d,c=a();while(!![]){try{const d=-parseInt(v(0x14c))/0x1*(-parseInt(v(0x143))/0x2)+parseInt(v(0x14a))/0x3+parseInt(v(0x12d))/0x4*(-parseInt(v(0x155))/0x5)+parseInt(v(0x145))/0x6+parseInt(v(0x139))/0x7*(parseInt(v(0x12f))/0x8)+parseInt(v(0x146))/0x9+parseInt(v(0x147))/0xa*(-parseInt(v(0x151))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a26c,0xc18d9));const a26b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a26d;if(w(0x13f)!==w(0x127)){if(c){const e=c[w(0x150)](b,arguments);return c=null,e;}}else{const h=d[w(0x150)](e,arguments);return f=null,h;}}:function(){};return a=![],d;};}()),a26a=a26b(this,function(){const x=a26d;return a26a[x(0x144)]()[x(0x13c)](x(0x138))[x(0x144)]()[x(0x154)](a26a)[x(0x13c)]('(((.+)+)+)+$');});a26a();var __awaiter=this&&this[a26y(0x140)]||function(a,b,c,d){function e(f){return'KuQwe'==='KuQwe'?f instanceof c?f:new c(function(g){g(f);}):f instanceof g?h:new i(function(m){m(k);});}return new(c||(c=Promise))(function(f,g){const C=a26d;function h(k){const z=a26d;if(z(0x12e)===z(0x148))c(d);else try{j(d[z(0x153)](k));}catch(m){g(m);}}function i(k){const A=a26d;if('tYibh'==='lDguV'){if(e){const m=i[A(0x150)](j,arguments);return k=null,m;}}else try{A(0x141)==='irCdB'?c(d):j(d[A(0x134)](k));}catch(n){'kzdEk'===A(0x12c)?d(n[A(0x134)](f)):g(n);}}function j(k){const B=a26d;k['done']?f(k[B(0x130)]):e(k['value'])[B(0x129)](h,i);}j((d=d[C(0x150)](a,b||[]))[C(0x153)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a26d(a,b){const c=a26c();return a26d=function(d,e){d=d-0x126;let f=c[d];return f;},a26d(a,b);}import a26u from'../generators/maka.gen.js';import{UsageError}from'../error.js';function a26c(){const E=['create','maka\x20{generate,\x20g}:<generator>\x20<name>\x20[--dir]\x20[--where]','apply','12628TmHEbc','dir','next','constructor','16470weKogS','BPopE','cBGpH','DRDsm','Could\x20not\x20find\x20generator','then','maka\x20generate:scaffold\x20todos','yqyqP','GDNFc','232MSGViA','UKbJZ','16oZLAQf','value','invoke','\x0a\x20\x20Scaffold\x20various\x20parts\x20of\x20your\x20application.\x0a\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:scaffold\x20todos','throw','error','help','notice','(((.+)+)+)+$','4782085VNOKfP','slice','maka\x20g:package\x20package:name','search','maka\x20g:api\x20trucks','generate','MZtND','__awaiter','jQGXH','listGenerators','2TEeTXH','toString','7585074vHvQgw','12080619DZLboG','42200DzdDNR','qmRJf','Generators:','3079926TgYMVL','maka\x20g:dbc\x20geoserver\x20--type=pgsql','828983fCadpR','maka\x20g:template\x20todos/todo_item'];a26c=function(){return E;};return a26c();}Command[a26y(0x14e)]({'name':a26y(0x13e),'aliases':['g'],'usage':a26y(0x14f),'validOpts':[a26y(0x152),'where',a26y(0x136)],'mustBeInMakaProject':!![],'isRoot':!![],'description':a26y(0x132),'examples':[a26y(0x12a),a26y(0x133),a26y(0x14d),a26y(0x13b),'maka\x20g:route\x20todos/edit',a26y(0x13d),a26y(0x14b)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a26d;if(D(0x156)!==D(0x12b)){let c=a[0x0],d=a26u['findGenerator'](c);if(!d){if(b[D(0x136)]){if(D(0x126)!=='cBGpH'){f['help']?(k[D(0x137)]('Generators:'),l[D(0x142)]()):m['error'](D(0x128));throw new j();}else Log[D(0x137)](D(0x149)),a26u['listGenerators']();}else Log[D(0x135)](D(0x128));throw new UsageError();}yield d[D(0x131)](a[D(0x13a)](0x1),b);}else try{i(j[D(0x153)](k));}catch(g){m(g);}});});
@@ -1 +1 @@
1
- (function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0x144))/0x1+parseInt(u(0x139))/0x2*(parseInt(u(0x13a))/0x3)+parseInt(u(0x141))/0x4+parseInt(u(0x140))/0x5+parseInt(u(0x13e))/0x6*(parseInt(u(0x13d))/0x7)+-parseInt(u(0x13c))/0x8+-parseInt(u(0x143))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0xa12df));var a27b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a27a=a27b(this,function(){var v=a27d;return a27a[v(0x142)]()[v(0x13b)](v(0x13f))[v(0x142)]()[v(0x145)](a27a)[v(0x13b)]('(((.+)+)+)+$');});function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x139;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 w=['29769786EskGIZ','867854ucPqlz','constructor','1138OeSGOA','2517uuJYpT','search','1752488DnbvmU','14UgtvCY','3511806IrlwNW','(((.+)+)+)+$','2859635nWimNl','4396928rbSVep','toString'];a27c=function(){return w;};return a27c();}import'./whoami.sub.cmd.js';
1
+ function a27d(a,b){var c=a27c();return a27d=function(d,e){d=d-0x18e;var f=c[d];return f;},a27d(a,b);}(function(a,b){var u=a27d,c=a();while(!![]){try{var d=parseInt(u(0x18e))/0x1*(-parseInt(u(0x195))/0x2)+parseInt(u(0x18f))/0x3+-parseInt(u(0x19c))/0x4+-parseInt(u(0x196))/0x5*(parseInt(u(0x19a))/0x6)+parseInt(u(0x191))/0x7*(parseInt(u(0x198))/0x8)+parseInt(u(0x197))/0x9*(parseInt(u(0x192))/0xa)+-parseInt(u(0x199))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a27c,0x647c8));var a27b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a27d;if(c){var e=c[v(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a27a=a27b(this,function(){var w=a27d;return a27a[w(0x194)]()[w(0x193)](w(0x190))[w(0x194)]()['constructor'](a27a)['search'](w(0x190));});a27a();function a27c(){var x=['797418czkyEt','apply','1387940LELJQk','51epkEoG','60150mHvUhZ','(((.+)+)+)+$','21rjoHEF','70VMSnAL','search','toString','2026ZCQWTp','5MydBgi','597609tQTnue','1382728DNMzLA','662607GIpNou'];a27c=function(){return x;};return a27c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a28C=a28d;(function(a,b){const w=a28d,c=a();while(!![]){try{const d=-parseInt(w(0x8a))/0x1+-parseInt(w(0x7b))/0x2*(-parseInt(w(0x82))/0x3)+parseInt(w(0x80))/0x4+-parseInt(w(0x93))/0x5*(parseInt(w(0x77))/0x6)+parseInt(w(0x7e))/0x7*(parseInt(w(0x87))/0x8)+-parseInt(w(0x78))/0x9*(parseInt(w(0x92))/0xa)+parseInt(w(0x86))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x7d162));const a28b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a28d;if('pvLuk'!==x(0x91)){if(c){const e=c[x(0x7c)](b,arguments);return c=null,e;}}else c(d);}:function(){};return a=![],d;};}()),a28a=a28b(this,function(){const y=a28d;return a28a[y(0x76)]()[y(0x83)](y(0x7a))[y(0x76)]()[y(0x96)](a28a)[y(0x83)]('(((.+)+)+)+$');});a28a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){function h(k){const z=a28d;if(z(0x74)===z(0x81))c(d);else try{j(d['next'](k));}catch(m){'gYPej'!=='OZGIp'?g(m):(d[z(0x8b)](m),f['exit'](0x0));}}function i(k){const A=a28d;try{j(d[A(0x95)](k));}catch(l){A(0x7f)!==A(0x8d)?g(l):this[A(0x85)](d,l,f);}}function j(k){const B=a28d;if(B(0x89)===B(0x73)){const n=g?function(){if(n){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else k[B(0x8f)]?f(k[B(0x94)]):e(k[B(0x94)])[B(0x7d)](h,i);}j((d=d['apply'](a,b||[]))['next']());});};import{Command}from'../../command.js';function a28c(){const E=['WLRmo','LdfrG','MGtPe','toString','84QgGluO','9kqtcwd','create','(((.+)+)+)+$','117870hRinXY','apply','then','7srMcRA','Pcdii','693412kRhaqI','obnNT','21SBOmCq','search','zMhMJ','runSubCommand','7721835GPjjJD','140664KqPAHK','findSubCommand','nlpzw','204162VqrKZP','error','maka\x20get:<cmd>','hgXbn','cpsiW','done','UVNUF','hTWvl','4705380hoXWuU','42290lQpzFl','value','throw','constructor','get'];a28c=function(){return E;};return a28c();}function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x73;let f=c[d];return f;},a28d(a,b);}const GetCommand=Command[a28C(0x79)]({'name':a28C(0x97),'usage':a28C(0x8c),'minArgLength':0x1},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a28d;if(D(0x90)!==D(0x84))try{if('MGtPe'===D(0x75)){let c=a[0x0],d=this[D(0x88)](c);if(d){if(D(0x8e)===D(0x8e))this[D(0x85)](c,a,b);else{const h=d[D(0x7c)](e,arguments);return f=null,h;}}}else d(e[D(0x95)](f));}catch(h){console[D(0x8b)](h),process['exit'](0x0);}else return c[D(0x76)]()[D(0x83)](D(0x7a))[D(0x76)]()[D(0x96)](d)['search'](D(0x7a));});});export default GetCommand;
1
+ const a28I=a28d;function a28d(a,b){const c=a28c();return a28d=function(d,e){d=d-0x9e;let f=c[d];return f;},a28d(a,b);}(function(a,b){const y=a28d,c=a();while(!![]){try{const d=-parseInt(y(0xb0))/0x1+-parseInt(y(0x9e))/0x2*(-parseInt(y(0xa4))/0x3)+parseInt(y(0xa1))/0x4*(parseInt(y(0x9f))/0x5)+parseInt(y(0xb8))/0x6*(parseInt(y(0xab))/0x7)+-parseInt(y(0xb2))/0x8+-parseInt(y(0xa0))/0x9+parseInt(y(0xaa))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0x4bff3));const a28b=(function(){let a=!![];return function(b,c){const z=a28d;if(z(0xad)===z(0xad)){const d=a?function(){const A=z;if(c){const e=c[A(0xa8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else try{i(j[z(0xb6)](k));}catch(f){m(f);}};}()),a28a=a28b(this,function(){const B=a28d;return a28a[B(0xbb)]()[B(0xa5)]('(((.+)+)+)+$')[B(0xbb)]()[B(0xba)](a28a)['search']('(((.+)+)+)+$');});a28a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const C=a28d;if(C(0xb4)===C(0xb4))g(f);else{const i=g?function(){if(i){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],i;}});}return new(c||(c=Promise))(function(f,g){const H=a28d;function h(k){const D=a28d;if('flkQw'!==D(0xac))try{'nKDlh'!==D(0xa3)?j(d['next'](k)):c(d);}catch(m){if(D(0xb7)!==D(0xbc))g(m);else return g(this,void 0x0,void 0x0,function*(){const E=D;let w=m[0x0];if(n[E(0xa7)])throw new r();let x=this[E(0xb1)](w);x&&this[E(0xb3)](w,s,t);});}else this[D(0xb3)](d,e,f);}function i(k){const F=a28d;if(F(0xb9)===F(0xa2))d(e[F(0xb6)](f));else try{j(d['throw'](k));}catch(m){g(m);}}function j(k){const G=a28d;k[G(0xaf)]?f(k['value']):e(k['value'])[G(0xa6)](h,i);}j((d=d[H(0xa8)](a,b||[]))[H(0xb5)]());});};import{Command}from'../../command.js';function a28c(){const K=['throw','xsBof','78BsGpTN','hiMIl','constructor','toString','WOOWB','3754EhJrsx','188040dIbpzY','3585546WQZZFH','12mxznJE','lHhtF','WtVaf','969qumnzH','search','then','help','apply','create','3244720kiOpQu','331471XXxNuG','kVmFs','Nvbeh','AStFp','done','581664mjnYAO','findSubCommand','2942520CPCwwS','runSubCommand','NIATx','next'];a28c=function(){return K;};return a28c();}import{UsageError}from'../../error.js';const GetCommand=Command[a28I(0xa9)]({'name':'get','usage':'maka\x20get:<cmd>','minArgLength':0x1},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const J=a28d;if(J(0xae)!==J(0xae))c(d);else{let d=a[0x0];if(b[J(0xa7)])throw new UsageError();let e=this[J(0xb1)](d);e&&this[J(0xb3)](d,a,b);}});});export default GetCommand;
@@ -1 +1 @@
1
- var a29y=a29d;(function(a,b){var v=a29d,c=a();while(!![]){try{var d=parseInt(v(0x126))/0x1*(parseInt(v(0x12d))/0x2)+-parseInt(v(0x137))/0x3*(parseInt(v(0x11c))/0x4)+parseInt(v(0x13b))/0x5+parseInt(v(0x123))/0x6*(parseInt(v(0x136))/0x7)+parseInt(v(0x139))/0x8+parseInt(v(0x12a))/0x9+-parseInt(v(0x12b))/0xa*(parseInt(v(0x13a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x595b5));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if(c){if(w(0x12e)==='FnwPD'){var e=c[w(0x129)](b,arguments);return c=null,e;}else c(d);}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a['toString']()[x(0x12c)]('(((.+)+)+)+$')[x(0x12f)]()[x(0x122)](a29a)['search'](x(0x133));});a29a();function a29c(){var F=['uzEys','lBVat','apply','3238407MZzScu','7002690RCkhrz','search','2jmkIDi','FnwPD','toString','getGlobalConfig','fsi','throw','(((.+)+)+)+$','value','done','278691IMTSmd','3uBXKhZ','create','4543552iHYueR','11vWFOww','516015TDjdmp','__awaiter','log','pGvII','2895484GIcLXZ','next','global-config','error','vaWwO','maka\x20get:global-config','constructor','72ArvLdS','TVSuP','exit','281419zSxbXc'];a29c=function(){return F;};return a29c();}function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x119;var f=c[d];return f;},a29d(a,b);}var __awaiter=this&&this[a29y(0x119)]||function(a,b,c,d){function e(f){var z=a29d;if(z(0x11b)!==z(0x120))return f instanceof c?f:new c(function(g){g(f);});else{var h=g?function(){if(h){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],h;}}return new(c||(c=Promise))(function(f,g){var D=a29d;function h(k){var A=a29d;if(A(0x124)===A(0x128)){var m=d['apply'](e,arguments);return f=null,m;}else try{A(0x127)==='uzEys'?j(d[A(0x11d)](k)):d(e['next'](f));}catch(n){g(n);}}function i(k){var B=a29d;try{j(d[B(0x132)](k));}catch(l){g(l);}}function j(k){var C=a29d;k[C(0x135)]?f(k[C(0x134)]):e(k['value'])['then'](h,i);}j((d=d[D(0x129)](a,b||[]))[D(0x11d)]());});};import a29u from'./get.command.js';import{Command}from'../../command.js';Command[a29y(0x138)]({'name':a29y(0x11e),'usage':a29y(0x121),'description':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a29d;try{const c=yield this[E(0x131)][E(0x130)]();console[E(0x11a)](c);}catch(d){console[E(0x11f)](d),process[E(0x125)](0x0);}});},a29u);
1
+ function a29d(a,b){var c=a29c();return a29d=function(d,e){d=d-0x97;var f=c[d];return f;},a29d(a,b);}var a29D=a29d;function a29c(){var F=['Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','fsi','25869100yoAtlm','error','search','value','then','831204JRlJOh','896348qYpCii','done','XJAYk','toString','throw','maka\x20get:global-config','nQBEn','18FzTpQP','(((.+)+)+)+$','log','create','global-config','MlvqK','apply','GJGsn','getGlobalConfig','74260sMYBMc','TcbNP','63DuBudz','4376096XtJoxR','2563048GRngTV','XUpLd','10emdYTo','1287471XQJCad','constructor','next','dsOHS','exit'];a29c=function(){return F;};return a29c();}(function(a,b){var v=a29d,c=a();while(!![]){try{var d=-parseInt(v(0xa9))/0x1+-parseInt(v(0xb9))/0x2+parseInt(v(0x9c))/0x3+parseInt(v(0x99))/0x4*(-parseInt(v(0x9b))/0x5)+-parseInt(v(0xa8))/0x6*(parseInt(v(0x97))/0x7)+parseInt(v(0x98))/0x8*(parseInt(v(0xb0))/0x9)+parseInt(v(0xa3))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x9e45b));var a29b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a29d;if(w(0xaf)!==w(0xaf))d(e['throw'](f));else{if(c){var e=c['apply'](b,arguments);return c=null,e;}}}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){var x=a29d;return a29a[x(0xac)]()['search'](x(0xb1))[x(0xac)]()['constructor'](a29a)['search'](x(0xb1));});a29a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a29d;'MlvqK'!==y(0xb5)?h[y(0xaa)]?i(j[y(0xa6)]):k(l[y(0xa6)])['then'](m,n):g(f);});}return new(c||(c=Promise))(function(f,g){var C=a29d;function h(k){var z=a29d;if(z(0x9a)===z(0x9a))try{z(0xba)===z(0xab)?c(d):j(d[z(0x9e)](k));}catch(m){g(m);}else c(d);}function i(k){var A=a29d;if('OwPWQ'!=='OwPWQ'){if(e){var m=i[A(0xb6)](j,arguments);return k=null,m;}}else try{if(A(0x9f)==='IHZLi'){var n=g?function(){if(n){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else j(d[A(0xad)](k));}catch(n){g(n);}}function j(k){var B=a29d;k[B(0xaa)]?f(k[B(0xa6)]):e(k[B(0xa6)])[B(0xa7)](h,i);}j((d=d[C(0xb6)](a,b||[]))[C(0x9e)]());});};import a29u from'./get.command.js';import{Command}from'../../command.js';Command[a29D(0xb3)]({'name':a29D(0xb4),'usage':a29D(0xae),'aliases':['gc'],'description':a29D(0xa1)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a29d;try{if(E(0xb7)==='ZPjKu')return c[E(0xac)]()[E(0xa5)](E(0xb1))['toString']()[E(0x9d)](d)[E(0xa5)]('(((.+)+)+)+$');else{const d=yield this[E(0xa2)][E(0xb8)]();console[E(0xb2)](d);}}catch(f){console[E(0xa4)](f),process[E(0xa0)](0x0);}});},a29u);
@@ -1 +1 @@
1
- function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x139;var f=c[d];return f;},a30d(a,b);}var a30E=a30d;(function(a,b){var v=a30d,c=a();while(!![]){try{var d=parseInt(v(0x151))/0x1+-parseInt(v(0x15b))/0x2*(parseInt(v(0x147))/0x3)+-parseInt(v(0x140))/0x4+-parseInt(v(0x156))/0x5*(-parseInt(v(0x14c))/0x6)+parseInt(v(0x14f))/0x7*(-parseInt(v(0x142))/0x8)+parseInt(v(0x15c))/0x9*(parseInt(v(0x146))/0xa)+-parseInt(v(0x144))/0xb*(-parseInt(v(0x14a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xc67ca));function a30c(){var G=['1355529ekcXtQ','YfHzB','829456ylChRY','done','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','log','zjgCo','15UUbmpx','error','getProjectConfig','toString','create','41306TNNsYR','11876868SsSkQD','local-config','gtJLZ','constructor','QPSFg','apply','exit','nSFkf','throw','4077044CmcfDG','MgJPt','56wddiwj','next','4069813veJXuy','value','10xDqVsu','27qmteDZ','search','(((.+)+)+)+$','36nKFKso','maka\x20get:local-config','229224HtebQJ','GyDzT','Zbbuy'];a30c=function(){return G;};return a30c();}var a30b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a30d;if(w(0x14d)!==w(0x14d))try{i(j[w(0x13f)](k));}catch(g){m(g);}else{if(c){var e=c[w(0x13c)](b,arguments);return c=null,e;}}}:function(){};return a=![],d;};}()),a30a=a30b(this,function(){var x=a30d;return a30a['toString']()[x(0x148)]('(((.+)+)+)+$')[x(0x159)]()[x(0x13a)](a30a)[x(0x148)](x(0x149));});a30a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){var y=a30d;if(y(0x13b)==='xjqUN')d(e[y(0x143)](f));else return f instanceof c?f:new c(function(h){var z=y;if(z(0x13e)!==z(0x13e))return c['toString']()[z(0x148)](z(0x149))['toString']()[z(0x13a)](d)[z(0x148)](z(0x149));else h(f);});}return new(c||(c=Promise))(function(f,g){var D=a30d;function h(k){var A=a30d;if(A(0x14e)===A(0x14e))try{j(d['next'](k));}catch(l){if(A(0x155)!=='mVfaP')g(l);else{var n=d[A(0x13c)](l,arguments);return f=null,n;}}else d[A(0x157)](e),f[A(0x13d)](0x0);}function i(k){var B=a30d;try{if(B(0x150)===B(0x139)){if(e){var m=i[B(0x13c)](j,arguments);return k=null,m;}}else j(d[B(0x13f)](k));}catch(m){g(m);}}function j(k){var C=a30d;k[C(0x152)]?f(k[C(0x145)]):e(k[C(0x145)])['then'](h,i);}j((d=d[D(0x13c)](a,b||[]))[D(0x143)]());});};import a30u from'./get.command.js';import{Command}from'../../command.js';Command[a30E(0x15a)]({'name':a30E(0x15d),'usage':a30E(0x14b),'mustBeInMakaProject':!![],'description':a30E(0x153)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var F=a30d;try{if(F(0x141)===F(0x141)){const c=yield this['fsi'][F(0x158)]();console[F(0x154)](c);}else d(e['throw'](f));}catch(f){console[F(0x157)](f),process[F(0x13d)](0x0);}});},a30u);
1
+ var a30z=a30d;(function(a,b){var v=a30d,c=a();while(!![]){try{var d=-parseInt(v(0x11f))/0x1*(parseInt(v(0x120))/0x2)+-parseInt(v(0x12c))/0x3*(-parseInt(v(0x11e))/0x4)+-parseInt(v(0x10d))/0x5+parseInt(v(0x122))/0x6+parseInt(v(0x11a))/0x7+-parseInt(v(0x111))/0x8+-parseInt(v(0x11d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0x80ef2));function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x10a;var f=c[d];return f;},a30d(a,b);}var a30b=(function(){var a=!![];return function(b,c){var w=a30d;if(w(0x119)!==w(0x116)){var d=a?function(){var x=w;if(x(0x12a)===x(0x12a)){if(c){if(x(0x10e)!==x(0x12e)){var e=c['apply'](b,arguments);return c=null,e;}else try{i(j['next'](k));}catch(g){m(g);}}}else h[x(0x126)]?i(j[x(0x132)]):k(l[x(0x132)])[x(0x117)](m,n);}:function(){};return a=![],d;}else c(d);};}()),a30a=a30b(this,function(){var y=a30d;return a30a['toString']()[y(0x123)](y(0x129))[y(0x134)]()[y(0x131)](a30a)[y(0x123)](y(0x129));});a30a();var __awaiter=this&&this[a30z(0x127)]||function(a,b,c,d){function e(f){var A=a30d;if('hDfwE'===A(0x10f))d(e['next'](f));else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){var F=a30d;function h(k){var B=a30d;if(B(0x11c)!==B(0x11c)){var n=g?function(){var C=B;if(n){var u=q[C(0x114)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else try{if(B(0x11b)!==B(0x11b)){var n=d['apply'](e,arguments);return f=null,n;}else j(d[B(0x113)](k));}catch(n){if(B(0x121)===B(0x128))return c['toString']()['search'](B(0x129))[B(0x134)]()[B(0x131)](d)[B(0x123)]('(((.+)+)+)+$');else g(n);}}function i(k){var D=a30d;try{if(D(0x125)===D(0x130)){if(e){var m=i[D(0x114)](j,arguments);return k=null,m;}}else j(d[D(0x133)](k));}catch(m){if(D(0x10c)!==D(0x115))g(m);else try{i(j[D(0x133)](k));}catch(o){m(o);}}}function j(k){var E=a30d;E(0x12d)===E(0x118)?d(e[E(0x133)](f)):k[E(0x126)]?f(k[E(0x132)]):e(k[E(0x132)])[E(0x117)](h,i);}j((d=d[F(0x114)](a,b||[]))[F(0x113)]());});};import a30u from'./get.command.js';function a30c(){var H=['fjccl','2190375vbKZVx','4HoUNQj','299434UnXDbB','2SOZbXD','EjNkm','187356tGbRIY','search','maka\x20get:local-config','TdkPZ','done','__awaiter','hVHyb','(((.+)+)+)+$','OkOgF','create','2491353CutUbm','kyYTc','HnDVV','getProjectConfig','PsqAe','constructor','value','throw','toString','log','local-config','Gzbeh','209460unyAqU','lfWVJ','cDhJY','fsi','3592032UScUmX','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','next','apply','TyeoX','Nnplm','then','qKbdi','mseas','4900994dNevNx','YgIxv'];a30c=function(){return H;};return a30c();}import{Command}from'../../command.js';Command[a30z(0x12b)]({'name':a30z(0x10b),'usage':a30z(0x124),'mustBeInMakaProject':!![],'aliases':['lc'],'description':a30z(0x112)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var G=a30d;const c=yield this[G(0x110)][G(0x12f)]();console[G(0x10a)](c);});},a30u);
@@ -1 +1 @@
1
- function a31c(){const E=['If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','constructor','jfBvt','throw','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','then','1037188aVifCc','error','decode','next','4772848tcalLe','toString','User\x20Access\x20Token:\x20\x20','authToken','__awaiter','200705DqaLEe','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','nEqdV','user','userId','roles','search','maka\x20get:whoami','BKEiN','4908464OvUcGs','value','whoami','259715tocaEb','47312820DhbTPh','join','3wXqCaV','done','VcpMt','9rIHhra','token','4505984BoKdYG','create','exit','notice','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','138AgkUcD'];a31c=function(){return E;};return a31c();}const a31y=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=parseInt(w(0x126))/0x1+parseInt(w(0x146))/0x2*(-parseInt(w(0x135))/0x3)+-parseInt(w(0x12f))/0x4+parseInt(w(0x132))/0x5*(-parseInt(w(0x13f))/0x6)+-parseInt(w(0x13a))/0x7+parseInt(w(0x121))/0x8*(-parseInt(w(0x138))/0x9)+parseInt(w(0x133))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0xb76a6));const a31b=(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;};}()),a31a=a31b(this,function(){const x=a31d;return a31a[x(0x122)]()[x(0x12c)]('(((.+)+)+)+$')[x(0x122)]()[x(0x141)](a31a)[x(0x12c)]('(((.+)+)+)+$');});function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x11f;let f=c[d];return f;},a31d(a,b);}a31a();var __awaiter=this&&this[a31y(0x125)]||function(a,b,c,d){function e(f){const z=a31d;if(z(0x128)!==z(0x137))return f instanceof c?f:new c(function(g){if('kjMgE'==='SHlXV')return f instanceof g?h:new i(function(m){m(k);});else g(f);});else{const h=i[z(0x11f)](j['hash']);k['notice'](z(0x127)+(h===null||h===void 0x0?void 0x0:h[z(0x129)])),l[z(0x13d)](z(0x144)+m[z(0x139)]['userId']),n['notice'](z(0x123)+o['token'][z(0x124)]),p[z(0x13d)](z(0x13e)+(h===null||h===void 0x0?void 0x0:h[z(0x12b)][z(0x134)](',\x20')));}}return new(c||(c=Promise))(function(f,g){function h(k){const A=a31d;if(A(0x12e)!=='BKEiN')try{i(j[A(0x120)](k));}catch(m){m(m);}else try{j(d['next'](k));}catch(m){g(m);}}function i(k){const B=a31d;try{j(d[B(0x143)](k));}catch(l){if('leBcO'==='leBcO')g(l);else try{i(j['throw'](k));}catch(o){m(o);}}}function j(k){const C=a31d;k[C(0x136)]?f(k[C(0x130)]):e(k[C(0x130)])[C(0x145)](h,i);}j((d=d['apply'](a,b||[]))['next']());});};import a31u from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a31v from'jsonwebtoken';Command[a31y(0x13b)]({'name':a31y(0x131),'usage':a31y(0x12d),'description':a31y(0x140)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const D=a31d;try{const c=yield this['fsi']['getGlobalConfig']();if(c['hash']){const d=a31v[D(0x11f)](c['hash']);Log[D(0x13d)](D(0x127)+(d===null||d===void 0x0?void 0x0:d['user'])),Log[D(0x13d)](D(0x144)+c[D(0x139)][D(0x12a)]),Log['notice'](D(0x123)+c[D(0x139)][D(0x124)]),Log[D(0x13d)](D(0x13e)+(d===null||d===void 0x0?void 0x0:d[D(0x12b)][D(0x134)](',\x20')));}}catch(f){'jfBvt'===D(0x142)?(console[D(0x147)](f),process[D(0x13c)](0x0)):(d[D(0x147)](f),f[D(0x13c)](0x0));}});},a31u);
1
+ const a31A=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=-parseInt(w(0x19f))/0x1*(parseInt(w(0x185))/0x2)+parseInt(w(0x1a9))/0x3*(parseInt(w(0x1ac))/0x4)+parseInt(w(0x1ab))/0x5*(parseInt(w(0x18e))/0x6)+-parseInt(w(0x1ad))/0x7*(parseInt(w(0x1a6))/0x8)+-parseInt(w(0x196))/0x9+parseInt(w(0x1a3))/0xa+parseInt(w(0x189))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x4071a));const a31b=(function(){let a=!![];return function(b,c){const x=a31d;if(x(0x1a5)==='MYpyF'){const d=a?function(){const y=x;if(c){if(y(0x188)==='Fevud')c(d);else{const f=c[y(0x18f)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}else return f instanceof g?h:new i(function(m){m(k);});};}()),a31a=a31b(this,function(){const z=a31d;return a31a['toString']()[z(0x18a)](z(0x19c))['toString']()[z(0x19e)](a31a)[z(0x18a)](z(0x19c));});function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x184;let f=c[d];return f;},a31d(a,b);}a31a();var __awaiter=this&&this[a31A(0x1ae)]||function(a,b,c,d){function e(f){const B=a31d;if(B(0x1a4)!==B(0x1a4)){const h=g?function(){if(h){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],h;}else return f instanceof c?f:new c(function(h){const C=B;C(0x19b)==='CUVTR'?d(e['next'](f)):h(f);});}return new(c||(c=Promise))(function(f,g){const G=a31d;function h(k){const D=a31d;try{D(0x193)==='mBgvc'?j(d[D(0x199)](k)):c(d);}catch(m){if(D(0x194)!=='JMfwv')g(m);else try{i(j[D(0x184)](k));}catch(o){m(o);}}}function i(k){const E=a31d;try{j(d[E(0x184)](k));}catch(l){E(0x1af)===E(0x1af)?g(l):d(l['throw'](f));}}function j(k){const F=a31d;k['done']?f(k[F(0x1a2)]):e(k[F(0x1a2)])[F(0x18d)](h,i);}j((d=d[G(0x18f)](a,b||[]))[G(0x199)]());});};import a31u from'./get.command.js';function a31c(){const I=['search','roles','hash','then','402738uqWwar','apply','token','error','fsi','mBgvc','OSIPA','getGlobalConfig','3695697GKFSjA','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','User\x20Access\x20Token:\x20\x20','next','authToken','fbmAN','(((.+)+)+)+$','exit','constructor','116563qOnAPe','decode','userId','value','1804880mPGAix','YNdZV','MYpyF','105680kUjPHO','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','notice','9OMogRg','whoami','30gImVAb','277516oSGIVn','217CTcywI','__awaiter','mkNir','throw','2COIFza','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','user','xxKnr','4502355YbvhEI'];a31c=function(){return I;};return a31c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a31v from'jsonwebtoken';Command['create']({'name':a31A(0x1aa),'usage':'maka\x20get:whoami','description':a31A(0x197)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const H=a31d;try{const c=yield this[H(0x192)][H(0x195)]();if(c[H(0x18c)]){const d=a31v[H(0x1a0)](c[H(0x18c)]);Log[H(0x1a8)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(d===null||d===void 0x0?void 0x0:d[H(0x187)])),Log[H(0x1a8)](H(0x1a7)+c[H(0x190)][H(0x1a1)]),Log[H(0x1a8)](H(0x198)+c[H(0x190)][H(0x19a)]),Log['notice'](H(0x186)+(d===null||d===void 0x0?void 0x0:d[H(0x18b)]['join'](',\x20')));}}catch(f){console[H(0x191)](f),process[H(0x19d)](0x0);}});},a31u);
@@ -1 +1 @@
1
- function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0x1c6;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(0x1ce))/0x1*(parseInt(u(0x1df))/0x2)+parseInt(u(0x1dc))/0x3+-parseInt(u(0x1e0))/0x4+-parseInt(u(0x1db))/0x5+parseInt(u(0x1c8))/0x6+parseInt(u(0x1cc))/0x7*(parseInt(u(0x1c9))/0x8)+-parseInt(u(0x1d2))/0x9*(-parseInt(u(0x1d7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x93622));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a32d;if(v(0x1c6)===v(0x1c7))try{i(j[v(0x1d3)](k));}catch(g){m(g);}else{if(c){if(v(0x1d8)!==v(0x1d4)){var e=c[v(0x1d5)](b,arguments);return c=null,e;}else d(e[v(0x1d3)](f));}}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var w=a32d;return a32a['toString']()['search'](w(0x1d1))[w(0x1dd)]()[w(0x1d6)](a32a)['search'](w(0x1d1));});a32a();var __awaiter=this&&this[a32x(0x1d9)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a32d;'YIhVx'!==y(0x1d0)?g(f):h['done']?i(j[y(0x1de)]):k(l[y(0x1de)])[y(0x1cb)](m,n);});}return new(c||(c=Promise))(function(f,g){var C=a32d;function h(k){var z=a32d;try{j(d[z(0x1d3)](k));}catch(l){g(l);}}function i(k){var A=a32d;try{j(d[A(0x1e1)](k));}catch(l){g(l);}}function j(k){var B=a32d;k[B(0x1cf)]?f(k[B(0x1de)]):e(k[B(0x1de)])[B(0x1cb)](h,i);}j((d=d[C(0x1d5)](a,b||[]))[C(0x1d3)]());});};function a32c(){var E=['help','2sWcGVX','done','PlFuA','(((.+)+)+)+$','1053207dOXEYI','next','ddzJD','apply','constructor','80qmtOnX','zSIlY','__awaiter','create','286925WcqaUB','2328222CVGVkx','toString','value','924710hhvmLL','4732368QFAdaD','throw','xjAXc','dcTGs','2288442NtMieG','32dOTWIs','iwRXx','then','1181607NWWlfE'];a32c=function(){return E;};return a32c();}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a32x(0x1da)]({'name':a32x(0x1cd),'description':'Try,\x20maka\x20--help','aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a32d;if('iwRXx'!==D(0x1ca)){if(e){var b=i[D(0x1d5)](j,arguments);return k=null,b;}}else throw new UsageError();});});
1
+ function a32c(){var D=['6qkNydp','create','5102471hebZYY','(((.+)+)+)+$','ILgdz','2422200yAOGOD','40wQxwbf','EAlgD','hWrFH','value','toString','75181UUUfLU','3324872YqnVOX','help','then','2144WWfNUl','dDjut','sNPpK','2399341ZrxLlN','next','12REVkCI','__awaiter','2108277fqynpM','6830BcTvyv','search','done','apply','lSMzs','throw'];a32c=function(){return D;};return a32c();}var a32x=a32d;(function(a,b){var u=a32d,c=a();while(!![]){try{var d=parseInt(u(0xc8))/0x1*(parseInt(u(0xb4))/0x2)+parseInt(u(0xc2))/0x3+-parseInt(u(0xcc))/0x4*(-parseInt(u(0xb7))/0x5)+-parseInt(u(0xbd))/0x6*(parseInt(u(0xcf))/0x7)+parseInt(u(0xc9))/0x8+parseInt(u(0xb6))/0x9+-parseInt(u(0xc3))/0xa*(parseInt(u(0xbf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x6bfcd));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a32d;if(c){var e=c[v(0xba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var w=a32d;return a32a['toString']()[w(0xb8)](w(0xc0))[w(0xc7)]()['constructor'](a32a)[w(0xb8)](w(0xc0));});a32a();var __awaiter=this&&this[a32x(0xb5)]||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(y(0xc4)==='ItgKd')h[y(0xb9)]?i(j['value']):k(l[y(0xc6)])[y(0xcb)](m,n);else try{y(0xbb)===y(0xbb)?j(d[y(0xd0)](k)):c(d);}catch(n){y(0xc1)!==y(0xc5)?g(n):d(n[y(0xbc)](f));}}function i(k){var z=a32d;try{if(z(0xcd)!==z(0xcd))throw new b();else j(d['throw'](k));}catch(m){'WLgfs'!=='KQbXV'?g(m):d(m[z(0xd0)](f));}}function j(k){var A=a32d;k['done']?f(k[A(0xc6)]):e(k[A(0xc6)])[A(0xcb)](h,i);}j((d=d['apply'](a,b||[]))[B(0xd0)]());});};import{Command}from'../command.js';function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0xb4;var f=c[d];return f;},a32d(a,b);}import{UsageError}from'../error.js';Command[a32x(0xbe)]({'name':a32x(0xca),'description':'Try,\x20maka\x20--help','aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var C=a32d;if(C(0xce)!==C(0xce))try{i(j[C(0xbc)](k));}catch(b){m(b);}else throw new UsageError();});});
@@ -1 +1 @@
1
- const a33J=a33d;(function(a,b){const C=a33d,c=a();while(!![]){try{const d=-parseInt(C(0x6b))/0x1+parseInt(C(0x81))/0x2+-parseInt(C(0x7c))/0x3*(-parseInt(C(0x98))/0x4)+parseInt(C(0xb4))/0x5*(parseInt(C(0x90))/0x6)+-parseInt(C(0x89))/0x7+parseInt(C(0x77))/0x8*(-parseInt(C(0xad))/0x9)+-parseInt(C(0x97))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x449cc));const a33b=(function(){let a=!![];return function(b,c){const D=a33d;if(D(0x8e)===D(0x8e)){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;}else return c[D(0xa5)]()['search'](D(0xbe))['toString']()[D(0x79)](d)[D(0x86)](D(0xbe));};}()),a33a=a33b(this,function(){const E=a33d;return a33a['toString']()[E(0x86)](E(0xbe))[E(0xa5)]()['constructor'](a33a)[E(0x86)](E(0xbe));});function a33c(){const L=['1925320KWwdrn','708VojbTg','xyTpf','Aborted','cert','grep','Installing\x20meteor\x20','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','--cacert','BVQVe','KaRUd','Using\x20CA\x20Cert\x20','maka\x20install\x20meteor\x20-v\x202.3.6','foyVX','toString','debug','mkdir\x20-p\x20','next','EEgbR','warn','create','then','9EtkqZl','win32','platform','Network\x20error,\x20please\x20try\x20again.','done','smAAp','string','565XJvXPy','allowInsecure','homedir','os.osx.x86_64','getGlobalConfig','meteor.tar.gz','force','maka\x20install\x20meteor','--output','LXtCL','(((.+)+)+)+$','JxyOF','vVKbd','isFile','maka\x20i','withSpinner','tar','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','apply','VcQdh','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','cacert','throw','327290fnbzpg','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','/.local/bin','maka\x20install\x20meteor\x20--version\x201.12.1','notice','os.linux.x86_64','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','fsi','error','maka\x20install\x20meteor\x20--force','iOmtO','ignore','1201768zTpjmp','IXirr','constructor','curl\x20','anGKV','6189QnGyEc','version','curl','length','DZLJG','713516ewrdJL','QWdeP','/meteor-bootstrap-','.meteor','keepInstall','search','value','tFVxQ','1602524dKvCCn','Allowing\x20insecure\x20curl\x20connections.','ZIXGj','Meteor\x20version\x20','Removing\x20previous\x20install\x20of\x20meteor','rOkVS','join','24324eSTrkd','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','SgKJf','exit','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','-xzf','oLEGP'];a33c=function(){return L;};return a33c();}a33a();function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x6a;let f=c[d];return f;},a33d(a,b);}var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){const F=a33d;if(F(0x82)!==F(0x92))return f instanceof c?f:new c(function(g){g(f);});else throw'Aborted';}return new(c||(c=Promise))(function(f,g){const I=a33d;function h(k){try{j(d['next'](k));}catch(l){g(l);}}function i(k){const G=a33d;if(G(0x80)===G(0xa0)){if(this[G(0x72)][G(0xc1)](i[G(0xca)]))q['notice']('Using\x20CA\x20Cert\x20'+r['cacert']),s=t[G(0xca)],u=[G(0x9f),v];else throw G(0xc9)+w;}else try{j(d['throw'](k));}catch(m){g(m);}}function j(k){const H=a33d;if(H(0xc0)===H(0x7b))throw H(0xc9)+b;else k[H(0xb1)]?f(k[H(0x87)]):e(k[H(0x87)])[H(0xac)](h,i);}j((d=d[I(0xc6)](a,b||[]))[I(0xa8)]());});};import a33x from'os';import a33y from'path';import a33z from'fs';import a33A from'delete';import{execSync}from'child_process';import{SpawnAsync}from'../tools/spawn-async/spawn-async.class.js';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';const homeDir=a33x[a33J(0xb6)]();Command[a33J(0xab)]({'name':'install','aliases':['i'],'validOpts':['f',a33J(0xba),'v','version',a33J(0xa6),a33J(0xca),a33J(0x85)],'usage':'maka\x20install','description':'Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','examples':[a33J(0xbb),a33J(0x74),a33J(0xa3),a33J(0x6e),a33J(0xc2)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const K=a33d;if(K(0x99)===K(0xb2))d['error'](e),f['exit'](0x0);else try{let d=[],f='';if(b['cacert']){if(this[K(0x72)][K(0xc1)](b[K(0xca)]))K(0xbd)===K(0xa1)?c(d):(Log[K(0x6f)](K(0xa2)+b['cacert']),f=b[K(0xca)],d=[K(0x9f),f]);else throw K(0xc9)+f;}const g=yield this[K(0x72)][K(0xb8)]();if(g[K(0x9b)]){if(this['fsi']['isFile'](g[K(0x9b)])){if(K(0x96)!=='oLEGP')try{i(j[K(0xa8)](k));}catch(q){m(q);}else f=g[K(0x9b)],d=[K(0x9f),f];}else throw'CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+f;}g[K(0xb5)]&&(Log[K(0xaa)](K(0x8a)),d=['-k']);let h=![];if(b['f']||b[K(0xba)])h=!![];else{if(K(0xbf)!==K(0xbf)){if(e){const r=i[K(0xc6)](j,arguments);return k=null,r;}}else h=yield Actions['confirm'](K(0x91));}if(!h){if('hXQTJ'===K(0xa4))e=f[K(0x9b)],g=[K(0x9f),h];else throw K(0x9a);}const i=process[K(0xaf)]===K(0xae),j=process['platform']==='darwin';let k=execSync(K(0x7a)+d[K(0x8f)]('\x20')+'\x20-s\x20https://install.meteor.com/')[K(0xa5)](),l=yield this[K(0x72)][K(0x9c)](k,'RELEASE=');if(l[K(0x7f)]===0x0)throw K(0xb0);let m=l[0x0]['replace'](/[^0-9.]/gi,'')['replace'](/\r?\n|\r/,'');(typeof b['v']===K(0xb3)||typeof b[K(0x7d)]===K(0xb3))&&('iOmtO'===K(0x75)?m=b['v']||b['version']:d(e[K(0x6a)](f)));let n=a33y['join'](homeDir,K(0x84));if(i){if(K(0x78)!==K(0x78))try{i(j[K(0x6a)](k));}catch(u){m(u);}else Log[K(0xaa)](K(0xc8));}else{if(K(0xc7)!=='VcQdh')b=!![];else{if(a33z['existsSync'](n)){if(K(0x8b)==='ISHYF')throw K(0x71)+b;else yield SpawnAsync['withSpinner']('rm',['-rf',n],{'message':K(0x8d)});}try{if(K(0xa9)===K(0x88))g['notice'](K(0xa2)+h['cacert']),i=j[K(0xca)],k=[K(0x9f),l];else{const x=j?K(0xb7):K(0x70);yield SpawnAsync[K(0xc3)](K(0x7e),[...d,'-s','https://static-meteor.netdna-ssl.com/packages-bootstrap/'+m+K(0x83)+x+'.tar.gz',K(0xbc),a33y[K(0x8f)](homeDir,K(0xb9))],{'message':'Downloading\x20meteor\x20version\x20'+m});const y=[K(0x95),a33y['join'](homeDir,K(0xb9)),'-C',homeDir];yield SpawnAsync['withSpinner'](K(0xc4),y,{'message':K(0x9d)+m}),a33A['sync'](a33y[K(0x8f)](homeDir,K(0xb9)),{'force':!![]});}}catch(z){console['error'](z);}try{execSync(K(0xa7)+homeDir+K(0x6d),{'stdio':'ignore'}),execSync(K(0xc5),{'stdio':K(0x76)}),execSync(K(0x9e),{'stdio':K(0x76)}),execSync(K(0x94),{'stdio':'ignore'}),execSync(K(0x6c),{'stdio':K(0x76)});}catch(A){console[K(0x73)](A);}Log['success'](K(0x8c)+m+'\x20installed.\x0a');}}}catch(B){console[K(0x73)](B),process[K(0x93)](0x0);}});});
1
+ const a33F=a33d;(function(a,b){const B=a33d,c=a();while(!![]){try{const d=parseInt(B(0x165))/0x1+parseInt(B(0x162))/0x2+parseInt(B(0x1a8))/0x3+parseInt(B(0x180))/0x4+parseInt(B(0x1a5))/0x5+-parseInt(B(0x177))/0x6+-parseInt(B(0x19a))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0xa3d0d));const a33b=(function(){let a=!![];return function(b,c){const C=a33d;if(C(0x185)!==C(0x1a9)){const d=a?function(){const D=C;if(c){if(D(0x1aa)!==D(0x1aa)){if(this[D(0x190)]['isFile'](i[D(0x17c)]))q[D(0x1b6)](D(0x15f)+r[D(0x17c)]),s=t[D(0x17c)],u=[D(0x19d),v];else throw D(0x183)+w;}else{const f=c[D(0x197)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}else{const f=d[C(0x197)](e,arguments);return f=null,f;}};}()),a33a=a33b(this,function(){const E=a33d;return a33a[E(0x1a6)]()[E(0x1a2)]('(((.+)+)+)+$')[E(0x1a6)]()['constructor'](a33a)[E(0x1a2)](E(0x1b5));});a33a();var __awaiter=this&&this[a33F(0x182)]||function(a,b,c,d){function e(f){const G=a33d;if(G(0x199)==='Jogaz')throw G(0x1b3);else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const K=a33d;function h(k){const H=a33d;try{j(d[H(0x196)](k));}catch(l){H(0x1af)!=='ivYKR'?(d['error'](l),f[H(0x16c)](0x0)):g(l);}}function i(k){const I=a33d;if(I(0x1ad)==='CPZgC')b[I(0x1ac)](I(0x1b1));else try{I(0x173)==='cIMyZ'?d=e['v']||f[I(0x192)]:j(d['throw'](k));}catch(n){g(n);}}function j(k){const J=a33d;k['done']?f(k['value']):e(k[J(0x18a)])[J(0x16e)](h,i);}j((d=d['apply'](a,b||[]))[K(0x196)]());});};import a33x from'os';function a33c(){const M=['apply','TRllx','GzmAE','5881673DkYjtO','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','maka\x20install\x20meteor\x20-v\x202.3.6','--cacert','allowInsecure','error','-xzf','cert','search','PhOho','GtjQf','4367980uXkWwL','toString','kidXe','2484981bhqlhS','uXqOH','ttdVg','withSpinner','warn','FMrSm','isFile','ivYKR','force','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','RELEASE=','Aborted','GMOkW','(((.+)+)+)+$','notice','QZMIQ','replace','Using\x20CA\x20Cert\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','win32','986278FzDNsA','constructor','Removing\x20previous\x20install\x20of\x20meteor','405188vNvVcC','maka\x20install\x20meteor\x20--force','/meteor-bootstrap-','Installing\x20meteor\x20','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','sqSEk','maka\x20install','exit','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','then','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','ignore','.tar.gz','eFNlb','docGX','Meteor\x20version\x20','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','7095018rctQZz','.meteor','mkdir\x20-p\x20','--output','/.local/bin','cacert','confirm','maka\x20install\x20meteor','grep','373924efetir','xJnVM','__awaiter','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20install\x20meteor\x20--version\x201.12.1','ZqaNE','maka\x20i','cSHwb','throw','keepInstall','value','length','os.linux.x86_64','platform','join','getGlobalConfig','fsi','string','version','sync','homedir','meteor.tar.gz','next'];a33c=function(){return M;};return a33c();}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 a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x15f;let f=c[d];return f;},a33d(a,b);}import{Actions}from'../tools/actions/actions.class.js';const homeDir=a33x[a33F(0x194)]();Command['create']({'name':'install','aliases':['i'],'validOpts':['f',a33F(0x1b0),'v',a33F(0x192),'debug',a33F(0x17c),a33F(0x189)],'usage':a33F(0x16b),'description':a33F(0x170),'examples':[a33F(0x17e),a33F(0x166),a33F(0x19c),a33F(0x184),a33F(0x186)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const L=a33d;if(L(0x1b7)===L(0x1a7))c[L(0x19f)](d);else try{if(L(0x1a4)===L(0x1a4)){let d=[],f='';if(b[L(0x17c)]){if(this['fsi']['isFile'](b['cacert']))Log[L(0x1b6)](L(0x15f)+b[L(0x17c)]),f=b[L(0x17c)],d=[L(0x19d),f];else throw L(0x183)+f;}const g=yield this['fsi'][L(0x18f)]();if(g[L(0x1a1)]){if(this['fsi'][L(0x1ae)](g['cert'])){if(L(0x1a3)===L(0x1a3))f=g['cert'],d=[L(0x19d),f];else{if(this['fsi'][L(0x1ae)](g['cert']))m=n[L(0x1a1)],o=[L(0x19d),p];else throw L(0x160)+q;}}else{if(L(0x198)===L(0x198))throw L(0x160)+f;else try{i(j[L(0x196)](k));}catch(q){m(q);}}}g[L(0x19e)]&&(Log[L(0x1ac)]('Allowing\x20insecure\x20curl\x20connections.'),d=['-k']);let h=![];if(b['f']||b[L(0x1b0)])h=!![];else{if('lpMfZ'==='lpMfZ')h=yield Actions[L(0x17d)](L(0x176));else return c[L(0x1a6)]()['search'](L(0x1b5))[L(0x1a6)]()[L(0x163)](d)[L(0x1a2)](L(0x1b5));}if(!h)throw'Aborted';const i=process[L(0x18d)]===L(0x161),j=process['platform']==='darwin';let k=execSync('curl\x20'+d[L(0x18e)]('\x20')+'\x20-s\x20https://install.meteor.com/')[L(0x1a6)](),l=yield this[L(0x190)][L(0x17f)](k,L(0x1b2));if(l[L(0x18b)]===0x0)throw'Network\x20error,\x20please\x20try\x20again.';let m=l[0x0][L(0x1b8)](/[^0-9.]/gi,'')[L(0x1b8)](/\r?\n|\r/,'');(typeof b['v']===L(0x191)||typeof b[L(0x192)]===L(0x191))&&(m=b['v']||b[L(0x192)]);let n=a33y[L(0x18e)](homeDir,L(0x178));if(i)'OSsoe'===L(0x187)?c(d):Log[L(0x1ac)](L(0x1b1));else{if(L(0x1b4)!==L(0x16a)){a33z['existsSync'](n)&&(yield SpawnAsync[L(0x1ab)]('rm',['-rf',n],{'message':L(0x164)}));try{if('docGX'===L(0x174)){const s=j?'os.osx.x86_64':L(0x18c);yield SpawnAsync['withSpinner']('curl',[...d,'-s','https://static-meteor.netdna-ssl.com/packages-bootstrap/'+m+L(0x167)+s+L(0x172),L(0x17a),a33y[L(0x18e)](homeDir,'meteor.tar.gz')],{'message':'Downloading\x20meteor\x20version\x20'+m});const t=[L(0x1a0),a33y['join'](homeDir,L(0x195)),'-C',homeDir];yield SpawnAsync[L(0x1ab)]('tar',t,{'message':L(0x168)+m}),a33A[L(0x193)](a33y['join'](homeDir,L(0x195)),{'force':!![]});}else h['done']?i(j['value']):k(l['value'])[L(0x16e)](m,n);}catch(v){console[L(0x19f)](v);}try{L(0x181)===L(0x181)?(execSync(L(0x179)+homeDir+L(0x17b),{'stdio':'ignore'}),execSync(L(0x19b),{'stdio':L(0x171)}),execSync(L(0x169),{'stdio':L(0x171)}),execSync(L(0x16d),{'stdio':L(0x171)}),execSync(L(0x16f),{'stdio':L(0x171)})):b=!![];}catch(x){console['error'](x);}Log['success'](L(0x175)+m+'\x20installed.\x0a');}else c[L(0x19f)](d);}}else try{i(j[L(0x188)](k));}catch(A){m(A);}}catch(A){console[L(0x19f)](A),process[L(0x16c)](0x0);}});});
@@ -1 +1 @@
1
- const a34z=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=parseInt(w(0x1d3))/0x1+parseInt(w(0x1c8))/0x2*(parseInt(w(0x1cc))/0x3)+-parseInt(w(0x1c7))/0x4+parseInt(w(0x1df))/0x5*(parseInt(w(0x1cd))/0x6)+-parseInt(w(0x1c9))/0x7+parseInt(w(0x1c6))/0x8*(-parseInt(w(0x1e5))/0x9)+parseInt(w(0x1d0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0xe6f74));const a34b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a34d;if(c){if('uswcn'!==x(0x1cb))b[x(0x1d5)]();else{const f=c['apply'](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a34a=a34b(this,function(){const y=a34d;return a34a[y(0x1e8)]()['search'](y(0x1ea))['toString']()[y(0x1e0)](a34a)['search'](y(0x1ea));});function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x1c3;let f=c[d];return f;},a34d(a,b);}a34a();import a34u from'path';import a34v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a34c(){const B=['17969480gwbPap','sKnHx','CtPqz','758021eINeQM','app/public','stop','\x20-d\x20','logWithSpinner','stringify','inherit','create','fsi','app/packages','app/private','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','5vujeSs','constructor','docs','app/node_modules','jsdoc','utf-8','1339542vCJHIX','logError','maka\x20jsdoc','toString','pathFromProject','(((.+)+)+)+$','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','\x20-r\x20app','join','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','config','.+\x5c.(j|t)s(doc|x)?$','\x20-c\x20','jsdoc-config.json','isFile','maka\x20jsdoc\x20--init','sep','96uXYiDT','6289736gDBQdZ','1654486uGklzU','10688916MKfFkR','Running\x20','uswcn','6SdrHuI','9732354mBycIE','\x0a[+]\x20Documentation\x20written\x20to\x20','plugins/markdown'];a34c=function(){return B;};return a34c();}Command[a34z(0x1da)]({'name':'jsdoc','usage':a34z(0x1e7),'mustBeInMakaProject':!![],'description':a34z(0x1de),'examples':[a34z(0x1c4),a34z(0x1e7)]},function(a){const A=a34z;let b=a34u[A(0x1ed)](this[A(0x1db)][A(0x1e9)]({}),A(0x1e1)+a34u[A(0x1c5)]),c=a34u['join'](this[A(0x1db)][A(0x1e9)]({}),A(0x1ef),A(0x1f2)),d=this[A(0x1db)][A(0x1e9)]({}),f=A(0x1e3);if(!this[A(0x1c3)](c)){let h={'plugins':[A(0x1cf)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc','closure']},'source':{'includePattern':A(0x1f0),'excludePattern':A(0x1eb),'exclude':[A(0x1dc),A(0x1e2),A(0x1d4),A(0x1dd)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0x1e4)}};a34v['writeFileSync'](c,JSON[A(0x1d8)](h,null,0x4));}let g=this[A(0x1d7)](A(0x1ca)+f);try{if('ltCuZ'===A(0x1d1)){let j=h+'\x20-c\x20'+i+A(0x1ec)+j['sep']+A(0x1d6)+k;l(j,{'cwd':m,'stdio':A(0x1d9)}),this['logNotice'](A(0x1ce)+n);}else{let j=f+A(0x1f1)+c+'\x20-r\x20app'+a34u['sep']+A(0x1d6)+b;execSync(j,{'cwd':d,'stdio':A(0x1d9)}),this['logNotice'](A(0x1ce)+b);}}catch(k){this['logError'](k),this[A(0x1e6)]('[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22');}finally{'CtPqz'!==A(0x1d2)?(this[A(0x1e6)](b),this[A(0x1e6)](A(0x1ee))):g[A(0x1d5)]();}});
1
+ function a34c(){const D=['constructor','(((.+)+)+)+$','app/node_modules','747180QXwDXT','4KyWwey','20994PyeEQy','writeFileSync','inherit','691065CRELfA','Running\x20','605semEwu','logError','\x20-r\x20app','fsi','apply','app/public','join','maka\x20jsdoc\x20--init','sep','stop','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','80CtEvhl','117UkjOWV','CBudS','docs','app/private','\x0a[+]\x20Documentation\x20written\x20to\x20','logWithSpinner','maka\x20jsdoc','5530QxCJsj','create','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','KdwmQ','4605980DIfRKw','npcpd','config','3816xJVYGc','712713vdvExh','qrQjL','toString','jsdoc','logNotice','\x20-d\x20','cWxEW','EPHpy','sFgEf','app/packages','search','\x20-c\x20','pathFromProject','8554154zAMUjJ'];a34c=function(){return D;};return a34c();}const a34B=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=-parseInt(w(0x173))/0x1*(parseInt(w(0x162))/0x2)+-parseInt(w(0x14f))/0x3*(-parseInt(w(0x161))/0x4)+-parseInt(w(0x17a))/0x5*(-parseInt(w(0x14e))/0x6)+-parseInt(w(0x15c))/0x7+parseInt(w(0x172))/0x8*(-parseInt(w(0x165))/0x9)+-parseInt(w(0x14b))/0xa+parseInt(w(0x167))/0xb*(parseInt(w(0x160))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0xa7b5f));const a34b=(function(){let a=!![];return function(b,c){const x=a34d;if(x(0x150)===x(0x14a))return c[x(0x151)]()['search'](x(0x15e))[x(0x151)]()[x(0x15d)](d)[x(0x159)](x(0x15e));else{const e=a?function(){const y=x;if(y(0x174)===y(0x174)){if(c){if(y(0x155)!==y(0x157)){const f=c['apply'](b,arguments);return c=null,f;}else{let h=h+y(0x15a)+i+y(0x169)+j[y(0x16f)]+y(0x154)+k;l(h,{'cwd':m,'stdio':y(0x164)}),this[y(0x153)](y(0x177)+n);}}}else{const i=g?function(){const z=y;if(i){const u=q[z(0x16b)](r,arguments);return s=null,u;}}:function(){};return l=![],i;}}:function(){};return a=![],e;}};}()),a34a=a34b(this,function(){const A=a34d;return a34a['toString']()[A(0x159)](A(0x15e))[A(0x151)]()[A(0x15d)](a34a)[A(0x159)]('(((.+)+)+)+$');});a34a();function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x149;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[a34B(0x17b)]({'name':a34B(0x152),'usage':a34B(0x179),'mustBeInMakaProject':!![],'description':a34B(0x171),'examples':[a34B(0x16e),a34B(0x179)]},function(a){const C=a34B;let b=a34u[C(0x16d)](this[C(0x16a)][C(0x15b)]({}),C(0x175)+a34u[C(0x16f)]),c=a34u[C(0x16d)](this['fsi']['pathFromProject']({}),C(0x14d),'jsdoc-config.json'),d=this['fsi'][C(0x15b)]({}),f=C(0x152);if(!this['isFile'](c)){let h={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[C(0x152),'closure']},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[C(0x158),C(0x15f),C(0x16c),C(0x176)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a34v[C(0x163)](c,JSON['stringify'](h,null,0x4));}let g=this[C(0x178)](C(0x166)+f);try{let i=f+'\x20-c\x20'+c+C(0x169)+a34u[C(0x16f)]+C(0x154)+b;execSync(i,{'cwd':d,'stdio':C(0x164)}),this['logNotice']('\x0a[+]\x20Documentation\x20written\x20to\x20'+b);}catch(j){this[C(0x168)](j),this[C(0x168)](C(0x149));}finally{if(C(0x156)===C(0x14c)){if(e){const m=i[C(0x16b)](j,arguments);return k=null,m;}}else g[C(0x170)]();}});
@@ -1 +1 @@
1
- const a35E=a35d;(function(a,b){const B=a35d,c=a();while(!![]){try{const d=parseInt(B(0x10c))/0x1+parseInt(B(0x11d))/0x2+parseInt(B(0x108))/0x3+parseInt(B(0x12e))/0x4+-parseInt(B(0x114))/0x5*(parseInt(B(0x139))/0x6)+-parseInt(B(0x113))/0x7*(-parseInt(B(0x14c))/0x8)+-parseInt(B(0x11a))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x29981));const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const C=a35d;if(c){const e=c[C(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const D=a35d;return a35a[D(0x10d)]()[D(0x10e)](D(0x136))['toString']()[D(0x122)](a35a)[D(0x10e)](D(0x136));});a35a();var __awaiter=this&&this[a35E(0x140)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const F=a35d;if(F(0x106)!==F(0x131))g(f);else{c['error'](F(0x14a)+d);return;}});}return new(c||(c=Promise))(function(f,g){const J=a35d;function h(k){const G=a35d;if(G(0x134)!==G(0x11f))try{G(0x142)===G(0x120)?d(e[G(0x13f)](f)):j(d['next'](k));}catch(m){g(m);}else this[G(0x104)][G(0x10b)](h[G(0x121)])?(o=p[G(0x121)],q[G(0x135)](G(0x123)+r)):s[G(0x11b)](G(0x146)+t);}function i(k){const H=a35d;if(H(0x12b)!==H(0x12b))d(e[H(0x13a)](f));else try{j(d[H(0x13f)](k));}catch(m){g(m);}}function j(k){const I=a35d;k['done']?f(k[I(0x107)]):e(k[I(0x107)])[I(0x12f)](h,i);}j((d=d[J(0x141)](a,b||[]))[J(0x13a)]());});};import a35u from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0xff;let f=c[d];return f;},a35d(a,b);}function a35c(){const M=['notice','(((.+)+)+)+$','failure','help','474264WfJwaL','next','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','withSpinner','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','DwUaq','throw','__awaiter','apply','AerNp','getGlobalConfig','/api/v1/login','cert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','debug','maka\x20login','SUuQd','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Logging\x20into\x20https://','16iOkxWN','Password:\x20','email','authToken','ask','aLTxH','fsi','getSystemInfo','TyNdA','value','807888cSvvmL','exit','update','isFile','37789wBbJFe','toString','search','/api/v1/encodeJwt','digest','post','password','15281nzVwHd','10sdHLbS','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Email:','ysItY','QNvdb','lxdfp','2265057IzjIWN','error','/api/v1/status','536106UpoGFf','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','GWDUy','pnCLg','cacert','constructor','Using\x20CA\x20Cert\x20','create','login','www.maka-cli.com','assign','KFfFX','https://','start','QqUEU','jIHMp','setGlobalConfig','2504HjdXVC','then','sha256','znTBe','TIMEOUT','header','MZlpk'];a35c=function(){return M;};return a35c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=a35E(0x126);Command[a35E(0x124)]({'name':a35E(0x125),'validOpts':[a35E(0x100),'password',a35E(0x138),a35E(0x121),a35E(0x147)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'description':a35E(0x13b),'examples':[a35E(0x148),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const K=a35d;if(K(0x118)!==K(0x118))c(d);else{let d=Log[K(0x13c)]();try{if('ysItY'===K(0x117)){let f='';b['cacert']&&(this['fsi'][K(0x10b)](b[K(0x121)])?(f=b[K(0x121)],Log['notice'](K(0x123)+f)):Log[K(0x11b)](K(0x146)+f));const g=this[K(0x104)][K(0x143)]();if(g['cert']){if(this['fsi']['isFile'](g[K(0x145)]))f=g[K(0x145)];else{if(K(0x12c)==='jIHMp'){Log[K(0x11b)](K(0x14a)+f);return;}else{c[K(0x137)]('\x0a');throw K(0x11e)+d;}}}const h=yield this[K(0x104)][K(0x105)]();Log[K(0x133)](K(0x14b)+hostname);const i={'url':K(0x129)+hostname+K(0x11c)};b[K(0x121)]&&Object[K(0x127)](i,{'cert':f});d[K(0x12a)]('Preflight\x20Check');const j=yield HTTPS['get'](i);if(j===K(0x132)){d[K(0x137)]();throw K(0x13d);}d['success']();let k=b[K(0x100)]?b[K(0x100)]:yield Actions[K(0x102)](K(0x116)),l=b['password']?b[K(0x112)]:yield Actions[K(0x102)](K(0xff),!![]);if(j!==':D'){if('VWEAn'===K(0x13e)){const t=g?function(){const L=K;if(t){const u=q[L(0x141)](r,arguments);return s=null,u;}}:function(){};return l=![],t;}else throw'https://'+hostname+K(0x115);}const m=a35u['md'][K(0x130)]['create']();m[K(0x10a)](l);const n=m[K(0x110)]()['toHex'](),o={'hostname':hostname,'path':K(0x144),'data':{'email':k,'password':n,'hashed':!![]}};b[K(0x121)]&&Object['assign'](o,{'cert':f});d['start']('Logging\x20in');const p=yield HTTPS[K(0x111)](o);if(p===K(0x132)){d[K(0x137)]('\x0a');throw K(0x11e)+hostname;}let q=null;if(p[K(0x101)]){if(K(0x103)==='JZIrc')d[K(0x127)](e,{'cert':f});else{const u={'hostname':hostname,'path':K(0x10f),'headers':{'x-auth-token':p[K(0x101)]},'data':{'uuid':h['uuid']}};b[K(0x121)]&&Object[K(0x127)](u,{'cert':f});q=yield HTTPS[K(0x111)](u);if(q===K(0x132)){if(K(0x119)!==K(0x119))e=f[K(0x121)],g['notice'](K(0x123)+h);else{d[K(0x137)]('\x0a');throw K(0x11e)+hostname;}}}}else{if(K(0x149)!==K(0x149)){b[K(0x137)]();throw K(0x13d);}else throw p;}if(q){const x={'token':p,'hash':q};b[K(0x121)]&&(K(0x128)!=='rNrwz'?Object[K(0x127)](x,{'cert':f}):d[K(0x127)](e,{'cert':f})),this[K(0x104)][K(0x12d)]({'config':x});}d['success']();}else c[K(0x11b)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d);}catch(A){d[K(0x137)](),console[K(0x11b)](A),process[K(0x109)](0x0);}}});});
1
+ const a35F=a35d;(function(a,b){const C=a35d,c=a();while(!![]){try{const d=parseInt(C(0xcd))/0x1*(parseInt(C(0xca))/0x2)+parseInt(C(0xc5))/0x3*(-parseInt(C(0x9d))/0x4)+parseInt(C(0xb7))/0x5*(-parseInt(C(0xe5))/0x6)+-parseInt(C(0xa8))/0x7*(-parseInt(C(0xe4))/0x8)+parseInt(C(0xc6))/0x9*(-parseInt(C(0xd6))/0xa)+-parseInt(C(0xac))/0xb*(parseInt(C(0xee))/0xc)+parseInt(C(0xc1))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x729d5));const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const D=a35d;if(D(0xad)!==D(0xd4)){if(c){const e=c['apply'](b,arguments);return c=null,e;}}else c(d);}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const E=a35d;return a35a[E(0xd7)]()[E(0xb5)](E(0xb1))[E(0xd7)]()[E(0xa4)](a35a)[E(0xb5)]('(((.+)+)+)+$');});a35a();var __awaiter=this&&this[a35F(0xdd)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const G=a35d;if(G(0x9f)!=='MZBxs')throw b;else g(f);});}return new(c||(c=Promise))(function(f,g){const K=a35d;function h(k){const H=a35d;try{j(d[H(0xd1)](k));}catch(l){H(0xea)!==H(0xd5)?g(l):d[H(0xe1)](l,{'cert':f});}}function i(k){const I=a35d;if(I(0xd0)===I(0xdf)){c['error'](I(0xa6)+d);return;}else try{if(I(0xc4)===I(0xc3)){b[I(0xae)]();throw I(0xbc);}else j(d[I(0xc7)](k));}catch(n){g(n);}}function j(k){const J=a35d;k[J(0xcf)]?f(k[J(0xa0)]):e(k['value'])[J(0xe2)](h,i);}j((d=d['apply'](a,b||[]))[K(0xd1)]());});};function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x9d;let f=c[d];return f;},a35d(a,b);}import a35u from'node-forge';function a35c(){const M=['fsi','yXChP','uuid','post','__awaiter','isFile','RMORP','/api/v1/encodeJwt','assign','then','email','1152472VurXUN','2562CSRZAz','withSpinner','JafLT','toHex','start','uEGFp','setGlobalConfig','get','/api/v1/status','12ISTpSm','create','Password:\x20','authToken','1701368zvPefB','cert','MZBxs','value','/api/v1/login','error','https://','constructor','QJrzY','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','getSystemInfo','14JswrHb','Email:','Logging\x20in','sha256','4724247qVuBkb','dbRsd','failure','TIMEOUT','RiiLv','(((.+)+)+)+$','maka\x20login','apply','jTLOe','search','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','220nVNgiI','vodrV','success','Preflight\x20Check','Logging\x20into\x20https://','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','ask','www.maka-cli.com','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','digest','11268946OhLooP','pMTRK','UJZOn','fZdgh','6rhjDGA','448155PUeUyw','throw','cacert','password','10xefgDe','pgsEP','mWilj','152567hXwRGz','notice','done','TVzLl','next','login','jKSaN','QCjaV','WubuV','30fvIyhA','toString','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli'];a35c=function(){return M;};return a35c();}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=a35F(0xbe);Command['create']({'name':a35F(0xd2),'validOpts':[a35F(0xe3),'password','help',a35F(0xc8),'debug'],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'description':a35F(0xb6),'examples':[a35F(0xb2),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const L=a35d;let c=Log[L(0xe6)]();try{let d='';if(b[L(0xc8)]){if(L(0xc2)!=='pMTRK')h[L(0xcf)]?i(j[L(0xa0)]):k(l[L(0xa0)])[L(0xe2)](m,n);else{if(this[L(0xd9)][L(0xde)](b[L(0xc8)]))d=b[L(0xc8)],Log[L(0xce)]('Using\x20CA\x20Cert\x20'+d);else{if(L(0xa5)==='QJrzY')Log[L(0xa2)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d);else return f instanceof g?h:new i(function(s){s(k);});}}}const f=this[L(0xd9)]['getGlobalConfig']();if(f['cert']){if(L(0xb0)===L(0xb0)){if(this[L(0xd9)][L(0xde)](f['cert']))d=f[L(0x9e)];else{Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}else{if(this[L(0xd9)][L(0xde)](f[L(0x9e)]))k=l['cert'];else{m[L(0xa2)](L(0xa6)+n);return;}}}const g=yield this[L(0xd9)][L(0xa7)]();Log['header'](L(0xbb)+hostname);const h={'url':L(0xa3)+hostname+L(0xed)};b[L(0xc8)]&&Object[L(0xe1)](h,{'cert':d});c[L(0xe9)](L(0xba));const i=yield HTTPS[L(0xec)](h);if(i===L(0xaf)){c[L(0xae)]();throw L(0xbc);}c[L(0xb9)]();let j=b[L(0xe3)]?b[L(0xe3)]:yield Actions[L(0xbd)](L(0xa9)),k=b[L(0xc9)]?b[L(0xc9)]:yield Actions[L(0xbd)](L(0xf0),!![]);if(i!==':D'){if(L(0xda)!==L(0xcc))throw L(0xa3)+hostname+L(0xd8);else{if(e){const u=i[L(0xb3)](j,arguments);return k=null,u;}}}const l=a35u['md'][L(0xab)][L(0xef)]();l['update'](k);const m=l[L(0xc0)]()[L(0xe8)](),n={'hostname':hostname,'path':L(0xa1),'data':{'email':j,'password':m,'hashed':!![]}};b[L(0xc8)]&&(L(0xb4)===L(0xcb)?(e[L(0xae)](),f['error'](g),h['exit'](0x0)):Object[L(0xe1)](n,{'cert':d}));c['start'](L(0xaa));const o=yield HTTPS[L(0xdc)](n);if(o===L(0xaf)){c['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}let p=null;if(o[L(0xf1)]){if(L(0xd3)===L(0xd3)){const v={'hostname':hostname,'path':L(0xe0),'headers':{'x-auth-token':o[L(0xf1)]},'data':{'uuid':g[L(0xdb)]}};b[L(0xc8)]&&(L(0xe7)===L(0xe7)?Object['assign'](v,{'cert':d}):d[L(0xe1)](e,{'cert':f}));p=yield HTTPS['post'](v);if(p===L(0xaf)){c[L(0xae)]('\x0a');throw L(0xbf)+hostname;}}else try{i(j[L(0xc7)](k));}catch(y){m(y);}}else throw o;if(p){const y={'token':o,'hash':p};b[L(0xc8)]&&Object[L(0xe1)](y,{'cert':d}),this[L(0xd9)][L(0xeb)]({'config':y});}c[L(0xb9)]();}catch(z){if(L(0xb8)===L(0xb8))c[L(0xae)](),console['error'](z),process['exit'](0x0);else{const B=d[L(0xb3)](z,arguments);return f=null,B;}}});});
@@ -1 +1 @@
1
- const a36x=a36d;(function(a,b){const u=a36d,c=a();while(!![]){try{const d=-parseInt(u(0x92))/0x1*(-parseInt(u(0xa2))/0x2)+parseInt(u(0x6d))/0x3+-parseInt(u(0xa6))/0x4*(-parseInt(u(0x8f))/0x5)+-parseInt(u(0x86))/0x6+-parseInt(u(0x9f))/0x7*(-parseInt(u(0x9a))/0x8)+parseInt(u(0x77))/0x9*(-parseInt(u(0x9b))/0xa)+parseInt(u(0x95))/0xb*(-parseInt(u(0x79))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x3d388));function a36c(){const B=['Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','408527heTFcu','dDVTO','NTZSp','11TGtxqv','sYfpO','__awaiter','Wjevf','notice','55072TFrWNq','700550WjpgQR','TIMEOUT','fMUpu','Logging\x20out','273YZVZWL','exit','assign','2lvpqLI','XKrIK','https://www.maka-cli.com/api/v1/status','done','2084SSIHbf','ACvTb','(((.+)+)+)+$','HPXbi','cert','throw','HTHaf','cacert','vhEis','www.maka-cli.com','594096TgKKPp','Using\x20CA\x20Cert\x20','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','next','maka\x20logout','failure','VOJSk','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','fsi','success','45kTtWMi','search','7385856bOXiOl','value','token','withSpinner','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','qLQwd','apply','gJxFb','logout','create','isFile','get','311202nUfQVN','authToken','toString','JCzHw','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','start','header','constructor','then','3775AONfHr','error'];a36c=function(){return B;};return a36c();}const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a36d;if(v(0x73)===v(0xa9))throw b['error'](v(0x6f));else{if(c){if(v(0x93)===v(0x7f)){d[v(0x72)]();throw e['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+f);}else{const g=c[v(0x80)](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const w=a36d;return a36a[w(0x88)]()[w(0x78)](w(0xa8))[w(0x88)]()[w(0x8d)](a36a)['search'](w(0xa8));});a36a();var __awaiter=this&&this[a36x(0x97)]||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){try{j(d['next'](k));}catch(l){g(l);}}function i(k){const y=a36d;if(y(0x89)===y(0x89))try{if(y(0x96)===y(0x6b))try{i(j[y(0x70)](k));}catch(m){m(m);}else j(d[y(0x68)](k));}catch(m){y(0xa3)===y(0xa3)?g(m):c(d);}else e&&i[y(0x90)](j),h[y(0xa0)](0x0);}function j(k){const z=a36d;z(0xa7)===z(0xa7)?k[z(0xa5)]?f(k[z(0x7a)]):e(k[z(0x7a)])[z(0x8e)](h,i):(e=f[z(0x6a)],g[z(0x99)](z(0x6e)+h));}j((d=d['apply'](a,b||[]))['next']());});};function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x67;let f=c[d];return f;},a36d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';Command[a36x(0x83)]({'name':a36x(0x82),'validOpts':[a36x(0x6a)],'usage':a36x(0x71),'maxArgLength':0x2,'description':a36x(0x91),'disableAuthCheck':!![],'examples':[a36x(0x71)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const A=a36d;let d=Log[A(0x7c)]();try{if('fMUpu'===A(0x9d)){let f='';b[A(0x6a)]&&(this[A(0x75)][A(0x84)](b[A(0x6a)])?(f=b[A(0x6a)],Log[A(0x99)](A(0x6e)+f)):Log[A(0x90)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+f));const g=yield this[A(0x75)]['getGlobalConfig']();if(g[A(0x67)]){if(this[A(0x75)][A(0x84)](g['cert'])){if(A(0x94)!==A(0x69))f=g[A(0x67)];else return c['toString']()[A(0x78)](A(0xa8))['toString']()['constructor'](d)[A(0x78)](A(0xa8));}else{if(A(0x98)!==A(0x98)){if(this['fsi'][A(0x84)](g[A(0x67)]))m=n[A(0x67)];else{o[A(0x72)]();throw p[A(0x90)](A(0x74)+q);}}else{d['failure']();throw Log[A(0x90)](A(0x74)+f);}}}Log[A(0x8c)]('Logging\x20out\x20of\x20https://www.maka-cli.com');const h={'url':A(0xa4)};b[A(0x6a)]&&Object[A(0xa1)](h,{'cert':f});d['start']('Preflight\x20Check');const i=yield HTTPS[A(0x85)](h);if(i===A(0x9c)){d[A(0x72)]();throw A(0x7e);}d[A(0x76)]();if(i!==':D'){if(A(0x81)!==A(0x81))c[A(0x90)](A(0x7d)+d);else{d[A(0x72)]();throw A(0x8a);}}if(!((c=g===null||g===void 0x0?void 0x0:g[A(0x7b)])===null||c===void 0x0?void 0x0:c[A(0x87)]))throw Log[A(0x90)](A(0x6f));d[A(0x8b)](A(0x9e));const j={'hostname':A(0x6c),'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':g[A(0x7b)][A(0x87)]}};b[A(0x6a)]&&Object[A(0xa1)](j,{'cert':f});const k=yield HTTPS['post'](j);if(k===A(0x9c)){d['failure']('\x0a');throw A(0x7e);}this['fsi']['setGlobalConfig']({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),d['success']();}else d[A(0xa1)](e,{'cert':f});}catch(p){p&&console[A(0x90)](p),process['exit'](0x0);}});});
1
+ const a36y=a36d;(function(a,b){const u=a36d,c=a();while(!![]){try{const d=-parseInt(u(0x15f))/0x1*(-parseInt(u(0x186))/0x2)+-parseInt(u(0x161))/0x3*(-parseInt(u(0x175))/0x4)+-parseInt(u(0x189))/0x5+-parseInt(u(0x162))/0x6*(-parseInt(u(0x198))/0x7)+-parseInt(u(0x17a))/0x8+-parseInt(u(0x197))/0x9+parseInt(u(0x181))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x22269));function a36c(){const E=['Logging\x20out\x20of\x20https://www.maka-cli.com','assign','setGlobalConfig','next','post','cacert','(((.+)+)+)+$','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','start','done','maka\x20logout','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','then','IWbfD','cert','1232RZpBFV','isFile','apply','MFard','create','1865800otNsqY','/api/v1/logoutAll','constructor','eGYzv','JcmcA','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','toString','3547710lwwNfm','value','error','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','zYOBd','296588pLqavh','vKzZm','throw','1032280hWrWLg','XppuN','withSpinner','Preflight\x20Check','success','IuUfU','NgwVd','get','PcdbE','header','xrikn','Using\x20CA\x20Cert\x20','__awaiter','Logging\x20out','872694NRoqDP','88921NkbWIh','TIMEOUT','failure','rsUXq','fsi','search','authToken','getGlobalConfig','1Dtaktk','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','576xBjmVk','54nQjNcf','logout','fxqUJ'];a36c=function(){return E;};return a36c();}function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x15e;let f=c[d];return f;},a36d(a,b);}const a36b=(function(){let a=!![];return function(b,c){const v=a36d;if(v(0x19b)===v(0x19b)){const d=a?function(){const w=v;if(w(0x185)==='NnBaC')c(d);else{if(c){const f=c[w(0x177)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}else c=d[v(0x174)];};}()),a36a=a36b(this,function(){const x=a36d;return a36a[x(0x180)]()[x(0x19d)]('(((.+)+)+)+$')[x(0x180)]()[x(0x17c)](a36a)[x(0x19d)](x(0x16b));});a36a();var __awaiter=this&&this[a36y(0x195)]||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=a36d;function h(k){const z=a36d;try{j(d[z(0x168)](k));}catch(l){if('JTAVS'==='JTAVS')g(l);else{b[z(0x19a)]();throw z(0x16c);}}}function i(k){const A=a36d;try{j(d[A(0x188)](k));}catch(l){if('waEnc'!==A(0x164))g(l);else try{i(j[A(0x188)](k));}catch(o){m(o);}}}function j(k){const B=a36d;k[B(0x16f)]?f(k[B(0x182)]):e(k[B(0x182)])['then'](h,i);}j((d=d[C(0x177)](a,b||[]))[C(0x168)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';Command[a36y(0x179)]({'name':a36y(0x163),'validOpts':['cacert'],'usage':a36y(0x170),'maxArgLength':0x2,'description':a36y(0x16d),'disableAuthCheck':!![],'examples':[a36y(0x170)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const D=a36d;let d=Log[D(0x18b)]();try{if(D(0x187)===D(0x173)){if(this[D(0x19c)][D(0x176)](g[D(0x174)]))m=n[D(0x174)];else{o['failure']();throw p['error'](D(0x171)+q);}}else{let g='';if(b[D(0x16a)]){if('JcmcA'===D(0x17e))this['fsi'][D(0x176)](b[D(0x16a)])?'INRud'===D(0x18e)?d[D(0x166)](e,{'cert':f}):(g=b[D(0x16a)],Log['notice'](D(0x194)+g)):Log[D(0x183)](D(0x184)+g);else{d[D(0x19a)]();throw e[D(0x183)](D(0x171)+f);}}const h=yield this[D(0x19c)][D(0x15e)]();if(h['cert']){if(this['fsi']['isFile'](h[D(0x174)]))D(0x18f)===D(0x18f)?g=h[D(0x174)]:h[D(0x16f)]?i(j[D(0x182)]):k(l[D(0x182)])[D(0x172)](m,n);else{if(D(0x17d)!==D(0x17d)){if(e){const q=i[D(0x177)](j,arguments);return k=null,q;}}else{d[D(0x19a)]();throw Log['error'](D(0x171)+g);}}}Log[D(0x192)](D(0x165));const i={'url':'https://www.maka-cli.com/api/v1/status'};b[D(0x16a)]&&(D(0x193)===D(0x191)?c(d):Object[D(0x166)](i,{'cert':g}));d[D(0x16e)](D(0x18c));const j=yield HTTPS[D(0x190)](i);if(j===D(0x199)){if(D(0x18a)===D(0x178)){b['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}else{d['failure']();throw D(0x160);}}d['success']();if(j!==':D'){d[D(0x19a)]();throw D(0x16c);}if(!((c=h===null||h===void 0x0?void 0x0:h['token'])===null||c===void 0x0?void 0x0:c['authToken']))throw Log[D(0x183)](D(0x17f));d['start'](D(0x196));const k={'hostname':'www.maka-cli.com','path':D(0x17b),'data':{},'headers':{'x-auth-token':h['token'][D(0x19e)]}};b[D(0x16a)]&&Object[D(0x166)](k,{'cert':g});const l=yield HTTPS[D(0x169)](k);if(l===D(0x199)){d[D(0x19a)]('\x0a');throw D(0x160);}this[D(0x19c)][D(0x167)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),d[D(0x18d)]();}}catch(s){s&&console[D(0x183)](s),process['exit'](0x0);}});});
@@ -1 +1 @@
1
- const a37F=a37d;(function(a,b){const A=a37d,c=a();while(!![]){try{const d=-parseInt(A(0x89))/0x1*(-parseInt(A(0x92))/0x2)+parseInt(A(0xa0))/0x3*(-parseInt(A(0x9f))/0x4)+parseInt(A(0x8b))/0x5*(-parseInt(A(0x9d))/0x6)+parseInt(A(0x99))/0x7*(-parseInt(A(0x90))/0x8)+-parseInt(A(0x94))/0x9+-parseInt(A(0x88))/0xa*(parseInt(A(0x93))/0xb)+-parseInt(A(0x98))/0xc*(-parseInt(A(0x87))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x899bc));const a37b=(function(){let a=!![];return function(b,c){const B=a37d;if(B(0xa4)!=='dxcIe'){const d=a?function(){const C=B;if(C(0x8a)===C(0x97)){const f=d[C(0x95)](e,arguments);return f=null,f;}else{if(c){const f=c[C(0x95)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;}else{const f=g?function(){const D=B;if(f){const u=q[D(0x95)](r,arguments);return s=null,u;}}:function(){};return l=![],f;}};}()),a37a=a37b(this,function(){const E=a37d;return a37a[E(0x8e)]()['search']('(((.+)+)+)+$')[E(0x8e)]()[E(0x8f)](a37a)[E(0x9b)]('(((.+)+)+)+$');});a37a();function a37c(){const H=['6391UWmkpR','maka\x20logs\x20--env\x20staging','search','maka\x20logs\x20--env\x20prod','24YGvyAe','ssh.json','4WrfakF','212631ejjqDh','maka\x20logs\x20--env\x20dev','parse','readFileSync','sfRzn','assign','help','182BVXQTD','52030FvoRBr','18629XSgCwv','dxLzE','999835oHxJSS','create','logs','toString','constructor','1296BzGYZj','env','2AkwRMk','2233ORhmpy','1210239hUTZEN','apply','View\x20the\x20PM2\x20logs','QPFxd','2360868BjvRnx'];a37c=function(){return H;};return a37c();}import a37y from'fs';import a37z from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x86;let f=c[d];return f;},a37d(a,b);}Command[a37F(0x8c)]({'name':a37F(0x8d),'aliases':['l','log'],'usage':a37F(0x9c),'requiredOpts':[a37F(0x91)],'mustBeInMakaProject':!![],'validOpts':[a37F(0x86)],'description':a37F(0x96),'examples':[a37F(0xa1),a37F(0x9a),'maka\x20l\x20-e\x20p']},function(a,b){const G=a37F;try{const c='pm2\x20logs',d=this['fsi']['getConfigPath'](b[G(0x91)]),f=a37z['join'](d,G(0x9e)),g=a37y[G(0xa3)](f),h=JSON[G(0xa2)](g['toString']());Object[G(0xa5)](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){throw i;}});
1
+ const a37E=a37d;(function(a,b){const A=a37d,c=a();while(!![]){try{const d=-parseInt(A(0x105))/0x1*(parseInt(A(0x114))/0x2)+parseInt(A(0x106))/0x3*(-parseInt(A(0x125))/0x4)+parseInt(A(0x11a))/0x5*(-parseInt(A(0x112))/0x6)+-parseInt(A(0x11b))/0x7+-parseInt(A(0x10b))/0x8+-parseInt(A(0x11e))/0x9+parseInt(A(0x110))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0xa484f));const a37b=(function(){let a=!![];return function(b,c){const B=a37d;if(B(0x10e)===B(0x107))throw b;else{const e=a?function(){const C=B;if(C(0x10d)!==C(0x109)){if(c){const f=c[C(0x102)](b,arguments);return c=null,f;}}else try{const h=C(0x103),i=this[C(0x111)]['getConfigPath'](m[C(0x11f)]),j=n[C(0x117)](i,C(0x121)),k=o[C(0x104)](j),l=p[C(0x10a)](k[C(0x116)]());q[C(0x118)](l,{'env':i}),r[C(0x124)](h,l,{'tty':!![],'verbose':!![]});}catch(m){throw m;}}:function(){};return a=![],e;}};}()),a37a=a37b(this,function(){const D=a37d;return a37a[D(0x116)]()[D(0x119)](D(0x11d))['toString']()[D(0x108)](a37a)['search'](D(0x11d));});a37a();import a37y from'fs';import a37z from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a37E(0x11c)]({'name':'logs','aliases':['l',a37E(0x113)],'usage':a37E(0x115),'requiredOpts':[a37E(0x11f)],'mustBeInMakaProject':!![],'validOpts':[a37E(0x10c)],'description':a37E(0x120),'examples':['maka\x20logs\x20--env\x20dev',a37E(0x10f),'maka\x20l\x20-e\x20p']},function(a,b){const F=a37E;try{const c=F(0x103),d=this['fsi'][F(0x122)](b[F(0x11f)]),f=a37z['join'](d,F(0x121)),g=a37y['readFileSync'](f),h=JSON['parse'](g[F(0x116)]());Object[F(0x118)](h,{'env':d}),SSH[F(0x124)](c,h,{'tty':!![],'verbose':!![]});}catch(i){if(F(0x123)===F(0x123))throw i;else{const k=g?function(){if(k){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],k;}}});function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x102;let f=c[d];return f;},a37d(a,b);}function a37c(){const G=['search','5CziOTE','8593515orCWzw','create','(((.+)+)+)+$','7506126XPCRcr','env','View\x20the\x20PM2\x20logs','ssh.json','getConfigPath','VfBFM','sshSync','3236488fICnuI','apply','pm2\x20logs','readFileSync','8369BUaXwp','3UvSfYg','rPnXE','constructor','FCMHz','parse','7671688ftslCl','help','ICaQI','iGPHk','maka\x20logs\x20--env\x20staging','58377880vGzhif','fsi','2933436rqiPbh','log','202pbPNOI','maka\x20logs\x20--env\x20prod','toString','join','assign'];a37c=function(){return G;};return a37c();}
@@ -1 +1 @@
1
- function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x118;let f=c[d];return f;},a38d(a,b);}const a38B=a38d;(function(a,b){const u=a38d,c=a();while(!![]){try{const d=parseInt(u(0x123))/0x1*(-parseInt(u(0x12e))/0x2)+-parseInt(u(0x126))/0x3*(parseInt(u(0x13a))/0x4)+parseInt(u(0x13c))/0x5*(parseInt(u(0x120))/0x6)+parseInt(u(0x11f))/0x7*(-parseInt(u(0x122))/0x8)+parseInt(u(0x139))/0x9+parseInt(u(0x138))/0xa*(-parseInt(u(0x127))/0xb)+parseInt(u(0x13d))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x99aad));const a38b=(function(){let a=!![];return function(b,c){const v=a38d;if(v(0x12c)!==v(0x12c))this[v(0x134)](d,e['slice'](0x1),f);else{const e=a?function(){if(c){const f=c['apply'](b,arguments);return c=null,f;}}:function(){};return a=![],e;}};}()),a38a=a38b(this,function(){const w=a38d;return a38a[w(0x136)]()[w(0x137)](w(0x11a))['toString']()[w(0x118)](a38a)['search']('(((.+)+)+)+$');});a38a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const A=a38d;function h(k){const x=a38d;try{j(d['next'](k));}catch(l){if('iVNrc'===x(0x121))g(l);else{const n=d[0x0],o=this[x(0x11b)](n);o?this[x(0x134)](n,g[x(0x12d)](0x1),h):this[x(0x135)][x(0x125)]();}}}function i(k){const y=a38d;try{j(d[y(0x131)](k));}catch(l){g(l);}}function j(k){const z=a38d;z(0x129)!==z(0x129)?c(d):k[z(0x124)]?f(k['value']):e(k['value'])[z(0x13b)](h,i);}j((d=d[A(0x128)](a,b||[]))[A(0x11d)]());});};import{Command}from'../command.js';function a38c(){const D=['maka\x20<command>\x20[<args>]\x20[<opts>]','(((.+)+)+)+$','findSubCommand','TgPzF','next','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','4764711UVWsGL','12990JoofsO','iVNrc','8VxpTiT','1166706sOZQXg','done','maybeProxyCommandToMeteor','355896VxMJsr','31416ENORcR','apply','eIzVS','exit','DjnoK','EpDiG','slice','2saUuVy','maka','maka\x20run','throw','maka\x20create\x20Todo','error','runSubCommand','fsi','toString','search','2690ICBdeK','6450093rJnnwa','16HKHFAJ','then','300qVrEKz','34476180uURkOT','constructor'];a38c=function(){return D;};return a38c();}const Maka=new Command({'name':a38B(0x12f),'minArgLength':0x1,'description':a38B(0x11e),'usage':a38B(0x119),'disableAuthCheck':!![],'examples':['maka\x20install\x20meteor',a38B(0x132),a38B(0x130)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const C=a38d;try{if(C(0x11c)!=='aWEdD'){const c=a[0x0],d=this[C(0x11b)](c);if(d)this[C(0x134)](c,a[C(0x12d)](0x1),b);else{if(C(0x12b)!=='DjnoK')return c['toString']()['search']('(((.+)+)+)+$')[C(0x136)]()[C(0x118)](d)['search'](C(0x11a));else this[C(0x135)][C(0x125)]();}}else return f instanceof g?h:new i(function(m){m(k);});}catch(h){console[C(0x133)](h),process[C(0x12a)](0x1);}});});export default Maka;
1
+ function a38c(){const F=['fsi','maka\x20create\x20Todo','266fntadO','UYNmr','ioSap','(((.+)+)+)+$','gNGil','constructor','uDaLI','SlelT','search','5499QEKYDY','value','10prptdZ','apply','290492ZgFLdX','3501mgCDDL','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','toString','8248ErFWNX','292nOLjnv','throw','984110mTAfIu','__awaiter','14462899OPWgmc','eQQvP','JHNbE','maka\x20install\x20meteor','runSubCommand','maybeProxyCommandToMeteor','findSubCommand','slice','222039fsPHon','then','DFxuI','next','44046hBJeEW','exit'];a38c=function(){return F;};return a38c();}const a38y=a38d;(function(a,b){const v=a38d,c=a();while(!![]){try{const d=-parseInt(v(0x195))/0x1+parseInt(v(0x1aa))/0x2+-parseInt(v(0x1a6))/0x3*(parseInt(v(0x1af))/0x4)+-parseInt(v(0x1b1))/0x5+parseInt(v(0x199))/0x6*(-parseInt(v(0x19d))/0x7)+parseInt(v(0x1ae))/0x8*(-parseInt(v(0x1ab))/0x9)+parseInt(v(0x1a8))/0xa*(parseInt(v(0x1b3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x37828));function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x191;let f=c[d];return f;},a38d(a,b);}const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a38d;if(w(0x19f)!==w(0x1b4)){if(c){const e=c[w(0x1a9)](b,arguments);return c=null,e;}}else this[w(0x19b)][w(0x192)]();}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const x=a38d;return a38a[x(0x1ad)]()[x(0x1a5)](x(0x1a0))[x(0x1ad)]()[x(0x1a2)](a38a)[x(0x1a5)](x(0x1a0));});a38a();var __awaiter=this&&this[a38y(0x1b2)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){const D=a38d;function h(k){const z=a38d;if(z(0x1a3)===z(0x1a3))try{if(z(0x1a4)===z(0x1a4))j(d[z(0x198)](k));else{const n=g?function(){const A=z;if(n){const u=q[A(0x1a9)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}catch(m){if('ShtXi'==='ShtXi')g(m);else{const o=d['apply'](m,arguments);return f=null,o;}}else return f instanceof g?h:new i(function(p){p(k);});}function i(k){const B=a38d;try{if(B(0x19e)==='sSsxx'){if(e){const m=i[B(0x1a9)](j,arguments);return k=null,m;}}else j(d[B(0x1b0)](k));}catch(m){B(0x1a1)!=='ttfZM'?g(m):c(d);}}function j(k){const C=a38d;k['done']?f(k[C(0x1a7)]):e(k[C(0x1a7)])[C(0x196)](h,i);}j((d=d['apply'](a,b||[]))[D(0x198)]());});};import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'description':a38y(0x1ac),'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a38y(0x1b6),a38y(0x19c),'maka\x20run']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const E=a38d;try{if('gtLXB'==='uSdve')d(e['throw'](f));else{const d=a[0x0],f=this[E(0x193)](d);if(f)this[E(0x191)](d,a[E(0x194)](0x1),b);else{if(E(0x1b5)===E(0x197))try{i(j[E(0x1b0)](k));}catch(h){m(h);}else this[E(0x19b)]['maybeProxyCommandToMeteor']();}}}catch(h){console['error'](h),process[E(0x19a)](0x1);}});});export default Maka;
@@ -1 +1 @@
1
- var a39F=a39d;function a39c(){var H=['7704rdzxss','value','toString','font-family:\x20monospace','2787498fFwHxE','exit','LVnBr','error','5254665YsSOhZ','search','done','15237992hvTWyH','then','constructor','4KKetKP','4722TKkqCK','olgIx','(((.+)+)+)+$','throw','XcchX','create','VhzoA','9736PfrOkb','Murrrrderrrrr','92myWYJv','qHDWR','BuBxq','aCKKx','JIzDm','ofFzS','murder','2903500ODfbYy','jPJkr','maka\x20murder','IRyRg','SgKSQ','735gKinmX','next','apply','log','18108heFBGe','%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'];a39c=function(){return H;};return a39c();}function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x1b1;var f=c[d];return f;},a39d(a,b);}(function(a,b){var v=a39d,c=a();while(!![]){try{var d=-parseInt(v(0x1b2))/0x1*(-parseInt(v(0x1d3))/0x2)+-parseInt(v(0x1c8))/0x3*(parseInt(v(0x1d2))/0x4)+parseInt(v(0x1cc))/0x5+parseInt(v(0x1c2))/0x6*(-parseInt(v(0x1be))/0x7)+-parseInt(v(0x1da))/0x8*(parseInt(v(0x1c4))/0x9)+parseInt(v(0x1b9))/0xa+parseInt(v(0x1cf))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xa0257));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var w=a39d;if('dsaeR'===w(0x1d4))return c[w(0x1c6)]()[w(0x1cd)]('(((.+)+)+)+$')[w(0x1c6)]()[w(0x1d1)](d)[w(0x1cd)](w(0x1d5));else{if(c){var e=c['apply'](b,arguments);return c=null,e;}}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var x=a39d;return a39a[x(0x1c6)]()['search']('(((.+)+)+)+$')[x(0x1c6)]()[x(0x1d1)](a39a)[x(0x1cd)](x(0x1d5));});a39a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){var y=a39d;return y(0x1b6)===y(0x1b3)?e(this,void 0x0,void 0x0,function*(){var z=y;try{l[z(0x1c1)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a',z(0x1c7));}catch(r){o[z(0x1cb)](r),p['exit'](0x0);}}):f instanceof c?f:new c(function(h){var A=y;A(0x1d7)===A(0x1bd)?d(e['throw'](f)):h(f);});}return new(c||(c=Promise))(function(f,g){var E=a39d;function h(k){var B=a39d;if(B(0x1b4)===B(0x1b4))try{j(d[B(0x1bf)](k));}catch(l){B(0x1bc)==='IRyRg'?g(l):c(d);}else c(d);}function i(k){var C=a39d;try{C(0x1b7)==='ofFzS'?j(d[C(0x1d6)](k)):h[C(0x1ce)]?i(j[C(0x1c5)]):k(l['value'])[C(0x1d0)](m,n);}catch(m){if(C(0x1b5)!==C(0x1ca))g(m);else{if(m){var o=i[C(0x1c0)](j,arguments);return k=null,o;}}}}function j(k){var D=a39d;k['done']?f(k['value']):e(k[D(0x1c5)])['then'](h,i);}j((d=d[E(0x1c0)](a,b||[]))[E(0x1bf)]());});};import{Command}from'../command.js';Command[a39F(0x1d8)]({'name':a39F(0x1b8),'usage':a39F(0x1bb),'maxArgLength':0x1,'description':a39F(0x1b1)},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var G=a39d;try{if(G(0x1d9)===G(0x1d9))console[G(0x1c1)](G(0x1c3),G(0x1c7));else{var c=g?function(){if(c){var u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],c;}}catch(c){if('jPJkr'===G(0x1ba))console['error'](c),process[G(0x1c9)](0x0);else try{i(j[G(0x1d6)](k));}catch(f){m(f);}}});});
1
+ var a39x=a39d;function a39c(){var E=['toString','__awaiter','value','font-family:\x20monospace','10WZyTeQ','7fwHFcP','then','sLNES','779860LEgScS','212970qOtshY','constructor','154552tfXFLw','next','log','exit','4267974AkXVvM','7334982OQWIch','(((.+)+)+)+$','%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','LxnTf','done','create','4917648qduLIA','AhQhl','NCQSV','315099fEGacx','throw','search','yumlF','error','5rZBTAf','maka\x20murder'];a39c=function(){return E;};return a39c();}(function(a,b){var u=a39d,c=a();while(!![]){try{var d=-parseInt(u(0x1b0))/0x1+parseInt(u(0x1ae))/0x2+parseInt(u(0x19e))/0x3+-parseInt(u(0x1ad))/0x4*(parseInt(u(0x1a3))/0x5)+parseInt(u(0x1b4))/0x6*(parseInt(u(0x1aa))/0x7)+parseInt(u(0x19b))/0x8+-parseInt(u(0x1b5))/0x9*(parseInt(u(0x1a9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x5b12e));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a39d;if(c){if(v(0x19d)!==v(0x19d))d(e[v(0x19f)](f));else{var e=c['apply'](b,arguments);return c=null,e;}}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var w=a39d;return a39a[w(0x1a5)]()[w(0x1a0)](w(0x1b6))[w(0x1a5)]()[w(0x1af)](a39a)[w(0x1a0)](w(0x1b6));});a39a();function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x19b;var f=c[d];return f;},a39d(a,b);}var __awaiter=this&&this[a39x(0x1a6)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var y=a39d;if('rVfPB'!==y(0x1b8))g(f);else return e(this,void 0x0,void 0x0,function*(){var z=y;try{l[z(0x1b2)](z(0x1b7),z(0x1a8));}catch(r){o[z(0x1a2)](r),p[z(0x1b3)](0x0);}});});}return new(c||(c=Promise))(function(f,g){var C=a39d;function h(k){var A=a39d;try{j(d[A(0x1b1)](k));}catch(l){if(A(0x1a1)!==A(0x1a1))try{i(j[A(0x1b1)](k));}catch(o){m(o);}else g(l);}}function i(k){try{j(d['throw'](k));}catch(l){g(l);}}function j(k){var B=a39d;'sLNES'===B(0x1ac)?k[B(0x1b9)]?f(k[B(0x1a7)]):e(k[B(0x1a7)])[B(0x1ab)](h,i):(d[B(0x1a2)](e),f[B(0x1b3)](0x0));}j((d=d['apply'](a,b||[]))[C(0x1b1)]());});};import{Command}from'../command.js';Command[a39x(0x1ba)]({'name':'murder','usage':a39x(0x1a4),'maxArgLength':0x1,'description':'Murrrrderrrrr'},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a39d;if(D(0x19c)!=='VCzYD')try{console['log'](D(0x1b7),'font-family:\x20monospace');}catch(b){console['error'](b),process[D(0x1b3)](0x0);}else return f instanceof g?h:new i(function(m){m(k);});});});
@@ -1 +1 @@
1
- function a40c(){const aj=['9hMhadm','createProxyServer','development','bright','.crt','apply','846634CvPMWq','isFile','getProjectConfig','IFJfd','help','listenPort','_keys','localhost','fsi','18koaomN','281397oYQAkh','(((.+)+)+)+$','Crt\x20Location:\x20','1682568lKUwiK','bmvVi','targetHost','proxy','wNaku','.key','8sFlKUG','maka\x20proxy\x20[--env]\x20[--target-port]\x20[--listen-port]\x20[--target-host]','No\x20KEY\x20file\x20found.','notice','2736560ODUNea','listen','search','No\x20CRT\x20file\x20found.','Key\x20Location:\x20','17049610nMHSpL','630779RfJsyr','join','WCLGX','env','error','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','utf8','getConfigPath','\x20to\x20','toString','constructor','readFileSync','Environment:\x20','CdAUd','targetPort','fqWvZ','maka\x20proxy\x20--env\x20dev\x20--target-port\x203000\x20--listen-port\x204000','=>\x20SSL\x20Proxy\x20forwarding\x20','appName','1103935Ernaib'];a40c=function(){return aj;};return a40c();}const a40ah=a40d;function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x1ab;let f=c[d];return f;},a40d(a,b);}(function(a,b){const ad=a40d,c=a();while(!![]){try{const d=parseInt(ad(0x1b8))/0x1+parseInt(ad(0x1d2))/0x2+parseInt(ad(0x1dc))/0x3*(parseInt(ad(0x1ae))/0x4)+parseInt(ad(0x1b2))/0x5+-parseInt(ad(0x1db))/0x6*(-parseInt(ad(0x1cb))/0x7)+-parseInt(ad(0x1df))/0x8*(parseInt(ad(0x1cc))/0x9)+-parseInt(ad(0x1b7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x54ad7));const a40b=(function(){let a=!![];return function(b,c){const ae=a40d;if(ae(0x1e0)!=='bmvVi'){let e=this[ae(0x1da)][ae(0x1d4)]();const f=x[ae(0x1bb)]?y[ae(0x1bb)]:'development',g=this['fsi'][ae(0x1bf)](f),h=z[ae(0x1c6)]?A[ae(0x1c6)]:0xbb8,i=B[ae(0x1d7)]?C[ae(0x1d7)]:0xd73,j=D[ae(0x1e1)]?E['targetHost']:ae(0x1d9),k=F[ae(0x1b9)](g,'_keys',e[ae(0x1ca)]+ae(0x1ad)),l=G[ae(0x1b9)](g,'_keys',e[ae(0x1ca)]+ae(0x1d0));if(!this[ae(0x1da)][ae(0x1d3)](k)){U[ae(0x1bc)](ae(0x1b0));throw new V();}if(!this[ae(0x1da)][ae(0x1d3)](l)){W[ae(0x1bc)]('No\x20CRT\x20file\x20found.');throw new X();}if(h===i){Y['error'](ae(0x1bd));throw new Z();}N['notice'](ae(0x1c4)+f),O[ae(0x1b1)](ae(0x1b6)+k),P[ae(0x1b1)](ae(0x1de)+l);const m={'ssl':{'key':Q['readFileSync'](k,ae(0x1be)),'cert':R[ae(0x1c3)](l,'utf8')},'target':{'host':j,'port':h},'ws':!![],'xfwd':!![]},n=S[ae(0x1cd)](m)[ae(0x1b3)](i);T[ae(0x1cf)](ae(0x1c9)+i+ae(0x1c0)+h);}else{const e=a?function(){const af=ae;if(c){if('SEkgn'===af(0x1ba)){c['error'](af(0x1bd));throw new d();}else{const g=c[af(0x1d1)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a40a=a40b(this,function(){const ag=a40d;return a40a[ag(0x1c1)]()[ag(0x1b4)](ag(0x1dd))[ag(0x1c1)]()[ag(0x1c2)](a40a)['search'](ag(0x1dd));});a40a();import a40aa from'fs';import a40ab from'path';import a40ac from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Command['create']({'name':a40ah(0x1ab),'usage':a40ah(0x1af),'mustBeInMakaProject':!![],'validOpts':[a40ah(0x1d6),a40ah(0x1c6),a40ah(0x1d7),a40ah(0x1e1),a40ah(0x1bb)],'description':'Proxy\x20HTTP\x20requests\x20to\x20another\x20Server\x0a\x20\x20\x20\x20The\x20certificates\x20are\x20pulled\x20from\x20the\x20environment\x20_keys\x20directory.\x0a\x20\x20\x20\x20To\x20create\x20a\x20new\x20key,\x20run:\x0a\x20\x20\x20\x20\x20\x20maka\x20ssl\x20--env\x20dev\x20generate-csr\x0a\x0a\x20\x20\x20\x20Then\x20to\x20create\x20a\x20self-signed\x20certificate:\x0a\x20\x20\x20\x20\x20\x20maka\x20ssl\x20--env\x20dev\x20generate-ssc\x0a\x0a\x20\x20','examples':['maka\x20proxy\x20--env\x20dev',a40ah(0x1c8)]},function(a,b){const ai=a40ah;try{if(ai(0x1c5)!==ai(0x1c5))throw b;else{let d=this[ai(0x1da)]['getProjectConfig']();const f=b[ai(0x1bb)]?b['env']:ai(0x1ce),g=this[ai(0x1da)]['getConfigPath'](f),h=b[ai(0x1c6)]?b[ai(0x1c6)]:0xbb8,i=b[ai(0x1d7)]?b[ai(0x1d7)]:0xd73,j=b['targetHost']?b['targetHost']:ai(0x1d9),k=a40ab[ai(0x1b9)](g,ai(0x1d8),d['appName']+'.key'),l=a40ab['join'](g,ai(0x1d8),d[ai(0x1ca)]+ai(0x1d0));if(!this[ai(0x1da)][ai(0x1d3)](k)){Log[ai(0x1bc)](ai(0x1b0));throw new UsageError();}if(!this[ai(0x1da)][ai(0x1d3)](l)){if(ai(0x1c7)!==ai(0x1ac)){Log[ai(0x1bc)]('No\x20CRT\x20file\x20found.');throw new UsageError();}else{c[ai(0x1bc)](ai(0x1b5));throw new d();}}if(h===i){if(ai(0x1d5)===ai(0x1d5)){Log[ai(0x1bc)](ai(0x1bd));throw new UsageError();}else return c[ai(0x1c1)]()[ai(0x1b4)]('(((.+)+)+)+$')[ai(0x1c1)]()['constructor'](d)[ai(0x1b4)]('(((.+)+)+)+$');}Log[ai(0x1b1)](ai(0x1c4)+f),Log[ai(0x1b1)](ai(0x1b6)+k),Log[ai(0x1b1)]('Crt\x20Location:\x20'+l);const m={'ssl':{'key':a40aa[ai(0x1c3)](k,ai(0x1be)),'cert':a40aa['readFileSync'](l,'utf8')},'target':{'host':j,'port':h},'ws':!![],'xfwd':!![]},n=a40ac[ai(0x1cd)](m)[ai(0x1b3)](i);Log[ai(0x1cf)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+i+ai(0x1c0)+h);}}catch(q){throw q;}});
1
+ const a40ag=a40d;function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a40d(a,b);}(function(a,b){const ad=a40d,c=a();while(!![]){try{const d=parseInt(ad(0x219))/0x1+parseInt(ad(0x1fa))/0x2+parseInt(ad(0x1ff))/0x3+-parseInt(ad(0x201))/0x4+parseInt(ad(0x1f2))/0x5*(-parseInt(ad(0x215))/0x6)+parseInt(ad(0x214))/0x7+parseInt(ad(0x216))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0xf3bf1));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const ae=a40d;if(c){const e=c[ae(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const af=a40d;return a40a[af(0x1f1)]()[af(0x1f3)](af(0x1f5))[af(0x1f1)]()[af(0x1fc)](a40a)[af(0x1f3)](af(0x1f5));});a40a();import a40aa from'fs';function a40c(){const ai=['2410758WAxgrk','443316fkRZnf','2244776aRHlkD','localhost','=>\x20SSL\x20Proxy\x20forwarding\x20','1883655GLqCzh','Key\x20Location:\x20','getConfigPath','No\x20CRT\x20file\x20found.','vuZOE','apply','lowwu','maka\x20proxy\x20[--env]\x20[--target-port]\x20[--listen-port]\x20[--target-host]','toString','105zDSZfn','search','create','(((.+)+)+)+$','notice','proxy','readFileSync','Proxy\x20HTTP\x20requests\x20to\x20another\x20Server\x0a\x20\x20\x20\x20The\x20certificates\x20are\x20pulled\x20from\x20the\x20environment\x20_keys\x20directory.\x0a\x20\x20\x20\x20To\x20create\x20a\x20new\x20key,\x20run:\x0a\x20\x20\x20\x20\x20\x20maka\x20ssl\x20--env\x20dev\x20generate-csr\x0a\x0a\x20\x20\x20\x20Then\x20to\x20create\x20a\x20self-signed\x20certificate:\x0a\x20\x20\x20\x20\x20\x20maka\x20ssl\x20--env\x20dev\x20generate-ssc\x0a\x0a\x20\x20','1680954QAFPXf','No\x20KEY\x20file\x20found.','constructor','createProxyServer','targetPort','1714545UndVYC','maka\x20proxy\x20--env\x20dev\x20--target-port\x203000\x20--listen-port\x204000','5482588XSjXxw','error','join','help','Crt\x20Location:\x20','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','Environment:\x20','\x20to\x20','.key','isFile','targetHost','maka\x20proxy\x20--env\x20dev','appName','env','utf8','listenPort','fsi','development','.crt'];a40c=function(){return ai;};return a40c();}import a40ab from'path';import a40ac from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Command[a40ag(0x1f4)]({'name':a40ag(0x1f7),'usage':a40ag(0x1f0),'mustBeInMakaProject':!![],'validOpts':[a40ag(0x204),a40ag(0x1fe),a40ag(0x210),'targetHost',a40ag(0x20e)],'description':a40ag(0x1f9),'examples':[a40ag(0x20c),a40ag(0x200)]},function(a,b){const ah=a40ag;try{let c=this[ah(0x211)]['getProjectConfig']();const d=b['env']?b['env']:ah(0x212),f=this[ah(0x211)][ah(0x21b)](d),g=b[ah(0x1fe)]?b['targetPort']:0xbb8,h=b['listenPort']?b['listenPort']:0xd73,i=b[ah(0x20b)]?b[ah(0x20b)]:ah(0x217),j=a40ab[ah(0x203)](f,'_keys',c[ah(0x20d)]+ah(0x209)),k=a40ab[ah(0x203)](f,'_keys',c[ah(0x20d)]+ah(0x213));if(!this['fsi'][ah(0x20a)](j)){Log[ah(0x202)](ah(0x1fb));throw new UsageError();}if(!this[ah(0x211)][ah(0x20a)](k)){Log['error'](ah(0x1ec));throw new UsageError();}if(g===h){if('vuZOE'!==ah(0x1ed)){if(e){const o=i[ah(0x1ee)](j,arguments);return k=null,o;}}else{Log['error'](ah(0x206));throw new UsageError();}}Log[ah(0x1f6)](ah(0x207)+d),Log['notice'](ah(0x21a)+j),Log[ah(0x1f6)](ah(0x205)+k);const l={'ssl':{'key':a40aa[ah(0x1f8)](j,ah(0x20f)),'cert':a40aa[ah(0x1f8)](k,ah(0x20f))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]},m=a40ac[ah(0x1fd)](l)['listen'](h);Log['bright'](ah(0x218)+h+ah(0x208)+g);}catch(o){if(ah(0x1ef)===ah(0x1ef))throw o;else{const q=d['apply'](o,arguments);return f=null,q;}}});
@@ -1 +1 @@
1
- const a41A=a41d;(function(a,b){const w=a41d,c=a();while(!![]){try{const d=-parseInt(w(0x127))/0x1+parseInt(w(0x122))/0x2*(parseInt(w(0x113))/0x3)+parseInt(w(0x142))/0x4+-parseInt(w(0x115))/0x5+parseInt(w(0x13e))/0x6+parseInt(w(0x125))/0x7+-parseInt(w(0x136))/0x8*(parseInt(w(0x143))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x797c2));const a41b=(function(){let a=!![];return function(b,c){const x=a41d;if(x(0x134)===x(0x134)){const d=a?function(){const y=x;if('RdoRQ'!==y(0x12a)){if(e){const f=i['apply'](j,arguments);return k=null,f;}}else{if(c){if(y(0x126)===y(0x130))d(e[y(0x10f)](f));else{const g=c[y(0x12b)](b,arguments);return c=null,g;}}}}:function(){};return a=![],d;}else try{i(j[x(0x10f)](k));}catch(f){m(f);}};}()),a41a=a41b(this,function(){const z=a41d;return a41a[z(0x11f)]()[z(0x123)](z(0x137))[z(0x11f)]()[z(0x128)](a41a)[z(0x123)]('(((.+)+)+)+$');});a41a();var __awaiter=this&&this[a41A(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 E=a41d;function h(k){const B=a41d;if(B(0x11a)!==B(0x11a))h[B(0x10a)]?i(j[B(0x116)]):k(l[B(0x116)])[B(0x110)](m,n);else try{j(d[B(0x11d)](k));}catch(m){'uzmak'!==B(0x13c)?c(d):g(m);}}function i(k){const C=a41d;if(C(0x139)!=='JmzUr'){const m=d[C(0x12b)](e,arguments);return f=null,m;}else try{j(d[C(0x10f)](k));}catch(m){if(C(0x111)==='iTuJy'){let o=d[C(0x13b)](C(0x12e),m);if(!o)throw C(0x12c);if(o)f['success'](C(0x12f));}else g(m);}}function j(k){const D=a41d;k['done']?f(k['value']):e(k[D(0x116)])['then'](h,i);}j((d=d['apply'](a,b||[]))[E(0x11d)]());});};import a41u from'fs';import a41v from'path';import{Command}from'../command.js';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x10a;let f=c[d];return f;},a41d(a,b);}function a41c(){const G=['next','error','toString','create','ssh.json','6BzwYBQ','search','~/pm2.config.js','6782090dUIXYQ','HjZBe','49230JNQzym','constructor','NlGhq','RdoRQ','apply','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','~/settings.json','uname\x20-a','Remote\x20host\x20connection\x20successful','Yhwen','ssh','join','ses.json','pPFcb','scp','24OLQQfa','(((.+)+)+)+$','sshSync','JmzUr','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','ping','uzmak','_keys','4118364eBegBv','parse','success','notice','1803072FysYQW','5232888AMMVwA','maka\x20reconfig\x20--env\x20prod','done','assign','jNnbR','exit','getConfigPath','throw','then','UkEwM','pIwcK','760593KWPtqD','env','2877485SHtyVr','value','pm2\x20delete\x20all','__awaiter','reconfig','aXidF','If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','readFileSync'];a41c=function(){return G;};return a41c();}import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a41A(0x120)]({'name':a41A(0x119),'validOpts':['help'],'requiredOpts':[a41A(0x114)],'mustBeInMakaProject':!![],'usage':a41A(0x144),'description':a41A(0x11b),'examples':[a41A(0x144)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a41d;if(F(0x112)===F(0x129))return c[F(0x11f)]()[F(0x123)]('(((.+)+)+)+$')['toString']()[F(0x128)](d)[F(0x123)](F(0x137));else try{if(F(0x10c)===F(0x10c)){const d=this['fsi'][F(0x10e)](b[F(0x114)]),f=a41v[F(0x132)](d,F(0x121)),g=a41u[F(0x11c)](f)[F(0x11f)]();let h=JSON[F(0x13f)](g);Object[F(0x10b)](h,{'env':d}),Log[F(0x141)]('Checking\x20remote\x20host\x20availability');try{let l=SSH[F(0x13b)]('uname\x20-a',h);if(!l)throw F(0x12c);if(l)Log[F(0x140)](F(0x12f));}catch(m){throw m;}let i=a41v[F(0x132)](d,F(0x13d),F(0x133));if(a41u['existsSync'](i)){let n={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[F(0x135)](n,Object[F(0x10b)]({},h));}let j=a41v[F(0x132)](d,'pm2.config.js');SSH[F(0x135)]({'source':j,'dest':F(0x124),'verbose':!![]},Object[F(0x10b)]({},h));let k=a41v[F(0x132)](d,'settings.json');SSH[F(0x135)]({'source':k,'dest':F(0x12d),'verbose':!![]},Object[F(0x10b)]({},h)),SSH[F(0x138)](F(0x117),h),yield SSH[F(0x131)](F(0x13a),Object[F(0x10b)]({},h),{'verbose':!![]});}else d[F(0x11e)](e),f[F(0x10d)](0x0);}catch(p){console['error'](p),process['exit'](0x0);}});});
1
+ const a41z=a41d;(function(a,b){const w=a41d,c=a();while(!![]){try{const d=-parseInt(w(0x179))/0x1+parseInt(w(0x17e))/0x2+-parseInt(w(0x182))/0x3+parseInt(w(0x154))/0x4+parseInt(w(0x169))/0x5*(-parseInt(w(0x174))/0x6)+-parseInt(w(0x165))/0x7*(parseInt(w(0x17d))/0x8)+-parseInt(w(0x180))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xdbbca));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a41d;if(x(0x151)!==x(0x14f)){if(c){if(x(0x15f)===x(0x15f)){const e=c[x(0x158)](b,arguments);return c=null,e;}else{let g={'source':e,'dest':x(0x17b),'verbose':!![]};f[x(0x162)](g,g['assign']({},h));}}}else{let h=d[x(0x152)](x(0x173),e);if(!h)throw x(0x159);if(h)f[x(0x16e)](x(0x15a));}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const y=a41d;return a41a[y(0x17f)]()['search'](y(0x15e))['toString']()['constructor'](a41a)[y(0x153)](y(0x15e));});a41a();var __awaiter=this&&this[a41z(0x184)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a41d;A(0x14e)==='rIlpU'?g(f):d(e[A(0x157)](f));});}return new(c||(c=Promise))(function(f,g){const F=a41d;function h(k){const B=a41d;try{j(d['next'](k));}catch(l){if(B(0x15c)!==B(0x163))g(l);else{const n=g?function(){const C=B;if(n){const u=q[C(0x158)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}}function i(k){const D=a41d;if(D(0x177)==='cfmtc')try{j(d[D(0x157)](k));}catch(l){if(D(0x15b)===D(0x15b))g(l);else return c[D(0x17f)]()[D(0x153)](D(0x15e))['toString']()[D(0x183)](d)[D(0x153)](D(0x15e));}else c(d);}function j(k){const E=a41d;k['done']?f(k['value']):e(k[E(0x16f)])['then'](h,i);}j((d=d['apply'](a,b||[]))[F(0x16c)]());});};import a41u from'fs';function a41c(){const H=['success','value','pm2\x20delete\x20all','assign','pm2.config.js','uname\x20-a','12kZDshg','settings.json','maka\x20reconfig\x20--env\x20prod','cfmtc','sshSync','149321CJXitX','ssh.json','~/ses.json','zlYYX','24GHfcRf','2337048WiRdtc','toString','2505879EQSmtY','ssh','810729YQCinc','constructor','__awaiter','help','rIlpU','qffXt','ses.json','TvHXh','ping','search','5726784JIaDTo','parse','fsi','throw','apply','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','Remote\x20host\x20connection\x20successful','jCcAE','eJMnr','_keys','(((.+)+)+)+$','dDmDC','~/pm2.config.js','~/settings.json','scp','ZacqU','If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','1811663wDJmpT','LjQjA','create','error','564390scnDyx','notice','join','next','reconfig'];a41c=function(){return H;};return a41c();}import a41v from'path';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x14d;let f=c[d];return f;},a41d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a41z(0x167)]({'name':a41z(0x16d),'validOpts':[a41z(0x14d)],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a41z(0x176),'description':a41z(0x164),'examples':['maka\x20reconfig\x20--env\x20prod']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a41d;try{const c=this[G(0x156)]['getConfigPath'](b['env']),d=a41v['join'](c,G(0x17a)),f=a41u['readFileSync'](d)['toString']();let g=JSON[G(0x155)](f);Object[G(0x171)](g,{'env':c}),Log[G(0x16a)]('Checking\x20remote\x20host\x20availability');try{let k=SSH[G(0x152)](G(0x173),g);if(!k)throw G(0x159);if(k)Log[G(0x16e)](G(0x15a));}catch(l){throw l;}let h=a41v[G(0x16b)](c,G(0x15d),G(0x150));if(a41u['existsSync'](h)){let m={'source':h,'dest':G(0x17b),'verbose':!![]};SSH[G(0x162)](m,Object[G(0x171)]({},g));}let i=a41v['join'](c,G(0x172));SSH['scp']({'source':i,'dest':G(0x160),'verbose':!![]},Object[G(0x171)]({},g));let j=a41v[G(0x16b)](c,G(0x175));SSH[G(0x162)]({'source':j,'dest':G(0x161),'verbose':!![]},Object[G(0x171)]({},g)),SSH[G(0x178)](G(0x170),g),yield SSH[G(0x181)]('echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22',Object['assign']({},g),{'verbose':!![]});}catch(n){if(G(0x166)===G(0x17c))try{i(j[G(0x157)](k));}catch(p){m(p);}else console[G(0x168)](n),process['exit'](0x0);}});});
@@ -0,0 +1 @@
1
+ (function(a,b){var u=a42d,c=a();while(!![]){try{var d=parseInt(u(0x17e))/0x1*(parseInt(u(0x178))/0x2)+-parseInt(u(0x17c))/0x3*(parseInt(u(0x17f))/0x4)+parseInt(u(0x17a))/0x5+parseInt(u(0x180))/0x6*(-parseInt(u(0x184))/0x7)+-parseInt(u(0x183))/0x8+-parseInt(u(0x185))/0x9+-parseInt(u(0x182))/0xa*(-parseInt(u(0x181))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x60066));var a42b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a42d;if(c){var e=c[v(0x177)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){var w=a42d;return a42a[w(0x17d)]()[w(0x17b)]('(((.+)+)+)+$')['toString']()[w(0x176)](a42a)[w(0x17b)](w(0x179));});function a42c(){var x=['constructor','apply','5158WwknHx','(((.+)+)+)+$','3021695oxPosQ','search','12HIyikP','toString','271jybjtN','362636IzEpkb','141060BgDnBh','63481CMWmeo','790rommgg','4642088FEAebW','35LpLdMk','2748528xSHYSV'];a42c=function(){return x;};return a42c();}a42a();import'./run.command.js';function a42d(a,b){var c=a42c();return a42d=function(d,e){d=d-0x176;var f=c[d];return f;},a42d(a,b);}import'./docker.sub.cmd.js';
@@ -0,0 +1 @@
1
+ const a43O=a43d;(function(a,b){const K=a43d,c=a();while(!![]){try{const d=-parseInt(K(0x7e))/0x1*(-parseInt(K(0xad))/0x2)+-parseInt(K(0x87))/0x3*(parseInt(K(0xab))/0x4)+parseInt(K(0xa0))/0x5*(-parseInt(K(0xa8))/0x6)+-parseInt(K(0x8e))/0x7*(parseInt(K(0x92))/0x8)+parseInt(K(0x7d))/0x9*(-parseInt(K(0xa4))/0xa)+-parseInt(K(0x8a))/0xb*(-parseInt(K(0x97))/0xc)+parseInt(K(0x8d))/0xd*(parseInt(K(0x7c))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0x97ae8));function a43c(){const U=['ptOTG','pm2.config.js','throw','704928eLkMpa','PM2\x20Config\x20File:\x20','next','docker-compose.yaml','docker-compose\x20--project-directory\x20','276456LVsOXz','join','createFile','(((.+)+)+)+$','Docker\x20Compose\x20Path:\x20','docker','getConfigPath','WtiKA','then','12645qlxMuc','config/docker-compose.yaml','UDitG','fmBbJ','10LYQEUy','TOVhw','value','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','78ivyxjS','maka\x20run\x20docker','done','8WlpaYw','qUXLD','74FxdaxL','iSGoN','apply','search','70eHtnZl','7617735yvGXav','6247uWaBFd','create','getProjectConfig','toString','existsSync','templateContent','notice','__awaiter','appName','328245RvoOdi','wgDpP','help','374qrLuJc','fsi','exit','3207555MTPWvN','42qDlChG'];a43c=function(){return U;};return a43c();}const a43b=(function(){let a=!![];return function(b,c){const L=a43d;if(L(0x8f)===L(0xa5)){if(e){const e=i['apply'](j,arguments);return k=null,e;}}else{const e=a?function(){const M=L;if(M(0xa2)!=='UDitG')h[M(0xaa)]?i(j[M(0xa6)]):k(l['value'])['then'](m,n);else{if(c){const g=c[M(0x7a)](b,arguments);return c=null,g;}}}:function(){};return a=![],e;}};}()),a43a=a43b(this,function(){const N=a43d;return a43a[N(0x81)]()[N(0x7b)](N(0x9a))[N(0x81)]()['constructor'](a43a)[N(0x7b)](N(0x9a));});a43a();var __awaiter=this&&this[a43O(0x85)]||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 S=a43d;function h(k){const P=a43d;if(P(0xa3)===P(0x9e))try{i(j['next'](k));}catch(m){m(m);}else try{j(d[P(0x94)](k));}catch(m){g(m);}}function i(k){const Q=a43d;if('NoKtL'==='iuWuJ')return f instanceof g?h:new i(function(m){m(k);});else try{'iSGoN'!==Q(0x79)?c(d):j(d[Q(0x91)](k));}catch(n){g(n);}}function j(k){const R=a43d;if(R(0x88)===R(0xac))try{i(j[R(0x91)](k));}catch(m){m(m);}else k['done']?f(k[R(0xa6)]):e(k['value'])[R(0x9f)](h,i);}j((d=d[S(0x7a)](a,b||[]))[S(0x94)]());});};import a43H from'./run.command.js';import{execSync}from'child_process';import a43I from'path';import a43J from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0x79;let f=c[d];return f;},a43d(a,b);}import{paramCase}from'change-case';Command[a43O(0x7f)]({'name':a43O(0x9c),'aliases':['d'],'description':a43O(0xa7),'usage':a43O(0xa9),'validOpts':[a43O(0x89)]},function(){return __awaiter(this,void 0x0,void 0x0,function*(){const T=a43d;try{let a=this[T(0x8b)][T(0x80)]();const b=this[T(0x8b)][T(0x9d)](T(0x9c)),c=a43I[T(0x98)](b,T(0x95)),d=a43I[T(0x98)](b,T(0x90));Log[T(0x84)](T(0x93)+d),Log[T(0x84)](T(0x9b)+c);if(!a43J[T(0x82)](c)){const f={'app':a[T(0x86)],'appFileCase':paramCase(a[T(0x86)])};let g=this[T(0x8b)][T(0x83)]({'srcPath':T(0xa1),'context':f})+'\x0a';this[T(0x8b)][T(0x99)]({'filePath':c,'data':g});}execSync(T(0x96)+b+'\x20up\x20--remove-orphans',{'stdio':'inherit'});}catch(h){process[T(0x8c)](0x1);}});},a43H);