@maka/maka-cli 4.2.24 → 4.2.26

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 (95) 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 -0
  10. package/dist/commands/aws/dsg.sub.cmd.js +1 -0
  11. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/dist/commands/aws/rkp.sub.cmd.js +1 -0
  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.js +1 -1
  44. package/dist/commands/set/_index.js +1 -1
  45. package/dist/commands/set/global.sub.cmd.js +1 -1
  46. package/dist/commands/set/local.sub.cmd.js +1 -1
  47. package/dist/commands/set/set.command.js +1 -1
  48. package/dist/commands/ssh.js +1 -1
  49. package/dist/commands/ssl.js +1 -1
  50. package/dist/commands/test.js +1 -1
  51. package/dist/commands/version.js +1 -1
  52. package/dist/error.js +1 -1
  53. package/dist/generator.js +1 -1
  54. package/dist/generators/_index.js +1 -1
  55. package/dist/generators/api.js +1 -1
  56. package/dist/generators/collection.js +1 -1
  57. package/dist/generators/component.js +1 -1
  58. package/dist/generators/config.js +1 -1
  59. package/dist/generators/dbc.js +1 -1
  60. package/dist/generators/dockerfile.js +1 -1
  61. package/dist/generators/hook.js +1 -1
  62. package/dist/generators/kit.js +1 -1
  63. package/dist/generators/layout.js +1 -1
  64. package/dist/generators/maka.gen.js +1 -1
  65. package/dist/generators/methods.js +1 -1
  66. package/dist/generators/package.js +1 -1
  67. package/dist/generators/page.js +1 -1
  68. package/dist/generators/publish.js +1 -1
  69. package/dist/generators/route.js +1 -1
  70. package/dist/generators/scaffold.js +1 -1
  71. package/dist/generators/service.js +1 -1
  72. package/dist/generators/services/_index.js +1 -1
  73. package/dist/generators/services/openssl.js +1 -1
  74. package/dist/generators/services/translation.js +1 -1
  75. package/dist/maka.js +1 -1
  76. package/dist/tool.js +1 -1
  77. package/dist/tools/actions/actions.class.js +1 -1
  78. package/dist/tools/actions/actions.test.js +1 -1
  79. package/dist/tools/aws/aws.class.js +1 -1
  80. package/dist/tools/aws/aws.interfaces.js +1 -1
  81. package/dist/tools/docker/docker.class.js +1 -1
  82. package/dist/tools/docker/docker.interfaces.js +1 -1
  83. package/dist/tools/fsi/fsi.class.js +1 -1
  84. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  85. package/dist/tools/https/https.class.js +1 -1
  86. package/dist/tools/https/https.interface.js +1 -1
  87. package/dist/tools/log/log.class.js +1 -1
  88. package/dist/tools/log/log.interfaces.js +1 -1
  89. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  90. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  91. package/dist/tools/ssh/ssh.class.js +1 -1
  92. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  93. package/dist/tools/ssl/ssl.class.js +1 -1
  94. package/package.json +1 -1
  95. package/dist/commands/aws/dks.sub.cmd.js +0 -1
