@maka/maka-cli 4.5.22 → 4.5.24

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(0x1fd))/0x1*(parseInt(t(0x1e7))/0x2)+-parseInt(t(0x1ed))/0x3+parseInt(t(0x1e8))/0x4+-parseInt(t(0x228))/0x5+parseInt(t(0x214))/0x6*(-parseInt(t(0x1fc))/0x7)+-parseInt(t(0x216))/0x8*(parseInt(t(0x202))/0x9)+parseInt(t(0x1e0))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xa86f8));const a52b=(function(){let a=!![];return function(b,c){const d=a?function(){const u=a52d;if(c){const e=c[u(0x1dd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){const v=a52d;return a52a['toString']()[v(0x1db)](v(0x1f0))['toString']()['constructor'](a52a)[v(0x1db)](v(0x1f0));});a52a();function a52c(){const C=['75%','line','100%','setContent','unequip','Feet:\x20','size','C-c','138vAtAke','\x20Inventory\x20','6728HGdjrQ','key','append','getValue','exit','gloves','checkIfLockable','\x20(Locked)','Head:\x20','stdin','checkIfLocked','head','rightHand','pushLine','leftHand','getInstance','resume','None','3274165NLvdQO','Side\x20Quest\x20Adventure\x20Game','Right\x20Hand:\x20','join','\x0aThere\x20are\x20no\x20exits\x20here.','unlock','legs','box','Torso:\x20','Left\x20Hand:\x20','lock','search','45%','apply','getWelcomeMessage','torso','28442270RyQZnN','\x20Exits\x20','handleInput','getAllItems','roomType','player','escape','12854wxNwDi','4301572dVWJUO','white','clear','Legs:\x20','<<<<<<<<---------\x20Terminating\x20game','1700256IpDKgN','clearValue','write','(((.+)+)+)+$','10%','logFilePath','25%','exits','screen','\x20Equipment\x20','forEach','\x20(Unlocked)','Available\x20exits\x20will\x20be\x20shown\x20here...','render','OUTSIDE','92603FZKHQs','109OeZGgv','yellow','setRawMode','equipment','name','10737jBJTVj','equip','----->>>>>>\x20Initializing\x20Game','focus','split','arms','22%','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','scroll','feet'];a52c=function(){return C;};return a52c();}import a52e from'blessed';import{capitalCase}from'change-case';import a52f from'./game.js';import{RoomType}from'./types/enums.js';function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a52d(a,b);}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(0x225)](c[w(0x1f2)]);process[w(0x21f)][w(0x1ff)](!![]),process[w(0x21f)][w(0x226)]();const e=a52e[w(0x1f5)]({'smartCSR':!![],'title':w(0x229)}),f=a52e[w(0x1d7)]({'top':'0%','left':w(0x20c),'width':w(0x1f3),'height':w(0x1dc),'border':{'type':w(0x20d)},'label':w(0x215),'content':'Your\x20items\x20will\x20be\x20listed\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x1fe)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),g=o=>{const x=w,p=o[x(0x1e3)]()['map'](q=>q[x(0x201)]);f['setContent'](p[x(0x1d3)]('\x0a')),e[x(0x1fa)]();};e[w(0x218)](f);const h=a52e[w(0x1d7)]({'top':'45%','left':w(0x20c),'width':w(0x1f3),'height':w(0x1f3),'border':{'type':'line'},'label':w(0x1f6),'content':w(0x209),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':'yellow'},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x218)](h);function i(o){const y=w;h[y(0x20f)](y(0x21e)+(o[y(0x221)]?o[y(0x221)][y(0x201)]:y(0x227))+'\x0a'+(y(0x1d8)+(o[y(0x1df)]?o[y(0x1df)]['name']:y(0x227))+'\x0a')+(y(0x1eb)+(o[y(0x1d6)]?o[y(0x1d6)]['name']:y(0x227))+'\x0a')+(y(0x211)+(o['feet']?o[y(0x20b)][y(0x201)]:y(0x227))+'\x0a')+('Arms:\x20'+(o[y(0x207)]?o[y(0x207)][y(0x201)]:y(0x227))+'\x0a')+('Gloves:\x20'+(o[y(0x21b)]?o[y(0x21b)][y(0x201)]:y(0x227))+'\x0a')+(y(0x1d9)+(o[y(0x224)]?o['leftHand'][y(0x201)]:y(0x227))+'\x0a')+(y(0x22a)+(o[y(0x222)]?o[y(0x222)][y(0x201)]:'None')+'\x0a')),e[y(0x1fa)]();}const j=a52e[w(0x1d7)]({'top':'70%','left':w(0x20c),'width':w(0x1f3),'height':w(0x208),'border':{'type':w(0x20d)},'label':w(0x1e1),'content':w(0x1f9),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x1fe)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});e[w(0x218)](j);function k(o){const z=w;let p='';o[z(0x1f4)][z(0x212)]>0x0?o[z(0x1f4)][z(0x1f7)]((q,r)=>{const A=z;if(q instanceof Door){const s=q['getOtherSide'](o);s[A(0x1e4)]===RoomType[A(0x1fb)]?p+=capitalCase(r)+':\x20'+s[A(0x201)]:p+=capitalCase(r)+':\x20'+q[A(0x201)];if(q[A(0x220)]())p+=A(0x21d);else q[A(0x21c)]()&&(p+=A(0x1f8));p+='\x0a';}else p+=capitalCase(r)+'\x0a';}):p+=z(0x1d4),j['setContent'](p),e[z(0x1fa)]();}const l=a52e[w(0x1d7)]({'top':'0%','left':'0%','width':w(0x20c),'height':'90%','border':{'type':w(0x20d)},'label':'\x20Game\x20Log\x20','scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':w(0x1fe)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});e[w(0x218)](l);const m=a52e['textbox']({'bottom':0x0,'left':0x0,'width':w(0x20e),'height':w(0x1f1),'tags':!![],'border':{'type':'line'},'style':{'fg':w(0x1e9),'border':{'fg':'cyan'}},'keys':!![],'mouse':!![],'inputOnFocus':!![]});e[w(0x218)](m),e[w(0x217)]([w(0x1e6),w(0x213)],()=>process[w(0x21a)](0x0)),m[w(0x205)](),e['render'](),d[w(0x1ef)](w(0x204));const n=a52f[w(0x225)](a,b);l['setContent'](n[w(0x1de)]()),i(n['player'][w(0x200)]),g(n[w(0x1e5)]['inventory']),k(n['player']['currentLocation']),m[w(0x217)](['enter'],async()=>{const B=w,o=m[B(0x219)](),p=n[B(0x1e2)](o);(o[B(0x206)]('\x20')[0x0]==='take'||B(0x203)||B(0x210))&&(g(n[B(0x1e5)]['inventory']),i(n['player']['equipment'])),(o[B(0x206)]('\x20')[0x0]==='go'||B(0x1da)||B(0x1d5))&&k(n[B(0x1e5)]['currentLocation']),o[B(0x206)]('\x20')[0x0]===B(0x1ea)&&l['setContent'](''),p===null&&(l['pushLine']('Thanks\x20for\x20playing!'),e[B(0x1fa)](),d[B(0x1ef)](B(0x1ec)),process[B(0x21a)](0x0)),l[B(0x223)](p),l[B(0x20a)](0x1),m[B(0x1ee)](),m[B(0x205)](),e[B(0x1fa)]();});}
1
+ const a56H=a56d;function a56d(a,b){const c=a56c();return a56d=function(d,e){d=d-0x13e;let f=c[d];return f;},a56d(a,b);}(function(a,b){const y=a56d,c=a();while(!![]){try{const d=-parseInt(y(0x168))/0x1+-parseInt(y(0x143))/0x2+-parseInt(y(0x14c))/0x3*(parseInt(y(0x167))/0x4)+-parseInt(y(0x18c))/0x5+parseInt(y(0x162))/0x6*(parseInt(y(0x16e))/0x7)+-parseInt(y(0x174))/0x8*(parseInt(y(0x188))/0x9)+parseInt(y(0x165))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x30331));import a56e from'blessed';import{capitalCase}from'change-case';import a56f from'./game.js';import{RoomType}from'./types/enums.js';import{Player}from'./models/player.js';import{Door}from'./models/door.js';function a56c(){const I=['exits','75%','\x20Game\x20Log\x20','Thanks\x20for\x20playing!','Head:\x20','line','take','render','join','focus','append','getValue','OUTSIDE','exit','getOtherSide','split','white','Side\x20Quest\x20Adventure\x20Game','100%','parse','617154ccRQYk','\x20Inventory\x20','clearValue','scroll','45%','leftHand','map','Right\x20Hand:\x20','feet','318PuIynC','mousemove','apply','----->>>>>>\x20Initializing\x20Game','name','screen','currentLocation','(((.+)+)+)+$','slice','log','unlock','setContent','inventory','arms','head','\x0aThere\x20are\x20no\x20exits\x20here.','\x20(Locked)','gloves','player','getInstance','Currently\x20in:\x20','Your\x20equipped\x20items\x20will\x20be\x20listed\x20here...','1146FikfTu','key','Torso:\x20','11297600McaRgT','25%','10092OxwsWQ','293891JHNkzj','rightHand','legs','90%','torso','Left\x20Hand:\x20','11830MvWiYg','cyan','C-c','-----\x20Exits\x20------\x0a','size','constructor','8fJHSPA','None','checkIfLockable','search','Legs:\x20','yellow','write','clear','handleInput','roomType','\x20Equipment\x20','20%','toString','\x20Map\x20','70%','logFilePath','textbox','pushLine','argv','equipment','2724813WqaLUe','unequip','Your\x20items\x20will\x20be\x20listed\x20here...','Arms:\x20','412310OsiVjh','box'];a56c=function(){return I;};return a56c();}import{Logger}from'./utilities/logger.js';export async function main(c,d,e){const B=a56d,f=(function(){let h=!![];return function(i,j){const k=h?function(){const z=a56d;if(j){const l=j[z(0x14e)](i,arguments);return j=null,l;}}:function(){};return h=![],k;};}()),g=f(this,function(){const A=a56d;return g[A(0x180)]()[A(0x177)](A(0x153))[A(0x180)]()[A(0x173)](g)['search']('(((.+)+)+)+$');});g();try{const h=a56e[B(0x151)]({'smartCSR':!![],'title':B(0x140)}),i=a56e[B(0x18d)]({'top':'0%','left':B(0x18f),'width':B(0x166),'height':B(0x147),'border':{'type':B(0x193)},'label':B(0x144),'content':B(0x18a),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x179)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]}),j=t=>{const C=B,u=t['getAllItems']()[C(0x149)](v=>v[C(0x150)]);i[C(0x157)](u[C(0x196)]('\x0a')),h['render']();};h[B(0x198)](i);const k=a56e[B(0x18d)]({'top':'45%','left':B(0x18f),'width':B(0x166),'height':B(0x166),'border':{'type':'line'},'label':B(0x17e),'content':B(0x161),'tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x179)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x198)](k);const l=t=>{const D=B;k['setContent'](D(0x192)+(t[D(0x15a)]?t[D(0x15a)]['name']:D(0x175))+'\x0a'+(D(0x164)+(t[D(0x16c)]?t[D(0x16c)][D(0x150)]:'None')+'\x0a')+(D(0x178)+(t[D(0x16a)]?t[D(0x16a)][D(0x150)]:D(0x175))+'\x0a')+('Feet:\x20'+(t[D(0x14b)]?t[D(0x14b)]['name']:'None')+'\x0a')+(D(0x18b)+(t[D(0x159)]?t[D(0x159)][D(0x150)]:D(0x175))+'\x0a')+('Gloves:\x20'+(t[D(0x15d)]?t['gloves']['name']:D(0x175))+'\x0a')+(D(0x16d)+(t[D(0x148)]?t[D(0x148)][D(0x150)]:D(0x175))+'\x0a')+(D(0x14a)+(t['rightHand']?t[D(0x169)][D(0x150)]:'None')+'\x0a')),h[D(0x195)]();},m=a56e['box']({'top':B(0x182),'left':'75%','width':B(0x166),'height':B(0x17f),'border':{'type':'line'},'label':B(0x181),'content':'Available\x20exits\x20will\x20be\x20shown\x20here...','tags':!![],'scrollable':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x179)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![]});h[B(0x198)](m);const n=t=>{const E=B;let u=E(0x160)+t['name']+'\x0a\x0a';u+=E(0x171),t['exits'][E(0x172)]>0x0?t[E(0x18e)]['forEach']((v,w)=>{const F=E;if(v instanceof Door){const x=v[F(0x19c)](t);x[F(0x17d)]===RoomType[F(0x19a)]?u+=capitalCase(w)+':\x20'+x['name']:u+=capitalCase(w)+':\x20'+v['name'];if(v['checkIfLocked']())u+=F(0x15c);else v[F(0x176)]()&&(u+='\x20(Unlocked)');u+='\x0a';}else u+=capitalCase(w)+'\x0a';}):u+=E(0x15b),m[E(0x157)](u),h[E(0x195)]();},o=a56e[B(0x18d)]({'id':'logBox','top':'0%','left':'0%','width':B(0x18f),'height':B(0x16b),'border':{'type':B(0x193)},'label':B(0x190),'scrollable':!![],'alwaysScroll':!![],'scrollbar':{'ch':'\x20','track':{'bg':B(0x179)},'style':{'inverse':!![]}},'keys':!![],'mouse':!![],'tags':!![]});o['removeAllListeners'](B(0x14d)),h[B(0x198)](o);const p=a56e[B(0x184)]({'bottom':0x0,'left':0x0,'width':B(0x141),'height':'10%','tags':!![],'border':{'type':'line'},'style':{'fg':B(0x13f),'border':{'fg':B(0x16f)}},'keys':!![],'mouse':!![],'inputOnFocus':!![],'vi':!![]});h['append'](p),h[B(0x163)](['escape',B(0x170)],()=>process['exit'](0x0)),p[B(0x197)](),h[B(0x195)]();const q=Logger[B(0x15f)](e[B(0x183)],h),r=new Player({'playerName':c});q['write'](B(0x14f));const s=a56f[B(0x15f)](r,d);o[B(0x157)](s['getWelcomeMessage']()),l(s[B(0x15e)][B(0x187)]),j(s['player'][B(0x158)]),n(s[B(0x15e)][B(0x152)]),p[B(0x163)](['enter'],async()=>{const G=B,t=p[G(0x199)](),u=s[G(0x17c)](t);(t[G(0x13e)]('\x20')[0x0]===G(0x194)||'equip'||G(0x189))&&(j(s[G(0x15e)][G(0x158)]),l(s[G(0x15e)][G(0x187)])),(t[G(0x13e)]('\x20')[0x0]==='go'||'lock'||G(0x156))&&n(s[G(0x15e)][G(0x152)]),t[G(0x13e)]('\x20')[0x0]===G(0x17b)&&o['setContent'](''),u===null&&(console[G(0x155)](G(0x191)),h[G(0x195)](),q[G(0x17a)]('<<<<<<<<---------\x20Terminating\x20game'),process[G(0x19b)](0x0)),o[G(0x185)](u),o[G(0x146)](0x1),p[G(0x145)](),p[G(0x197)](),h[G(0x195)]();});}catch(t){console[B(0x155)](t),process[B(0x19b)](0x1);}}const args=process[a56H(0x186)][a56H(0x154)](0x2);main(args[0x0],JSON[a56H(0x142)](args[0x1]),JSON[a56H(0x142)](args[0x2]));
@@ -1 +1 @@
1
- const a53j=a53d;(function(a,b){const h=a53d,c=a();while(!![]){try{const d=parseInt(h(0x1e3))/0x1+-parseInt(h(0x1e2))/0x2+parseInt(h(0x1d8))/0x3*(-parseInt(h(0x1df))/0x4)+parseInt(h(0x1d3))/0x5*(-parseInt(h(0x1e6))/0x6)+-parseInt(h(0x1dd))/0x7+-parseInt(h(0x1cf))/0x8*(-parseInt(h(0x1d0))/0x9)+-parseInt(h(0x1db))/0xa*(-parseInt(h(0x1e1))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0xcd57e));const a53b=(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;};}()),a53a=a53b(this,function(){const i=a53d;return a53a[i(0x1e8)]()['search'](i(0x1d4))['toString']()[i(0x1d2)](a53a)[i(0x1e5)]('(((.+)+)+)+$');});a53a();function a53c(){const p=['toString','toISOString','write','.maka','ensureLogFileExists','49904RbVvKh','2421juDrPc','instance','constructor','45rkeDlL','(((.+)+)+)+$','writeFileSync','mkdirSync','homedir','3TjKUoL','appendFileSync','side-quest.log','48590WcWPWg','[INFO]\x20[','4585980EGUkAv','error','1904816qXVQvt','dirname','3333HlxdbJ','2522688SmmqGy','1473489QsMGgi','join','search','926676skjtxV','filePath'];a53c=function(){return p;};return a53c();}import a53e from'fs';import a53f from'os';function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x1cd;let f=c[d];return f;},a53d(a,b);}import a53g from'path';const homeDir=a53f[a53j(0x1d7)]();export class Logger{static [a53j(0x1d1)];[a53j(0x1e7)];constructor(a){const k=a53j;this[k(0x1e7)]=a,this['ensureLogFileExists']();}static['getInstance'](a=a53g[a53j(0x1e4)](homeDir,a53j(0x1cd),a53j(0x1da))){const l=a53j;return!Logger[l(0x1d1)]&&(Logger[l(0x1d1)]=new Logger(a)),Logger[l(0x1d1)];}[a53j(0x1ce)](){const m=a53j,a=a53g[m(0x1e0)](this[m(0x1e7)]);!a53e['existsSync'](a)&&a53e[m(0x1d6)](a,{'recursive':!![]}),!a53e['existsSync'](this['filePath'])&&a53e[m(0x1d5)](this['filePath'],'');}[a53j(0x1ea)](a){const n=a53j,b=new Date()['toISOString']();a53e[n(0x1d9)](this['filePath'],n(0x1dc)+b+']\x20'+a+'\x0a');}[a53j(0x1de)](a){const o=a53j,b=new Date()[o(0x1e9)]();a53e[o(0x1d9)](this['filePath'],'[ERROR]\x20['+b+']\x20'+a+'\x0a');}}
1
+ const a57k=a57d;(function(a,b){const h=a57d,c=a();while(!![]){try{const d=parseInt(h(0xd9))/0x1*(parseInt(h(0xd5))/0x2)+parseInt(h(0xe4))/0x3+parseInt(h(0xe1))/0x4+parseInt(h(0xcc))/0x5*(-parseInt(h(0xf1))/0x6)+parseInt(h(0xe9))/0x7*(parseInt(h(0xe7))/0x8)+-parseInt(h(0xdf))/0x9+-parseInt(h(0xed))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x30343));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a57d;if(c){const e=c[i(0xe6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const j=a57d;return a57a[j(0xdc)]()[j(0xd4)]('(((.+)+)+)+$')[j(0xdc)]()[j(0xcf)](a57a)[j(0xd4)](j(0xde));});a57a();function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0xc9;let f=c[d];return f;},a57d(a,b);}import a57e from'fs';import a57f from'os';import a57g from'path';function a57c(){const s=['toISOString','toString','logBox','(((.+)+)+)+$','259371dWPZap','dirname','1288844GawNvp','instance','appendFileSync','491325KYCwnG','Screen\x20must\x20be\x20provided\x20when\x20initializing\x20the\x20Logger\x20for\x20the\x20first\x20time.','apply','8sGhbXm','ensureLogFileExists','918491yWXbAY','[INFO]\x20[','scrollTo','side-quest.log','1766270XwKDhh','getScrollHeight','writeFileSync','existsSync','749724LxGqxt','filePath','screen','getInstance','.maka','setContent','15CEWUdt','write','type','constructor','join','find','hasScreen','\x20could\x20not\x20be\x20found\x20on\x20screen\x20','search','5264oNdpFA','options','The\x20logbox\x20','error','61GciWEx','log'];a57c=function(){return s;};return a57c();}const homeDir=a57f['homedir']();export class Logger{static [a57k(0xe2)];['filePath'];['screen'];constructor(a,b){const l=a57k;this[l(0xf2)]=a,this[l(0xf3)]=b,this['ensureLogFileExists']();}static[a57k(0xc9)](a=a57g[a57k(0xd0)](homeDir,a57k(0xca),a57k(0xec)),b){const m=a57k;if(!Logger[m(0xe2)]){if(!b)throw new Error(m(0xe5));Logger['instance']=new Logger(a,b);}return Logger[m(0xe2)];}[a57k(0xe8)](){const n=a57k,a=a57g[n(0xe0)](this['filePath']);!a57e[n(0xf0)](a)&&a57e['mkdirSync'](a,{'recursive':!![]}),!a57e[n(0xf0)](this[n(0xf2)])&&a57e[n(0xef)](this[n(0xf2)],'');}['write'](a){const o=a57k,b=new Date()[o(0xdb)](),c=o(0xea)+b+']\x20'+a+'\x0a';a57e[o(0xe3)](this[o(0xf2)],c);}[a57k(0xd8)](a){const p=a57k,b=new Date()[p(0xdb)](),c='[ERROR]\x20['+b+']\x20'+a+'\x0a';a57e[p(0xe3)](this[p(0xf2)],c);}[a57k(0xda)](a){const q=a57k,b=this[q(0xf3)]?.['children'][q(0xd1)](c=>c[q(0xce)]==='box'&&c[q(0xd6)]['id']===q(0xdd));b?(b[q(0xcb)](b['content']+'\x0a'+a),b[q(0xeb)](b[q(0xee)]()),this[q(0xf3)]?.['render']()):this[q(0xd8)](q(0xd7)+b+q(0xd3)+this[q(0xf3)]),this[q(0xcd)](a);}[a57k(0xd2)](){const r=a57k;return!!this[r(0xf3)];}}
@@ -1 +1 @@
1
- const a54j=a54d;(function(a,b){const h=a54d,c=a();while(!![]){try{const d=parseInt(h(0x1ea))/0x1+-parseInt(h(0x1e4))/0x2+parseInt(h(0x1dc))/0x3+-parseInt(h(0x1de))/0x4+parseInt(h(0x1e1))/0x5*(-parseInt(h(0x1e7))/0x6)+-parseInt(h(0x1e6))/0x7+-parseInt(h(0x1e9))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x7eb8a));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const i=a54d;return a54a['toString']()[i(0x1e5)]('(((.+)+)+)+$')['toString']()['constructor'](a54a)[i(0x1e5)](i(0x1df));});a54a();import a54e from'path';import a54f from'./play.command.js';import{Command}from'../../command.js';import{main}from'./sideQuest/ui.js';function a54c(){const l=['join','638376TfbnCz','(((.+)+)+)+$','fsi','372915Nhmjeq','player','stdout','19992WRpabb','search','2491531juLxqn','24XhCdiK','side-quest.log','2908288KotXty','815611XiyqTe','side-quest','create','Commoner','write','2672490jYIGVE'];a54c=function(){return l;};return a54c();}import a54g from'./sideQuest/scenes/rooms.js';function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0x1d8;let f=c[d];return f;},a54d(a,b);}import{Player}from'./sideQuest/models/player.js';Command[a54j(0x1d9)]({'name':a54j(0x1d8),'usage':'maka\x20play:side-quest','shortDesc':'Play\x20a\x20little\x20side-quest','aliases':['sq'],'description':'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...','validOpts':['debug','player']},async function(a,b){const k=a54j,c=this[k(0x1e0)]['getGlobalMakaDir'](),d=a54e[k(0x1dd)](c,k(0x1e8)),e=b[k(0x1e2)]?b[k(0x1e2)]:k(0x1da),f=new Player({'playerName':e});process[k(0x1e3)][k(0x1db)]('\x1bc');const g={...b,'logFilePath':d};main(f,a54g,g);},a54f);
1
+ const a58n=a58d;(function(a,b){const k=a58d,c=a();while(!![]){try{const d=parseInt(k(0xe3))/0x1+parseInt(k(0xde))/0x2+parseInt(k(0xd5))/0x3*(parseInt(k(0xd8))/0x4)+-parseInt(k(0xe4))/0x5+parseInt(k(0xd6))/0x6+-parseInt(k(0xd7))/0x7+-parseInt(k(0xc8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x72344));const a58b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a58d;if(c){const e=c[l(0xd0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){const m=a58d;return a58a[m(0xcb)]()[m(0xdb)](m(0xc4))[m(0xcb)]()[m(0xd4)](a58a)['search'](m(0xc4));});a58a();import a58e from'path';import{spawn}from'child_process';import a58f from'./play.command.js';import{Command}from'../../command.js';function a58c(){const q=['log','ask','595592cjiScI','./sideQuest/ui.js','list','toString','sideQuestAnswer','player','Commoner','fsi','apply','maka\x20play:side-quest','inherit','Play\x20a\x20little\x20side-quest','constructor','2299158trsEwI','746490zwLeOV','6078485SMjBrn','4uoTXxQ','url','node','search','create','side-quest','180498PNkaZL','Thanks\x20for\x20playing!','side-quest.log','exit','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...','470267QcZdkH','203665gQoEbC','dungeon','options','stringify','shadowrun','(((.+)+)+)+$','join'];a58c=function(){return q;};return a58c();}function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0xc2;let f=c[d];return f;},a58d(a,b);}import{Actions}from'../../tools/actions/actions.class.js';import{dungeonConfig,shadowrunConfig}from'./sideQuest/scenes/rooms.js';import{fileURLToPath}from'url';import{dirname}from'path';const __filename=fileURLToPath(import.meta[a58n(0xd9)]),__dirname=dirname(__filename);Command[a58n(0xdc)]({'name':a58n(0xdd),'usage':a58n(0xd1),'shortDesc':a58n(0xd3),'aliases':['sq'],'description':a58n(0xe2),'validOpts':['player']},async function(a,b){const o=a58n;try{const c=this[o(0xcf)]['getGlobalMakaDir'](),d=a58e[o(0xc5)](c,o(0xe0)),e=b['player']?b[o(0xcd)]:await Actions[o(0xc7)]('What\x20is\x20your\x20name?')||o(0xce),f={...b,'logFilePath':d},g={'type':o(0xca),'name':o(0xcc),'message':'Which\x20Side-Quest\x20would\x20you\x20like\x20to\x20play?','choices':[{'name':o(0xe5),'value':dungeonConfig},{'name':o(0xc3),'value':shadowrunConfig}]},{sideQuestAnswer:h}=await Actions[o(0xe6)](g);if(e&&h){const i=spawn(o(0xda),[a58e['resolve'](__dirname,o(0xc9)),e,JSON[o(0xc2)](h),JSON['stringify'](f)],{'stdio':o(0xd2)});i['on'](o(0xe1),()=>{const p=o;console['log'](p(0xdf));});}}catch(j){console[o(0xc6)](j);}},a58f);
@@ -1 +1 @@
1
- function a55d(a,b){var c=a55c();return a55d=function(d,e){d=d-0x186;var f=c[d];return f;},a55d(a,b);}var a55i=a55d;(function(a,b){var f=a55d,c=a();while(!![]){try{var d=parseInt(f(0x194))/0x1*(-parseInt(f(0x18c))/0x2)+parseInt(f(0x18b))/0x3+-parseInt(f(0x18a))/0x4+-parseInt(f(0x187))/0x5+-parseInt(f(0x192))/0x6+parseInt(f(0x188))/0x7+parseInt(f(0x189))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x7e97e));var a55b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a55d;if(c){var e=c[g(0x18e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){var h=a55d;return a55a[h(0x196)]()[h(0x197)](h(0x191))['toString']()[h(0x195)](a55a)[h(0x197)]('(((.+)+)+)+$');});a55a();import a55e from'./play.command.js';function a55c(){var k=['3016365NzsDmt','132WgyPKc','snake','apply','npx\x20command-line-snake','maka\x20game:snake','(((.+)+)+)+$','2107476GGPjUE','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','5737UhVWiA','constructor','toString','search','inherit','399770babout','6136018PVMFvG','1991960vTftCk','3210624QtttLj'];a55c=function(){return k;};return a55c();}import{Command}from'../../command.js';import{execSync}from'child_process';Command['create']({'name':a55i(0x18d),'usage':a55i(0x190),'shortDesc':a55i(0x193),'validOpts':[]},async function(){var j=a55i;execSync(j(0x18f),{'stdio':j(0x186)});},a55e);
1
+ var a59h=a59d;(function(a,b){var f=a59d,c=a();while(!![]){try{var d=parseInt(f(0x98))/0x1+parseInt(f(0x97))/0x2+parseInt(f(0x95))/0x3*(parseInt(f(0x9d))/0x4)+parseInt(f(0xa5))/0x5*(parseInt(f(0x96))/0x6)+parseInt(f(0xa0))/0x7+parseInt(f(0xa1))/0x8*(parseInt(f(0xa6))/0x9)+-parseInt(f(0xa7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xc6a5b));var a59b=(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;};}()),a59a=a59b(this,function(){var g=a59d;return a59a[g(0x9a)]()[g(0x9c)](g(0xa2))['toString']()[g(0xa4)](a59a)['search']('(((.+)+)+)+$');});function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0x95;var f=c[d];return f;},a59d(a,b);}a59a();import a59e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';function a59c(){var j=['search','4ygPNlN','maka\x20game:snake','npx\x20command-line-snake','10734633hbDvRQ','9182192uORTYU','(((.+)+)+)+$','Play\x20Snake:\x20https://www.npmjs.com/package/command-line-snake','constructor','1921835ZnOuQN','9aNIZau','53129870CoJTmC','1233861MYPoJq','24BJDlJA','1282296XjEjjY','855450LlULrD','inherit','toString','snake'];a59c=function(){return j;};return a59c();}Command['create']({'name':a59h(0x9b),'usage':a59h(0x9e),'shortDesc':a59h(0xa3),'validOpts':[]},async function(){var i=a59h;execSync(i(0x9f),{'stdio':i(0x99)});},a59e);
@@ -1 +1 @@
1
- var a56h=a56d;(function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0x95))/0x1*(parseInt(f(0x94))/0x2)+-parseInt(f(0x92))/0x3*(-parseInt(f(0x91))/0x4)+-parseInt(f(0x8c))/0x5+-parseInt(f(0x8d))/0x6+parseInt(f(0x99))/0x7+parseInt(f(0x93))/0x8+parseInt(f(0x97))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x6138a));function a56c(){var j=['3065635jvmfoO','1823232RfuhEP','inherit','create','toString','86672EsxqCL','39irfLFi','161136XGIjfQ','991556tVRYcJ','1uljCJd','tetris','3294729asgfYb','npx\x20simple-tetris','1060724dgRvMD','search','(((.+)+)+)+$'];a56c=function(){return j;};return a56c();}var a56b=(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;};}()),a56a=a56b(this,function(){var g=a56d;return a56a[g(0x90)]()['search'](g(0x8b))[g(0x90)]()['constructor'](a56a)[g(0x8a)](g(0x8b));});a56a();import a56e from'./play.command.js';function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0x8a;var f=c[d];return f;},a56d(a,b);}import{Command}from'../../command.js';import{execSync}from'child_process';Command[a56h(0x8f)]({'name':a56h(0x96),'usage':'maka\x20game:tetris','shortDesc':'Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','validOpts':[]},async function(){var i=a56h;execSync(i(0x98),{'stdio':i(0x8e)});},a56e);
1
+ var a60i=a60d;(function(a,b){var f=a60d,c=a();while(!![]){try{var d=parseInt(f(0xae))/0x1+-parseInt(f(0xb2))/0x2*(parseInt(f(0xb6))/0x3)+parseInt(f(0xb4))/0x4+-parseInt(f(0xac))/0x5+-parseInt(f(0xb5))/0x6+parseInt(f(0xa6))/0x7*(-parseInt(f(0xb7))/0x8)+-parseInt(f(0xa9))/0x9*(-parseInt(f(0xaa))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x240ad));var a60b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a60d;if(c){var e=c[g(0xa5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){var h=a60d;return a60a[h(0xad)]()['search'](h(0xa7))[h(0xad)]()[h(0xb1)](a60a)[h(0xb3)](h(0xa7));});function a60d(a,b){var c=a60c();return a60d=function(d,e){d=d-0xa5;var f=c[d];return f;},a60d(a,b);}a60a();import a60e from'./play.command.js';import{Command}from'../../command.js';function a60c(){var k=['inherit','npx\x20simple-tetris','constructor','12BJnuFy','search','139608rIRYfT','1178886BeKjCx','101634KfuYOG','41608FGoItM','apply','154AzlEue','(((.+)+)+)+$','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','6563718iANwed','10YTwsnU','tetris','1457630uOKgYT','toString','189122iYFjVu'];a60c=function(){return k;};return a60c();}import{execSync}from'child_process';Command['create']({'name':a60i(0xab),'usage':'maka\x20game:tetris','shortDesc':a60i(0xa8),'validOpts':[]},async function(){var j=a60i;execSync(j(0xb0),{'stdio':j(0xaf)});},a60e);
@@ -1 +1 @@
1
- const a57i=a57d;(function(a,b){const f=a57d,c=a();while(!![]){try{const d=-parseInt(f(0x16b))/0x1*(parseInt(f(0x16f))/0x2)+parseInt(f(0x174))/0x3+-parseInt(f(0x16c))/0x4*(-parseInt(f(0x15b))/0x5)+-parseInt(f(0x160))/0x6*(parseInt(f(0x171))/0x7)+-parseInt(f(0x163))/0x8+parseInt(f(0x175))/0x9+-parseInt(f(0x161))/0xa*(-parseInt(f(0x159))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0x23736));function a57c(){const k=['notice','2542QFYvPt','findGenerator','14jBjpxY','generate','apply','35094bsZHkT','1092915JcmriN','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:template\x20todos/todo_item','2552zhnIbP','create','30CosdQc','(((.+)+)+)+$','listGenerators','maka\x20g:dbc\x20geoserver\x20--type=pgsql','search','308094pQiPqS','14500BiYToX','constructor','1748488nopmgT','Could\x20not\x20find\x20generator','maka\x20generate:scaffold\x20todos','toString','maka\x20g:package\x20package:name','dir','maka\x20g:api\x20trucks','maka\x20g:route\x20todos/edit','118JkIWVW','97940URpgqt','help'];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(0x173)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const h=a57d;return a57a[h(0x166)]()['search'](h(0x15c))[h(0x166)]()[h(0x162)](a57a)[h(0x15f)](h(0x15c));});a57a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a57e from'../generators/maka.gen.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x157;let f=c[d];return f;},a57d(a,b);}import{UsageError}from'../error.js';Command[a57i(0x15a)]({'name':a57i(0x172),'aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a57i(0x168),'where',a57i(0x16d)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a57i(0x157),'description':'\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','examples':[a57i(0x165),'maka\x20g:scaffold\x20todos',a57i(0x158),a57i(0x167),a57i(0x16a),a57i(0x169),a57i(0x15e)]},async function(a,b){const j=a57i,c=a[0x0],d=a57e[j(0x170)](c);if(!d){b[j(0x16d)]?(Log[j(0x16e)]('Generators:'),a57e[j(0x15d)]()):Log['error'](j(0x164));throw new UsageError();}await d['invoke'](a['slice'](0x1),b);});
1
+ function a61c(){const k=['error','1fkDXPe','listGenerators','2193014Rsevth','4obbfit','72lcStrN','invoke','Scaffold\x20various\x20parts\x20of\x20your\x20application','\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','slice','apply','findGenerator','maka\x20g:api\x20trucks','create','help','11347512FGBMpP','Generators:','maka\x20g:template\x20todos/todo_item','dir','Could\x20not\x20find\x20generator','39225846NuFOaH','maka\x20g:package\x20package:name','search','3947930yHJpfs','12YwlHtJ','(((.+)+)+)+$','987714lmaqbm','1068950xljMhK','1683495aWkDoQ','maka\x20{generate,\x20g}:<generator>\x20<name>','maka\x20g:scaffold\x20todos','generate'];a61c=function(){return k;};return a61c();}const a61i=a61d;(function(a,b){const f=a61d,c=a();while(!![]){try{const d=-parseInt(f(0x1fb))/0x1*(-parseInt(f(0x1fd))/0x2)+-parseInt(f(0x1f4))/0x3*(parseInt(f(0x1fe))/0x4)+parseInt(f(0x1f6))/0x5+-parseInt(f(0x1f2))/0x6*(-parseInt(f(0x1f1))/0x7)+parseInt(f(0x20a))/0x8+-parseInt(f(0x1ff))/0x9*(-parseInt(f(0x1f5))/0xa)+-parseInt(f(0x20f))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xe5629));const a61b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a61d;if(c){const e=c[g(0x205)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a61a=a61b(this,function(){const h=a61d;return a61a['toString']()[h(0x1f0)]('(((.+)+)+)+$')['toString']()['constructor'](a61a)[h(0x1f0)](h(0x1f3));});function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x1ef;let f=c[d];return f;},a61d(a,b);}a61a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a61e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a61i(0x208)]({'name':a61i(0x1f9),'aliases':['g'],'usage':a61i(0x1f7),'validOpts':[a61i(0x20d),a61i(0x203),'help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a61i(0x201),'description':a61i(0x202),'examples':['maka\x20generate:scaffold\x20todos',a61i(0x1f8),a61i(0x20c),a61i(0x1ef),'maka\x20g:route\x20todos/edit',a61i(0x207),'maka\x20g:dbc\x20geoserver\x20--type=pgsql']},async function(a,b){const j=a61i,c=a[0x0],d=a61e[j(0x206)](c);if(!d){b[j(0x209)]?(Log['notice'](j(0x20b)),a61e[j(0x1fc)]()):Log[j(0x1fa)](j(0x20e));throw new UsageError();}await d[j(0x200)](a[j(0x204)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a58d,c=a();while(!![]){try{var d=parseInt(f(0x109))/0x1*(parseInt(f(0x106))/0x2)+parseInt(f(0x112))/0x3+-parseInt(f(0x110))/0x4+parseInt(f(0x114))/0x5*(parseInt(f(0x10f))/0x6)+parseInt(f(0x10b))/0x7*(parseInt(f(0x111))/0x8)+-parseInt(f(0x10c))/0x9*(-parseInt(f(0x107))/0xa)+-parseInt(f(0x10d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0x494ed));var a58b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a58d;if(c){var e=c[g(0x113)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){var h=a58d;return a58a[h(0x10e)]()[h(0x10a)](h(0x108))[h(0x10e)]()['constructor'](a58a)[h(0x10a)](h(0x108));});function a58c(){var i=['4194619fdBGwP','toString','37500WbSzma','1928360jXJIpx','21536wJfbDO','562644jgYsEh','apply','95hZzsJA','298urKPgx','5770hKnPge','(((.+)+)+)+$','2433ouOgnI','search','7QNWuak','7677FevqqQ'];a58c=function(){return i;};return a58c();}a58a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a58d(a,b){var c=a58c();return a58d=function(d,e){d=d-0x106;var f=c[d];return f;},a58d(a,b);}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a62d,c=a();while(!![]){try{var d=-parseInt(f(0x1df))/0x1+parseInt(f(0x1e7))/0x2+parseInt(f(0x1e6))/0x3*(-parseInt(f(0x1ea))/0x4)+parseInt(f(0x1e5))/0x5+parseInt(f(0x1e1))/0x6+parseInt(f(0x1eb))/0x7*(parseInt(f(0x1e9))/0x8)+parseInt(f(0x1e0))/0x9*(parseInt(f(0x1dd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xbed59));function a62d(a,b){var c=a62c();return a62d=function(d,e){d=d-0x1dd;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(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){var h=a62d;return a62a[h(0x1e3)]()[h(0x1de)](h(0x1e4))['toString']()[h(0x1e2)](a62a)[h(0x1de)]('(((.+)+)+)+$');});a62a();import'./get.command.js';import'./global.sub.cmd.js';function a62c(){var i=['constructor','toString','(((.+)+)+)+$','2948195wdEwEh','2900391fBGiNt','1657322YTePiZ','apply','16vUUZni','4jMrocz','1520855WXNfCx','70HGZyOb','search','309498OhswbZ','128241SudIoZ','632274cJvVWG'];a62c=function(){return i;};return a62c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a59h=a59d;function a59d(a,b){const c=a59c();return a59d=function(d,e){d=d-0xe6;let f=c[d];return f;},a59d(a,b);}(function(a,b){const f=a59d,c=a();while(!![]){try{const d=parseInt(f(0xf8))/0x1*(parseInt(f(0xea))/0x2)+parseInt(f(0xe8))/0x3+parseInt(f(0xee))/0x4+-parseInt(f(0xfa))/0x5*(-parseInt(f(0xf3))/0x6)+parseInt(f(0xef))/0x7+parseInt(f(0xed))/0x8+-parseInt(f(0xf5))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0x8c10c));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(0xec)]()['search'](g(0xe9))[g(0xec)]()[g(0xe7)](a59a)[g(0xf9)]('(((.+)+)+)+$');});function a59c(){const j=['toString','1861976TpaAVg','3818888hoSLPd','2271759EnnSHH','get','create','Sub-Command\x20not\x20found','6FubaQW','findSubCommand','23346567RcAfbf','Get\x20various\x20Maka\x20variables\x20and\x20configurations','runSubCommand','1963EUqxfE','search','1390075CoPSHW','maka\x20get:<sub-command>','constructor','794187WnNLDW','(((.+)+)+)+$','1134OqPoPm','error'];a59c=function(){return j;};return a59c();}a59a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a59h(0xf1)]({'name':a59h(0xf0),'usage':a59h(0xe6),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a59h(0xf6),'validOpts':[]},async function(a,b){const i=a59h,c=a[0x0],d=this[i(0xf4)](c);if(d)this[i(0xf7)](c,a,b);else{Log[i(0xeb)](i(0xf2));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ function a63c(){const k=['toString','606330fehQzB','Get\x20various\x20Maka\x20variables\x20and\x20configurations','4EpCQiv','209343lKOWAO','5kJPlja','371914FbEEvU','create','(((.+)+)+)+$','488QYwIzE','search','27451303pyaHLG','2310438AknjgG','31619oKTZuI','constructor','Sub-Command\x20not\x20found','2438452LKIhcS','apply','error','220EVknNx'];a63c=function(){return k;};return a63c();}function a63d(a,b){const c=a63c();return a63d=function(d,e){d=d-0x19a;let f=c[d];return f;},a63d(a,b);}const a63i=a63d;(function(a,b){const f=a63d,c=a();while(!![]){try{const d=parseInt(f(0x1a7))/0x1*(-parseInt(f(0x1a4))/0x2)+parseInt(f(0x1a5))/0x3+-parseInt(f(0x19d))/0x4*(-parseInt(f(0x1a6))/0x5)+-parseInt(f(0x1ad))/0x6+parseInt(f(0x19a))/0x7*(parseInt(f(0x1aa))/0x8)+-parseInt(f(0x1a2))/0x9*(parseInt(f(0x1a0))/0xa)+parseInt(f(0x1ac))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0xccf27));const a63b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a63d;if(c){const e=c[g(0x19e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){const h=a63d;return a63a[h(0x1a1)]()[h(0x1ab)](h(0x1a9))[h(0x1a1)]()[h(0x19b)](a63a)[h(0x1ab)]('(((.+)+)+)+$');});a63a();import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command[a63i(0x1a8)]({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a63i(0x1a3),'validOpts':[]},async function(a,b){const j=a63i,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log[j(0x19f)](j(0x19c));throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a60h=a60d;(function(a,b){const f=a60d,c=a();while(!![]){try{const d=-parseInt(f(0xb4))/0x1+parseInt(f(0xb0))/0x2+parseInt(f(0xa4))/0x3*(-parseInt(f(0xa8))/0x4)+parseInt(f(0xa2))/0x5+-parseInt(f(0xb3))/0x6*(-parseInt(f(0xad))/0x7)+-parseInt(f(0xb1))/0x8*(parseInt(f(0xac))/0x9)+parseInt(f(0xa9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0xc176c));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(0xb2)]()['search']('(((.+)+)+)+$')[g(0xb2)]()[g(0xaa)](a60a)[g(0xa5)](g(0xa3));});a60a();import a60e from'./get.command.js';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0xa2;let f=c[d];return f;},a60d(a,b);}function a60c(){const j=['(((.+)+)+)+$','3JnizSZ','search','getGlobalConfig','error','4501084JbWObr','9596720LmKgLp','constructor','maka\x20get:global-config','55053tekHUm','63SJoevc','fsi','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','2047158hsADgQ','1552YQebxI','toString','624798TFIChk','593930IxsxvE','3889395BCanjP'];a60c=function(){return j;};return a60c();}import{Command}from'../../command.js';Command['create']({'name':'global-config','usage':a60h(0xab),'aliases':['gc'],'shortDesc':a60h(0xaf),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a60h;try{const a=await this[i(0xae)][i(0xa6)]();console['log'](a);}catch(b){console[i(0xa7)](b),process['exit'](0x0);}},a60e);
1
+ const a64h=a64d;function a64c(){const j=['499400ZzYIQn','create','211794zbjYiK','getGlobalConfig','search','4974224UwcGDd','global-config','toString','1137628thXhNL','constructor','fsi','120iYQNuD','885273YzsKnV','77rbiZKc','maka\x20get:global-config','6726488TyWlpJ','(((.+)+)+)+$','1182060djjAgq','2cNyecU','Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file'];a64c=function(){return j;};return a64c();}(function(a,b){const f=a64d,c=a();while(!![]){try{const d=parseInt(f(0xda))/0x1+-parseInt(f(0xe4))/0x2*(-parseInt(f(0xde))/0x3)+-parseInt(f(0xeb))/0x4+parseInt(f(0xe6))/0x5+parseInt(f(0xe8))/0x6*(-parseInt(f(0xdf))/0x7)+-parseInt(f(0xe1))/0x8+parseInt(f(0xe3))/0x9*(parseInt(f(0xdd))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0x9b477));const a64b=(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;};}()),a64a=a64b(this,function(){const g=a64d;return a64a['toString']()[g(0xea)](g(0xe2))[g(0xd9)]()[g(0xdb)](a64a)[g(0xea)](g(0xe2));});function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0xd9;let f=c[d];return f;},a64d(a,b);}a64a();import a64e from'./get.command.js';import{Command}from'../../command.js';Command[a64h(0xe7)]({'name':a64h(0xec),'usage':a64h(0xe0),'aliases':['gc'],'shortDesc':a64h(0xe5),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a64h;try{const a=await this[i(0xdc)][i(0xe9)]();console['log'](a);}catch(b){console['error'](b),process['exit'](0x0);}},a64e);
@@ -1 +1 @@
1
- const a61h=a61d;(function(a,b){const f=a61d,c=a();while(!![]){try{const d=-parseInt(f(0x171))/0x1+parseInt(f(0x172))/0x2+parseInt(f(0x16d))/0x3*(parseInt(f(0x161))/0x4)+parseInt(f(0x168))/0x5+-parseInt(f(0x16c))/0x6+-parseInt(f(0x16a))/0x7*(parseInt(f(0x163))/0x8)+-parseInt(f(0x16b))/0x9*(-parseInt(f(0x166))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0xdb3b2));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(0x173)]()['search'](g(0x167))[g(0x173)]()['constructor'](a61a)[g(0x164)](g(0x167));});function a61d(a,b){const c=a61c();return a61d=function(d,e){d=d-0x161;let f=c[d];return f;},a61d(a,b);}a61a();import a61e from'./get.command.js';import{Command}from'../../command.js';function a61c(){const j=['9cPQBfs','830622LUarip','450hXegyb','getProjectConfig','maka\x20get:local-config','local-config','716871bWTSAL','251502qsRmnm','toString','42428KCzPJv','fsi','1552664uEtvdu','search','log','2759290DtpQSN','(((.+)+)+)+$','743570VOMhvh','create','14ElzrLS'];a61c=function(){return j;};return a61c();}Command[a61h(0x169)]({'name':a61h(0x170),'usage':a61h(0x16f),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const i=a61h,a=await this[i(0x162)][i(0x16e)]();console[i(0x165)](a);},a61e);
1
+ const a65i=a65d;(function(a,b){const f=a65d,c=a();while(!![]){try{const d=-parseInt(f(0x1c1))/0x1+-parseInt(f(0x1c2))/0x2+parseInt(f(0x1cd))/0x3+-parseInt(f(0x1d3))/0x4+parseInt(f(0x1ca))/0x5*(-parseInt(f(0x1c6))/0x6)+parseInt(f(0x1c8))/0x7+-parseInt(f(0x1d0))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x22f45));const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a65d;if(c){const e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const h=a65d;return a65a['toString']()[h(0x1cc)]('(((.+)+)+)+$')[h(0x1c4)]()[h(0x1c5)](a65a)['search'](h(0x1d2));});a65a();function a65c(){const k=['toString','constructor','155508bKAwPY','fsi','1474781OFCpSZ','local-config','5eCTOKL','apply','search','758301rCuVak','maka\x20get:local-config','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','396696QjjZqW','log','(((.+)+)+)+$','489256HymcTM','77026JfhNqe','90864SSTbqf','getProjectConfig'];a65c=function(){return k;};return a65c();}import a65e from'./get.command.js';import{Command}from'../../command.js';function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a65d(a,b);}Command['create']({'name':a65i(0x1c9),'usage':a65i(0x1ce),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a65i(0x1cf),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a65i,a=await this[j(0x1c7)][j(0x1c3)]();console[j(0x1d1)](a);},a65e);
@@ -1 +1 @@
1
- const a62i=a62d;(function(a,b){const g=a62d,c=a();while(!![]){try{const d=parseInt(g(0xa8))/0x1+parseInt(g(0xbc))/0x2+parseInt(g(0xb5))/0x3*(parseInt(g(0xba))/0x4)+-parseInt(g(0xbb))/0x5*(parseInt(g(0xb9))/0x6)+parseInt(g(0xac))/0x7+parseInt(g(0xb6))/0x8+-parseInt(g(0xb3))/0x9*(parseInt(g(0xb8))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xa0dc0));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(0xa5)]()[h(0xbe)](h(0xb1))[h(0xa5)]()[h(0xaf)](a62a)[h(0xbe)](h(0xb1));});a62a();function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0xa5;let f=c[d];return f;},a62d(a,b);}import a62e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a62f from'jsonwebtoken';function a62c(){const k=['1063128eOrTrT','error','search','getGlobalConfig','join','roles','toString','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','exit','100329WGwejN','User\x20Access\x20Token:\x20\x20','user','hash','6593279nJtaTn','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','whoami','constructor','maka\x20get:whoami','(((.+)+)+)+$','notice','14229ciLBRC','fsi','167019TDRGEX','8041056YUSTLO','decode','10510ExyfoH','11076oBiBmo','76ZKugla','3565BlPITz'];a62c=function(){return k;};return a62c();}Command['create']({'name':a62i(0xae),'usage':a62i(0xb0),'shortDesc':a62i(0xa6),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a62i;try{const a=await this[j(0xb4)][j(0xbf)]();if(a['hash']){const b=a62f[j(0xb7)](a[j(0xab)]);Log[j(0xb2)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[j(0xaa)]),Log[j(0xb2)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a['token']?.['userId']),Log[j(0xb2)](j(0xa9)+a['token']?.['authToken']),Log['notice'](j(0xad)+b?.[j(0xc1)][j(0xc0)](',\x20'));}}catch(c){console[j(0xbd)](c),process[j(0xa7)](0x0);}},a62e);
1
+ const a66j=a66d;(function(a,b){const g=a66d,c=a();while(!![]){try{const d=parseInt(g(0x12d))/0x1*(-parseInt(g(0x126))/0x2)+parseInt(g(0x13a))/0x3*(parseInt(g(0x130))/0x4)+-parseInt(g(0x131))/0x5+parseInt(g(0x135))/0x6*(-parseInt(g(0x144))/0x7)+parseInt(g(0x12c))/0x8+parseInt(g(0x13e))/0x9*(parseInt(g(0x137))/0xa)+parseInt(g(0x129))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x4215d));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a66d;if(c){const e=c[h(0x12e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const i=a66d;return a66a[i(0x13b)]()[i(0x12f)](i(0x141))[i(0x13b)]()[i(0x13c)](a66a)[i(0x12f)]('(((.+)+)+)+$');});a66a();import a66e from'./get.command.js';import{Command}from'../../command.js';function a66d(a,b){const c=a66c();return a66d=function(d,e){d=d-0x126;let f=c[d];return f;},a66d(a,b);}import{Log}from'../../tools/log/log.class.js';function a66c(){const l=['User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','6511285YKYIDC','userId','getGlobalConfig','1545408nhPjCy','1HVAClY','apply','search','1480324FtQgSn','1983050ewqudn','token','User\x20Access\x20Token:\x20\x20','hash','2719866ryWdKP','decode','262950teibNK','create','error','3SNzgIf','toString','constructor','User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','99yKbuzp','maka\x20get:whoami','authToken','(((.+)+)+)+$','notice','exit','7hOoCRF','647662okXDiq'];a66c=function(){return l;};return a66c();}import a66f from'jsonwebtoken';Command[a66j(0x138)]({'name':'whoami','usage':a66j(0x13f),'shortDesc':a66j(0x128),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a66j;try{const a=await this['fsi'][k(0x12b)]();if(a[k(0x134)]){const b=a66f[k(0x136)](a['hash']);Log[k(0x142)](k(0x127)+b?.['user']),Log[k(0x142)](k(0x13d)+a[k(0x132)]?.[k(0x12a)]),Log['notice'](k(0x133)+a[k(0x132)]?.[k(0x140)]),Log[k(0x142)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.['roles']['join'](',\x20'));}}catch(c){console[k(0x139)](c),process[k(0x143)](0x0);}},a66e);
@@ -1 +1 @@
1
- var a63i=a63d;(function(a,b){var f=a63d,c=a();while(!![]){try{var d=parseInt(f(0x1d3))/0x1+-parseInt(f(0x1d4))/0x2*(-parseInt(f(0x1ca))/0x3)+parseInt(f(0x1ce))/0x4*(parseInt(f(0x1c6))/0x5)+parseInt(f(0x1d2))/0x6+-parseInt(f(0x1d5))/0x7*(-parseInt(f(0x1cf))/0x8)+parseInt(f(0x1c9))/0x9+-parseInt(f(0x1d1))/0xa*(parseInt(f(0x1cd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a63c,0x32c03));var a63b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a63d;if(c){var e=c[g(0x1cb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a63a=a63b(this,function(){var h=a63d;return a63a[h(0x1c4)]()[h(0x1c5)](h(0x1c8))[h(0x1c4)]()[h(0x1cc)](a63a)[h(0x1c5)]('(((.+)+)+)+$');});function a63c(){var j=['11845306hjnLqi','1100gkZKID','32qvIEji','Deprecated:\x20use\x20--help\x20instead','10iBJGJC','860940pUhyaK','309656jxPULg','488258CLvHHV','323414bZkiap','Try,\x20maka\x20--help','create','toString','search','5575yRUrkB','help','(((.+)+)+)+$','864117RgdmiI','3TyIBGF','apply','constructor'];a63c=function(){return j;};return a63c();}a63a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a63d(a,b){var c=a63c();return a63d=function(d,e){d=d-0x1c3;var f=c[d];return f;},a63d(a,b);}Command[a63i(0x1c3)]({'name':a63i(0x1c7),'description':a63i(0x1d6),'aliases':['h'],'validOpts':[],'shortDesc':a63i(0x1d0)},async function(){throw new UsageError();});
1
+ function a67d(a,b){var c=a67c();return a67d=function(d,e){d=d-0xf6;var f=c[d];return f;},a67d(a,b);}var a67i=a67d;function a67c(){var j=['9zRssna','help','6943295JoDmFQ','39266100DRfxfe','16AUahxE','search','3681726nNxuWP','Deprecated:\x20use\x20--help\x20instead','734181oFpvUx','24IpGLbu','Try,\x20maka\x20--help','519729tOYsTi','111032FFVyzB','apply','toString','1840033NpMjyG'];a67c=function(){return j;};return a67c();}(function(a,b){var f=a67d,c=a();while(!![]){try{var d=-parseInt(f(0x105))/0x1+parseInt(f(0x102))/0x2+-parseInt(f(0x101))/0x3*(parseInt(f(0xfa))/0x4)+-parseInt(f(0xf8))/0x5+parseInt(f(0xfc))/0x6+parseInt(f(0xfe))/0x7*(parseInt(f(0xff))/0x8)+-parseInt(f(0xf6))/0x9*(-parseInt(f(0xf9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xf163c));var a67b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a67d;if(c){var e=c[g(0x103)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){var h=a67d;return a67a[h(0x104)]()[h(0xfb)]('(((.+)+)+)+$')[h(0x104)]()['constructor'](a67a)[h(0xfb)]('(((.+)+)+)+$');});a67a();import{Command}from'../command.js';import{UsageError}from'../error.js';Command['create']({'name':a67i(0xf7),'description':a67i(0x100),'aliases':['h'],'validOpts':[],'shortDesc':a67i(0xfd)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- const a64l=a64d;(function(a,b){const j=a64d,c=a();while(!![]){try{const d=-parseInt(j(0x1d7))/0x1+parseInt(j(0x1d6))/0x2*(-parseInt(j(0x1ca))/0x3)+-parseInt(j(0x1c8))/0x4+parseInt(j(0x1cf))/0x5*(parseInt(j(0x1cb))/0x6)+parseInt(j(0x1e2))/0x7+-parseInt(j(0x1e4))/0x8*(parseInt(j(0x1dc))/0x9)+parseInt(j(0x1c1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a64c,0xd5064));const a64b=(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;};}()),a64a=a64b(this,function(){const k=a64d;return a64a[k(0x1d9)]()[k(0x1df)](k(0x1dd))[k(0x1d9)]()['constructor'](a64a)[k(0x1df)]('(((.+)+)+)+$');});a64a();import a64e from'path';function a64c(){const n=['utf-8','27654050rCjrVv','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','sep','maka\x20jsdoc','\x20-c\x20','jsdoc','pathFromProject','4277784ibJwmx','app/private','4035XFIVqU','4832862KtTQUC','stop','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','app/packages','5KUFxow','fsi','app/node_modules','app/public','\x20-d\x20','\x20-r\x20app','maka\x20jsdoc\x20--init','1838OFKpMN','383914zEKilr','plugins/markdown','toString','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','stringify','54HbMTka','(((.+)+)+)+$','isFile','search','config','logError','11217801iwYycv','.+\x5c.(j|t)s(doc|x)?$','2148616MAsaDh'];a64c=function(){return n;};return a64c();}function a64d(a,b){const c=a64c();return a64d=function(d,e){d=d-0x1c0;let f=c[d];return f;},a64d(a,b);}import a64f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a64l(0x1c6),'usage':'maka\x20jsdoc','mustBeInMakaProject':!![],'shortDesc':a64l(0x1c2),'examples':[a64l(0x1d5),a64l(0x1c4)],'validOpts':[]},function(){const m=a64l,a=a64e['join'](this['fsi'][m(0x1c7)]({}),'docs'+a64e[m(0x1c3)]),b=a64e['join'](this[m(0x1d0)][m(0x1c7)]({}),m(0x1e0),'jsdoc-config.json'),c=this[m(0x1d0)]['pathFromProject']({}),d=m(0x1c6);if(!this[m(0x1de)](b)){const g={'plugins':[m(0x1d8)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x1c6),'closure']},'source':{'includePattern':m(0x1e3),'excludePattern':m(0x1cd),'exclude':[m(0x1ce),m(0x1d1),m(0x1d2),m(0x1c9)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':m(0x1c0)}};a64f['writeFileSync'](b,JSON[m(0x1db)](g,null,0x4));}const f=this['logWithSpinner']('Running\x20'+d);try{const h=d+m(0x1c5)+b+m(0x1d4)+a64e[m(0x1c3)]+m(0x1d3)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice']('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[m(0x1e1)](i),this[m(0x1e1)](m(0x1da));}finally{f[m(0x1cc)]();}});
1
+ const a68m=a68d;(function(a,b){const j=a68d,c=a();while(!![]){try{const d=-parseInt(j(0xb7))/0x1+parseInt(j(0xa6))/0x2*(-parseInt(j(0xcb))/0x3)+parseInt(j(0xa7))/0x4*(parseInt(j(0xc6))/0x5)+-parseInt(j(0xc7))/0x6+parseInt(j(0xb6))/0x7+parseInt(j(0xb3))/0x8*(parseInt(j(0xc5))/0x9)+parseInt(j(0xa9))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xcdbe4));function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0xa2;let f=c[d];return f;},a68d(a,b);}const a68b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a68d;if(c){const e=c[k(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a68a=a68b(this,function(){const l=a68d;return a68a['toString']()[l(0xca)](l(0xc4))[l(0xac)]()[l(0xbd)](a68a)[l(0xca)](l(0xc4));});function a68c(){const o=['constructor','plugins/markdown','logNotice','app/private','app/public','jsdoc-config.json','.+\x5c.(j|t)s(doc|x)?$','(((.+)+)+)+$','288qktSRs','5VLwfhc','1946352dSBvMf','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','config','search','1688751hClcua','logWithSpinner','maka\x20jsdoc\x20--init','inherit','pathFromProject','2xBIsNw','2210792KPbhUB','closure','5265660RmSmcT','logError','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','toString','sep','utf-8','Running\x20','stop','isFile','jsdoc','97024nLbnnQ','join','maka\x20jsdoc','6111000ykKKGL','610327yVgAKf','\x20-c\x20','docs','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','fsi','apply'];a68c=function(){return o;};return a68c();}a68a();import a68e from'path';import a68f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';Command['create']({'name':a68m(0xb2),'usage':a68m(0xb5),'mustBeInMakaProject':!![],'shortDesc':a68m(0xba),'examples':[a68m(0xa3),'maka\x20jsdoc'],'validOpts':[]},function(){const n=a68m,a=a68e[n(0xb4)](this[n(0xbb)]['pathFromProject']({}),n(0xb9)+a68e['sep']),b=a68e[n(0xb4)](this[n(0xbb)][n(0xa5)]({}),n(0xc9),n(0xc2)),c=this['fsi'][n(0xa5)]({}),d=n(0xb2);if(!this[n(0xb1)](b)){const g={'plugins':[n(0xbe)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0xb2),n(0xa8)]},'source':{'includePattern':n(0xc3),'excludePattern':n(0xc8),'exclude':['app/packages','app/node_modules',n(0xc1),n(0xc0)]},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':n(0xae)}};a68f['writeFileSync'](b,JSON['stringify'](g,null,0x4));}const f=this[n(0xa2)](n(0xaf)+d);try{const h=d+n(0xb8)+b+'\x20-r\x20app'+a68e[n(0xad)]+'\x20-d\x20'+a;execSync(h,{'cwd':c,'stdio':n(0xa4)}),this[n(0xbf)]('\x0a[+]\x20Documentation\x20written\x20to\x20'+a);}catch(i){this[n(0xaa)](i),this['logError'](n(0xab));}finally{f[n(0xb0)]();}});
@@ -1 +1 @@
1
- const a65s=a65d;(function(a,b){const p=a65d,c=a();while(!![]){try{const d=parseInt(p(0x7e))/0x1+parseInt(p(0x7b))/0x2*(-parseInt(p(0x6d))/0x3)+-parseInt(p(0x86))/0x4*(-parseInt(p(0x89))/0x5)+parseInt(p(0x90))/0x6*(parseInt(p(0x6c))/0x7)+-parseInt(p(0x92))/0x8*(parseInt(p(0x7a))/0x9)+parseInt(p(0x77))/0xa+-parseInt(p(0x75))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a65c,0x1c2b5));function a65d(a,b){const c=a65c();return a65d=function(d,e){d=d-0x6c;let f=c[d];return f;},a65d(a,b);}const a65b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a65d;if(c){const e=c[q(0x8c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a65a=a65b(this,function(){const r=a65d;return a65a[r(0x78)]()[r(0x8e)](r(0x70))[r(0x78)]()['constructor'](a65a)[r(0x8e)](r(0x70));});a65a();import a65e from'path';import{ESLint}from'eslint';function a65c(){const u=['apply','/imports','search','stylish','12pbnqJK','notice','136bOsntI','lint','eslint/eslintrc.json','63091xTDgRz','4212nJUDUi','checkNpmPackage','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','bright','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','maka\x20lint','2657930oMoinC','All\x20good!\x20:)','1090980tWDXMm','toString','fsi','4581VFgaMe','6CYpDGg','maka\x20lint\x20--fix','push','29079dVomSX','join','outputFixes','success','loadFormatter','template','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','Lint\x20results\x20for\x20','4OjkcMO','findAppDirectory','format','1068365WdCjiO','eslint-plugin-css','.eslintrc.json'];a65c=function(){return u;};return a65c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':a65s(0x93),'usage':a65s(0x74),'maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a65s(0x73),'description':a65s(0x71),'examples':[a65s(0x7c)]},async function(a,b){const t=a65s;try{const c=this[t(0x79)][t(0x87)](),d=this[t(0x79)][t(0x6e)](t(0x6f)),f=this['fsi'][t(0x6e)]('eslint-plugin-react'),g=this[t(0x79)][t(0x6e)](t(0x8a)),h=[];!d&&h[t(0x7d)](t(0x6f));!f&&h['push']('eslint-plugin-react');!g&&h[t(0x7d)](t(0x8a));h['length']>0x0&&await this['fsi']['installNpmPackage'](h[t(0x7f)]('\x20'),{'dev':!![]});const i=this[t(0x79)]['isFile'](a65e['join'](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[t(0x79)][t(0x83)]({'srcPath':t(0x94),'destPath':a65e[t(0x7f)](c,t(0x8b)),'framework':'service','context':n});}const j=new ESLint(),k=await j['lintFiles']([a65e[t(0x7f)](c,'imports','**')]),l=await j[t(0x82)](t(0x8f)),m=l[t(0x88)](k);m['length']>0x0?Log[t(0x72)](m):Log[t(0x81)](t(0x76)),Log[t(0x91)](t(0x85)+c+t(0x8d)),b['fix']?await ESLint[t(0x80)](k):Log[t(0x91)](t(0x84));}catch(o){console['error'](o);}});
1
+ const a69s=a69d;function a69c(){const u=['Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','579umlxaJ','notice','bright','toString','30588wXkDke','push','isFile','eslint-plugin-css','maka\x20lint','join','eslint-plugin-react','eslint/eslintrc.json','service','lint','fsi','checkNpmPackage','39151431ZQczeq','213112alOiNK','search','outputFixes','constructor','maka\x20lint\x20--fix','294lWPNXk','fix','installNpmPackage','Lint\x20results\x20for\x20','14694320HLbUzj','.eslintrc.json','1765rfUWQk','36024CNjYUw','1jkofrR','format','eslint','(((.+)+)+)+$','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','loadFormatter','100922INcJeI','apply','template','15248142AuzTbX','All\x20good!\x20:)','length','success','create','findAppDirectory'];a69c=function(){return u;};return a69c();}(function(a,b){const p=a69d,c=a();while(!![]){try{const d=-parseInt(p(0xc7))/0x1*(-parseInt(p(0xcd))/0x2)+-parseInt(p(0xd7))/0x3*(parseInt(p(0xc6))/0x4)+-parseInt(p(0xc5))/0x5*(parseInt(p(0xdb))/0x6)+parseInt(p(0xbf))/0x7*(parseInt(p(0xe8))/0x8)+-parseInt(p(0xd0))/0x9+parseInt(p(0xc3))/0xa+parseInt(p(0xe7))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xebd4a));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a69d;if(c){const e=c[q(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const r=a69d;return a69a[r(0xda)]()[r(0xe9)](r(0xca))[r(0xda)]()[r(0xbd)](a69a)['search']('(((.+)+)+)+$');});a69a();import a69e from'path';import{ESLint}from'eslint';function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0xbc;let f=c[d];return f;},a69d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a69s(0xd4)]({'name':a69s(0xe4),'usage':a69s(0xdf),'maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':a69s(0xd6),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a69s(0xbe)]},async function(a,b){const t=a69s;try{const c=this[t(0xe5)][t(0xd5)](),d=this['fsi'][t(0xe6)](t(0xc9)),f=this[t(0xe5)][t(0xe6)](t(0xe1)),g=this[t(0xe5)][t(0xe6)](t(0xde)),h=[];!d&&h['push']('eslint');!f&&h[t(0xdc)](t(0xe1));!g&&h[t(0xdc)](t(0xde));h[t(0xd2)]>0x0&&await this[t(0xe5)][t(0xc1)](h[t(0xe0)]('\x20'),{'dev':!![]});const i=this[t(0xe5)][t(0xdd)](a69e[t(0xe0)](c,t(0xc4)));if(!i){const n={'noRename':!![]};await this[t(0xe5)][t(0xcf)]({'srcPath':t(0xe2),'destPath':a69e['join'](c,t(0xc4)),'framework':t(0xe3),'context':n});}const j=new ESLint(),k=await j['lintFiles']([a69e['join'](c,'imports','**')]),l=await j[t(0xcc)]('stylish'),m=l[t(0xc8)](k);m[t(0xd2)]>0x0?Log[t(0xd9)](m):Log[t(0xd3)](t(0xd1)),Log[t(0xd8)](t(0xc2)+c+'/imports'),b[t(0xc0)]?await ESLint[t(0xbc)](k):Log[t(0xd8)](t(0xcb));}catch(o){console['error'](o);}});
@@ -1 +1 @@
1
- const a66z=a66d;(function(a,b){const w=a66d,c=a();while(!![]){try{const d=parseInt(w(0xe2))/0x1+-parseInt(w(0xda))/0x2+-parseInt(w(0xd3))/0x3*(-parseInt(w(0xe1))/0x4)+-parseInt(w(0xcf))/0x5+parseInt(w(0xe8))/0x6*(-parseInt(w(0xec))/0x7)+-parseInt(w(0xfe))/0x8*(parseInt(w(0xed))/0x9)+parseInt(w(0xff))/0xa*(parseInt(w(0xef))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a66c,0x669ef));const a66b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a66d;if(c){const e=c[x(0xf2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a66a=a66b(this,function(){const y=a66d;return a66a['toString']()[y(0xd8)](y(0xd1))[y(0xd2)]()[y(0xcc)](a66a)['search'](y(0xd1));});a66a();import a66e from'node-forge';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-0xc8;let f=c[d];return f;},a66d(a,b);}import{Actions}from'../tools/actions/actions.class.js';function a66c(){const B=['failure','apply','get','post','error','MAKA_DEV','debug','digest','getGlobalConfig','/api/v1/encodeJwt','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','localhost','success','1864QOlaMM','12112490whUCfw','assign','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','sha256','parse','setGlobalConfig','help','www.maka-cli.com','Password:\x20','constructor','Logging\x20in','/api/v1/status','2256530WfJYoy','maka\x20login','(((.+)+)+)+$','toString','655071AqFmNw','password','start','email','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','search','ask','967842rbduqs','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','cert','/api/v1/login','update','create','True','8NoMOkD','69960pAvWQu','toHex','exit','authToken','cacert','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','6JOXDbB','https://','env','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','5517169IHSNNp','30339pZfIPT','isFile','22agamLg','fsi'];a66c=function(){return B;};return a66c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a66z(0xea)][a66z(0xf6)]===a66z(0xe0)?a66z(0xfc):a66z(0xca);Command[a66z(0xdf)]({'name':'login','validOpts':[a66z(0xd6),'password',a66z(0xc9),'cacert',a66z(0xf7)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a66z(0xfb),'examples':[a66z(0xd0),a66z(0xe7)]},async function(a,b){const A=a66z,c=Log['withSpinner']();try{let d='';b[A(0xe6)]&&(this[A(0xf0)][A(0xee)](b[A(0xe6)])?(d=b['cacert'],Log['notice']('Using\x20CA\x20Cert\x20'+d)):Log[A(0xf5)](A(0x101)+d));const f=await this['fsi'][A(0xf9)]();if(f[A(0xdc)]){if(this['fsi'][A(0xee)](f[A(0xdc)]))d=f[A(0xdc)];else{Log['error'](A(0xeb)+d);return;}}Log['header']('Logging\x20into\x20https://'+hostname);const g={'url':A(0xe9)+hostname+A(0xce)};b[A(0xe6)]&&Object[A(0x100)](g,{'cert':d});c[A(0xd5)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0xf3)](g);if(h===0x198){c[A(0xf1)]();throw A(0xd7);}if(h!==0xc8){c[A(0xf1)]();throw A(0xe9)+hostname+A(0xdb);}c[A(0xfd)]();const i=b[A(0xd6)]?b[A(0xd6)]:await Actions[A(0xd9)]('Email:'),j=b[A(0xd4)]?b[A(0xd4)]:await Actions[A(0xd9)](A(0xcb),!![]),k=a66e['md'][A(0x102)][A(0xdf)]();k[A(0xde)](j);const l=k[A(0xf8)]()[A(0xe3)](),m={'hostname':hostname,'path':A(0xdd),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0xe6)]&&Object[A(0x100)](m,{'cert':d});c[A(0xd5)](A(0xcd));const {data:n,statusCode:o}=await HTTPS[A(0xf4)](m);if(o===0x198){c[A(0xf1)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[A(0x103)](n);if(p[A(0xe5)]){const q={'hostname':hostname,'path':A(0xfa),'headers':{'x-auth-token':p[A(0xe5)]},'data':{}};b['cacert']&&Object[A(0x100)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON['parse'](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(0xc8)](u);}else{c[A(0xf1)]();throw p;}c['success']();}catch(v){c[A(0xf1)](),console[A(0xf5)](v),process[A(0xe4)](0x0);}});
1
+ function a70c(){const B=['/api/v1/encodeJwt','header','110305LorUBX','https://','(((.+)+)+)+$','2583768iyzpui','failure','create','Logging\x20into\x20https://','Password:\x20','www.maka-cli.com','error','env','1555323nDdwII','parse','get','digest','help','apply','114JjMrDz','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Email:','ask','116258MaYceU','password','True','email','search','assign','constructor','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','success','exit','toHex','isFile','toString','cacert','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','Logging\x20in','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','6yanJLS','35yelkjk','maka\x20login','13186035HDFyPK','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','21qzXcmA','sha256','818984VznDLb','notice','cert','debug','post','132695tRyWOt','MAKA_DEV','start','/api/v1/login','authToken','localhost','5364XmwhwF','/api/v1/status','fsi','30vwhljm'];a70c=function(){return B;};return a70c();}const a70z=a70d;(function(a,b){const w=a70d,c=a();while(!![]){try{const d=parseInt(w(0x162))/0x1*(parseInt(w(0x18a))/0x2)+parseInt(w(0x19b))/0x3*(parseInt(w(0x164))/0x4)+-parseInt(w(0x169))/0x5*(parseInt(w(0x186))/0x6)+parseInt(w(0x19c))/0x7*(parseInt(w(0x178))/0x8)+parseInt(w(0x19e))/0x9+-parseInt(w(0x172))/0xa*(-parseInt(w(0x180))/0xb)+parseInt(w(0x16f))/0xc*(-parseInt(w(0x175))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xcc6c2));const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a70d;if(c){const e=c[x(0x185)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const y=a70d;return a70a[y(0x196)]()['search']('(((.+)+)+)+$')[y(0x196)]()[y(0x190)](a70a)[y(0x18e)](y(0x177));});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';import{HTTPS}from'../tools/https/https.class.js';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x162;let f=c[d];return f;},a70d(a,b);}const hostname=process[a70z(0x17f)][a70z(0x16a)]===a70z(0x18c)?a70z(0x16e):a70z(0x17d);Command[a70z(0x17a)]({'name':'login','validOpts':[a70z(0x18d),a70z(0x18b),a70z(0x184),a70z(0x197),a70z(0x167)],'usage':a70z(0x19d),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a70z(0x19f),'examples':[a70z(0x19d),a70z(0x19a)]},async function(a,b){const A=a70z,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[A(0x171)][A(0x195)](b[A(0x197)])?(d=b[A(0x197)],Log[A(0x165)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x17e)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[A(0x171)]['getGlobalConfig']();if(f['cert']){if(this[A(0x171)][A(0x195)](f[A(0x166)]))d=f['cert'];else{Log['error']('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[A(0x174)](A(0x17b)+hostname);const g={'url':'https://'+hostname+A(0x170)};b['cacert']&&Object['assign'](g,{'cert':d});c[A(0x16b)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0x182)](g);if(h===0x198){c[A(0x179)]();throw A(0x187);}if(h!==0xc8){c[A(0x179)]();throw A(0x176)+hostname+A(0x191);}c[A(0x192)]();const i=b['email']?b[A(0x18d)]:await Actions['ask'](A(0x188)),j=b['password']?b[A(0x18b)]:await Actions[A(0x189)](A(0x17c),!![]),k=a70e['md'][A(0x163)][A(0x17a)]();k['update'](j);const l=k[A(0x183)]()[A(0x194)](),m={'hostname':hostname,'path':A(0x16c),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x197)]&&Object[A(0x18f)](m,{'cert':d});c[A(0x16b)](A(0x199));const {data:n,statusCode:o}=await HTTPS[A(0x168)](m);if(o===0x198){c['failure']('\x0a');throw A(0x198)+hostname;}const p=JSON[A(0x181)](n);if(p[A(0x16d)]){const q={'hostname':hostname,'path':A(0x173),'headers':{'x-auth-token':p[A(0x16d)]},'data':{}};b[A(0x197)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x168)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x198)+hostname;const u={'token':p,'hash':t};this[A(0x171)]['setGlobalConfig'](u);}else{c[A(0x179)]();throw p;}c[A(0x192)]();}catch(v){c['failure'](),console[A(0x17e)](v),process[A(0x193)](0x0);}});
@@ -1 +1 @@
1
- const a67o=a67d;(function(a,b){const l=a67d,c=a();while(!![]){try{const d=-parseInt(l(0x74))/0x1*(-parseInt(l(0x82))/0x2)+-parseInt(l(0x8a))/0x3*(parseInt(l(0x98))/0x4)+-parseInt(l(0x9a))/0x5*(parseInt(l(0x70))/0x6)+-parseInt(l(0x96))/0x7*(parseInt(l(0x7b))/0x8)+parseInt(l(0x76))/0x9*(parseInt(l(0x95))/0xa)+-parseInt(l(0x9c))/0xb*(-parseInt(l(0x8b))/0xc)+-parseInt(l(0x7d))/0xd*(-parseInt(l(0x91))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a67c,0xdc2a9));const a67b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a67d;if(c){const e=c[m(0x7a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a67a=a67b(this,function(){const n=a67d;return a67a[n(0x6e)]()[n(0x6c)]('(((.+)+)+)+$')[n(0x6e)]()[n(0x83)](a67a)[n(0x6c)]('(((.+)+)+)+$');});a67a();function a67d(a,b){const c=a67c();return a67d=function(d,e){d=d-0x6b;let f=c[d];return f;},a67d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a67o(0x78)]==='True'?'localhost':a67o(0x77);function a67c(){const q=['Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cacert','1022771dumWLw','fsi','7017867mXcHcF','www.maka-cli.com','MAKA_DEV','failure','apply','523960JApPby','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','13yhdpCI','success','getGlobalConfig','Logging\x20out','Using\x20CA\x20Cert\x20','2pOVvcy','constructor','setGlobalConfig','maka\x20logout','get','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','post','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','733368AghkbQ','24vkhAdS','/api/v1/status','authToken','isFile','notice','error','19631038DQxSnm','token','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','https://','10cerPHt','91cgcoLF','Logging\x20out\x20of\x20https://','28sHcqes','assign','188075ORuCdd','withSpinner','4945226CIQpNN','Preflight\x20Check','cert','search','create','toString','header','102DIoZlb','start'];a67c=function(){return q;};return a67c();}Command[a67o(0x6d)]({'name':'logout','validOpts':[a67o(0x73)],'usage':a67o(0x85),'maxArgLength':0x2,'shortDesc':a67o(0x87),'disableAuthCheck':!![],'examples':[a67o(0x85)]},async function(a,b){const p=a67o,c=Log[p(0x9b)]();try{let d='';b[p(0x73)]&&(this[p(0x75)]['isFile'](b['cacert'])?(d=b['cacert'],Log[p(0x8f)](p(0x81)+d)):Log[p(0x90)](p(0x89)+d));const f=await this['fsi'][p(0x7f)]();if(f['cert']){if(this[p(0x75)][p(0x8e)](f[p(0x6b)]))d=f['cert'];else{c[p(0x79)]();throw Log[p(0x90)](p(0x7c)+d);}}Log[p(0x6f)](p(0x97)+hostname);const g={'url':p(0x94)+hostname+p(0x8c)};b[p(0x73)]&&Object[p(0x99)](g,{'cert':d});c[p(0x71)](p(0x9d));const {statusCode:h}=await HTTPS[p(0x86)](g);if(h===0x198){c[p(0x79)]();throw p(0x72);}c[p(0x7e)]();if(h!==0xc8){c[p(0x79)]();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(0x92)]?.[p(0x8d)])throw Log[p(0x90)](p(0x93));c[p(0x71)](p(0x80));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0x92)][p(0x8d)]}};b['cacert']&&Object[p(0x99)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x88)](i);if(j===0x198){c[p(0x79)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[p(0x75)][p(0x84)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x7e)]();}catch(k){k&&console[p(0x90)](k),process['exit'](0x0);}});
1
+ const a71o=a71d;(function(a,b){const l=a71d,c=a();while(!![]){try{const d=parseInt(l(0x9d))/0x1*(parseInt(l(0x7f))/0x2)+-parseInt(l(0x99))/0x3*(-parseInt(l(0x93))/0x4)+parseInt(l(0x7e))/0x5*(parseInt(l(0x8d))/0x6)+-parseInt(l(0x94))/0x7*(parseInt(l(0x84))/0x8)+-parseInt(l(0x9b))/0x9*(parseInt(l(0xa8))/0xa)+parseInt(l(0xa3))/0xb+-parseInt(l(0x9a))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xdeb9c));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a71d;if(c){const e=c[m(0xa2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const n=a71d;return a71a[n(0x9c)]()[n(0x85)](n(0x8b))[n(0x9c)]()[n(0x7d)](a71a)[n(0x85)](n(0x8b));});a71a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a71c(){const q=['failure','151224VUgsHo','search','MAKA_DEV','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','getGlobalConfig','www.maka-cli.com','exit','(((.+)+)+)+$','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','6puyyZh','Preflight\x20Check','True','start','fsi','header','1480KCxwIW','595wueKZy','authToken','notice','error','token','5283mfohgO','5474316MOlMVl','6563502hFRWHx','toString','46305nwQHzy','maka\x20logout','isFile','get','Using\x20CA\x20Cert\x20','apply','2951366aoLywL','env','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','setGlobalConfig','withSpinner','10lcGjHK','assign','cert','cacert','constructor','6977420SzVwEr','60HahAgP','success','Logging\x20out\x20of\x20https://','/api/v1/status'];a71c=function(){return q;};return a71c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a71o(0xa4)][a71o(0x86)]===a71o(0x8f)?'localhost':a71o(0x89);function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x7c;let f=c[d];return f;},a71d(a,b);}Command['create']({'name':'logout','validOpts':[a71o(0x7c)],'usage':a71o(0x9e),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a71o(0x9e)]},async function(a,b){const p=a71o,c=Log[p(0xa7)]();try{let d='';b[p(0x7c)]&&(this[p(0x91)][p(0x9f)](b[p(0x7c)])?(d=b[p(0x7c)],Log[p(0x96)](p(0xa1)+d)):Log[p(0x97)](p(0xa5)+d));const f=await this[p(0x91)][p(0x88)]();if(f[p(0xaa)]){if(this['fsi'][p(0x9f)](f[p(0xaa)]))d=f[p(0xaa)];else{c[p(0x83)]();throw Log[p(0x97)](p(0x87)+d);}}Log[p(0x92)](p(0x81)+hostname);const g={'url':'https://'+hostname+p(0x82)};b[p(0x7c)]&&Object[p(0xa9)](g,{'cert':d});c['start'](p(0x8e));const {statusCode:h}=await HTTPS[p(0xa0)](g);if(h===0x198){c[p(0x83)]();throw p(0x8c);}c[p(0x80)]();if(h!==0xc8){c[p(0x83)]();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(0x98)]?.['authToken'])throw Log[p(0x97)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0x90)]('Logging\x20out');const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0x98)][p(0x95)]}};b[p(0x7c)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c[p(0x83)]('\x0a');throw p(0x8c);}this[p(0x91)][p(0xa6)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x80)]();}catch(k){k&&console['error'](k),process[p(0x8a)](0x0);}});
@@ -1 +1 @@
1
- const a68j=a68d;(function(a,b){const h=a68d,c=a();while(!![]){try{const d=-parseInt(h(0x12a))/0x1+parseInt(h(0x125))/0x2+-parseInt(h(0x119))/0x3+parseInt(h(0x11d))/0x4*(parseInt(h(0x120))/0x5)+parseInt(h(0x123))/0x6+-parseInt(h(0x127))/0x7*(parseInt(h(0x130))/0x8)+-parseInt(h(0x11c))/0x9*(parseInt(h(0x122))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a68c,0xa4e63));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[i(0x126)]()[i(0x129)](i(0x124))[i(0x126)]()[i(0x121)](a68a)[i(0x129)](i(0x124));});a68a();import a68e from'fs';import a68f from'path';import{Command}from'../command.js';function a68d(a,b){const c=a68c();return a68d=function(d,e){d=d-0x119;let f=c[d];return f;},a68d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';function a68c(){const l=['1029669PhVMqP','maka\x20logs','join','1692AsiRct','12zctLze','pm2\x20logs','logs','2078010wLQuFV','constructor','28790ysgpHi','3742722hGvqiX','(((.+)+)+)+$','1566506cUuZgc','toString','5131NLlOPx','parse','search','854986NhihuV','maka\x20logs\x20--env\x20staging','sshSync','create','fsi','ssh.json','2608cQSaKe'];a68c=function(){return l;};return a68c();}Command[a68j(0x12d)]({'name':a68j(0x11f),'aliases':['l','log'],'usage':a68j(0x11a),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':'View\x20the\x20PM2\x20logs','examples':['maka\x20logs\x20--env\x20dev',a68j(0x12b),'maka\x20l\x20-e\x20p']},function(a,b){const k=a68j,c=k(0x11e),d=this[k(0x12e)]['getConfigPath'](b['env']),e=a68f[k(0x11b)](d,k(0x12f)),f=a68e['readFileSync'](e),g=JSON[k(0x128)](f[k(0x126)]());Object['assign'](g,{'env':d}),SSH[k(0x12c)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a72k=a72d;function a72c(){const m=['search','constructor','env','1246392ipXpLK','maka\x20logs\x20--env\x20staging','logs','504mrcZpL','View\x20the\x20PM2\x20logs','251862oByaoz','readFileSync','206127ErwOuU','7ssTqKq','(((.+)+)+)+$','maka\x20logs\x20--env\x20dev','join','parse','ssh.json','log','apply','create','4082670tnyPfS','toString','7171692fSteiU','pm2\x20logs','getConfigPath','sshSync','470700bIzdiy','1326193DJfuEM','maka\x20l\x20-e\x20p','fsi'];a72c=function(){return m;};return a72c();}(function(a,b){const h=a72d,c=a();while(!![]){try{const d=parseInt(h(0x1ce))/0x1+parseInt(h(0x1cd))/0x2+parseInt(h(0x1d9))/0x3+parseInt(h(0x1d4))/0x4+-parseInt(h(0x1c7))/0x5+parseInt(h(0x1c9))/0x6*(parseInt(h(0x1dc))/0x7)+parseInt(h(0x1d7))/0x8*(-parseInt(h(0x1db))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xda01a));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a72d;if(c){const e=c[i(0x1c5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const j=a72d;return a72a['toString']()[j(0x1d1)]('(((.+)+)+)+$')['toString']()[j(0x1d2)](a72a)['search'](j(0x1dd));});a72a();import a72e from'fs';import a72f from'path';import{Command}from'../command.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1c1;let f=c[d];return f;},a72d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a72k(0x1c6)]({'name':a72k(0x1d6),'aliases':['l',a72k(0x1c4)],'usage':'maka\x20logs','requiredOpts':[a72k(0x1d3)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a72k(0x1d8),'examples':[a72k(0x1de),a72k(0x1d5),a72k(0x1cf)]},function(a,b){const l=a72k,c=l(0x1ca),d=this[l(0x1d0)][l(0x1cb)](b[l(0x1d3)]),e=a72f[l(0x1c1)](d,l(0x1c3)),f=a72e[l(0x1da)](e),g=JSON[l(0x1c2)](f[l(0x1c8)]());Object['assign'](g,{'env':d}),SSH[l(0x1cc)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a69j=a69d;(function(a,b){const g=a69d,c=a();while(!![]){try{const d=-parseInt(g(0x13d))/0x1*(-parseInt(g(0x13b))/0x2)+parseInt(g(0x140))/0x3*(-parseInt(g(0x13a))/0x4)+-parseInt(g(0x139))/0x5+-parseInt(g(0x143))/0x6*(parseInt(g(0x14e))/0x7)+-parseInt(g(0x141))/0x8*(-parseInt(g(0x145))/0x9)+parseInt(g(0x13e))/0xa*(parseInt(g(0x13f))/0xb)+-parseInt(g(0x149))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a69c,0xb1cbf));const a69b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a69d;if(c){const e=c[h(0x142)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a69a=a69b(this,function(){const i=a69d;return a69a[i(0x138)]()[i(0x147)](i(0x13c))['toString']()[i(0x136)](a69a)[i(0x147)](i(0x13c));});a69a();function a69d(a,b){const c=a69c();return a69d=function(d,e){d=d-0x136;let f=c[d];return f;},a69d(a,b);}import{Command}from'../command.js';function a69c(){const l=['runSubCommand','toString','2053635eQZsok','40dbACIT','6572AbwHqY','(((.+)+)+)+$','307RLxKGc','1090xgpGeM','49159HIYxsr','180258mmNpEo','776gygilN','apply','192378cKqVsb','maka\x20create\x20Todo','90441sqKYSu','maybeProxyCommandToMeteor','search','maka\x20run','5307204ypQbix','exit','maka\x20--help','fsi','error','63ZFlVLr','constructor'];a69c=function(){return l;};return a69c();}const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':'maka\x20<command>\x20[<args>]\x20[<opts>]','disableAuthCheck':!![],'examples':[a69j(0x14b),'maka\x20install\x20meteor',a69j(0x144),a69j(0x148)],'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=a69j;try{const c=a[0x0],d=this['findSubCommand'](c);d?this[k(0x137)](c,a['slice'](0x1),b):this[k(0x14c)][k(0x146)]();}catch(f){console[k(0x14d)](f),process[k(0x14a)](0x1);}});export default Maka;
1
+ const a73j=a73d;(function(a,b){const g=a73d,c=a();while(!![]){try{const d=parseInt(g(0x74))/0x1+parseInt(g(0x82))/0x2*(parseInt(g(0x7b))/0x3)+parseInt(g(0x7e))/0x4+parseInt(g(0x73))/0x5+parseInt(g(0x86))/0x6*(parseInt(g(0x77))/0x7)+parseInt(g(0x80))/0x8+-parseInt(g(0x8c))/0x9*(parseInt(g(0x89))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x1aec3));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a73d;if(c){const e=c[h(0x81)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const i=a73d;return a73a[i(0x7c)]()[i(0x75)](i(0x84))[i(0x7c)]()[i(0x71)](a73a)[i(0x75)](i(0x84));});a73a();function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x71;let f=c[d];return f;},a73d(a,b);}import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a73j(0x8b),'validOpts':[],'usage':a73j(0x78),'disableAuthCheck':!![],'examples':[a73j(0x76),a73j(0x83),a73j(0x72),a73j(0x85)],'description':a73j(0x87)},async function(a,b){const k=a73j;try{const c=a[0x0],d=this[k(0x7f)](c);d?this[k(0x8a)](c,a[k(0x88)](0x1),b):this[k(0x8d)][k(0x79)]();}catch(f){console[k(0x7d)](f),process[k(0x7a)](0x1);}});export default Maka;function a73c(){const l=['fsi','constructor','maka\x20create\x20Todo','455350KKzZnk','3199JgoHgU','search','maka\x20--help','539YwSCMe','maka\x20<command>\x20[<args>]\x20[<opts>]','maybeProxyCommandToMeteor','exit','3QhCGDQ','toString','error','397640nJaZDb','findSubCommand','1561736GKHqrU','apply','371014ItAfuk','maka\x20install\x20meteor','(((.+)+)+)+$','maka\x20run','7734icYKUu','\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','slice','130KpLGJs','runSubCommand','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','390033toKPQA'];a73c=function(){return l;};return a73c();}
@@ -1 +1 @@
1
- function a70d(a,b){var c=a70c();return a70d=function(d,e){d=d-0x1ba;var f=c[d];return f;},a70d(a,b);}function a70c(){var j=['Murrrrderrrrr','log','exit','15557247pNhuzp','2lLYUSr','12mSLLmq','42BOSyqM','font-family:\x20monospace','4457061OALfuF','10kBOywm','(((.+)+)+)+$','search','6YxIkZP','3178052eHrRVH','1031229aMGsvy','4902510uifzvW','1048072GEJSWD','toString','constructor','murder','29892313PqZOpR'];a70c=function(){return j;};return a70c();}var a70h=a70d;(function(a,b){var f=a70d,c=a();while(!![]){try{var d=-parseInt(f(0x1bd))/0x1*(-parseInt(f(0x1c8))/0x2)+parseInt(f(0x1cc))/0x3+-parseInt(f(0x1bc))/0x4+parseInt(f(0x1be))/0x5*(parseInt(f(0x1bb))/0x6)+parseInt(f(0x1ca))/0x7*(-parseInt(f(0x1bf))/0x8)+-parseInt(f(0x1c7))/0x9*(-parseInt(f(0x1cd))/0xa)+parseInt(f(0x1c3))/0xb*(-parseInt(f(0x1c9))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xe28cf));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['toString']()['search'](g(0x1ce))[g(0x1c0)]()[g(0x1c1)](a70a)[g(0x1ba)](g(0x1ce));});a70a();import{Command}from'../command.js';Command['create']({'name':a70h(0x1c2),'usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a70h(0x1c4),'validOpts':[]},async function(){var i=a70h;try{console[i(0x1c5)]('%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',i(0x1cb));}catch(a){console['error'](a),process[i(0x1c6)](0x0);}});
1
+ var a74i=a74d;(function(a,b){var f=a74d,c=a();while(!![]){try{var d=-parseInt(f(0x85))/0x1*(parseInt(f(0x94))/0x2)+parseInt(f(0x92))/0x3*(-parseInt(f(0x93))/0x4)+-parseInt(f(0x89))/0x5*(parseInt(f(0x90))/0x6)+parseInt(f(0x8d))/0x7+-parseInt(f(0x87))/0x8*(parseInt(f(0x95))/0x9)+-parseInt(f(0x8a))/0xa*(parseInt(f(0x88))/0xb)+parseInt(f(0x98))/0xc*(parseInt(f(0x86))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xcb9a7));function a74d(a,b){var c=a74c();return a74d=function(d,e){d=d-0x82;var f=c[d];return f;},a74d(a,b);}function a74c(){var k=['5640453CrPnIO','maka\x20murder','apply','1205394WRWpQa','Murrrrderrrrr','3oVTBeq','6337512TVetvo','6ZqCqqe','12564YXPUrm','search','font-family:\x20monospace','444396jRVCiC','toString','(((.+)+)+)+$','exit','log','172732XNVBjv','1079BAsiZm','312YKRWmv','44TGdRgb','15beEQut','714610GHeQom','%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','murder'];a74c=function(){return k;};return a74c();}var a74b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a74d;if(c){var e=c[g(0x8f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){var h=a74d;return a74a[h(0x99)]()[h(0x96)](h(0x82))['toString']()['constructor'](a74a)['search'](h(0x82));});a74a();import{Command}from'../command.js';Command['create']({'name':a74i(0x8c),'usage':a74i(0x8e),'maxArgLength':0x1,'shortDesc':a74i(0x91),'validOpts':[]},async function(){var j=a74i;try{console[j(0x84)](j(0x8b),j(0x97));}catch(a){console['error'](a),process[j(0x83)](0x0);}});
@@ -1 +1 @@
1
- const a71q=a71d;(function(a,b){const n=a71d,c=a();while(!![]){try{const d=-parseInt(n(0x1fd))/0x1+-parseInt(n(0x1f0))/0x2+parseInt(n(0x1e9))/0x3*(parseInt(n(0x1e3))/0x4)+-parseInt(n(0x1e2))/0x5+-parseInt(n(0x1f4))/0x6+-parseInt(n(0x1f7))/0x7+parseInt(n(0x202))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0xb03dd));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a71d;if(c){const e=c[o(0x1f8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const p=a71d;return a71a[p(0x1ee)]()['search'](p(0x1ff))[p(0x1ee)]()[p(0x203)](a71a)[p(0x1de)](p(0x1ff));});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-0x1db;let f=c[d];return f;},a71d(a,b);}import{Log}from'../tools/log/log.class.js';function a71c(){const s=['.key','isFile','findGenerator','7055220FLsODN','genSSC','createProxyServer','7240604ZVNVhk','apply','join','appName','maka\x20proxy','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','878823eOquqC','maka\x20proxy\x20--target-host\x20http://192.168.1.20','(((.+)+)+)+$','=>\x20SSL\x20Proxy\x20forwarding\x20','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','38992008wtrsSS','constructor','\x20to\x20','targetPort','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','readFileSync','search','.crt','development','proxy','2759750VtNmgD','4etcxok','listenPort','targetHost','utf8','help','mkKeysDir','645261sCiZqG','.csr','sslconfig','create','fsi','toString','listen','1452376ZHNsWR'];a71c=function(){return s;};return a71c();}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a71h from'../generators/maka.gen.js';Command[a71q(0x1ec)]({'name':a71q(0x1e1),'usage':a71q(0x1fb),'mustBeInMakaProject':!![],'validOpts':[a71q(0x1e7),a71q(0x1db),a71q(0x1e4),'targetHost'],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a71q(0x201),'examples':['maka\x20proxy',a71q(0x1fc),a71q(0x1fe)]},async function(a,b){const r=a71q,c=this[r(0x1ed)]['getProjectConfig'](),d=r(0x1e0),e=this[r(0x1ed)]['getConfigPath'](d),f=this[r(0x1ed)][r(0x1e8)]({'configPath':e}),g=b[r(0x1db)]?Number(b['targetPort']):0xbb8,h=b[r(0x1e4)]?Number(b['listenPort']):0xd73,i=b[r(0x1e5)]?b[r(0x1e5)]:'localhost',j=a71f[r(0x1f9)](f,c[r(0x1fa)]+'.key'),k=a71f['join'](f,c[r(0x1fa)]+r(0x1df));if(!this[r(0x1ed)][r(0x1f2)](j)||!this[r(0x1ed)][r(0x1f2)](k)){const m=a71h[r(0x1f3)]('sslconfig');m&&await m['invoke']([r(0x1eb)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x1fa)]+r(0x1f1),'csrName':c[r(0x1fa)]+r(0x1ea),'cwd':f}),SSL[r(0x1f5)]({'keyName':c['appName']+r(0x1f1),'crtName':c[r(0x1fa)]+'.crt','cwd':f});}if(g===h){Log['error'](r(0x1dc));throw new UsageError();}const l={'ssl':{'key':a71e[r(0x1dd)](j,r(0x1e6)),'cert':a71e[r(0x1dd)](k,r(0x1e6))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a71g[r(0x1f6)](l)[r(0x1ef)](Number(h)),Log['bright'](r(0x200)+h+r(0x204)+g);});
1
+ const a75p=a75d;(function(a,b){const n=a75d,c=a();while(!![]){try{const d=-parseInt(n(0x168))/0x1+parseInt(n(0x165))/0x2*(parseInt(n(0x15f))/0x3)+-parseInt(n(0x150))/0x4*(parseInt(n(0x152))/0x5)+parseInt(n(0x15a))/0x6+parseInt(n(0x14b))/0x7+-parseInt(n(0x15d))/0x8+-parseInt(n(0x15c))/0x9*(-parseInt(n(0x16d))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xe6ebd));const a75b=(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;};}()),a75a=a75b(this,function(){const o=a75d;return a75a[o(0x175)]()[o(0x16e)](o(0x173))['toString']()['constructor'](a75a)[o(0x16e)](o(0x173));});function a75c(){const r=['mkKeysDir','\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','readFileSync','listenPort','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','6xSNhgW','.key','join','1280820vdzcdR','targetHost','=>\x20SSL\x20Proxy\x20forwarding\x20','\x20to\x20','development','170FVnmIP','search','maka\x20proxy','utf8','create','isFile','(((.+)+)+)+$','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','toString','createProxyServer','error','maka\x20proxy\x20--target-host\x20http://192.168.1.20','proxy','.crt','2619505bYHFIX','fsi','sslconfig','genCSR','bright','4NKhXIf','findGenerator','929310nNFwEa','appName','invoke','targetPort','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','localhost','help','getProjectConfig','3465594vDwOgx','listen','462087WVAlQu','782032YUavfP','.csr','685644guWXtv'];a75c=function(){return r;};return a75c();}a75a();import a75e from'fs';import a75f from'path';import a75g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x149;let f=c[d];return f;},a75d(a,b);}import{SSL}from'../tools/ssl/ssl.class.js';import a75h from'../generators/maka.gen.js';Command[a75p(0x171)]({'name':a75p(0x149),'usage':a75p(0x16f),'mustBeInMakaProject':!![],'validOpts':[a75p(0x158),a75p(0x155),'listenPort','targetHost'],'maxArgLength':0x1,'shortDesc':a75p(0x156),'description':a75p(0x161),'examples':['maka\x20proxy',a75p(0x174),a75p(0x178)]},async function(a,b){const q=a75p,c=this['fsi'][q(0x159)](),d=q(0x16c),e=this[q(0x14c)]['getConfigPath'](d),f=this[q(0x14c)][q(0x160)]({'configPath':e}),g=b[q(0x155)]?Number(b[q(0x155)]):0xbb8,h=b[q(0x163)]?Number(b[q(0x163)]):0xd73,i=b[q(0x169)]?b[q(0x169)]:q(0x157),j=a75f['join'](f,c[q(0x153)]+q(0x166)),k=a75f[q(0x167)](f,c[q(0x153)]+'.crt');if(!this[q(0x14c)][q(0x172)](j)||!this[q(0x14c)][q(0x172)](k)){const m=a75h[q(0x151)](q(0x14d));m&&await m[q(0x154)]([q(0x14d)],{'env':d}),SSL[q(0x14e)]({'keyName':c[q(0x153)]+q(0x166),'csrName':c[q(0x153)]+q(0x15e),'cwd':f}),SSL['genSSC']({'keyName':c[q(0x153)]+q(0x166),'crtName':c[q(0x153)]+q(0x14a),'cwd':f});}if(g===h){Log[q(0x177)](q(0x164));throw new UsageError();}const l={'ssl':{'key':a75e[q(0x162)](j,q(0x170)),'cert':a75e['readFileSync'](k,q(0x170))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a75g[q(0x176)](l)[q(0x15b)](Number(h)),Log[q(0x14f)](q(0x16a)+h+q(0x16b)+g);});
@@ -1 +1 @@
1
- const a72q=a72d;function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x6c;let f=c[d];return f;},a72d(a,b);}(function(a,b){const n=a72d,c=a();while(!![]){try{const d=-parseInt(n(0x87))/0x1*(parseInt(n(0x95))/0x2)+parseInt(n(0x71))/0x3*(parseInt(n(0x8c))/0x4)+parseInt(n(0x75))/0x5*(-parseInt(n(0x77))/0x6)+-parseInt(n(0x7d))/0x7*(-parseInt(n(0x83))/0x8)+parseInt(n(0x7c))/0x9*(-parseInt(n(0x91))/0xa)+parseInt(n(0x86))/0xb+-parseInt(n(0x70))/0xc*(parseInt(n(0x84))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0x3d1f2));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a72d;if(c){const e=c[o(0x97)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const p=a72d;return a72a[p(0x94)]()[p(0x6f)](p(0x7f))['toString']()[p(0x89)](a72a)[p(0x6f)](p(0x7f));});a72a();function a72c(){const s=['ping','ssh.json','53245TQtqpj','Reconfigure\x20your\x20deployed\x20applications','36DVGLlf','settings.json','ses.json','reconfig','Checking\x20remote\x20host\x20availability','1465731dNTDuG','189MqlpOT','sshSync','(((.+)+)+)+$','\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','notice','uname\x20-a','136168TPDtGE','33358ExrpUo','Remote\x20host\x20connection\x20successful','3995178JFrHmQ','289oEveEs','env','constructor','scp','join','280916etWaJU','assign','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','error','fsi','30SFLTsb','parse','maka\x20reconfig\x20--env\x20prod','toString','2426RqNvyc','create','apply','ssh','~/settings.json','getConfigPath','existsSync','success','search','96nRoKGq','15XmjRKB','exit'];a72c=function(){return s;};return a72c();}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';Command[a72q(0x96)]({'name':a72q(0x7a),'validOpts':[''],'requiredOpts':[a72q(0x88)],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':a72q(0x76),'description':a72q(0x80),'examples':[a72q(0x93)]},async function(a,b){const r=a72q;try{const c=this[r(0x90)][r(0x6c)](b[r(0x88)]),d=a72f['join'](c,r(0x74)),f=a72e['readFileSync'](d)[r(0x94)](),g=JSON[r(0x92)](f);Object[r(0x8d)](g,{'env':c}),Log[r(0x81)](r(0x7b));const h=SSH[r(0x73)](r(0x82),g);if(!h)throw r(0x8e);if(h)Log[r(0x6e)](r(0x85));const i=a72f[r(0x8b)](c,'_keys',r(0x79));if(a72e[r(0x6d)](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[r(0x8a)](l,{...g});}const j=a72f[r(0x8b)](c,'pm2.config.js');SSH['scp']({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a72f[r(0x8b)](c,r(0x78));SSH[r(0x8a)]({'source':k,'dest':r(0x99),'verbose':!![]},{...g}),SSH[r(0x7e)]('pm2\x20delete\x20all',g),await SSH[r(0x98)]('echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22',{...g},{'verbose':!![]});}catch(m){console[r(0x8f)](m),process[r(0x72)](0x0);}});
1
+ const a76p=a76d;(function(a,b){const n=a76d,c=a();while(!![]){try{const d=parseInt(n(0xee))/0x1*(-parseInt(n(0xda))/0x2)+parseInt(n(0xf4))/0x3+parseInt(n(0xd5))/0x4*(-parseInt(n(0xe3))/0x5)+parseInt(n(0xe6))/0x6*(parseInt(n(0xe0))/0x7)+-parseInt(n(0xdb))/0x8*(-parseInt(n(0xf0))/0x9)+parseInt(n(0xd1))/0xa*(-parseInt(n(0xe2))/0xb)+parseInt(n(0xde))/0xc*(parseInt(n(0xf3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xa4479));const a76b=(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;};}()),a76a=a76b(this,function(){const o=a76d;return a76a[o(0xed)]()['search']('(((.+)+)+)+$')[o(0xed)]()[o(0xef)](a76a)[o(0xd3)](o(0xdf));});a76a();function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xd0;let f=c[d];return f;},a76d(a,b);}import a76e from'fs';import a76f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a76c(){const r=['ses.json','sshSync','609384bhRtjp','(((.+)+)+)+$','91147NTysdq','scp','3838637Nglyyf','3656545XsccZX','reconfig','pm2.config.js','246PULVOD','error','ping','settings.json','~/ses.json','parse','getConfigPath','toString','3391iaQhMF','constructor','412353UVnTkj','Reconfigure\x20your\x20deployed\x20applications','pm2\x20delete\x20all','221ppifbr','449220xQBPYI','assign','join','notice','20vuXzIV','uname\x20-a','search','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','4tlxAGy','fsi','env','~/settings.json','success','240uwBMxJ','168UOLQMT'];a76c=function(){return r;};return a76c();}import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a76p(0xe4),'validOpts':[''],'requiredOpts':[a76p(0xd7)],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':a76p(0xf1),'description':'\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const q=a76p;try{const c=this[q(0xd6)][q(0xec)](b['env']),d=a76f[q(0xf6)](c,'ssh.json'),f=a76e['readFileSync'](d)[q(0xed)](),g=JSON[q(0xeb)](f);Object[q(0xf5)](g,{'env':c}),Log[q(0xd0)]('Checking\x20remote\x20host\x20availability');const h=SSH[q(0xe8)](q(0xd2),g);if(!h)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(h)Log[q(0xd9)]('Remote\x20host\x20connection\x20successful');const i=a76f[q(0xf6)](c,'_keys',q(0xdc));if(a76e['existsSync'](i)){const l={'source':i,'dest':q(0xea),'verbose':!![]};SSH[q(0xe1)](l,{...g});}const j=a76f[q(0xf6)](c,q(0xe5));SSH[q(0xe1)]({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a76f[q(0xf6)](c,q(0xe9));SSH[q(0xe1)]({'source':k,'dest':q(0xd8),'verbose':!![]},{...g}),SSH[q(0xdd)](q(0xf2),g),await SSH['ssh'](q(0xd4),{...g},{'verbose':!![]});}catch(m){console[q(0xe7)](m),process['exit'](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a73d,c=a();while(!![]){try{var d=parseInt(f(0x78))/0x1+parseInt(f(0x70))/0x2*(-parseInt(f(0x74))/0x3)+parseInt(f(0x7a))/0x4*(parseInt(f(0x6e))/0x5)+parseInt(f(0x72))/0x6*(parseInt(f(0x7b))/0x7)+-parseInt(f(0x71))/0x8*(parseInt(f(0x76))/0x9)+parseInt(f(0x75))/0xa+-parseInt(f(0x73))/0xb*(parseInt(f(0x6d))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xc6eae));var a73b=(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;};}()),a73a=a73b(this,function(){var g=a73d;return a73a[g(0x77)]()[g(0x6f)]('(((.+)+)+)+$')['toString']()[g(0x79)](a73a)[g(0x6f)]('(((.+)+)+)+$');});a73a();import'./run.command.js';function a73d(a,b){var c=a73c();return a73d=function(d,e){d=d-0x6d;var f=c[d];return f;},a73d(a,b);}import'./docker.sub.cmd.js';function a73c(){var h=['101090pKtrQy','17403unriTm','9011180WmhPCS','54msuOwQ','toString','609891xBJrir','constructor','164NMbVYZ','11320939faurYc','3348WMcKtd','123095IimzWE','search','222VeyTAf','153304EpKnah','6dBDlAF'];a73c=function(){return h;};return a73c();}
1
+ function a77c(){var i=['(((.+)+)+)+$','toString','232552sJcsvg','2730402UBpDPq','9jUarMB','search','1979130kpLBly','1905495ykXDlc','126fvrrzw','7nqKrzG','1280324wCqRvU','apply','1918qbEtTu','constructor','2172570GzLBrR'];a77c=function(){return i;};return a77c();}(function(a,b){var f=a77d,c=a();while(!![]){try{var d=-parseInt(f(0x107))/0x1*(parseInt(f(0x103))/0x2)+parseInt(f(0x102))/0x3+-parseInt(f(0x105))/0x4+-parseInt(f(0x101))/0x5+-parseInt(f(0xfe))/0x6*(-parseInt(f(0x104))/0x7)+-parseInt(f(0x10c))/0x8*(-parseInt(f(0xff))/0x9)+parseInt(f(0x109))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x7a069));function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0xfe;var f=c[d];return f;},a77d(a,b);}var a77b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a77d;if(c){var e=c[g(0x106)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){var h=a77d;return a77a['toString']()['search']('(((.+)+)+)+$')[h(0x10b)]()[h(0x108)](a77a)[h(0x100)](h(0x10a));});a77a();import'./run.command.js';import'./docker.sub.cmd.js';