@maka/maka-cli 4.5.17 → 4.5.18

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 (122) hide show
  1. package/bundle/obf/src/command.js +1 -1
  2. package/bundle/obf/src/commands/_index.js +1 -1
  3. package/bundle/obf/src/commands/aws/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  5. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  6. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/build/_index.js +1 -1
  16. package/bundle/obf/src/commands/build/build.js +1 -1
  17. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/create.js +1 -1
  19. package/bundle/obf/src/commands/debug.js +1 -1
  20. package/bundle/obf/src/commands/deploy.js +1 -1
  21. package/bundle/obf/src/commands/game/_index.js +1 -1
  22. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  23. package/bundle/obf/src/commands/game/play.command.js +1 -1
  24. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/game/sideQuest/commands/commands.js +1 -0
  26. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  27. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -0
  28. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -0
  29. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -0
  30. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -0
  31. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -0
  32. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -0
  33. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -0
  34. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -0
  35. package/bundle/obf/src/commands/game/sideQuest/scenes/puzzles.js +0 -0
  36. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -0
  37. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -0
  38. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -0
  39. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -0
  40. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  43. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  44. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  45. package/bundle/obf/src/commands/generate.js +1 -1
  46. package/bundle/obf/src/commands/get/_index.js +1 -1
  47. package/bundle/obf/src/commands/get/get.command.js +1 -1
  48. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  49. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  50. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  51. package/bundle/obf/src/commands/help.js +1 -1
  52. package/bundle/obf/src/commands/jsdoc.js +1 -1
  53. package/bundle/obf/src/commands/lint.js +1 -1
  54. package/bundle/obf/src/commands/login.js +1 -1
  55. package/bundle/obf/src/commands/logout.js +1 -1
  56. package/bundle/obf/src/commands/logs.js +1 -1
  57. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  58. package/bundle/obf/src/commands/murder.js +1 -1
  59. package/bundle/obf/src/commands/proxy.js +1 -1
  60. package/bundle/obf/src/commands/reconfig.js +1 -1
  61. package/bundle/obf/src/commands/run/_index.js +1 -1
  62. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/run/run.command.js +1 -1
  64. package/bundle/obf/src/commands/set/_index.js +1 -1
  65. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  67. package/bundle/obf/src/commands/set/set.command.js +1 -1
  68. package/bundle/obf/src/commands/ssh.js +1 -1
  69. package/bundle/obf/src/commands/ssl.js +1 -1
  70. package/bundle/obf/src/commands/test.js +1 -1
  71. package/bundle/obf/src/commands/version.js +1 -1
  72. package/bundle/obf/src/error.js +1 -1
  73. package/bundle/obf/src/generator.js +1 -1
  74. package/bundle/obf/src/generators/_index.js +1 -1
  75. package/bundle/obf/src/generators/api.js +1 -1
  76. package/bundle/obf/src/generators/collection.js +1 -1
  77. package/bundle/obf/src/generators/component.js +1 -1
  78. package/bundle/obf/src/generators/config.js +1 -1
  79. package/bundle/obf/src/generators/dbc.js +1 -1
  80. package/bundle/obf/src/generators/dockerfile.js +1 -1
  81. package/bundle/obf/src/generators/hook.js +1 -1
  82. package/bundle/obf/src/generators/kit.js +1 -1
  83. package/bundle/obf/src/generators/layout.js +1 -1
  84. package/bundle/obf/src/generators/maka.gen.js +1 -1
  85. package/bundle/obf/src/generators/methods.js +1 -1
  86. package/bundle/obf/src/generators/package.js +1 -1
  87. package/bundle/obf/src/generators/page.js +1 -1
  88. package/bundle/obf/src/generators/publish.js +1 -1
  89. package/bundle/obf/src/generators/route.js +1 -1
  90. package/bundle/obf/src/generators/service.js +1 -1
  91. package/bundle/obf/src/generators/services/_index.js +1 -1
  92. package/bundle/obf/src/generators/services/openssl.js +1 -1
  93. package/bundle/obf/src/generators/services/translation.js +1 -1
  94. package/bundle/obf/src/maka.js +1 -1
  95. package/bundle/obf/src/tool.js +1 -1
  96. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  97. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  98. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  99. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  100. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  101. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  102. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  103. package/bundle/obf/src/tools/https/https.class.js +1 -1
  104. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  105. package/bundle/obf/src/tools/log/log.class.js +1 -1
  106. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  107. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  108. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  109. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  110. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  111. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  112. package/package.json +1 -1
  113. package/bundle/obf/src/commands/game/sideQuest/commands.js +0 -1
  114. package/bundle/obf/src/commands/game/sideQuest/door.js +0 -1
  115. package/bundle/obf/src/commands/game/sideQuest/inventory.js +0 -1
  116. package/bundle/obf/src/commands/game/sideQuest/items.js +0 -1
  117. package/bundle/obf/src/commands/game/sideQuest/player.js +0 -1
  118. package/bundle/obf/src/commands/game/sideQuest/puzzles.js +0 -1
  119. package/bundle/obf/src/commands/game/sideQuest/room.js +0 -1
  120. package/bundle/obf/src/commands/game/sideQuest/rooms.js +0 -1
  121. package/bundle/obf/src/commands/game/sideQuest/types.js +0 -1
  122. package/bundle/obf/src/commands/game/sideQuest/utilities/eventBus.js +0 -1