@@ -1 +1 @@
1
- var a28z=a28d;(function(a,b){var v=a28d,c=a();while(!![]){try{var d=-parseInt(v(0x138))/0x1+-parseInt(v(0x153))/0x2*(parseInt(v(0x154))/0x3)+-parseInt(v(0x149))/0x4+-parseInt(v(0x136))/0x5+-parseInt(v(0x144))/0x6+parseInt(v(0x13b))/0x7*(-parseInt(v(0x147))/0x8)+parseInt(v(0x13c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a28c,0xbae35));var a28b=(function(){var a=!![];return function(b,c){var w=a28d;if('rJfEq'===w(0x13a)){var d=a?function(){var x=w;if(x(0x14b)===x(0x150))try{i(j[x(0x13d)](k));}catch(g){m(g);}else{if(c){var e=c[x(0x151)](b,arguments);return c=null,e;}}}:function(){};return a=![],d;}else d(e[w(0x13e)](f));};}()),a28a=a28b(this,function(){var y=a28d;return a28a[y(0x134)]()[y(0x148)]('(((.+)+)+)+$')['toString']()[y(0x14f)](a28a)[y(0x148)]('(((.+)+)+)+$');});a28a();var __awaiter=this&&this[a28z(0x135)]||function(a,b,c,d){function e(f){var A=a28d;if(A(0x143)!==A(0x143))c(d);else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){function h(k){var B=a28d;try{j(d[B(0x13d)](k));}catch(l){B(0x14c)!==B(0x152)?g(l):d(l[B(0x13d)](f));}}function i(k){var C=a28d;if(C(0x146)===C(0x146))try{j(d[C(0x13e)](k));}catch(l){C(0x137)==='ieVII'?g(l):h[C(0x14a)]?i(j['value']):k(l[C(0x140)])['then'](m,n);}else return f instanceof g?h:new i(function(o){o(k);});}function j(k){var D=a28d;k[D(0x14a)]?f(k[D(0x140)]):e(k[D(0x140)])['then'](h,i);}j((d=d['apply'](a,b||[]))['next']());});};function a28c(){var F=['sLVyb','JUycp','313496TbzTCG','search','3803228ZcTuGW','done','WjJXZ','vCBNB','maka\x20get:local-config','error','constructor','KjHby','apply','byAMz','991132dnvgHR','6xqNDXG','toString','__awaiter','6695615lLRDro','ieVII','469235DkMuor','getProjectConfig','rJfEq','70zFcNsW','45935748rMFYsT','next','throw','log','value','local-config','fsi','HRaKy','1177872hLXPEm'];a28c=function(){return F;};return a28c();}import a28u from'./get.command.js';import{Command}from'../../command.js';function a28d(a,b){var c=a28c();return a28d=function(d,e){d=d-0x134;var f=c[d];return f;},a28d(a,b);}Command['create']({'name':a28z(0x141),'usage':a28z(0x14d),'mustBeInMakaProject':!![],'description':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a28d;try{if('sLVyb'!==E(0x145))c(d);else{const d=yield this[E(0x142)][E(0x139)]();console[E(0x13f)](d);}}catch(f){console[E(0x14e)](f),process['exit'](0x0);}});},a28u);
1
+ function a30c(){var H=['LKPAF','ETSGD','fsi','2nczYvc','459OlGVYs','ypKhO','maka\x20get:local-config','apply','oQdIz','5865396tfrFOP','EQvqi','365HYaPDu','constructor','1135202WdZAYP','create','(((.+)+)+)+$','KUrDq','UFiDc','OZgzQ','10117240sHxxKs','exit','50922tkPSCr','log','12193310UGJnVG','toString','throw','rVKFI','19748vCZXKM','search','__awaiter','done','value','JAJgF','8262LzVxpX','143zmjTiA','getProjectConfig','15616GbrjTb','next','rGurX'];a30c=function(){return H;};return a30c();}var a30z=a30d;(function(a,b){var v=a30d,c=a();while(!![]){try{var d=-parseInt(v(0x10b))/0x1*(parseInt(v(0x101))/0x2)+parseInt(v(0x102))/0x3*(parseInt(v(0x119))/0x4)+parseInt(v(0x109))/0x5*(-parseInt(v(0x113))/0x6)+-parseInt(v(0x111))/0x7+-parseInt(v(0x122))/0x8*(parseInt(v(0x11f))/0x9)+-parseInt(v(0x115))/0xa+parseInt(v(0x120))/0xb*(parseInt(v(0x107))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xdb498));var a30b=(function(){var a=!![];return function(b,c){var w=a30d;if(w(0x10e)===w(0x10e)){var d=a?function(){var x=w;if('Ltrcb'==='dyfOJ'){if(e){var g=i['apply'](j,arguments);return k=null,g;}}else{if(c){if(x(0x126)!=='ETSGD'){var h=d['apply'](e,arguments);return f=null,h;}else{var e=c[x(0x105)](b,arguments);return c=null,e;}}}}:function(){};return a=![],d;}else return f instanceof g?h:new i(function(m){m(k);});};}()),a30a=a30b(this,function(){var y=a30d;return a30a[y(0x116)]()[y(0x11a)](y(0x10d))[y(0x116)]()[y(0x10a)](a30a)['search'](y(0x10d));});a30a();var __awaiter=this&&this[a30z(0x11b)]||function(a,b,c,d){function e(f){var A=a30d;if(A(0x125)===A(0x11e))try{i(j[A(0x117)](k));}catch(h){m(h);}else return f instanceof c?f:new c(function(h){var B=A;if(B(0x10f)!=='sFcMD')h(f);else return c[B(0x116)]()[B(0x11a)](B(0x10d))[B(0x116)]()[B(0x10a)](d)[B(0x11a)](B(0x10d));});}return new(c||(c=Promise))(function(f,g){var F=a30d;function h(k){var C=a30d;try{j(d[C(0x123)](k));}catch(l){C(0x106)!==C(0x103)?g(l):c(d);}}function i(k){var D=a30d;if('wirOO'!==D(0x124))try{j(d[D(0x117)](k));}catch(l){g(l);}else d(e[D(0x117)](f));}function j(k){var E=a30d;'EQvqi'!==E(0x108)?c(d):k[E(0x11c)]?f(k[E(0x11d)]):e(k[E(0x11d)])['then'](h,i);}j((d=d[F(0x105)](a,b||[]))['next']());});};function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x101;var f=c[d];return f;},a30d(a,b);}import a30u from'./get.command.js';import{Command}from'../../command.js';Command[a30z(0x10c)]({'name':'local-config','usage':a30z(0x104),'mustBeInMakaProject':!![],'description':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){var G=a30d;if(G(0x118)===G(0x118))try{const c=yield this[G(0x127)][G(0x121)]();console[G(0x114)](c);}catch(d){G(0x110)!=='OZgzQ'?c(d):(console['error'](d),process[G(0x112)](0x0));}else d['error'](e),f['exit'](0x0);});},a30u);
@@ -1 +1 @@
1
- const a29z=a29d;(function(a,b){const w=a29d,c=a();while(!![]){try{const d=-parseInt(w(0x153))/0x1*(-parseInt(w(0x146))/0x2)+-parseInt(w(0x129))/0x3*(-parseInt(w(0x12d))/0x4)+parseInt(w(0x135))/0x5+-parseInt(w(0x149))/0x6+-parseInt(w(0x142))/0x7*(-parseInt(w(0x154))/0x8)+parseInt(w(0x14a))/0x9*(parseInt(w(0x143))/0xa)+-parseInt(w(0x147))/0xb*(parseInt(w(0x13d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a29c,0x5e526));function a29d(a,b){const c=a29c();return a29d=function(d,e){d=d-0x123;let f=c[d];return f;},a29d(a,b);}const a29b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a29d;if(x(0x14b)!==x(0x13b)){if(c){if(x(0x13a)===x(0x13a)){const e=c[x(0x124)](b,arguments);return c=null,e;}else d(e[x(0x12a)](f));}}else h['done']?i(j[x(0x12f)]):k(l['value'])['then'](m,n);}:function(){};return a=![],d;};}()),a29a=a29b(this,function(){const y=a29d;return a29a[y(0x131)]()[y(0x144)](y(0x12e))[y(0x131)]()['constructor'](a29a)[y(0x144)](y(0x12e));});a29a();var __awaiter=this&&this[a29z(0x127)]||function(a,b,c,d){function e(f){const A=a29d;if(A(0x13f)==='VdYqH'){const h=d['apply'](e,arguments);return f=null,h;}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const E=a29d;function h(k){const B=a29d;if(B(0x128)==='pCfqp')try{j(d[B(0x125)](k));}catch(l){g(l);}else c(d);}function i(k){const C=a29d;if(C(0x132)===C(0x132))try{C(0x126)===C(0x126)?j(d[C(0x12a)](k)):c(d);}catch(m){g(m);}else c(d);}function j(k){const D=a29d;if('FTHEE'!==D(0x12b))k[D(0x133)]?f(k[D(0x12f)]):e(k['value'])[D(0x139)](h,i);else return f instanceof g?h:new i(function(m){m(k);});}j((d=d[E(0x124)](a,b||[]))[E(0x125)]());});};import a29u from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a29v from'jsonwebtoken';function a29c(){const G=['constructor','decode','create','token','exit','1txoMbN','1092624dSuwLH','hash','apply','next','JTRXO','__awaiter','pCfqp','56787wodyAB','throw','oIekY','CLKWZ','76IjMHcb','(((.+)+)+)+$','value','whoami','toString','DLlKT','done','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','1101455kcmTQM','notice','OKTNQ','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','then','SZVmS','gTYix','error','11914908PpZFnW','maka\x20get:whoami','BDIKI','fsi','roles','7OlEwQN','10HZZcgN','search','authToken','422742XmZUth','11CiZrDS','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','703566sXPWYk','5117589oLXDzA','mbksU','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','user'];a29c=function(){return G;};return a29c();}Command[a29z(0x150)]({'name':a29z(0x130),'usage':a29z(0x13e),'description':a29z(0x148)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const F=a29d;try{if(F(0x137)==='VPvtu')d(e[F(0x125)](f));else{const d=yield this[F(0x140)]['getGlobalConfig']();if(d[F(0x123)]){if(F(0x12c)===F(0x12c)){const f=a29v[F(0x14f)](d['hash']);Log[F(0x136)](F(0x14c)+(f===null||f===void 0x0?void 0x0:f[F(0x14d)])),Log[F(0x136)](F(0x138)+d[F(0x151)]['userId']),Log['notice']('User\x20Access\x20Token:\x20\x20'+d[F(0x151)][F(0x145)]),Log[F(0x136)](F(0x134)+(f===null||f===void 0x0?void 0x0:f[F(0x141)]['join'](',\x20')));}else return c['toString']()[F(0x144)](F(0x12e))[F(0x131)]()[F(0x14e)](d)['search'](F(0x12e));}}}catch(h){console[F(0x13c)](h),process[F(0x152)](0x0);}});},a29u);
1
+ const a31F=a31d;(function(a,b){const w=a31d,c=a();while(!![]){try{const d=-parseInt(w(0x1a8))/0x1*(-parseInt(w(0x19d))/0x2)+-parseInt(w(0x1aa))/0x3+parseInt(w(0x1a9))/0x4*(parseInt(w(0x19e))/0x5)+-parseInt(w(0x195))/0x6+parseInt(w(0x1a4))/0x7*(-parseInt(w(0x17f))/0x8)+-parseInt(w(0x185))/0x9+parseInt(w(0x188))/0xa*(parseInt(w(0x194))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x5b054));const a31b=(function(){let a=!![];return function(b,c){const x=a31d;if(x(0x181)===x(0x190))d(e['throw'](f));else{const e=a?function(){const y=x;if(c){const f=c[y(0x18a)](b,arguments);return c=null,f;}}:function(){};return a=![],e;}};}()),a31a=a31b(this,function(){const z=a31d;return a31a[z(0x192)]()[z(0x1a6)](z(0x186))[z(0x192)]()[z(0x189)](a31a)['search']('(((.+)+)+)+$');});a31a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){const A=a31d;if('rRPgW'!==A(0x1a3))return f instanceof c?f:new c(function(g){g(f);});else c(d);}return new(c||(c=Promise))(function(f,g){const E=a31d;function h(k){const B=a31d;if(B(0x1a1)===B(0x1a1))try{j(d[B(0x187)](k));}catch(l){B(0x1a7)==='LQahr'?g(l):c(d);}else{const o=i[B(0x17e)](j[B(0x1a5)]);k[B(0x198)](B(0x18e)+(o===null||o===void 0x0?void 0x0:o['user'])),l['notice'](B(0x18c)+m[B(0x193)][B(0x180)]),n[B(0x198)](B(0x18b)+o['token'][B(0x197)]),p[B(0x198)](B(0x1a2)+(o===null||o===void 0x0?void 0x0:o[B(0x191)]['join'](',\x20')));}}function i(k){const C=a31d;if(C(0x19f)!==C(0x19f))d(e[C(0x187)](f));else try{j(d[C(0x19b)](k));}catch(m){g(m);}}function j(k){const D=a31d;k[D(0x199)]?f(k['value']):e(k[D(0x183)])['then'](h,i);}j((d=d['apply'](a,b||[]))[E(0x187)]());});};import a31u from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a31v from'jsonwebtoken';function a31c(){const H=['48oQiCBL','userId','ZwBNh','fsi','value','iYOTt','1405395wRiMuh','(((.+)+)+)+$','next','511470fLSwPC','constructor','apply','User\x20Access\x20Token:\x20\x20','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','maka\x20get:whoami','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','JjFVC','wEUme','roles','toString','token','242MUCsBE','4050498aPPAEQ','create','authToken','notice','done','error','throw','exit','2MZvYDb','1358575OoImlV','NVUpl','getGlobalConfig','vDSFO','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','qeexS','544803tRdukm','hash','search','LQahr','745201xRfoWK','4rlnlxZ','1413354waPsVf','whoami','decode'];a31c=function(){return H;};return a31c();}function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x17d;let f=c[d];return f;},a31d(a,b);}Command[a31F(0x196)]({'name':a31F(0x17d),'usage':a31F(0x18d),'description':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const G=a31d;if(G(0x184)==='uJxle')c(d);else try{if('JjFVC'!==G(0x18f)){const f=d[G(0x18a)](e,arguments);return f=null,f;}else{const f=yield this[G(0x182)][G(0x1a0)]();if(f[G(0x1a5)]){const g=a31v['decode'](f[G(0x1a5)]);Log['notice'](G(0x18e)+(g===null||g===void 0x0?void 0x0:g['user'])),Log[G(0x198)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+f[G(0x193)][G(0x180)]),Log[G(0x198)]('User\x20Access\x20Token:\x20\x20'+f[G(0x193)][G(0x197)]),Log[G(0x198)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+(g===null||g===void 0x0?void 0x0:g[G(0x191)]['join'](',\x20')));}}}catch(h){console[G(0x19a)](h),process[G(0x19c)](0x0);}});},a31u);
@@ -1 +1 @@
1
- var a30w=a30d;function a30c(){var C=['apply','7bJzWKk','Bgpjn','value','12nEJBAb','3556686zOyADu','(((.+)+)+)+$','36920ypGYzm','RmQmh','throw','305fhmGQD','900960diXirW','constructor','1890SMjkzX','next','124940FyOTrB','7951686esDkwR','__awaiter','Try,\x20maka\x20--help','7989333SpTdPh','3jahryD','toString','3949128AdvWZS','VFXZa','search'];a30c=function(){return C;};return a30c();}(function(a,b){var u=a30d,c=a();while(!![]){try{var d=-parseInt(u(0x1f5))/0x1+-parseInt(u(0x1ef))/0x2*(parseInt(u(0x1fe))/0x3)+-parseInt(u(0x1f9))/0x4*(-parseInt(u(0x1f4))/0x5)+-parseInt(u(0x1fa))/0x6*(-parseInt(u(0x1eb))/0x7)+parseInt(u(0x200))/0x8+parseInt(u(0x1f7))/0x9*(-parseInt(u(0x1f1))/0xa)+parseInt(u(0x1fd))/0xb*(parseInt(u(0x1ee))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a30c,0xf3261));var a30b=(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;};}()),a30a=a30b(this,function(){var v=a30d;return a30a[v(0x1ff)]()['search']('(((.+)+)+)+$')[v(0x1ff)]()[v(0x1f6)](a30a)[v(0x202)](v(0x1f0));});function a30d(a,b){var c=a30c();return a30d=function(d,e){d=d-0x1ea;var f=c[d];return f;},a30d(a,b);}a30a();var __awaiter=this&&this[a30w(0x1fb)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var A=a30d;function h(k){var x=a30d;try{if(x(0x1ec)!=='Bgpjn')try{i(j[x(0x1f3)](k));}catch(m){m(m);}else j(d[x(0x1f8)](k));}catch(m){g(m);}}function i(k){var y=a30d;try{if('LvIBw'===y(0x1f2))return c(this,void 0x0,void 0x0,function*(){throw new e();});else j(d['throw'](k));}catch(m){g(m);}}function j(k){var z=a30d;k['done']?f(k['value']):e(k[z(0x1ed)])['then'](h,i);}j((d=d[A(0x1ea)](a,b||[]))['next']());});};import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':'help','description':a30w(0x1fc),'aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var B=a30d;if(B(0x201)!==B(0x201))c(d);else throw new UsageError();});});
1
+ var a32x=a32d;(function(a,b){var u=a32d,c=a();while(!![]){try{var d=-parseInt(u(0xb5))/0x1+parseInt(u(0xc0))/0x2+-parseInt(u(0xb9))/0x3+-parseInt(u(0xbb))/0x4+-parseInt(u(0xb6))/0x5+-parseInt(u(0xba))/0x6+parseInt(u(0xbf))/0x7*(parseInt(u(0xc6))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x2506a));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a32d;if(c){var e=c[v(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var w=a32d;return a32a['toString']()[w(0xb3)]('(((.+)+)+)+$')['toString']()[w(0xb4)](a32a)[w(0xb3)]('(((.+)+)+)+$');});a32a();var __awaiter=this&&this[a32x(0xc8)]||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;try{j(d['next'](k));}catch(l){if(y(0xb7)===y(0xb7))g(l);else return f instanceof g?h:new i(function(n){n(k);});}}function i(k){var z=a32d;if(z(0xca)===z(0xc7)){if(e){var m=i[z(0xbd)](j,arguments);return k=null,m;}}else try{if(z(0xc2)==='RulpK')j(d[z(0xc4)](k));else return c(this,void 0x0,void 0x0,function*(){throw new e();});}catch(n){g(n);}}function j(k){var A=a32d;if(A(0xc3)===A(0xc9))try{i(j['next'](k));}catch(m){m(m);}else k[A(0xbc)]?f(k[A(0xbe)]):e(k[A(0xbe)])[A(0xc5)](h,i);}j((d=d['apply'](a,b||[]))[B(0xc1)]());});};function a32c(){var C=['519210pLfVdW','czger','Try,\x20maka\x20--help','283101HnjkzP','254046DZowvW','50560bzLarx','done','apply','value','7tgnyXN','449872szYvGB','next','RulpK','MFhRq','throw','then','2922584Qjdouo','HwjaG','__awaiter','sUgQc','jWjwn','help','search','constructor','185411MpyroI'];a32c=function(){return C;};return a32c();}import{Command}from'../command.js';function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0xb3;var f=c[d];return f;},a32d(a,b);}import{UsageError}from'../error.js';Command['create']({'name':a32x(0xcb),'description':a32x(0xb8),'aliases':['h']},function(){return __awaiter(this,void 0x0,void 0x0,function*(){throw new UsageError();});});
@@ -1 +1 @@
1
- const a31L=a31d;(function(a,b){const B=a31d,c=a();while(!![]){try{const d=parseInt(B(0x1bb))/0x1*(-parseInt(B(0x1b5))/0x2)+-parseInt(B(0x160))/0x3+-parseInt(B(0x187))/0x4*(-parseInt(B(0x1a6))/0x5)+-parseInt(B(0x177))/0x6+parseInt(B(0x1c0))/0x7*(-parseInt(B(0x172))/0x8)+-parseInt(B(0x183))/0x9+-parseInt(B(0x181))/0xa*(-parseInt(B(0x192))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a31c,0x98f1d));const a31b=(function(){let a=!![];return function(b,c){const C=a31d;if(C(0x164)!=='hAwcv')d[C(0x162)](e),f[C(0x1c1)](0x0);else{const e=a?function(){const D=C;if(c){const f=c[D(0x1b2)](b,arguments);return c=null,f;}}:function(){};return a=![],e;}};}()),a31a=a31b(this,function(){const E=a31d;return a31a[E(0x1af)]()[E(0x1b3)]('(((.+)+)+)+$')['toString']()['constructor'](a31a)[E(0x1b3)](E(0x1bd));});a31a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){const F=a31d;if(F(0x175)!==F(0x1b8))return f instanceof c?f:new c(function(g){const G=F;'YwOcQ'!=='YwOcQ'?d(e[G(0x169)](f)):g(f);});else try{i(j[F(0x169)](k));}catch(h){m(h);}}return new(c||(c=Promise))(function(f,g){const K=a31d;function h(k){const H=a31d;if('ePkKX'!==H(0x198))try{j(d[H(0x169)](k));}catch(l){if(H(0x17a)!==H(0x1ad))g(l);else{if(this[H(0x1a3)][H(0x171)](g['cert']))m=n['cert'],o=[H(0x16e),p];else throw H(0x19b)+q;}}else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+b;}function i(k){const I=a31d;try{j(d[I(0x197)](k));}catch(l){if(I(0x18a)===I(0x18a))g(l);else{const n=d['apply'](l,arguments);return f=null,n;}}}function j(k){const J=a31d;k[J(0x1a8)]?f(k[J(0x161)]):e(k[J(0x161)])[J(0x17e)](h,i);}j((d=d['apply'](a,b||[]))[K(0x169)]());});};import a31x from'os';import a31y from'path';import a31z from'fs';import a31A 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=a31x[a31L(0x18b)]();function a31d(a,b){const c=a31c();return a31d=function(d,e){d=d-0x15e;let f=c[d];return f;},a31d(a,b);}Command[a31L(0x1a7)]({'name':a31L(0x1b0),'aliases':['i'],'validOpts':['f',a31L(0x173),'v',a31L(0x1c4),a31L(0x17c),'cacert',a31L(0x193)],'usage':'maka\x20install','description':a31L(0x17b),'examples':[a31L(0x1a1),a31L(0x1bf),'maka\x20install\x20meteor\x20-v\x202.3.6',a31L(0x19e),a31L(0x16f)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const M=a31d;try{let c=[],d='';if(b['cacert']){if('JHtWd'!=='JHtWd')c(d);else{if(this[M(0x1a3)][M(0x171)](b[M(0x180)])){if(M(0x1ac)!==M(0x189))Log[M(0x163)](M(0x1ab)+b[M(0x180)]),d=b['cacert'],c=[M(0x16e),d];else try{i(j['throw'](k));}catch(p){m(p);}}else throw M(0x182)+d;}}const f=yield this[M(0x1a3)][M(0x1b6)]();if(f[M(0x190)]){if('ydNHe'==='QSlZX')b=!![];else{if(this[M(0x1a3)][M(0x171)](f[M(0x190)]))d=f['cert'],c=['--cacert',d];else throw M(0x19b)+d;}}f[M(0x1c2)]&&(Log[M(0x17f)](M(0x1c3)),c=['-k']);let g=![];b['f']||b[M(0x173)]?g=!![]:M(0x1a4)==='eoUpq'?h[M(0x1a8)]?i(j[M(0x161)]):k(l[M(0x161)])[M(0x17e)](m,n):g=yield Actions[M(0x1ae)](M(0x15e));if(!g)throw M(0x18c);const h=process[M(0x178)]===M(0x1a5),i=process[M(0x178)]===M(0x199);let j=execSync(M(0x186)+c[M(0x165)]('\x20')+M(0x16d))[M(0x1af)](),k=yield this['fsi'][M(0x184)](j,M(0x15f));if(k[M(0x194)]===0x0){if(M(0x19c)!==M(0x19c))d(e[M(0x197)](f));else throw M(0x168);}let l=k[0x0][M(0x167)](/[^0-9.]/gi,'')[M(0x167)](/\r?\n|\r/,'');(typeof b['v']===M(0x185)||typeof b[M(0x1c4)]===M(0x185))&&(l=b['v']||b[M(0x1c4)]);let m=a31y[M(0x165)](homeDir,'.meteor');if(h)'qxywq'===M(0x174)?(g(M(0x1b9)+h+M(0x195),{'stdio':M(0x19f)}),i('printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor',{'stdio':M(0x19f)}),j(M(0x17d),{'stdio':M(0x19f)}),k(M(0x179),{'stdio':'ignore'}),l(M(0x19d),{'stdio':M(0x19f)})):Log[M(0x17f)](M(0x170));else{if('VhPDT'!==M(0x176)){a31z[M(0x1b4)](m)&&(yield SpawnAsync['withSpinner']('rm',[M(0x1bc),m],{'message':M(0x196)}));try{const t=i?'os.osx.x86_64':M(0x1b7);yield SpawnAsync[M(0x1a2)](M(0x188),[...c,'-s',M(0x16a)+l+M(0x191)+t+M(0x16b),M(0x18e),a31y[M(0x165)](homeDir,M(0x1ba))],{'message':'Downloading\x20meteor\x20version\x20'+l});const u=['-xzf',a31y[M(0x165)](homeDir,M(0x1ba)),'-C',homeDir];yield SpawnAsync[M(0x1a2)](M(0x1a9),u,{'message':M(0x1b1)+l}),a31A[M(0x1be)](a31y[M(0x165)](homeDir,M(0x1ba)),{'force':!![]});}catch(v){console[M(0x162)](v);}try{if(M(0x1a0)===M(0x1a0))execSync('mkdir\x20-p\x20'+homeDir+'/.local/bin',{'stdio':M(0x19f)}),execSync(M(0x166),{'stdio':M(0x19f)}),execSync('printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile',{'stdio':'ignore'}),execSync(M(0x179),{'stdio':M(0x19f)}),execSync(M(0x19d),{'stdio':'ignore'});else throw M(0x168);}catch(x){console[M(0x162)](x);}Log[M(0x1aa)](M(0x16c)+l+M(0x18f));}else{if(this[M(0x1a3)][M(0x171)](i['cacert']))q[M(0x163)]('Using\x20CA\x20Cert\x20'+r[M(0x180)]),s=t[M(0x180)],u=[M(0x16e),v];else throw M(0x182)+w;}}}catch(z){M(0x19a)!==M(0x18d)?(console[M(0x162)](z),process[M(0x1c1)](0x0)):c(d);}});});function a31c(){const N=['create','done','tar','success','Using\x20CA\x20Cert\x20','BEdEj','nXNqZ','confirm','toString','install','Installing\x20meteor\x20','apply','search','existsSync','24334tqCtNz','getGlobalConfig','os.linux.x86_64','UaZCd','mkdir\x20-p\x20','meteor.tar.gz','94kJXMWE','-rf','(((.+)+)+)+$','sync','maka\x20install\x20meteor\x20--force','7jBvpAi','exit','allowInsecure','Allowing\x20insecure\x20curl\x20connections.','version','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','RELEASE=','2928087OmnMlV','value','error','notice','hAwcv','join','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','replace','Network\x20error,\x20please\x20try\x20again.','next','https://static-meteor.netdna-ssl.com/packages-bootstrap/','.tar.gz','Meteor\x20version\x20','\x20-s\x20https://install.meteor.com/','--cacert','maka\x20i','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','isFile','698792udubZy','force','MPZHV','HhjoP','RAelt','3676704aPFwSy','platform','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc','CygAF','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','debug','printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','then','warn','cacert','120uowNxW','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','5509638aNBUBe','grep','string','curl\x20','2787868NtEYjX','curl','vGmQt','bGcyu','homedir','Aborted','vxDtL','--output','\x20installed.\x0a','cert','/meteor-bootstrap-','3081408BrFGyg','keepInstall','length','/.local/bin','Removing\x20previous\x20install\x20of\x20meteor','throw','PLcqQ','darwin','bLGud','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','BNAKn','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','maka\x20install\x20meteor\x20--version\x201.12.1','ignore','WJaUh','maka\x20install\x20meteor','withSpinner','fsi','xSmHw','win32','5PolUIp'];a31c=function(){return N;};return a31c();}
1
+ function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0x8b;let f=c[d];return f;},a33d(a,b);}const a33N=a33d;(function(a,b){const F=a33d,c=a();while(!![]){try{const d=parseInt(F(0xc9))/0x1+parseInt(F(0xc5))/0x2+parseInt(F(0xbd))/0x3*(-parseInt(F(0x9c))/0x4)+-parseInt(F(0xeb))/0x5+-parseInt(F(0xa8))/0x6*(parseInt(F(0xa5))/0x7)+parseInt(F(0x9d))/0x8*(parseInt(F(0xb4))/0x9)+-parseInt(F(0xe1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x23a3e));const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a33d;if(G(0xb0)!==G(0xe5)){if(c){if('MlMno'!==G(0x8f)){const e=c['apply'](b,arguments);return c=null,e;}else throw G(0xcb);}}else try{i(j['throw'](k));}catch(h){m(h);}}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const H=a33d;return a33a[H(0x9a)]()[H(0xda)]('(((.+)+)+)+$')[H(0x9a)]()[H(0xb8)](a33a)[H(0xda)]('(((.+)+)+)+$');});function a33c(){const P=['printf\x20\x27export\x20PATH=$PATH:$HOME/.local/bin\x27\x20>>\x20$HOME/.profile\x20&&\x20source\x20$HOME/.profile','xPBod','maka\x20install\x20meteor\x20--version\x201.12.1','qyzzj','537580fXKsCp','meteor.tar.gz','PNUrD','This\x20command\x20should\x20NOT\x20be\x20run\x20as\x20sudo\x20or\x20with\x20administrative\x20privileges.\x20\x20Are\x20you\x20ready\x20to\x20proceed?','Install\x20a\x20meteor.\x20\x22maka\x20install\x22\x20defaults\x20to\x20\x22maka\x20install\x20meteor\x22','maka\x20i','nFDCF','\x20installed.\x0a','Please\x20use\x20\x22npm\x20i\x20-g\x20meteor\x22\x20to\x20install\x20on\x20windows','.meteor','debug','slpxS','next','then','iKRhj','keepInstall','os.linux.x86_64','toString','KyhRf','12mMxWAi','16wuZiTk','string','ignore','error','curl\x20','warn','YAdsE','win32','1771XjhjBP','--cacert','create','36fLknkD','force','Installing\x20meteor\x20','RELEASE=','jymzb','printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.zshrc','isFile','QXmBJ','kCOWm','--output','Using\x20CA\x20Cert\x20','YfpmA','585999vMUIPq','maka\x20install\x20meteor','confirm','maka\x20install\x20meteor\x20-v\x202.3.6','constructor','value','/meteor-bootstrap-','join','asTey','197103nLkbjo','platform','darwin','grep','(((.+)+)+)+$','withSpinner','version','lgczz','454320Vvddhg','nqwkG','PglUI','Downloading\x20meteor\x20version\x20','233157oBnwPV','done','Aborted','-xzf','https://static-meteor.netdna-ssl.com/packages-bootstrap/','replace','apply','Meteor\x20version\x20','UZapA','xwTxQ','Removing\x20previous\x20install\x20of\x20meteor','fPDCn','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka.cert,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','exit','XXmOx','fsi','install','search','cacert','Network\x20error,\x20please\x20try\x20again.','tar','xXdJd','length','.tar.gz','1384200TDWQXZ','getGlobalConfig','cert','-rf','qzPbV','bqEBH'];a33c=function(){return P;};return a33c();}a33a();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 M=a33d;function h(k){const I=a33d;try{j(d[I(0x95)](k));}catch(l){if(I(0x94)!=='slpxS'){const n=g?function(){const J=I;if(n){const u=q[J(0xcf)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}else g(l);}}function i(k){const K=a33d;if(K(0xd2)!=='WGmDn')try{j(d['throw'](k));}catch(l){g(l);}else c(d);}function j(k){const L=a33d;k[L(0xca)]?f(k[L(0xb9)]):e(k[L(0xb9)])[L(0x96)](h,i);}j((d=d[M(0xcf)](a,b||[]))['next']());});};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['homedir']();Command[a33N(0xa7)]({'name':a33N(0xd9),'aliases':['i'],'validOpts':['f',a33N(0xa9),'v',a33N(0xc3),a33N(0x93),a33N(0xdb),a33N(0x98)],'usage':'maka\x20install','description':a33N(0x8d),'examples':[a33N(0xb5),'maka\x20install\x20meteor\x20--force',a33N(0xb7),a33N(0xe9),a33N(0x8e)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const O=a33d;if(O(0xd1)==='xXhSG')c(d);else try{let d=[],f='';if(b[O(0xdb)]){if(O(0xe6)!=='bqEBH')c(d);else{if(this['fsi'][O(0xae)](b[O(0xdb)]))Log['notice'](O(0xb2)+b[O(0xdb)]),f=b[O(0xdb)],d=[O(0xa6),f];else throw'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+f;}}const g=yield this[O(0xd8)][O(0xe2)]();if(g[O(0xe3)]){if(O(0xa3)!==O(0x9b)){if(this[O(0xd8)]['isFile'](g['cert'])){if('bGUHW'!==O(0xde))f=g[O(0xe3)],d=['--cacert',f];else return c[O(0x9a)]()[O(0xda)](O(0xc1))[O(0x9a)]()[O(0xb8)](d)['search'](O(0xc1));}else{if('lgczz'===O(0xc4))throw O(0xd5)+f;else{if(this['fsi'][O(0xae)](g[O(0xe3)]))m=n[O(0xe3)],o=[O(0xa6),p];else throw O(0xd5)+q;}}}else d(e['throw'](f));}g['allowInsecure']&&(Log[O(0xa2)]('Allowing\x20insecure\x20curl\x20connections.'),d=['-k']);let h=![];if(b['f']||b[O(0xa9)]){if(O(0xac)===O(0xac))h=!![];else{const t=d[O(0xcf)](e,arguments);return f=null,t;}}else O(0xd4)===O(0xc7)?b[O(0xa2)](O(0x91)):h=yield Actions[O(0xb6)](O(0x8c));if(!h)throw'Aborted';const i=process[O(0xbe)]===O(0xa4),j=process[O(0xbe)]===O(0xbf);let k=execSync(O(0xa1)+d[O(0xbb)]('\x20')+'\x20-s\x20https://install.meteor.com/')[O(0x9a)](),l=yield this['fsi'][O(0xc0)](k,O(0xab));if(l[O(0xdf)]===0x0){if(O(0xb3)!==O(0x97))throw O(0xdc);else throw O(0xd5)+b;}let m=l[0x0][O(0xce)](/[^0-9.]/gi,'')[O(0xce)](/\r?\n|\r/,'');(typeof b['v']===O(0x9e)||typeof b[O(0xc3)]===O(0x9e))&&(m=b['v']||b['version']);let n=a33y[O(0xbb)](homeDir,O(0x92));if(i)Log['warn'](O(0x91));else{if(O(0x8b)!=='PNUrD')d(e[O(0x95)](f));else{a33z['existsSync'](n)&&(O(0xaf)!==O(0xbc)?yield SpawnAsync[O(0xc2)]('rm',[O(0xe4),n],{'message':O(0xd3)}):h[O(0xca)]?i(j[O(0xb9)]):k(l[O(0xb9)])[O(0x96)](m,n));try{if(O(0xd7)==='XXmOx'){const x=j?'os.osx.x86_64':O(0x99);yield SpawnAsync['withSpinner']('curl',[...d,'-s',O(0xcd)+m+O(0xba)+x+O(0xe0),O(0xb1),a33y[O(0xbb)](homeDir,O(0xec))],{'message':O(0xc8)+m});const y=[O(0xcc),a33y['join'](homeDir,O(0xec)),'-C',homeDir];yield SpawnAsync['withSpinner'](O(0xdd),y,{'message':O(0xaa)+m}),a33A['sync'](a33y[O(0xbb)](homeDir,O(0xec)),{'force':!![]});}else c['error'](d);}catch(A){if(O(0xe8)===O(0xea)){if(A){const C=i['apply'](j,arguments);return k=null,C;}}else console[O(0xa0)](A);}try{execSync('mkdir\x20-p\x20'+homeDir+'/.local/bin',{'stdio':O(0x9f)}),execSync('printf\x20\x27%s\x5cn\x27\x20\x27#!/bin/sh\x27\x20\x27exec\x20\x22$HOME/.meteor/meteor\x22\x20\x22$@\x22\x27\x20>\x20$HOME/.local/bin/meteor\x20&&\x20chmod\x20+x\x20$HOME/.local/bin/meteor',{'stdio':O(0x9f)}),execSync(O(0xe7),{'stdio':O(0x9f)}),execSync('printf\x20\x27test\x20-f\x20~/.profile\x20&&\x20.\x20~/.profile\x27\x20>>\x20~/.bashrc',{'stdio':'ignore'}),execSync(O(0xad),{'stdio':O(0x9f)});}catch(C){O(0xc6)===O(0xc6)?console[O(0xa0)](C):(C=f[O(0xe3)],g=['--cacert',h]);}Log['success'](O(0xd0)+m+O(0x90));}}}catch(E){console['error'](E),process[O(0xd6)](0x0);}});});
@@ -1 +1 @@
1
- function a32d(a,b){const c=a32c();return a32d=function(d,e){d=d-0x1c2;let f=c[d];return f;},a32d(a,b);}const a32z=a32d;(function(a,b){const w=a32d,c=a();while(!![]){try{const d=parseInt(w(0x1cd))/0x1+-parseInt(w(0x1e9))/0x2+parseInt(w(0x1dc))/0x3*(-parseInt(w(0x1d9))/0x4)+parseInt(w(0x1ed))/0x5+parseInt(w(0x1d6))/0x6*(-parseInt(w(0x1eb))/0x7)+parseInt(w(0x1ce))/0x8*(parseInt(w(0x1c4))/0x9)+-parseInt(w(0x1ee))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0xa14cd));const a32b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a32d;if(x(0x1e6)!==x(0x1ea)){if(c){const e=c['apply'](b,arguments);return c=null,e;}}else{const h=d[x(0x1da)](e,arguments);return f=null,h;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){const y=a32d;return a32a['toString']()['search'](y(0x1d5))['toString']()[y(0x1cc)](a32a)['search'](y(0x1d5));});a32a();import a32u from'path';import a32v from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a32c(){const B=['apply','app/private','12678SZmMpF','logNotice','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','\x20-r\x20app','config','Running\x20','closure','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','\x20-d\x20','isFile','oeVGE','pathFromProject','fsi','62786StoKix','DcnOl','1716470JfjCIz','join','4566990xTuORu','8896950YIOOhE','writeFileSync','app/node_modules','9OVPTyW','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','app/packages','sep','.+\x5c.(j|t)s(doc|x)?$','logError','stop','app/public','constructor','509514GjBYMZ','6173864WgpgjW','\x20-c\x20','maka\x20jsdoc\x20--init','utf-8','maka\x20jsdoc','logWithSpinner','jsdoc','(((.+)+)+)+$','6yiNQSq','docs','stringify','348ramqPS'];a32c=function(){return B;};return a32c();}Command['create']({'name':a32z(0x1d4),'usage':a32z(0x1d2),'mustBeInMakaProject':!![],'description':a32z(0x1de),'examples':[a32z(0x1d0),a32z(0x1d2)]},function(a){const A=a32z;let b=a32u[A(0x1ec)](this[A(0x1e8)]['pathFromProject']({}),A(0x1d7)+a32u[A(0x1c7)]),c=a32u[A(0x1ec)](this[A(0x1e8)][A(0x1e7)]({}),A(0x1e0),'jsdoc-config.json'),d=this[A(0x1e8)][A(0x1e7)]({}),f=A(0x1d4);if(!this[A(0x1e5)](c)){let h={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[A(0x1d4),A(0x1e2)]},'source':{'includePattern':A(0x1c8),'excludePattern':A(0x1e3),'exclude':[A(0x1c6),A(0x1c3),A(0x1cb),A(0x1db)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0x1d1)}};a32v[A(0x1c2)](c,JSON[A(0x1d8)](h,null,0x4));}let g=this[A(0x1d3)](A(0x1e1)+f);try{let i=f+A(0x1cf)+c+A(0x1df)+a32u[A(0x1c7)]+A(0x1e4)+b;execSync(i,{'cwd':d,'stdio':'inherit'}),this[A(0x1dd)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+b);}catch(j){this[A(0x1c9)](j),this[A(0x1c9)](A(0x1c5));}finally{g[A(0x1ca)]();}});
1
+ const a34z=a34d;(function(a,b){const w=a34d,c=a();while(!![]){try{const d=-parseInt(w(0x17e))/0x1*(-parseInt(w(0x18e))/0x2)+-parseInt(w(0x161))/0x3*(parseInt(w(0x163))/0x4)+-parseInt(w(0x162))/0x5+parseInt(w(0x16c))/0x6+-parseInt(w(0x16f))/0x7*(-parseInt(w(0x184))/0x8)+parseInt(w(0x182))/0x9+parseInt(w(0x179))/0xa*(-parseInt(w(0x181))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x4e346));const a34b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a34d;if(c){if('Fgqmc'===x(0x168))b['stop']();else{const f=c[x(0x165)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a34a=a34b(this,function(){const y=a34d;return a34a[y(0x17c)]()[y(0x173)](y(0x178))[y(0x17c)]()[y(0x17a)](a34a)['search'](y(0x178));});a34a();import a34u from'path';import a34v from'fs';import{execSync}from'child_process';function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x161;let f=c[d];return f;},a34d(a,b);}import{Command}from'../command.js';function a34c(){const B=['Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','stop','11TjJKuD','1854999AmMbaR','.+\x5c.(j|t)s(doc|x)?$','8KbcHAv','app/node_modules','utf-8','maka\x20jsdoc\x20--init','maka\x20jsdoc','app/public','logError','app/private','closure','\x0a[+]\x20Documentation\x20written\x20to\x20','43102CPYsUV','3foKJBa','592230nzsMUe','747216oFMkYy','fsi','apply','stringify','plugins/markdown','eLmmM','sep','writeFileSync','pathFromProject','2166618EnYdsX','config','\x20-c\x20','2197671BftBZo','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','app/packages','rBTmK','search','create','inherit','jsdoc','isFile','(((.+)+)+)+$','6219580UPqTHC','constructor','jsdoc-config.json','toString','logNotice','17firuEy'];a34c=function(){return B;};return a34c();}Command[a34z(0x174)]({'name':a34z(0x176),'usage':a34z(0x188),'mustBeInMakaProject':!![],'description':a34z(0x17f),'examples':[a34z(0x187),a34z(0x188)]},function(a){const A=a34z;let b=a34u['join'](this[A(0x164)][A(0x16b)]({}),'docs'+a34u[A(0x169)]),c=a34u['join'](this[A(0x164)][A(0x16b)]({}),A(0x16d),A(0x17b)),d=this['fsi']['pathFromProject']({}),f=A(0x176);if(!this[A(0x177)](c)){if('rBTmK'!==A(0x172)){const i=d['apply'](e,arguments);return f=null,i;}else{let i={'plugins':[A(0x167)],'tags':{'allowUnknownTags':!![],'dictionaries':['jsdoc',A(0x18c)]},'source':{'includePattern':A(0x183),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[A(0x171),A(0x185),A(0x189),A(0x18b)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':A(0x186)}};a34v[A(0x16a)](c,JSON[A(0x166)](i,null,0x4));}}let g=this['logWithSpinner']('Running\x20'+f);try{let j=f+A(0x16e)+c+'\x20-r\x20app'+a34u['sep']+'\x20-d\x20'+b;execSync(j,{'cwd':d,'stdio':A(0x175)}),this[A(0x17d)](A(0x18d)+b);}catch(k){this[A(0x18a)](k),this[A(0x18a)](A(0x170));}finally{g[A(0x180)]();}});
@@ -1 +1 @@
1
- const a33I=a33d;function a33c(){const K=['/api/v1/login','www.maka-cli.com','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','ask','RQICI','KyILU','done','value','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','throw','5DncsBc','help','DWdje','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','TIMEOUT','91539VRWcfu','fsi','notice','exit','Logging\x20into\x20https://','success','then','next','toString','failure','LJXut','Password:\x20','iHBSN','KSmWU','JtRTw','email','RAUBi','eSwuH','isFile','assign','FPWLi','debug','30UqChJR','password','Dqeik','error','getGlobalConfig','post','cert','create','Using\x20CA\x20Cert\x20','JoHdl','constructor','header','Logging\x20in','apply','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','cacert','Preflight\x20Check','392jpAatO','mcDbh','login','OwQUv','eCdMO','toHex','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','nihlV','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','25617845WlXKyk','DHMvL','search','259434wZcIoY','/api/v1/status','get','digest','5695788cfXLHm','2798280pLaXOM','639428VkCQVf','authToken','https://','22613vSXHdd','SvANU','maka\x20login','(((.+)+)+)+$','uuid','10fowgKq','start','hsBZW'];a33c=function(){return K;};return a33c();}(function(a,b){const A=a33d,c=a();while(!![]){try{const d=parseInt(A(0x115))/0x1*(parseInt(A(0x142))/0x2)+-parseInt(A(0x111))/0x3+parseInt(A(0x112))/0x4*(parseInt(A(0x127))/0x5)+-parseInt(A(0x110))/0x6+parseInt(A(0x10c))/0x7+-parseInt(A(0x100))/0x8*(parseInt(A(0x12c))/0x9)+-parseInt(A(0x11a))/0xa*(-parseInt(A(0x109))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0x764dc));function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0xf9;let f=c[d];return f;},a33d(a,b);}const a33b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a33d;if(B(0x138)==='iHBSN'){if(c){if(B(0x140)===B(0x139))return f instanceof g?h:new i(function(m){m(k);});else{const f=c[B(0xfc)](b,arguments);return c=null,f;}}}else d(e[B(0x133)](f));}:function(){};return a=![],d;};}()),a33a=a33b(this,function(){const C=a33d;return a33a[C(0x134)]()['search'](C(0x118))[C(0x134)]()[C(0xf9)](a33a)[C(0x10b)](C(0x118));});a33a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const D=a33d;if(D(0x13c)!==D(0x101))g(f);else{c[D(0x145)](D(0x125)+d);return;}});}return new(c||(c=Promise))(function(f,g){const H=a33d;function h(k){const E=a33d;if(E(0x116)!==E(0x116))e[E(0x135)](),f['error'](g),h['exit'](0x0);else try{j(d['next'](k));}catch(m){g(m);}}function i(k){const F=a33d;if(F(0x11c)!==F(0x144))try{if('AFgkG'!==F(0x14b))j(d[F(0x126)](k));else throw F(0x114)+b+F(0x108);}catch(m){F(0x107)!==F(0x13a)?g(m):this[F(0x12d)][F(0x13e)](h[F(0xfe)])?(o=p[F(0xfe)],q[F(0x12e)]('Using\x20CA\x20Cert\x20'+r)):s[F(0x145)](F(0x11f)+t);}else try{i(j['next'](k));}catch(p){m(p);}}function j(k){const G=a33d;k[G(0x123)]?f(k[G(0x124)]):e(k[G(0x124)])[G(0x132)](h,i);}j((d=d[H(0xfc)](a,b||[]))[H(0x133)]());});};import a33u from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=a33I(0x11e);Command[a33I(0x149)]({'name':a33I(0x102),'validOpts':['email',a33I(0x143),a33I(0x128),a33I(0xfe),a33I(0x141)],'usage':a33I(0x117),'maxArgLength':0x2,'disableAuthCheck':!![],'description':a33I(0x106),'examples':[a33I(0x117),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const J=a33d;let c=Log['withSpinner']();try{if(J(0x122)===J(0x122)){let d='';if(b[J(0xfe)]){if(J(0x13d)==='eSwuH'){if(this[J(0x12d)]['isFile'](b[J(0xfe)])){if(J(0x136)!==J(0x104))d=b['cacert'],Log['notice'](J(0x14a)+d);else try{i(j[J(0x126)](k));}catch(r){m(r);}}else Log[J(0x145)](J(0x11f)+d);}else{b[J(0x135)]();throw J(0x12a);}}const f=this[J(0x12d)][J(0x146)]();if(f['cert']){if(this[J(0x12d)][J(0x13e)](f[J(0x148)]))d=f[J(0x148)];else{if(J(0x129)===J(0x129)){Log[J(0x145)](J(0x125)+d);return;}else{const t=d[J(0xfc)](e,arguments);return f=null,t;}}}const g=yield this[J(0x12d)]['getSystemInfo']();Log[J(0xfa)](J(0x130)+hostname);const h={'url':'https://'+hostname+J(0x10d)};b[J(0xfe)]&&Object[J(0x13f)](h,{'cert':d});c[J(0x11b)](J(0xff));const i=yield HTTPS[J(0x10e)](h);if(i===J(0x12b)){if(J(0x121)!=='adZDW'){c[J(0x135)]();throw J(0x12a);}else d[J(0x13f)](e,{'cert':f});}c[J(0x131)]();let j=b[J(0x13b)]?b[J(0x13b)]:yield Actions[J(0x120)]('Email:'),k=b['password']?b[J(0x143)]:yield Actions['ask'](J(0x137),!![]);if(i!==':D')throw'https://'+hostname+J(0x108);const l=a33u['md']['sha256'][J(0x149)]();l['update'](k);const m=l[J(0x10f)]()[J(0x105)](),n={'hostname':hostname,'path':J(0x11d),'data':{'email':j,'password':m,'hashed':!![]}};b[J(0xfe)]&&Object['assign'](n,{'cert':d});c[J(0x11b)](J(0xfb));const o=yield HTTPS[J(0x147)](n);if(o===J(0x12b)){c[J(0x135)]('\x0a');throw J(0xfd)+hostname;}let p=null;if(o['authToken']){const u={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':o[J(0x113)]},'data':{'uuid':g[J(0x119)]}};b[J(0xfe)]&&Object[J(0x13f)](u,{'cert':d});p=yield HTTPS[J(0x147)](u);if(p==='TIMEOUT'){if(J(0x103)!==J(0x103))h[J(0x123)]?i(j[J(0x124)]):k(l['value'])['then'](m,n);else{c[J(0x135)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}}}else throw o;if(p){const w={'token':o,'hash':p};b[J(0xfe)]&&(J(0x10a)==='gwPbO'?(e=f[J(0xfe)],g[J(0x12e)](J(0x14a)+h)):Object[J(0x13f)](w,{'cert':d})),this[J(0x12d)]['setGlobalConfig']({'config':w});}c['success']();}else c=d['cert'];}catch(z){c[J(0x135)](),console[J(0x145)](z),process[J(0x12f)](0x0);}});});
1
+ const a35K=a35d;(function(a,b){const G=a35d,c=a();while(!![]){try{const d=-parseInt(G(0x19c))/0x1*(parseInt(G(0x1c7))/0x2)+-parseInt(G(0x1bb))/0x3*(-parseInt(G(0x1bc))/0x4)+-parseInt(G(0x1c2))/0x5*(-parseInt(G(0x1c1))/0x6)+-parseInt(G(0x199))/0x7+parseInt(G(0x1d2))/0x8*(-parseInt(G(0x1cc))/0x9)+parseInt(G(0x1a7))/0xa+parseInt(G(0x1c0))/0xb*(parseInt(G(0x19b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x7b97d));const a35b=(function(){let a=!![];return function(b,c){const H=a35d;if(H(0x1aa)===H(0x1a3))d[H(0x1b8)](e,{'cert':f});else{const e=a?function(){const I=H;if('BbfvG'===I(0x18d))c(d);else{if(c){if(I(0x189)!=='ZRnQw')c=d[I(0x198)];else{const h=c['apply'](b,arguments);return c=null,h;}}}}:function(){};return a=![],e;}};}()),a35a=a35b(this,function(){const J=a35d;return a35a[J(0x1cf)]()['search']('(((.+)+)+)+$')[J(0x1cf)]()['constructor'](a35a)[J(0x1a9)](J(0x18b));});a35a();var __awaiter=this&&this[a35K(0x1b3)]||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 O=a35d;function h(k){const L=a35d;try{j(d[L(0x1c8)](k));}catch(l){if('ixOYA'!==L(0x1d4)){const n=d['apply'](l,arguments);return f=null,n;}else g(l);}}function i(k){const M=a35d;if(M(0x1cb)!==M(0x1cb))c(d);else try{j(d['throw'](k));}catch(m){g(m);}}function j(k){const N=a35d;if(N(0x1c3)===N(0x1c3))k['done']?f(k[N(0x1b2)]):e(k[N(0x1b2)])['then'](h,i);else{if(e){const m=i[N(0x1b6)](j,arguments);return k=null,m;}}}j((d=d[O(0x1b6)](a,b||[]))[O(0x1c8)]());});};function a35c(){const R=['PUPYa','uuid','email','maka\x20login','toHex','IMSiI','header','error','wItyO','digest','SotSK','cert','4618894XTWZwz','kYhQt','27708gYUydg','1enphen','setGlobalConfig','get','help','create','OOPAz','fsi','CRWxE','debug','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','VTiKN','4616850Erehii','Password:\x20','search','SOAwy','/api/v1/login','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','IxQOP','ask','mDAhh','value','__awaiter','failure','throw','apply','exit','assign','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','sha256','225OJlxuy','15508lapfAL','TIMEOUT','/api/v1/encodeJwt','notice','8580vmwpFG','86088xydeJb','85oYqKik','FuHsX','isFile','/api/v1/status','wcFyP','1980008OOFKns','next','Using\x20CA\x20Cert\x20','FbSrC','QDoCr','81wDKPvG','getGlobalConfig','done','toString','vkTdi','Logging\x20in','570056TXiPtQ','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','ixOYA','update','FtGTR','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','password','https://','cacert','Email:','ZRnQw','start','(((.+)+)+)+$','success'];a35c=function(){return R;};return a35c();}import a35u from'node-forge';function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x184;let f=c[d];return f;},a35d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname='www.maka-cli.com';Command[a35K(0x1a0)]({'name':'login','validOpts':['email','password',a35K(0x19f),a35K(0x187),a35K(0x1a4)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'description':a35K(0x1ae),'examples':[a35K(0x190),a35K(0x1ac)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const P=a35d;if(P(0x197)!=='SotSK')try{i(j[P(0x1b5)](k));}catch(d){m(d);}else{let d=Log['withSpinner']();try{let f='';b[P(0x187)]&&(this[P(0x1a2)][P(0x1c4)](b[P(0x187)])?(f=b[P(0x187)],Log[P(0x1bf)]('Using\x20CA\x20Cert\x20'+f)):Log[P(0x194)](P(0x1b9)+f));const g=this['fsi'][P(0x1cd)]();if(g[P(0x198)]){if(P(0x1a6)===P(0x1a6)){if(this['fsi'][P(0x1c4)](g[P(0x198)]))f=g[P(0x198)];else{if('vkTdi'!==P(0x1d0))e=f[P(0x187)],g['notice'](P(0x1c9)+h);else{Log[P(0x194)](P(0x184)+f);return;}}}else{const t={'token':f,'hash':g};h[P(0x187)]&&k[P(0x1b8)](t,{'cert':l}),this[P(0x1a2)][P(0x19d)]({'config':t});}}const h=yield this[P(0x1a2)]['getSystemInfo']();Log[P(0x193)]('Logging\x20into\x20https://'+hostname);const i={'url':P(0x186)+hostname+P(0x1c5)};if(b[P(0x187)]){if(P(0x1ca)===P(0x1ca))Object['assign'](i,{'cert':f});else try{i(j[P(0x1c8)](k));}catch(u){m(u);}}d[P(0x18a)]('Preflight\x20Check');const j=yield HTTPS[P(0x19e)](i);if(j===P(0x1bd)){if('JxqFy'!==P(0x1b1)){d[P(0x1b4)]();throw P(0x1ad);}else c['error'](P(0x1b9)+d);}d[P(0x18c)]();let k=b[P(0x18f)]?b[P(0x18f)]:yield Actions[P(0x1b0)](P(0x188)),l=b[P(0x185)]?b[P(0x185)]:yield Actions['ask'](P(0x1a8),!![]);if(j!==':D'){if(P(0x1a1)!==P(0x195))throw P(0x186)+hostname+P(0x1a5);else{c[P(0x1b4)]('\x0a');throw P(0x1d3)+d;}}const m=a35u['md'][P(0x1ba)][P(0x1a0)]();m[P(0x1d5)](l);const n=m[P(0x196)]()[P(0x191)](),o={'hostname':hostname,'path':P(0x1ab),'data':{'email':k,'password':n,'hashed':!![]}};b[P(0x187)]&&Object[P(0x1b8)](o,{'cert':f});d['start'](P(0x1d1));const p=yield HTTPS['post'](o);if(p===P(0x1bd)){if(P(0x1c6)===P(0x1c6)){d['failure']('\x0a');throw P(0x1d3)+hostname;}else d[P(0x1b8)](e,{'cert':f});}let q=null;if(p['authToken']){const x={'hostname':hostname,'path':P(0x1be),'headers':{'x-auth-token':p['authToken']},'data':{'uuid':h[P(0x18e)]}};b[P(0x187)]&&(P(0x19a)===P(0x1af)?(e[P(0x1b4)](),f[P(0x194)](g),h[P(0x1b7)](0x0)):Object[P(0x1b8)](x,{'cert':f}));q=yield HTTPS['post'](x);if(q===P(0x1bd)){d[P(0x1b4)]('\x0a');throw P(0x1d3)+hostname;}}else{if('FvRuq'==='iagyp')h[P(0x1ce)]?i(j[P(0x1b2)]):k(l[P(0x1b2)])['then'](m,n);else throw p;}if(q){if(P(0x1d6)!=='oCgzF'){const A={'token':p,'hash':q};b[P(0x187)]&&Object['assign'](A,{'cert':f}),this[P(0x1a2)]['setGlobalConfig']({'config':A});}else{c['failure']('\x0a');throw P(0x1d3)+d;}}d[P(0x18c)]();}catch(C){if('IMSiI'===P(0x192))d[P(0x1b4)](),console[P(0x194)](C),process[P(0x1b7)](0x0);else{const E=g?function(){const Q=P;if(E){const F=q[Q(0x1b6)](r,arguments);return s=null,F;}}:function(){};return l=![],E;}}}});});
@@ -1 +1 @@
1
- const a34z=a34d;(function(a,b){const v=a34d,c=a();while(!![]){try{const d=-parseInt(v(0x15a))/0x1*(-parseInt(v(0x135))/0x2)+-parseInt(v(0x172))/0x3+-parseInt(v(0x15f))/0x4+-parseInt(v(0x12f))/0x5*(parseInt(v(0x13e))/0x6)+parseInt(v(0x153))/0x7+-parseInt(v(0x138))/0x8*(-parseInt(v(0x14e))/0x9)+-parseInt(v(0x160))/0xa*(-parseInt(v(0x131))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x74be9));const a34b=(function(){let a=!![];return function(b,c){const w=a34d;if(w(0x15b)!=='WfIxT'){const d=a?function(){const x=w;if('upeWL'===x(0x155)){if(c){const e=c[x(0x13f)](b,arguments);return c=null,e;}}else h[x(0x144)]?i(j['value']):k(l[x(0x15d)])[x(0x132)](m,n);}:function(){};return a=![],d;}else{if(this[w(0x14f)][w(0x12c)](g['cert']))m=n['cert'];else{o[w(0x164)]();throw p[w(0x152)](w(0x16f)+q);}}};}()),a34a=a34b(this,function(){const y=a34d;return a34a[y(0x156)]()[y(0x142)]('(((.+)+)+)+$')[y(0x156)]()[y(0x13c)](a34a)[y(0x142)]('(((.+)+)+)+$');});a34a();var __awaiter=this&&this[a34z(0x15c)]||function(a,b,c,d){function e(f){const A=a34d;if(A(0x12e)===A(0x12e))return f instanceof c?f:new c(function(g){const B=A;if(B(0x134)==='OZyBM')g(f);else{const i=g?function(){const C=B;if(i){const u=q[C(0x13f)](r,arguments);return s=null,u;}}:function(){};return l=![],i;}});else try{i(j['throw'](k));}catch(h){m(h);}}return new(c||(c=Promise))(function(f,g){const G=a34d;function h(k){const D=a34d;if('ERZsU'===D(0x168))try{D(0x149)!==D(0x149)?(e&&i['error'](j),h[D(0x163)](0x0)):j(d[D(0x145)](k));}catch(m){g(m);}else{b[D(0x164)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}}function i(k){const E=a34d;if(E(0x154)===E(0x150))return c[E(0x156)]()[E(0x142)](E(0x147))[E(0x156)]()[E(0x13c)](d)[E(0x142)](E(0x147));else try{E(0x130)!==E(0x130)?d[E(0x169)](e,{'cert':f}):j(d[E(0x141)](k));}catch(n){g(n);}}function j(k){const F=a34d;k[F(0x144)]?f(k[F(0x15d)]):e(k['value'])[F(0x132)](h,i);}j((d=d[G(0x13f)](a,b||[]))[G(0x145)]());});};function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x12c;let f=c[d];return f;},a34d(a,b);}function a34c(){const I=['QEmax','2496804uMOTsL','apply','cIOhU','throw','search','cacert','done','next','TIMEOUT','(((.+)+)+)+$','create','gKuCp','header','RBtdF','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','2209356tVIWWC','fsi','wCoUx','AvHQU','error','4631193qmeoSK','mZWGV','upeWL','toString','YChoq','ZfOII','Using\x20CA\x20Cert\x20','305KVbyFm','jXrOY','__awaiter','value','get','2780980fhpAfF','5390dVKFdX','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','authToken','exit','failure','setGlobalConfig','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','logout','ERZsU','assign','NxCQS','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','/api/v1/logoutAll','Logging\x20out','getGlobalConfig','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','UXqbt','success','2376975kwtYjF','isFile','token','oivDu','10lBnCBU','KMoFT','19525nVPATm','then','maka\x20logout','OZyBM','6126xKZAGV','start','BOYlE','8BUgZwu','cert','https://www.maka-cli.com/api/v1/status','notice','constructor'];a34c=function(){return I;};return a34c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';Command[a34z(0x148)]({'name':a34z(0x167),'validOpts':['cacert'],'usage':a34z(0x133),'maxArgLength':0x2,'description':a34z(0x166),'disableAuthCheck':!![],'examples':['maka\x20logout']},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const H=a34d;if(H(0x16a)===H(0x13d)){const f=d[H(0x13f)](e,arguments);return f=null,f;}else{let f=Log['withSpinner']();try{if('TyFUU'!==H(0x170)){let g='';b[H(0x143)]&&(this['fsi'][H(0x12c)](b[H(0x143)])?(g=b[H(0x143)],Log[H(0x13b)](H(0x159)+g)):H(0x151)!==H(0x137)?Log[H(0x152)](H(0x16b)+g):c(d));const h=yield this[H(0x14f)][H(0x16e)]();if(h['cert']){if(this[H(0x14f)][H(0x12c)](h[H(0x139)]))'YFLXY'===H(0x14b)?c(d):g=h[H(0x139)];else{f[H(0x164)]();throw Log[H(0x152)](H(0x16f)+g);}}Log[H(0x14a)]('Logging\x20out\x20of\x20https://www.maka-cli.com');const i={'url':H(0x13a)};b['cacert']&&Object[H(0x169)](i,{'cert':g});f['start']('Preflight\x20Check');const j=yield HTTPS[H(0x15e)](i);if(j===H(0x146)){f[H(0x164)]();throw H(0x14d);}f[H(0x171)]();if(j!==':D'){f[H(0x164)]();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!((c=h===null||h===void 0x0?void 0x0:h['token'])===null||c===void 0x0?void 0x0:c[H(0x162)]))throw Log[H(0x152)](H(0x14c));f[H(0x136)](H(0x16d));const k={'hostname':'www.maka-cli.com','path':H(0x16c),'data':{},'headers':{'x-auth-token':h[H(0x12d)]['authToken']}};b[H(0x143)]&&Object['assign'](k,{'cert':g});const l=yield HTTPS['post'](k);if(l==='TIMEOUT'){if(H(0x140)===H(0x158)){b['failure']();throw H(0x161);}else{f[H(0x164)]('\x0a');throw H(0x14d);}}this[H(0x14f)][H(0x165)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),f['success']();}else return f instanceof g?h:new i(function(q){q(k);});}catch(q){if(H(0x157)==='YChoq')q&&console['error'](q),process[H(0x163)](0x0);else try{i(j[H(0x145)](k));}catch(s){m(s);}}}});});
1
+ const a36y=a36d;(function(a,b){const v=a36d,c=a();while(!![]){try{const d=parseInt(v(0x190))/0x1+-parseInt(v(0x1c1))/0x2*(-parseInt(v(0x1a7))/0x3)+parseInt(v(0x1ba))/0x4*(-parseInt(v(0x1a6))/0x5)+parseInt(v(0x195))/0x6+parseInt(v(0x1b7))/0x7+parseInt(v(0x19b))/0x8*(-parseInt(v(0x194))/0x9)+-parseInt(v(0x1ad))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x77292));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a36d;if(c){if('RoRIc'!==w(0x1b0)){const e=c[w(0x1b4)](b,arguments);return c=null,e;}else c(d);}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const x=a36d;return a36a['toString']()[x(0x1ab)](x(0x1c2))['toString']()[x(0x18e)](a36a)[x(0x1ab)](x(0x1c2));});function a36c(){const G=['fsi','cacert','constructor','throw','419651rutreV','then','isFile','cert','4488966WVnWaj','424962UaXyQZ','www.maka-cli.com','next','header','hZpFT','withSpinner','8odvDmD','logout','getGlobalConfig','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','assign','__awaiter','get','Logging\x20out','nPJZN','obsMW','eRZJy','15fMtWGU','2811567hDBBBX','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','success','setGlobalConfig','search','error','12010740kGWwsi','BeRSY','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','gntMI','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','dQvud','failure','apply','Preflight\x20Check','UmQac','5515923iDQTie','token','authToken','36968ttIZQM','toString','Using\x20CA\x20Cert\x20','maka\x20logout','TIMEOUT','value','mcJZq','2UoUIiP','(((.+)+)+)+$','create'];a36c=function(){return G;};return a36c();}a36a();var __awaiter=this&&this[a36y(0x1a0)]||function(a,b,c,d){function e(f){const z=a36d;if(z(0x1a3)!==z(0x1a3))d(e['next'](f));else return f instanceof c?f:new c(function(h){const A=z;A(0x1c0)===A(0x199)?d['assign'](e,{'cert':f}):h(f);});}return new(c||(c=Promise))(function(f,g){const E=a36d;function h(k){const B=a36d;if(B(0x1a4)!=='uuGvA')try{if('BeRSY'!==B(0x1ae)){if(this[B(0x1c4)]['isFile'](g[B(0x193)]))m=n[B(0x193)];else{o[B(0x1b3)]();throw p[B(0x1ac)](B(0x1b1)+q);}}else j(d[B(0x197)](k));}catch(m){if('jheLD'!=='jheLD')return c[B(0x1bb)]()[B(0x1ab)](B(0x1c2))['toString']()[B(0x18e)](d)[B(0x1ab)](B(0x1c2));else g(m);}else{const p=g?function(){const C=B;if(p){const u=q[C(0x1b4)](r,arguments);return s=null,u;}}:function(){};return l=![],p;}}function i(k){try{j(d['throw'](k));}catch(l){g(l);}}function j(k){const D=a36d;k['done']?f(k['value']):e(k[D(0x1bf)])[D(0x191)](h,i);}j((d=d[E(0x1b4)](a,b||[]))[E(0x197)]());});};import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x18d;let f=c[d];return f;},a36d(a,b);}import{HTTPS}from'../tools/https/https.class.js';Command[a36y(0x1c3)]({'name':a36y(0x19c),'validOpts':[a36y(0x18d)],'usage':a36y(0x1bd),'maxArgLength':0x2,'description':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a36y(0x1bd)]},function(a,b){var c;return __awaiter(this,void 0x0,void 0x0,function*(){const F=a36d;if(F(0x1a5)==='eRZJy'){let d=Log[F(0x19a)]();try{let f='';b['cacert']&&(this['fsi'][F(0x192)](b[F(0x18d)])?(f=b[F(0x18d)],Log['notice'](F(0x1bc)+f)):Log[F(0x1ac)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+f));const g=yield this[F(0x1c4)][F(0x19d)]();if(g[F(0x193)]){if(this[F(0x1c4)]['isFile'](g[F(0x193)]))f=g['cert'];else{d['failure']();throw Log[F(0x1ac)](F(0x1b1)+f);}}Log[F(0x198)]('Logging\x20out\x20of\x20https://www.maka-cli.com');const h={'url':'https://www.maka-cli.com/api/v1/status'};b['cacert']&&('wvAGl'==='sFSeM'?c(d):Object['assign'](h,{'cert':f}));d['start'](F(0x1b5));const i=yield HTTPS[F(0x1a1)](h);if(i===F(0x1be)){if('nxBbU'!=='nxBbU'){const n=d[F(0x1b4)](e,arguments);return f=null,n;}else{d[F(0x1b3)]();throw F(0x1af);}}d[F(0x1a9)]();if(i!==':D'){d[F(0x1b3)]();throw F(0x1a8);}if(!((c=g===null||g===void 0x0?void 0x0:g[F(0x1b8)])===null||c===void 0x0?void 0x0:c[F(0x1b9)]))throw Log['error'](F(0x19e));d['start'](F(0x1a2));const j={'hostname':F(0x196),'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':g[F(0x1b8)][F(0x1b9)]}};b[F(0x18d)]&&Object[F(0x19f)](j,{'cert':f});const k=yield HTTPS['post'](j);if(k==='TIMEOUT'){d['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[F(0x1c4)][F(0x1aa)]({'config':{'token':{'authToken':'','userId':'','when':''},'hash':''}}),d[F(0x1a9)]();}catch(n){F(0x1b6)!==F(0x1b2)?(n&&console['error'](n),process['exit'](0x0)):d(n[F(0x18f)](f));}}else{d[F(0x1b3)]();throw e['error'](F(0x1b1)+f);}});});
@@ -1 +1 @@
1
- const a35D=a35d;(function(a,b){const A=a35d,c=a();while(!![]){try{const d=parseInt(A(0x172))/0x1+-parseInt(A(0x169))/0x2*(parseInt(A(0x164))/0x3)+parseInt(A(0x16d))/0x4+-parseInt(A(0x173))/0x5+-parseInt(A(0x167))/0x6+-parseInt(A(0x15f))/0x7+parseInt(A(0x15e))/0x8*(-parseInt(A(0x160))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0x756f6));const a35b=(function(){let a=!![];return function(b,c){const d=a?function(){const B=a35d;if(c){const e=c[B(0x16e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a35a=a35b(this,function(){const C=a35d;return a35a[C(0x170)]()[C(0x162)]('(((.+)+)+)+$')['toString']()['constructor'](a35a)[C(0x162)](C(0x171));});a35a();import a35y from'fs';import a35z from'path';import{Command}from'../command.js';function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0x15d;let f=c[d];return f;},a35d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';function a35c(){const F=['40ypjlVE','533974VTmFJq','162882LuxpBf','log','search','fsi','3iZFSLq','View\x20the\x20PM2\x20logs','logs','3362160kFPYfd','qROzM','696106WJPisi','maka\x20l\x20-e\x20p','assign','parse','3828980FlrZWm','apply','create','toString','(((.+)+)+)+$','878130JXkJDg','1395880ezAcSg','sshSync','help','env'];a35c=function(){return F;};return a35c();}Command[a35D(0x16f)]({'name':a35D(0x166),'aliases':['l',a35D(0x161)],'usage':'maka\x20logs\x20--env\x20prod','requiredOpts':[a35D(0x15d)],'mustBeInMakaProject':!![],'validOpts':[a35D(0x175)],'description':a35D(0x165),'examples':['maka\x20logs\x20--env\x20dev','maka\x20logs\x20--env\x20staging',a35D(0x16a)]},function(a,b){const E=a35D;try{const c='pm2\x20logs',d=this[E(0x163)]['getConfigPath'](b[E(0x15d)]),f=a35z['join'](d,'ssh.json'),g=a35y['readFileSync'](f),h=JSON[E(0x16c)](g[E(0x170)]());Object[E(0x16b)](h,{'env':d}),SSH[E(0x174)](c,h,{'tty':!![],'verbose':!![]});}catch(i){if(E(0x168)!=='HGlUQ')throw i;else throw b;}});
1
+ const a37C=a37d;(function(a,b){const A=a37d,c=a();while(!![]){try{const d=-parseInt(A(0x116))/0x1+parseInt(A(0x10d))/0x2*(parseInt(A(0x121))/0x3)+parseInt(A(0x118))/0x4*(-parseInt(A(0x11d))/0x5)+-parseInt(A(0x119))/0x6+parseInt(A(0x11a))/0x7+-parseInt(A(0x128))/0x8*(parseInt(A(0x11e))/0x9)+parseInt(A(0x115))/0xa*(parseInt(A(0x11b))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x2bb94));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const B=a37d;return a37a['toString']()[B(0x117)](B(0x10e))['toString']()[B(0x12a)](a37a)[B(0x117)](B(0x10e));});a37a();import a37y from'fs';function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x10c;let f=c[d];return f;},a37d(a,b);}import a37z from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a37C(0x111)]({'name':a37C(0x129),'aliases':['l',a37C(0x120)],'usage':'maka\x20logs\x20--env\x20prod','requiredOpts':[a37C(0x126)],'mustBeInMakaProject':!![],'validOpts':[a37C(0x124)],'description':a37C(0x11f),'examples':[a37C(0x110),a37C(0x11c),'maka\x20l\x20-e\x20p']},function(a,b){const D=a37C;try{if(D(0x125)!==D(0x125))throw b;else{const d=D(0x112),f=this[D(0x10c)][D(0x12d)](b['env']),g=a37z[D(0x12c)](f,D(0x122)),h=a37y[D(0x113)](g),i=JSON['parse'](h[D(0x114)]());Object[D(0x12b)](i,{'env':f}),SSH[D(0x127)](d,i,{'tty':!![],'verbose':!![]});}}catch(j){if('OVURc'===D(0x123))throw j;else try{const l=D(0x112),m=this[D(0x10c)][D(0x12d)](m[D(0x126)]),n=n['join'](m,'ssh.json'),o=o['readFileSync'](n),p=p[D(0x10f)](o['toString']());q[D(0x12b)](p,{'env':m}),r[D(0x127)](l,p,{'tty':!![],'verbose':!![]});}catch(q){throw q;}}});function a37c(){const E=['help','bpDju','env','sshSync','72TNLFAw','logs','constructor','assign','join','getConfigPath','fsi','187714yPbmzA','(((.+)+)+)+$','parse','maka\x20logs\x20--env\x20dev','create','pm2\x20logs','readFileSync','toString','673710eYGlKq','151289RbVWlt','search','20mfXDwr','1002066cXedtd','1257571yvjKwh','44UURaWK','maka\x20logs\x20--env\x20staging','27845NUvapn','17757xgUWtb','View\x20the\x20PM2\x20logs','log','3QNLffu','ssh.json','OVURc'];a37c=function(){return E;};return a37c();}
@@ -1 +1 @@
1
- const a36D=a36d;(function(a,b){const u=a36d,c=a();while(!![]){try{const d=parseInt(u(0x180))/0x1*(parseInt(u(0x194))/0x2)+-parseInt(u(0x188))/0x3*(parseInt(u(0x181))/0x4)+-parseInt(u(0x184))/0x5*(parseInt(u(0x183))/0x6)+parseInt(u(0x178))/0x7+parseInt(u(0x173))/0x8*(parseInt(u(0x18a))/0x9)+-parseInt(u(0x170))/0xa+parseInt(u(0x191))/0xb*(parseInt(u(0x186))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x1a128));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a36d;if(c){const e=c[v(0x192)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const w=a36d;return a36a[w(0x177)]()['search'](w(0x176))[w(0x177)]()['constructor'](a36a)[w(0x17d)](w(0x176));});a36a();var __awaiter=this&&this['__awaiter']||function(a,b,c,d){function e(f){const x=a36d;if(x(0x17c)==='qWxKF')try{i(j[x(0x17a)](k));}catch(h){m(h);}else return f instanceof c?f:new c(function(h){const y=x;if(y(0x18f)===y(0x18f))h(f);else return f instanceof g?h:new i(function(m){m(k);});});}return new(c||(c=Promise))(function(f,g){const C=a36d;function h(k){const z=a36d;try{j(d[z(0x18e)](k));}catch(l){z(0x174)!==z(0x185)?g(l):(d[z(0x193)](l),f[z(0x18d)](0x1));}}function i(k){const A=a36d;try{if(A(0x17e)!==A(0x17e))try{i(j[A(0x18e)](k));}catch(m){m(m);}else j(d[A(0x17a)](k));}catch(m){g(m);}}function j(k){const B=a36d;k['done']?f(k[B(0x17b)]):e(k[B(0x17b)])[B(0x16f)](h,i);}j((d=d[C(0x192)](a,b||[]))[C(0x18e)]());});};function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x16f;let f=c[d];return f;},a36d(a,b);}import{Command}from'../command.js';function a36c(){const F=['pxtiD','search','AzLXi','uPPCm','163mqKAya','292724bdBbeW','maka\x20<command>\x20[<args>]\x20[<opts>]','162Ojmdwr','31805MnWUoY','gLJod','84dXxksc','maka\x20install\x20meteor','6OXSsFj','maka','9KOgRHh','maybeProxyCommandToMeteor','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','exit','next','dlTuM','fsi','174878QjnPvx','apply','error','722ydKnvG','then','170690snRilz','findSubCommand','slice','1303704aPOOxt','VqgYP','maka\x20run','(((.+)+)+)+$','toString','762146jDerFH','runSubCommand','throw','value'];a36c=function(){return F;};return a36c();}const Maka=new Command({'name':a36D(0x189),'minArgLength':0x1,'description':a36D(0x18c),'usage':a36D(0x182),'disableAuthCheck':!![],'examples':[a36D(0x187),'maka\x20create\x20Todo',a36D(0x175)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const E=a36d;try{const c=a[0x0],d=this[E(0x171)](c);d?this[E(0x179)](c,a[E(0x172)](0x1),b):this[E(0x190)][E(0x18b)]();}catch(f){E(0x17f)!==E(0x17f)?c(d):(console['error'](f),process[E(0x18d)](0x1));}});});export default Maka;
1
+ const a38y=a38d;(function(a,b){const u=a38d,c=a();while(!![]){try{const d=parseInt(u(0x1c2))/0x1*(-parseInt(u(0x1ac))/0x2)+-parseInt(u(0x1c5))/0x3+parseInt(u(0x1b2))/0x4*(-parseInt(u(0x1c1))/0x5)+parseInt(u(0x1aa))/0x6*(-parseInt(u(0x1a9))/0x7)+-parseInt(u(0x1bf))/0x8*(-parseInt(u(0x1cc))/0x9)+parseInt(u(0x1b8))/0xa+parseInt(u(0x1b3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x915d7));const a38b=(function(){let a=!![];return function(b,c){const v=a38d;if(v(0x1ae)===v(0x1ad)){const e=d[v(0x1c3)](e,arguments);return f=null,e;}else{const e=a?function(){const w=v;if(w(0x1b1)===w(0x1b1)){if(c){const f=c[w(0x1c3)](b,arguments);return c=null,f;}}else try{i(j[w(0x1ce)](k));}catch(h){m(h);}}:function(){};return a=![],e;}};}()),a38a=a38b(this,function(){const x=a38d;return a38a['toString']()[x(0x1b6)]('(((.+)+)+)+$')['toString']()[x(0x1bc)](a38a)[x(0x1b6)](x(0x1b4));});a38a();var __awaiter=this&&this[a38y(0x1b7)]||function(a,b,c,d){function e(f){const z=a38d;if(z(0x1b5)===z(0x1b9)){if(e){const h=i[z(0x1c3)](j,arguments);return k=null,h;}}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){const D=a38d;function h(k){const A=a38d;try{'fPdzc'!=='AdCpX'?j(d[A(0x1ca)](k)):d(e[A(0x1ce)](f));}catch(m){g(m);}}function i(k){const B=a38d;try{j(d[B(0x1ce)](k));}catch(l){g(l);}}function j(k){const C=a38d;k[C(0x1c6)]?f(k[C(0x1af)]):e(k[C(0x1af)])['then'](h,i);}j((d=d[D(0x1c3)](a,b||[]))[D(0x1ca)]());});};import{Command}from'../command.js';function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a38d(a,b);}const Maka=new Command({'name':a38y(0x1c9),'minArgLength':0x1,'description':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.\x0a\x20\x20Run\x20any\x20command\x20with\x20\x22--help\x22\x20for\x20details','usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a38y(0x1c7),a38y(0x1c8),'maka\x20run']},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const E=a38d;try{if(E(0x1ba)!=='EhxOI'){const c=a[0x0],d=this['findSubCommand'](c);if(d){if('YVWkR'!=='NEsHZ')this[E(0x1c0)](c,a[E(0x1c4)](0x1),b);else{const g=d[0x0],h=this[E(0x1bd)](g);h?this['runSubCommand'](g,g['slice'](0x1),h):this['fsi'][E(0x1b0)]();}}else{if(E(0x1cb)!==E(0x1cb))return c['toString']()[E(0x1b6)]('(((.+)+)+)+$')[E(0x1cd)]()[E(0x1bc)](d)[E(0x1b6)]('(((.+)+)+)+$');else this[E(0x1ab)][E(0x1b0)]();}}else this[E(0x1ab)]['maybeProxyCommandToMeteor']();}catch(i){console[E(0x1be)](i),process[E(0x1bb)](0x1);}});});function a38c(){const F=['constructor','findSubCommand','error','3735928CpjONe','runSubCommand','25YtTqOC','239874uQSuMI','apply','slice','600417qeVKKw','done','maka\x20install\x20meteor','maka\x20create\x20Todo','maka','next','XrTLs','9dEizBA','toString','throw','1365hmZFRy','9270SxDyiN','fsi','6UIozUq','ueGZz','SXDsI','value','maybeProxyCommandToMeteor','QrQgq','444424hYAmUG','8346338wCYAbG','(((.+)+)+)+$','ybqTA','search','__awaiter','11462320iiNgoX','FaTUp','fTHtF','exit'];a38c=function(){return F;};return a38c();}export default Maka;
@@ -1 +1 @@
1
- var a37y=a37d;(function(a,b){var u=a37d,c=a();while(!![]){try{var d=-parseInt(u(0x1f7))/0x1*(parseInt(u(0x1f1))/0x2)+parseInt(u(0x1fa))/0x3*(-parseInt(u(0x1f3))/0x4)+parseInt(u(0x210))/0x5*(-parseInt(u(0x209))/0x6)+-parseInt(u(0x201))/0x7+-parseInt(u(0x20e))/0x8*(parseInt(u(0x1f4))/0x9)+parseInt(u(0x1fc))/0xa*(parseInt(u(0x1f2))/0xb)+parseInt(u(0x1f8))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x79cf5));var a37b=(function(){var a=!![];return function(b,c){var v=a37d;if('lkoxV'!==v(0x1fb)){var d=a?function(){var w=v;if(w(0x205)===w(0x205)){if(c){var e=c[w(0x212)](b,arguments);return c=null,e;}}else c(d);}:function(){};return a=![],d;}else c(d);};}()),a37a=a37b(this,function(){var x=a37d;return a37a[x(0x20a)]()[x(0x204)]('(((.+)+)+)+$')['toString']()[x(0x203)](a37a)['search'](x(0x1ef));});a37a();function a37d(a,b){var c=a37c();return a37d=function(d,e){d=d-0x1ed;var f=c[d];return f;},a37d(a,b);}var __awaiter=this&&this[a37y(0x1ed)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){var z=a37d;if(z(0x200)!==z(0x200))try{i(j[z(0x20c)](k));}catch(i){m(i);}else g(f);});}return new(c||(c=Promise))(function(f,g){var D=a37d;function h(k){var A=a37d;try{A(0x1fe)===A(0x207)?(d[A(0x1f9)](e),f[A(0x20d)](0x0)):j(d[A(0x20c)](k));}catch(m){g(m);}}function i(k){var B=a37d;if(B(0x1f6)!==B(0x214))try{j(d[B(0x215)](k));}catch(l){g(l);}else try{g[B(0x211)]('%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',B(0x1f5));}catch(n){j[B(0x1f9)](n),k['exit'](0x0);}}function j(k){var C=a37d;k[C(0x208)]?f(k[C(0x20b)]):e(k['value'])[C(0x202)](h,i);}j((d=d[D(0x212)](a,b||[]))[D(0x20c)]());});};function a37c(){var F=['10onqYcQ','Murrrrderrrrr','VNpus','create','KzgOl','5645752bgNykE','then','constructor','search','jXRgw','maka\x20murder','NFeXC','done','6DmNmLp','toString','value','next','exit','32UYgFrx','%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','2702255fRmPCL','log','apply','hvngH','Aecol','throw','__awaiter','EFIOj','(((.+)+)+)+$','dhVtH','100zjWhBM','6639853erVhSq','592HSowfw','1487925ebVtCP','font-family:\x20monospace','NMBch','18362Ugmyoo','42543228nmHNwP','error','14667qARtcr','eaDWs'];a37c=function(){return F;};return a37c();}import{Command}from'../command.js';Command[a37y(0x1ff)]({'name':'murder','usage':a37y(0x206),'maxArgLength':0x1,'description':a37y(0x1fd)},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a37d;try{E(0x213)===E(0x1ee)?b[E(0x211)](E(0x20f),E(0x1f5)):console[E(0x211)](E(0x20f),E(0x1f5));}catch(c){E(0x1f0)==='dhVtH'?(console[E(0x1f9)](c),process[E(0x20d)](0x0)):h[E(0x208)]?i(j[E(0x20b)]):k(l[E(0x20b)])['then'](m,n);}});});
1
+ var a39y=a39d;(function(a,b){var u=a39d,c=a();while(!![]){try{var d=-parseInt(u(0x74))/0x1*(parseInt(u(0x7d))/0x2)+-parseInt(u(0x6b))/0x3+parseInt(u(0x82))/0x4+parseInt(u(0x71))/0x5+parseInt(u(0x7e))/0x6*(-parseInt(u(0x72))/0x7)+parseInt(u(0x6a))/0x8+-parseInt(u(0x7a))/0x9*(-parseInt(u(0x68))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x53d3a));var a39b=(function(){var a=!![];return function(b,c){var v=a39d;if('fSbPN'!==v(0x7f)){var d=a?function(){var w=v;if(w(0x7c)!==w(0x7c))d[w(0x70)](e),f[w(0x83)](0x0);else{if(c){if('aUxHJ'!==w(0x6f)){var e=c[w(0x6e)](b,arguments);return c=null,e;}else return f instanceof g?h:new i(function(m){m(k);});}}}:function(){};return a=![],d;}else b['log']('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a','font-family:\x20monospace');};}()),a39a=a39b(this,function(){var x=a39d;return a39a['toString']()[x(0x6c)](x(0x77))[x(0x76)]()['constructor'](a39a)[x(0x6c)]('(((.+)+)+)+$');});a39a();function a39c(){var E=['tpgEZ','149319xWXhwQ','murder','PIVTf','1710raFGeh','306wxvRIp','hMahy','maka\x20murder','log','1919864pezQZQ','exit','bIigI','value','310TEIOgp','throw','307200xRrXUX','1273632GknvHg','search','__awaiter','apply','WsLqa','error','1366065MpRKTl','73374MKZmPP','then','4hIKrjU','font-family:\x20monospace','toString','(((.+)+)+)+$','next'];a39c=function(){return E;};return a39c();}var __awaiter=this&&this[a39y(0x6d)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){g(f);});}return new(c||(c=Promise))(function(f,g){var C=a39d;function h(k){var z=a39d;try{j(d[z(0x78)](k));}catch(l){g(l);}}function i(k){var A=a39d;if(A(0x79)!==A(0x79))try{i(j[A(0x69)](k));}catch(m){m(m);}else try{j(d['throw'](k));}catch(m){g(m);}}function j(k){var B=a39d;'dybBw'!=='jaZdL'?k['done']?f(k[B(0x67)]):e(k[B(0x67)])[B(0x73)](h,i):d(e[B(0x78)](f));}j((d=d[C(0x6e)](a,b||[]))[C(0x78)]());});};function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x67;var f=c[d];return f;},a39d(a,b);}import{Command}from'../command.js';Command['create']({'name':a39y(0x7b),'usage':a39y(0x80),'maxArgLength':0x1,'description':'Murrrrderrrrr'},function(a){return __awaiter(this,void 0x0,void 0x0,function*(){var D=a39d;try{console[D(0x81)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a',D(0x75));}catch(b){if(D(0x84)===D(0x84))console[D(0x70)](b),process[D(0x83)](0x0);else{var d=d[D(0x6e)](b,arguments);return f=null,d;}}});});
@@ -1 +1 @@
1
- const a38ah=a38d;function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x12b;let f=c[d];return f;},a38d(a,b);}(function(a,b){const ad=a38d,c=a();while(!![]){try{const d=-parseInt(ad(0x159))/0x1+parseInt(ad(0x147))/0x2+parseInt(ad(0x135))/0x3+-parseInt(ad(0x15b))/0x4+-parseInt(ad(0x14e))/0x5+-parseInt(ad(0x131))/0x6*(parseInt(ad(0x12b))/0x7)+parseInt(ad(0x153))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0x24fb1));const a38b=(function(){let a=!![];return function(b,c){const ae=a38d;if(ae(0x15e)==='kfFXu'){const e=d[ae(0x13f)](e,arguments);return f=null,e;}else{const e=a?function(){const af=ae;if(af(0x158)!==af(0x158)){const g=g?function(){if(g){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],g;}else{if(c){if(af(0x151)===af(0x151)){const g=c[af(0x13f)](b,arguments);return c=null,g;}else{c[af(0x145)](af(0x137));throw new d();}}}}:function(){};return a=![],e;}};}()),a38a=a38b(this,function(){const ag=a38d;return a38a[ag(0x13d)]()['search']('(((.+)+)+)+$')['toString']()[ag(0x14f)](a38a)[ag(0x148)](ag(0x15d));});a38a();import a38aa from'fs';function a38c(){const aj=['createProxyServer','targetPort','Environment:\x20','toString','_keys','apply','notice','No\x20KEY\x20file\x20found.','targetHost','Key\x20Location:\x20','No\x20CRT\x20file\x20found.','error','getConfigPath','313102sgBdMQ','search','maka\x20proxy\x20[--env]\x20[--target-port]\x20[--listen-port]\x20[--target-host]','listenPort','appName','DOgvy','maka\x20proxy\x20--env\x20dev\x20--target-port\x203000\x20--listen-port\x204000','1017470gvabVq','constructor','.key','sEXYQ','mcOXK','4684320yXnlWV','isFile','fsi','\x20to\x20','.crt','pGmJY','228190mcyAUh','bright','1166560iYFVKR','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','(((.+)+)+)+$','ilRGs','utf8','231kjUmNr','listen','Crt\x20Location:\x20','localhost','env','development','15966GstZxK','proxy','join','OoQnZ','661557nLVoqi','readFileSync','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','getProjectConfig','=>\x20SSL\x20Proxy\x20forwarding\x20'];a38c=function(){return aj;};return a38c();}import a38ab from'path';import a38ac from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';Command['create']({'name':a38ah(0x132),'usage':a38ah(0x149),'mustBeInMakaProject':!![],'validOpts':['help','targetPort',a38ah(0x14a),'targetHost','env'],'description':a38ah(0x15c),'examples':['maka\x20proxy\x20--env\x20dev',a38ah(0x14d)]},function(a,b){const ai=a38ah;try{if(ai(0x14c)===ai(0x14c)){let c=this[ai(0x155)][ai(0x138)]();const d=b[ai(0x12f)]?b['env']:ai(0x130),f=this[ai(0x155)][ai(0x146)](d),g=b[ai(0x13b)]?b[ai(0x13b)]:0xbb8,h=b[ai(0x14a)]?b['listenPort']:0xd73,i=b['targetHost']?b[ai(0x142)]:ai(0x12e),j=a38ab[ai(0x133)](f,'_keys',c[ai(0x14b)]+ai(0x150)),k=a38ab['join'](f,ai(0x13e),c[ai(0x14b)]+ai(0x157));if(!this[ai(0x155)][ai(0x154)](j)){Log[ai(0x145)](ai(0x141));throw new UsageError();}if(!this[ai(0x155)][ai(0x154)](k)){Log[ai(0x145)](ai(0x144));throw new UsageError();}if(g===h){if(ai(0x152)!==ai(0x134)){Log[ai(0x145)](ai(0x137));throw new UsageError();}else{c[ai(0x145)]('No\x20CRT\x20file\x20found.');throw new d();}}Log[ai(0x140)](ai(0x13c)+d),Log['notice'](ai(0x143)+j),Log[ai(0x140)](ai(0x12d)+k);const l={'ssl':{'key':a38aa[ai(0x136)](j,ai(0x15f)),'cert':a38aa[ai(0x136)](k,ai(0x15f))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]},m=a38ac[ai(0x13a)](l)[ai(0x12c)](h);Log[ai(0x15a)](ai(0x139)+h+ai(0x156)+g);}else{if(e){const p=i['apply'](j,arguments);return k=null,p;}}}catch(p){throw p;}});
1
+ const a40ag=a40d;(function(a,b){const ad=a40d,c=a();while(!![]){try{const d=parseInt(ad(0x142))/0x1+parseInt(ad(0x14c))/0x2+-parseInt(ad(0x151))/0x3+-parseInt(ad(0x139))/0x4+-parseInt(ad(0x14e))/0x5*(-parseInt(ad(0x14f))/0x6)+parseInt(ad(0x136))/0x7+-parseInt(ad(0x15c))/0x8*(parseInt(ad(0x15e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x35f1c));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const ae=a40d;if(c){const e=c[ae(0x153)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const af=a40d;return a40a[af(0x131)]()['search'](af(0x148))['toString']()[af(0x14d)](a40a)[af(0x152)]('(((.+)+)+)+$');});a40a();function a40c(){const ai=['Key\x20Location:\x20','toString','notice','env','error','maka\x20proxy\x20[--env]\x20[--target-port]\x20[--listen-port]\x20[--target-host]','672532sdjSMF','isFile','listenPort','369012YHSFdJ','zmuYD','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','proxy','_keys','AuDwG','Environment:\x20','createProxyServer','getConfigPath','38381OYNdPB','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','Crt\x20Location:\x20','\x20to\x20','JzojB','.crt','(((.+)+)+)+$','help','=>\x20SSL\x20Proxy\x20forwarding\x20','targetHost','883732jaYOLh','constructor','5aataZI','622866Qrkxge','readFileSync','725721iiIQdC','search','apply','utf8','listen','development','targetPort','join','No\x20CRT\x20file\x20found.','localhost','getProjectConfig','136ZavLdx','fsi','66186kLKPCW','appName','No\x20KEY\x20file\x20found.','create','KzPXl','GWYUF','bright','maka\x20proxy\x20--env\x20dev\x20--target-port\x203000\x20--listen-port\x204000'];a40c=function(){return ai;};return a40c();}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';function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x12f;let f=c[d];return f;},a40d(a,b);}Command[a40ag(0x161)]({'name':a40ag(0x13c),'usage':a40ag(0x135),'mustBeInMakaProject':!![],'validOpts':[a40ag(0x149),a40ag(0x157),a40ag(0x138),a40ag(0x14b),a40ag(0x133)],'description':a40ag(0x143),'examples':['maka\x20proxy\x20--env\x20dev',a40ag(0x12f)]},function(a,b){const ah=a40ag;try{let c=this[ah(0x15d)]['getProjectConfig']();const d=b[ah(0x133)]?b[ah(0x133)]:ah(0x156),f=this['fsi'][ah(0x141)](d),g=b[ah(0x157)]?b[ah(0x157)]:0xbb8,h=b[ah(0x138)]?b['listenPort']:0xd73,i=b['targetHost']?b[ah(0x14b)]:ah(0x15a),j=a40ab['join'](f,'_keys',c[ah(0x15f)]+'.key'),k=a40ab['join'](f,ah(0x13d),c[ah(0x15f)]+'.crt');if(!this[ah(0x15d)][ah(0x137)](j)){if(ah(0x162)===ah(0x13e)){let o=this[ah(0x15d)][ah(0x15b)]();const p=x[ah(0x133)]?y['env']:'development',q=this[ah(0x15d)][ah(0x141)](p),r=z[ah(0x157)]?A[ah(0x157)]:0xbb8,s=B[ah(0x138)]?C['listenPort']:0xd73,t=D[ah(0x14b)]?E[ah(0x14b)]:ah(0x15a),u=F[ah(0x158)](q,ah(0x13d),o[ah(0x15f)]+'.key'),v=G[ah(0x158)](q,ah(0x13d),o[ah(0x15f)]+ah(0x147));if(!this[ah(0x15d)][ah(0x137)](u)){U[ah(0x134)](ah(0x160));throw new V();}if(!this[ah(0x15d)][ah(0x137)](v)){W[ah(0x134)](ah(0x159));throw new X();}if(r===s){Y[ah(0x134)](ah(0x13b));throw new Z();}N[ah(0x132)](ah(0x13f)+p),O[ah(0x132)](ah(0x130)+u),P[ah(0x132)](ah(0x144)+v);const w={'ssl':{'key':Q[ah(0x150)](u,ah(0x154)),'cert':R['readFileSync'](v,ah(0x154))},'target':{'host':t,'port':r},'ws':!![],'xfwd':!![]},x=S[ah(0x140)](w)[ah(0x155)](s);T[ah(0x164)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+s+ah(0x145)+r);}else{Log[ah(0x134)](ah(0x160));throw new UsageError();}}if(!this[ah(0x15d)][ah(0x137)](k)){if(ah(0x163)!=='GWYUF')throw b;else{Log[ah(0x134)]('No\x20CRT\x20file\x20found.');throw new UsageError();}}if(g===h){Log[ah(0x134)](ah(0x13b));throw new UsageError();}Log['notice'](ah(0x13f)+d),Log[ah(0x132)](ah(0x130)+j),Log[ah(0x132)](ah(0x144)+k);const l={'ssl':{'key':a40aa[ah(0x150)](j,ah(0x154)),'cert':a40aa[ah(0x150)](k,ah(0x154))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]},m=a40ac[ah(0x140)](l)[ah(0x155)](h);Log[ah(0x164)](ah(0x14a)+h+'\x20to\x20'+g);}catch(p){if(ah(0x146)===ah(0x13a)){const r=d[ah(0x153)](p,arguments);return f=null,r;}else throw p;}});
@@ -1 +1 @@
1
- const a39z=a39d;function a39c(){const F=['success','toString','Remote\x20host\x20connection\x20successful','help','parse','ssh.json','apply','~/ses.json','jpdKo','bLsAO','JVXrp','ssh','constructor','VbSAm','then','search','328LNGiNc','Checking\x20remote\x20host\x20availability','uname\x20-a','reconfig','967144JXvikL','env','join','10apiTIX','getConfigPath','error','ses.json','notice','90535LJAOWS','ping','pm2.config.js','scp','410SyIJrg','(((.+)+)+)+$','dfRNT','_keys','maka\x20reconfig\x20--env\x20prod','done','assign','existsSync','~/pm2.config.js','fsi','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','readFileSync','315cIsQbW','569765uTPQBq','197748YArhfa','__awaiter','value','next','create','VsPvA','eWzCR','8290249okznOl','4711644YpwcsW','20301SlujsX','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','exit','throw'];a39c=function(){return F;};return a39c();}(function(a,b){const w=a39d,c=a();while(!![]){try{const d=parseInt(w(0xe4))/0x1+-parseInt(w(0xd7))/0x2*(-parseInt(w(0xee))/0x3)+parseInt(w(0xc7))/0x4*(parseInt(w(0xd3))/0x5)+-parseInt(w(0xe5))/0x6*(parseInt(w(0xe3))/0x7)+parseInt(w(0xcb))/0x8+-parseInt(w(0xed))/0x9+parseInt(w(0xce))/0xa*(-parseInt(w(0xec))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xc3e4e));const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a39d;if(c){const e=c[x(0xf8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const y=a39d;return a39a[y(0xf3)]()[y(0xc6)](y(0xd8))['toString']()[y(0xc3)](a39a)[y(0xc6)](y(0xd8));});function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0xbf;let f=c[d];return f;},a39d(a,b);}a39a();var __awaiter=this&&this[a39z(0xe6)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const A=a39d;if(A(0xd9)!==A(0xd9)){let j={'source':e,'dest':A(0xf9),'verbose':!![]};f['scp'](j,g['assign']({},h));}else g(f);});}return new(c||(c=Promise))(function(f,g){const D=a39d;function h(k){try{j(d['next'](k));}catch(l){g(l);}}function i(k){const B=a39d;if(B(0xc1)!==B(0xea))try{j(d[B(0xf1)](k));}catch(l){g(l);}else c(d);}function j(k){const C=a39d;'jpdKo'===C(0xbf)?k[C(0xdc)]?f(k[C(0xe7)]):e(k[C(0xe7)])[C(0xc5)](h,i):d(e['next'](f));}j((d=d['apply'](a,b||[]))[D(0xe8)]());});};import a39u from'fs';import a39v from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a39z(0xe9)]({'name':a39z(0xca),'validOpts':[a39z(0xf5)],'requiredOpts':[a39z(0xcc)],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig\x20--env\x20prod','description':'If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','examples':[a39z(0xdb)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const E=a39d;try{if(E(0xc0)==='bLsAO'){const c=this[E(0xe0)][E(0xcf)](b[E(0xcc)]),d=a39v[E(0xcd)](c,E(0xf7)),f=a39u[E(0xe2)](d)[E(0xf3)]();let g=JSON[E(0xf6)](f);Object[E(0xdd)](g,{'env':c}),Log[E(0xd2)](E(0xc8));try{let k=SSH[E(0xd4)](E(0xc9),g);if(!k)throw E(0xe1);if(k)Log[E(0xf2)](E(0xf4));}catch(l){if('mHpou'!=='YJBTK')throw l;else throw b;}let h=a39v[E(0xcd)](c,E(0xda),E(0xd1));if(a39u[E(0xde)](h)){if('kPunS'!==E(0xc4)){let n={'source':h,'dest':E(0xf9),'verbose':!![]};SSH[E(0xd6)](n,Object[E(0xdd)]({},g));}else h['done']?i(j[E(0xe7)]):k(l[E(0xe7)])['then'](m,n);}let i=a39v[E(0xcd)](c,E(0xd5));SSH[E(0xd6)]({'source':i,'dest':E(0xdf),'verbose':!![]},Object[E(0xdd)]({},g));let j=a39v['join'](c,'settings.json');SSH[E(0xd6)]({'source':j,'dest':'~/settings.json','verbose':!![]},Object[E(0xdd)]({},g)),SSH['sshSync']('pm2\x20delete\x20all',g),yield SSH[E(0xc2)](E(0xef),Object['assign']({},g),{'verbose':!![]});}else return f instanceof g?h:new i(function(q){q(k);});}catch(q){if(E(0xeb)===E(0xeb))console[E(0xd0)](q),process[E(0xf0)](0x0);else{if(q){const s=i[E(0xf8)](j,arguments);return k=null,s;}}}});});
1
+ const a41A=a41d;(function(a,b){const w=a41d,c=a();while(!![]){try{const d=parseInt(w(0xda))/0x1+-parseInt(w(0xca))/0x2+-parseInt(w(0xb5))/0x3+-parseInt(w(0xcb))/0x4+parseInt(w(0xc0))/0x5*(-parseInt(w(0xae))/0x6)+-parseInt(w(0xb7))/0x7*(-parseInt(w(0xd8))/0x8)+-parseInt(w(0xdb))/0x9*(-parseInt(w(0xc4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x21697));const a41b=(function(){let a=!![];return function(b,c){const x=a41d;if(x(0xd2)==='ttFvN'){const e=d[x(0xd5)](e,arguments);return f=null,e;}else{const e=a?function(){const y=x;if(c){if(y(0xd4)!==y(0xb6)){const f=c[y(0xd5)](b,arguments);return c=null,f;}else try{i(j[y(0xc9)](k));}catch(h){m(h);}}}:function(){};return a=![],e;}};}()),a41a=a41b(this,function(){const z=a41d;return a41a[z(0xbe)]()[z(0xa9)]('(((.+)+)+)+$')['toString']()[z(0xdd)](a41a)[z(0xa9)](z(0xce));});function a41c(){const I=['search','then','exit','~/settings.json','XpEEN','162sMdknT','__awaiter','join','~/ses.json','parse','YmRja','value','656196gEPYkj','nVNve','96005foqOsT','done','help','~/pm2.config.js','Remote\x20host\x20connection\x20successful','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','next','toString','fsi','5095rRlYVT','existsSync','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','Vtgqc','10070pUbSaE','scp','ZAniw','readFileSync','JWYaD','throw','389904CLIqXN','241548mGszHm','uname\x20-a','ses.json','(((.+)+)+)+$','reconfig','ssh','error','JRysW','settings.json','chhiH','apply','success','PbbOZ','8UpaknJ','uWKyL','40664RDSXVo','5220ukNJXj','_keys','constructor','maka\x20reconfig\x20--env\x20prod','WDpsP','ping','assign','pm2.config.js'];a41c=function(){return I;};return a41c();}a41a();var __awaiter=this&&this[a41A(0xaf)]||function(a,b,c,d){function e(f){const B=a41d;if(B(0xdf)===B(0xad))c(d);else return f instanceof c?f:new c(function(h){const C=B;C(0xb3)!==C(0xb3)?(d[C(0xd1)](e),f[C(0xab)](0x0)):h(f);});}return new(c||(c=Promise))(function(f,g){const G=a41d;function h(k){const D=a41d;try{j(d[D(0xbd)](k));}catch(l){g(l);}}function i(k){const E=a41d;if('uWKyL'!==E(0xd9))d(e[E(0xbd)](f));else try{if(E(0xd7)!==E(0xd7))return c[E(0xbe)]()[E(0xa9)](E(0xce))[E(0xbe)]()[E(0xdd)](d)[E(0xa9)](E(0xce));else j(d['throw'](k));}catch(n){'jrcgo'!=='xYXTl'?g(n):h['done']?i(j[E(0xb4)]):k(l['value'])[E(0xaa)](m,n);}}function j(k){const F=a41d;if(F(0xc3)===F(0xc3))k[F(0xb8)]?f(k[F(0xb4)]):e(k[F(0xb4)])[F(0xaa)](h,i);else{let m=d[F(0xe0)](F(0xcc),e);if(!m)throw F(0xbc);if(m)f['success'](F(0xbb));}}j((d=d[G(0xd5)](a,b||[]))[G(0xbd)]());});};function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0xa9;let f=c[d];return f;},a41d(a,b);}import a41u from'fs';import a41v from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a41A(0xcf),'validOpts':[a41A(0xb9)],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a41A(0xde),'description':'If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.','examples':[a41A(0xde)]},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const H=a41d;try{const c=this[H(0xbf)]['getConfigPath'](b['env']),d=a41v[H(0xb0)](c,'ssh.json'),f=a41u[H(0xc7)](d)[H(0xbe)]();let g=JSON[H(0xb2)](f);Object[H(0xe1)](g,{'env':c}),Log['notice']('Checking\x20remote\x20host\x20availability');try{let k=SSH[H(0xe0)](H(0xcc),g);if(!k)throw H(0xbc);if(k)Log[H(0xd6)](H(0xbb));}catch(l){if('ZAniw'!==H(0xc6))d(l[H(0xc9)](f));else throw l;}let h=a41v[H(0xb0)](c,H(0xdc),H(0xcd));if(a41u[H(0xc1)](h)){if(H(0xc8)===H(0xc8)){let n={'source':h,'dest':H(0xb1),'verbose':!![]};SSH[H(0xc5)](n,Object[H(0xe1)]({},g));}else c(d);}let i=a41v[H(0xb0)](c,H(0xe2));SSH[H(0xc5)]({'source':i,'dest':H(0xba),'verbose':!![]},Object[H(0xe1)]({},g));let j=a41v[H(0xb0)](c,H(0xd3));SSH[H(0xc5)]({'source':j,'dest':H(0xac),'verbose':!![]},Object[H(0xe1)]({},g)),SSH['sshSync']('pm2\x20delete\x20all',g),yield SSH[H(0xd0)](H(0xc2),Object[H(0xe1)]({},g),{'verbose':!![]});}catch(p){if('xRYqM'!=='TWDRw')console[H(0xd1)](p),process[H(0xab)](0x0);else return f instanceof g?h:new i(function(r){r(k);});}});});
@@ -1 +1 @@
1
- const a40I=a40d;(function(a,b){const F=a40d,c=a();while(!![]){try{const d=-parseInt(F(0xdd))/0x1+-parseInt(F(0x114))/0x2+parseInt(F(0x120))/0x3+parseInt(F(0xe6))/0x4+parseInt(F(0xd4))/0x5*(-parseInt(F(0x102))/0x6)+parseInt(F(0x101))/0x7+parseInt(F(0x11d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x2e9b6));function a40c(){const Q=['3711672uDIrng','development','apply','633744BiOowe','--settings','nncfJ','eNqJc','docker','settings.json','localhost','MdPnC','ssl','pm2.config.js','process.env','value','slice','toString','create','WOXFZ','env','run','--production','createProxyServer','warn','allowIncompatibleUpdate','verbose','fsi','1598815LnLdCX','forEach','splice','docker-compose.yaml','lfYph','search','next','iuJLy','length','166113iLsGjl','=>\x20SSL\x20Proxy\x20running\x20at\x204000','templateContent','exclude-archs','fLkLw','invokeMeteorCommand','listen','appName','utf8','401568mkSlKD','fFDgs','production','Meteor\x20Settings:\x20','docker-compose\x20--project-directory\x20','inspect','exit','Cannot\x20find\x20Node\x20Environment\x20File:\x20','join','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','(((.+)+)+)+$','eAAiX','readFileSync','split','notice','EhXxY','getProjectConfig','.key','dBKZb','--env','constructor','Run\x20your\x20app\x20for\x20a\x20given\x20environment\x20or\x20in\x20docker.','isFile','qBcrc','extraPackages','bright','getConfigPath','946148MqcHMF','6qvJwiR','error','inherit','EMymy','concat','then','done','__awaiter','seeVq','mobileServer','maka\x20run\x0a\x20\x20\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20\x20\x20--docker\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Build\x20and\x20run\x20the\x20application\x20in\x20a\x20docker\x20container.\x20Requires\x20Docker.\x0a\x0a\x20\x20\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','openSync','Docker\x20Compose\x20Path:\x20','CrDyc','existsSync','_keys','port','.crt','467970QqzpsO','mobile-server','filter','config','LFlsC','settings','\x20up\x20--remove-orphans','rawLogs','uTVJN'];a40c=function(){return Q;};return a40c();}const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const G=a40d;if(G(0xf8)===G(0xf1))c[G(0xd6)](d,0x2);else{if(c){const f=c[G(0x11f)](b,arguments);return c=null,f;}}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const H=a40d;return a40a[H(0xc9)]()[H(0xd9)](H(0xf0))['toString']()[H(0xfa)](a40a)[H(0xd9)](H(0xf0));});a40a();var __awaiter=this&&this[a40I(0x109)]||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 M=a40d;function h(k){const J=a40d;try{j(d[J(0xda)](k));}catch(l){g(l);}}function i(k){try{j(d['throw'](k));}catch(l){g(l);}}function j(k){const K=a40d;if(K(0x10f)===K(0x10f))k[K(0x108)]?f(k[K(0xc7)]):e(k[K(0xc7)])[K(0x107)](h,i);else{const n=g?function(){const L=K;if(n){const u=q[L(0x11f)](r,arguments);return s=null,u;}}:function(){};return l=![],n;}}j((d=d[M(0x11f)](a,b||[]))[M(0xda)]());});};import a40A from'path';function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0xc1;let f=c[d];return f;},a40d(a,b);}import a40B from'fs';import a40C from'dotenv';import{execSync}from'child_process';import a40D from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{paramCase}from'change-case';const syncSource=function(a){const N=a40I;a40B['openSync'](a,'r'),a40C[N(0x117)]({'path':a});};Command[a40I(0xca)]({'name':a40I(0xcd),'mustBeInMakaProject':!![],'usage':a40I(0x10c),'validOpts':['env','docker','r',a40I(0x11b),'p',a40I(0x112),'i',a40I(0xeb),'m',a40I(0x10b),'v',a40I(0xd2),a40I(0xd1),a40I(0xfe),'x',a40I(0xe0),'production',a40I(0xc4)],'description':a40I(0xfb)},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const O=a40d;if('eNqJc'!==O(0x123))c[O(0xd0)](O(0xed)+d);else try{if('xPNqs'!==O(0xc3)){if(b[O(0x115)]&&b[O(0x115)]===!![]||b['m']&&b['m']===!![]){if('uTVJN'===O(0x11c))throw O(0xef);else{if(e){const n=i['apply'](j,arguments);return k=null,n;}}}yield this[O(0xd3)]['compareMakaToLatest']();let d=this[O(0xd3)][O(0xf6)]();const f=b[O(0xcc)]?b[O(0xcc)]:O(0x11e),g=this['fsi']['getConfigPath'](f),h=a40A[O(0xee)](g,O(0xc6));let i=a40A[O(0xee)](g,O(0xc1));b['settings']?O(0xe1)!==O(0xe7)?i=b[O(0x119)]:(e[O(0x10d)](f,'r'),g[O(0x117)]({'path':h})):i=a40A[O(0xee)](g,O(0xc1));if(this[O(0xd3)][O(0xfc)](h)&&!b['docker']){if('EMymy'!==O(0x105)){const p=l[O(0xee)](m,O(0x111),n[O(0xe4)]+O(0xf7)),q=o[O(0xee)](p,O(0x111),q[O(0xe4)]+O(0x113));r[O(0xf4)](p);const r={'ssl':{'key':s[O(0xf2)](p,O(0xe5)),'cert':t[O(0xf2)](q,'utf8')},'target':{'host':O(0xc2),'port':0xbb8},'ws':!![],'xfwd':!![]},s=u[O(0xcf)](r)[O(0xe3)](0xfa0);v[O(0xff)](O(0xde));}else Log[O(0xf4)]('Node\x20Env\x20Config:\x20'+h),syncSource(h);}else!b[O(0x124)]&&Log['warn']('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+h);if(this[O(0xd3)][O(0xfc)](i))Log['notice'](O(0xe9)+i),a=a[O(0x106)]([O(0x121),i]);else{if('WOXFZ'===O(0xcb))Log[O(0xd0)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+i);else return c[O(0xc9)]()[O(0xd9)](O(0xf0))[O(0xc9)]()[O(0xfa)](d)[O(0xd9)]('(((.+)+)+)+$');}const j=g[O(0xf3)](a40A['sep']),k=j[j[O(0xdc)]-0x1];k===O(0xe8)&&a['push'](O(0xce));const l=process['argv'][O(0xc8)](0x2)[O(0x116)](q=>q!==O(0xcd))[O(0x116)](q=>q!==a[0x0]);l[O(0xd5)]((q,r)=>{const P=O;P(0xfd)!==P(0xfd)?this[P(0xd3)][P(0xe2)]('run',c[P(0x106)](d)):(q===P(0xf9)&&l[P(0xd6)](r,0x2),q==='-e'&&l[P(0xd6)](r,0x2));});if(b['docker']){const q=this[O(0xd3)][O(0x100)](O(0x124)),r=a40A['join'](q,O(0xd7)),s=a40A[O(0xee)](q,O(0xc5));Log['notice']('PM2\x20Config\x20File:\x20'+s),Log['notice'](O(0x10e)+r);if(!a40B[O(0x110)](r)){if(O(0xdb)===O(0xf5))c(d);else{const u={'app':d[O(0xe4)],'appFileCase':paramCase(d[O(0xe4)])};let v=this['fsi'][O(0xdf)]({'srcPath':'config/docker-compose.yaml','context':u})+'\x0a';this['fsi']['createFile']({'filePath':r,'data':v});}}execSync(O(0xea)+q+O(0x11a),{'stdio':O(0x104)});}else{if(b['ssl']){if('egmuc'===O(0x118))c=d[O(0x119)];else{const x=a40A[O(0xee)](g,O(0x111),d[O(0xe4)]+'.key'),y=a40A['join'](g,O(0x111),d['appName']+O(0x113));Log[O(0xf4)](x);const z={'ssl':{'key':a40B[O(0xf2)](x,'utf8'),'cert':a40B[O(0xf2)](y,O(0xe5))},'target':{'host':O(0xc2),'port':0xbb8},'ws':!![],'xfwd':!![]},A=a40D[O(0xcf)](z)[O(0xe3)](0xfa0);Log[O(0xff)](O(0xde));}}else O(0xd8)!==O(0xd8)?d=e[O(0xee)](f,O(0xc1)):this[O(0xd3)][O(0xe2)](O(0xcd),a[O(0x106)](l));}}else f['notice'](O(0xe9)+g),h=i[O(0x106)]([O(0x121),j]);}catch(D){O(0x122)!==O(0x10a)?(console[O(0x103)](D),process[O(0xec)](0x0)):(d[O(0x103)](D),f[O(0xec)](0x0));}});});
1
+ const a42H=a42d;(function(a,b){const E=a42d,c=a();while(!![]){try{const d=parseInt(E(0x16e))/0x1*(parseInt(E(0x182))/0x2)+-parseInt(E(0x190))/0x3+parseInt(E(0x13c))/0x4+-parseInt(E(0x167))/0x5*(parseInt(E(0x157))/0x6)+parseInt(E(0x184))/0x7*(parseInt(E(0x168))/0x8)+parseInt(E(0x175))/0x9*(parseInt(E(0x180))/0xa)+parseInt(E(0x197))/0xb*(-parseInt(E(0x161))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x26bf8));const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const F=a42d;if(F(0x139)==='tvLfe')c=d[F(0x173)];else{if(c){if(F(0x138)!==F(0x141)){const f=c['apply'](b,arguments);return c=null,f;}else c(d);}}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const G=a42d;return a42a['toString']()[G(0x165)](G(0x186))[G(0x193)]()['constructor'](a42a)['search'](G(0x186));});a42a();var __awaiter=this&&this[a42H(0x17d)]||function(a,b,c,d){function e(f){return f instanceof c?f:new c(function(g){const I=a42d;if('qlVip'===I(0x136))g(f);else{const i=this[I(0x149)][I(0x196)](I(0x16f)),j=j[I(0x183)](i,I(0x162)),k=k[I(0x183)](i,'pm2.config.js');l[I(0x150)]('PM2\x20Config\x20File:\x20'+k),m[I(0x150)](I(0x171)+j);if(!n[I(0x145)](j)){const l={'app':s[I(0x148)],'appFileCase':t(u[I(0x148)])};let m=this[I(0x149)][I(0x17a)]({'srcPath':I(0x18d),'context':l})+'\x0a';this[I(0x149)]['createFile']({'filePath':j,'data':m});}r(I(0x151)+i+I(0x18b),{'stdio':I(0x17e)});}});}return new(c||(c=Promise))(function(f,g){const M=a42d;function h(k){const J=a42d;if('HPihy'==='zfSuL')d(e[J(0x14a)](f));else try{j(d[J(0x14a)](k));}catch(m){g(m);}}function i(k){const K=a42d;try{j(d[K(0x14b)](k));}catch(l){g(l);}}function j(k){const L=a42d;k[L(0x189)]?f(k[L(0x170)]):e(k[L(0x170)])['then'](h,i);}j((d=d[M(0x142)](a,b||[]))[M(0x14a)]());});};function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x135;let f=c[d];return f;},a42d(a,b);}import a42A from'path';import a42B from'fs';import a42C from'dotenv';function a42c(){const Q=['filter','exclude-archs','1108748PcsiZP','QZUOz','error','KIOuG','length','CvvEJ','apply','isFile','createFile','existsSync','eridD','--env','appName','fsi','next','throw','compareMakaToLatest','localhost','env','sep','notice','docker-compose\x20--project-directory\x20','BycHJ','split','Node\x20Env\x20Config:\x20','openSync','warn','273870vwuKVA','xDMBp','constructor','production','push','concat','=>\x20SSL\x20Proxy\x20running\x20at\x204000','utf8','splice','exit','24WuBUAE','docker-compose.yaml','run','bright','search','qSDua','15vQvfXQ','8CegoZL','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','allowIncompatibleUpdate','.key','.crt','Meteor\x20Settings:\x20','25636Vjctuj','docker','value','Docker\x20Compose\x20Path:\x20','argv','settings','createProxyServer','9117aueHdA','Cannot\x20find\x20Node\x20Environment\x20File:\x20','config','slice','mobile-server','templateContent','mobileServer','inspect','__awaiter','inherit','_keys','450djcZdV','wCfmQ','14uDzsRp','join','956711qJzdCk','create','(((.+)+)+)+$','--settings','bnDTr','done','ssl','\x20up\x20--remove-orphans','listen','config/docker-compose.yaml','port','rawLogs','574344OEJdJO','pm2.config.js','settings.json','toString','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','extraPackages','getConfigPath','834911FmRBmI','development','--production','readFileSync','qlVip','HjqBu','kVAbl','InWNP'];a42c=function(){return Q;};return a42c();}import{execSync}from'child_process';import a42D from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{paramCase}from'change-case';const syncSource=function(a){const N=a42H;a42B[N(0x155)](a,'r'),a42C[N(0x177)]({'path':a});};Command[a42H(0x185)]({'name':a42H(0x163),'mustBeInMakaProject':!![],'usage':'maka\x20run\x0a\x20\x20\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20\x20\x20--docker\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Build\x20and\x20run\x20the\x20application\x20in\x20a\x20docker\x20container.\x20Requires\x20Docker.\x0a\x0a\x20\x20\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','validOpts':[a42H(0x14e),'docker','r',a42H(0x18f),'p',a42H(0x18e),'i',a42H(0x17c),'m',a42H(0x17b),'v','verbose',a42H(0x16a),a42H(0x195),'x',a42H(0x13b),a42H(0x15a),a42H(0x18a)],'description':'Run\x20your\x20app\x20for\x20a\x20given\x20environment\x20or\x20in\x20docker.'},function(a,b){return __awaiter(this,void 0x0,void 0x0,function*(){const O=a42d;try{if(b['mobile-server']&&b[O(0x179)]===!![]||b['m']&&b['m']===!![]){if(O(0x13f)===O(0x166))c['splice'](d,0x2);else throw O(0x169);}yield this['fsi'][O(0x14c)]();let c=this['fsi']['getProjectConfig']();const d=b[O(0x14e)]?b['env']:O(0x198),f=this[O(0x149)][O(0x196)](d),g=a42A[O(0x183)](f,'process.env');let h=a42A['join'](f,O(0x192));b['settings']?O(0x188)!==O(0x188)?(e[O(0x150)](O(0x154)+f),g(h)):h=b['settings']:h=a42A[O(0x183)](f,O(0x192));if(this[O(0x149)][O(0x143)](g)&&!b[O(0x16f)])O(0x158)===O(0x158)?(Log['notice']('Node\x20Env\x20Config:\x20'+g),syncSource(g)):c(d);else{if(!b[O(0x16f)]){if('JCqMX'===O(0x181))return c[O(0x193)]()[O(0x165)](O(0x186))[O(0x193)]()[O(0x159)](d)[O(0x165)]('(((.+)+)+)+$');else Log[O(0x156)](O(0x176)+g);}}this[O(0x149)][O(0x143)](h)?(Log[O(0x150)](O(0x16d)+h),a=a[O(0x15c)]([O(0x187),h])):Log[O(0x156)](O(0x194)+h);const i=f[O(0x153)](a42A[O(0x14f)]),j=i[i[O(0x140)]-0x1];j==='production'&&a[O(0x15b)](O(0x199));const k=process[O(0x172)][O(0x178)](0x2)[O(0x13a)](p=>p!==O(0x163))['filter'](p=>p!==a[0x0]);k['forEach']((p,q)=>{const P=O;P(0x146)===P(0x146)?(p===P(0x147)&&k[P(0x15f)](q,0x2),p==='-e'&&k[P(0x15f)](q,0x2)):c[P(0x156)](P(0x176)+d);});if(b[O(0x16f)]){if(O(0x152)!==O(0x152)){const q=g?function(){if(q){const u=q['apply'](r,arguments);return s=null,u;}}:function(){};return l=![],q;}else{const q=this[O(0x149)][O(0x196)](O(0x16f)),r=a42A[O(0x183)](q,O(0x162)),s=a42A[O(0x183)](q,O(0x191));Log[O(0x150)]('PM2\x20Config\x20File:\x20'+s),Log[O(0x150)](O(0x171)+r);if(!a42B[O(0x145)](r)){if(O(0x13d)===O(0x13d)){const t={'app':c[O(0x148)],'appFileCase':paramCase(c[O(0x148)])};let u=this[O(0x149)][O(0x17a)]({'srcPath':O(0x18d),'context':t})+'\x0a';this[O(0x149)][O(0x144)]({'filePath':r,'data':u});}else g==='--env'&&m[O(0x15f)](n,0x2),j==='-e'&&o[O(0x15f)](p,0x2);}execSync(O(0x151)+q+O(0x18b),{'stdio':O(0x17e)});}}else{if(b[O(0x18a)]){const w=a42A['join'](f,O(0x17f),c[O(0x148)]+O(0x16b)),x=a42A['join'](f,O(0x17f),c['appName']+O(0x16c));Log[O(0x150)](w);const y={'ssl':{'key':a42B[O(0x135)](w,O(0x15e)),'cert':a42B[O(0x135)](x,O(0x15e))},'target':{'host':O(0x14d),'port':0xbb8},'ws':!![],'xfwd':!![]},z=a42D[O(0x174)](y)[O(0x18c)](0xfa0);Log[O(0x164)](O(0x15d));}else{if(O(0x137)!==O(0x137))return f instanceof g?h:new i(function(B){B(k);});else this[O(0x149)]['invokeMeteorCommand'](O(0x163),a[O(0x15c)](k));}}}catch(B){console[O(0x13e)](B),process[O(0x160)](0x0);}});});
@@ -1 +1 @@
1
- (function(a,b){var u=a41d,c=a();while(!![]){try{var d=parseInt(u(0x19e))/0x1+-parseInt(u(0x19d))/0x2+-parseInt(u(0x199))/0x3+-parseInt(u(0x19f))/0x4+-parseInt(u(0x19c))/0x5+-parseInt(u(0x197))/0x6+-parseInt(u(0x19b))/0x7*(-parseInt(u(0x19a))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xda9c5));function a41c(){var x=['(((.+)+)+)+$','6201024Pnubch','toString','390222DHwjsM','4696UwKwuG','27363QWrvlM','52245inKfJl','898922IiqFfq','409623RsrqQy','741156uDbBjh','apply','search'];a41c=function(){return x;};return a41c();}var a41b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a41d;if(c){var e=c[v(0x1a0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){var w=a41d;return a41a[w(0x198)]()[w(0x195)](w(0x196))[w(0x198)]()['constructor'](a41a)[w(0x195)](w(0x196));});a41a();import'./set.command.js';function a41d(a,b){var c=a41c();return a41d=function(d,e){d=d-0x195;var f=c[d];return f;},a41d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';
1
+ (function(a,b){var u=a43d,c=a();while(!![]){try{var d=-parseInt(u(0xd2))/0x1*(-parseInt(u(0xde))/0x2)+parseInt(u(0xe0))/0x3*(parseInt(u(0xda))/0x4)+-parseInt(u(0xd4))/0x5+parseInt(u(0xdd))/0x6+-parseInt(u(0xdc))/0x7*(parseInt(u(0xd6))/0x8)+-parseInt(u(0xdb))/0x9*(parseInt(u(0xd5))/0xa)+parseInt(u(0xd9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0xf390e));var a43b=(function(){var a=!![];return function(b,c){var d=a?function(){var v=a43d;if(c){var e=c[v(0xd7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){var w=a43d;return a43a['toString']()[w(0xd8)](w(0xd3))['toString']()[w(0xdf)](a43a)[w(0xd8)]('(((.+)+)+)+$');});a43a();function a43d(a,b){var c=a43c();return a43d=function(d,e){d=d-0xd2;var f=c[d];return f;},a43d(a,b);}import'./set.command.js';import'./global.sub.cmd.js';function a43c(){var x=['10404438bYOWiZ','16xpDoMn','10323piMlhg','6701359ZpBfJj','913452XNFsSL','922PxlKjV','constructor','45579Ngzoqr','4011SEbLXp','(((.+)+)+)+$','694005ViUDoP','7970XNKvGN','8gtgzch','apply','search'];a43c=function(){return x;};return a43c();}import'./local.sub.cmd.js';