@maka/maka-cli 4.5.21 → 4.5.23

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 (130) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  27. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  28. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -0
  33. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -0
  41. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -0
  43. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -0
  54. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  60. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  61. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  62. package/bundle/obf/src/commands/generate.js +1 -1
  63. package/bundle/obf/src/commands/get/_index.js +1 -1
  64. package/bundle/obf/src/commands/get/get.command.js +1 -1
  65. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  66. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  67. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  68. package/bundle/obf/src/commands/help.js +1 -1
  69. package/bundle/obf/src/commands/jsdoc.js +1 -1
  70. package/bundle/obf/src/commands/lint.js +1 -1
  71. package/bundle/obf/src/commands/login.js +1 -1
  72. package/bundle/obf/src/commands/logout.js +1 -1
  73. package/bundle/obf/src/commands/logs.js +1 -1
  74. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  75. package/bundle/obf/src/commands/murder.js +1 -1
  76. package/bundle/obf/src/commands/proxy.js +1 -1
  77. package/bundle/obf/src/commands/reconfig.js +1 -1
  78. package/bundle/obf/src/commands/run/_index.js +1 -1
  79. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  80. package/bundle/obf/src/commands/run/run.command.js +1 -1
  81. package/bundle/obf/src/commands/set/_index.js +1 -1
  82. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/set/set.command.js +1 -1
  85. package/bundle/obf/src/commands/ssh.js +1 -1
  86. package/bundle/obf/src/commands/ssl.js +1 -1
  87. package/bundle/obf/src/commands/test.js +1 -1
  88. package/bundle/obf/src/commands/version.js +1 -1
  89. package/bundle/obf/src/error.js +1 -1
  90. package/bundle/obf/src/exec.js +1 -1
  91. package/bundle/obf/src/generator.js +1 -1
  92. package/bundle/obf/src/generators/_index.js +1 -1
  93. package/bundle/obf/src/generators/api.js +1 -1
  94. package/bundle/obf/src/generators/collection.js +1 -1
  95. package/bundle/obf/src/generators/component.js +1 -1
  96. package/bundle/obf/src/generators/config.js +1 -1
  97. package/bundle/obf/src/generators/dbc.js +1 -1
  98. package/bundle/obf/src/generators/dockerfile.js +1 -1
  99. package/bundle/obf/src/generators/hook.js +1 -1
  100. package/bundle/obf/src/generators/kit.js +1 -1
  101. package/bundle/obf/src/generators/layout.js +1 -1
  102. package/bundle/obf/src/generators/maka.gen.js +1 -1
  103. package/bundle/obf/src/generators/methods.js +1 -1
  104. package/bundle/obf/src/generators/package.js +1 -1
  105. package/bundle/obf/src/generators/page.js +1 -1
  106. package/bundle/obf/src/generators/publish.js +1 -1
  107. package/bundle/obf/src/generators/route.js +1 -1
  108. package/bundle/obf/src/generators/service.js +1 -1
  109. package/bundle/obf/src/generators/services/_index.js +1 -1
  110. package/bundle/obf/src/generators/services/openssl.js +1 -1
  111. package/bundle/obf/src/generators/services/translation.js +1 -1
  112. package/bundle/obf/src/maka.js +1 -1
  113. package/bundle/obf/src/tool.js +1 -1
  114. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  115. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  116. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  117. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  118. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  119. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  120. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/https/https.class.js +1 -1
  122. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  123. package/bundle/obf/src/tools/log/log.class.js +1 -1
  124. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  126. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  127. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  128. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  130. package/package.json +1 -1