@@ -1 +1 @@
1
- (function(a,b){const t=a34d,c=a();while(!![]){try{const d=parseInt(t(0x1f3))/0x1*(-parseInt(t(0x1ce))/0x2)+parseInt(t(0x1bf))/0x3*(parseInt(t(0x1dc))/0x4)+parseInt(t(0x1e9))/0x5*(-parseInt(t(0x1ae))/0x6)+-parseInt(t(0x1ee))/0x7*(parseInt(t(0x1bd))/0x8)+-parseInt(t(0x1f6))/0x9*(-parseInt(t(0x1c7))/0xa)+-parseInt(t(0x1ea))/0xb*(parseInt(t(0x1f8))/0xc)+parseInt(t(0x1df))/0xd;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x1a68f));const a34b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a34d;if(c){const e=c[u(0x1d4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a34a=a34b(this,function(){const v=a34d;return a34a['toString']()[v(0x1ac)]('(((.+)+)+)+$')[v(0x1c3)]()[v(0x1ad)](a34a)['search']('(((.+)+)+)+$');});a34a();import a34e from'blessed';import{capitalCase}from'change-case';import a34f from'./game.js';import{RoomType}from'./types.js';function a34c(){const E=['log','line','----->>>>>>\x20Initializing\x20Game','unequip','focus','stringify','\x20(Locked)','checkIfLocked','\x20Inventory\x20','getValue','exits','cyan','75%','1296QbTUbp','rightHand','104541ZYBjAw','box','{/yellow-fg}','screen','toString','feet','name','currentLocation','60KAnOoQ','Left\x20Hand:\x20','None','70%','legs','enter','checkIfLockable','12yheqoV','Your\x20items\x20will\x20be\x20listed\x20here...','setContent','25%','append','\x20Equipment\x20','apply','key','getInstance','{/red-fg}','textbox','escape','{red-fg}===Error:\x20','yellow','12irsiMs','getOtherSide','\x0aThere\x20are\x20no\x20exits\x20here.','5539001YcqmoJ','lock','handleInput','\x20Exits\x20','render','size','\x20(Unlocked)','setRawMode','white','<<<<<<<<---------\x20Terminating\x20game','230sRKXyh','11TuFaki','Torso:\x20','join','clearValue','8176vlYCOk','clear','Feet:\x20','Gloves:\x20','player','9589YTyqgc','write','Legs:\x20','271179IPbtDW','90%','2239212YzKwhv','Side\x20Quest\x20Adventure\x20Game','leftHand','equipment','gloves','stdin','getAllItems','head','forEach','logFilePath','split','\x20Game\x20Log\x20','arms','inventory','45%','Right\x20Hand:\x20','search','constructor','22158RUaMeo','pushLine'];a34c=function(){return E;};return a34c();}import{Door}from'./door.js';import{eventBus}from'./utilities/eventBus.js';function a34d(a,b){const c=a34c();return a34d=function(d,e){d=d-0x1a1;let f=c[d];return f;},a34d(a,b);}import a34g from'./utilities/logger.js';export async function main(a,b,c){const w=a34d,d=a34g[w(0x1d6)](c[w(0x1a5)]);process[w(0x1a1)][w(0x1e6)](!![]),process['stdin']['resume']();const e=a34e[w(0x1c2)]({'smartCSR':!![],'title':w(0x1f9)}),f=a34e[w(0x1c0)]({'top':'0%','left':w(0x1bc),'width':w(0x1d1),'height':w(0x1aa),'border':{'type':w(0x1b1)},'label':w(0x1b8),'content':w(0x1cf),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x1db)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),g=o=>{const x=w,p=o[x(0x1a2)]()['map'](q=>q[x(0x1c5)]);f['setContent'](p[x(0x1ec)]('\x0a')),e[x(0x1e3)]();};e[w(0x1d2)](f);const h=a34e[w(0x1c0)]({'top':w(0x1aa),'left':'75%','width':'25%','height':w(0x1d1),'border':{'type':w(0x1b1)},'label':w(0x1d3),'content':'Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x1db)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x1d2)](h);function i(o){const y=w;h[y(0x1d0)]('Head:\x20'+(o[y(0x1a3)]?o[y(0x1a3)][y(0x1c5)]:'None')+'\x0a'+(y(0x1eb)+(o['torso']?o['torso'][y(0x1c5)]:y(0x1c9))+'\x0a')+(y(0x1f5)+(o[y(0x1cb)]?o['legs']['name']:y(0x1c9))+'\x0a')+(y(0x1f0)+(o[y(0x1c4)]?o[y(0x1c4)][y(0x1c5)]:'None')+'\x0a')+('Arms:\x20'+(o[y(0x1a8)]?o[y(0x1a8)][y(0x1c5)]:y(0x1c9))+'\x0a')+(y(0x1f1)+(o[y(0x1fc)]?o['gloves']['name']:y(0x1c9))+'\x0a')+(y(0x1c8)+(o['leftHand']?o[y(0x1fa)][y(0x1c5)]:y(0x1c9))+'\x0a')+(y(0x1ab)+(o[y(0x1be)]?o[y(0x1be)][y(0x1c5)]:y(0x1c9))+'\x0a')),e[y(0x1e3)]();}const j=a34e[w(0x1c0)]({'top':w(0x1ca),'left':'75%','width':'25%','height':'22%','border':{'type':w(0x1b1)},'label':w(0x1e2),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x1d2)](j);function k(o){const z=w;let p='';o[z(0x1ba)][z(0x1e4)]>0x0?o[z(0x1ba)][z(0x1a4)]((q,r)=>{const A=z;if(q instanceof Door){const s=q[A(0x1dd)](o);s['roomType']===RoomType['OUTSIDE']?p+=capitalCase(r)+':\x20'+s[A(0x1c5)]:p+=capitalCase(r)+':\x20'+q[A(0x1c5)];if(q[A(0x1b7)]())p+=A(0x1b6);else q[A(0x1cd)]()&&(p+=A(0x1e5));p+='\x0a';}else p+=capitalCase(r)+'\x0a';}):p+=z(0x1de),j['setContent'](p),e[z(0x1e3)]();}const l=a34e[w(0x1c0)]({'top':'0%','left':'0%','width':'75%','height':w(0x1f7),'border':{'type':'line'},'label':w(0x1a7),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x1db)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});e[w(0x1d2)](l);const m=a34e[w(0x1d8)]({'bottom':0x0,'left':0x0,'width':'100%','height':'10%','tags':!![],'border':{'type':w(0x1b1)},'style':{'fg':w(0x1e7),'border':{'fg':w(0x1bb)}},'keys':!![],'mouse':!![],'inputOnFocus':!![]});e[w(0x1d2)](m),e[w(0x1d5)]([w(0x1d9),'C-c'],()=>process['exit'](0x0)),m[w(0x1b4)](),e[w(0x1e3)]();c['debug']&&(eventBus['on']('logError',o=>{const B=w;l[B(0x1af)](B(0x1da)+o+B(0x1d7)),l['scroll'](0x1),m[B(0x1ed)](),d[B(0x1f4)](JSON[B(0x1b5)](o));}),eventBus['on'](w(0x1b0),o=>{const C=w;l[C(0x1af)]('{yellow-fg}===Log:\x20'+o+C(0x1c1)),l['scroll'](0x1),m[C(0x1ed)](),d[C(0x1f4)](JSON[C(0x1b5)](o));}));d['write'](w(0x1b2));const n=a34f[w(0x1d6)](a,b);l[w(0x1d0)](n['getWelcomeMessage']()),i(n[w(0x1f2)]['equipment']),g(n[w(0x1f2)]['inventory']),k(n[w(0x1f2)][w(0x1c6)]),m[w(0x1d5)]([w(0x1cc)],async()=>{const D=w,o=m[D(0x1b9)](),p=n[D(0x1e1)](o);(o[D(0x1a6)]('\x20')[0x0]==='take'||'equip'||D(0x1b3))&&(g(n[D(0x1f2)][D(0x1a9)]),i(n[D(0x1f2)][D(0x1fb)])),(o[D(0x1a6)]('\x20')[0x0]==='go'||D(0x1e0)||'unlock')&&k(n[D(0x1f2)]['currentLocation']),o[D(0x1a6)]('\x20')[0x0]===D(0x1ef)&&l[D(0x1d0)](''),p===null&&(l[D(0x1af)]('Thanks\x20for\x20playing!'),e[D(0x1e3)](),d[D(0x1f4)](D(0x1e8)),process['exit'](0x0)),l[D(0x1af)](p),l['scroll'](0x1),m[D(0x1ed)](),m[D(0x1b4)](),e[D(0x1e3)]();});}
1
+ (function(a,b){const t=a39d,c=a();while(!![]){try{const d=-parseInt(t(0xfd))/0x1*(-parseInt(t(0x122))/0x2)+parseInt(t(0x12e))/0x3*(-parseInt(t(0x139))/0x4)+parseInt(t(0x135))/0x5+parseInt(t(0x12a))/0x6+parseInt(t(0x148))/0x7+parseInt(t(0x107))/0x8+-parseInt(t(0xf3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x9c233));function a39c(){const C=['91978tjyUlZ','setRawMode','getOtherSide','stdin','screen','equip','getAllItems','OUTSIDE','1883682obPLej','Head:\x20','Arms:\x20','25%','3uLJEeG','getValue','unequip','\x20Inventory\x20','line','\x20Equipment\x20','clearValue','719270FHfwYV','Thanks\x20for\x20playing!','toString','(((.+)+)+)+$','2130412FnqIMq','render','arms','size','getInstance','rightHand','split','pushLine','apply','resume','setContent','box','leftHand','\x0aThere\x20are\x20no\x20exits\x20here.','\x20(Unlocked)','8829191SUjQnu','\x20Game\x20Log\x20','9290394JVoEEg','C-c','torso','player','feet','map','key','Gloves:\x20','Torso:\x20','70%','2ErQIty','search','scroll','clear','roomType','checkIfLocked','focus','yellow','constructor','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','3146528ktuGmE','inventory','10%','legs','take','textbox','white','None','<<<<<<<<---------\x20Terminating\x20game','append','Your\x20items\x20will\x20be\x20listed\x20here...','22%','getWelcomeMessage','lock','\x20(Locked)','cyan','45%','----->>>>>>\x20Initializing\x20Game','unlock','name','Available\x20exits\x20will\x20be\x20shown\x20here...','head','90%','exit','gloves','handleInput','75%'];a39c=function(){return C;};return a39c();}const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a39d;if(c){const e=c[u(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const v=a39d;return a39a[v(0x137)]()[v(0xfe)](v(0x138))[v(0x137)]()[v(0x105)](a39a)[v(0xfe)]('(((.+)+)+)+$');});a39a();import a39e from'blessed';import{capitalCase}from'change-case';import a39f from'./game.js';import{RoomType}from'./types/enums.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0xf2;let f=c[d];return f;},a39d(a,b);}export async function main(a,b,c){const w=a39d,d=Logger[w(0x13d)](c['logFilePath']);process[w(0x125)][w(0x123)](!![]),process[w(0x125)][w(0x142)]();const e=a39e[w(0x126)]({'smartCSR':!![],'title':'Side\x20Quest\x20Adventure\x20Game'}),f=a39e[w(0x144)]({'top':'0%','left':w(0x121),'width':w(0x12d),'height':w(0x117),'border':{'type':'line'},'label':w(0x131),'content':w(0x111),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x104)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),g=o=>{const x=w,p=o[x(0x128)]()[x(0xf8)](q=>q['name']);f['setContent'](p['join']('\x0a')),e[x(0x13a)]();};e[w(0x110)](f);const h=a39e[w(0x144)]({'top':'45%','left':'75%','width':w(0x12d),'height':w(0x12d),'border':{'type':w(0x132)},'label':w(0x133),'content':w(0x106),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x104)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x110)](h);function i(o){const y=w;h[y(0x143)](y(0x12b)+(o[y(0x11c)]?o['head'][y(0x11a)]:y(0x10e))+'\x0a'+(y(0xfb)+(o[y(0xf5)]?o[y(0xf5)][y(0x11a)]:'None')+'\x0a')+('Legs:\x20'+(o[y(0x10a)]?o[y(0x10a)][y(0x11a)]:y(0x10e))+'\x0a')+('Feet:\x20'+(o[y(0xf7)]?o[y(0xf7)][y(0x11a)]:y(0x10e))+'\x0a')+(y(0x12c)+(o[y(0x13b)]?o[y(0x13b)][y(0x11a)]:y(0x10e))+'\x0a')+(y(0xfa)+(o[y(0x11f)]?o['gloves'][y(0x11a)]:y(0x10e))+'\x0a')+('Left\x20Hand:\x20'+(o['leftHand']?o[y(0x145)]['name']:y(0x10e))+'\x0a')+('Right\x20Hand:\x20'+(o[y(0x13e)]?o[y(0x13e)][y(0x11a)]:y(0x10e))+'\x0a')),e[y(0x13a)]();}const j=a39e[w(0x144)]({'top':w(0xfc),'left':w(0x121),'width':w(0x12d),'height':w(0x112),'border':{'type':w(0x132)},'label':'\x20Exits\x20','content':w(0x11b),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x104)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e['append'](j);function k(o){const z=w;let p='';o['exits'][z(0x13c)]>0x0?o['exits']['forEach']((q,r)=>{const A=z;if(q instanceof Door){const s=q[A(0x124)](o);s[A(0x101)]===RoomType[A(0x129)]?p+=capitalCase(r)+':\x20'+s[A(0x11a)]:p+=capitalCase(r)+':\x20'+q[A(0x11a)];if(q[A(0x102)]())p+=A(0x115);else q['checkIfLockable']()&&(p+=A(0x147));p+='\x0a';}else p+=capitalCase(r)+'\x0a';}):p+=z(0x146),j[z(0x143)](p),e['render']();}const l=a39e['box']({'top':'0%','left':'0%','width':w(0x121),'height':w(0x11d),'border':{'type':w(0x132)},'label':w(0xf2),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x104)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});e['append'](l);const m=a39e[w(0x10c)]({'bottom':0x0,'left':0x0,'width':'100%','height':w(0x109),'tags':!![],'border':{'type':w(0x132)},'style':{'fg':w(0x10d),'border':{'fg':w(0x116)}},'keys':!![],'mouse':!![],'inputOnFocus':!![]});e[w(0x110)](m),e[w(0xf9)](['escape',w(0xf4)],()=>process[w(0x11e)](0x0)),m[w(0x103)](),e['render'](),d['write'](w(0x118));const n=a39f[w(0x13d)](a,b);l[w(0x143)](n[w(0x113)]()),i(n[w(0xf6)]['equipment']),g(n['player']['inventory']),k(n[w(0xf6)]['currentLocation']),m[w(0xf9)](['enter'],async()=>{const B=w,o=m[B(0x12f)](),p=n[B(0x120)](o);(o[B(0x13f)]('\x20')[0x0]===B(0x10b)||B(0x127)||B(0x130))&&(g(n[B(0xf6)][B(0x108)]),i(n[B(0xf6)]['equipment'])),(o['split']('\x20')[0x0]==='go'||B(0x114)||B(0x119))&&k(n[B(0xf6)]['currentLocation']),o['split']('\x20')[0x0]===B(0x100)&&l[B(0x143)](''),p===null&&(l[B(0x140)](B(0x136)),e[B(0x13a)](),d['write'](B(0x10f)),process[B(0x11e)](0x0)),l[B(0x140)](p),l[B(0xff)](0x1),m[B(0x134)](),m['focus'](),e['render']();});}
@@ -1 +1 @@
1
- const a36k=a36d;(function(a,b){const h=a36d,c=a();while(!![]){try{const d=-parseInt(h(0x18f))/0x1*(parseInt(h(0x186))/0x2)+-parseInt(h(0x192))/0x3*(-parseInt(h(0x188))/0x4)+-parseInt(h(0x191))/0x5*(parseInt(h(0x189))/0x6)+parseInt(h(0x18a))/0x7*(-parseInt(h(0x17c))/0x8)+parseInt(h(0x18d))/0x9*(parseInt(h(0x18e))/0xa)+-parseInt(h(0x17e))/0xb+-parseInt(h(0x190))/0xc*(-parseInt(h(0x193))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x35cd4));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a36d;if(c){const e=c[i(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const j=a36d;return a36a['toString']()[j(0x182)](j(0x17f))[j(0x197)]()[j(0x18c)](a36a)[j(0x182)]('(((.+)+)+)+$');});a36a();import a36e from'fs';import a36f from'os';function a36c(){const o=['64253uwoEoD','apply','constructor','276417MULAaV','10DomUVQ','1ltIIpO','7802472VaLVaK','130tEpMrz','25419oPxHkJ','13ZkxwUK','appendFileSync','homedir','error','toString','88lRurCd','[ERROR]\x20[','2330240KrdxqW','(((.+)+)+)+$','[INFO]\x20[','filePath','search','getInstance','.maka','toISOString','5614lsYKHb','instance','44iqBJYB','54954ddHqJc'];a36c=function(){return o;};return a36c();}import a36g from'path';const homeDir=a36f[a36k(0x195)]();class Logger{static [a36k(0x187)];['filePath'];constructor(a){this['filePath']=a;}static[a36k(0x183)](a=a36g['join'](homeDir,a36k(0x184),'side-quest.log')){const l=a36k;return!Logger[l(0x187)]&&(Logger[l(0x187)]=new Logger(a)),Logger[l(0x187)];}['write'](a){const m=a36k,b=new Date()[m(0x185)]();a36e[m(0x194)](this[m(0x181)],m(0x180)+b+']\x20'+a+'\x0a');}[a36k(0x196)](a){const n=a36k,b=new Date()[n(0x185)]();a36e[n(0x194)](this[n(0x181)],n(0x17d)+b+']\x20'+a+'\x0a');}}function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x17c;let f=c[d];return f;},a36d(a,b);}export default Logger;
1
+ const a40j=a40d;(function(a,b){const h=a40d,c=a();while(!![]){try{const d=parseInt(h(0x140))/0x1+parseInt(h(0x13a))/0x2*(parseInt(h(0x138))/0x3)+-parseInt(h(0x14d))/0x4+parseInt(h(0x14c))/0x5*(parseInt(h(0x143))/0x6)+-parseInt(h(0x145))/0x7+-parseInt(h(0x146))/0x8+-parseInt(h(0x137))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x8400f));const a40b=(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;};}()),a40a=a40b(this,function(){const i=a40d;return a40a[i(0x147)]()[i(0x13b)]('(((.+)+)+)+$')[i(0x147)]()['constructor'](a40a)[i(0x13b)]('(((.+)+)+)+$');});function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x137;let f=c[d];return f;},a40d(a,b);}a40a();import a40e from'fs';function a40c(){const o=['54XwEEMj','homedir','2301061rBNnRf','707792ZbUTMn','toString','[INFO]\x20[','toISOString','getInstance','write','491505PLolQd','3221792QmZaFr','1469385kYtPMi','224907PneXSe','join','2WfArsZ','search','side-quest.log','.maka','filePath','instance','966919waZzgZ','error','appendFileSync'];a40c=function(){return o;};return a40c();}import a40f from'os';import a40g from'path';const homeDir=a40f[a40j(0x144)]();export class Logger{static [a40j(0x13f)];[a40j(0x13e)];constructor(a){const k=a40j;this[k(0x13e)]=a;}static[a40j(0x14a)](a=a40g[a40j(0x139)](homeDir,a40j(0x13d),a40j(0x13c))){const l=a40j;return!Logger[l(0x13f)]&&(Logger[l(0x13f)]=new Logger(a)),Logger[l(0x13f)];}[a40j(0x14b)](a){const m=a40j,b=new Date()['toISOString']();a40e['appendFileSync'](this[m(0x13e)],m(0x148)+b+']\x20'+a+'\x0a');}[a40j(0x141)](a){const n=a40j,b=new Date()[n(0x149)]();a40e[n(0x142)](this[n(0x13e)],'[ERROR]\x20['+b+']\x20'+a+'\x0a');}}
@@ -1 +1 @@
1
- const a37k=a37d;(function(a,b){const h=a37d,c=a();while(!![]){try{const d=-parseInt(h(0xce))/0x1*(parseInt(h(0xc5))/0x2)+-parseInt(h(0xd0))/0x3+parseInt(h(0xd6))/0x4*(-parseInt(h(0xd4))/0x5)+-parseInt(h(0xd7))/0x6+parseInt(h(0xd1))/0x7+parseInt(h(0xcb))/0x8+-parseInt(h(0xd8))/0x9*(-parseInt(h(0xcc))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x936f5));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a37d;if(c){const e=c[i(0xd5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const j=a37d;return a37a[j(0xc7)]()[j(0xc0)]('(((.+)+)+)+$')[j(0xc7)]()[j(0xca)](a37a)[j(0xc0)](j(0xc2));});function a37c(){const m=['player','constructor','261792VNUMBP','18287110FWXCJQ','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','647wOiutp','stdout','2578575wbpjJM','6888567GIcJLA','fsi','Commoner','92995mLNLmk','apply','164nmkcoM','72036bxYtMp','9nXpdnd','Play\x20a\x20little\x20side-quest','search','create','(((.+)+)+)+$','maka\x20play:side-quest','join','1878Roecwk','write','toString','debug'];a37c=function(){return m;};return a37c();}a37a();import a37e from'path';import a37f from'./play.command.js';import{Command}from'../../command.js';import{main}from'./sideQuest/ui.js';import a37g from'./sideQuest/rooms.js';import{Player}from'./sideQuest/player.js';const playerInventory=[],playerEquipment={'head':null,'torso':null,'legs':null,'feet':null,'arms':null,'gloves':null,'leftHand':null,'rightHand':null};function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0xc0;let f=c[d];return f;},a37d(a,b);}Command[a37k(0xc1)]({'name':'side-quest','usage':a37k(0xc3),'shortDesc':a37k(0xd9),'aliases':['sq'],'description':a37k(0xcd),'validOpts':[a37k(0xc8),a37k(0xc9)]},async function(a,b){const l=a37k,c=this[l(0xd2)]['getGlobalMakaDir'](),d=a37e[l(0xc4)](c,'side-quest.log'),e=b[l(0xc9)]?b[l(0xc9)]:l(0xd3),f=new Player(e);process[l(0xcf)][l(0xc6)]('\x1bc');const g={...b,'logFilePath':d};main(f,a37g,g);},a37f);
1
+ const a41k=a41d;function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0xf4;let f=c[d];return f;},a41d(a,b);}(function(a,b){const h=a41d,c=a();while(!![]){try{const d=parseInt(h(0x105))/0x1+-parseInt(h(0xfa))/0x2*(-parseInt(h(0xf6))/0x3)+-parseInt(h(0x108))/0x4+-parseInt(h(0xf5))/0x5+parseInt(h(0xf8))/0x6+parseInt(h(0xfc))/0x7+parseInt(h(0x10c))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x53e31));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a41d;if(c){const e=c[i(0x10d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const j=a41d;return a41a[j(0x10b)]()[j(0x104)](j(0x107))[j(0x10b)]()[j(0xfe)](a41a)[j(0x104)](j(0x107));});a41a();import a41e from'path';import a41f from'./play.command.js';import{Command}from'../../command.js';import{main}from'./sideQuest/ui.js';function a41c(){const m=['apply','Just\x20a\x20little\x20pet\x20project...\x20I\x20really\x20liked\x20the\x20Dunnet\x20game\x20that\x0a\x20\x20came\x20with\x20MacOS\x20but\x20has\x20been\x20removed.\x20\x20Just\x20messing\x20around\x20and\x20building\x0a\x20\x20out\x20a\x20similar\x20thing...','1521640unoEEP','64797yzTXpK','side-quest.log','2825394naFLTD','create','26UKhUaE','Play\x20a\x20little\x20side-quest','1321327OUDvbE','maka\x20play:side-quest','constructor','stdout','write','getGlobalMakaDir','side-quest','debug','search','175561aEWDGb','player','(((.+)+)+)+$','2251756iCAEqc','join','Commoner','toString','758880kGGKEe'];a41c=function(){return m;};return a41c();}import a41g from'./sideQuest/scenes/rooms.js';import{Player}from'./sideQuest/models/player.js';Command[a41k(0xf9)]({'name':a41k(0x102),'usage':a41k(0xfd),'shortDesc':a41k(0xfb),'aliases':['sq'],'description':a41k(0xf4),'validOpts':[a41k(0x103),a41k(0x106)]},async function(a,b){const l=a41k,c=this['fsi'][l(0x101)](),d=a41e[l(0x109)](c,l(0xf7)),e=b[l(0x106)]?b['player']:l(0x10a),f=new Player({'playerName':e});process[l(0xff)][l(0x100)]('\x1bc');const g={...b,'logFilePath':d};main(f,a41g,g);},a41f);
@@ -1 +1 @@
1
- function a38c(){var k=['4197618KpigMY','snake','search','9RXUXyi','1465107ERCdhy','8EMcQTt','(((.+)+)+)+$','npx\x20command-line-snake','27162hsGBPo','43481660eioqKh','toString','apply','create','835oTNoJR','1358108XdcvFa','2568700akAvHJ','153702bgEkPe'];a38c=function(){return k;};return a38c();}var a38i=a38d;(function(a,b){var f=a38d,c=a();while(!![]){try{var d=-parseInt(f(0xa1))/0x1+-parseInt(f(0xa3))/0x2*(parseInt(f(0x96))/0x3)+-parseInt(f(0xa2))/0x4+parseInt(f(0xa0))/0x5*(-parseInt(f(0x9b))/0x6)+-parseInt(f(0x97))/0x7+-parseInt(f(0x98))/0x8*(parseInt(f(0xa4))/0x9)+parseInt(f(0x9c))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0xa7632));var a38b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a38d;if(c){var e=c[g(0x9e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){var h=a38d;return a38a[h(0x9d)]()[h(0xa6)](h(0x99))[h(0x9d)]()['constructor'](a38a)[h(0xa6)](h(0x99));});a38a();import a38e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a38d(a,b){var c=a38c();return a38d=function(d,e){d=d-0x96;var f=c[d];return f;},a38d(a,b);}Command[a38i(0x9f)]({'name':a38i(0xa5),'usage':'maka\x20game:snake','shortDesc':'Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','validOpts':[]},async function(){var j=a38i;execSync(j(0x9a),{'stdio':'inherit'});},a38e);
1
+ function a42c(){var k=['972ZkiACE','7oxVxwt','snake','8964472KQBXlc','2769HyIkkG','895290tXMOyT','apply','1069253JfcWxf','inherit','toString','(((.+)+)+)+$','27585cPLnLQ','10DTiarh','120wFfmMI','2402frHTvc','search','1128420dejhlQ','maka\x20game:snake','constructor','6343956mjJxwt','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake'];a42c=function(){return k;};return a42c();}var a42i=a42d;(function(a,b){var f=a42d,c=a();while(!![]){try{var d=parseInt(f(0xa7))/0x1+parseInt(f(0xae))/0x2*(-parseInt(f(0xb9))/0x3)+parseInt(f(0xb0))/0x4+-parseInt(f(0xab))/0x5*(parseInt(f(0xb5))/0x6)+-parseInt(f(0xb6))/0x7*(-parseInt(f(0xb8))/0x8)+-parseInt(f(0xb3))/0x9*(parseInt(f(0xac))/0xa)+-parseInt(f(0xba))/0xb*(-parseInt(f(0xad))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x8d460));var a42b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a42d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){var h=a42d;return a42a[h(0xa9)]()['search']('(((.+)+)+)+$')[h(0xa9)]()[h(0xb2)](a42a)[h(0xaf)](h(0xaa));});function a42d(a,b){var c=a42c();return a42d=function(d,e){d=d-0xa6;var f=c[d];return f;},a42d(a,b);}a42a();import a42e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a42i(0xb7),'usage':a42i(0xb1),'shortDesc':a42i(0xb4),'validOpts':[]},async function(){var j=a42i;execSync('npx\x20command-line-snake',{'stdio':j(0xa8)});},a42e);
@@ -1 +1 @@
1
- var a39i=a39d;function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x15f;var f=c[d];return f;},a39d(a,b);}(function(a,b){var f=a39d,c=a();while(!![]){try{var d=-parseInt(f(0x168))/0x1+parseInt(f(0x169))/0x2+-parseInt(f(0x16c))/0x3*(-parseInt(f(0x165))/0x4)+-parseInt(f(0x16b))/0x5+parseInt(f(0x16a))/0x6*(parseInt(f(0x16f))/0x7)+parseInt(f(0x16d))/0x8+-parseInt(f(0x170))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x5ce34));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a39d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var h=a39d;return a39a['toString']()[h(0x171)](h(0x160))[h(0x16e)]()[h(0x167)](a39a)[h(0x171)](h(0x160));});a39a();import a39e from'./play.command.js';import{Command}from'../../command.js';function a39c(){var k=['571752dTmSex','search','create','(((.+)+)+)+$','maka\x20game:tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','npx\x20simple-tetris','tetris','472ErqydB','apply','constructor','122774bknvMX','606746HDXYBa','6IPdTPY','3280670baVwUU','5262owBJYf','138528jeqQtl','toString','4866701ldtuPX'];a39c=function(){return k;};return a39c();}import{execSync}from'child_process';Command[a39i(0x15f)]({'name':a39i(0x164),'usage':a39i(0x161),'shortDesc':a39i(0x162),'validOpts':[]},async function(){var j=a39i;execSync(j(0x163),{'stdio':'inherit'});},a39e);
1
+ function a43c(){var k=['7836ImKXoH','(((.+)+)+)+$','apply','9IIKtfE','938736JqmKFM','npx\x20simple-tetris','39420xFRsyM','inherit','1671852tsThZm','1339219nKoUhE','150480YSbsdF','2715FmBuBI','253722gnycAd','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','maka\x20game:tetris','search','toString','429MQgJdt','45flHluR'];a43c=function(){return k;};return a43c();}var a43i=a43d;(function(a,b){var f=a43d,c=a();while(!![]){try{var d=parseInt(f(0x1e2))/0x1+parseInt(f(0x1e4))/0x2*(parseInt(f(0x1ee))/0x3)+-parseInt(f(0x1e0))/0x4+-parseInt(f(0x1e3))/0x5*(-parseInt(f(0x1eb))/0x6)+parseInt(f(0x1e1))/0x7+-parseInt(f(0x1dc))/0x8*(parseInt(f(0x1ea))/0x9)+-parseInt(f(0x1de))/0xa*(-parseInt(f(0x1e9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0x8dbfb));var a43b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a43d;if(c){var e=c[g(0x1ed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){var h=a43d;return a43a[h(0x1e8)]()[h(0x1e7)](h(0x1ec))[h(0x1e8)]()['constructor'](a43a)['search'](h(0x1ec));});a43a();import a43e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a43d(a,b){var c=a43c();return a43d=function(d,e){d=d-0x1dc;var f=c[d];return f;},a43d(a,b);}Command['create']({'name':'tetris','usage':a43i(0x1e6),'shortDesc':a43i(0x1e5),'validOpts':[]},async function(){var j=a43i;execSync(j(0x1dd),{'stdio':j(0x1df)});},a43e);
@@ -1 +1 @@
1
- const a40h=a40d;(function(a,b){const f=a40d,c=a();while(!![]){try{const d=parseInt(f(0x193))/0x1*(parseInt(f(0x19b))/0x2)+parseInt(f(0x1a2))/0x3*(-parseInt(f(0x1a3))/0x4)+parseInt(f(0x1a4))/0x5*(parseInt(f(0x191))/0x6)+parseInt(f(0x18b))/0x7*(-parseInt(f(0x198))/0x8)+parseInt(f(0x190))/0x9*(parseInt(f(0x18c))/0xa)+parseInt(f(0x19a))/0xb+-parseInt(f(0x186))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0xe0a31));const a40b=(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;};}()),a40a=a40b(this,function(){const g=a40d;return a40a[g(0x192)]()[g(0x18d)](g(0x18e))[g(0x192)]()[g(0x1a6)](a40a)['search'](g(0x18e));});a40a();import{Command}from'../command.js';function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x186;let f=c[d];return f;},a40d(a,b);}function a40c(){const j=['12855227WLiSoS','2638414nULbqN','Could\x20not\x20find\x20generator','maka\x20g:api\x20trucks','Generators:','maka\x20g:route\x20todos/edit','help','Scaffold\x20various\x20parts\x20of\x20your\x20application','22926rVTvIh','340jhJEae','12630NxExJj','slice','constructor','17107452LigcIE','maka\x20g:template\x20todos/todo_item','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:package\x20package:name','dir','28rDoPty','7620WqWJMk','search','(((.+)+)+)+$','notice','10539WkpLkM','3306MdJoDX','toString','1FsxfZe','generate','maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','create','3553376eOcpwr','maka\x20g:dbc\x20geoserver\x20--type=pgsql'];a40c=function(){return j;};return a40c();}import{Log}from'../tools/log/log.class.js';import a40e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a40h(0x197)]({'name':a40h(0x194),'aliases':['g'],'usage':a40h(0x195),'validOpts':[a40h(0x18a),'where',a40h(0x1a0)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a40h(0x1a1),'description':a40h(0x188),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a40h(0x187),a40h(0x189),a40h(0x19f),a40h(0x19d),a40h(0x199)]},async function(a,b){const i=a40h,c=a[0x0],d=a40e['findGenerator'](c);if(!d){b[i(0x1a0)]?(Log[i(0x18f)](i(0x19e)),a40e['listGenerators']()):Log['error'](i(0x19c));throw new UsageError();}await d[i(0x196)](a[i(0x1a5)](0x1),b);});
1
+ const a44i=a44d;(function(a,b){const f=a44d,c=a();while(!![]){try{const d=parseInt(f(0xbf))/0x1+parseInt(f(0xb6))/0x2+parseInt(f(0xab))/0x3*(parseInt(f(0xb9))/0x4)+-parseInt(f(0xba))/0x5*(-parseInt(f(0xa6))/0x6)+parseInt(f(0xc0))/0x7*(-parseInt(f(0xbb))/0x8)+-parseInt(f(0xb4))/0x9+parseInt(f(0xaa))/0xa*(-parseInt(f(0xbe))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x44ff7));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a44d;if(c){const e=c[g(0xa7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const h=a44d;return a44a[h(0xb5)]()[h(0xb8)](h(0xbd))[h(0xb5)]()[h(0xa5)](a44a)[h(0xb8)](h(0xbd));});a44a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a44e from'../generators/maka.gen.js';function a44c(){const k=['35Gqlrpv','constructor','3050130FzsBgK','apply','maka\x20g:api\x20trucks','create','70gioCoU','3bpAxFb','help','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','error','Generators:','maka\x20g:package\x20package:name','listGenerators','notice','Scaffold\x20various\x20parts\x20of\x20your\x20application','1137681QHBrPd','toString','734706bIdnKM','where','search','2237628nHXEQU','5RanjoB','268936aIdzoD','maka\x20{generate,\x20g}:<generator>\x20<name>','(((.+)+)+)+$','1822909MdOBCj','302027UfdBZw'];a44c=function(){return k;};return a44c();}import{UsageError}from'../error.js';function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0xa5;let f=c[d];return f;},a44d(a,b);}Command[a44i(0xa9)]({'name':'generate','aliases':['g'],'usage':a44i(0xbc),'validOpts':['dir',a44i(0xb7),a44i(0xac)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a44i(0xb3),'description':a44i(0xad),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos','maka\x20g:template\x20todos/todo_item',a44i(0xb0),'maka\x20g:route\x20todos/edit',a44i(0xa8),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a44i,c=a[0x0],d=a44e['findGenerator'](c);if(!d){b[j(0xac)]?(Log[j(0xb2)](j(0xaf)),a44e[j(0xb1)]()):Log[j(0xae)]('Could\x20not\x20find\x20generator');throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a41d,c=a();while(!![]){try{var d=-parseInt(f(0xc3))/0x1*(-parseInt(f(0xc0))/0x2)+parseInt(f(0xbc))/0x3*(-parseInt(f(0xc1))/0x4)+-parseInt(f(0xbd))/0x5*(-parseInt(f(0xb4))/0x6)+-parseInt(f(0xba))/0x7+parseInt(f(0xc2))/0x8*(parseInt(f(0xb7))/0x9)+-parseInt(f(0xc4))/0xa+-parseInt(f(0xb5))/0xb*(-parseInt(f(0xbb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x4ad28));function a41d(a,b){var c=a41c();return a41d=function(d,e){d=d-0xb4;var f=c[d];return f;},a41d(a,b);}var a41b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a41d;if(c){var e=c[g(0xbe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){var h=a41d;return a41a[h(0xb8)]()['search']('(((.+)+)+)+$')['toString']()[h(0xbf)](a41a)[h(0xb6)](h(0xb9));});a41a();import'./get.command.js';import'./global.sub.cmd.js';function a41c(){var i=['12dfBgJl','11922lGSBUh','10ZAqxxf','apply','constructor','2mfjftb','244nbjkrF','72kHCjPQ','313387iLtLCq','4321920UcirEe','1775802jaEDeL','1116181RAEnmq','search','118791YfOTRO','toString','(((.+)+)+)+$','1011535KoIwhW'];a41c=function(){return i;};return a41c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a45d,c=a();while(!![]){try{var d=-parseInt(f(0x1ce))/0x1+parseInt(f(0x1ca))/0x2+-parseInt(f(0x1c7))/0x3*(-parseInt(f(0x1c9))/0x4)+parseInt(f(0x1d1))/0x5+parseInt(f(0x1cd))/0x6*(-parseInt(f(0x1cf))/0x7)+parseInt(f(0x1c5))/0x8+-parseInt(f(0x1cc))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0xa8b9c));var a45b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a45d;if(c){var e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){var h=a45d;return a45a[h(0x1d0)]()[h(0x1c4)](h(0x1c8))['toString']()[h(0x1c6)](a45a)['search'](h(0x1c8));});a45a();function a45d(a,b){var c=a45c();return a45d=function(d,e){d=d-0x1c4;var f=c[d];return f;},a45d(a,b);}function a45c(){var i=['2592668gCqkRr','apply','5892120OxlRhY','1668996xWjRPw','513345pyAesb','28djDIDJ','toString','2834260FYUvVp','search','3812240wEykvT','constructor','3ZKCNyP','(((.+)+)+)+$','2528292eIjjCn'];a45c=function(){return i;};return a45c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a42i=a42d;(function(a,b){const f=a42d,c=a();while(!![]){try{const d=parseInt(f(0xf5))/0x1*(parseInt(f(0xfd))/0x2)+parseInt(f(0xfb))/0x3*(parseInt(f(0xff))/0x4)+parseInt(f(0xf3))/0x5*(parseInt(f(0xfc))/0x6)+-parseInt(f(0xfa))/0x7*(-parseInt(f(0x101))/0x8)+-parseInt(f(0xfe))/0x9+-parseInt(f(0xf4))/0xa+parseInt(f(0x102))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0xc47bf));const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a42d;if(c){const e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const h=a42d;return a42a[h(0xf7)]()[h(0xf6)]('(((.+)+)+)+$')[h(0xf7)]()['constructor'](a42a)[h(0xf6)]('(((.+)+)+)+$');});a42a();import{Command}from'../../command.js';function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0xf3;let f=c[d];return f;},a42d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a42c(){const k=['apply','8razNsX','4025241HQgbOt','590oSLrHe','4460410pHtPkd','998CLtwap','search','toString','create','error','1899653BWOtwY','12amOvgr','34446LNqaPv','1608YaUfOL','8754120rCCkXn','106380CJmDRC'];a42c=function(){return k;};return a42c();}const GetCommand=Command[a42i(0xf8)]({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a42i,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log[j(0xf9)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ function a46d(a,b){const c=a46c();return a46d=function(d,e){d=d-0x1b3;let f=c[d];return f;},a46d(a,b);}const a46i=a46d;(function(a,b){const f=a46d,c=a();while(!![]){try{const d=parseInt(f(0x1b9))/0x1*(-parseInt(f(0x1b8))/0x2)+-parseInt(f(0x1c3))/0x3+-parseInt(f(0x1c5))/0x4+parseInt(f(0x1bf))/0x5*(-parseInt(f(0x1c1))/0x6)+-parseInt(f(0x1b5))/0x7+-parseInt(f(0x1c2))/0x8*(parseInt(f(0x1c7))/0x9)+parseInt(f(0x1b4))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x23268));const a46b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a46d;if(c){const e=c[g(0x1ba)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){const h=a46d;return a46a[h(0x1c0)]()[h(0x1bd)]('(((.+)+)+)+$')['toString']()[h(0x1bc)](a46a)['search'](h(0x1b3));});a46a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a46c(){const k=['2DawQYA','5970fxAAGT','apply','error','constructor','search','maka\x20get:<sub-command>','878240tcLzit','toString','6WvCbtx','576XAIZqK','630885GxnTvy','runSubCommand','1018920aWgrep','Sub-Command\x20not\x20found','9846aJDJyk','(((.+)+)+)+$','10302900WnIKjZ','1126321SRnWur','Get\x20various\x20Maka\x20variables\x20and\x20configurations','findSubCommand'];a46c=function(){return k;};return a46c();}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':'get','usage':a46i(0x1be),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a46i(0x1b6),'validOpts':[]},async function(a,b){const j=a46i,c=a[0x0],d=this[j(0x1b7)](c);if(d)this[j(0x1c4)](c,a,b);else{Log[j(0x1bb)](j(0x1c6));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a43i=a43d;(function(a,b){const f=a43d,c=a();while(!![]){try{const d=-parseInt(f(0x1a2))/0x1+parseInt(f(0x1aa))/0x2+parseInt(f(0x1a9))/0x3+-parseInt(f(0x1b2))/0x4+parseInt(f(0x1ab))/0x5+-parseInt(f(0x1ad))/0x6*(parseInt(f(0x1ac))/0x7)+-parseInt(f(0x1a8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0x5462e));const a43b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a43d;if(c){const e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){const h=a43d;return a43a[h(0x1b1)]()[h(0x1a4)](h(0x1a3))['toString']()[h(0x1a0)](a43a)[h(0x1a4)]('(((.+)+)+)+$');});a43a();import a43e from'./get.command.js';function a43c(){const k=['search','fsi','error','apply','5602256CbmMCG','1092669BQKojl','1159168SwvDJn','3305210kjwRdM','44674wMCVie','396RwdpKs','log','create','getGlobalConfig','toString','102512vnnxnO','constructor','maka\x20get:global-config','112081WpIJPN','(((.+)+)+)+$'];a43c=function(){return k;};return a43c();}function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a43d(a,b);}import{Command}from'../../command.js';Command[a43i(0x1af)]({'name':'global-config','usage':a43i(0x1a1),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a43i;try{const a=await this[j(0x1a5)][j(0x1b0)]();console[j(0x1ae)](a);}catch(b){console[j(0x1a6)](b),process['exit'](0x0);}},a43e);
1
+ const a47h=a47d;(function(a,b){const f=a47d,c=a();while(!![]){try{const d=parseInt(f(0x121))/0x1+-parseInt(f(0x11b))/0x2*(-parseInt(f(0x122))/0x3)+-parseInt(f(0x126))/0x4*(-parseInt(f(0x131))/0x5)+parseInt(f(0x128))/0x6*(-parseInt(f(0x12d))/0x7)+parseInt(f(0x125))/0x8*(-parseInt(f(0x11e))/0x9)+-parseInt(f(0x12c))/0xa+parseInt(f(0x12e))/0xb*(parseInt(f(0x12a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0xbba8b));const a47b=(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;};}()),a47a=a47b(this,function(){const g=a47d;return a47a['toString']()[g(0x12f)](g(0x124))[g(0x11a)]()[g(0x127)](a47a)['search'](g(0x124));});a47a();function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x11a;let f=c[d];return f;},a47d(a,b);}import a47e from'./get.command.js';function a47c(){const j=['11104890sruIDe','4994290fJUHQc','1639BkeWTJ','search','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','5MmcRzX','toString','1653890fOkThy','log','fsi','10123479lGbcLc','getGlobalConfig','maka\x20get:global-config','1391408tCkWwz','3NEvTWn','exit','(((.+)+)+)+$','8FyJzmJ','5844968JvXhtg','constructor','6miJJMP','create','3048xpvuVI','error'];a47c=function(){return j;};return a47c();}import{Command}from'../../command.js';Command[a47h(0x129)]({'name':'global-config','usage':a47h(0x120),'aliases':['gc'],'shortDesc':a47h(0x130),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a47h;try{const a=await this[i(0x11d)][i(0x11f)]();console[i(0x11c)](a);}catch(b){console[i(0x12b)](b),process[i(0x123)](0x0);}},a47e);
@@ -1 +1 @@
1
- const a44i=a44d;(function(a,b){const f=a44d,c=a();while(!![]){try{const d=-parseInt(f(0xd1))/0x1*(parseInt(f(0xc0))/0x2)+parseInt(f(0xd2))/0x3*(parseInt(f(0xd0))/0x4)+-parseInt(f(0xc8))/0x5*(parseInt(f(0xc2))/0x6)+parseInt(f(0xcb))/0x7+-parseInt(f(0xc9))/0x8+parseInt(f(0xc7))/0x9+-parseInt(f(0xd3))/0xa*(-parseInt(f(0xce))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x92bdc));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a44d;if(c){const e=c[g(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const h=a44d;return a44a[h(0xc3)]()[h(0xca)]('(((.+)+)+)+$')[h(0xc3)]()[h(0xcc)](a44a)[h(0xca)](h(0xc1));});function a44c(){const k=['6952976nIzDTe','search','295743RmleOP','constructor','log','154bWCcZg','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','1325708qEYJwt','484604KZRnEM','9JKDCVq','617210JVjLic','local-config','maka\x20get:local-config','fsi','4YVhErN','(((.+)+)+)+$','1032ZHcpsi','toString','apply','getProjectConfig','create','8771454bAXIRt','12670sJnCDV'];a44c=function(){return k;};return a44c();}a44a();function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0xbe;let f=c[d];return f;},a44d(a,b);}import a44e from'./get.command.js';import{Command}from'../../command.js';Command[a44i(0xc6)]({'name':a44i(0xd4),'usage':a44i(0xbe),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a44i(0xcf),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a44i,a=await this[j(0xbf)][j(0xc5)]();console[j(0xcd)](a);},a44e);
1
+ const a48i=a48d;(function(a,b){const f=a48d,c=a();while(!![]){try{const d=-parseInt(f(0x1bb))/0x1+parseInt(f(0x1c3))/0x2+parseInt(f(0x1bf))/0x3+parseInt(f(0x1c1))/0x4+parseInt(f(0x1c8))/0x5+parseInt(f(0x1bc))/0x6+-parseInt(f(0x1c9))/0x7*(-parseInt(f(0x1ba))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0xcf982));function a48c(){const k=['toString','3773232WsUbSp','1568790mRlqqk','775182okusAR','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','log','1628844WXpZvx','search','2514200gIHJJS','(((.+)+)+)+$','931092tkflJw','maka\x20get:local-config','constructor','create','apply','906005fwNqyw','7tSXrNl','local-config'];a48c=function(){return k;};return a48c();}const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a48d;if(c){const e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const h=a48d;return a48a[h(0x1cb)]()['search'](h(0x1c2))[h(0x1cb)]()[h(0x1c5)](a48a)[h(0x1c0)](h(0x1c2));});function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x1ba;let f=c[d];return f;},a48d(a,b);}a48a();import a48e from'./get.command.js';import{Command}from'../../command.js';Command[a48i(0x1c6)]({'name':a48i(0x1ca),'usage':a48i(0x1c4),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a48i(0x1bd),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a48i,a=await this['fsi']['getProjectConfig']();console[j(0x1be)](a);},a48e);
@@ -1 +1 @@
1
- const a45j=a45d;(function(a,b){const g=a45d,c=a();while(!![]){try{const d=-parseInt(g(0x1c2))/0x1*(parseInt(g(0x1bd))/0x2)+-parseInt(g(0x1b3))/0x3*(-parseInt(g(0x1b4))/0x4)+-parseInt(g(0x1ad))/0x5*(-parseInt(g(0x1b1))/0x6)+-parseInt(g(0x1b2))/0x7*(parseInt(g(0x1b8))/0x8)+parseInt(g(0x1a9))/0x9+-parseInt(g(0x1c3))/0xa+parseInt(g(0x1ac))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x9ee9a));const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a45d;if(c){const e=c[h(0x1af)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const i=a45d;return a45a[i(0x1b6)]()[i(0x1ab)](i(0x1c1))['toString']()[i(0x1bf)](a45a)[i(0x1ab)]('(((.+)+)+)+$');});a45a();import a45e from'./get.command.js';function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a45d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a45c(){const l=['exit','join','error','4778WkbVJL','whoami','constructor','notice','(((.+)+)+)+$','293bimRoq','12904120fWqgud','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','hash','authToken','fsi','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','10835910pAmrix','User\x20Access\x20Token:\x20\x20','search','4670600VxFcVa','5snfVen','create','apply','user','4092534iTUgtV','49IfHcsd','2980443qvSNOG','4OQEyld','roles','toString','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','757560HiErBj','token'];a45c=function(){return l;};return a45c();}import a45f from'jsonwebtoken';Command[a45j(0x1ae)]({'name':a45j(0x1be),'usage':'maka\x20get:whoami','shortDesc':a45j(0x1b7),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a45j;try{const a=await this[k(0x1c7)]['getGlobalConfig']();if(a[k(0x1c5)]){const b=a45f['decode'](a[k(0x1c5)]);Log[k(0x1c0)](k(0x1c4)+b?.[k(0x1b0)]),Log['notice']('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0x1b9)]?.['userId']),Log[k(0x1c0)](k(0x1aa)+a[k(0x1b9)]?.[k(0x1c6)]),Log[k(0x1c0)](k(0x1c8)+b?.[k(0x1b5)][k(0x1bb)](',\x20'));}}catch(c){console[k(0x1bc)](c),process[k(0x1ba)](0x0);}},a45e);
1
+ const a49j=a49d;(function(a,b){const g=a49d,c=a();while(!![]){try{const d=-parseInt(g(0x6e))/0x1+parseInt(g(0x6d))/0x2+parseInt(g(0x7f))/0x3+parseInt(g(0x74))/0x4+-parseInt(g(0x71))/0x5*(-parseInt(g(0x6b))/0x6)+-parseInt(g(0x7b))/0x7*(-parseInt(g(0x7d))/0x8)+-parseInt(g(0x73))/0x9*(parseInt(g(0x69))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x1d52c));function a49c(){const l=['(((.+)+)+)+$','2974221wMFOvt','366748XKmRNU','toString','decode','apply','hash','getGlobalConfig','authToken','112ffsBGz','notice','118144pFreQJ','fsi','426018WbzmCJ','exit','whoami','maka\x20get:whoami','token','20FhumwS','search','145548NjyqPd','create','469100AmfXEj','20517OlaGsE','userId','constructor','20gQfQOG'];a49c=function(){return l;};return a49c();}const a49b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a49d;if(c){const e=c[h(0x77)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){const i=a49d;return a49a[i(0x75)]()[i(0x6a)](i(0x72))[i(0x75)]()[i(0x70)](a49a)[i(0x6a)](i(0x72));});a49a();function a49d(a,b){const c=a49c();return a49d=function(d,e){d=d-0x68;let f=c[d];return f;},a49d(a,b);}import a49e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a49f from'jsonwebtoken';Command[a49j(0x6c)]({'name':a49j(0x81),'usage':a49j(0x82),'shortDesc':'If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a49j;try{const a=await this[k(0x7e)][k(0x79)]();if(a[k(0x78)]){const b=a49f[k(0x76)](a['hash']);Log[k(0x7c)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.['user']),Log[k(0x7c)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a['token']?.[k(0x6f)]),Log['notice']('User\x20Access\x20Token:\x20\x20'+a[k(0x68)]?.[k(0x7a)]),Log[k(0x7c)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.['roles']['join'](',\x20'));}}catch(c){console['error'](c),process[k(0x80)](0x0);}},a49e);
@@ -1 +1 @@
1
- var a46h=a46d;function a46c(){var i=['30178512YvuFJb','help','16VJTHZs','123455UPrnQM','730Qcrnuy','42242tSZpue','2180358QdNYhY','(((.+)+)+)+$','102058mcWtDv','Try,\x20maka\x20--help','5981248gLQDyc','Deprecated:\x20use\x20--help\x20instead','1233knDxPK','toString','6WPQZsI','8888MKrcjt','constructor','32lIXkNr','search','create'];a46c=function(){return i;};return a46c();}(function(a,b){var f=a46d,c=a();while(!![]){try{var d=parseInt(f(0x1a5))/0x1*(-parseInt(f(0x1a8))/0x2)+parseInt(f(0x1af))/0x3*(parseInt(f(0x1b2))/0x4)+parseInt(f(0x1a6))/0x5*(-parseInt(f(0x1b1))/0x6)+-parseInt(f(0x1ad))/0x7+-parseInt(f(0x1a0))/0x8*(parseInt(f(0x1a9))/0x9)+-parseInt(f(0x1a7))/0xa*(parseInt(f(0x1ab))/0xb)+parseInt(f(0x1a3))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x89dcd));var a46b=(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;};}()),a46a=a46b(this,function(){var g=a46d;return a46a[g(0x1b0)]()[g(0x1a1)]('(((.+)+)+)+$')[g(0x1b0)]()[g(0x1b3)](a46a)['search'](g(0x1aa));});a46a();import{Command}from'../command.js';function a46d(a,b){var c=a46c();return a46d=function(d,e){d=d-0x1a0;var f=c[d];return f;},a46d(a,b);}import{UsageError}from'../error.js';Command[a46h(0x1a2)]({'name':a46h(0x1a4),'description':a46h(0x1ac),'aliases':['h'],'validOpts':[],'shortDesc':a46h(0x1ae)},async function(){throw new UsageError();});
1
+ function a50d(a,b){var c=a50c();return a50d=function(d,e){d=d-0x11a;var f=c[d];return f;},a50d(a,b);}var a50h=a50d;function a50c(){var i=['6487152CTwLjW','8522400LlqRBn','toString','6306027WLYZOU','1431410xRezpP','help','448591bszuwt','create','constructor','Try,\x20maka\x20--help','136IDTNTs','search','2181328zVphyo','(((.+)+)+)+$','21504CFjuBg'];a50c=function(){return i;};return a50c();}(function(a,b){var f=a50d,c=a();while(!![]){try{var d=parseInt(f(0x122))/0x1+-parseInt(f(0x126))/0x2*(parseInt(f(0x11b))/0x3)+-parseInt(f(0x128))/0x4+parseInt(f(0x120))/0x5+-parseInt(f(0x11c))/0x6+parseInt(f(0x11f))/0x7+parseInt(f(0x11d))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0x8f54e));var a50b=(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;};}()),a50a=a50b(this,function(){var g=a50d;return a50a[g(0x11e)]()[g(0x127)](g(0x11a))[g(0x11e)]()[g(0x124)](a50a)['search'](g(0x11a));});a50a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a50h(0x123)]({'name':a50h(0x121),'description':a50h(0x125),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a47l=a47d;(function(a,b){const j=a47d,c=a();while(!![]){try{const d=-parseInt(j(0x158))/0x1*(-parseInt(j(0x162))/0x2)+-parseInt(j(0x167))/0x3*(parseInt(j(0x161))/0x4)+-parseInt(j(0x15e))/0x5*(parseInt(j(0x156))/0x6)+parseInt(j(0x150))/0x7*(parseInt(j(0x14e))/0x8)+parseInt(j(0x157))/0x9+parseInt(j(0x14c))/0xa*(parseInt(j(0x169))/0xb)+-parseInt(j(0x159))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0x672dd));function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x14b;let f=c[d];return f;},a47d(a,b);}const a47b=(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;};}()),a47a=a47b(this,function(){const k=a47d;return a47a['toString']()[k(0x16a)](k(0x14b))[k(0x14d)]()[k(0x16d)](a47a)[k(0x16a)](k(0x14b));});a47a();import a47e from'path';import a47f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a47c(){const n=['5107995xeseKZ','42889LmEGWi','5387292LwaQJp','\x0a[+]\x20Documentation\x20written\x20to\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','closure','app/packages','5MVCDvW','pathFromProject','\x20-c\x20','3224BEpafq','4ToLTvp','maka\x20jsdoc\x20--init','app/public','fsi','isFile','972zQaLpw','logWithSpinner','6456714DjOoms','search','join','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','constructor','\x20-d\x20','jsdoc-config.json','sep','docs','(((.+)+)+)+$','10FdrEtn','toString','16gsPXhi','maka\x20jsdoc','2075486YjKKjn','jsdoc','.+\x5c.(j|t)s(doc|x)?$','stop','stringify','plugins/markdown','4203582DoeOeZ'];a47c=function(){return n;};return a47c();}Command['create']({'name':a47l(0x151),'usage':a47l(0x14f),'mustBeInMakaProject':!![],'shortDesc':a47l(0x15b),'examples':[a47l(0x163),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a47l,a=a47e[m(0x16b)](this[m(0x165)][m(0x15f)]({}),m(0x171)+a47e['sep']),b=a47e[m(0x16b)](this[m(0x165)][m(0x15f)]({}),'config',m(0x16f)),c=this[m(0x165)][m(0x15f)]({}),d=m(0x151);if(!this[m(0x166)](b)){const g={'plugins':[m(0x155)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x151),m(0x15c)]},'source':{'includePattern':m(0x152),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0x15d),'app/node_modules',m(0x164),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a47f['writeFileSync'](b,JSON[m(0x154)](g,null,0x4));}const f=this[m(0x168)]('Running\x20'+d);try{const h=d+m(0x160)+b+'\x20-r\x20app'+a47e[m(0x170)]+m(0x16e)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice'](m(0x15a)+a);}catch(i){this['logError'](i),this['logError'](m(0x16c));}finally{f[m(0x153)]();}});
1
+ const a51m=a51d;function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0xc4;let f=c[d];return f;},a51d(a,b);}(function(a,b){const j=a51d,c=a();while(!![]){try{const d=parseInt(j(0xee))/0x1*(parseInt(j(0xda))/0x2)+-parseInt(j(0xd8))/0x3+-parseInt(j(0xe9))/0x4*(-parseInt(j(0xd7))/0x5)+parseInt(j(0xd6))/0x6+parseInt(j(0xeb))/0x7*(parseInt(j(0xd4))/0x8)+-parseInt(j(0xe3))/0x9*(-parseInt(j(0xe7))/0xa)+-parseInt(j(0xd9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0x8f634));const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a51d;if(c){const e=c[k(0xc5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const l=a51d;return a51a[l(0xec)]()[l(0xe8)](l(0xed))[l(0xec)]()[l(0xea)](a51a)[l(0xe8)](l(0xed));});a51a();import a51e from'path';function a51c(){const o=['(((.+)+)+)+$','1mpyHlx','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','\x0a[+]\x20Documentation\x20written\x20to\x20','fsi','apply','writeFileSync','app/private','inherit','app/node_modules','join','logError','pathFromProject','closure','app/public','stringify','\x20-c\x20','config','maka\x20jsdoc','isFile','8HQuTnG','utf-8','1198722ZiFFPn','535JJMuLF','2739444AJIzYp','9177036nNEOEt','196828ZibnjL','Running\x20','plugins/markdown','stop','jsdoc','maka\x20jsdoc\x20--init','\x20-d\x20','sep','jsdoc-config.json','1413558OilORV','logWithSpinner','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','logNotice','60IawskI','search','40320FroCUs','constructor','109249zWdkwD','toString'];a51c=function(){return o;};return a51c();}import a51f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a51m(0xde),'usage':a51m(0xd2),'mustBeInMakaProject':!![],'shortDesc':'Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','examples':[a51m(0xdf),a51m(0xd2)],'validOpts':[]},function(){const n=a51m,a=a51e[n(0xca)](this[n(0xc4)][n(0xcc)]({}),'docs'+a51e['sep']),b=a51e[n(0xca)](this[n(0xc4)][n(0xcc)]({}),n(0xd1),n(0xe2)),c=this[n(0xc4)][n(0xcc)]({}),d=n(0xde);if(!this[n(0xd3)](b)){const g={'plugins':[n(0xdc)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xde),n(0xcd)]},'source':{'includePattern':'.+\x5c.(j|t)s(doc|x)?$','excludePattern':n(0xef),'exclude':['app/packages',n(0xc9),n(0xce),n(0xc7)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xd5)}};a51f[n(0xc6)](b,JSON[n(0xcf)](g,null,0x4));}const f=this[n(0xe4)](n(0xdb)+d);try{const h=d+n(0xd0)+b+'\x20-r\x20app'+a51e[n(0xe1)]+n(0xe0)+a;execSync(h,{'cwd':c,'stdio':n(0xc8)}),this[n(0xe6)](n(0xf0)+a);}catch(i){this[n(0xcb)](i),this[n(0xcb)](n(0xe5));}finally{f[n(0xdd)]();}});
@@ -1 +1 @@
1
- const a48r=a48d;function a48c(){const t=['maka\x20lint','477SQhzmI','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','lintFiles','fsi','imports','lint','constructor','175641xpwWne','8sgSiVP','template','installNpmPackage','Lint\x20results\x20for\x20','eslint','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','53585dNCmmu','toString','2EPmBoe','maka\x20lint\x20--fix','loadFormatter','eslint-plugin-css','join','length','/imports','push','.eslintrc.json','11980PAIVDM','error','All\x20good!\x20:)','checkNpmPackage','fix','990218CEJoBs','isFile','25358952HlVLGC','72yKZbMH','create','2180472iMeEmi','outputFixes','notice','5UUYbbY','2375450qlkuXm','eslint-plugin-react'];a48c=function(){return t;};return a48c();}(function(a,b){const p=a48d,c=a();while(!![]){try{const d=-parseInt(p(0x168))/0x1*(-parseInt(p(0x176))/0x2)+-parseInt(p(0x15f))/0x3*(-parseInt(p(0x179))/0x4)+parseInt(p(0x154))/0x5*(parseInt(p(0x17b))/0x6)+parseInt(p(0x166))/0x7*(parseInt(p(0x160))/0x8)+parseInt(p(0x158))/0x9*(parseInt(p(0x171))/0xa)+parseInt(p(0x155))/0xb+-parseInt(p(0x178))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0x8ded1));const a48b=(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;};}()),a48a=a48b(this,function(){const q=a48d;return a48a[q(0x167)]()['search']('(((.+)+)+)+$')[q(0x167)]()[q(0x15e)](a48a)['search']('(((.+)+)+)+$');});a48a();import a48e from'path';function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x154;let f=c[d];return f;},a48d(a,b);}import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a48r(0x17a)]({'name':a48r(0x15d),'usage':a48r(0x157),'maxArgLength':0x1,'validOpts':[a48r(0x175)],'mustBeInMakaProject':!![],'shortDesc':a48r(0x159),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a48r(0x169)]},async function(a,b){const s=a48r;try{const c=this[s(0x15b)]['findAppDirectory'](),d=this[s(0x15b)]['checkNpmPackage'](s(0x164)),f=this[s(0x15b)][s(0x174)](s(0x156)),g=this[s(0x15b)][s(0x174)](s(0x16b)),h=[];!d&&h[s(0x16f)](s(0x164));!f&&h[s(0x16f)](s(0x156));!g&&h[s(0x16f)](s(0x16b));h[s(0x16d)]>0x0&&await this[s(0x15b)][s(0x162)](h[s(0x16c)]('\x20'),{'dev':!![]});const i=this[s(0x15b)][s(0x177)](a48e[s(0x16c)](c,s(0x170)));if(!i){const n={'noRename':!![]};await this[s(0x15b)][s(0x161)]({'srcPath':'eslint/eslintrc.json','destPath':a48e[s(0x16c)](c,s(0x170)),'framework':'service','context':n});}const j=new ESLint(),k=await j[s(0x15a)]([a48e[s(0x16c)](c,s(0x15c),'**')]),l=await j[s(0x16a)]('stylish'),m=l['format'](k);m[s(0x16d)]>0x0?Log['bright'](m):Log['success'](s(0x173)),Log['notice'](s(0x163)+c+s(0x16e)),b[s(0x175)]?await ESLint[s(0x17c)](k):Log[s(0x17d)](s(0x165));}catch(o){console[s(0x172)](o);}});
1
+ const a52r=a52d;(function(a,b){const p=a52d,c=a();while(!![]){try{const d=-parseInt(p(0xac))/0x1+-parseInt(p(0xc8))/0x2+-parseInt(p(0xae))/0x3+parseInt(p(0xb8))/0x4*(-parseInt(p(0xaa))/0x5)+parseInt(p(0xa7))/0x6*(parseInt(p(0xb9))/0x7)+parseInt(p(0xc4))/0x8+parseInt(p(0xab))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xb2dfa));const a52b=(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;};}()),a52a=a52b(this,function(){const q=a52d;return a52a['toString']()[q(0xcb)]('(((.+)+)+)+$')[q(0xb7)]()['constructor'](a52a)['search'](q(0xbd));});a52a();import a52e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a52r(0xa8)]({'name':'lint','usage':a52r(0xba),'maxArgLength':0x1,'validOpts':[a52r(0xbc)],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a52r(0xb1),'examples':['maka\x20lint\x20--fix']},async function(a,b){const s=a52r;try{const c=this[s(0xb3)][s(0xbb)](),d=this[s(0xb3)][s(0xc1)](s(0xcd)),f=this[s(0xb3)][s(0xc1)](s(0xc5)),g=this[s(0xb3)][s(0xc1)](s(0xad)),h=[];!d&&h[s(0xb5)]('eslint');!f&&h[s(0xb5)](s(0xc5));!g&&h['push'](s(0xad));h[s(0xc6)]>0x0&&await this[s(0xb3)]['installNpmPackage'](h[s(0xbf)]('\x20'),{'dev':!![]});const i=this[s(0xb3)][s(0xc0)](a52e[s(0xbf)](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[s(0xb3)][s(0xb2)]({'srcPath':s(0xa9),'destPath':a52e['join'](c,s(0xaf)),'framework':'service','context':n});}const j=new ESLint(),k=await j[s(0xb0)]([a52e[s(0xbf)](c,s(0xc9),'**')]),l=await j[s(0xb4)](s(0xc7)),m=l['format'](k);m[s(0xc6)]>0x0?Log[s(0xc2)](m):Log['success'](s(0xbe)),Log['notice'](s(0xb6)+c+s(0xcc)),b[s(0xbc)]?await ESLint[s(0xca)](k):Log['notice'](s(0xc3));}catch(o){console['error'](o);}});function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0xa7;let f=c[d];return f;},a52d(a,b);}function a52c(){const t=['fsi','loadFormatter','push','Lint\x20results\x20for\x20','toString','124aVOwTo','7904253znuilv','maka\x20lint','findAppDirectory','fix','(((.+)+)+)+$','All\x20good!\x20:)','join','isFile','checkNpmPackage','bright','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','10980024hQNwHz','eslint-plugin-react','length','stylish','1035798cRGthI','imports','outputFixes','search','/imports','eslint','6IemGge','create','eslint/eslintrc.json','196520bhNGIW','6937416BmpdUE','621662sTpJRw','eslint-plugin-css','545565ReTgmW','.eslintrc.json','lintFiles','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','template'];a52c=function(){return t;};return a52c();}
@@ -1 +1 @@
1
- const a49z=a49d;(function(a,b){const w=a49d,c=a();while(!![]){try{const d=parseInt(w(0x1ac))/0x1*(-parseInt(w(0x195))/0x2)+parseInt(w(0x19a))/0x3+parseInt(w(0x18a))/0x4*(parseInt(w(0x1a0))/0x5)+parseInt(w(0x196))/0x6*(parseInt(w(0x1b4))/0x7)+-parseInt(w(0x1b3))/0x8+parseInt(w(0x18b))/0x9*(-parseInt(w(0x192))/0xa)+parseInt(w(0x19d))/0xb*(-parseInt(w(0x1b2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0xea150));const a49b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a49d;if(c){const e=c[x(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){const y=a49d;return a49a[y(0x198)]()['search'](y(0x18f))[y(0x198)]()['constructor'](a49a)[y(0x1b6)](y(0x18f));});a49a();function a49c(){const B=['sha256','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','568084EgRVTa','12GzErKh','isFile','toString','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','2174193JWPfwD','create','password','11ZhslFu','assign','maka\x20login','500995Zytnos','cert','toHex','exit','Email:','https://','parse','header','cacert','help','apply','setGlobalConfig','2wduXgP','Logging\x20into\x20https://','/api/v1/login','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','start','2390280AoHfDH','3868168SMGJqD','4489289gmKkGs','error','search','Logging\x20in','get','post','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','env','localhost','fsi','authToken','login','email','Preflight\x20Check','20GxvSFo','896355PpNRVi','www.maka-cli.com','Using\x20CA\x20Cert\x20','getGlobalConfig','(((.+)+)+)+$','notice','success','30PIEHuQ'];a49c=function(){return B;};return a49c();}import a49e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a49d(a,b){const c=a49c();return a49d=function(d,e){d=d-0x189;let f=c[d];return f;},a49d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a49z(0x1bb)]['MAKA_DEV']==='True'?a49z(0x1bc):a49z(0x18c);Command[a49z(0x19b)]({'name':a49z(0x1bf),'validOpts':['email','password',a49z(0x1a9),'cacert','debug'],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a49z(0x199),'examples':[a49z(0x19f),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a49z,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[A(0x1bd)][A(0x197)](b['cacert'])?(d=b[A(0x1a8)],Log[A(0x190)](A(0x18d)+d)):Log[A(0x1b5)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[A(0x1bd)][A(0x18e)]();if(f[A(0x1a1)]){if(this[A(0x1bd)][A(0x197)](f[A(0x1a1)]))d=f['cert'];else{Log[A(0x1b5)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[A(0x1a7)](A(0x1ad)+hostname);const g={'url':A(0x1a5)+hostname+'/api/v1/status'};b[A(0x1a8)]&&Object[A(0x19e)](g,{'cert':d});c[A(0x1b1)](A(0x189));const {statusCode:h}=await HTTPS[A(0x1b8)](g);if(h===0x198){c[A(0x1af)]();throw A(0x1ba);}if(h!==0xc8){c[A(0x1af)]();throw A(0x1a5)+hostname+A(0x194);}c[A(0x191)]();const i=b[A(0x1c0)]?b[A(0x1c0)]:await Actions['ask'](A(0x1a4)),j=b[A(0x19c)]?b['password']:await Actions['ask']('Password:\x20',!![]),k=a49e['md'][A(0x193)][A(0x19b)]();k['update'](j);const l=k['digest']()[A(0x1a2)](),m={'hostname':hostname,'path':A(0x1ae),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1a8)]&&Object[A(0x19e)](m,{'cert':d});c['start'](A(0x1b7));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0x1af)]('\x0a');throw A(0x1b0)+hostname;}const p=JSON[A(0x1a6)](n);if(p[A(0x1be)]){const q={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':p[A(0x1be)]},'data':{}};b[A(0x1a8)]&&Object[A(0x19e)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1b9)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x1b0)+hostname;const u={'token':p,'hash':t};this[A(0x1bd)][A(0x1ab)](u);}else{c[A(0x1af)]();throw p;}c[A(0x191)]();}catch(v){c[A(0x1af)](),console['error'](v),process[A(0x1a3)](0x0);}});
1
+ function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x116;let f=c[d];return f;},a53d(a,b);}const a53z=a53d;function a53c(){const B=['\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','parse','localhost','Logging\x20in','1196FuwUdD','Email:','6109960HiebgG','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','notice','61fYdPiB','www.maka-cli.com','env','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','exit','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','maka\x20login','1182TGcylh','start','toHex','failure','email','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','fsi','post','216QwfTMz','3983693MRWNiD','header','isFile','error','/api/v1/status','(((.+)+)+)+$','toString','/api/v1/login','6544yJQECa','create','ask','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','password','authToken','MAKA_DEV','cacert','search','Using\x20CA\x20Cert\x20','update','getGlobalConfig','constructor','debug','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','52905hNhxmg','cert','sha256','Password:\x20','5731254BJAcPz','assign','digest','15593030QUxrJr','Logging\x20into\x20https://','apply','/api/v1/encodeJwt','True','success'];a53c=function(){return B;};return a53c();}(function(a,b){const w=a53d,c=a();while(!![]){try{const d=-parseInt(w(0x134))/0x1*(parseInt(w(0x12f))/0x2)+parseInt(w(0x13b))/0x3*(-parseInt(w(0x14c))/0x4)+-parseInt(w(0x11e))/0x5*(-parseInt(w(0x143))/0x6)+parseInt(w(0x144))/0x7+-parseInt(w(0x131))/0x8+-parseInt(w(0x122))/0x9+parseInt(w(0x125))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x686b9));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a53d;if(c){const e=c[x(0x127)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const y=a53d;return a53a[y(0x14a)]()[y(0x117)](y(0x149))[y(0x14a)]()[y(0x11b)](a53a)[y(0x117)](y(0x149));});a53a();import a53e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a53z(0x136)][a53z(0x152)]===a53z(0x129)?a53z(0x12d):a53z(0x135);Command[a53z(0x14d)]({'name':'login','validOpts':[a53z(0x13f),'password','help',a53z(0x116),a53z(0x11c)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a53z(0x140),'examples':[a53z(0x13a),a53z(0x139)]},async function(a,b){const A=a53z,c=Log['withSpinner']();try{let d='';b[A(0x116)]&&(this[A(0x141)][A(0x146)](b[A(0x116)])?(d=b['cacert'],Log[A(0x133)](A(0x118)+d)):Log[A(0x147)](A(0x14f)+d));const f=await this[A(0x141)][A(0x11a)]();if(f[A(0x11f)]){if(this['fsi'][A(0x146)](f['cert']))d=f[A(0x11f)];else{Log['error'](A(0x137)+d);return;}}Log[A(0x145)](A(0x126)+hostname);const g={'url':'https://'+hostname+A(0x148)};b[A(0x116)]&&Object['assign'](g,{'cert':d});c[A(0x13c)]('Preflight\x20Check');const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0x13e)]();throw A(0x132);}if(h!==0xc8){c[A(0x13e)]();throw'https://'+hostname+A(0x12b);}c[A(0x12a)]();const i=b[A(0x13f)]?b[A(0x13f)]:await Actions[A(0x14e)](A(0x130)),j=b[A(0x150)]?b[A(0x150)]:await Actions[A(0x14e)](A(0x121),!![]),k=a53e['md'][A(0x120)]['create']();k[A(0x119)](j);const l=k[A(0x124)]()[A(0x13d)](),m={'hostname':hostname,'path':A(0x14b),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0x123)](m,{'cert':d});c['start'](A(0x12e));const {data:n,statusCode:o}=await HTTPS[A(0x142)](m);if(o===0x198){c[A(0x13e)]('\x0a');throw A(0x11d)+hostname;}const p=JSON[A(0x12c)](n);if(p[A(0x151)]){const q={'hostname':hostname,'path':A(0x128),'headers':{'x-auth-token':p[A(0x151)]},'data':{}};b[A(0x116)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x142)](q),{token:t}=JSON[A(0x12c)](r);if(s===0x198)throw A(0x11d)+hostname;const u={'token':p,'hash':t};this['fsi']['setGlobalConfig'](u);}else{c[A(0x13e)]();throw p;}c[A(0x12a)]();}catch(v){c['failure'](),console[A(0x147)](v),process[A(0x138)](0x0);}});
@@ -1 +1 @@
1
- const a50o=a50d;(function(a,b){const l=a50d,c=a();while(!![]){try{const d=parseInt(l(0x97))/0x1*(parseInt(l(0x88))/0x2)+-parseInt(l(0x92))/0x3*(-parseInt(l(0x9d))/0x4)+parseInt(l(0x83))/0x5+-parseInt(l(0x7b))/0x6+-parseInt(l(0x9b))/0x7*(parseInt(l(0x84))/0x8)+-parseInt(l(0x8e))/0x9+parseInt(l(0x8a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0xa0f25));const a50b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a50d;if(c){const e=c[m(0x75)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){const n=a50d;return a50a['toString']()[n(0x8d)]('(((.+)+)+)+$')[n(0x7e)]()[n(0x79)](a50a)[n(0x8d)](n(0x82));});a50a();import{Command}from'../command.js';function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0x6f;let f=c[d];return f;},a50d(a,b);}function a50c(){const q=['assign','maka\x20logout','(((.+)+)+)+$','1980335iNyBZP','88KmsKnO','failure','exit','Logging\x20out\x20of\x20https://','16vVAiAn','withSpinner','20391610PpPvbc','get','https://','search','8513730xEDJGF','post','start','token','22947ZjfuNy','env','Using\x20CA\x20Cert\x20','cacert','authToken','68979NaryFH','/api/v1/logoutAll','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','www.maka-cli.com','106687QEWiga','cert','44qludjB','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','logout','/api/v1/status','header','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','Logging\x20out','isFile','error','constructor','success','7790046wXfWfY','True','fsi','toString','MAKA_DEV'];a50c=function(){return q;};return a50c();}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a50o(0x93)][a50o(0x7f)]===a50o(0x7c)?'localhost':a50o(0x9a);Command['create']({'name':a50o(0x71),'validOpts':[a50o(0x95)],'usage':a50o(0x81),'maxArgLength':0x2,'shortDesc':a50o(0x70),'disableAuthCheck':!![],'examples':[a50o(0x81)]},async function(a,b){const p=a50o,c=Log[p(0x89)]();try{let d='';b['cacert']&&(this[p(0x7d)][p(0x77)](b[p(0x95)])?(d=b[p(0x95)],Log['notice'](p(0x94)+d)):Log['error'](p(0x74)+d));const f=await this[p(0x7d)]['getGlobalConfig']();if(f[p(0x9c)]){if(this[p(0x7d)][p(0x77)](f[p(0x9c)]))d=f[p(0x9c)];else{c[p(0x85)]();throw Log[p(0x78)](p(0x6f)+d);}}Log[p(0x73)](p(0x87)+hostname);const g={'url':p(0x8c)+hostname+p(0x72)};b[p(0x95)]&&Object[p(0x80)](g,{'cert':d});c[p(0x90)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x8b)](g);if(h===0x198){c[p(0x85)]();throw p(0x99);}c['success']();if(h!==0xc8){c[p(0x85)]();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(!f?.[p(0x91)]?.['authToken'])throw Log[p(0x78)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0x90)](p(0x76));const i={'hostname':hostname,'path':p(0x98),'data':{},'headers':{'x-auth-token':f[p(0x91)][p(0x96)]}};b[p(0x95)]&&Object[p(0x80)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x8f)](i);if(j===0x198){c[p(0x85)]('\x0a');throw p(0x99);}this[p(0x7d)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x7a)]();}catch(k){k&&console['error'](k),process[p(0x86)](0x0);}});
1
+ const a54o=a54d;(function(a,b){const l=a54d,c=a();while(!![]){try{const d=parseInt(l(0x1d0))/0x1*(-parseInt(l(0x1b9))/0x2)+parseInt(l(0x1ab))/0x3*(-parseInt(l(0x1a5))/0x4)+parseInt(l(0x1cc))/0x5+-parseInt(l(0x1b2))/0x6*(-parseInt(l(0x1ae))/0x7)+-parseInt(l(0x1a9))/0x8+-parseInt(l(0x1b0))/0x9*(parseInt(l(0x1ac))/0xa)+-parseInt(l(0x1b8))/0xb*(-parseInt(l(0x1ca))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x26f30));function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a54d(a,b);}const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a54d;if(c){const e=c[m(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const n=a54d;return a54a['toString']()[n(0x1a6)](n(0x1bc))[n(0x1d2)]()['constructor'](a54a)[n(0x1a6)](n(0x1bc));});a54a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a54c(){const q=['success','www.maka-cli.com','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','env','MAKA_DEV','1975259vMSwZd','230hCxQcN','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','Logging\x20out\x20of\x20https://','(((.+)+)+)+$','maka\x20logout','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','start','get','error','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','Using\x20CA\x20Cert\x20','header','localhost','apply','cert','token','60NoakeG','create','355530spoNyQ','/api/v1/status','notice','True','2675MIitwJ','isFile','toString','assign','failure','authToken','Preflight\x20Check','/api/v1/logoutAll','137424qBrycc','search','setGlobalConfig','logout','1699672XpcqaE','Logging\x20out','6lDwLfA','10370nvvSGb','post','568036YXfBhd','cacert','2619pjWNrm','fsi','6WbRWVT'];a54c=function(){return q;};return a54c();}const hostname=process[a54o(0x1b6)][a54o(0x1b7)]===a54o(0x1cf)?a54o(0x1c6):a54o(0x1b4);Command[a54o(0x1cb)]({'name':a54o(0x1a8),'validOpts':[a54o(0x1af)],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a54o(0x1c3),'disableAuthCheck':!![],'examples':[a54o(0x1bd)]},async function(a,b){const p=a54o,c=Log['withSpinner']();try{let d='';b[p(0x1af)]&&(this['fsi'][p(0x1d1)](b['cacert'])?(d=b[p(0x1af)],Log[p(0x1ce)](p(0x1c4)+d)):Log[p(0x1c2)](p(0x1bf)+d));const f=await this[p(0x1b1)]['getGlobalConfig']();if(f[p(0x1c8)]){if(this['fsi'][p(0x1d1)](f[p(0x1c8)]))d=f[p(0x1c8)];else{c['failure']();throw Log[p(0x1c2)](p(0x1b5)+d);}}Log[p(0x1c5)](p(0x1bb)+hostname);const g={'url':'https://'+hostname+p(0x1cd)};b[p(0x1af)]&&Object['assign'](g,{'cert':d});c[p(0x1c0)](p(0x1d6));const {statusCode:h}=await HTTPS[p(0x1c1)](g);if(h===0x198){c[p(0x1d4)]();throw p(0x1be);}c[p(0x1b3)]();if(h!==0xc8){c[p(0x1d4)]();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(!f?.[p(0x1c9)]?.[p(0x1d5)])throw Log['error'](p(0x1ba));c['start'](p(0x1aa));const i={'hostname':hostname,'path':p(0x1a4),'data':{},'headers':{'x-auth-token':f['token'][p(0x1d5)]}};b[p(0x1af)]&&Object[p(0x1d3)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1ad)](i);if(j===0x198){c[p(0x1d4)]('\x0a');throw p(0x1be);}this[p(0x1b1)][p(0x1a7)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1b3)]();}catch(k){k&&console[p(0x1c2)](k),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a51k=a51d;(function(a,b){const h=a51d,c=a();while(!![]){try{const d=-parseInt(h(0x1bb))/0x1*(-parseInt(h(0x1b3))/0x2)+-parseInt(h(0x1bf))/0x3*(-parseInt(h(0x1b2))/0x4)+-parseInt(h(0x1b9))/0x5+parseInt(h(0x1c4))/0x6*(-parseInt(h(0x1b4))/0x7)+-parseInt(h(0x1cd))/0x8*(parseInt(h(0x1c2))/0x9)+-parseInt(h(0x1cc))/0xa*(-parseInt(h(0x1c7))/0xb)+-parseInt(h(0x1c0))/0xc*(parseInt(h(0x1c9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0xd2887));function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x1b1;let f=c[d];return f;},a51d(a,b);}const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a51d;if(c){const e=c[i(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const j=a51d;return a51a[j(0x1c5)]()[j(0x1c3)](j(0x1b5))[j(0x1c5)]()[j(0x1b1)](a51a)[j(0x1c3)]('(((.+)+)+)+$');});a51a();import a51e from'fs';import a51f from'path';function a51c(){const m=['getConfigPath','readFileSync','log','4596153tBKtUe','162540crRfyA','apply','2668617LQiGrK','search','6TuOmlM','toString','sshSync','11FnyaxQ','pm2\x20logs','182yfNdij','maka\x20l\x20-e\x20p','maka\x20logs','11358230jMEnXM','16AbErTs','constructor','4YocFMw','85024FJtGFJ','2543177OAIIif','(((.+)+)+)+$','create','maka\x20logs\x20--env\x20dev','env','5635980joZtEG','View\x20the\x20PM2\x20logs','11bRlGZy'];a51c=function(){return m;};return a51c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a51k(0x1b6)]({'name':'logs','aliases':['l',a51k(0x1be)],'usage':a51k(0x1cb),'requiredOpts':[a51k(0x1b8)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a51k(0x1ba),'examples':[a51k(0x1b7),'maka\x20logs\x20--env\x20staging',a51k(0x1ca)]},function(a,b){const l=a51k,c=l(0x1c8),d=this['fsi'][l(0x1bc)](b[l(0x1b8)]),e=a51f['join'](d,'ssh.json'),f=a51e[l(0x1bd)](e),g=JSON['parse'](f[l(0x1c5)]());Object['assign'](g,{'env':d}),SSH[l(0x1c6)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a55k=a55d;function a55c(){const m=['22pfjCLc','ssh.json','pm2\x20logs','readFileSync','116216npbyCC','4xvDRXW','maka\x20l\x20-e\x20p','logs','fsi','toString','create','2529621yEKJGp','constructor','search','3249081flPUHD','parse','View\x20the\x20PM2\x20logs','263094jIekWn','1049930pMxLYu','2561WeuHSo','5QTyMxT','apply','log','2209227sudTqQ','91tjUvgG','maka\x20logs'];a55c=function(){return m;};return a55c();}(function(a,b){const h=a55d,c=a();while(!![]){try{const d=-parseInt(h(0xfa))/0x1*(-parseInt(h(0x101))/0x2)+-parseInt(h(0xfe))/0x3*(-parseInt(h(0x106))/0x4)+-parseInt(h(0xfb))/0x5*(parseInt(h(0xf8))/0x6)+parseInt(h(0xff))/0x7*(-parseInt(h(0x105))/0x8)+parseInt(h(0xf2))/0x9+-parseInt(h(0xf9))/0xa+-parseInt(h(0xf5))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x64ba9));const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a55d;if(c){const e=c[i(0xfc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const j=a55d;return a55a[j(0x10a)]()[j(0xf4)]('(((.+)+)+)+$')[j(0x10a)]()[j(0xf3)](a55a)[j(0xf4)]('(((.+)+)+)+$');});a55a();function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0xf1;let f=c[d];return f;},a55d(a,b);}import a55e from'fs';import a55f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a55k(0xf1)]({'name':a55k(0x108),'aliases':['l',a55k(0xfd)],'usage':a55k(0x100),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a55k(0xf7),'examples':['maka\x20logs\x20--env\x20dev','maka\x20logs\x20--env\x20staging',a55k(0x107)]},function(a,b){const l=a55k,c=l(0x103),d=this[l(0x109)]['getConfigPath'](b['env']),e=a55f['join'](d,l(0x102)),f=a55e[l(0x104)](e),g=JSON[l(0xf6)](f[l(0x10a)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a52j=a52d;function a52c(){const l=['372797Zlwfwf','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\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--\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.::.\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.::.\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.::.\x0a\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.::.\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.::.\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.-:.\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.-:.\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..\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::\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::\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.::.\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\x20\x20\x20\x20\x20\x20\x20\x20\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.--.\x0a\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.-:.\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.--.\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\x20\x20\x20\x20\x20\x20\x20\x20\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.-:.\x0a\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.-:.\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.-:.\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\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.-:\x0a\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\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::\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.:\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.:.\x0a\x0a\x20\x20','maka\x20create\x20Todo','874686qCEEJD','error','20748160BbKbrP','3661029zQDFnW','5DXrQgF','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','3hoTthj','maka\x20--help','114569ywZAss','(((.+)+)+)+$','maka\x20run','5218796ukshcA','maka','maybeProxyCommandToMeteor','constructor','1015914kFWHOk','exit','fsi','maka\x20<command>\x20[<args>]\x20[<opts>]','slice','apply','600AaRoRj','findSubCommand','search'];a52c=function(){return l;};return a52c();}function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0xcc;let f=c[d];return f;},a52d(a,b);}(function(a,b){const g=a52d,c=a();while(!![]){try{const d=parseInt(g(0xe3))/0x1+parseInt(g(0xda))/0x2*(-parseInt(g(0xd1))/0x3)+parseInt(g(0xd6))/0x4+-parseInt(g(0xcf))/0x5*(-parseInt(g(0xe6))/0x6)+-parseInt(g(0xd3))/0x7*(-parseInt(g(0xe0))/0x8)+parseInt(g(0xce))/0x9+-parseInt(g(0xcd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xd593a));const a52b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a52d;if(c){const e=c[h(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){const i=a52d;return a52a['toString']()[i(0xe2)]('(((.+)+)+)+$')['toString']()[i(0xd9)](a52a)[i(0xe2)](i(0xd4));});a52a();import{Command}from'../command.js';const Maka=new Command({'name':a52j(0xd7),'minArgLength':0x1,'shortDesc':a52j(0xd0),'validOpts':[],'usage':a52j(0xdd),'disableAuthCheck':!![],'examples':[a52j(0xd2),'maka\x20install\x20meteor',a52j(0xe5),a52j(0xd5)],'description':a52j(0xe4)},async function(a,b){const k=a52j;try{const c=a[0x0],d=this[k(0xe1)](c);d?this['runSubCommand'](c,a[k(0xde)](0x1),b):this[k(0xdc)][k(0xd8)]();}catch(f){console[k(0xcc)](f),process[k(0xdb)](0x1);}});export default Maka;
1
+ const a56j=a56d;(function(a,b){const g=a56d,c=a();while(!![]){try{const d=parseInt(g(0xcd))/0x1+parseInt(g(0xc8))/0x2*(-parseInt(g(0xc5))/0x3)+parseInt(g(0xc9))/0x4+-parseInt(g(0xd5))/0x5+-parseInt(g(0xd1))/0x6*(-parseInt(g(0xd7))/0x7)+-parseInt(g(0xc7))/0x8*(-parseInt(g(0xd9))/0x9)+-parseInt(g(0xc6))/0xa*(parseInt(g(0xce))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x3b610));const a56b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a56d;if(c){const e=c[h(0xd8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){const i=a56d;return a56a[i(0xc3)]()['search'](i(0xcc))[i(0xc3)]()[i(0xcb)](a56a)['search'](i(0xcc));});a56a();import{Command}from'../command.js';const Maka=new Command({'name':a56j(0xd4),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a56j(0xd6),'disableAuthCheck':!![],'examples':[a56j(0xda),a56j(0xdb),a56j(0xc4),a56j(0xd2)],'description':a56j(0xc2)},async function(a,b){const k=a56j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0xca)](c,a[k(0xd0)](0x1),b):this['fsi'][k(0xcf)]();}catch(f){console[k(0xd3)](f),process['exit'](0x1);}});function a56c(){const l=['runSubCommand','constructor','(((.+)+)+)+$','231026qpHNgI','3276185geekaN','maybeProxyCommandToMeteor','slice','33006WlzKNu','maka\x20run','error','maka','324755OdEPQI','maka\x20<command>\x20[<args>]\x20[<opts>]','140Aigivb','apply','1245933VrZZUc','maka\x20--help','maka\x20install\x20meteor','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\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--\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.::.\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.::.\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.::.\x0a\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.::.\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.::.\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.-:.\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.-:.\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..\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::\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::\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.::.\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\x20\x20\x20\x20\x20\x20\x20\x20\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.--.\x0a\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.-:.\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.--.\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\x20\x20\x20\x20\x20\x20\x20\x20\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.-:.\x0a\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.-:.\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.-:.\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\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.-:\x0a\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\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::\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.:\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.:.\x0a\x0a\x20\x20','toString','maka\x20create\x20Todo','573hlZDTZ','10eFJrQX','8cWUSHo','806qUhoeZ','813968aNdjcX'];a56c=function(){return l;};return a56c();}function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0xc2;let f=c[d];return f;},a56d(a,b);}export default Maka;
@@ -1 +1 @@
1
- var a53i=a53d;(function(a,b){var f=a53d,c=a();while(!![]){try{var d=parseInt(f(0x8d))/0x1+parseInt(f(0x7b))/0x2*(-parseInt(f(0x7d))/0x3)+parseInt(f(0x83))/0x4+parseInt(f(0x8e))/0x5*(-parseInt(f(0x91))/0x6)+-parseInt(f(0x8c))/0x7*(-parseInt(f(0x90))/0x8)+parseInt(f(0x8a))/0x9*(-parseInt(f(0x7f))/0xa)+parseInt(f(0x85))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x72741));var a53b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a53d;if(c){var e=c[g(0x7c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){var h=a53d;return a53a[h(0x89)]()[h(0x86)](h(0x88))[h(0x89)]()[h(0x80)](a53a)[h(0x86)](h(0x88));});function a53d(a,b){var c=a53c();return a53d=function(d,e){d=d-0x7b;var f=c[d];return f;},a53d(a,b);}a53a();import{Command}from'../command.js';function a53c(){var k=['toString','120753xpmgYB','%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','252DbfBqY','28300nVJHBW','25BuTwHA','exit','57648QYPfLY','704118MxwBIy','202bCMUDO','apply','3699WdvAqM','maka\x20murder','250YQRjgO','constructor','Murrrrderrrrr','font-family:\x20monospace','512084VdctjJ','log','12097657hoUFbl','search','murder','(((.+)+)+)+$'];a53c=function(){return k;};return a53c();}Command['create']({'name':a53i(0x87),'usage':a53i(0x7e),'maxArgLength':0x1,'shortDesc':a53i(0x81),'validOpts':[]},async function(){var j=a53i;try{console[j(0x84)](j(0x8b),j(0x82));}catch(a){console['error'](a),process[j(0x8f)](0x0);}});
1
+ var a57h=a57d;(function(a,b){var f=a57d,c=a();while(!![]){try{var d=parseInt(f(0x10c))/0x1*(-parseInt(f(0x10e))/0x2)+parseInt(f(0x105))/0x3+parseInt(f(0x112))/0x4+-parseInt(f(0x107))/0x5*(-parseInt(f(0x104))/0x6)+-parseInt(f(0x115))/0x7+-parseInt(f(0x116))/0x8+parseInt(f(0x10d))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x7fa9a));var a57b=(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;};}()),a57a=a57b(this,function(){var g=a57d;return a57a[g(0x109)]()[g(0x10f)]('(((.+)+)+)+$')[g(0x109)]()[g(0x10a)](a57a)[g(0x10f)](g(0x111));});function a57c(){var j=['(((.+)+)+)+$','1773824ZjXgij','error','Murrrrderrrrr','1424829insFFI','4090936AAkzXy','%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','748266QVRQwP','710853MlwVuu','maka\x20murder','25EzzAye','log','toString','constructor','font-family:\x20monospace','1swYWio','3324393dFlxle','871038IkvADh','search','murder'];a57c=function(){return j;};return a57c();}a57a();function a57d(a,b){var c=a57c();return a57d=function(d,e){d=d-0x103;var f=c[d];return f;},a57d(a,b);}import{Command}from'../command.js';Command['create']({'name':a57h(0x110),'usage':a57h(0x106),'maxArgLength':0x1,'shortDesc':a57h(0x114),'validOpts':[]},async function(){var i=a57h;try{console[i(0x108)](i(0x103),i(0x10b));}catch(a){console[i(0x113)](a),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a54p=a54d;(function(a,b){const n=a54d,c=a();while(!![]){try{const d=parseInt(n(0xf1))/0x1*(-parseInt(n(0xef))/0x2)+-parseInt(n(0xfa))/0x3*(-parseInt(n(0xed))/0x4)+-parseInt(n(0xf8))/0x5+-parseInt(n(0xe7))/0x6*(parseInt(n(0x101))/0x7)+-parseInt(n(0x105))/0x8*(-parseInt(n(0xec))/0x9)+parseInt(n(0x106))/0xa+parseInt(n(0xe8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x71944));const a54b=(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;};}()),a54a=a54b(this,function(){const o=a54d;return a54a[o(0xe0)]()[o(0xfd)](o(0xf3))[o(0xe0)]()[o(0x102)](a54a)['search']('(((.+)+)+)+$');});a54a();import a54e from'fs';import a54f from'path';import a54g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0xdf;let f=c[d];return f;},a54d(a,b);}function a54c(){const r=['findGenerator','join','fsi','56ydvoaB','constructor','appName','bright','945448MXjbJy','7263690pVHYTP','isFile','toString','sslconfig','=>\x20SSL\x20Proxy\x20forwarding\x20','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','maka\x20proxy','listenPort','.crt','562332Ietdqf','6039121BtmksQ','.key','development','genCSR','54edYfbC','452peYYtl','targetPort','2FclyVT','invoke','766859ZpsbPy','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','(((.+)+)+)+$','localhost','listen','utf8','maka\x20proxy\x20--target-host\x20http://192.168.1.20','4358470ZswobO','.csr','23073NxjvLp','mkKeysDir','targetHost','search'];a54c=function(){return r;};return a54c();}import{SSL}from'../tools/ssl/ssl.class.js';import a54h from'../generators/maka.gen.js';Command['create']({'name':'proxy','usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':['help',a54p(0xee),a54p(0xe5),a54p(0xfc)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a54p(0xe3),'examples':[a54p(0xe4),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a54p(0xf7)]},async function(a,b){const q=a54p,c=this[q(0x100)]['getProjectConfig'](),d=q(0xea),e=this[q(0x100)]['getConfigPath'](d),f=this[q(0x100)][q(0xfb)]({'configPath':e}),g=b[q(0xee)]?Number(b['targetPort']):0xbb8,h=b[q(0xe5)]?Number(b[q(0xe5)]):0xd73,i=b[q(0xfc)]?b[q(0xfc)]:q(0xf4),j=a54f[q(0xff)](f,c[q(0x103)]+q(0xe9)),k=a54f[q(0xff)](f,c[q(0x103)]+q(0xe6));if(!this[q(0x100)][q(0xdf)](j)||!this['fsi'][q(0xdf)](k)){const m=a54h[q(0xfe)]('sslconfig');m&&await m[q(0xf0)]([q(0xe1)],{'env':d}),SSL[q(0xeb)]({'keyName':c[q(0x103)]+q(0xe9),'csrName':c[q(0x103)]+q(0xf9),'cwd':f}),SSL['genSSC']({'keyName':c['appName']+q(0xe9),'crtName':c['appName']+q(0xe6),'cwd':f});}if(g===h){Log['error'](q(0xf2));throw new UsageError();}const l={'ssl':{'key':a54e['readFileSync'](j,q(0xf6)),'cert':a54e['readFileSync'](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a54g['createProxyServer'](l)[q(0xf5)](Number(h)),Log[q(0x104)](q(0xe2)+h+'\x20to\x20'+g);});
1
+ const a58p=a58d;(function(a,b){const n=a58d,c=a();while(!![]){try{const d=parseInt(n(0x1e3))/0x1*(-parseInt(n(0x1f2))/0x2)+parseInt(n(0x1ec))/0x3+parseInt(n(0x204))/0x4*(-parseInt(n(0x208))/0x5)+-parseInt(n(0x20b))/0x6*(-parseInt(n(0x200))/0x7)+-parseInt(n(0x1ed))/0x8+-parseInt(n(0x1e5))/0x9+parseInt(n(0x209))/0xa*(parseInt(n(0x207))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xe450b));function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1de;let f=c[d];return f;},a58d(a,b);}const a58b=(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;};}()),a58a=a58b(this,function(){const o=a58d;return a58a['toString']()['search']('(((.+)+)+)+$')[o(0x1e6)]()[o(0x1f4)](a58a)[o(0x1ef)](o(0x202));});a58a();import a58e from'fs';import a58f from'path';import a58g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';function a58c(){const r=['invoke','22zhZfaa','1230TfagEE','11529880lDnbbr','\x20to\x20','6DeUtXI','targetPort','help','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','listen','utf8','3mjhozY','join','10218798avyypX','toString','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','error','development','=>\x20SSL\x20Proxy\x20forwarding\x20','listenPort','3225966bUQTKj','11058224ZpWNbQ','maka\x20proxy','search','targetHost','create','578486XusrZe','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','constructor','mkKeysDir','findGenerator','bright','isFile','.crt','.key','fsi','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','appName','localhost','genCSR','7460278cIOKYe','maka\x20proxy\x20--target-host\x20http://192.168.1.20','(((.+)+)+)+$','sslconfig','2056QQdUhI','readFileSync'];a58c=function(){return r;};return a58c();}import a58h from'../generators/maka.gen.js';Command[a58p(0x1f1)]({'name':'proxy','usage':a58p(0x1ee),'mustBeInMakaProject':!![],'validOpts':[a58p(0x1df),a58p(0x1de),a58p(0x1eb),a58p(0x1f0)],'maxArgLength':0x1,'shortDesc':a58p(0x1e0),'description':a58p(0x1f3),'examples':[a58p(0x1ee),a58p(0x1e7),a58p(0x201)]},async function(a,b){const q=a58p,c=this['fsi']['getProjectConfig'](),d=q(0x1e9),e=this['fsi']['getConfigPath'](d),f=this[q(0x1fb)][q(0x1f5)]({'configPath':e}),g=b[q(0x1de)]?Number(b[q(0x1de)]):0xbb8,h=b['listenPort']?Number(b['listenPort']):0xd73,i=b[q(0x1f0)]?b[q(0x1f0)]:q(0x1fe),j=a58f[q(0x1e4)](f,c[q(0x1fd)]+q(0x1fa)),k=a58f[q(0x1e4)](f,c[q(0x1fd)]+q(0x1f9));if(!this[q(0x1fb)][q(0x1f8)](j)||!this[q(0x1fb)][q(0x1f8)](k)){const m=a58h[q(0x1f6)]('sslconfig');m&&await m[q(0x206)]([q(0x203)],{'env':d}),SSL[q(0x1ff)]({'keyName':c[q(0x1fd)]+q(0x1fa),'csrName':c[q(0x1fd)]+'.csr','cwd':f}),SSL['genSSC']({'keyName':c[q(0x1fd)]+q(0x1fa),'crtName':c[q(0x1fd)]+'.crt','cwd':f});}if(g===h){Log[q(0x1e8)](q(0x1fc));throw new UsageError();}const l={'ssl':{'key':a58e[q(0x205)](j,q(0x1e2)),'cert':a58e[q(0x205)](k,q(0x1e2))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a58g['createProxyServer'](l)[q(0x1e1)](Number(h)),Log[q(0x1f7)](q(0x1ea)+h+q(0x20a)+g);});
@@ -1 +1 @@
1
- const a55q=a55d;(function(a,b){const n=a55d,c=a();while(!![]){try{const d=parseInt(n(0x1ba))/0x1*(-parseInt(n(0x1a2))/0x2)+parseInt(n(0x1aa))/0x3*(parseInt(n(0x1a7))/0x4)+parseInt(n(0x1a4))/0x5+parseInt(n(0x19f))/0x6+parseInt(n(0x1b8))/0x7*(-parseInt(n(0x19a))/0x8)+-parseInt(n(0x196))/0x9+-parseInt(n(0x1a0))/0xa*(parseInt(n(0x199))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x9198a));const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a55d;if(c){const e=c[o(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const p=a55d;return a55a[p(0x1b6)]()[p(0x194)]('(((.+)+)+)+$')[p(0x1b6)]()[p(0x19b)](a55a)[p(0x194)](p(0x1a3));});a55a();import a55e from'fs';function a55c(){const s=['6103524OGTBBv','9530xzcZGQ','env','302UKhMso','(((.+)+)+)+$','4663130QrfNhj','notice','~/pm2.config.js','4jqSjxe','create','exit','2821809WvKmeT','Checking\x20remote\x20host\x20availability','ssh','join','error','maka\x20reconfig\x20--env\x20prod','ping','readFileSync','Remote\x20host\x20connection\x20successful','getConfigPath','~/ses.json','settings.json','toString','uname\x20-a','21MoNzei','existsSync','913ELgXRU','_keys','pm2\x20delete\x20all','search','pm2.config.js','9890046ZLqMdE','assign','~/settings.json','8987utpAUo','743368JQpXJy','constructor','scp','apply','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.'];a55c=function(){return s;};return a55c();}import a55f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0x194;let f=c[d];return f;},a55d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a55q(0x1a8)]({'name':'reconfig','validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':'\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','examples':[a55q(0x1af)]},async function(a,b){const r=a55q;try{const c=this['fsi'][r(0x1b3)](b[r(0x1a1)]),d=a55f[r(0x1ad)](c,'ssh.json'),f=a55e[r(0x1b1)](d)[r(0x1b6)](),g=JSON['parse'](f);Object[r(0x197)](g,{'env':c}),Log[r(0x1a5)](r(0x1ab));const h=SSH[r(0x1b0)](r(0x1b7),g);if(!h)throw r(0x19e);if(h)Log['success'](r(0x1b2));const i=a55f[r(0x1ad)](c,r(0x1bb),'ses.json');if(a55e[r(0x1b9)](i)){const l={'source':i,'dest':r(0x1b4),'verbose':!![]};SSH['scp'](l,{...g});}const j=a55f[r(0x1ad)](c,r(0x195));SSH['scp']({'source':j,'dest':r(0x1a6),'verbose':!![]},{...g});const k=a55f[r(0x1ad)](c,r(0x1b5));SSH[r(0x19c)]({'source':k,'dest':r(0x198),'verbose':!![]},{...g}),SSH['sshSync'](r(0x1bc),g),await SSH[r(0x1ac)]('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',{...g},{'verbose':!![]});}catch(m){console[r(0x1ae)](m),process[r(0x1a9)](0x0);}});
1
+ const a59q=a59d;(function(a,b){const n=a59d,c=a();while(!![]){try{const d=parseInt(n(0x1c1))/0x1+-parseInt(n(0x1d3))/0x2*(-parseInt(n(0x1bc))/0x3)+-parseInt(n(0x1be))/0x4*(parseInt(n(0x1b9))/0x5)+parseInt(n(0x1cc))/0x6*(parseInt(n(0x1b0))/0x7)+-parseInt(n(0x1c2))/0x8*(-parseInt(n(0x1b7))/0x9)+parseInt(n(0x1c5))/0xa*(-parseInt(n(0x1dc))/0xb)+-parseInt(n(0x1bf))/0xc*(parseInt(n(0x1d6))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xa3f78));function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x1ae;let f=c[d];return f;},a59d(a,b);}const a59b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a59d;if(c){const e=c[o(0x1d2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){const p=a59d;return a59a[p(0x1c7)]()['search'](p(0x1cb))['toString']()[p(0x1d9)](a59a)[p(0x1c4)](p(0x1cb));});a59a();import a59e from'fs';import a59f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a59q(0x1c0)]({'name':a59q(0x1cd),'validOpts':[''],'requiredOpts':[a59q(0x1c6)],'mustBeInMakaProject':!![],'usage':a59q(0x1b5),'shortDesc':a59q(0x1d0),'description':a59q(0x1b2),'examples':[a59q(0x1b6)]},async function(a,b){const r=a59q;try{const c=this['fsi'][r(0x1dd)](b[r(0x1c6)]),d=a59f['join'](c,'ssh.json'),f=a59e['readFileSync'](d)[r(0x1c7)](),g=JSON[r(0x1b1)](f);Object[r(0x1d1)](g,{'env':c}),Log['notice'](r(0x1b4));const h=SSH[r(0x1c3)](r(0x1bb),g);if(!h)throw r(0x1ce);if(h)Log[r(0x1ca)](r(0x1d4));const i=a59f[r(0x1b8)](c,'_keys',r(0x1d5));if(a59e[r(0x1cf)](i)){const l={'source':i,'dest':r(0x1b3),'verbose':!![]};SSH[r(0x1ae)](l,{...g});}const j=a59f[r(0x1b8)](c,r(0x1bd));SSH[r(0x1ae)]({'source':j,'dest':r(0x1d7),'verbose':!![]},{...g});const k=a59f[r(0x1b8)](c,r(0x1c8));SSH[r(0x1ae)]({'source':k,'dest':r(0x1c9),'verbose':!![]},{...g}),SSH[r(0x1da)](r(0x1ba),g),await SSH[r(0x1db)](r(0x1af),{...g},{'verbose':!![]});}catch(m){console[r(0x1d8)](m),process['exit'](0x0);}});function a59c(){const s=['uname\x20-a','29910OMPcWm','pm2.config.js','784048YVFsKS','10200agBcsD','create','649873VBzSCW','845864ctGqNt','ping','search','1400fywttl','env','toString','settings.json','~/settings.json','success','(((.+)+)+)+$','2178NjBzAn','reconfig','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','existsSync','Reconfigure\x20your\x20deployed\x20applications','assign','apply','100XHcHPZ','Remote\x20host\x20connection\x20successful','ses.json','20527HTFlCG','~/pm2.config.js','error','constructor','sshSync','ssh','57079bgrEcI','getConfigPath','scp','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','21945qbpoiz','parse','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','~/ses.json','Checking\x20remote\x20host\x20availability','maka\x20reconfig','maka\x20reconfig\x20--env\x20prod','72vjdDQu','join','10ychMoM','pm2\x20delete\x20all'];a59c=function(){return s;};return a59c();}
@@ -1 +1 @@
1
- (function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0xc4))/0x1*(parseInt(f(0xc6))/0x2)+parseInt(f(0xcc))/0x3+-parseInt(f(0xca))/0x4*(parseInt(f(0xc7))/0x5)+-parseInt(f(0xc2))/0x6+parseInt(f(0xcb))/0x7+-parseInt(f(0xc3))/0x8*(-parseInt(f(0xc5))/0x9)+parseInt(f(0xce))/0xa*(-parseInt(f(0xcf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x88eae));var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a56d;if(c){var e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var h=a56d;return a56a[h(0xc1)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a56a)[h(0xcd)](h(0xc9));});a56a();function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xc1;var f=c[d];return f;},a56d(a,b);}import'./run.command.js';function a56c(){var i=['toString','2277162qesfHy','16DRRcYM','1xNqaUp','277713CVvAXO','2204798bZnCuG','5395310pMKfnE','apply','(((.+)+)+)+$','4kyMEuo','7231903knnPbO','2783133rWmFYt','search','10nmucFt','12161050bMddek'];a56c=function(){return i;};return a56c();}import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x7f))/0x1+-parseInt(f(0x79))/0x2*(parseInt(f(0x76))/0x3)+-parseInt(f(0x7d))/0x4*(-parseInt(f(0x7b))/0x5)+parseInt(f(0x7a))/0x6*(-parseInt(f(0x7c))/0x7)+-parseInt(f(0x82))/0x8*(parseInt(f(0x80))/0x9)+parseInt(f(0x83))/0xa+parseInt(f(0x77))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x913c8));var a60b=(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;};}()),a60a=a60b(this,function(){var g=a60d;return a60a[g(0x7e)]()[g(0x81)](g(0x78))[g(0x7e)]()['constructor'](a60a)['search'](g(0x78));});function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x76;var f=c[d];return f;},a60d(a,b);}a60a();import'./run.command.js';function a60c(){var h=['45USNEOd','search','584072ziYXnq','11531080UPjsNZ','681iRlRyL','14011041kMZipN','(((.+)+)+)+$','7894qBhvhv','12qHoIOf','5mVvqHC','718991lROdSS','2589140DjHeYG','toString','1012796oAkLtF'];a60c=function(){return h;};return a60c();}import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a57l=a57d;(function(a,b){const i=a57d,c=a();while(!![]){try{const d=parseInt(i(0x146))/0x1*(-parseInt(i(0x153))/0x2)+parseInt(i(0x137))/0x3+-parseInt(i(0x147))/0x4*(parseInt(i(0x150))/0x5)+-parseInt(i(0x155))/0x6*(parseInt(i(0x143))/0x7)+parseInt(i(0x13e))/0x8+parseInt(i(0x148))/0x9*(-parseInt(i(0x140))/0xa)+parseInt(i(0x152))/0xb*(parseInt(i(0x14a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xd8b9d));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a57d;if(c){const e=c[j(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const k=a57d;return a57a[k(0x13f)]()['search'](k(0x149))['toString']()[k(0x139)](a57a)['search'](k(0x149));});function a57c(){const n=['1535090XrjYMs','templateContent','Docker\x20Compose\x20Path:\x20','1239cCmAGT','docker','notice','2083Jdvxqw','780936MpZevl','99CyePOw','(((.+)+)+)+$','1197528HVvghI','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','join','maka\x20run\x20docker','\x20up\x20--remove-orphans','getProjectConfig','5OkyaGY','exit','110LWcrDE','572HULVFL','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','7602WMuiUy','apply','existsSync','inherit','4658934OwzDFa','pm2.config.js','constructor','getConfigPath','fsi','appName','PM2\x20Config\x20File:\x20','8324968jKqtPu','toString'];a57c=function(){return n;};return a57c();}a57a();import a57e from'./run.command.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x135;let f=c[d];return f;},a57d(a,b);}import{execSync}from'child_process';import a57f from'path';import a57g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a57l(0x144),'aliases':['d'],'shortDesc':a57l(0x14b),'description':a57l(0x154),'usage':a57l(0x14d),'validOpts':['']},async function(){const m=a57l;try{const a=this[m(0x13b)][m(0x14f)](),b=this[m(0x13b)][m(0x13a)]('docker'),c=a57f['join'](b,'docker-compose.yaml'),d=a57f[m(0x14c)](b,m(0x138));Log[m(0x145)](m(0x13d)+d),Log[m(0x145)](m(0x142)+c);if(!a57g[m(0x135)](c)){const f={'app':a[m(0x13c)],'appFileCase':paramCase(a[m(0x13c)])},g=this[m(0x13b)][m(0x141)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this[m(0x13b)]['createFile']({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x14e),{'stdio':m(0x136)});}catch(h){process[m(0x151)](0x1);}},a57e);
1
+ const a61l=a61d;(function(a,b){const i=a61d,c=a();while(!![]){try{const d=parseInt(i(0x157))/0x1*(parseInt(i(0x14d))/0x2)+parseInt(i(0x152))/0x3+parseInt(i(0x15b))/0x4+-parseInt(i(0x14a))/0x5*(-parseInt(i(0x15a))/0x6)+-parseInt(i(0x146))/0x7+-parseInt(i(0x159))/0x8+-parseInt(i(0x148))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x90ba6));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a61d;if(c){const e=c[j(0x147)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const k=a61d;return a61a[k(0x143)]()[k(0x149)]('(((.+)+)+)+$')[k(0x143)]()[k(0x154)](a61a)['search'](k(0x15e));});a61a();function a61c(){const n=['Docker\x20Compose\x20Path:\x20','getProjectConfig','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','getConfigPath','3119589LxRXCh','fsi','constructor','notice','docker-compose\x20--project-directory\x20','1168048TmFajo','pm2.config.js','2432736qBMAnN','42ubZhIz','3303524hYrafz','docker','join','(((.+)+)+)+$','config/docker-compose.yaml','appName','\x20up\x20--remove-orphans','maka\x20run\x20docker','toString','create','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','1847286qLAilB','apply','18290655eOeiDo','search','113785YjORnb','docker-compose.yaml','templateContent','2YykqAw'];a61c=function(){return n;};return a61c();}import a61e from'./run.command.js';import{execSync}from'child_process';import a61f from'path';import a61g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x140;let f=c[d];return f;},a61d(a,b);}Command[a61l(0x144)]({'name':a61l(0x15c),'aliases':['d'],'shortDesc':a61l(0x145),'description':a61l(0x150),'usage':a61l(0x142),'validOpts':['']},async function(){const m=a61l;try{const a=this[m(0x153)][m(0x14f)](),b=this[m(0x153)][m(0x151)](m(0x15c)),c=a61f[m(0x15d)](b,m(0x14b)),d=a61f['join'](b,m(0x158));Log[m(0x155)]('PM2\x20Config\x20File:\x20'+d),Log[m(0x155)](m(0x14e)+c);if(!a61g['existsSync'](c)){const f={'app':a[m(0x140)],'appFileCase':paramCase(a['appName'])},g=this[m(0x153)][m(0x14c)]({'srcPath':m(0x15f),'context':f})+'\x0a';this['fsi']['createFile']({'filePath':c,'data':g});}execSync(m(0x156)+b+m(0x141),{'stdio':'inherit'});}catch(h){process['exit'](0x1);}},a61e);