@@ -1 +1 @@
1
- (function(a,b){const t=a52d,c=a();while(!![]){try{const d=parseInt(t(0x11d))/0x1*(parseInt(t(0x143))/0x2)+-parseInt(t(0x13b))/0x3+-parseInt(t(0x11c))/0x4+-parseInt(t(0x133))/0x5+parseInt(t(0x146))/0x6+parseInt(t(0x127))/0x7*(-parseInt(t(0x135))/0x8)+parseInt(t(0x141))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xd6c50));const a52b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a52d;if(c){const e=c[u(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){const v=a52d;return a52a[v(0x14e)]()[v(0x15f)](v(0x14a))[v(0x14e)]()['constructor'](a52a)[v(0x15f)](v(0x14a));});function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0x116;let f=c[d];return f;},a52d(a,b);}function a52c(){const C=['Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','unlock','resume','scroll','enter','white','inventory','split','1876hIhzqz','write','gloves','leftHand','render','torso','append','checkIfLockable','10%','Feet:\x20','getOtherSide','name','2883225DQuTOe','box','18344TXzHKv','unequip','clear','\x20Game\x20Log\x20','size','\x20Equipment\x20','3485679FrYYal','OUTSIDE','exits','75%','logFilePath','pushLine','12253518gaRVUT','feet','2922674wUUwvY','getAllItems','70%','3523860IqSyfG','player','map','key','(((.+)+)+)+$','Available\x20exits\x20will\x20be\x20shown\x20here...','\x20(Locked)','22%','toString','Side\x20Quest\x20Adventure\x20Game','C-c','legs','setContent','Thanks\x20for\x20playing!','Head:\x20','exit','join','cyan','head','100%','getInstance','apply','equipment','25%','None','search','\x20Inventory\x20','rightHand','Arms:\x20','handleInput','Gloves:\x20','yellow','<<<<<<<<---------\x20Terminating\x20game','forEach','currentLocation','\x20Exits\x20','line','equip','Legs:\x20','screen','45%','709564IZvqBb','1OVwwst','stdin'];a52c=function(){return C;};return a52c();}a52a();import a52e from'blessed';import{capitalCase}from'change-case';import a52f from'./game.js';import{RoomType}from'./types/enums.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(a,b,c){const w=a52d,d=Logger[w(0x15a)](c[w(0x13f)]);process['stdin']['setRawMode'](!![]),process[w(0x11e)][w(0x121)]();const e=a52e[w(0x11a)]({'smartCSR':!![],'title':w(0x14f)}),f=a52e[w(0x134)]({'top':'0%','left':w(0x13e),'width':w(0x15d),'height':w(0x11b),'border':{'type':'line'},'label':w(0x160),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x165)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),g=o=>{const x=w,p=o[x(0x144)]()[x(0x148)](q=>q[x(0x132)]);f[x(0x152)](p[x(0x156)]('\x0a')),e[x(0x12b)]();};e['append'](f);const h=a52e['box']({'top':'45%','left':'75%','width':'25%','height':'25%','border':{'type':w(0x117)},'label':w(0x13a),'content':w(0x11f),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x165)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x12d)](h);function i(o){const y=w;h[y(0x152)](y(0x154)+(o[y(0x158)]?o['head'][y(0x132)]:y(0x15e))+'\x0a'+('Torso:\x20'+(o['torso']?o[y(0x12c)][y(0x132)]:'None')+'\x0a')+(y(0x119)+(o[y(0x151)]?o[y(0x151)][y(0x132)]:y(0x15e))+'\x0a')+(y(0x130)+(o[y(0x142)]?o[y(0x142)][y(0x132)]:y(0x15e))+'\x0a')+(y(0x162)+(o['arms']?o['arms'][y(0x132)]:y(0x15e))+'\x0a')+(y(0x164)+(o[y(0x129)]?o['gloves']['name']:y(0x15e))+'\x0a')+('Left\x20Hand:\x20'+(o[y(0x12a)]?o[y(0x12a)][y(0x132)]:y(0x15e))+'\x0a')+('Right\x20Hand:\x20'+(o[y(0x161)]?o[y(0x161)][y(0x132)]:y(0x15e))+'\x0a')),e['render']();}const j=a52e['box']({'top':w(0x145),'left':w(0x13e),'width':'25%','height':w(0x14d),'border':{'type':w(0x117)},'label':w(0x116),'content':w(0x14b),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x165)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x12d)](j);function k(o){const z=w;let p='';o[z(0x13d)][z(0x139)]>0x0?o[z(0x13d)][z(0x167)]((q,r)=>{const A=z;if(q instanceof Door){const s=q[A(0x131)](o);s['roomType']===RoomType[A(0x13c)]?p+=capitalCase(r)+':\x20'+s[A(0x132)]:p+=capitalCase(r)+':\x20'+q[A(0x132)];if(q['checkIfLocked']())p+=A(0x14c);else q[A(0x12e)]()&&(p+='\x20(Unlocked)');p+='\x0a';}else p+=capitalCase(r)+'\x0a';}):p+='\x0aThere\x20are\x20no\x20exits\x20here.',j[z(0x152)](p),e[z(0x12b)]();}const l=a52e[w(0x134)]({'top':'0%','left':'0%','width':w(0x13e),'height':'90%','border':{'type':w(0x117)},'label':w(0x138),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x165)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});e[w(0x12d)](l);const m=a52e['textbox']({'bottom':0x0,'left':0x0,'width':w(0x159),'height':w(0x12f),'tags':!![],'border':{'type':w(0x117)},'style':{'fg':w(0x124),'border':{'fg':w(0x157)}},'keys':!![],'mouse':!![],'inputOnFocus':!![]});e[w(0x12d)](m),e['key'](['escape',w(0x150)],()=>process[w(0x155)](0x0)),m['focus'](),e[w(0x12b)](),d[w(0x128)]('----->>>>>>\x20Initializing\x20Game');const n=a52f[w(0x15a)](a,b);l[w(0x152)](n['getWelcomeMessage']()),i(n['player'][w(0x15c)]),g(n[w(0x147)]['inventory']),k(n[w(0x147)][w(0x168)]),m[w(0x149)]([w(0x123)],async()=>{const B=w,o=m['getValue'](),p=n[B(0x163)](o);(o[B(0x126)]('\x20')[0x0]==='take'||B(0x118)||B(0x136))&&(g(n[B(0x147)][B(0x125)]),i(n[B(0x147)]['equipment'])),(o[B(0x126)]('\x20')[0x0]==='go'||'lock'||B(0x120))&&k(n[B(0x147)][B(0x168)]),o['split']('\x20')[0x0]===B(0x137)&&l[B(0x152)](''),p===null&&(l[B(0x140)](B(0x153)),e['render'](),d[B(0x128)](B(0x166)),process[B(0x155)](0x0)),l[B(0x140)](p),l[B(0x122)](0x1),m['clearValue'](),m['focus'](),e[B(0x12b)]();});}
1
+ (function(a,b){const u=a56d,c=a();while(!![]){try{const d=-parseInt(u(0xbc))/0x1*(-parseInt(u(0xd6))/0x2)+parseInt(u(0xc9))/0x3+parseInt(u(0xcb))/0x4*(-parseInt(u(0xb8))/0x5)+-parseInt(u(0xc8))/0x6+-parseInt(u(0xd5))/0x7+-parseInt(u(0xa9))/0x8+parseInt(u(0xcf))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x9576f));const a56b=(function(){let a=!![];return function(b,c){const d=a?function(){const v=a56d;if(c){const e=c[v(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){const w=a56d;return a56a[w(0xdd)]()[w(0xc4)]('(((.+)+)+)+$')[w(0xdd)]()[w(0xc6)](a56a)[w(0xc4)](w(0xb0));});a56a();import a56e from'blessed';function a56c(){const D=['17789742zlvfzA','player','screen','legs','render','size','5913243EwAXir','96266Wbevrg','lock','logFilePath','gloves','focus','logBox','resume','toString','70%','----->>>>>>\x20Initializing\x20Game','\x20(Unlocked)','unlock','22%','leftHand','\x0aThere\x20are\x20no\x20exits\x20here.','exit','getValue','\x20Exits\x20','map','head','append','\x20Game\x20Log\x20','forEach','roomType','clearValue','yellow','split','getWelcomeMessage','currentLocation','Left\x20Hand:\x20','escape','key','exits','Available\x20exits\x20will\x20be\x20shown\x20here...','white','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','None','75%','checkIfLocked','checkIfLockable','line','Arms:\x20','25%','getAllItems','100%','6776272bZVVUq','Side\x20Quest\x20Adventure\x20Game','clear','\x20Equipment\x20','arms','Gloves:\x20','setContent','(((.+)+)+)+$','Torso:\x20','equipment','feet','stdin','getInstance','inventory','box','5obkwTW','OUTSIDE','\x20(Locked)','log','17qnlpzI','write','unequip','cyan','C-c','45%','textbox','Right\x20Hand:\x20','search','name','constructor','Your\x20items\x20will\x20be\x20listed\x20here...','2517498eTvGRf','1945419XOCSyZ','enter','2879196szDNAG','torso','apply','rightHand'];a56c=function(){return D;};return a56c();}import{capitalCase}from'change-case';function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0x9a;let f=c[d];return f;},a56d(a,b);}import a56f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';import{Logger}from'./utilities/logger.js';export async function main(a,b,c){const x=a56d;try{process[x(0xb4)]['setRawMode'](!![]),process[x(0xb4)][x(0xdc)]();const d=a56e[x(0xd1)]({'smartCSR':!![],'title':x(0xaa)}),e=a56e[x(0xb7)]({'top':'0%','left':x(0xa1),'width':x(0xa6),'height':x(0xc1),'border':{'type':x(0xa4)},'label':'\x20Inventory\x20','content':x(0xc7),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':x(0xef)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),f=p=>{const y=x,q=p[y(0xa7)]()[y(0xe8)](r=>r[y(0xc5)]);e['setContent'](q['join']('\x0a')),d[y(0xd3)]();};d[x(0xea)](e);const g=a56e[x(0xb7)]({'top':x(0xc1),'left':'75%','width':'25%','height':'25%','border':{'type':x(0xa4)},'label':x(0xac),'content':x(0x9f),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});d[x(0xea)](g);const h=p=>{const z=x;g[z(0xaf)]('Head:\x20'+(p[z(0xe9)]?p[z(0xe9)]['name']:z(0xa0))+'\x0a'+(z(0xb1)+(p[z(0xcc)]?p['torso'][z(0xc5)]:'None')+'\x0a')+('Legs:\x20'+(p[z(0xd2)]?p['legs'][z(0xc5)]:z(0xa0))+'\x0a')+('Feet:\x20'+(p['feet']?p[z(0xb3)][z(0xc5)]:z(0xa0))+'\x0a')+(z(0xa5)+(p[z(0xad)]?p[z(0xad)][z(0xc5)]:z(0xa0))+'\x0a')+(z(0xae)+(p[z(0xd9)]?p[z(0xd9)]['name']:z(0xa0))+'\x0a')+(z(0xf3)+(p[z(0xe3)]?p['leftHand']['name']:z(0xa0))+'\x0a')+(z(0xc3)+(p['rightHand']?p[z(0xce)][z(0xc5)]:z(0xa0))+'\x0a')),d['render']();},i=a56e[x(0xb7)]({'top':x(0xde),'left':x(0xa1),'width':'25%','height':x(0xe2),'border':{'type':x(0xa4)},'label':x(0xe7),'content':x(0x9d),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':x(0xef)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});d['append'](i);const j=p=>{const A=x;let q='';p[A(0x9c)][A(0xd4)]>0x0?p['exits'][A(0xec)]((r,s)=>{const B=A;if(r instanceof Door){const t=r['getOtherSide'](p);t[B(0xed)]===RoomType[B(0xb9)]?q+=capitalCase(s)+':\x20'+t[B(0xc5)]:q+=capitalCase(s)+':\x20'+r['name'];if(r[B(0xa2)]())q+=B(0xba);else r[B(0xa3)]()&&(q+=B(0xe0));q+='\x0a';}else q+=capitalCase(s)+'\x0a';}):q+=A(0xe4),i[A(0xaf)](q),d[A(0xd3)]();},k=a56e['box']({'id':x(0xdb),'top':'0%','left':'0%','width':x(0xa1),'height':'90%','border':{'type':x(0xa4)},'label':x(0xeb),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});d['append'](k);const l=a56e[x(0xc2)]({'bottom':0x0,'left':0x0,'width':x(0xa8),'height':'10%','tags':!![],'border':{'type':x(0xa4)},'style':{'fg':x(0x9e),'border':{'fg':x(0xbf)}},'keys':!![],'mouse':!![],'inputOnFocus':!![]});d[x(0xea)](l),d[x(0x9b)]([x(0x9a),x(0xc0)],()=>process[x(0xe5)](0x0)),l[x(0xda)](),d[x(0xd3)]();const m=Logger[x(0xb5)](c[x(0xd8)],d),n=new Player({'playerName':a});m['write'](x(0xdf));const o=a56f[x(0xb5)](n,b);k[x(0xaf)](o[x(0xf1)]()),h(o[x(0xd0)][x(0xb2)]),f(o[x(0xd0)][x(0xb6)]),j(o[x(0xd0)][x(0xf2)]),l[x(0x9b)]([x(0xca)],async()=>{const C=x,p=l[C(0xe6)](),q=o['handleInput'](p);(p[C(0xf0)]('\x20')[0x0]==='take'||'equip'||C(0xbe))&&(f(o[C(0xd0)][C(0xb6)]),h(o[C(0xd0)][C(0xb2)])),(p[C(0xf0)]('\x20')[0x0]==='go'||C(0xd7)||C(0xe1))&&j(o['player'][C(0xf2)]),p[C(0xf0)]('\x20')[0x0]===C(0xab)&&k[C(0xaf)](''),q===null&&(console['log']('Thanks\x20for\x20playing!'),d[C(0xd3)](),m[C(0xbd)]('<<<<<<<<---------\x20Terminating\x20game'),process[C(0xe5)](0x0)),k['pushLine'](q),k['scroll'](0x1),l[C(0xee)](),l[C(0xda)](),d['render']();});}catch(p){console[x(0xbb)](p),process[x(0xe5)](0x1);}}
@@ -1 +1 @@
1
- const a53k=a53d;(function(a,b){const h=a53d,c=a();while(!![]){try{const d=parseInt(h(0x180))/0x1*(parseInt(h(0x184))/0x2)+-parseInt(h(0x176))/0x3+parseInt(h(0x18f))/0x4+-parseInt(h(0x18d))/0x5*(-parseInt(h(0x17c))/0x6)+-parseInt(h(0x187))/0x7*(-parseInt(h(0x17e))/0x8)+-parseInt(h(0x17d))/0x9*(-parseInt(h(0x17a))/0xa)+-parseInt(h(0x189))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0xb27e0));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a53d;if(c){const e=c[i(0x18a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const j=a53d;return a53a[j(0x183)]()[j(0x190)](j(0x17f))[j(0x183)]()[j(0x178)](a53a)['search'](j(0x17f));});a53a();import a53e from'fs';import a53f from'os';import a53g from'path';const homeDir=a53f[a53k(0x188)]();function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x175;let f=c[d];return f;},a53d(a,b);}function a53c(){const p=['[ERROR]\x20[','49JpsUKm','homedir','47792085CPmSKZ','apply','filePath','side-quest.log','25yvdAYL','appendFileSync','5291608WnbGpD','search','[INFO]\x20[','427767DViIBV','join','constructor','toISOString','11931920TThKSb','getInstance','1744290JrdYHA','9LaqtdU','645056gGTWed','(((.+)+)+)+$','8245vBXVUc','instance','write','toString','166akhfEv','.maka'];a53c=function(){return p;};return a53c();}export class Logger{static [a53k(0x181)];[a53k(0x18b)];constructor(a){const l=a53k;this[l(0x18b)]=a;}static[a53k(0x17b)](a=a53g[a53k(0x177)](homeDir,a53k(0x185),a53k(0x18c))){const m=a53k;return!Logger['instance']&&(Logger['instance']=new Logger(a)),Logger[m(0x181)];}[a53k(0x182)](a){const n=a53k,b=new Date()[n(0x179)]();a53e[n(0x18e)](this[n(0x18b)],n(0x175)+b+']\x20'+a+'\x0a');}['error'](a){const o=a53k,b=new Date()['toISOString']();a53e[o(0x18e)](this[o(0x18b)],o(0x186)+b+']\x20'+a+'\x0a');}}
1
+ const a57k=a57d;(function(a,b){const h=a57d,c=a();while(!![]){try{const d=parseInt(h(0x179))/0x1*(parseInt(h(0x17b))/0x2)+-parseInt(h(0x162))/0x3+-parseInt(h(0x16a))/0x4+parseInt(h(0x17d))/0x5+parseInt(h(0x15c))/0x6+parseInt(h(0x170))/0x7+-parseInt(h(0x17a))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xa8cdb));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a57d;if(c){const e=c[i(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const j=a57d;return a57a[j(0x15d)]()['search'](j(0x16d))[j(0x15d)]()[j(0x171)](a57a)[j(0x173)](j(0x16d));});a57a();import a57e from'fs';import a57f from'os';import a57g from'path';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x158;let f=c[d];return f;},a57d(a,b);}function a57c(){const s=['constructor','write','search','appendFileSync','existsSync','setContent','toISOString','ensureLogFileExists','631fZqOCY','9307144EehfZH','2206AekZqv','apply','3634120JUDOTK','children','log','render','type','[INFO]\x20[','writeFileSync','7651716Xohhar','toString','screen','[ERROR]\x20[','getInstance','dirname','3941916jpRQNe','mkdirSync','The\x20logbox\x20','scrollTo','instance','side-quest.log','filePath','hasScreen','820756JvbTml','homedir','content','(((.+)+)+)+$','find','box','4731090jxYEog'];a57c=function(){return s;};return a57c();}const homeDir=a57f[a57k(0x16b)]();export class Logger{static [a57k(0x166)];[a57k(0x168)];['screen'];constructor(a,b){const l=a57k;this['filePath']=a,this[l(0x15e)]=b,this['ensureLogFileExists']();}static[a57k(0x160)](a=a57g['join'](homeDir,'.maka',a57k(0x167)),b){const m=a57k;if(!Logger[m(0x166)]){if(!b)throw new Error('Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.');Logger[m(0x166)]=new Logger(a,b);}return Logger[m(0x166)];}[a57k(0x178)](){const n=a57k,a=a57g[n(0x161)](this['filePath']);!a57e[n(0x175)](a)&&a57e[n(0x163)](a,{'recursive':!![]}),!a57e[n(0x175)](this[n(0x168)])&&a57e[n(0x15b)](this[n(0x168)],'');}[a57k(0x172)](a){const o=a57k,b=new Date()['toISOString'](),c=o(0x15a)+b+']\x20'+a+'\x0a';a57e[o(0x174)](this[o(0x168)],c);}['error'](a){const p=a57k,b=new Date()[p(0x177)](),c=p(0x15f)+b+']\x20'+a+'\x0a';a57e[p(0x174)](this[p(0x168)],c);}[a57k(0x17f)](a){const q=a57k,b=this[q(0x15e)]?.[q(0x17e)][q(0x16e)](c=>c[q(0x159)]===q(0x16f)&&c['options']['id']==='logBox');b?(b[q(0x176)](b[q(0x16c)]+'\x0a'+a),b[q(0x165)](b['getScrollHeight']()),this['screen']?.[q(0x158)]()):this['error'](q(0x164)+b+'\x20could\x20not\x20be\x20found\x20on\x20screen\x20'+this['screen']),this['write'](a);}[a57k(0x169)](){const r=a57k;return!!this[r(0x15e)];}}
@@ -1 +1 @@
1
- const a54k=a54d;function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x155;let f=c[d];return f;},a54d(a,b);}(function(a,b){const h=a54d,c=a();while(!![]){try{const d=parseInt(h(0x156))/0x1+-parseInt(h(0x169))/0x2+-parseInt(h(0x165))/0x3*(-parseInt(h(0x16c))/0x4)+-parseInt(h(0x16f))/0x5*(parseInt(h(0x15f))/0x6)+parseInt(h(0x162))/0x7*(-parseInt(h(0x164))/0x8)+parseInt(h(0x16e))/0x9*(parseInt(h(0x167))/0xa)+parseInt(h(0x16d))/0xb*(parseInt(h(0x160))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0xbc4a8));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a54d;if(c){const e=c[i(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const j=a54d;return a54a[j(0x161)]()[j(0x16b)](j(0x155))[j(0x161)]()[j(0x163)](a54a)[j(0x16b)](j(0x155));});a54a();import a54e from'path';import a54f from'./play.command.js';import{Command}from'../../command.js';import{main}from'./sideQuest/ui.js';import a54g from'./sideQuest/scenes/rooms.js';import{Player}from'./sideQuest/models/player.js';Command[a54k(0x15b)]({'name':a54k(0x166),'usage':a54k(0x170),'shortDesc':a54k(0x15d),'aliases':['sq'],'description':a54k(0x159),'validOpts':[a54k(0x171),'player']},async function(a,b){const l=a54k,c=this['fsi'][l(0x157)](),d=a54e[l(0x15c)](c,l(0x158)),e=b[l(0x15e)]?b['player']:l(0x172),f=new Player({'playerName':e});process[l(0x15a)][l(0x168)]('\x1bc');const g={...b,'logFilePath':d};main(f,a54g,g);},a54f);function a54c(){const m=['22zmBlYb','4842171lkupJa','1481300NyIAsg','maka\x20play:side-quest','debug','Commoner','(((.+)+)+)+$','5128QqzvuY','getGlobalMakaDir','side-quest.log','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...','stdout','create','join','Play\x20a\x20little\x20side-quest','player','24fEyMLW','18520296qoEdYV','toString','9499707AvkGSV','constructor','8RBslVX','390IynTsP','side-quest','20otAQzt','write','1965882iMzQdI','apply','search','3952ZEPCUK'];a54c=function(){return m;};return a54c();}
1
+ const a58k=a58d;(function(a,b){const h=a58d,c=a();while(!![]){try{const d=-parseInt(h(0x76))/0x1*(-parseInt(h(0x7f))/0x2)+parseInt(h(0x7d))/0x3+parseInt(h(0x73))/0x4+parseInt(h(0x6a))/0x5*(-parseInt(h(0x6e))/0x6)+parseInt(h(0x67))/0x7*(parseInt(h(0x7c))/0x8)+-parseInt(h(0x74))/0x9+-parseInt(h(0x6d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x625c4));const a58b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a58d;if(c){const e=c[i(0x7b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){const j=a58d;return a58a[j(0x6b)]()[j(0x75)](j(0x71))['toString']()['constructor'](a58a)[j(0x75)](j(0x71));});a58a();import a58e from'path';import a58f from'./play.command.js';import{Command}from'../../command.js';import{main}from'./sideQuest/ui.js';import{shadowrunConfig}from'./sideQuest/scenes/rooms.js';Command[a58k(0x77)]({'name':a58k(0x6c),'usage':a58k(0x68),'shortDesc':a58k(0x78),'aliases':['sq'],'description':a58k(0x80),'validOpts':[a58k(0x69),'player']},async function(a,b){const l=a58k;try{const c=this['fsi'][l(0x79)](),d=a58e[l(0x7e)](c,l(0x70)),e=b[l(0x6f)]?b['player']:l(0x72);process['stdout']['write']('\x1bc');const f={...b,'logFilePath':d};main(e,shadowrunConfig,f);}catch(g){console[l(0x7a)](g);}},a58f);function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x67;let f=c[d];return f;},a58d(a,b);}function a58c(){const m=['log','apply','16zqOjqS','1247328dqDvuj','join','975666FqZLcg','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...','1702463Yplfjx','maka\x20play:side-quest','debug','102495zCvhuM','toString','side-quest','1980410dLMOiz','174CSQVlV','player','side-quest.log','(((.+)+)+)+$','Commoner','1011732hjtDDm','4028076iForRN','search','1PWfDQc','create','Play\x20a\x20little\x20side-quest','getGlobalMakaDir'];a58c=function(){return m;};return a58c();}
@@ -1 +1 @@
1
- var a55h=a55d;function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x67;var f=c[d];return f;},a55d(a,b);}(function(a,b){var f=a55d,c=a();while(!![]){try{var d=-parseInt(f(0x6f))/0x1+-parseInt(f(0x77))/0x2*(parseInt(f(0x6a))/0x3)+parseInt(f(0x67))/0x4*(-parseInt(f(0x72))/0x5)+-parseInt(f(0x75))/0x6+-parseInt(f(0x78))/0x7+-parseInt(f(0x6d))/0x8*(-parseInt(f(0x76))/0x9)+-parseInt(f(0x74))/0xa*(-parseInt(f(0x69))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x5e8fd));var a55b=(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;};}()),a55a=a55b(this,function(){var g=a55d;return a55a['toString']()['search'](g(0x6b))[g(0x79)]()[g(0x6e)](a55a)[g(0x71)](g(0x6b));});a55a();import a55e from'./play.command.js';function a55c(){var j=['Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','47949BxMlvJ','6039VarXSb','(((.+)+)+)+$','maka\x20game:snake','111736GuXdUQ','constructor','652790JxJDBh','npx\x20command-line-snake','search','1519425vHrRxp','create','5030LxrGzv','2307582hLVPJe','459dNHUZH','758GtilWN','766395mIAxmt','toString','8LIZkQT'];a55c=function(){return j;};return a55c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a55h(0x73)]({'name':'snake','usage':a55h(0x6c),'shortDesc':a55h(0x68),'validOpts':[]},async function(){var i=a55h;execSync(i(0x70),{'stdio':'inherit'});},a55e);
1
+ var a59i=a59d;(function(a,b){var f=a59d,c=a();while(!![]){try{var d=parseInt(f(0x148))/0x1*(parseInt(f(0x13f))/0x2)+-parseInt(f(0x146))/0x3*(parseInt(f(0x14b))/0x4)+parseInt(f(0x13e))/0x5+parseInt(f(0x14e))/0x6+parseInt(f(0x14a))/0x7*(parseInt(f(0x141))/0x8)+-parseInt(f(0x142))/0x9+-parseInt(f(0x13d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xa9385));var a59b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a59d;if(c){var e=c[g(0x145)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){var h=a59d;return a59a[h(0x149)]()[h(0x144)](h(0x14f))[h(0x149)]()[h(0x147)](a59a)[h(0x144)](h(0x14f));});a59a();import a59e from'./play.command.js';import{Command}from'../../command.js';function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x13d;var f=c[d];return f;},a59d(a,b);}import{execSync}from'child_process';Command[a59i(0x143)]({'name':'snake','usage':a59i(0x14c),'shortDesc':a59i(0x140),'validOpts':[]},async function(){var j=a59i;execSync('npx\x20command-line-snake',{'stdio':j(0x14d)});},a59e);function a59c(){var k=['search','apply','96009FnBnKL','constructor','2PErDnr','toString','268779hIyqCt','12GAjnTJ','maka\x20game:snake','inherit','4194978SGgrJh','(((.+)+)+)+$','15292520wxSQmz','1121790YGyuFv','952934ogjyNA','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','152UPWHqp','2588508OeEcTQ','create'];a59c=function(){return k;};return a59c();}
@@ -1 +1 @@
1
- var a56i=a56d;function a56c(){var k=['toString','tetris','npx\x20simple-tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','422564CUlYlT','(((.+)+)+)+$','1097964aTsbIW','inherit','3764733VeViGv','create','maka\x20game:tetris','apply','94535rlDVgl','search','298421SKnYJF','736665kHuWUY','292632xkSAuT'];a56c=function(){return k;};return a56c();}function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x169;var f=c[d];return f;},a56d(a,b);}(function(a,b){var f=a56d,c=a();while(!![]){try{var d=-parseInt(f(0x16d))/0x1+-parseInt(f(0x174))/0x2+parseInt(f(0x16e))/0x3+parseInt(f(0x16f))/0x4+parseInt(f(0x16b))/0x5+-parseInt(f(0x176))/0x6+parseInt(f(0x178))/0x7;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x2c9d6));var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a56d;if(c){var e=c[g(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var h=a56d;return a56a[h(0x170)]()[h(0x16c)](h(0x175))[h(0x170)]()['constructor'](a56a)['search'](h(0x175));});a56a();import a56e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a56i(0x179)]({'name':a56i(0x171),'usage':a56i(0x169),'shortDesc':a56i(0x173),'validOpts':[]},async function(){var j=a56i;execSync(j(0x172),{'stdio':j(0x177)});},a56e);
1
+ var a60i=a60d;(function(a,b){var f=a60d,c=a();while(!![]){try{var d=-parseInt(f(0x18f))/0x1+parseInt(f(0x197))/0x2*(parseInt(f(0x192))/0x3)+-parseInt(f(0x199))/0x4*(parseInt(f(0x19a))/0x5)+-parseInt(f(0x195))/0x6+parseInt(f(0x196))/0x7+-parseInt(f(0x18d))/0x8*(parseInt(f(0x19b))/0x9)+parseInt(f(0x19e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x90650));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0x19f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a['toString']()['search'](h(0x18e))['toString']()[h(0x19d)](a60a)[h(0x198)](h(0x18e));});a60a();function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0x18d;var f=c[d];return f;},a60d(a,b);}import a60e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a60i(0x194),'usage':a60i(0x190),'shortDesc':a60i(0x19c),'validOpts':[]},async function(){var j=a60i;execSync(j(0x193),{'stdio':j(0x191)});},a60e);function a60c(){var k=['843450tSBial','maka\x20game:tetris','inherit','2210619WCzeeD','npx\x20simple-tetris','tetris','4353042pDAReU','4929078yxxgHa','2gKCNEd','search','303944zteiKh','20nPLObP','29907TLSDQZ','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','constructor','18108650uedUMG','apply','1896nheqCq','(((.+)+)+)+$'];a60c=function(){return k;};return a60c();}
@@ -1 +1 @@
1
- const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=parseInt(f(0x1f6))/0x1+parseInt(f(0x1e7))/0x2+-parseInt(f(0x1e5))/0x3+parseInt(f(0x1e2))/0x4*(-parseInt(f(0x1e3))/0x5)+parseInt(f(0x1e1))/0x6+-parseInt(f(0x1ee))/0x7*(-parseInt(f(0x1fc))/0x8)+-parseInt(f(0x1fb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x86866));function a57c(){const k=['7268490EraMHj','8WVJqoJ','maka\x20g:api\x20trucks','maka\x20g:template\x20todos/todo_item','maka\x20g:package\x20package:name','findGenerator','maka\x20generate:scaffold\x20todos','help','3470628JHhCIj','8PWzazp','1347275uGaDRI','search','2271336tKhlYg','maka\x20g:dbc\x20geoserver\x20--type=pgsql','2059542ZSGFhk','maka\x20{generate,\x20g}:<generator>\x20<name>','Generators:','dir','maka\x20g:route\x20todos/edit','listGenerators','Could\x20not\x20find\x20generator','3024322pFMmcW','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','where','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:scaffold\x20todos','create','apply','(((.+)+)+)+$','614391sJmerp','notice','generate','constructor','toString'];a57c=function(){return k;};return a57c();}const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a57d;if(c){const e=c[g(0x1f4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x1fa)]()['search'](h(0x1f5))[h(0x1fa)]()[h(0x1f9)](a57a)[h(0x1e4)]('(((.+)+)+)+$');});a57a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a57d(a,b);}import a57e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a57i(0x1f3)]({'name':a57i(0x1f8),'aliases':['g'],'usage':a57i(0x1e8),'validOpts':[a57i(0x1ea),a57i(0x1f0),'help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a57i(0x1f1),'description':a57i(0x1ef),'examples':[a57i(0x1df),a57i(0x1f2),a57i(0x1fe),a57i(0x1dd),a57i(0x1eb),a57i(0x1fd),a57i(0x1e6)]},async function(a,b){const j=a57i,c=a[0x0],d=a57e[j(0x1de)](c);if(!d){b[j(0x1e0)]?(Log[j(0x1f7)](j(0x1e9)),a57e[j(0x1ec)]()):Log['error'](j(0x1ed));throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
1
+ const a61h=a61d;(function(a,b){const f=a61d,c=a();while(!![]){try{const d=-parseInt(f(0x1d4))/0x1*(-parseInt(f(0x1dc))/0x2)+-parseInt(f(0x1db))/0x3*(parseInt(f(0x1c5))/0x4)+parseInt(f(0x1e3))/0x5*(-parseInt(f(0x1dd))/0x6)+-parseInt(f(0x1c7))/0x7*(-parseInt(f(0x1ce))/0x8)+parseInt(f(0x1d8))/0x9*(-parseInt(f(0x1da))/0xa)+-parseInt(f(0x1d7))/0xb*(-parseInt(f(0x1e0))/0xc)+-parseInt(f(0x1e1))/0xd*(-parseInt(f(0x1de))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xcf7a7));const a61b=(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;};}()),a61a=a61b(this,function(){const g=a61d;return a61a[g(0x1c8)]()['search']('(((.+)+)+)+$')[g(0x1c8)]()[g(0x1d2)](a61a)[g(0x1d0)]('(((.+)+)+)+$');});a61a();import{Command}from'../command.js';function a61c(){const j=['notice','search','error','constructor','maka\x20g:template\x20todos/todo_item','34HeJnOm','maka\x20generate:scaffold\x20todos','Generators:','17892358HpoOKw','18ixNOuU','maka\x20g:package\x20package:name','3060110xBMSKG','293739NhJCBg','81482LIuDQl','12onihon','227612DmIoLk','maka\x20g:api\x20trucks','12VpoIqi','286PnJnAJ','invoke','2037535OqMKME','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','68ZqxCiB','Could\x20not\x20find\x20generator','4003580VgJHfe','toString','Scaffold\x20various\x20parts\x20of\x20your\x20application','help','maka\x20g:dbc\x20geoserver\x20--type=pgsql','create','where','8LtfhpQ'];a61c=function(){return j;};return a61c();}function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1c4;let f=c[d];return f;},a61d(a,b);}import{Log}from'../tools/log/log.class.js';import a61e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a61h(0x1cc)]({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':['dir',a61h(0x1cd),a61h(0x1ca)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a61h(0x1c9),'description':a61h(0x1c4),'examples':[a61h(0x1d5),'maka\x20g:scaffold\x20todos',a61h(0x1d3),a61h(0x1d9),'maka\x20g:route\x20todos/edit',a61h(0x1df),a61h(0x1cb)]},async function(a,b){const i=a61h,c=a[0x0],d=a61e['findGenerator'](c);if(!d){b[i(0x1ca)]?(Log[i(0x1cf)](i(0x1d6)),a61e['listGenerators']()):Log[i(0x1d1)](i(0x1c6));throw new UsageError();}await d[i(0x1e2)](a['slice'](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=-parseInt(f(0x185))/0x1+-parseInt(f(0x180))/0x2+parseInt(f(0x186))/0x3*(parseInt(f(0x184))/0x4)+-parseInt(f(0x17e))/0x5*(parseInt(f(0x183))/0x6)+parseInt(f(0x189))/0x7+parseInt(f(0x182))/0x8*(parseInt(f(0x18b))/0x9)+-parseInt(f(0x18a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xae5ab));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x188)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x17d)]()[h(0x17f)](h(0x187))[h(0x17d)]()[h(0x181)](a58a)[h(0x17f)]('(((.+)+)+)+$');});a58a();function a58c(){var i=['1842VIKVTP','24OekIzM','207055iBKPRK','327438raDjiE','(((.+)+)+)+$','apply','8486821ThcvSv','4398310druHBN','612tVHztT','toString','6965poSKHw','search','2640670RhIDpM','constructor','146088nJhpmb'];a58c=function(){return i;};return a58c();}import'./get.command.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x17d;var f=c[d];return f;},a58d(a,b);}import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x1ea))/0x1+parseInt(f(0x1e2))/0x2*(-parseInt(f(0x1eb))/0x3)+-parseInt(f(0x1e8))/0x4*(parseInt(f(0x1e1))/0x5)+-parseInt(f(0x1e9))/0x6+parseInt(f(0x1e3))/0x7+-parseInt(f(0x1e4))/0x8+parseInt(f(0x1e6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0x6b1ac));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1df;var f=c[d];return f;},a62d(a,b);}var a62b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a62d;if(c){var e=c[g(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a['toString']()[h(0x1e7)](h(0x1df))['toString']()[h(0x1e0)](a62a)[h(0x1e7)](h(0x1df));});a62a();function a62c(){var i=['constructor','4700rOPLfF','2Uszrgy','5684903EiUyRI','2555472ooAgLv','apply','19595502TkzGrz','search','1844PlmmZx','3355566hzOAlB','378584Siaqfx','2580264UInAsK','(((.+)+)+)+$'];a62c=function(){return i;};return a62c();}import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a59h=a59d;(function(a,b){const f=a59d,c=a();while(!![]){try{const d=-parseInt(f(0x12c))/0x1+-parseInt(f(0x139))/0x2*(parseInt(f(0x132))/0x3)+parseInt(f(0x13a))/0x4*(parseInt(f(0x12b))/0x5)+parseInt(f(0x12f))/0x6+-parseInt(f(0x133))/0x7*(-parseInt(f(0x13b))/0x8)+parseInt(f(0x12d))/0x9+-parseInt(f(0x136))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x3bf84));const a59b=(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;};}()),a59a=a59b(this,function(){const g=a59d;return a59a[g(0x137)]()[g(0x134)](g(0x131))[g(0x137)]()[g(0x138)](a59a)[g(0x134)](g(0x131));});a59a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0x12b;let f=c[d];return f;},a59d(a,b);}function a59c(){const j=['(((.+)+)+)+$','20409JJegRN','158599bCoLbD','search','findSubCommand','4365720lrPqrh','toString','constructor','52TQQlxR','1609352vNFJOm','40OiRQkf','5FRnFYw','309301bTuMzo','2237652KfbVdW','error','2424816ywJzgJ','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a59c=function(){return j;};return a59c();}import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a59h(0x130),'validOpts':[]},async function(a,b){const i=a59h,c=a[0x0],d=this[i(0x135)](c);if(d)this['runSubCommand'](c,a,b);else{Log[i(0x12e)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a63i=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=-parseInt(f(0x1a3))/0x1*(parseInt(f(0x1a0))/0x2)+parseInt(f(0x196))/0x3+parseInt(f(0x197))/0x4*(-parseInt(f(0x1a9))/0x5)+parseInt(f(0x194))/0x6*(-parseInt(f(0x1a5))/0x7)+parseInt(f(0x198))/0x8*(-parseInt(f(0x1aa))/0x9)+-parseInt(f(0x193))/0xa*(parseInt(f(0x19a))/0xb)+-parseInt(f(0x1ab))/0xc*(-parseInt(f(0x195))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xa4369));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a63d;if(c){const e=c[g(0x19b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const h=a63d;return a63a[h(0x1a7)]()[h(0x1a2)](h(0x19d))[h(0x1a7)]()[h(0x192)](a63a)['search'](h(0x19d));});a63a();function a63c(){const k=['(((.+)+)+)+$','create','runSubCommand','1067128lzVxXl','Sub-Command\x20not\x20found','search','1hAJaZF','error','28noMfne','findSubCommand','toString','maka\x20get:<sub-command>','10rCqzLm','9qZLBhI','36804yDVqfx','constructor','175690NKckYP','754818ZdDhGW','12493XaaoNw','3072546bJSuDP','1872556updKYT','5266208guqReR','get','418tBUpVg','apply','Get\x20various\x20Maka\x20variables\x20and\x20configurations'];a63c=function(){return k;};return a63c();}function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x192;let f=c[d];return f;},a63d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a63i(0x19e)]({'name':a63i(0x199),'usage':a63i(0x1a8),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a63i(0x19c),'validOpts':[]},async function(a,b){const j=a63i,c=a[0x0],d=this[j(0x1a6)](c);if(d)this[j(0x19f)](c,a,b);else{Log[j(0x1a4)](j(0x1a1));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- function a60c(){const j=['toString','global-config','search','1503KLnOtB','maka\x20get:global-config','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','91148rjDmcB','getGlobalConfig','108520dvHUKo','136RkgNoC','576850pABFzu','258009GcbAZM','constructor','(((.+)+)+)+$','439722VGWhlX','fsi','9010XiXGTE','create','2807SIhkeC','2eQCqje'];a60c=function(){return j;};return a60c();}const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=parseInt(f(0x1bc))/0x1+parseInt(f(0x1b3))/0x2*(parseInt(f(0x1bf))/0x3)+-parseInt(f(0x1ba))/0x4+-parseInt(f(0x1be))/0x5+-parseInt(f(0x1c2))/0x6+-parseInt(f(0x1b2))/0x7*(-parseInt(f(0x1bd))/0x8)+-parseInt(f(0x1b7))/0x9*(-parseInt(f(0x1b0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x2244b));const a60b=(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;};}()),a60a=a60b(this,function(){const g=a60d;return a60a[g(0x1b4)]()[g(0x1b6)](g(0x1c1))[g(0x1b4)]()[g(0x1c0)](a60a)[g(0x1b6)](g(0x1c1));});a60a();function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x1b0;let f=c[d];return f;},a60d(a,b);}import a60e from'./get.command.js';import{Command}from'../../command.js';Command[a60h(0x1b1)]({'name':a60h(0x1b5),'usage':a60h(0x1b8),'aliases':['gc'],'shortDesc':a60h(0x1b9),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a60h;try{const a=await this[i(0x1c3)][i(0x1bb)]();console['log'](a);}catch(b){console['error'](b),process['exit'](0x0);}},a60e);
1
+ const a64i=a64d;function a64c(){const k=['error','5XRHDWs','toString','11iqmzxx','constructor','7tptxGu','create','1771047XXRwut','fsi','108423vwQXbz','196ILiBnX','3638312AGPYou','360194QyAatH','74115KVUEWM','(((.+)+)+)+$','995592VFFJeu','maka\x20get:global-config','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','search','log','global-config','994300iwyLcv','apply'];a64c=function(){return k;};return a64c();}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0x81))/0x1*(parseInt(f(0x75))/0x2)+-parseInt(f(0x89))/0x3+parseInt(f(0x8a))/0x4*(-parseInt(f(0x76))/0x5)+parseInt(f(0x78))/0x6+parseInt(f(0x85))/0x7*(parseInt(f(0x74))/0x8)+-parseInt(f(0x87))/0x9+-parseInt(f(0x7e))/0xa*(parseInt(f(0x83))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x70ebd));function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x74;let f=c[d];return f;},a64d(a,b);}const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a64d;if(c){const e=c[g(0x7f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const h=a64d;return a64a['toString']()[h(0x7b)](h(0x77))[h(0x82)]()[h(0x84)](a64a)['search'](h(0x77));});a64a();import a64e from'./get.command.js';import{Command}from'../../command.js';Command[a64i(0x86)]({'name':a64i(0x7d),'usage':a64i(0x79),'aliases':['gc'],'shortDesc':a64i(0x7a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a64i;try{const a=await this[j(0x88)]['getGlobalConfig']();console[j(0x7c)](a);}catch(b){console[j(0x80)](b),process['exit'](0x0);}},a64e);
@@ -1 +1 @@
1
- const a61i=a61d;(function(a,b){const f=a61d,c=a();while(!![]){try{const d=-parseInt(f(0x1ad))/0x1+parseInt(f(0x1bd))/0x2*(parseInt(f(0x1be))/0x3)+-parseInt(f(0x1af))/0x4*(parseInt(f(0x1bb))/0x5)+parseInt(f(0x1b5))/0x6+-parseInt(f(0x1b1))/0x7+-parseInt(f(0x1b7))/0x8+-parseInt(f(0x1bf))/0x9*(-parseInt(f(0x1b8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xf08b4));function a61c(){const k=['local-config','fsi','2725626vWqPmK','toString','5230776sxgOer','40LupkKG','maka\x20get:local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','145575rXDdhH','(((.+)+)+)+$','64354VJXiPP','168sJXHXP','5372820oiTcck','create','search','apply','1718580phEMgU','constructor','100KPMiXl','log','3909731SlJAUK','getProjectConfig'];a61c=function(){return k;};return a61c();}const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a61d;if(c){const e=c[g(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const h=a61d;return a61a[h(0x1b6)]()[h(0x1ab)]('(((.+)+)+)+$')[h(0x1b6)]()[h(0x1ae)](a61a)['search'](h(0x1bc));});function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1ab;let f=c[d];return f;},a61d(a,b);}a61a();import a61e from'./get.command.js';import{Command}from'../../command.js';Command[a61i(0x1c0)]({'name':a61i(0x1b3),'usage':a61i(0x1b9),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a61i(0x1ba),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a61i,a=await this[j(0x1b4)][j(0x1b2)]();console[j(0x1b0)](a);},a61e);
1
+ const a65h=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=parseInt(f(0x185))/0x1*(-parseInt(f(0x18b))/0x2)+-parseInt(f(0x183))/0x3+parseInt(f(0x182))/0x4*(parseInt(f(0x184))/0x5)+-parseInt(f(0x188))/0x6+-parseInt(f(0x180))/0x7*(-parseInt(f(0x18c))/0x8)+parseInt(f(0x190))/0x9+parseInt(f(0x193))/0xa*(parseInt(f(0x191))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0xb2a4b));const a65b=(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;};}()),a65a=a65b(this,function(){const g=a65d;return a65a[g(0x18e)]()[g(0x18f)](g(0x18d))[g(0x18e)]()['constructor'](a65a)[g(0x18f)](g(0x18d));});a65a();function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x180;let f=c[d];return f;},a65d(a,b);}import a65e from'./get.command.js';import{Command}from'../../command.js';Command['create']({'name':a65h(0x189),'usage':a65h(0x187),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a65h(0x18a),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a65h,a=await this[i(0x181)][i(0x192)]();console[i(0x186)](a);},a65e);function a65c(){const j=['log','maka\x20get:local-config','4724610Mrkcrl','local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','2Weelia','53664GEVQHy','(((.+)+)+)+$','toString','search','9209232aaQZzz','2607253rWJKhn','getProjectConfig','10ujLLIy','651jVHQVP','fsi','4ClRWYE','1303518VGWcKh','1828255GzQzeT','296102ltVNoo'];a65c=function(){return j;};return a65c();}
@@ -1 +1 @@
1
- function a62c(){const k=['10axBZet','toString','getGlobalConfig','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','userId','87726MghLin','notice','token','3KoOgcu','fsi','2bGNoiC','hash','search','constructor','377hTZmJF','1621658CCSNcK','decode','User\x20Access\x20Token:\x20\x20','5Jjkcyi','372ZmiXoy','authToken','roles','maka\x20get:whoami','620998ZqQPDN','user','join','5170988rEdzsP','582747HTlFhb','1904770FtwHmw','6132051YvsebO','exit','(((.+)+)+)+$','88OmumVP','create','error'];a62c=function(){return k;};return a62c();}function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xaf;let f=c[d];return f;},a62d(a,b);}const a62i=a62d;(function(a,b){const g=a62d,c=a();while(!![]){try{const d=-parseInt(g(0xd1))/0x1*(-parseInt(g(0xcc))/0x2)+parseInt(g(0xca))/0x3*(parseInt(g(0xb8))/0x4)+-parseInt(g(0xb0))/0x5*(-parseInt(g(0xc7))/0x6)+-parseInt(g(0xb5))/0x7*(-parseInt(g(0xbe))/0x8)+parseInt(g(0xbb))/0x9*(-parseInt(g(0xc1))/0xa)+parseInt(g(0xb9))/0xb*(parseInt(g(0xb1))/0xc)+parseInt(g(0xd0))/0xd*(-parseInt(g(0xba))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xe0aa9));const a62b=(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;};}()),a62a=a62b(this,function(){const h=a62d;return a62a[h(0xc2)]()[h(0xce)]('(((.+)+)+)+$')[h(0xc2)]()[h(0xcf)](a62a)['search'](h(0xbd));});a62a();import a62e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a62f from'jsonwebtoken';Command[a62i(0xbf)]({'name':'whoami','usage':a62i(0xb4),'shortDesc':a62i(0xc4),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a62i;try{const a=await this[j(0xcb)][j(0xc3)]();if(a[j(0xcd)]){const b=a62f[j(0xd2)](a[j(0xcd)]);Log[j(0xc8)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0xb6)]),Log[j(0xc8)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[j(0xc9)]?.[j(0xc6)]),Log[j(0xc8)](j(0xaf)+a['token']?.[j(0xb2)]),Log[j(0xc8)](j(0xc5)+b?.[j(0xb3)][j(0xb7)](',\x20'));}}catch(c){console[j(0xc0)](c),process[j(0xbc)](0x0);}},a62e);
1
+ const a66i=a66d;(function(a,b){const g=a66d,c=a();while(!![]){try{const d=-parseInt(g(0x165))/0x1+parseInt(g(0x15b))/0x2+parseInt(g(0x170))/0x3+parseInt(g(0x174))/0x4+-parseInt(g(0x16f))/0x5*(parseInt(g(0x160))/0x6)+-parseInt(g(0x16a))/0x7*(-parseInt(g(0x163))/0x8)+-parseInt(g(0x15f))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x66401));const a66b=(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;};}()),a66a=a66b(this,function(){const h=a66d;return a66a[h(0x169)]()[h(0x164)]('(((.+)+)+)+$')[h(0x169)]()['constructor'](a66a)[h(0x164)]('(((.+)+)+)+$');});a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x15a;let f=c[d];return f;},a66d(a,b);}function a66c(){const k=['user','fsi','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','722574YxzDqp','4586514kdOSST','exit','create','1142632yJxvyC','search','426827TDexwU','hash','roles','token','toString','21oCGabR','maka\x20get:whoami','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','error','5ySQAdo','1183887GAHKkT','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','notice','User\x20Access\x20Token:\x20\x20','1039368RDbByM','getGlobalConfig','whoami','1214782ZMPsAD'];a66c=function(){return k;};return a66c();}import a66f from'jsonwebtoken';Command[a66i(0x162)]({'name':a66i(0x15a),'usage':a66i(0x16b),'shortDesc':a66i(0x16c),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a66i;try{const a=await this[j(0x15d)][j(0x175)]();if(a[j(0x166)]){const b=a66f['decode'](a[j(0x166)]);Log[j(0x172)](j(0x16d)+b?.[j(0x15c)]),Log['notice'](j(0x15e)+a['token']?.['userId']),Log[j(0x172)](j(0x173)+a[j(0x168)]?.['authToken']),Log[j(0x172)](j(0x171)+b?.[j(0x167)]['join'](',\x20'));}}catch(c){console[j(0x16e)](c),process[j(0x161)](0x0);}},a66e);
@@ -1 +1 @@
1
- var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=-parseInt(f(0x1aa))/0x1+-parseInt(f(0x1a6))/0x2+-parseInt(f(0x1ab))/0x3+-parseInt(f(0x1a4))/0x4*(parseInt(f(0x1a2))/0x5)+-parseInt(f(0x1b2))/0x6+-parseInt(f(0x1af))/0x7*(parseInt(f(0x1ae))/0x8)+-parseInt(f(0x1a5))/0x9*(-parseInt(f(0x1b1))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x68938));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1a8)]()['search'](h(0x1ad))[h(0x1a8)]()[h(0x1a3)](a63a)['search'](h(0x1ad));});function a63c(){var j=['(((.+)+)+)+$','8DDkvhP','1075627TqjUYW','Try,\x20maka\x20--help','291660NkENPv','546444npbFsi','145045mWDhLX','constructor','20YUkmmy','729XLtwVk','1354960sehoNw','help','toString','apply','495983uQXhLw','1112577gsWjrS','create'];a63c=function(){return j;};return a63c();}a63a();function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1a2;var f=c[d];return f;},a63d(a,b);}import{Command}from'../command.js';import{UsageError}from'../error.js';Command[a63i(0x1ac)]({'name':a63i(0x1a7),'description':a63i(0x1b0),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a67i=a67d;(function(a,b){var f=a67d,c=a();while(!![]){try{var d=parseInt(f(0x152))/0x1*(parseInt(f(0x15b))/0x2)+-parseInt(f(0x156))/0x3*(-parseInt(f(0x151))/0x4)+parseInt(f(0x158))/0x5*(parseInt(f(0x160))/0x6)+-parseInt(f(0x155))/0x7+parseInt(f(0x154))/0x8+parseInt(f(0x153))/0x9+-parseInt(f(0x150))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0x28275));function a67c(){var j=['4FqHMrq','68555PYMotZ','552393yBMsvg','2003536pYOrLd','74144pzgaMt','804129DONAJK','Deprecated:\x20use\x20--help\x20instead','10xuuZmO','apply','toString','8szaynK','Try,\x20maka\x20--help','(((.+)+)+)+$','search','create','382458tRsMkK','constructor','8065070uOnsID'];a67c=function(){return j;};return a67c();}var a67b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a67d;if(c){var e=c[g(0x159)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){var h=a67d;return a67a[h(0x15a)]()['search']('(((.+)+)+)+$')[h(0x15a)]()[h(0x161)](a67a)[h(0x15e)](h(0x15d));});a67a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a67d(a,b){var c=a67c();return a67d=function(d,e){d=d-0x150;var f=c[d];return f;},a67d(a,b);}Command[a67i(0x15f)]({'name':'help','description':a67i(0x15c),'aliases':['h'],'validOpts':[],'shortDesc':a67i(0x157)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a64m=a64d;(function(a,b){const j=a64d,c=a();while(!![]){try{const d=-parseInt(j(0x109))/0x1*(-parseInt(j(0x117))/0x2)+parseInt(j(0x113))/0x3*(parseInt(j(0x106))/0x4)+-parseInt(j(0x10e))/0x5*(-parseInt(j(0x128))/0x6)+parseInt(j(0x104))/0x7+parseInt(j(0x112))/0x8*(-parseInt(j(0x129))/0x9)+-parseInt(j(0x11a))/0xa*(-parseInt(j(0x100))/0xb)+-parseInt(j(0x108))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x91046));const a64b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a64d;if(c){const e=c[k(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a64a=a64b(this,function(){const l=a64d;return a64a['toString']()[l(0x10c)](l(0x105))[l(0x11e)]()['constructor'](a64a)['search']('(((.+)+)+)+$');});a64a();import a64e from'path';function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xfd;let f=c[d];return f;},a64d(a,b);}import a64f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command[a64m(0x120)]({'name':a64m(0x124),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a64m(0x125),'examples':['maka\x20jsdoc\x20--init',a64m(0xff)],'validOpts':[]},function(){const n=a64m,a=a64e['join'](this['fsi'][n(0x10a)]({}),n(0x10f)+a64e[n(0x10d)]),b=a64e[n(0x123)](this[n(0x101)][n(0x10a)]({}),n(0x126),n(0x11d)),c=this[n(0x101)][n(0x10a)]({}),d=n(0x124);if(!this[n(0xfd)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x124),'closure']},'source':{'includePattern':n(0xfe),'excludePattern':n(0x11f),'exclude':[n(0x116),n(0x11c),'app/public','app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x10b)}};a64f[n(0x110)](b,JSON[n(0x107)](g,null,0x4));}const f=this[n(0x122)](n(0x115)+d);try{const h=d+n(0x121)+b+n(0x102)+a64e[n(0x10d)]+n(0x127)+a;execSync(h,{'cwd':c,'stdio':n(0x118)}),this[n(0x11b)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0x103)](i),this[n(0x103)](n(0x111));}finally{f[n(0x114)]();}});function a64c(){const o=['writeFileSync','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','403504XIBTSh','6aYgRdr','stop','Running\x20','app/packages','4LqNKWx','inherit','apply','60UZUxpp','logNotice','app/node_modules','jsdoc-config.json','toString','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','create','\x20-c\x20','logWithSpinner','join','jsdoc','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','config','\x20-d\x20','50742HUkcjW','99odvSCy','isFile','.+\x5c.(j|t)s(doc|x)?$','maka\x20jsdoc','1285691stZGSY','fsi','\x20-r\x20app','logError','2400860XHdmmV','(((.+)+)+)+$','1196828zEHaAX','stringify','21146484envDwi','46406AWfGpE','pathFromProject','utf-8','search','sep','695ymdNKW','docs'];a64c=function(){return o;};return a64c();}
1
+ const a68m=a68d;(function(a,b){const j=a68d,c=a();while(!![]){try{const d=-parseInt(j(0xfe))/0x1*(parseInt(j(0xe1))/0x2)+-parseInt(j(0xe0))/0x3*(-parseInt(j(0xf1))/0x4)+parseInt(j(0xf8))/0x5*(-parseInt(j(0xf0))/0x6)+parseInt(j(0xe4))/0x7+parseInt(j(0xf2))/0x8*(-parseInt(j(0xfc))/0x9)+-parseInt(j(0xfb))/0xa+parseInt(j(0xf9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xbf8c1));const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a68d;if(c){const e=c[k(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const l=a68d;return a68a[l(0x103)]()[l(0xea)](l(0xeb))[l(0x103)]()[l(0xff)](a68a)['search'](l(0xeb));});function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xdb;let f=c[d];return f;},a68d(a,b);}a68a();import a68e from'path';function a68c(){const o=['jsdoc-config.json','fsi','app/node_modules','\x20-r\x20app','app/public','297415qzniNg','38822806qFirnM','stop','7088950oVlHnO','178911XElOlh','pathFromProject','3563fCjgCw','constructor','join','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','utf-8','toString','Running\x20','sep','app/private','.+\x5c.(j|t)s(doc|x)?$','apply','561mRTXrN','782hOkJWl','docs','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','4458853EdFKCD','\x20-c\x20','stringify','closure','isFile','logWithSpinner','search','(((.+)+)+)+$','jsdoc','logError','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','maka\x20jsdoc','78HyvnBb','10428jZDlxz','400JEcTRA'];a68c=function(){return o;};return a68c();}import a68f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':'jsdoc','usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a68m(0xe3),'examples':['maka\x20jsdoc\x20--init',a68m(0xef)],'validOpts':[]},function(){const n=a68m,a=a68e[n(0x100)](this[n(0xf4)][n(0xfd)]({}),n(0xe2)+a68e[n(0xdc)]),b=a68e[n(0x100)](this[n(0xf4)][n(0xfd)]({}),'config',n(0xf3)),c=this['fsi']['pathFromProject']({}),d=n(0xec);if(!this[n(0xe8)](b)){const g={'plugins':['plugins/markdown'],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xec),n(0xe7)]},'source':{'includePattern':n(0xde),'excludePattern':n(0x101),'exclude':['app/packages',n(0xf5),n(0xf7),n(0xdd)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0x102)}};a68f['writeFileSync'](b,JSON[n(0xe6)](g,null,0x4));}const f=this[n(0xe9)](n(0xdb)+d);try{const h=d+n(0xe5)+b+n(0xf6)+a68e[n(0xdc)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice']('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0xed)](i),this[n(0xed)](n(0xee));}finally{f[n(0xfa)]();}});
@@ -1 +1 @@
1
- const a65s=a65d;function a65c(){const u=['maka\x20lint\x20--fix','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','1197256ZvOVCb','constructor','search','create','isFile','eslint/eslintrc.json','3jmdvuS','581wndZOX','/imports','bright','toString','4419XhvjjF','findAppDirectory','apply','notice','12008TsgmiK','fix','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','installNpmPackage','746182EwaQcH','eslint','\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','eslint-plugin-react','error','.eslintrc.json','push','stylish','73200LheqFU','692838WGHOOb','31660RFcKwu','lint','eslint-plugin-css','success','length','loadFormatter','All\x20good!\x20:)','service','join','2685604NuXRbL','(((.+)+)+)+$','fsi'];a65c=function(){return u;};return a65c();}(function(a,b){const p=a65d,c=a();while(!![]){try{const d=parseInt(p(0x9f))/0x1+parseInt(p(0xb7))/0x2+-parseInt(p(0xbd))/0x3*(-parseInt(p(0xb2))/0x4)+parseInt(p(0xa7))/0x5+-parseInt(p(0xa8))/0x6+parseInt(p(0xbe))/0x7*(parseInt(p(0x9b))/0x8)+-parseInt(p(0x97))/0x9*(parseInt(p(0xa9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x7684f));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a65d;if(c){const e=c[q(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const r=a65d;return a65a[r(0x96)]()['search'](r(0xb3))[r(0x96)]()[r(0xb8)](a65a)[r(0xb9)](r(0xb3));});a65a();import a65e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x95;let f=c[d];return f;},a65d(a,b);}import{Command}from'../command.js';Command[a65s(0xba)]({'name':a65s(0xaa),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':[a65s(0x9c)],'mustBeInMakaProject':!![],'shortDesc':a65s(0x9d),'description':a65s(0xa1),'examples':[a65s(0xb5)]},async function(a,b){const t=a65s;try{const c=this[t(0xb4)][t(0x98)](),d=this['fsi']['checkNpmPackage'](t(0xa0)),f=this[t(0xb4)]['checkNpmPackage'](t(0xa2)),g=this[t(0xb4)]['checkNpmPackage'](t(0xab)),h=[];!d&&h[t(0xa5)](t(0xa0));!f&&h[t(0xa5)]('eslint-plugin-react');!g&&h[t(0xa5)]('eslint-plugin-css');h['length']>0x0&&await this[t(0xb4)][t(0x9e)](h[t(0xb1)]('\x20'),{'dev':!![]});const i=this[t(0xb4)][t(0xbb)](a65e[t(0xb1)](c,t(0xa4)));if(!i){const n={'noRename':!![]};await this[t(0xb4)]['template']({'srcPath':t(0xbc),'destPath':a65e[t(0xb1)](c,t(0xa4)),'framework':t(0xb0),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a65e[t(0xb1)](c,'imports','**')]),l=await j[t(0xae)](t(0xa6)),m=l['format'](k);m[t(0xad)]>0x0?Log[t(0x95)](m):Log[t(0xac)](t(0xaf)),Log[t(0x9a)]('Lint\x20results\x20for\x20'+c+t(0xbf)),b[t(0x9c)]?await ESLint['outputFixes'](k):Log['notice'](t(0xb6));}catch(o){console[t(0xa3)](o);}});
1
+ const a69r=a69d;(function(a,b){const p=a69d,c=a();while(!![]){try{const d=-parseInt(p(0x16b))/0x1+parseInt(p(0x17d))/0x2*(parseInt(p(0x16f))/0x3)+-parseInt(p(0x190))/0x4+parseInt(p(0x17b))/0x5+parseInt(p(0x185))/0x6*(parseInt(p(0x173))/0x7)+-parseInt(p(0x192))/0x8*(parseInt(p(0x188))/0x9)+-parseInt(p(0x182))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xbd915));const a69b=(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;};}()),a69a=a69b(this,function(){const q=a69d;return a69a[q(0x169)]()[q(0x172)](q(0x18f))['toString']()[q(0x167)](a69a)['search'](q(0x18f));});a69a();import a69e from'path';import{ESLint}from'eslint';function a69c(){const t=['Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','maka\x20lint\x20--fix','729soHkoG','create','eslint','loadFormatter','lintFiles','length','imports','(((.+)+)+)+$','174420utgykQ','bright','139400fiwiOc','constructor','Lint\x20results\x20for\x20','toString','lint','474350jLQfai','stylish','maka\x20lint','join','4611099RHfhIe','format','success','search','2009105eHDnRJ','.eslintrc.json','notice','eslint-plugin-react','template','fsi','error','push','4783050qGTfJP','outputFixes','2iYfQkj','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','findAppDirectory','fix','\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','12228690fqSAKy','checkNpmPackage','isFile','30xvcQEc'];a69c=function(){return t;};return a69c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x167;let f=c[d];return f;},a69d(a,b);}Command[a69r(0x189)]({'name':a69r(0x16a),'usage':a69r(0x16d),'maxArgLength':0x1,'validOpts':[a69r(0x180)],'mustBeInMakaProject':!![],'shortDesc':a69r(0x17e),'description':a69r(0x181),'examples':[a69r(0x187)]},async function(a,b){const s=a69r;try{const c=this[s(0x178)][s(0x17f)](),d=this[s(0x178)][s(0x183)](s(0x18a)),f=this[s(0x178)][s(0x183)](s(0x176)),g=this[s(0x178)][s(0x183)]('eslint-plugin-css'),h=[];!d&&h[s(0x17a)](s(0x18a));!f&&h[s(0x17a)](s(0x176));!g&&h[s(0x17a)]('eslint-plugin-css');h['length']>0x0&&await this[s(0x178)]['installNpmPackage'](h[s(0x16e)]('\x20'),{'dev':!![]});const i=this[s(0x178)][s(0x184)](a69e[s(0x16e)](c,s(0x174)));if(!i){const n={'noRename':!![]};await this['fsi'][s(0x177)]({'srcPath':'eslint/eslintrc.json','destPath':a69e[s(0x16e)](c,'.eslintrc.json'),'framework':'service','context':n});}const j=new ESLint(),k=await j[s(0x18c)]([a69e[s(0x16e)](c,s(0x18e),'**')]),l=await j[s(0x18b)](s(0x16c)),m=l[s(0x170)](k);m[s(0x18d)]>0x0?Log[s(0x191)](m):Log[s(0x171)]('All\x20good!\x20:)'),Log[s(0x175)](s(0x168)+c+'/imports'),b[s(0x180)]?await ESLint[s(0x17c)](k):Log[s(0x175)](s(0x186));}catch(o){console[s(0x179)](o);}});
@@ -1 +1 @@
1
- const a66z=a66d;(function(a,b){const w=a66d,c=a();while(!![]){try{const d=-parseInt(w(0x114))/0x1+parseInt(w(0x12d))/0x2+parseInt(w(0x13e))/0x3*(-parseInt(w(0x13d))/0x4)+-parseInt(w(0x141))/0x5*(parseInt(w(0x115))/0x6)+parseInt(w(0x121))/0x7+parseInt(w(0x13a))/0x8+parseInt(w(0x136))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0xbe7ef));function a66c(){const B=['https://','failure','constructor','post','success','8147713BHrBel','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','email','(((.+)+)+)+$','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','ask','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','update','Preflight\x20Check','/api/v1/login','digest','login','1280038efnVWd','apply','header','get','create','start','getGlobalConfig','password','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','2426661vMIFTE','fsi','authToken','cert','11639040bVyXQG','cacert','assign','880sgldAi','20199BjLNtN','error','notice','3005cZffKm','sha256','Password:\x20','Logging\x20into\x20https://','/api/v1/encodeJwt','toHex','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','True','parse','624487VVJVwI','6414wvfCkp','maka\x20login','search','setGlobalConfig','exit','debug','localhost'];a66c=function(){return B;};return a66c();}const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a66d;if(c){const e=c[x(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const y=a66d;return a66a['toString']()[y(0x117)](y(0x124))['toString']()[y(0x11e)](a66a)[y(0x117)]('(((.+)+)+)+$');});a66a();import a66e from'node-forge';import{Command}from'../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x10b;let f=c[d];return f;},a66d(a,b);}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['env']['MAKA_DEV']===a66z(0x112)?a66z(0x11b):'www.maka-cli.com';Command[a66z(0x131)]({'name':a66z(0x12c),'validOpts':[a66z(0x123),a66z(0x134),'help',a66z(0x13b),a66z(0x11a)],'usage':a66z(0x116),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':'Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','examples':[a66z(0x116),a66z(0x125)]},async function(a,b){const A=a66z,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[A(0x137)]['isFile'](b[A(0x13b)])?(d=b['cacert'],Log[A(0x140)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x13f)](A(0x110)+d));const f=await this['fsi'][A(0x133)]();if(f[A(0x139)]){if(this['fsi']['isFile'](f['cert']))d=f['cert'];else{Log['error'](A(0x122)+d);return;}}Log[A(0x12f)](A(0x10d)+hostname);const g={'url':A(0x11c)+hostname+'/api/v1/status'};b[A(0x13b)]&&Object[A(0x13c)](g,{'cert':d});c[A(0x132)](A(0x129));const {statusCode:h}=await HTTPS[A(0x130)](g);if(h===0x198){c[A(0x11d)]();throw A(0x127);}if(h!==0xc8){c[A(0x11d)]();throw A(0x11c)+hostname+A(0x135);}c[A(0x120)]();const i=b[A(0x123)]?b[A(0x123)]:await Actions[A(0x126)]('Email:'),j=b[A(0x134)]?b[A(0x134)]:await Actions[A(0x126)](A(0x10c),!![]),k=a66e['md'][A(0x10b)][A(0x131)]();k[A(0x128)](j);const l=k[A(0x12b)]()[A(0x10f)](),m={'hostname':hostname,'path':A(0x12a),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x13b)]&&Object[A(0x13c)](m,{'cert':d});c[A(0x132)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x11f)](m);if(o===0x198){c['failure']('\x0a');throw A(0x111)+hostname;}const p=JSON[A(0x113)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x10e),'headers':{'x-auth-token':p[A(0x138)]},'data':{}};b[A(0x13b)]&&Object[A(0x13c)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0x113)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this['fsi'][A(0x118)](u);}else{c['failure']();throw p;}c[A(0x120)]();}catch(v){c[A(0x11d)](),console[A(0x13f)](v),process[A(0x119)](0x0);}});
1
+ const a70z=a70d;(function(a,b){const w=a70d,c=a();while(!![]){try{const d=-parseInt(w(0x1b3))/0x1*(parseInt(w(0x1c8))/0x2)+-parseInt(w(0x1bc))/0x3+-parseInt(w(0x1d2))/0x4+-parseInt(w(0x1d9))/0x5*(-parseInt(w(0x1c7))/0x6)+-parseInt(w(0x1ad))/0x7+-parseInt(w(0x1aa))/0x8*(parseInt(w(0x1cf))/0x9)+-parseInt(w(0x1a9))/0xa*(-parseInt(w(0x1b0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x8453b));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a70d;if(c){const e=c[x(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const y=a70d;return a70a['toString']()[y(0x1a6)](y(0x1a7))[y(0x1c5)]()['constructor'](a70a)[y(0x1a6)](y(0x1a7));});a70a();import a70e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x19e;let f=c[d];return f;},a70d(a,b);}import{HTTPS}from'../tools/https/https.class.js';function a70c(){const B=['toHex','setGlobalConfig','cert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','1695335gBBBwV','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','parse','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','debug','https://','Email:','notice','True','help','maka\x20login','authToken','update','search','(((.+)+)+)+$','ask','53310vIhinX','5648yEAsPN','MAKA_DEV','password','3464657yqqXQz','sha256','digest','6369WNxHEK','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','get','1628AIuPER','create','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Logging\x20into\x20https://','success','getGlobalConfig','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','Preflight\x20Check','Using\x20CA\x20Cert\x20','2385177hviHCW','assign','cacert','error','fsi','www.maka-cli.com','login','start','Password:\x20','toString','withSpinner','6wTdqgJ','200FVkXZk','exit','isFile','email','/api/v1/login','Logging\x20in','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','9630UPNUGF','env','failure','2701900tojbkW','apply','post'];a70c=function(){return B;};return a70c();}const hostname=process[a70z(0x1d0)][a70z(0x1ab)]===a70z(0x1a1)?'localhost':a70z(0x1c1);Command[a70z(0x1b4)]({'name':a70z(0x1c2),'validOpts':[a70z(0x1cb),a70z(0x1ac),a70z(0x1a2),a70z(0x1be),a70z(0x1dd)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a70z(0x1dc),'examples':[a70z(0x1a3),a70z(0x1b1)]},async function(a,b){const A=a70z,c=Log[A(0x1c6)]();try{let d='';b[A(0x1be)]&&(this[A(0x1c0)][A(0x1ca)](b['cacert'])?(d=b['cacert'],Log[A(0x1a0)](A(0x1bb)+d)):Log['error'](A(0x1d8)+d));const f=await this['fsi'][A(0x1b8)]();if(f[A(0x1d7)]){if(this[A(0x1c0)][A(0x1ca)](f[A(0x1d7)]))d=f[A(0x1d7)];else{Log['error'](A(0x1ce)+d);return;}}Log['header'](A(0x1b6)+hostname);const g={'url':A(0x19e)+hostname+'/api/v1/status'};b[A(0x1be)]&&Object[A(0x1bd)](g,{'cert':d});c['start'](A(0x1ba));const {statusCode:h}=await HTTPS[A(0x1b2)](g);if(h===0x198){c['failure']();throw A(0x1b5);}if(h!==0xc8){c[A(0x1d1)]();throw'https://'+hostname+A(0x1da);}c[A(0x1b7)]();const i=b[A(0x1cb)]?b[A(0x1cb)]:await Actions[A(0x1a8)](A(0x19f)),j=b['password']?b['password']:await Actions[A(0x1a8)](A(0x1c4),!![]),k=a70e['md'][A(0x1ae)][A(0x1b4)]();k[A(0x1a5)](j);const l=k[A(0x1af)]()[A(0x1d5)](),m={'hostname':hostname,'path':A(0x1cc),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object['assign'](m,{'cert':d});c[A(0x1c3)](A(0x1cd));const {data:n,statusCode:o}=await HTTPS[A(0x1d4)](m);if(o===0x198){c[A(0x1d1)]('\x0a');throw A(0x1b9)+hostname;}const p=JSON[A(0x1db)](n);if(p[A(0x1a4)]){const q={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':p[A(0x1a4)]},'data':{}};b[A(0x1be)]&&Object[A(0x1bd)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1d4)](q),{token:t}=JSON[A(0x1db)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this[A(0x1c0)][A(0x1d6)](u);}else{c[A(0x1d1)]();throw p;}c[A(0x1b7)]();}catch(v){c[A(0x1d1)](),console[A(0x1bf)](v),process[A(0x1c9)](0x0);}});
@@ -1 +1 @@
1
- const a67n=a67d;(function(a,b){const l=a67d,c=a();while(!![]){try{const d=parseInt(l(0x1ca))/0x1+-parseInt(l(0x1ba))/0x2*(-parseInt(l(0x1ad))/0x3)+parseInt(l(0x1bb))/0x4+parseInt(l(0x1a7))/0x5*(parseInt(l(0x1c6))/0x6)+parseInt(l(0x1cf))/0x7*(parseInt(l(0x1a2))/0x8)+parseInt(l(0x1ae))/0x9*(-parseInt(l(0x1c9))/0xa)+parseInt(l(0x1c5))/0xb*(-parseInt(l(0x1c4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xda922));const a67b=(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;};}()),a67a=a67b(this,function(){const m=a67d;return a67a[m(0x1b4)]()[m(0x1c3)](m(0x1cc))[m(0x1b4)]()[m(0x1ab)](a67a)[m(0x1c3)](m(0x1cc));});a67a();import{Command}from'../command.js';function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a67d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a67n(0x1bd)][a67n(0x1bf)]==='True'?'localhost':'www.maka-cli.com';Command[a67n(0x1b7)]({'name':a67n(0x1c1),'validOpts':[a67n(0x1a4)],'usage':a67n(0x1cb),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const o=a67n,c=Log[o(0x1a3)]();try{let d='';b[o(0x1a4)]&&(this[o(0x1aa)][o(0x1a9)](b['cacert'])?(d=b[o(0x1a4)],Log[o(0x1ac)]('Using\x20CA\x20Cert\x20'+d)):Log['error'](o(0x1c0)+d));const f=await this['fsi'][o(0x1a0)]();if(f[o(0x1a1)]){if(this[o(0x1aa)][o(0x1a9)](f[o(0x1a1)]))d=f['cert'];else{c[o(0x1a5)]();throw Log[o(0x1ce)](o(0x1b3)+d);}}Log[o(0x1d0)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':o(0x1b2)+hostname+o(0x1b1)};b['cacert']&&Object[o(0x1c8)](g,{'cert':d});c[o(0x1cd)](o(0x1b9));const {statusCode:h}=await HTTPS[o(0x1a6)](g);if(h===0x198){c['failure']();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[o(0x1c2)]();if(h!==0xc8){c[o(0x1a5)]();throw o(0x1b5);}if(!f?.['token']?.[o(0x1c7)])throw Log[o(0x1ce)](o(0x1b8));c['start'](o(0x1be));const i={'hostname':hostname,'path':o(0x1b6),'data':{},'headers':{'x-auth-token':f[o(0x1b0)][o(0x1c7)]}};b[o(0x1a4)]&&Object[o(0x1c8)](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x1af)](i);if(j===0x198){c[o(0x1a5)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[o(0x1aa)][o(0x1bc)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[o(0x1ce)](k),process[o(0x1a8)](0x0);}});function a67c(){const p=['token','/api/v1/status','https://','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','toString','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','/api/v1/logoutAll','create','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','Preflight\x20Check','3143182OUhmmQ','5930460iDhFnq','setGlobalConfig','env','Logging\x20out','MAKA_DEV','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','logout','success','search','1922844TIIcFc','275PrCGTP','1812svHECr','authToken','assign','208180atpkZM','1705783FemMxS','maka\x20logout','(((.+)+)+)+$','start','error','317527fWKNGT','header','getGlobalConfig','cert','160SKeRal','withSpinner','cacert','failure','get','415OxWcEt','exit','isFile','fsi','constructor','notice','3BxiyhD','342hpqOcp','post'];a67c=function(){return p;};return a67c();}
1
+ const a71o=a71d;(function(a,b){const l=a71d,c=a();while(!![]){try{const d=-parseInt(l(0x1bc))/0x1+-parseInt(l(0x1d8))/0x2+-parseInt(l(0x1b4))/0x3+-parseInt(l(0x1c0))/0x4*(-parseInt(l(0x1cc))/0x5)+parseInt(l(0x1c6))/0x6*(parseInt(l(0x1be))/0x7)+parseInt(l(0x1cd))/0x8*(parseInt(l(0x1d4))/0x9)+parseInt(l(0x1e0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x6c20a));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a71d;if(c){const e=c[m(0x1c4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const n=a71d;return a71a[n(0x1b8)]()['search'](n(0x1c8))['toString']()[n(0x1da)](a71a)[n(0x1d0)]('(((.+)+)+)+$');});a71a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a71o(0x1d7)]['MAKA_DEV']==='True'?a71o(0x1dc):a71o(0x1cb);Command[a71o(0x1bd)]({'name':a71o(0x1c3),'validOpts':[a71o(0x1d3)],'usage':a71o(0x1de),'maxArgLength':0x2,'shortDesc':a71o(0x1c7),'disableAuthCheck':!![],'examples':[a71o(0x1de)]},async function(a,b){const p=a71o,c=Log[p(0x1d9)]();try{let d='';b[p(0x1d3)]&&(this[p(0x1bb)][p(0x1b5)](b[p(0x1d3)])?(d=b[p(0x1d3)],Log[p(0x1c9)]('Using\x20CA\x20Cert\x20'+d)):Log[p(0x1ce)](p(0x1ca)+d));const f=await this['fsi'][p(0x1b7)]();if(f[p(0x1c2)]){if(this[p(0x1bb)][p(0x1b5)](f[p(0x1c2)]))d=f[p(0x1c2)];else{c['failure']();throw Log[p(0x1ce)](p(0x1b9)+d);}}Log[p(0x1d1)](p(0x1b6)+hostname);const g={'url':p(0x1e3)+hostname+p(0x1d2)};b['cacert']&&Object['assign'](g,{'cert':d});c[p(0x1c5)]('Preflight\x20Check');const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c['failure']();throw p(0x1c1);}c[p(0x1d6)]();if(h!==0xc8){c[p(0x1e1)]();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(0x1cf)]?.[p(0x1bf)])throw Log[p(0x1ce)](p(0x1dd));c[p(0x1c5)](p(0x1db));const i={'hostname':hostname,'path':p(0x1d5),'data':{},'headers':{'x-auth-token':f[p(0x1cf)][p(0x1bf)]}};b[p(0x1d3)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x1e2)](i);if(j===0x198){c[p(0x1e1)]('\x0a');throw p(0x1c1);}this[p(0x1bb)][p(0x1ba)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[p(0x1ce)](k),process[p(0x1df)](0x0);}});function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x1b4;let f=c[d];return f;},a71d(a,b);}function a71c(){const q=['failure','post','https://','2116923jvPjgU','isFile','Logging\x20out\x20of\x20https://','getGlobalConfig','toString','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','setGlobalConfig','fsi','587919mvxyai','create','2945971ftSGpj','authToken','2497748natKNd','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cert','logout','apply','start','6LMOPhS','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','(((.+)+)+)+$','notice','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','www.maka-cli.com','5oqGXJl','32LrwwoX','error','token','search','header','/api/v1/status','cacert','1102986SWlmHp','/api/v1/logoutAll','success','env','1697920mEjaLE','withSpinner','constructor','Logging\x20out','localhost','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','maka\x20logout','exit','10499040zaZQeF'];a71c=function(){return q;};return a71c();}
@@ -1 +1 @@
1
- function a68c(){const l=['maka\x20logs\x20--env\x20staging','7OjvYkq','495tufAlQ','log','35960716EPkweW','maka\x20logs\x20--env\x20dev','readFileSync','3873040lSkhay','sshSync','11767QjARom','ssh.json','1060352PqMnoM','3IfEygG','122390gViSqa','parse','join','View\x20the\x20PM2\x20logs','30yIspnB','env','getConfigPath','6809565izdZrA','toString','search','(((.+)+)+)+$','maka\x20logs','fsi','maka\x20l\x20-e\x20p','4367202tHvqAV','pm2\x20logs'];a68c=function(){return l;};return a68c();}const a68j=a68d;(function(a,b){const h=a68d,c=a();while(!![]){try{const d=-parseInt(h(0x144))/0x1*(parseInt(h(0x14c))/0x2)+parseInt(h(0x147))/0x3*(-parseInt(h(0x142))/0x4)+-parseInt(h(0x14f))/0x5+parseInt(h(0x139))/0x6*(parseInt(h(0x13c))/0x7)+-parseInt(h(0x146))/0x8+parseInt(h(0x13d))/0x9*(-parseInt(h(0x148))/0xa)+parseInt(h(0x13f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xa7270));const a68b=(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;};}()),a68a=a68b(this,function(){const i=a68d;return a68a['toString']()[i(0x151)](i(0x152))[i(0x150)]()['constructor'](a68a)[i(0x151)](i(0x152));});a68a();import a68e from'fs';import a68f from'path';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x137;let f=c[d];return f;},a68d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l',a68j(0x13e)],'usage':a68j(0x153),'requiredOpts':[a68j(0x14d)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a68j(0x14b),'examples':[a68j(0x140),a68j(0x13b),a68j(0x138)]},function(a,b){const k=a68j,c=k(0x13a),d=this[k(0x137)][k(0x14e)](b['env']),e=a68f[k(0x14a)](d,k(0x145)),f=a68e[k(0x141)](e),g=JSON[k(0x149)](f['toString']());Object['assign'](g,{'env':d}),SSH[k(0x143)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a72k=a72d;(function(a,b){const h=a72d,c=a();while(!![]){try{const d=-parseInt(h(0x121))/0x1+-parseInt(h(0x10f))/0x2*(parseInt(h(0x112))/0x3)+-parseInt(h(0x11e))/0x4*(-parseInt(h(0x11c))/0x5)+parseInt(h(0x110))/0x6+parseInt(h(0x119))/0x7+-parseInt(h(0x124))/0x8+parseInt(h(0x111))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x7ae31));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a72d;if(c){const e=c[i(0x11d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const j=a72d;return a72a[j(0x128)]()[j(0x115)](j(0x123))[j(0x128)]()[j(0x129)](a72a)['search'](j(0x123));});a72a();import a72e from'fs';import a72f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x10f;let f=c[d];return f;},a72d(a,b);}function a72c(){const m=['1904601NsCYEW','ssh.json','maka\x20l\x20-e\x20p','search','maka\x20logs\x20--env\x20dev','getConfigPath','pm2\x20logs','690032mtsstL','fsi','create','22935JprKxV','apply','612YDAdAg','View\x20the\x20PM2\x20logs','parse','81759DlVTcG','env','(((.+)+)+)+$','6181088MTOrjJ','maka\x20logs','log','readFileSync','toString','constructor','join','2oVCRhB','2203632WKjwBk','7424532LtaTLD'];a72c=function(){return m;};return a72c();}Command[a72k(0x11b)]({'name':'logs','aliases':['l',a72k(0x126)],'usage':a72k(0x125),'requiredOpts':[a72k(0x122)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a72k(0x11f),'examples':[a72k(0x116),'maka\x20logs\x20--env\x20staging',a72k(0x114)]},function(a,b){const l=a72k,c=l(0x118),d=this[l(0x11a)][l(0x117)](b[l(0x122)]),e=a72f[l(0x12a)](d,l(0x113)),f=a72e[l(0x127)](e),g=JSON[l(0x120)](f[l(0x128)]());Object['assign'](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a69j=a69d;function a69c(){const l=['maka\x20install\x20meteor','176196qLAPcH','93137dkuwfV','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','654ciCMTy','320JWykgB','309916KwMXnQ','findSubCommand','search','slice','toString','maybeProxyCommandToMeteor','20feQMkP','maka\x20create\x20Todo','4TmgFRH','1023912FErGov','runSubCommand','exit','fsi','9037xGOPyN','maka\x20--help','constructor','(((.+)+)+)+$','maka','\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','709338KADnpx','apply','3778308SxuksJ'];a69c=function(){return l;};return a69c();}(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x1da))/0x1*(-parseInt(g(0x1e7))/0x2)+parseInt(g(0x1d6))/0x3+-parseInt(g(0x1df))/0x4*(-parseInt(g(0x1e5))/0x5)+parseInt(g(0x1dd))/0x6*(parseInt(g(0x1ec))/0x7)+-parseInt(g(0x1e8))/0x8+-parseInt(g(0x1d8))/0x9+-parseInt(g(0x1de))/0xa*(parseInt(g(0x1db))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0x35e38));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x1d7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x1e3)]()[i(0x1e1)](i(0x1d3))['toString']()[i(0x1d2)](a69a)[i(0x1e1)](i(0x1d3));});a69a();import{Command}from'../command.js';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x1d2;let f=c[d];return f;},a69d(a,b);}const Maka=new Command({'name':a69j(0x1d4),'minArgLength':0x1,'shortDesc':a69j(0x1dc),'validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a69j(0x1ed),a69j(0x1d9),a69j(0x1e6),'maka\x20run'],'description':a69j(0x1d5)},async function(a,b){const k=a69j;try{const c=a[0x0],d=this[k(0x1e0)](c);d?this[k(0x1e9)](c,a[k(0x1e2)](0x1),b):this[k(0x1eb)][k(0x1e4)]();}catch(f){console['error'](f),process[k(0x1ea)](0x1);}});export default Maka;
1
+ const a73j=a73d;(function(a,b){const g=a73d,c=a();while(!![]){try{const d=parseInt(g(0xef))/0x1*(parseInt(g(0xf6))/0x2)+-parseInt(g(0xf9))/0x3+-parseInt(g(0xf7))/0x4*(-parseInt(g(0x102))/0x5)+-parseInt(g(0x107))/0x6*(parseInt(g(0xfa))/0x7)+parseInt(g(0xf3))/0x8+parseInt(g(0xf5))/0x9*(-parseInt(g(0xf4))/0xa)+parseInt(g(0xf1))/0xb*(parseInt(g(0xf2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xd9a3b));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a73d;if(c){const e=c[h(0xed)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const i=a73d;return a73a[i(0xfd)]()['search'](i(0xf0))[i(0xfd)]()[i(0xff)](a73a)[i(0xeb)](i(0xf0));});function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xeb;let f=c[d];return f;},a73d(a,b);}a73a();function a73c(){const l=['732TdrCUO','10468808JUbuhX','50dsfEZw','2976975lcGkJM','2107186AkXTws','1636484inwdiw','runSubCommand','179682JwBWhy','91HqIygG','slice','exit','toString','fsi','constructor','maybeProxyCommandToMeteor','maka','5byEcQB','maka\x20install\x20meteor','findSubCommand','maka\x20<command>\x20[<args>]\x20[<opts>]','error','248088bOOgoa','maka\x20run','search','maka\x20--help','apply','maka\x20create\x20Todo','1FcfHeq','(((.+)+)+)+$','66979WYCpEj'];a73c=function(){return l;};return a73c();}import{Command}from'../command.js';const Maka=new Command({'name':a73j(0x101),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a73j(0x105),'disableAuthCheck':!![],'examples':[a73j(0xec),a73j(0x103),a73j(0xee),a73j(0x108)],'description':'\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'},async function(a,b){const k=a73j;try{const c=a[0x0],d=this[k(0x104)](c);d?this[k(0xf8)](c,a[k(0xfb)](0x1),b):this[k(0xfe)][k(0x100)]();}catch(f){console[k(0x106)](f),process[k(0xfc)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a70h=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x1fe))/0x1*(-parseInt(f(0x200))/0x2)+-parseInt(f(0x1f4))/0x3+-parseInt(f(0x1fc))/0x4*(-parseInt(f(0x1f6))/0x5)+-parseInt(f(0x1f1))/0x6*(-parseInt(f(0x1fb))/0x7)+parseInt(f(0x1f7))/0x8*(parseInt(f(0x1f8))/0x9)+-parseInt(f(0x1fd))/0xa*(-parseInt(f(0x1f5))/0xb)+parseInt(f(0x1fa))/0xc*(-parseInt(f(0x1f0))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0x5c6c8));var a70b=(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;};}()),a70a=a70b(this,function(){var g=a70d;return a70a[g(0x1f9)]()[g(0x1f2)](g(0x201))[g(0x1f9)]()['constructor'](a70a)['search']('(((.+)+)+)+$');});a70a();function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1f0;var f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';function a70c(){var j=['350aaXszG','44oiPIds','create','30284zRJqBQ','(((.+)+)+)+$','font-family:\x20monospace','log','exit','maka\x20murder','%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','228293GyqVdr','732fLUjoP','search','Murrrrderrrrr','455751yzUXub','158246WDTcIm','374060gMSzeP','496wjaoZd','16803EFChPZ','toString','636sJNZQU','5789zQLlWF','4ZOFDCz'];a70c=function(){return j;};return a70c();}Command[a70h(0x1ff)]({'name':'murder','usage':a70h(0x205),'maxArgLength':0x1,'shortDesc':a70h(0x1f3),'validOpts':[]},async function(){var i=a70h;try{console[i(0x203)](i(0x206),i(0x202));}catch(a){console['error'](a),process[i(0x204)](0x0);}});
1
+ function a74c(){var k=['1231075jEpRqo','8705907aMlYao','(((.+)+)+)+$','142016mHYsFU','84uhLBNJ','apply','2835112WbTplt','Murrrrderrrrr','exit','constructor','15421igQiDG','font-family:\x20monospace','error','log','murder','879908TykfNw','784191zPipch','search','2nBwMTr','maka\x20murder','toString'];a74c=function(){return k;};return a74c();}var a74i=a74d;(function(a,b){var f=a74d,c=a();while(!![]){try{var d=-parseInt(f(0xfd))/0x1+-parseInt(f(0x10c))/0x2*(-parseInt(f(0x10a))/0x3)+-parseInt(f(0x109))/0x4+-parseInt(f(0x10f))/0x5+-parseInt(f(0xfe))/0x6*(parseInt(f(0x104))/0x7)+-parseInt(f(0x100))/0x8+parseInt(f(0x110))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x39711));var a74b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a74d;if(c){var e=c[g(0xff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){var h=a74d;return a74a[h(0x10e)]()['search'](h(0xfc))['toString']()[h(0x103)](a74a)[h(0x10b)](h(0xfc));});a74a();function a74d(a,b){var c=a74c();return a74d=function(d,e){d=d-0xfc;var f=c[d];return f;},a74d(a,b);}import{Command}from'../command.js';Command['create']({'name':a74i(0x108),'usage':a74i(0x10d),'maxArgLength':0x1,'shortDesc':a74i(0x101),'validOpts':[]},async function(){var j=a74i;try{console[j(0x107)]('%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',j(0x105));}catch(a){console[j(0x106)](a),process[j(0x102)](0x0);}});
@@ -1 +1 @@
1
- const a71p=a71d;(function(a,b){const n=a71d,c=a();while(!![]){try{const d=-parseInt(n(0x15b))/0x1*(parseInt(n(0x16f))/0x2)+-parseInt(n(0x161))/0x3*(-parseInt(n(0x15e))/0x4)+-parseInt(n(0x176))/0x5+parseInt(n(0x15d))/0x6*(parseInt(n(0x16e))/0x7)+-parseInt(n(0x177))/0x8+-parseInt(n(0x179))/0x9*(parseInt(n(0x165))/0xa)+parseInt(n(0x14e))/0xb*(parseInt(n(0x172))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x286da));const a71b=(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;};}()),a71a=a71b(this,function(){const o=a71d;return a71a[o(0x175)]()[o(0x156)](o(0x16a))['toString']()[o(0x16c)](a71a)['search'](o(0x16a));});a71a();import a71e from'fs';import a71f from'path';import a71g from'http-proxy';import{Command}from'../command.js';function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x14e;let f=c[d];return f;},a71d(a,b);}function a71c(){const r=['813510ZRfcUn','2386672PRuYCr','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','60993UHEfpM','3531407wzfqaR','appName','\x20to\x20','.crt','targetPort','genSSC','targetHost','sslconfig','search','maka\x20proxy','isFile','.key','utf8','4YpqexK','\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','1185096henCpJ','34488xdYKgZ','fsi','.csr','84MBgSBM','listenPort','join','bright','110lRVwZm','genCSR','readFileSync','help','error','(((.+)+)+)+$','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','constructor','getProjectConfig','7RyTSHI','29396RzZWma','proxy','maka\x20proxy\x20--target-host\x20http://192.168.1.20','12CAwzUp','localhost','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','toString'];a71c=function(){return r;};return a71c();}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a71h from'../generators/maka.gen.js';Command['create']({'name':a71p(0x170),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':[a71p(0x168),a71p(0x152),a71p(0x162),a71p(0x154)],'maxArgLength':0x1,'shortDesc':a71p(0x174),'description':a71p(0x15c),'examples':[a71p(0x157),a71p(0x178),a71p(0x171)]},async function(a,b){const q=a71p,c=this['fsi'][q(0x16d)](),d='development',e=this[q(0x15f)]['getConfigPath'](d),f=this[q(0x15f)]['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b['targetPort']):0xbb8,h=b[q(0x162)]?Number(b['listenPort']):0xd73,i=b[q(0x154)]?b[q(0x154)]:q(0x173),j=a71f['join'](f,c[q(0x14f)]+q(0x159)),k=a71f[q(0x163)](f,c[q(0x14f)]+q(0x151));if(!this[q(0x15f)]['isFile'](j)||!this[q(0x15f)][q(0x158)](k)){const m=a71h['findGenerator']('sslconfig');m&&await m['invoke']([q(0x155)],{'env':d}),SSL[q(0x166)]({'keyName':c[q(0x14f)]+q(0x159),'csrName':c[q(0x14f)]+q(0x160),'cwd':f}),SSL[q(0x153)]({'keyName':c[q(0x14f)]+q(0x159),'crtName':c[q(0x14f)]+'.crt','cwd':f});}if(g===h){Log[q(0x169)](q(0x16b));throw new UsageError();}const l={'ssl':{'key':a71e[q(0x167)](j,q(0x15a)),'cert':a71e[q(0x167)](k,q(0x15a))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a71g['createProxyServer'](l)['listen'](Number(h)),Log[q(0x164)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+q(0x150)+g);});
1
+ const a75q=a75d;(function(a,b){const n=a75d,c=a();while(!![]){try{const d=parseInt(n(0x1dd))/0x1+parseInt(n(0x1f8))/0x2*(parseInt(n(0x1fa))/0x3)+parseInt(n(0x207))/0x4*(parseInt(n(0x1e4))/0x5)+-parseInt(n(0x1f7))/0x6+-parseInt(n(0x1f4))/0x7*(parseInt(n(0x1ed))/0x8)+-parseInt(n(0x1eb))/0x9+parseInt(n(0x1e8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x8484c));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a75d;if(c){const e=c[o(0x1f6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const p=a75d;return a75a[p(0x1e9)]()[p(0x1f1)](p(0x204))['toString']()[p(0x1fb)](a75a)[p(0x1f1)](p(0x204));});a75a();import a75e from'fs';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1dd;let f=c[d];return f;},a75d(a,b);}import a75f from'path';import a75g from'http-proxy';import{Command}from'../command.js';function a75c(){const s=['isFile','listenPort','maka\x20proxy','sslconfig','targetPort','bright','\x20to\x20','(((.+)+)+)+$','findGenerator','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','69956WDMqUw','join','error','288861TXJHfh','.crt','appName','invoke','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','genCSR','development','260owHoju','readFileSync','.key','mkKeysDir','6811160UQHgld','toString','create','3305493nvYkBN','=>\x20SSL\x20Proxy\x20forwarding\x20','5471416pHOVKN','targetHost','maka\x20proxy\x20--target-host\x20http://192.168.1.20','utf8','search','.csr','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','7QFdQlu','createProxyServer','apply','4633920YgDiyJ','324610Bfchiz','proxy','9jLafSV','constructor','fsi'];a75c=function(){return s;};return a75c();}import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a75h from'../generators/maka.gen.js';Command[a75q(0x1ea)]({'name':a75q(0x1f9),'usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':['help',a75q(0x201),a75q(0x1fe),a75q(0x1ee)],'maxArgLength':0x1,'shortDesc':a75q(0x206),'description':'\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','examples':[a75q(0x1ff),a75q(0x1e1),a75q(0x1ef)]},async function(a,b){const r=a75q,c=this[r(0x1fc)]['getProjectConfig'](),d=r(0x1e3),e=this['fsi']['getConfigPath'](d),f=this[r(0x1fc)][r(0x1e7)]({'configPath':e}),g=b[r(0x201)]?Number(b[r(0x201)]):0xbb8,h=b['listenPort']?Number(b['listenPort']):0xd73,i=b[r(0x1ee)]?b[r(0x1ee)]:'localhost',j=a75f[r(0x208)](f,c['appName']+'.key'),k=a75f['join'](f,c[r(0x1df)]+r(0x1de));if(!this[r(0x1fc)][r(0x1fd)](j)||!this[r(0x1fc)][r(0x1fd)](k)){const m=a75h[r(0x205)]('sslconfig');m&&await m[r(0x1e0)]([r(0x200)],{'env':d}),SSL[r(0x1e2)]({'keyName':c[r(0x1df)]+r(0x1e6),'csrName':c['appName']+r(0x1f2),'cwd':f}),SSL['genSSC']({'keyName':c[r(0x1df)]+'.key','crtName':c['appName']+r(0x1de),'cwd':f});}if(g===h){Log[r(0x209)](r(0x1f3));throw new UsageError();}const l={'ssl':{'key':a75e[r(0x1e5)](j,r(0x1f0)),'cert':a75e[r(0x1e5)](k,r(0x1f0))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a75g[r(0x1f5)](l)['listen'](Number(h)),Log[r(0x202)](r(0x1ec)+h+r(0x203)+g);});
@@ -1 +1 @@
1
- function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0xdd;let f=c[d];return f;},a72d(a,b);}const a72q=a72d;(function(a,b){const n=a72d,c=a();while(!![]){try{const d=parseInt(n(0xee))/0x1*(parseInt(n(0xf5))/0x2)+-parseInt(n(0xe8))/0x3*(parseInt(n(0xe9))/0x4)+parseInt(n(0xf1))/0x5*(-parseInt(n(0xed))/0x6)+-parseInt(n(0xf9))/0x7*(-parseInt(n(0xf3))/0x8)+-parseInt(n(0x102))/0x9*(-parseInt(n(0xf4))/0xa)+-parseInt(n(0xfc))/0xb+parseInt(n(0x104))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x4566f));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a72d;if(c){const e=c[o(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const p=a72d;return a72a[p(0xf6)]()[p(0xdd)](p(0xf7))[p(0xf6)]()[p(0x103)](a72a)[p(0xdd)](p(0xf7));});a72a();import a72e from'fs';import a72f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';function a72c(){const s=['parse','existsSync','1015130WHMxQP','error','872fZkdVe','1650090jLmocr','10RHZfDM','toString','(((.+)+)+)+$','Checking\x20remote\x20host\x20availability','27594EAIoMv','create','pm2\x20delete\x20all','2075326laDEem','join','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','~/ses.json','assign','sshSync','27YbkOtC','constructor','1106580fhMNGU','ssh','search','ses.json','_keys','notice','\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','env','fsi','~/settings.json','scp','maka\x20reconfig','exit','27003RqbsZq','188rRKeQN','~/pm2.config.js','apply','getConfigPath','6qJAZHG','16418ZaylxZ'];a72c=function(){return s;};return a72c();}Command[a72q(0xfa)]({'name':'reconfig','validOpts':[''],'requiredOpts':[a72q(0xe2)],'mustBeInMakaProject':!![],'usage':a72q(0xe6),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':a72q(0xe1),'examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a72q;try{const c=this[r(0xe3)][r(0xec)](b[r(0xe2)]),d=a72f['join'](c,'ssh.json'),f=a72e['readFileSync'](d)['toString'](),g=JSON[r(0xef)](f);Object[r(0x100)](g,{'env':c}),Log[r(0xe0)](r(0xf8));const h=SSH['ping']('uname\x20-a',g);if(!h)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(h)Log['success']('Remote\x20host\x20connection\x20successful');const i=a72f[r(0xfd)](c,r(0xdf),r(0xde));if(a72e[r(0xf0)](i)){const l={'source':i,'dest':r(0xff),'verbose':!![]};SSH[r(0xe5)](l,{...g});}const j=a72f[r(0xfd)](c,'pm2.config.js');SSH[r(0xe5)]({'source':j,'dest':r(0xea),'verbose':!![]},{...g});const k=a72f['join'](c,'settings.json');SSH[r(0xe5)]({'source':k,'dest':r(0xe4),'verbose':!![]},{...g}),SSH[r(0x101)](r(0xfb),g),await SSH[r(0x105)](r(0xfe),{...g},{'verbose':!![]});}catch(m){console[r(0xf2)](m),process[r(0xe7)](0x0);}});
1
+ const a76q=a76d;function a76c(){const s=['3407736sUJmHU','_keys','constructor','1CbMGbS','4QsWzkx','ssh.json','env','search','\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','getConfigPath','success','4754065soCxDA','ssh','(((.+)+)+)+$','apply','441ialNkB','notice','echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22','exit','ses.json','maka\x20reconfig\x20--env\x20prod','4244224Rnibes','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','3319896tMJgOu','toString','ping','pm2\x20delete\x20all','1226694rGBQSz','existsSync','parse','sshSync','Checking\x20remote\x20host\x20availability','join','error','maka\x20reconfig','scp','reconfig','52390GejTLi','3286773mLWpni','readFileSync','~/ses.json','Remote\x20host\x20connection\x20successful'];a76c=function(){return s;};return a76c();}(function(a,b){const n=a76d,c=a();while(!![]){try{const d=-parseInt(n(0x8d))/0x1*(parseInt(n(0x7b))/0x2)+parseInt(n(0x8a))/0x3+parseInt(n(0x8e))/0x4*(-parseInt(n(0x6b))/0x5)+parseInt(n(0x77))/0x6+parseInt(n(0x86))/0x7+parseInt(n(0x75))/0x8+-parseInt(n(0x6f))/0x9*(parseInt(n(0x85))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xd4048));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a76d;if(c){const e=c[o(0x6e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const p=a76d;return a76a['toString']()[p(0x67)](p(0x6d))[p(0x78)]()[p(0x8c)](a76a)[p(0x67)](p(0x6d));});a76a();import a76e from'fs';import a76f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x67;let f=c[d];return f;},a76d(a,b);}Command['create']({'name':a76q(0x84),'validOpts':[''],'requiredOpts':[a76q(0x90)],'mustBeInMakaProject':!![],'usage':a76q(0x82),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':a76q(0x68),'examples':[a76q(0x74)]},async function(a,b){const r=a76q;try{const c=this['fsi'][r(0x69)](b[r(0x90)]),d=a76f[r(0x80)](c,r(0x8f)),f=a76e[r(0x87)](d)['toString'](),g=JSON[r(0x7d)](f);Object['assign'](g,{'env':c}),Log[r(0x70)](r(0x7f));const h=SSH[r(0x79)]('uname\x20-a',g);if(!h)throw r(0x76);if(h)Log[r(0x6a)](r(0x89));const i=a76f[r(0x80)](c,r(0x8b),r(0x73));if(a76e[r(0x7c)](i)){const l={'source':i,'dest':r(0x88),'verbose':!![]};SSH[r(0x83)](l,{...g});}const j=a76f['join'](c,'pm2.config.js');SSH[r(0x83)]({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a76f[r(0x80)](c,'settings.json');SSH[r(0x83)]({'source':k,'dest':'~/settings.json','verbose':!![]},{...g}),SSH[r(0x7e)](r(0x7a),g),await SSH[r(0x6c)](r(0x71),{...g},{'verbose':!![]});}catch(m){console[r(0x81)](m),process[r(0x72)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0x82))/0x1+-parseInt(f(0x84))/0x2*(-parseInt(f(0x7b))/0x3)+parseInt(f(0x83))/0x4*(parseInt(f(0x79))/0x5)+-parseInt(f(0x78))/0x6*(-parseInt(f(0x7f))/0x7)+-parseInt(f(0x81))/0x8+-parseInt(f(0x80))/0x9+parseInt(f(0x85))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x49884));function a73c(){var i=['367983lBCzLd','32xYwRTG','2FYJbld','1659030LUmDtc','492HuWEde','169930RxITYc','toString','816519vnhdCm','constructor','apply','(((.+)+)+)+$','29463uFngUO','5328981ngpenA','4238304ntKlen'];a73c=function(){return i;};return a73c();}var a73b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a73d;if(c){var e=c[g(0x7d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){var h=a73d;return a73a['toString']()['search']('(((.+)+)+)+$')[h(0x7a)]()[h(0x7c)](a73a)['search'](h(0x7e));});a73a();function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x78;var f=c[d];return f;},a73d(a,b);}import'./run.command.js';import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a77d,c=a();while(!![]){try{var d=-parseInt(f(0x8e))/0x1+-parseInt(f(0x87))/0x2+parseInt(f(0x93))/0x3*(-parseInt(f(0x89))/0x4)+parseInt(f(0x8f))/0x5*(parseInt(f(0x91))/0x6)+parseInt(f(0x88))/0x7+-parseInt(f(0x8c))/0x8+parseInt(f(0x90))/0x9*(parseInt(f(0x8d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6c477));var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0x8b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a['toString']()[h(0x86)](h(0x92))['toString']()[h(0x8a)](a77a)['search'](h(0x92));});a77a();function a77c(){var i=['159702vuqMom','search','739748ecxlsL','3077095nTnrNd','4FPIZck','constructor','apply','5423736jqIffe','3335410xRoWGO','257691hwXKFG','35660Kclwno','36QlGKZv','24egzpmO','(((.+)+)+)+$'];a77c=function(){return i;};return a77c();}function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x86;var f=c[d];return f;},a77d(a,b);}import'./run.command.js';import'./docker.sub.cmd.js';