@maka/maka-cli 4.5.26 → 4.5.28

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 (139) hide show
  1. package/.eslintrc.json +2 -1
  2. package/bundle/obf/package.json +24 -22
  3. package/bundle/obf/src/command.js +1 -1
  4. package/bundle/obf/src/commands/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/_index.js +1 -1
  6. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  7. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -0
  8. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -0
  16. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/build/_index.js +1 -1
  20. package/bundle/obf/src/commands/build/build.js +1 -1
  21. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/create.js +1 -1
  23. package/bundle/obf/src/commands/debug.js +1 -1
  24. package/bundle/obf/src/commands/deploy.js +1 -1
  25. package/bundle/obf/src/commands/game/_index.js +1 -1
  26. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  27. package/bundle/obf/src/commands/game/play.command.js +1 -1
  28. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  29. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  30. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  31. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  32. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  33. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  34. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  65. package/bundle/obf/src/commands/generate.js +1 -1
  66. package/bundle/obf/src/commands/get/_index.js +1 -1
  67. package/bundle/obf/src/commands/get/get.command.js +1 -1
  68. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/help.js +1 -1
  72. package/bundle/obf/src/commands/jsdoc.js +1 -1
  73. package/bundle/obf/src/commands/lint.js +1 -1
  74. package/bundle/obf/src/commands/login.js +1 -1
  75. package/bundle/obf/src/commands/logout.js +1 -1
  76. package/bundle/obf/src/commands/logs.js +1 -1
  77. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  78. package/bundle/obf/src/commands/murder.js +1 -1
  79. package/bundle/obf/src/commands/proxy.js +1 -1
  80. package/bundle/obf/src/commands/reconfig.js +1 -1
  81. package/bundle/obf/src/commands/run/_index.js +1 -1
  82. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  83. package/bundle/obf/src/commands/run/run.command.js +1 -1
  84. package/bundle/obf/src/commands/set/_index.js +1 -1
  85. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  86. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/set.command.js +1 -1
  88. package/bundle/obf/src/commands/ssh.js +1 -1
  89. package/bundle/obf/src/commands/ssl.js +1 -1
  90. package/bundle/obf/src/commands/test.js +1 -1
  91. package/bundle/obf/src/commands/version.js +1 -1
  92. package/bundle/obf/src/error.js +1 -1
  93. package/bundle/obf/src/exec.js +1 -1
  94. package/bundle/obf/src/generator.js +1 -1
  95. package/bundle/obf/src/generators/_index.js +1 -1
  96. package/bundle/obf/src/generators/api.js +1 -1
  97. package/bundle/obf/src/generators/collection.js +1 -1
  98. package/bundle/obf/src/generators/component.js +1 -1
  99. package/bundle/obf/src/generators/config.js +1 -1
  100. package/bundle/obf/src/generators/dbc.js +1 -1
  101. package/bundle/obf/src/generators/dockerfile.js +1 -1
  102. package/bundle/obf/src/generators/hook.js +1 -1
  103. package/bundle/obf/src/generators/kit.js +1 -1
  104. package/bundle/obf/src/generators/layout.js +1 -1
  105. package/bundle/obf/src/generators/maka.gen.js +1 -1
  106. package/bundle/obf/src/generators/methods.js +1 -1
  107. package/bundle/obf/src/generators/package.js +1 -1
  108. package/bundle/obf/src/generators/page.js +1 -1
  109. package/bundle/obf/src/generators/publish.js +1 -1
  110. package/bundle/obf/src/generators/route.js +1 -1
  111. package/bundle/obf/src/generators/service.js +1 -1
  112. package/bundle/obf/src/generators/services/_index.js +1 -1
  113. package/bundle/obf/src/generators/services/openssl.js +1 -1
  114. package/bundle/obf/src/generators/services/translation.js +1 -1
  115. package/bundle/obf/src/maka.js +1 -1
  116. package/bundle/obf/src/templates/meteor/template/template.css.scss +3 -0
  117. package/bundle/obf/src/templates/react/component/component.css.scss +3 -0
  118. package/bundle/obf/src/templates/react/hook/hook.css +3 -0
  119. package/bundle/obf/src/templates/react/hook/hook.css.scss +3 -0
  120. package/bundle/obf/src/templates/react/hook/hook.js.jsx +1 -1
  121. package/bundle/obf/src/templates/react/hook/hook.js.tsx +1 -1
  122. package/bundle/obf/src/tool.js +1 -1
  123. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  124. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  125. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  126. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  127. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  128. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  129. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  130. package/bundle/obf/src/tools/https/https.class.js +1 -1
  131. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  132. package/bundle/obf/src/tools/log/log.class.js +1 -1
  133. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  134. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  135. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  136. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  137. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  138. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  139. package/package.json +24 -22
@@ -1 +1 @@
1
- const a70z=a70d;(function(a,b){const w=a70d,c=a();while(!![]){try{const d=parseInt(w(0x17d))/0x1+parseInt(w(0x164))/0x2*(-parseInt(w(0x173))/0x3)+-parseInt(w(0x152))/0x4+-parseInt(w(0x15e))/0x5*(-parseInt(w(0x160))/0x6)+parseInt(w(0x17b))/0x7*(parseInt(w(0x156))/0x8)+-parseInt(w(0x15d))/0x9*(parseInt(w(0x169))/0xa)+-parseInt(w(0x157))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a70c,0xeb1b1));function a70c(){const B=['constructor','4979552EJpPWp','/api/v1/encodeJwt','www.maka-cli.com','success','40wvulMA','4068383rxjekx','exit','getGlobalConfig','search','start','(((.+)+)+)+$','1107tazPvA','193945LKPsFX','maka\x20login','132wRLFcW','cacert','debug','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','3344hPJnza','assign','True','setGlobalConfig','https://','9940FHjBKO','Logging\x20in','ask','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','digest','withSpinner','fsi','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','notice','/api/v1/login','372ldnsxv','Logging\x20into\x20https://','error','post','isFile','get','env','create','1339583EaUIXB','apply','1097121lsFigM','/api/v1/status','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','localhost','header','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','email','password','Using\x20CA\x20Cert\x20','parse','authToken','failure','help','Password:\x20','toString','Preflight\x20Check','cert'];a70c=function(){return B;};return a70c();}const a70b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a70d;if(c){const e=c[x(0x17c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a70a=a70b(this,function(){const y=a70d;return a70a[y(0x14e)]()[y(0x15a)](y(0x15c))[y(0x14e)]()[y(0x151)](a70a)[y(0x15a)](y(0x15c));});a70a();import a70e from'node-forge';function a70d(a,b){const c=a70c();return a70d=function(d,e){d=d-0x14b;let f=c[d];return f;},a70d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a70z(0x179)]['MAKA_DEV']===a70z(0x166)?a70z(0x180):a70z(0x154);Command[a70z(0x17a)]({'name':'login','validOpts':[a70z(0x184),a70z(0x185),a70z(0x14c),a70z(0x161),a70z(0x162)],'usage':a70z(0x15f),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a70z(0x170),'examples':['maka\x20login','maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a70z,c=Log[A(0x16e)]();try{let d='';b[A(0x161)]&&(this['fsi'][A(0x177)](b['cacert'])?(d=b[A(0x161)],Log[A(0x171)](A(0x186)+d)):Log[A(0x175)](A(0x163)+d));const f=await this[A(0x16f)][A(0x159)]();if(f[A(0x150)]){if(this[A(0x16f)]['isFile'](f[A(0x150)]))d=f[A(0x150)];else{Log['error'](A(0x183)+d);return;}}Log[A(0x181)](A(0x174)+hostname);const g={'url':A(0x168)+hostname+A(0x17e)};b['cacert']&&Object[A(0x165)](g,{'cert':d});c[A(0x15b)](A(0x14f));const {statusCode:h}=await HTTPS[A(0x178)](g);if(h===0x198){c[A(0x14b)]();throw A(0x16c);}if(h!==0xc8){c[A(0x14b)]();throw A(0x168)+hostname+A(0x182);}c[A(0x155)]();const i=b['email']?b[A(0x184)]:await Actions[A(0x16b)]('Email:'),j=b['password']?b[A(0x185)]:await Actions[A(0x16b)](A(0x14d),!![]),k=a70e['md']['sha256'][A(0x17a)]();k['update'](j);const l=k[A(0x16d)]()['toHex'](),m={'hostname':hostname,'path':A(0x172),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x161)]&&Object[A(0x165)](m,{'cert':d});c[A(0x15b)](A(0x16a));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c['failure']('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[A(0x187)](n);if(p[A(0x188)]){const q={'hostname':hostname,'path':A(0x153),'headers':{'x-auth-token':p[A(0x188)]},'data':{}};b[A(0x161)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x176)](q),{token:t}=JSON[A(0x187)](r);if(s===0x198)throw A(0x17f)+hostname;const u={'token':p,'hash':t};this[A(0x16f)][A(0x167)](u);}else{c[A(0x14b)]();throw p;}c[A(0x155)]();}catch(v){c[A(0x14b)](),console[A(0x175)](v),process[A(0x158)](0x0);}});
1
+ const a72z=a72d;(function(a,b){const w=a72d,c=a();while(!![]){try{const d=parseInt(w(0x85))/0x1+parseInt(w(0xab))/0x2*(-parseInt(w(0x8d))/0x3)+parseInt(w(0x9a))/0x4*(-parseInt(w(0xb8))/0x5)+parseInt(w(0x89))/0x6+parseInt(w(0xac))/0x7+parseInt(w(0x9b))/0x8*(parseInt(w(0xa2))/0x9)+parseInt(w(0x8e))/0xa*(-parseInt(w(0x9c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xe904e));const a72b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a72d;if(c){const e=c[x(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a72a=a72b(this,function(){const y=a72d;return a72a['toString']()[y(0xb2)](y(0xaf))[y(0xbf)]()[y(0xa3)](a72a)[y(0xb2)](y(0xaf));});a72a();import a72e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';function a72c(){const B=['constructor','cert','withSpinner','Logging\x20in','toHex','True','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','isFile','324RZEfQY','11778858zJTViZ','apply','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','(((.+)+)+)+$','password','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','search','maka\x20login','login','error','create','Preflight\x20Check','933145WrqqYK','parse','exit','ask','start','post','https://','toString','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','/api/v1/login','241121Sugrbo','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','fsi','email','7918914nhxKIz','/api/v1/encodeJwt','Logging\x20into\x20https://','digest','25341fZKaab','20MHolTZ','update','failure','MAKA_DEV','sha256','getGlobalConfig','www.maka-cli.com','Using\x20CA\x20Cert\x20','assign','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','get','authToken','12uQLwZi','8ouaUaF','9210927tjTEWG','Password:\x20','/api/v1/status','cacert','env','Email:','11824443KtaTWD'];a72c=function(){return B;};return a72c();}import{HTTPS}from'../tools/https/https.class.js';function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x84;let f=c[d];return f;},a72d(a,b);}const hostname=process[a72z(0xa0)][a72z(0x91)]===a72z(0xa8)?'localhost':a72z(0x94);Command['create']({'name':a72z(0xb4),'validOpts':['email',a72z(0xb0),'help',a72z(0x9f),'debug'],'usage':a72z(0xb3),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a72z(0xa9),'examples':[a72z(0xb3),a72z(0x97)]},async function(a,b){const A=a72z,c=Log[A(0xa5)]();try{let d='';b[A(0x9f)]&&(this['fsi'][A(0xaa)](b[A(0x9f)])?(d=b[A(0x9f)],Log['notice'](A(0x95)+d)):Log[A(0xb5)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[A(0x87)][A(0x93)]();if(f[A(0xa4)]){if(this[A(0x87)]['isFile'](f[A(0xa4)]))d=f['cert'];else{Log[A(0xb5)](A(0xb1)+d);return;}}Log['header'](A(0x8b)+hostname);const g={'url':A(0xbe)+hostname+A(0x9e)};b[A(0x9f)]&&Object[A(0x96)](g,{'cert':d});c[A(0xbc)](A(0xb7));const {statusCode:h}=await HTTPS[A(0x98)](g);if(h===0x198){c['failure']();throw A(0xc0);}if(h!==0xc8){c[A(0x90)]();throw A(0xbe)+hostname+A(0x86);}c['success']();const i=b['email']?b[A(0x88)]:await Actions[A(0xbb)](A(0xa1)),j=b[A(0xb0)]?b[A(0xb0)]:await Actions[A(0xbb)](A(0x9d),!![]),k=a72e['md'][A(0x92)][A(0xb6)]();k[A(0x8f)](j);const l=k[A(0x8c)]()[A(0xa7)](),m={'hostname':hostname,'path':A(0x84),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x9f)]&&Object['assign'](m,{'cert':d});c[A(0xbc)](A(0xa6));const {data:n,statusCode:o}=await HTTPS[A(0xbd)](m);if(o===0x198){c['failure']('\x0a');throw A(0xae)+hostname;}const p=JSON[A(0xb9)](n);if(p[A(0x99)]){const q={'hostname':hostname,'path':A(0x8a),'headers':{'x-auth-token':p[A(0x99)]},'data':{}};b['cacert']&&Object[A(0x96)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0xbd)](q),{token:t}=JSON[A(0xb9)](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']['setGlobalConfig'](u);}else{c[A(0x90)]();throw p;}c['success']();}catch(v){c[A(0x90)](),console[A(0xb5)](v),process[A(0xba)](0x0);}});
@@ -1 +1 @@
1
- const a71n=a71d;(function(a,b){const l=a71d,c=a();while(!![]){try{const d=-parseInt(l(0x170))/0x1+-parseInt(l(0x167))/0x2*(parseInt(l(0x156))/0x3)+parseInt(l(0x176))/0x4*(parseInt(l(0x16f))/0x5)+-parseInt(l(0x183))/0x6*(parseInt(l(0x17a))/0x7)+-parseInt(l(0x178))/0x8+parseInt(l(0x15c))/0x9*(-parseInt(l(0x155))/0xa)+parseInt(l(0x16a))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a71c,0x2f3b0));const a71b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a71a=a71b(this,function(){const m=a71d;return a71a[m(0x180)]()[m(0x16e)]('(((.+)+)+)+$')[m(0x180)]()[m(0x15d)](a71a)[m(0x16e)](m(0x169));});a71a();function a71d(a,b){const c=a71c();return a71d=function(d,e){d=d-0x153;let f=c[d];return f;},a71d(a,b);}function a71c(){const p=['Preflight\x20Check','2ZPSHIP','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','7806238qNSiFC','Using\x20CA\x20Cert\x20','post','www.maka-cli.com','search','359425ClXPyO','24500jUckFI','token','/api/v1/status','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','start','withSpinner','20AxyFkU','localhost','1795288eNDxfz','authToken','14qvtKIz','assign','setGlobalConfig','Logging\x20out','env','MAKA_DEV','toString','cert','fsi','870678ZZArcZ','https://','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','exit','58360qDCCRa','99054SMGxmd','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','True','Logging\x20out\x20of\x20https://','/api/v1/logoutAll','notice','468wMMHJn','constructor','failure','error','isFile','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','create','maka\x20logout','header','cacert'];a71c=function(){return p;};return a71c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a71n(0x17e)][a71n(0x17f)]===a71n(0x158)?a71n(0x177):a71n(0x16d);Command[a71n(0x162)]({'name':'logout','validOpts':[a71n(0x165)],'usage':a71n(0x163),'maxArgLength':0x2,'shortDesc':a71n(0x161),'disableAuthCheck':!![],'examples':[a71n(0x163)]},async function(a,b){const o=a71n,c=Log[o(0x175)]();try{let d='';b[o(0x165)]&&(this[o(0x182)][o(0x160)](b[o(0x165)])?(d=b[o(0x165)],Log[o(0x15b)](o(0x16b)+d)):Log[o(0x15f)](o(0x168)+d));const f=await this[o(0x182)]['getGlobalConfig']();if(f[o(0x181)]){if(this[o(0x182)][o(0x160)](f[o(0x181)]))d=f[o(0x181)];else{c[o(0x15e)]();throw Log['error'](o(0x157)+d);}}Log[o(0x164)](o(0x159)+hostname);const g={'url':o(0x184)+hostname+o(0x172)};b[o(0x165)]&&Object[o(0x17b)](g,{'cert':d});c[o(0x174)](o(0x166));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[o(0x15e)]();throw o(0x153);}c['success']();if(h!==0xc8){c[o(0x15e)]();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?.[o(0x171)]?.[o(0x179)])throw Log['error'](o(0x173));c['start'](o(0x17d));const i={'hostname':hostname,'path':o(0x15a),'data':{},'headers':{'x-auth-token':f[o(0x171)][o(0x179)]}};b[o(0x165)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x16c)](i);if(j===0x198){c[o(0x15e)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}this[o(0x182)][o(0x17c)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[o(0x15f)](k),process[o(0x154)](0x0);}});
1
+ const a73o=a73d;(function(a,b){const l=a73d,c=a();while(!![]){try{const d=parseInt(l(0x209))/0x1*(-parseInt(l(0x1fd))/0x2)+parseInt(l(0x1ff))/0x3+parseInt(l(0x213))/0x4*(parseInt(l(0x21b))/0x5)+parseInt(l(0x214))/0x6*(parseInt(l(0x221))/0x7)+parseInt(l(0x212))/0x8+parseInt(l(0x203))/0x9+-parseInt(l(0x1f8))/0xa*(parseInt(l(0x1f6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0xd5ba8));const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a73d;if(c){const e=c[m(0x20d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const n=a73d;return a73a['toString']()[n(0x218)]('(((.+)+)+)+$')[n(0x1fb)]()['constructor'](a73a)[n(0x218)](n(0x206));});a73a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a73d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a73o(0x20b)]===a73o(0x1fc)?a73o(0x20e):a73o(0x216);Command['create']({'name':'logout','validOpts':['cacert'],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':a73o(0x215),'disableAuthCheck':!![],'examples':[a73o(0x201)]},async function(a,b){const p=a73o,c=Log[p(0x202)]();try{let d='';b[p(0x21c)]&&(this['fsi'][p(0x1fa)](b[p(0x21c)])?(d=b[p(0x21c)],Log[p(0x223)](p(0x222)+d)):Log[p(0x220)](p(0x20c)+d));const f=await this[p(0x208)][p(0x204)]();if(f[p(0x20f)]){if(this[p(0x208)][p(0x1fa)](f['cert']))d=f['cert'];else{c[p(0x21f)]();throw Log[p(0x220)](p(0x21d)+d);}}Log['header']('Logging\x20out\x20of\x20https://'+hostname);const g={'url':p(0x21a)+hostname+p(0x210)};b[p(0x21c)]&&Object['assign'](g,{'cert':d});c[p(0x211)](p(0x1f5));const {statusCode:h}=await HTTPS[p(0x224)](g);if(h===0x198){c[p(0x21f)]();throw p(0x1f9);}c['success']();if(h!==0xc8){c[p(0x21f)]();throw p(0x205);}if(!f?.[p(0x200)]?.[p(0x219)])throw Log[p(0x220)](p(0x21e));c['start'](p(0x207));const i={'hostname':hostname,'path':p(0x1f7),'data':{},'headers':{'x-auth-token':f['token'][p(0x219)]}};b[p(0x21c)]&&Object[p(0x217)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x20a)](i);if(j===0x198){c[p(0x21f)]('\x0a');throw p(0x1f9);}this[p(0x208)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x1f4)]();}catch(k){k&&console['error'](k),process[p(0x1fe)](0x0);}});function a73c(){const q=['error','7hmEmLg','Using\x20CA\x20Cert\x20','notice','get','success','Preflight\x20Check','5390oyiczJ','/api/v1/logoutAll','70420sjwfVi','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','isFile','toString','True','82OSkngq','exit','3568692VcjpPF','token','maka\x20logout','withSpinner','1938303TsGBiJ','getGlobalConfig','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','(((.+)+)+)+$','Logging\x20out','fsi','3391sVMFfU','post','MAKA_DEV','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','localhost','cert','/api/v1/status','start','12090536ilvHcO','4DXeQAJ','3763158MXFrCO','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','www.maka-cli.com','assign','search','authToken','https://','4608010AutgHN','cacert','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','failure'];a73c=function(){return q;};return a73c();}
@@ -1 +1 @@
1
- function a72c(){const l=['View\x20the\x20PM2\x20logs','6366584FJmUUF','search','1348094PfWoAr','env','604016oGmykq','constructor','fsi','getConfigPath','6qHWuvX','assign','7435uXadbk','parse','logs','join','pm2\x20logs','ssh.json','1145120anOliW','9czZqyS','maka\x20l\x20-e\x20p','(((.+)+)+)+$','toString','22421880jLymjE','maka\x20logs\x20--env\x20staging','3084mweQsX','create','maka\x20logs','10398381zKbabF'];a72c=function(){return l;};return a72c();}const a72j=a72d;(function(a,b){const h=a72d,c=a();while(!![]){try{const d=parseInt(h(0x1f2))/0x1+parseInt(h(0x1f4))/0x2*(parseInt(h(0x1f8))/0x3)+-parseInt(h(0x200))/0x4+-parseInt(h(0x1fa))/0x5*(parseInt(h(0x207))/0x6)+-parseInt(h(0x20a))/0x7+parseInt(h(0x1f0))/0x8*(-parseInt(h(0x201))/0x9)+parseInt(h(0x205))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a72c,0xd28ba));function a72d(a,b){const c=a72c();return a72d=function(d,e){d=d-0x1f0;let f=c[d];return f;},a72d(a,b);}const a72b=(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;};}()),a72a=a72b(this,function(){const i=a72d;return a72a[i(0x204)]()[i(0x1f1)]('(((.+)+)+)+$')[i(0x204)]()[i(0x1f5)](a72a)[i(0x1f1)](i(0x203));});a72a();import a72e from'fs';import a72f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a72j(0x208)]({'name':a72j(0x1fc),'aliases':['l','log'],'usage':a72j(0x209),'requiredOpts':[a72j(0x1f3)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a72j(0x20b),'examples':['maka\x20logs\x20--env\x20dev',a72j(0x206),a72j(0x202)]},function(a,b){const k=a72j,c=k(0x1fe),d=this[k(0x1f6)][k(0x1f7)](b[k(0x1f3)]),e=a72f[k(0x1fd)](d,k(0x1ff)),f=a72e['readFileSync'](e),g=JSON[k(0x1fb)](f[k(0x204)]());Object[k(0x1f9)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
1
+ function a74c(){const l=['4814835BEyUoE','7UnoodS','maka\x20logs\x20--env\x20staging','search','env','36530OXZWrf','(((.+)+)+)+$','join','260598vYlKVB','maka\x20l\x20-e\x20p','assign','readFileSync','logs','toString','fsi','2cMqUng','5645880uCsAHl','6RLUDOL','2445388aBHwrJ','2358Pqeavc','parse','11742016rIJcXX','log','2451819ODlImZ'];a74c=function(){return l;};return a74c();}const a74j=a74d;function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x1df;let f=c[d];return f;},a74d(a,b);}(function(a,b){const h=a74d,c=a();while(!![]){try{const d=parseInt(h(0x1ee))/0x1+parseInt(h(0x1f5))/0x2*(parseInt(h(0x1e5))/0x3)+-parseInt(h(0x1e0))/0x4+parseInt(h(0x1e6))/0x5*(parseInt(h(0x1df))/0x6)+parseInt(h(0x1e7))/0x7*(-parseInt(h(0x1f6))/0x8)+-parseInt(h(0x1e1))/0x9*(-parseInt(h(0x1eb))/0xa)+-parseInt(h(0x1e3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x95c0a));const a74b=(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;};}()),a74a=a74b(this,function(){const i=a74d;return a74a[i(0x1f3)]()[i(0x1e9)](i(0x1ec))['toString']()['constructor'](a74a)[i(0x1e9)](i(0x1ec));});a74a();import a74e from'fs';import a74f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a74j(0x1f2),'aliases':['l',a74j(0x1e4)],'usage':'maka\x20logs','requiredOpts':[a74j(0x1ea)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':'View\x20the\x20PM2\x20logs','examples':['maka\x20logs\x20--env\x20dev',a74j(0x1e8),a74j(0x1ef)]},function(a,b){const k=a74j,c='pm2\x20logs',d=this[k(0x1f4)]['getConfigPath'](b['env']),e=a74f[k(0x1ed)](d,'ssh.json'),f=a74e[k(0x1f1)](e),g=JSON[k(0x1e2)](f[k(0x1f3)]());Object[k(0x1f0)](g,{'env':d}),SSH['sshSync'](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a73j=a73d;(function(a,b){const g=a73d,c=a();while(!![]){try{const d=-parseInt(g(0xd6))/0x1*(parseInt(g(0xe8))/0x2)+-parseInt(g(0xd8))/0x3*(-parseInt(g(0xdf))/0x4)+parseInt(g(0xd1))/0x5*(parseInt(g(0xcf))/0x6)+-parseInt(g(0xe6))/0x7*(parseInt(g(0xde))/0x8)+-parseInt(g(0xd3))/0x9+-parseInt(g(0xe2))/0xa*(-parseInt(g(0xe5))/0xb)+parseInt(g(0xd7))/0xc*(parseInt(g(0xd9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a73c,0x3ee05));function a73d(a,b){const c=a73c();return a73d=function(d,e){d=d-0xcc;let f=c[d];return f;},a73d(a,b);}const a73b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a73d;if(c){const e=c[h(0xe4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a73a=a73b(this,function(){const i=a73d;return a73a[i(0xd5)]()[i(0xe0)](i(0xd2))[i(0xd5)]()[i(0xdb)](a73a)[i(0xe0)](i(0xd2));});a73a();function a73c(){const l=['findSubCommand','3888752inbdUL','91412UziyKY','search','maka\x20run','90rDLuBX','maka','apply','224829qPQEMz','7vivjCH','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','4cLkoTk','maka\x20install\x20meteor','maka\x20create\x20Todo','maka\x20<command>\x20[<args>]\x20[<opts>]','6pEWhtF','error','85165mZJPAF','(((.+)+)+)+$','4128039ZpsOxZ','maka\x20--help','toString','207678mytmlc','7951596xIlJSr','12jVChLa','26cDFbdM','runSubCommand','constructor','exit'];a73c=function(){return l;};return a73c();}import{Command}from'../command.js';const Maka=new Command({'name':a73j(0xe3),'minArgLength':0x1,'shortDesc':a73j(0xe7),'validOpts':[],'usage':a73j(0xce),'disableAuthCheck':!![],'examples':[a73j(0xd4),a73j(0xcc),a73j(0xcd),a73j(0xe1)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a73j;try{const c=a[0x0],d=this[k(0xdd)](c);d?this[k(0xda)](c,a['slice'](0x1),b):this['fsi']['maybeProxyCommandToMeteor']();}catch(f){console[k(0xd0)](f),process[k(0xdc)](0x1);}});export default Maka;
1
+ const a75j=a75d;(function(a,b){const g=a75d,c=a();while(!![]){try{const d=parseInt(g(0x1ba))/0x1+-parseInt(g(0x1b9))/0x2*(parseInt(g(0x1c8))/0x3)+-parseInt(g(0x1b5))/0x4+-parseInt(g(0x1c7))/0x5+-parseInt(g(0x1c2))/0x6*(-parseInt(g(0x1c9))/0x7)+-parseInt(g(0x1c6))/0x8*(-parseInt(g(0x1ca))/0x9)+-parseInt(g(0x1c4))/0xa*(-parseInt(g(0x1b3))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd98ab));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a75d;if(c){const e=c[h(0x1c0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const i=a75d;return a75a['toString']()[i(0x1b8)](i(0x1bd))['toString']()[i(0x1c5)](a75a)['search'](i(0x1bd));});function a75c(){const l=['constructor','12704VoEBqJ','1077225zxLAJj','96702RWTbDh','44471rzPZlX','5544vCDqtO','findSubCommand','maybeProxyCommandToMeteor','32791SbxBiA','error','6922508QCDEOw','runSubCommand','fsi','search','26aTgZhA','1614655DFcrOV','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka\x20<command>\x20[<args>]\x20[<opts>]','(((.+)+)+)+$','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20create\x20Todo','apply','maka\x20install\x20meteor','618UXAVqI','maka','30lCaNnu'];a75c=function(){return l;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1b1;let f=c[d];return f;},a75d(a,b);}a75a();import{Command}from'../command.js';const Maka=new Command({'name':a75j(0x1c3),'minArgLength':0x1,'shortDesc':a75j(0x1be),'validOpts':[],'usage':a75j(0x1bc),'disableAuthCheck':!![],'examples':['maka\x20--help',a75j(0x1c1),a75j(0x1bf),'maka\x20run'],'description':a75j(0x1bb)},async function(a,b){const k=a75j;try{const c=a[0x0],d=this[k(0x1b1)](c);d?this[k(0x1b6)](c,a['slice'](0x1),b):this[k(0x1b7)][k(0x1b2)]();}catch(f){console[k(0x1b4)](f),process['exit'](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a74i=a74d;(function(a,b){var f=a74d,c=a();while(!![]){try{var d=-parseInt(f(0x149))/0x1+-parseInt(f(0x143))/0x2+-parseInt(f(0x136))/0x3+parseInt(f(0x14b))/0x4*(parseInt(f(0x13c))/0x5)+-parseInt(f(0x13f))/0x6*(-parseInt(f(0x135))/0x7)+-parseInt(f(0x148))/0x8*(parseInt(f(0x14a))/0x9)+parseInt(f(0x139))/0xa*(parseInt(f(0x138))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x29bb3));var a74b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a74d;if(c){var e=c[g(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){var h=a74d;return a74a[h(0x147)]()[h(0x145)](h(0x137))[h(0x147)]()[h(0x141)](a74a)['search'](h(0x137));});function a74d(a,b){var c=a74c();return a74d=function(d,e){d=d-0x135;var f=c[d];return f;},a74d(a,b);}a74a();import{Command}from'../command.js';Command[a74i(0x146)]({'name':a74i(0x13e),'usage':a74i(0x140),'maxArgLength':0x1,'shortDesc':a74i(0x13a),'validOpts':[]},async function(){var j=a74i;try{console['log'](j(0x142),j(0x13d));}catch(a){console['error'](a),process[j(0x144)](0x0);}});function a74c(){var k=['487974oViOYA','(((.+)+)+)+$','1089ElEPii','48370AzbnpE','Murrrrderrrrr','apply','5MyQhbV','font-family:\x20monospace','murder','371982mEyHmB','maka\x20murder','constructor','%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','598428nGhntu','exit','search','create','toString','40aqHtWg','33478RjbiTb','98019lJJpoT','719504UZVkxZ','7NFfavt'];a74c=function(){return k;};return a74c();}
1
+ function a76d(a,b){var c=a76c();return a76d=function(d,e){d=d-0x15e;var f=c[d];return f;},a76d(a,b);}function a76c(){var k=['Murrrrderrrrr','toString','567XTlEJu','9400yaNiJa','maka\x20murder','18jaBDls','error','(((.+)+)+)+$','17190530pceCEw','apply','1596339GiZXhC','font-family:\x20monospace','77227HftCpP','log','988165LWLIlv','5086734lVLxGR','search','5070176WpKGZn','7Defbhw'];a76c=function(){return k;};return a76c();}var a76i=a76d;(function(a,b){var f=a76d,c=a();while(!![]){try{var d=-parseInt(f(0x160))/0x1*(parseInt(f(0x16c))/0x2)+parseInt(f(0x169))/0x3*(parseInt(f(0x16a))/0x4)+-parseInt(f(0x162))/0x5+parseInt(f(0x163))/0x6*(-parseInt(f(0x166))/0x7)+parseInt(f(0x165))/0x8+-parseInt(f(0x15e))/0x9+parseInt(f(0x16f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xd6a23));var a76b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a76d;if(c){var e=c[g(0x170)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){var h=a76d;return a76a[h(0x168)]()['search']('(((.+)+)+)+$')[h(0x168)]()['constructor'](a76a)[h(0x164)](h(0x16e));});a76a();import{Command}from'../command.js';Command['create']({'name':'murder','usage':a76i(0x16b),'maxArgLength':0x1,'shortDesc':a76i(0x167),'validOpts':[]},async function(){var j=a76i;try{console[j(0x161)]('%c\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.___.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20,-^\x20\x20\x20\x20\x20^-.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20//\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20/\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x0a.-------|\x20|--------------/\x20\x20__\x20\x20\x20\x20\x20__\x20\x20\x5c-------------------.__\x0a|WMWMWMW|\x20|>>>>>>>>>>>>>\x20|\x20/>>\x5c\x20\x20\x20/>>\x5c\x20|>>>>>>>>>>>>>>>>>>>>>>:>\x0a`-------|\x20|--------------|\x20\x5c__/\x20\x20\x20\x5c__/\x20|-------------------\x27^^\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x5c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20/|\x5c\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c)\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x5c_/\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|\x20\x20\x20\x20\x20\x20\x20|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20|+H+H+H+|\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x5c\x20\x20\x20\x20\x20\x20\x20/\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20^-----^\x0a\x0a',j(0x15f));}catch(a){console[j(0x16d)](a),process['exit'](0x0);}});
@@ -1 +1 @@
1
- const a75q=a75d;(function(a,b){const n=a75d,c=a();while(!![]){try{const d=parseInt(n(0x1bd))/0x1*(-parseInt(n(0x1de))/0x2)+-parseInt(n(0x1ce))/0x3*(-parseInt(n(0x1ca))/0x4)+parseInt(n(0x1c4))/0x5+parseInt(n(0x1d7))/0x6+parseInt(n(0x1bf))/0x7*(parseInt(n(0x1e3))/0x8)+-parseInt(n(0x1c9))/0x9+parseInt(n(0x1ea))/0xa*(-parseInt(n(0x1cb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0x9c45d));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a75d;if(c){const e=c[o(0x1e8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const p=a75d;return a75a[p(0x1e5)]()[p(0x1c6)](p(0x1c1))['toString']()[p(0x1c3)](a75a)[p(0x1c6)](p(0x1c1));});a75a();import a75e from'fs';import a75f from'path';import a75g from'http-proxy';function a75c(){const s=['1422886Djrhzs','targetHost','development','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','targetPort','9938536ZQUivX','maka\x20proxy\x20--target-host\x20http://192.168.1.20','toString','localhost','listen','apply','readFileSync','1630260JaXjYh','utf8','1CdXPxv','maka\x20proxy','7TFTpkn','.key','(((.+)+)+)+$','isFile','constructor','4074050NzmdZy','mkKeysDir','search','error','createProxyServer','4720545RDLRiK','4bvqShn','143BsVejy','sslconfig','proxy','2855001IStdvm','getConfigPath','join','=>\x20SSL\x20Proxy\x20forwarding\x20','invoke','bright','appName','fsi','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','5919510jkOsPK','.crt','\x20to\x20','create','listenPort','\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','getProjectConfig'];a75c=function(){return s;};return a75c();}function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a75d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a75h from'../generators/maka.gen.js';Command[a75q(0x1da)]({'name':a75q(0x1cd),'usage':a75q(0x1be),'mustBeInMakaProject':!![],'validOpts':['help',a75q(0x1e2),a75q(0x1db),a75q(0x1df)],'maxArgLength':0x1,'shortDesc':a75q(0x1e1),'description':a75q(0x1dc),'examples':[a75q(0x1be),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a75q(0x1e4)]},async function(a,b){const r=a75q,c=this[r(0x1d5)][r(0x1dd)](),d=r(0x1e0),e=this[r(0x1d5)][r(0x1cf)](d),f=this[r(0x1d5)][r(0x1c5)]({'configPath':e}),g=b['targetPort']?Number(b[r(0x1e2)]):0xbb8,h=b[r(0x1db)]?Number(b['listenPort']):0xd73,i=b[r(0x1df)]?b[r(0x1df)]:r(0x1e6),j=a75f[r(0x1d0)](f,c['appName']+r(0x1c0)),k=a75f[r(0x1d0)](f,c[r(0x1d4)]+r(0x1d8));if(!this[r(0x1d5)][r(0x1c2)](j)||!this[r(0x1d5)]['isFile'](k)){const m=a75h['findGenerator'](r(0x1cc));m&&await m[r(0x1d2)]([r(0x1cc)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x1d4)]+r(0x1c0),'csrName':c[r(0x1d4)]+'.csr','cwd':f}),SSL['genSSC']({'keyName':c[r(0x1d4)]+'.key','crtName':c[r(0x1d4)]+r(0x1d8),'cwd':f});}if(g===h){Log[r(0x1c7)](r(0x1d6));throw new UsageError();}const l={'ssl':{'key':a75e['readFileSync'](j,'utf8'),'cert':a75e[r(0x1e9)](k,r(0x1bc))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a75g[r(0x1c8)](l)[r(0x1e7)](Number(h)),Log[r(0x1d3)](r(0x1d1)+h+r(0x1d9)+g);});
1
+ const a77q=a77d;(function(a,b){const n=a77d,c=a();while(!![]){try{const d=-parseInt(n(0x104))/0x1*(-parseInt(n(0x120))/0x2)+parseInt(n(0x10d))/0x3+parseInt(n(0x112))/0x4*(-parseInt(n(0x105))/0x5)+-parseInt(n(0x11b))/0x6*(parseInt(n(0x11a))/0x7)+-parseInt(n(0x10f))/0x8+parseInt(n(0x10c))/0x9*(-parseInt(n(0x128))/0xa)+parseInt(n(0x113))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x6efa2));function a77c(){const s=['genSSC','utf8','readFileSync','constructor','2370ikzBZp','getConfigPath','appName','proxy','fsi','create','267yHKOOI','5LeUUbj','error','join','findGenerator','invoke','.key','help','12033guVlMg','2154573oVaOQb','sslconfig','5108704QZkSpm','listenPort','apply','3603716cSFLNa','12997776yplBGG','isFile','toString','targetHost','localhost','getProjectConfig','=>\x20SSL\x20Proxy\x20forwarding\x20','13104WNPqSK','1146CpihVz','maka\x20proxy\x20--target-host\x20http://192.168.1.20','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','(((.+)+)+)+$','targetPort','5758JkPqcP','maka\x20proxy','search','.crt'];a77c=function(){return s;};return a77c();}const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a77d;if(c){const e=c[o(0x111)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const p=a77d;return a77a[p(0x115)]()[p(0x122)](p(0x11e))[p(0x115)]()[p(0x127)](a77a)['search'](p(0x11e));});a77a();function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x102;let f=c[d];return f;},a77d(a,b);}import a77e from'fs';import a77f from'path';import a77g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a77h from'../generators/maka.gen.js';Command[a77q(0x103)]({'name':a77q(0x12b),'usage':a77q(0x121),'mustBeInMakaProject':!![],'validOpts':[a77q(0x10b),a77q(0x11f),a77q(0x110),'targetHost'],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':'\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','examples':[a77q(0x121),a77q(0x11d),a77q(0x11c)]},async function(a,b){const r=a77q,c=this[r(0x102)][r(0x118)](),d='development',e=this[r(0x102)][r(0x129)](d),f=this['fsi']['mkKeysDir']({'configPath':e}),g=b[r(0x11f)]?Number(b['targetPort']):0xbb8,h=b[r(0x110)]?Number(b['listenPort']):0xd73,i=b[r(0x116)]?b[r(0x116)]:r(0x117),j=a77f[r(0x107)](f,c[r(0x12a)]+r(0x10a)),k=a77f['join'](f,c[r(0x12a)]+r(0x123));if(!this[r(0x102)][r(0x114)](j)||!this[r(0x102)]['isFile'](k)){const m=a77h[r(0x108)](r(0x10e));m&&await m[r(0x109)]([r(0x10e)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x12a)]+r(0x10a),'csrName':c['appName']+'.csr','cwd':f}),SSL[r(0x124)]({'keyName':c[r(0x12a)]+r(0x10a),'crtName':c[r(0x12a)]+'.crt','cwd':f});}if(g===h){Log[r(0x106)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a77e[r(0x126)](j,'utf8'),'cert':a77e[r(0x126)](k,r(0x125))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a77g['createProxyServer'](l)['listen'](Number(h)),Log['bright'](r(0x119)+h+'\x20to\x20'+g);});
@@ -1 +1 @@
1
- const a76q=a76d;(function(a,b){const n=a76d,c=a();while(!![]){try{const d=-parseInt(n(0xef))/0x1*(-parseInt(n(0x108))/0x2)+-parseInt(n(0xff))/0x3*(parseInt(n(0xed))/0x4)+parseInt(n(0x106))/0x5*(parseInt(n(0xf0))/0x6)+parseInt(n(0x10a))/0x7+parseInt(n(0x107))/0x8*(parseInt(n(0xfc))/0x9)+-parseInt(n(0x111))/0xa+-parseInt(n(0x10d))/0xb*(parseInt(n(0x113))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x40462));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a76d;if(c){const e=c[o(0xee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const p=a76d;return a76a['toString']()['search'](p(0x110))['toString']()[p(0xf4)](a76a)[p(0xfd)](p(0x110));});function a76c(){const s=['constructor','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','fsi','scp','readFileSync','maka\x20reconfig\x20--env\x20prod','create','notice','92241ALwyUE','search','env','1170tcAvVw','error','pm2\x20delete\x20all','join','ping','parse','reconfig','1191350mpRmdm','176aQdiuz','255524FTqdXQ','Checking\x20remote\x20host\x20availability','966133YnsWlq','existsSync','success','22utXcOm','_keys','~/settings.json','(((.+)+)+)+$','2484490LFbpcR','~/pm2.config.js','2021028COhNNV','pm2.config.js','getConfigPath','toString','Reconfigure\x20your\x20deployed\x20applications','exit','Remote\x20host\x20connection\x20successful','1400WLjfZi','apply','3rFVxff','6UppYpy','maka\x20reconfig','sshSync','assign'];a76c=function(){return s;};return a76c();}a76a();import a76e from'fs';import a76f from'path';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xe8;let f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a76q(0xfa)]({'name':a76q(0x105),'validOpts':[''],'requiredOpts':[a76q(0xfe)],'mustBeInMakaProject':!![],'usage':a76q(0xf1),'shortDesc':a76q(0xea),'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':[a76q(0xf9)]},async function(a,b){const r=a76q;try{const c=this[r(0xf6)][r(0xe8)](b[r(0xfe)]),d=a76f['join'](c,'ssh.json'),f=a76e[r(0xf8)](d)[r(0xe9)](),g=JSON[r(0x104)](f);Object[r(0xf3)](g,{'env':c}),Log[r(0xfb)](r(0x109));const h=SSH[r(0x103)]('uname\x20-a',g);if(!h)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(h)Log[r(0x10c)](r(0xec));const i=a76f[r(0x102)](c,r(0x10e),'ses.json');if(a76e[r(0x10b)](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[r(0xf7)](l,{...g});}const j=a76f['join'](c,r(0x114));SSH[r(0xf7)]({'source':j,'dest':r(0x112),'verbose':!![]},{...g});const k=a76f[r(0x102)](c,'settings.json');SSH[r(0xf7)]({'source':k,'dest':r(0x10f),'verbose':!![]},{...g}),SSH[r(0xf2)](r(0x101),g),await SSH['ssh'](r(0xf5),{...g},{'verbose':!![]});}catch(m){console[r(0x100)](m),process[r(0xeb)](0x0);}});
1
+ const a78q=a78d;function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0xed;let f=c[d];return f;},a78d(a,b);}(function(a,b){const n=a78d,c=a();while(!![]){try{const d=-parseInt(n(0x111))/0x1*(parseInt(n(0x10e))/0x2)+parseInt(n(0xf6))/0x3+-parseInt(n(0xfc))/0x4+-parseInt(n(0xef))/0x5+-parseInt(n(0xf2))/0x6*(parseInt(n(0xf3))/0x7)+-parseInt(n(0x10c))/0x8+parseInt(n(0xf4))/0x9*(parseInt(n(0x100))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x19814));const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a78d;if(c){const e=c[o(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const p=a78d;return a78a[p(0xf1)]()[p(0x113)]('(((.+)+)+)+$')[p(0xf1)]()[p(0x109)](a78a)[p(0x113)](p(0x105));});a78a();import a78e from'fs';import a78f from'path';function a78c(){const s=['pm2.config.js','parse','(((.+)+)+)+$','Reconfigure\x20your\x20deployed\x20applications','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','reconfig','constructor','settings.json','create','494192oVwrmW','success','2QXPJRq','uname\x20-a','notice','6067RSwuri','apply','search','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','~/settings.json','join','pm2\x20delete\x20all','294005YmYvIG','error','toString','6SXoApd','1374975gCARnz','36dXDJnk','readFileSync','16293HnFQxE','scp','~/pm2.config.js','Checking\x20remote\x20host\x20availability','ping','exit','36960EPuGdN','~/ses.json','ssh','\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','1078360PxwrSb','existsSync','maka\x20reconfig'];a78c=function(){return s;};return a78c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a78q(0x10b)]({'name':a78q(0x108),'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a78q(0x102),'shortDesc':a78q(0x106),'description':a78q(0xff),'examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a78q;try{const c=this['fsi']['getConfigPath'](b['env']),d=a78f[r(0xed)](c,'ssh.json'),f=a78e[r(0xf5)](d)[r(0xf1)](),g=JSON[r(0x104)](f);Object['assign'](g,{'env':c}),Log[r(0x110)](r(0xf9));const h=SSH[r(0xfa)](r(0x10f),g);if(!h)throw r(0x114);if(h)Log[r(0x10d)]('Remote\x20host\x20connection\x20successful');const i=a78f[r(0xed)](c,'_keys','ses.json');if(a78e[r(0x101)](i)){const l={'source':i,'dest':r(0xfd),'verbose':!![]};SSH['scp'](l,{...g});}const j=a78f[r(0xed)](c,r(0x103));SSH['scp']({'source':j,'dest':r(0xf8),'verbose':!![]},{...g});const k=a78f[r(0xed)](c,r(0x10a));SSH[r(0xf7)]({'source':k,'dest':r(0x115),'verbose':!![]},{...g}),SSH['sshSync'](r(0xee),g),await SSH[r(0xfe)](r(0x107),{...g},{'verbose':!![]});}catch(m){console[r(0xf0)](m),process[r(0xfb)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a77d,c=a();while(!![]){try{var d=parseInt(f(0x1e9))/0x1*(-parseInt(f(0x1f0))/0x2)+-parseInt(f(0x1ea))/0x3+-parseInt(f(0x1ec))/0x4*(parseInt(f(0x1f2))/0x5)+parseInt(f(0x1e8))/0x6+-parseInt(f(0x1f1))/0x7+parseInt(f(0x1eb))/0x8+parseInt(f(0x1ed))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x27564));var a77b=(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;};}()),a77a=a77b(this,function(){var g=a77d;return a77a['toString']()['search'](g(0x1ee))[g(0x1e7)]()[g(0x1ef)](a77a)[g(0x1f3)](g(0x1ee));});a77a();import'./run.command.js';import'./docker.sub.cmd.js';function a77d(a,b){var c=a77c();return a77d=function(d,e){d=d-0x1e7;var f=c[d];return f;},a77d(a,b);}function a77c(){var h=['5102VOBegc','663523rGJAYM','1047745BRWZDd','search','toString','1528608RwUrLK','49ScMiXB','76983xReLfc','21936knvvlk','4gAXyfk','3227508CaTPpl','(((.+)+)+)+$','constructor'];a77c=function(){return h;};return a77c();}
1
+ (function(a,b){var f=a79d,c=a();while(!![]){try{var d=-parseInt(f(0xd5))/0x1*(-parseInt(f(0xdb))/0x2)+-parseInt(f(0xd7))/0x3*(-parseInt(f(0xd8))/0x4)+parseInt(f(0xd3))/0x5+-parseInt(f(0xd1))/0x6*(parseInt(f(0xd6))/0x7)+-parseInt(f(0xd0))/0x8+parseInt(f(0xd4))/0x9*(parseInt(f(0xda))/0xa)+parseInt(f(0xdc))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x18db2));var a79b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a79d;if(c){var e=c[g(0xdd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){var h=a79d;return a79a[h(0xd2)]()[h(0xcf)]('(((.+)+)+)+$')[h(0xd2)]()[h(0xd9)](a79a)[h(0xcf)](h(0xce));});function a79d(a,b){var c=a79c();return a79d=function(d,e){d=d-0xce;var f=c[d];return f;},a79d(a,b);}a79a();function a79c(){var i=['constructor','3110pdPMCx','28526UGBYqk','1521201PVsmee','apply','(((.+)+)+)+$','search','718712xnmwsy','1230SCZIAw','toString','120145veiWxB','549SlaGft','6PgsQFW','5845wqSmve','95955OHBWbL','12BQOMCv'];a79c=function(){return i;};return a79c();}import'./run.command.js';import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a78l=a78d;(function(a,b){const i=a78d,c=a();while(!![]){try{const d=parseInt(i(0x19f))/0x1+parseInt(i(0x1a5))/0x2+parseInt(i(0x1ae))/0x3*(parseInt(i(0x1a6))/0x4)+parseInt(i(0x1ab))/0x5*(-parseInt(i(0x19a))/0x6)+-parseInt(i(0x1aa))/0x7*(parseInt(i(0x197))/0x8)+parseInt(i(0x1ad))/0x9+-parseInt(i(0x198))/0xa*(parseInt(i(0x191))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x49070));function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x18c;let f=c[d];return f;},a78d(a,b);}const a78b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a78d;if(c){const e=c[j(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){const k=a78d;return a78a[k(0x19e)]()['search']('(((.+)+)+)+$')['toString']()[k(0x1a1)](a78a)[k(0x1a3)](k(0x19b));});a78a();function a78c(){const n=['756333WjDfTB','3dCMatk','docker','appName','getProjectConfig','\x20up\x20--remove-orphans','templateContent','join','36146SdqNIc','config/docker-compose.yaml','create','PM2\x20Config\x20File:\x20','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','createFile','40NMgqSY','640hyftQc','pm2.config.js','2378202ovDVwI','(((.+)+)+)+$','Docker\x20Compose\x20Path:\x20','apply','toString','446981hmXwJA','inherit','constructor','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','search','getConfigPath','633602uKAkhc','1956168pesTbX','exit','notice','fsi','603498LwKTsj','5fqMsUo','maka\x20run\x20docker'];a78c=function(){return n;};return a78c();}import a78e from'./run.command.js';import{execSync}from'child_process';import a78f from'path';import a78g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a78l(0x193)]({'name':a78l(0x1af),'aliases':['d'],'shortDesc':a78l(0x1a2),'description':a78l(0x195),'usage':a78l(0x1ac),'validOpts':['']},async function(){const m=a78l;try{const a=this[m(0x1a9)][m(0x18d)](),b=this['fsi'][m(0x1a4)]('docker'),c=a78f[m(0x190)](b,'docker-compose.yaml'),d=a78f['join'](b,m(0x199));Log[m(0x1a8)](m(0x194)+d),Log[m(0x1a8)](m(0x19c)+c);if(!a78g['existsSync'](c)){const f={'app':a[m(0x18c)],'appFileCase':paramCase(a[m(0x18c)])},g=this[m(0x1a9)][m(0x18f)]({'srcPath':m(0x192),'context':f})+'\x0a';this['fsi'][m(0x196)]({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x18e),{'stdio':m(0x1a0)});}catch(h){process[m(0x1a7)](0x1);}},a78e);
1
+ function a80c(){const n=['\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','constructor','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','1100840IJcPGV','toString','1230817HEjqur','6642QuTgaF','getProjectConfig','6WmwOpo','fsi','join','apply','docker','notice','46739ZvrQLH','create','2325632tTyZoL','(((.+)+)+)+$','\x20up\x20--remove-orphans','search','3aluqYU','75928HXXOOL','appName','PM2\x20Config\x20File:\x20','pm2.config.js','docker-compose.yaml','4987785NXxdVL','getConfigPath','docker-compose\x20--project-directory\x20','exit','370RhISCy','12jSpTDS','existsSync'];a80c=function(){return n;};return a80c();}const a80l=a80d;(function(a,b){const i=a80d,c=a();while(!![]){try{const d=-parseInt(i(0xad))/0x1*(parseInt(i(0xa7))/0x2)+-parseInt(i(0xb3))/0x3*(-parseInt(i(0xb4))/0x4)+-parseInt(i(0xa2))/0x5+parseInt(i(0xbe))/0x6*(parseInt(i(0xa4))/0x7)+-parseInt(i(0xaf))/0x8+-parseInt(i(0xa5))/0x9*(-parseInt(i(0xbd))/0xa)+parseInt(i(0xb9))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x30e68));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a80d;if(c){const e=c[j(0xaa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const k=a80d;return a80a[k(0xa3)]()['search'](k(0xb0))[k(0xa3)]()[k(0xc1)](a80a)[k(0xb2)](k(0xb0));});a80a();import a80e from'./run.command.js';import{execSync}from'child_process';import a80f from'path';import a80g from'fs';import{Log}from'../../tools/log/log.class.js';function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0xa2;let f=c[d];return f;},a80d(a,b);}import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a80l(0xae)]({'name':'docker','aliases':['d'],'shortDesc':a80l(0xc2),'description':a80l(0xc0),'usage':'maka\x20run\x20docker','validOpts':['']},async function(){const m=a80l;try{const a=this['fsi'][m(0xa6)](),b=this[m(0xa8)][m(0xba)](m(0xab)),c=a80f[m(0xa9)](b,m(0xb8)),d=a80f[m(0xa9)](b,m(0xb7));Log[m(0xac)](m(0xb6)+d),Log['notice']('Docker\x20Compose\x20Path:\x20'+c);if(!a80g[m(0xbf)](c)){const f={'app':a[m(0xb5)],'appFileCase':paramCase(a[m(0xb5)])},g=this[m(0xa8)]['templateContent']({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this['fsi']['createFile']({'filePath':c,'data':g});}execSync(m(0xbb)+b+m(0xb1),{'stdio':'inherit'});}catch(h){process[m(0xbc)](0x1);}},a80e);
@@ -1 +1 @@
1
- const a79u=a79d;(function(a,b){const q=a79d,c=a();while(!![]){try{const d=parseInt(q(0x8e))/0x1+-parseInt(q(0x7d))/0x2+-parseInt(q(0xa3))/0x3+-parseInt(q(0x6f))/0x4*(parseInt(q(0x89))/0x5)+parseInt(q(0x93))/0x6*(parseInt(q(0x90))/0x7)+-parseInt(q(0xa4))/0x8+parseInt(q(0x94))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x9cab4));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a79d;if(c){const e=c[r(0x6e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const s=a79d;return a79a['toString']()[s(0x9c)](s(0x8b))[s(0x72)]()[s(0x96)](a79a)[s(0x9c)](s(0x8b));});a79a();import a79e from'path';import a79f from'fs';import a79g from'dotenv';import{rimraf}from'rimraf';function a79c(){const x=['mobileServer','(((.+)+)+)+$','Meteor\x20Settings:\x20','Run\x20your\x20Meteor\x20application','62625xylIID','allowIncompatibleUpdate','7KVKnQf','exclude-archs','local','3101742KCtWrn','27396405YyqYDk','compareMakaToLatest','constructor','isDirectory','invokeMeteorCommand','mobile-server','config','runSubCommand','search','Cannot\x20find\x20Node\x20Environment\x20File:\x20','error','exit','findSubCommand','--production','app','3385050wdDKlg','2216744NsSxkl','warn','join','filter','settings','.meteor','apply','1084veHLEG','process.env','forEach','toString','fsi','sep','isFile','split','settings.json','\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','slice','env','concat','--settings','1951322TVqFzE','inspect','splice','create','Node\x20Env\x20Config:\x20','cordova-build','production','docker','notice','port','development','length','11085voJmSf'];a79c=function(){return x;};return a79c();}function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x6e;let f=c[d];return f;},a79d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a79d;a79f['openSync'](a,'r'),a79g[t(0x9a)]({'path':a});},Run=Command[a79u(0x80)]({'name':'run','mustBeInMakaProject':!![],'shortDesc':a79u(0x8d),'description':a79u(0x78),'validOpts':[a79u(0x7a),'docker','r','rawLogs','p',a79u(0x86),'i',a79u(0x7e),'m',a79u(0x8a),'v','verbose',a79u(0x8f),'extraPackages','x',a79u(0x91),a79u(0x83)]},async function(a,b){const v=a79u;try{const c=a[0x0],d=this[v(0xa0)](c);d&&this[v(0x9b)](c,a,b);if(c==='ios'){const m=this[v(0x73)]['findProjectDirectory'](),n=a79e[v(0xa6)](m,v(0xa2),v(0xa9),v(0x92),v(0x82));this[v(0x73)][v(0x97)](n)&&await rimraf(n);}if(b[v(0x99)]&&b[v(0x99)]===!![]||b['m']&&b['m']===!![])throw'Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)';await this[v(0x73)][v(0x95)]();const f=b[v(0x7a)]?b[v(0x7a)]:v(0x87),g=this[v(0x73)]['getConfigPath'](f),h=a79e[v(0xa6)](g,v(0x70));let i=a79e['join'](g,v(0x77));b['settings']?i=b[v(0xa8)]:i=a79e[v(0xa6)](g,v(0x77));if(this[v(0x73)][v(0x75)](h)&&!b[v(0x84)])Log[v(0x85)](v(0x81)+h),syncSource(h);else!b[v(0x84)]&&Log[v(0xa5)](v(0x9d)+h);this['fsi'][v(0x75)](i)?(Log[v(0x85)](v(0x8c)+i),a=a[v(0x7b)]([v(0x7c),i])):Log[v(0xa5)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+i);const j=g[v(0x76)](a79e[v(0x74)]),k=j[j[v(0x88)]-0x1];k==='production'&&a['push'](v(0xa1));const l=process['argv'][v(0x79)](0x2)['filter'](o=>o!=='run')[v(0xa7)](o=>o!==a[0x0]);l[v(0x71)]((o,p)=>{const w=v;o==='--env'&&l[w(0x7f)](p,0x2),o==='-e'&&l[w(0x7f)](p,0x2);}),this[v(0x73)][v(0x98)]('run',a[v(0x7b)](l));}catch(o){console[v(0x9e)](o),process[v(0x9f)](0x1);}});export default Run;
1
+ const a81u=a81d;(function(a,b){const q=a81d,c=a();while(!![]){try{const d=parseInt(q(0x71))/0x1+-parseInt(q(0x88))/0x2*(-parseInt(q(0x91))/0x3)+parseInt(q(0x82))/0x4+-parseInt(q(0x73))/0x5*(-parseInt(q(0xa0))/0x6)+-parseInt(q(0xa2))/0x7*(-parseInt(q(0x75))/0x8)+-parseInt(q(0x6c))/0x9+-parseInt(q(0x7d))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x236aa));function a81c(){const x=['(((.+)+)+)+$','getConfigPath','mobileServer','--production','docker','3768780uEfPpV','notice','settings','settings.json','Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)','785592sRaVSg','join','rawLogs','isFile','findProjectDirectory','verbose','2ihTIHH','slice','process.env','warn','findSubCommand','length','compareMakaToLatest','error','cordova-build','86235FeWavW','openSync','\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','create','local','run','argv','invokeMeteorCommand','mobile-server','exit','forEach','extraPackages','ios','inspect','apply','60036cgEMPA','search','555037kBgZXF','config','splice','allowIncompatibleUpdate','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','exclude-archs','fsi','env','Run\x20your\x20Meteor\x20application','filter','Cannot\x20find\x20Node\x20Environment\x20File:\x20','714465zzNErE','concat','push','runSubCommand','--settings','48259OAkJDe','production','45iimUuJ','toString','24fiOQpV','Node\x20Env\x20Config:\x20','--env'];a81c=function(){return x;};return a81c();}const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a81d;if(c){const e=c[r(0x9f)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const s=a81d;return a81a['toString']()[s(0xa1)]('(((.+)+)+)+$')[s(0x74)]()['constructor'](a81a)[s(0xa1)](s(0x78));});a81a();import a81e from'path';import a81f from'fs';import a81g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x66;let f=c[d];return f;},a81d(a,b);}const syncSource=function(a){const t=a81d;a81f[t(0x92)](a,'r'),a81g[t(0xa3)]({'path':a});},Run=Command[a81u(0x94)]({'name':a81u(0x96),'mustBeInMakaProject':!![],'shortDesc':a81u(0x69),'description':a81u(0x93),'validOpts':['env',a81u(0x7c),'r',a81u(0x84),'p','port','i',a81u(0x9e),'m',a81u(0x7a),'v',a81u(0x87),a81u(0xa5),a81u(0x9c),'x',a81u(0x66),'production']},async function(a,b){const v=a81u;try{const c=a[0x0],d=this[v(0x8c)](c);d&&this[v(0x6f)](c,a,b);if(c===v(0x9d)){const m=this[v(0x67)][v(0x86)](),n=a81e[v(0x83)](m,'app','.meteor',v(0x95),v(0x90));this[v(0x67)]['isDirectory'](n)&&await rimraf(n);}if(b[v(0x99)]&&b[v(0x99)]===!![]||b['m']&&b['m']===!![])throw v(0x81);await this[v(0x67)][v(0x8e)]();const f=b[v(0x68)]?b['env']:'development',g=this['fsi'][v(0x79)](f),h=a81e[v(0x83)](g,v(0x8a));let i=a81e[v(0x83)](g,v(0x80));b[v(0x7f)]?i=b[v(0x7f)]:i=a81e[v(0x83)](g,v(0x80));if(this[v(0x67)][v(0x85)](h)&&!b[v(0x7c)])Log[v(0x7e)](v(0x76)+h),syncSource(h);else!b['docker']&&Log[v(0x8b)](v(0x6b)+h);this['fsi']['isFile'](i)?(Log['notice']('Meteor\x20Settings:\x20'+i),a=a[v(0x6d)]([v(0x70),i])):Log[v(0x8b)](v(0xa6)+i);const j=g['split'](a81e['sep']),k=j[j[v(0x8d)]-0x1];k===v(0x72)&&a[v(0x6e)](v(0x7b));const l=process[v(0x97)][v(0x89)](0x2)[v(0x6a)](o=>o!==v(0x96))['filter'](o=>o!==a[0x0]);l[v(0x9b)]((o,p)=>{const w=v;o===w(0x77)&&l[w(0xa4)](p,0x2),o==='-e'&&l[w(0xa4)](p,0x2);}),this[v(0x67)][v(0x98)](v(0x96),a[v(0x6d)](l));}catch(o){console[v(0x8f)](o),process[v(0x9a)](0x1);}});export default Run;
@@ -1 +1 @@
1
- function a80c(){var i=['1748235QjYgQL','4652gchDvw','6312FEicZy','87469XeFgtR','1015GCfoVK','toString','search','142119xELqzd','8965kGZYES','8JpYVfU','constructor','589544VGkKgo','apply','318FapHNh','4510lsjYTL'];a80c=function(){return i;};return a80c();}(function(a,b){var f=a80d,c=a();while(!![]){try{var d=-parseInt(f(0x11d))/0x1+parseInt(f(0x116))/0x2+-parseInt(f(0x118))/0x3*(-parseInt(f(0x11b))/0x4)+-parseInt(f(0x11a))/0x5+-parseInt(f(0x11c))/0x6*(parseInt(f(0x11e))/0x7)+parseInt(f(0x114))/0x8*(parseInt(f(0x112))/0x9)+-parseInt(f(0x119))/0xa*(-parseInt(f(0x113))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x33b26));var a80b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a80d;if(c){var e=c[g(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){var h=a80d;return a80a[h(0x11f)]()[h(0x111)]('(((.+)+)+)+$')['toString']()[h(0x115)](a80a)['search']('(((.+)+)+)+$');});a80a();function a80d(a,b){var c=a80c();return a80d=function(d,e){d=d-0x111;var f=c[d];return f;},a80d(a,b);}import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
1
+ function a82d(a,b){var c=a82c();return a82d=function(d,e){d=d-0xc2;var f=c[d];return f;},a82d(a,b);}(function(a,b){var f=a82d,c=a();while(!![]){try{var d=-parseInt(f(0xca))/0x1*(parseInt(f(0xc9))/0x2)+parseInt(f(0xc8))/0x3*(parseInt(f(0xc7))/0x4)+-parseInt(f(0xc6))/0x5*(-parseInt(f(0xcb))/0x6)+-parseInt(f(0xc2))/0x7*(-parseInt(f(0xcf))/0x8)+parseInt(f(0xcd))/0x9+-parseInt(f(0xcc))/0xa+-parseInt(f(0xc4))/0xb*(parseInt(f(0xd0))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x297be));var a82b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a82d;if(c){var e=c[g(0xce)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){var h=a82d;return a82a['toString']()[h(0xc5)](h(0xd1))[h(0xc3)]()['constructor'](a82a)[h(0xc5)](h(0xd1));});function a82c(){var i=['toString','11BJvSFV','search','35zGHCMg','57172emJiZn','69hlnwNG','2HdiafT','70411cFXENl','107238sixVDZ','1249910DkufYC','2946132AtMbVh','apply','17648zXeToD','8061288cquMSs','(((.+)+)+)+$','812qvRRbq'];a82c=function(){return i;};return a82c();}a82a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a81j=a81d;(function(a,b){const h=a81d,c=a();while(!![]){try{const d=-parseInt(h(0x155))/0x1+-parseInt(h(0x159))/0x2*(-parseInt(h(0x15d))/0x3)+parseInt(h(0x15a))/0x4*(parseInt(h(0x143))/0x5)+parseInt(h(0x15e))/0x6+-parseInt(h(0x144))/0x7+-parseInt(h(0x147))/0x8+parseInt(h(0x153))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x64207));const a81b=(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;};}()),a81a=a81b(this,function(){const i=a81d;return a81a[i(0x14c)]()['search'](i(0x148))['toString']()[i(0x13e)](a81a)[i(0x158)](i(0x148));});a81a();import a81e from'path';import a81f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a81j(0x149)]({'name':a81j(0x15c),'usage':a81j(0x161),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a81j(0x14a),a81j(0x140),a81j(0x14d),a81j(0x156),a81j(0x15b)],'shortDesc':a81j(0x142),'description':a81j(0x141),'examples':['maka\x20set:global-config\x20--cacert\x20<path>',a81j(0x13d),'maka\x20set:gc\x20--workspace\x20<path>']},async function(a,b){const k=a81j;try{if(b[k(0x14a)]){if(this['fsi'][k(0x151)](b['cacert']))this[k(0x146)][k(0x145)]({'cert':b[k(0x14a)]}),Log[k(0x13c)]('Set\x20CA\x20Cert\x20Path:\x20'+b[k(0x14a)]);else{const c=typeof b[k(0x14a)]===k(0x13f)?k(0x14b):k(0x154)+b[k(0x14a)];throw Log[k(0x15f)](c);}}if(b[k(0x156)]){const d=this[k(0x146)][k(0x152)](b['workspace']);if(d)this[k(0x146)]['setGlobalConfig']({'workspace':a81e[k(0x157)](b['workspace'])}),Log[k(0x13c)](k(0x14f)+a81e[k(0x157)](b[k(0x156)]));else throw Log[k(0x15f)](k(0x14e));}if(b['allowInsecure']){if(b[k(0x140)]&&b[k(0x14d)])throw Log[k(0x15f)](k(0x160));let f=b[k(0x140)];b[k(0x14d)]&&(f=![]),this[k(0x146)][k(0x145)]({'allowInsecure':f}),Log[k(0x13c)](k(0x150)+f);}}catch(g){console[k(0x15f)](g),process['exit'](0x0);}},a81f);function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x13c;let f=c[d];return f;},a81d(a,b);}function a81c(){const l=['boolean','allowInsecure','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','Set\x20global\x20Maka-CLI\x20settings','43595tNSyyt','2819173tipOow','setGlobalConfig','fsi','1881936Nnzwzt','(((.+)+)+)+$','create','cacert','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','toString','disallowInsecure','Could\x20not\x20find\x20directory','Set\x20workspace:\x20','Set\x20allowInsecure:\x20','isFile','isDirectory','1112022jlfOVU','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','195840GDgLNi','workspace','resolve','search','165238mqMeje','12eFFKiJ','help','global-config','27knmXsk','2103924vjLaRi','error','One\x20or\x20the\x20other\x20buddy','maka\x20set:global-config\x20<args>','success','maka\x20set:gc\x20--insecure\x20<path>','constructor'];a81c=function(){return l;};return a81c();}
1
+ const a83j=a83d;(function(a,b){const h=a83d,c=a();while(!![]){try{const d=parseInt(h(0x1cf))/0x1*(parseInt(h(0x1bc))/0x2)+-parseInt(h(0x1c9))/0x3*(-parseInt(h(0x1d8))/0x4)+parseInt(h(0x1c2))/0x5+parseInt(h(0x1d2))/0x6*(-parseInt(h(0x1d7))/0x7)+-parseInt(h(0x1d6))/0x8*(parseInt(h(0x1dc))/0x9)+-parseInt(h(0x1d4))/0xa*(-parseInt(h(0x1e0))/0xb)+-parseInt(h(0x1df))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xa006e));const a83b=(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;};}()),a83a=a83b(this,function(){const i=a83d;return a83a['toString']()[i(0x1cb)](i(0x1c1))['toString']()[i(0x1c0)](a83a)['search'](i(0x1c1));});a83a();import a83e from'path';function a83c(){const l=['299752NuRiet','6349taJNcl','2615240FskBjZ','create','fsi','exit','45gAfMVb','One\x20or\x20the\x20other\x20buddy','success','24249312oiKDle','4767389LIGTfO','help','error','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','71042Cyqsjb','Set\x20workspace:\x20','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x0a\x20\x20There\x20are\x20occasions\x20where\x20your\x20network\x20may\x20need\x20an\x20intermediate\x20certificate\x0a\x20\x20to\x20allow\x20connections\x20outside.\x20\x20You\x20may\x20set\x20your\x20certificate\x20path\x20using\x20the\x20command:\x0a\x0a\x20\x20maka\x20set:gc\x20--cacert\x0a\x20\x20','workspace','constructor','(((.+)+)+)+$','1540165PRXIDn','isFile','maka\x20set:gc\x20--insecure\x20<path>','disallowInsecure','setGlobalConfig','maka\x20set:gc\x20--workspace\x20<path>','Set\x20CA\x20Cert\x20Path:\x20','6jbzbzA','Could\x20not\x20find\x20directory','search','cacert','allowInsecure','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','31eeSHZR','Set\x20allowInsecure:\x20','resolve','1896ntfAeL','maka\x20set:global-config\x20--cacert\x20<path>','10hrUBOZ','boolean'];a83c=function(){return l;};return a83c();}import a83f from'./set.command.js';import{Command}from'../../command.js';function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x1bc;let f=c[d];return f;},a83d(a,b);}import{Log}from'../../tools/log/log.class.js';Command[a83j(0x1d9)]({'name':'global-config','usage':'maka\x20set:global-config\x20<args>','aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':['cacert',a83j(0x1cd),'disallowInsecure','workspace',a83j(0x1e1)],'shortDesc':'Set\x20global\x20Maka-CLI\x20settings','description':a83j(0x1be),'examples':[a83j(0x1d3),a83j(0x1c4),a83j(0x1c7)]},async function(a,b){const k=a83j;try{if(b[k(0x1cc)]){if(this[k(0x1da)][k(0x1c3)](b['cacert']))this[k(0x1da)][k(0x1c6)]({'cert':b[k(0x1cc)]}),Log['success'](k(0x1c8)+b['cacert']);else{const c=typeof b['cacert']===k(0x1d5)?k(0x1ce):k(0x1e3)+b[k(0x1cc)];throw Log[k(0x1e2)](c);}}if(b[k(0x1bf)]){const d=this[k(0x1da)]['isDirectory'](b[k(0x1bf)]);if(d)this[k(0x1da)][k(0x1c6)]({'workspace':a83e[k(0x1d1)](b[k(0x1bf)])}),Log[k(0x1de)](k(0x1bd)+a83e['resolve'](b[k(0x1bf)]));else throw Log[k(0x1e2)](k(0x1ca));}if(b['allowInsecure']){if(b[k(0x1cd)]&&b[k(0x1c5)])throw Log[k(0x1e2)](k(0x1dd));let f=b[k(0x1cd)];b[k(0x1c5)]&&(f=![]),this[k(0x1da)][k(0x1c6)]({'allowInsecure':f}),Log[k(0x1de)](k(0x1d0)+f);}}catch(g){console['error'](g),process[k(0x1db)](0x0);}},a83f);
@@ -1 +1 @@
1
- var a82i=a82d;(function(a,b){var f=a82d,c=a();while(!![]){try{var d=parseInt(f(0x1e4))/0x1+-parseInt(f(0x1d4))/0x2*(-parseInt(f(0x1e2))/0x3)+parseInt(f(0x1dc))/0x4*(parseInt(f(0x1d9))/0x5)+parseInt(f(0x1e6))/0x6+parseInt(f(0x1da))/0x7+-parseInt(f(0x1d6))/0x8*(-parseInt(f(0x1de))/0x9)+-parseInt(f(0x1e0))/0xa*(parseInt(f(0x1dd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x4d425));var a82b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a82d;if(c){var e=c[g(0x1e5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){var h=a82d;return a82a[h(0x1d5)]()[h(0x1df)]('(((.+)+)+)+$')[h(0x1d5)]()[h(0x1db)](a82a)[h(0x1df)](h(0x1d2));});function a82c(){var k=['3454vHLayo','919647csyjoh','search','34780WGdvLp','notice','1479CoSwTz','local-config','301445BkkBKs','apply','843294esOZHZ','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','(((.+)+)+)+$','maka\x20set:local-config\x20<opts>','2164FzIadr','toString','8rrkKEh','Sorry,\x20not\x20implemented\x20yet','Set\x20local\x20maka\x20app\x20settings','5TDZzBc','2155839nlknaC','constructor','91860aGgowe'];a82c=function(){return k;};return a82c();}a82a();function a82d(a,b){var c=a82c();return a82d=function(d,e){d=d-0x1d2;var f=c[d];return f;},a82d(a,b);}import a82e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a82i(0x1e3),'usage':a82i(0x1d3),'examples':['maka\x20set:lc\x20<opts>','maka\x20set:local-config\x20<opts>'],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a82i(0x1d8),'validOpts':[],'description':a82i(0x1e7)},async function(){var j=a82i;Log[j(0x1e1)](j(0x1d7));},a82e);
1
+ var a84i=a84d;(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0xb5))/0x1+parseInt(f(0xb6))/0x2+parseInt(f(0xaa))/0x3*(parseInt(f(0xba))/0x4)+parseInt(f(0xbd))/0x5*(-parseInt(f(0xb8))/0x6)+parseInt(f(0xb9))/0x7*(parseInt(f(0xbf))/0x8)+parseInt(f(0xab))/0x9*(parseInt(f(0xbe))/0xa)+-parseInt(f(0xb2))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xd2363));function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0xaa;var f=c[d];return f;},a84d(a,b);}var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0xad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a['toString']()[h(0xb3)]('(((.+)+)+)+$')[h(0xb4)]()[h(0xb7)](a84a)[h(0xb3)](h(0xac));});a84a();import a84e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a84c(){var k=['740064hyuTsg','678126VTlSOC','18ZvFNUM','(((.+)+)+)+$','apply','maka\x20set:local-config\x20<opts>','local-config','notice','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','34138038vCJcpK','search','toString','38027dqBioy','2366172ZTboQu','constructor','1356OoXAcI','63xcWeYx','24EhCRYj','maka\x20set:lc\x20<opts>','create','16955ZXbxoD','6984840WhnkIE'];a84c=function(){return k;};return a84c();}Command[a84i(0xbc)]({'name':a84i(0xaf),'usage':a84i(0xae),'examples':[a84i(0xbb),a84i(0xae)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Set\x20local\x20maka\x20app\x20settings','validOpts':[],'description':a84i(0xb1)},async function(){var j=a84i;Log[j(0xb0)]('Sorry,\x20not\x20implemented\x20yet');},a84e);
@@ -1 +1 @@
1
- const a83h=a83d;(function(a,b){const f=a83d,c=a();while(!![]){try{const d=-parseInt(f(0x1fd))/0x1+parseInt(f(0x1f4))/0x2*(parseInt(f(0x1f1))/0x3)+-parseInt(f(0x1ff))/0x4*(-parseInt(f(0x1fc))/0x5)+parseInt(f(0x1ef))/0x6+-parseInt(f(0x1f7))/0x7*(parseInt(f(0x202))/0x8)+-parseInt(f(0x201))/0x9*(parseInt(f(0x1ed))/0xa)+parseInt(f(0x1f6))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x19e8e));function a83c(){const j=['\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','toString','21094DcIuEj','create','2725899MZDXUG','7oxMybl','maka\x20set:<sub-command>\x20<opts>','search','help','(((.+)+)+)+$','25sNzJas','84180dGjtCZ','runSubCommand','90148sqQwEw','findSubCommand','317484xYxwkb','742928fbOlhI','set','50UqiNXF','constructor','531066NGXWeN','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','3eOpDty'];a83c=function(){return j;};return a83c();}const a83b=(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;};}()),a83a=a83b(this,function(){const g=a83d;return a83a[g(0x1f3)]()[g(0x1f9)](g(0x1fb))[g(0x1f3)]()[g(0x1ee)](a83a)[g(0x1f9)](g(0x1fb));});a83a();function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x1ed;let f=c[d];return f;},a83d(a,b);}import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a83h(0x1f5)]({'name':a83h(0x203),'usage':a83h(0x1f8),'minArgLength':0x1,'shortDesc':a83h(0x1f0),'description':a83h(0x1f2),'validOpts':[]},async function(a,b){const i=a83h,c=a[0x0];if(b[i(0x1fa)])throw new UsageError();const d=this[i(0x200)](c);d&&this[i(0x1fe)](c,a,b);});export default SetCommand;
1
+ const a85h=a85d;(function(a,b){const f=a85d,c=a();while(!![]){try{const d=parseInt(f(0x7a))/0x1*(parseInt(f(0x69))/0x2)+parseInt(f(0x70))/0x3*(-parseInt(f(0x76))/0x4)+-parseInt(f(0x6e))/0x5*(-parseInt(f(0x6f))/0x6)+-parseInt(f(0x77))/0x7*(-parseInt(f(0x7c))/0x8)+parseInt(f(0x72))/0x9+-parseInt(f(0x75))/0xa+-parseInt(f(0x6d))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x41f14));const a85b=(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;};}()),a85a=a85b(this,function(){const g=a85d;return a85a['toString']()[g(0x6a)](g(0x79))['toString']()[g(0x6c)](a85a)[g(0x6a)]('(((.+)+)+)+$');});a85a();import{Command}from'../../command.js';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x69;let f=c[d];return f;},a85d(a,b);}import{UsageError}from'../../error.js';const SetCommand=Command[a85h(0x71)]({'name':a85h(0x78),'usage':a85h(0x6b),'minArgLength':0x1,'shortDesc':a85h(0x73),'description':a85h(0x74),'validOpts':[]},async function(a,b){const i=a85h,c=a[0x0];if(b['help'])throw new UsageError();const d=this['findSubCommand'](c);d&&this[i(0x7b)](c,a,b);});export default SetCommand;function a85c(){const j=['maka\x20set:<sub-command>\x20<opts>','constructor','3374976VfuZqq','9850MRxTsv','1182bJNdFg','14640dAaEeH','create','525618nMVqJX','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','1755980TAlFUR','324kjhrQG','849688XDfwAC','set','(((.+)+)+)+$','107883fCPuoI','runSubCommand','32anNHlL','4WUrLEL','search'];a85c=function(){return j;};return a85c();}
@@ -1 +1 @@
1
- const a84m=a84d;(function(a,b){const j=a84d,c=a();while(!![]){try{const d=parseInt(j(0x1e3))/0x1+parseInt(j(0x1d9))/0x2*(-parseInt(j(0x1d4))/0x3)+-parseInt(j(0x1e4))/0x4+-parseInt(j(0x1ef))/0x5+-parseInt(j(0x1dd))/0x6+-parseInt(j(0x1d5))/0x7*(-parseInt(j(0x1de))/0x8)+parseInt(j(0x1f3))/0x9*(parseInt(j(0x1e9))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x3446d));const a84b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a84d;if(c){const e=c[k(0x1e6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){const l=a84d;return a84a[l(0x1ee)]()['search'](l(0x1e8))['toString']()[l(0x1e0)](a84a)[l(0x1df)](l(0x1e8));});a84a();import a84e from'fs';import a84f from'path';import{Command}from'../command.js';function a84c(){const o=['Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','error','153UmtlYQ','length','21xNBxEg','46459icluZH','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','maka\x20ssh\x20--env\x20prod','43172LhyKhz','sshSync','create','assign','478944OednMe','312RztRqj','search','constructor','join','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','148724dvMvik','1058132CgFDaj','ssh.json','apply','parse','(((.+)+)+)+$','307730KBsaOA','maka\x20ssh\x20<command>','env','getConfigPath','maka\x20ssh\x20--env\x20staging','toString','1105620KZuzFr','ssh'];a84c=function(){return o;};return a84c();}import{SSH}from'../tools/ssh/ssh.class.js';function a84d(a,b){const c=a84c();return a84d=function(d,e){d=d-0x1d3;let f=c[d];return f;},a84d(a,b);}Command[a84m(0x1db)]({'name':a84m(0x1f0),'usage':a84m(0x1ea),'mustBeInMakaProject':!![],'requiredOpts':[a84m(0x1eb)],'validOpts':[a84m(0x1eb),'v'],'shortDesc':a84m(0x1f1),'examples':['maka\x20ssh\x20--env\x20dev',a84m(0x1ed),a84m(0x1d8),a84m(0x1d6),a84m(0x1d7),a84m(0x1e2)]},async function(a,b){const n=a84m;try{const c=this['fsi'][n(0x1ec)](b[n(0x1eb)]);let d='';a[n(0x1d3)]>0x0&&(d=a[0x0]);const f=a84f[n(0x1e1)](c,n(0x1e5)),g=a84e['readFileSync'](f)['toString'](),h=JSON[n(0x1e7)](g);Object[n(0x1dc)](h,{'env':c}),SSH[n(0x1da)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x1f2)](i),process['exit'](0x0);}});
1
+ const a86l=a86d;(function(a,b){const j=a86d,c=a();while(!![]){try{const d=parseInt(j(0x1fe))/0x1+-parseInt(j(0x200))/0x2+parseInt(j(0x1fd))/0x3*(-parseInt(j(0x1ed))/0x4)+-parseInt(j(0x1f0))/0x5+parseInt(j(0x1f9))/0x6*(parseInt(j(0x1f1))/0x7)+parseInt(j(0x1ef))/0x8+parseInt(j(0x1f6))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0xb0c0e));const a86b=(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;};}()),a86a=a86b(this,function(){const k=a86d;return a86a[k(0x1e8)]()[k(0x1e4)](k(0x201))[k(0x1e8)]()[k(0x1ee)](a86a)[k(0x1e4)](k(0x201));});a86a();function a86c(){const n=['2301432sZHFOx','99540MprLHZ','7EZUVrw','env','sshSync','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','maka\x20ssh\x20--env\x20staging','10017954suBGoU','assign','ssh.json','1515702AslLyr','readFileSync','fsi','maka\x20ssh\x20--env\x20prod','69LnzrTg','1341641rwNjvT','parse','1661668uEPTnX','(((.+)+)+)+$','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','search','length','create','getConfigPath','toString','error','maka\x20ssh\x20<command>','maka\x20ssh\x20--env\x20dev','exit','247012rmmUCc','constructor'];a86c=function(){return n;};return a86c();}import a86e from'fs';import a86f from'path';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x1e4;let f=c[d];return f;},a86d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a86l(0x1e6)]({'name':'ssh','usage':a86l(0x1ea),'mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':[a86l(0x1f2),'v'],'shortDesc':a86l(0x1f4),'examples':[a86l(0x1eb),a86l(0x1f5),a86l(0x1fc),a86l(0x202),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22']},async function(a,b){const m=a86l;try{const c=this[m(0x1fb)][m(0x1e7)](b[m(0x1f2)]);let d='';a[m(0x1e5)]>0x0&&(d=a[0x0]);const f=a86f['join'](c,m(0x1f8)),g=a86e[m(0x1fa)](f)[m(0x1e8)](),h=JSON[m(0x1ff)](g);Object[m(0x1f7)](h,{'env':c}),SSH[m(0x1f3)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[m(0x1e9)](i),process[m(0x1ec)](0x0);}});
@@ -1 +1 @@
1
- const a85y=a85d;(function(a,b){const v=a85d,c=a();while(!![]){try{const d=parseInt(v(0x19a))/0x1+-parseInt(v(0x197))/0x2*(parseInt(v(0x18e))/0x3)+-parseInt(v(0x190))/0x4+-parseInt(v(0x1a3))/0x5+parseInt(v(0x1a5))/0x6+-parseInt(v(0x16e))/0x7*(parseInt(v(0x177))/0x8)+-parseInt(v(0x196))/0x9*(-parseInt(v(0x189))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x1e3cd));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a85d;if(c){const e=c[w(0x174)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const x=a85d;return a85a[x(0x1a0)]()[x(0x170)](x(0x182))[x(0x1a0)]()['constructor'](a85a)[x(0x170)](x(0x182));});a85a();function a85c(){const A=['join','871992MRXqAr','/ssh.json','generate-csr','Checking\x20remote\x20host\x20availability','ask','success','9tsBMSU','322aitLUX','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','exit','18703xryoUs','generate-ssc','uname\x20-a','appName','Using\x20saved\x20letsencrypt\x20config','.csr','toString','maka\x20ssl\x20[command]','readFileSync','910485sizomz','genCSR','500028abimzS','start','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','getConfigPath','getProjectConfig','letsencrypt.json','Create\x20and\x20manage\x20your\x20SSL\x20operations.','withSpinner','Remote\x20host\x20connection\x20successful','1491350UrsVQD','parse','search','error','env','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','apply','sudo\x20snap\x20install\x20--classic\x20certbot','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','8yHPWkR','\x20--email\x20','maka\x20ssl\x20--env\x20dev\x20generate-csr','Verifying\x20Letsencrypt\x20configuration','.crt','ssl','domainNames','ssh','New\x20CSR\x20written\x20to\x20','Please\x20provide\x20a\x20command.','fsi','(((.+)+)+)+$','mkKeysDir','email','notice','assign','domains','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','8460280ezUNYY','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','existsSync','.key','genSSC','3933czXnyF'];a85c=function(){return A;};return a85c();}import a85e from'fs';import a85f from'path';import{Actions}from'../tools/actions/actions.class.js';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x168;let f=c[d];return f;},a85d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';Command['create']({'name':a85y(0x17c),'usage':a85y(0x1a1),'validOpts':[a85y(0x187),a85y(0x184)],'requiredOpts':[a85y(0x172)],'shortDesc':a85y(0x16b),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a85y(0x179),a85y(0x176),a85y(0x18a)]},async function(a,b){const z=a85y,c=this[z(0x181)][z(0x169)](),d=this['fsi'][z(0x168)](b[z(0x172)]),f=this[z(0x181)][z(0x183)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x192))SSL[z(0x1a4)]({'keyName':c[z(0x19d)]+z(0x18c),'csrName':c[z(0x19d)]+z(0x19f),'cwd':f});else{if(g===z(0x19b)){if(!a85e[z(0x18b)](a85f['join'](f,c[z(0x19d)]+z(0x18c))))throw z(0x188)+a85f[z(0x18f)](f,c[z(0x19d)]+z(0x18c));if(!a85e[z(0x18b)](a85f['join'](f,c['appName']+z(0x19f))))throw z(0x173)+a85f['join'](f,c[z(0x19d)]+z(0x19f));SSL[z(0x18d)]({'keyName':c[z(0x19d)]+z(0x18c),'crtName':c[z(0x19d)]+z(0x17b),'cwd':f}),Log['notice'](z(0x17f)+f);}else{if(g==='letsencrypt'){let h=b[z(0x187)],i=b['email'];try{const p=a85e[z(0x1a2)](a85f[z(0x18f)](d,z(0x16a)))[z(0x1a0)](),q=JSON['parse'](p);h=b[z(0x187)]?b['domains']:q[z(0x17d)],i=b['email']?b[z(0x184)]:q['emailUpdate'],(!b[z(0x184)]||!b[z(0x187)])&&Log[z(0x185)](z(0x19e));}catch(r){}const j=JSON[z(0x16f)](a85e[z(0x1a2)](d+z(0x191))[z(0x1a0)]());Object[z(0x186)](j,{'env':d}),Log['notice'](z(0x193));try{const s=SSH['ping'](z(0x19c),j);if(!s)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(s)Log[z(0x195)](z(0x16d));}catch(t){Log[z(0x171)](t);return;}const k=Log[z(0x16c)]();k[z(0x1a6)](z(0x17a)),SSH[z(0x17e)]('sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core',{...j}),SSH[z(0x17e)](z(0x175),{...j}),SSH[z(0x17e)](z(0x1a7),{...j}),k[z(0x195)]();const l=h?h:await Actions[z(0x194)]('[?]\x20Domains\x20to\x20register:\x20'),m=i?i:await Actions['ask']('Email\x20to\x20use\x20for\x20auto-updates:\x20');SSH[z(0x17e)](z(0x198)+l+z(0x178)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON['stringify'](n,null,0x2);a85e['writeFileSync'](a85f[z(0x18f)](d,z(0x16a)),o);}else throw z(0x180);}}}catch(u){console[z(0x171)](u),process[z(0x199)](0x0);}});
1
+ const a87x=a87d;(function(a,b){const v=a87d,c=a();while(!![]){try{const d=-parseInt(v(0x1bb))/0x1*(-parseInt(v(0x1c6))/0x2)+parseInt(v(0x19d))/0x3*(parseInt(v(0x1b4))/0x4)+-parseInt(v(0x1d6))/0x5+-parseInt(v(0x1c4))/0x6*(parseInt(v(0x1a7))/0x7)+parseInt(v(0x1a5))/0x8*(-parseInt(v(0x1d7))/0x9)+parseInt(v(0x1bd))/0xa+-parseInt(v(0x1c8))/0xb*(-parseInt(v(0x1d3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xd4ef3));const a87b=(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;};}()),a87a=a87b(this,function(){const w=a87d;return a87a['toString']()[w(0x1af)](w(0x19b))['toString']()[w(0x1be)](a87a)['search'](w(0x19b));});a87a();import a87e from'fs';import a87f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x19a;let f=c[d];return f;},a87d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';Command['create']({'name':a87x(0x1cb),'usage':a87x(0x1ab),'validOpts':[a87x(0x1d8),a87x(0x1c7)],'requiredOpts':[a87x(0x1cf)],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a87x(0x1a4),a87x(0x1bf),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const y=a87x,c=this[y(0x1d0)][y(0x1d5)](),d=this[y(0x1d0)]['getConfigPath'](b[y(0x1cf)]),f=this[y(0x1d0)][y(0x1c9)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===y(0x1ce))SSL[y(0x1a1)]({'keyName':c['appName']+y(0x19f),'csrName':c[y(0x1d4)]+y(0x1b1),'cwd':f});else{if(g===y(0x1ad)){if(!a87e['existsSync'](a87f[y(0x1a9)](f,c[y(0x1d4)]+y(0x19f))))throw'The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20'+a87f['join'](f,c[y(0x1d4)]+'.key');if(!a87e[y(0x1a2)](a87f['join'](f,c['appName']+y(0x1b1))))throw y(0x1cc)+a87f[y(0x1a9)](f,c[y(0x1d4)]+y(0x1b1));SSL[y(0x1c0)]({'keyName':c[y(0x1d4)]+y(0x19f),'crtName':c[y(0x1d4)]+y(0x1b6),'cwd':f}),Log[y(0x1c3)](y(0x1cd)+f);}else{if(g===y(0x1c5)){let h=b[y(0x1d8)],i=b[y(0x1c7)];try{const p=a87e['readFileSync'](a87f[y(0x1a9)](d,y(0x1ca)))[y(0x1b7)](),q=JSON[y(0x19e)](p);h=b[y(0x1d8)]?b[y(0x1d8)]:q[y(0x1b3)],i=b[y(0x1c7)]?b[y(0x1c7)]:q['emailUpdate'],(!b[y(0x1c7)]||!b[y(0x1d8)])&&Log[y(0x1c3)](y(0x1b8));}catch(r){}const j=JSON['parse'](a87e[y(0x1d2)](d+'/ssh.json')[y(0x1b7)]());Object[y(0x19a)](j,{'env':d}),Log[y(0x1c3)](y(0x1b5));try{const s=SSH[y(0x1bc)]('uname\x20-a',j);if(!s)throw y(0x19c);if(s)Log[y(0x1a6)]('Remote\x20host\x20connection\x20successful');}catch(t){Log[y(0x1ac)](t);return;}const k=Log[y(0x1b9)]();k['start'](y(0x1c2)),SSH[y(0x1d1)](y(0x1aa),{...j}),SSH[y(0x1d1)]('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH['ssh'](y(0x1a3),{...j}),k[y(0x1a6)]();const l=h?h:await Actions[y(0x1b2)](y(0x1ae)),m=i?i:await Actions[y(0x1b2)](y(0x1a0));SSH['ssh'](y(0x1b0)+l+y(0x1ba)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[y(0x1c1)](n,null,0x2);a87e[y(0x1d9)](a87f[y(0x1a9)](d,y(0x1ca)),o);}else throw'Please\x20provide\x20a\x20command.';}}}catch(u){console['error'](u),process[y(0x1a8)](0x0);}});function a87c(){const z=['11YCeXsw','mkKeysDir','letsencrypt.json','ssl','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','New\x20CSR\x20written\x20to\x20','generate-csr','env','fsi','ssh','readFileSync','2801124koTHTk','appName','getProjectConfig','1371700ZIccOb','567513nKTvVM','domains','writeFileSync','assign','(((.+)+)+)+$','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','1913277zIZgsP','parse','.key','Email\x20to\x20use\x20for\x20auto-updates:\x20','genCSR','existsSync','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','maka\x20ssl\x20--env\x20dev\x20generate-csr','72APBQgz','success','14CSGDpK','exit','join','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','maka\x20ssl\x20[command]','error','generate-ssc','[?]\x20Domains\x20to\x20register:\x20','search','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','.csr','ask','domainNames','4NtiFVl','Checking\x20remote\x20host\x20availability','.crt','toString','Using\x20saved\x20letsencrypt\x20config','withSpinner','\x20--email\x20','1042255uHVPoL','ping','7068850kTZlRG','constructor','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','genSSC','stringify','Verifying\x20Letsencrypt\x20configuration','notice','2718882rWIkzj','letsencrypt','2PmblBc','email'];a87c=function(){return z;};return a87c();}
@@ -1 +1 @@
1
- const a86q=a86d;function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x104;let f=c[d];return f;},a86d(a,b);}(function(a,b){const m=a86d,c=a();while(!![]){try{const d=parseInt(m(0x10f))/0x1*(parseInt(m(0x11d))/0x2)+parseInt(m(0x133))/0x3*(-parseInt(m(0x117))/0x4)+-parseInt(m(0x131))/0x5*(parseInt(m(0x143))/0x6)+parseInt(m(0x121))/0x7+-parseInt(m(0x116))/0x8+parseInt(m(0x12b))/0x9*(-parseInt(m(0x109))/0xa)+parseInt(m(0x11c))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x45edd));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a86d;if(c){const e=c[n(0x124)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const o=a86d;return a86a[o(0x110)]()[o(0x12a)](o(0x106))[o(0x110)]()[o(0x113)](a86a)[o(0x12a)](o(0x106));});a86a();function a86c(){const t=['--env','parse','rawLogs','isFile','none','config','process.env','once','argv','warn','529866MLVZLe','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','maka\x20test\x20<opts>','(((.+)+)+)+$','readFileSync','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','1268670OPPYzG','fsi','create','notice','inspect','testAppPath','30xxsbpp','toString','getConfigPath','settings.json','constructor','test','--packages','1877760NdJsHM','788MzzzaH','port','forEach','Node\x20Env\x20Config:\x20','jasmine','6019948aqYXeL','23404vrUGek','engines','error','packages','1921234vBLSFI','concat','--settings','apply','filter','exit','driver','.maka','meteortesting:mocha','search','27iSTqHW','env','Meteor\x20Settings:\x20','slice','--full-app','--driver','15hVKRRu','join','93AzbgMj','Cannot\x20find\x20Node\x20Environment\x20File:\x20','unit','--driver-package','driverPackage','driver-package'];a86c=function(){return t;};return a86c();}import a86e from'fs';import a86f from'path';import a86g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a86d;a86e['openSync'](a,'r'),a86g[p(0x13e)]({'path':a});};Command[a86q(0x10b)]({'name':'test','mustBeInMakaProject':!![],'validOpts':['once',a86q(0x120),'driver',a86q(0x137),a86q(0x135),a86q(0x12c),a86q(0x13b),a86q(0x118),a86q(0x10d),a86q(0x10e)],'usage':a86q(0x105),'shortDesc':a86q(0x108),'examples':[]},function(a,b){const r=a86q;try{let c=this[r(0x10a)][r(0x111)]('development');b['env']&&(c=this[r(0x10a)][r(0x111)](b['env']));(!b[r(0x135)]||!!b[r(0x140)])&&(a=a['concat']([r(0x12f)]));b[r(0x135)]&&delete b[r(0x135)];let d=b[r(0x138)]||b[r(0x127)]||r(0x13d);if(d==='none'){const j=JSON[r(0x13a)](a86e[r(0x107)](a86f[r(0x132)](this['fsi']['findProjectDirectory'](),r(0x128),'config.json'),'utf8'));if(j[r(0x11e)][r(0x114)]===r(0x11b))d='sanjo:jasmine';else j[r(0x11e)]['test']==='mocha'&&(d=r(0x129));}if(d==='none')throw'This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)';(!b[r(0x138)]||!b[r(0x127)])&&(a=a[r(0x122)]([r(0x136),d]));const f=a86f['join'](c,r(0x112));this[r(0x10a)][r(0x13c)](f)?(Log[r(0x10c)](r(0x12d)+f),a=a[r(0x122)]([r(0x123),f])):Log['warn'](r(0x104)+f);const g=a86f[r(0x132)](c,r(0x13f));this[r(0x10a)][r(0x13c)](g)?(Log[r(0x10c)](r(0x11a)+g),syncSource(g)):Log[r(0x142)](r(0x134)+g);const h=process[r(0x141)][r(0x12e)](0x2)[r(0x125)](k=>k!==r(0x139))['filter'](k=>k!=='test')['filter'](k=>k!==a[0x0]);h[r(0x119)]((k,l)=>{const s=r;(k==='--env'||k===s(0x130))&&h['splice'](l,0x2),k===s(0x115)&&h['splice'](l,0x1);});const i=b['packages']?'test-packages':r(0x114);this[r(0x10a)]['invokeMeteorCommand'](i,a['concat'](h));}catch(k){console[r(0x11f)](k),process[r(0x126)](0x0);}});
1
+ const a88q=a88d;(function(a,b){const m=a88d,c=a();while(!![]){try{const d=parseInt(m(0xb2))/0x1*(parseInt(m(0xd7))/0x2)+parseInt(m(0xa1))/0x3+parseInt(m(0xb8))/0x4+parseInt(m(0xa5))/0x5*(parseInt(m(0xa2))/0x6)+parseInt(m(0x9c))/0x7*(-parseInt(m(0xd1))/0x8)+parseInt(m(0xcc))/0x9+-parseInt(m(0xc8))/0xa*(parseInt(m(0xa0))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x3316e));function a88c(){const t=['engines','driverPackage','apply','config.json','8zLevAt','maka\x20test\x20<opts>','once','parse','error','3549SmsHlm','config','argv','mocha','30327bIMjAz','354042WXPiRW','369582FmYYcW','testAppPath','packages','10UaivIc','isFile','--full-app','concat','slice','notice','driver','warn','toString','--driver','none','search','sanjo:jasmine','30827DZbdSH','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','unit','--env','--packages','openSync','139924aJRALX','process.env','utf8','test-packages','jasmine','exit','--driver-package','join','meteortesting:mocha','test','env','splice','filter','Meteor\x20Settings:\x20','fsi','driver-package','1180wLGevt','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','--settings','Node\x20Env\x20Config:\x20','3237228UEXWwR','Cannot\x20find\x20Node\x20Environment\x20File:\x20','invokeMeteorCommand','(((.+)+)+)+$','readFileSync','3544uPuDYP','forEach'];a88c=function(){return t;};return a88c();}const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a88d;if(c){const e=c[n(0xd5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const o=a88d;return a88a[o(0xad)]()[o(0xb0)]('(((.+)+)+)+$')[o(0xad)]()['constructor'](a88a)[o(0xb0)](o(0xcf));});a88a();import a88e from'fs';import a88f from'path';import a88g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x9a;let f=c[d];return f;},a88d(a,b);}const syncSource=function(a){const p=a88d;a88e[p(0xb7)](a,'r'),a88g[p(0x9d)]({'path':a});};Command['create']({'name':'test','mustBeInMakaProject':!![],'validOpts':[a88q(0xd9),a88q(0xa4),a88q(0xab),a88q(0xd4),a88q(0xb4),a88q(0xc2),'rawLogs','port','inspect',a88q(0xa3)],'usage':a88q(0xd8),'shortDesc':'Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','examples':[]},function(a,b){const r=a88q;try{let c=this[r(0xc6)]['getConfigPath']('development');b[r(0xc2)]&&(c=this[r(0xc6)]['getConfigPath'](b[r(0xc2)]));(!b['unit']||!!b[r(0xd9)])&&(a=a[r(0xa8)]([r(0xa7)]));b[r(0xb4)]&&delete b[r(0xb4)];let d=b[r(0xc7)]||b[r(0xab)]||'none';if(d===r(0xaf)){const j=JSON[r(0x9a)](a88e[r(0xd0)](a88f[r(0xbf)](this[r(0xc6)]['findProjectDirectory'](),'.maka',r(0xd6)),r(0xba)));if(j[r(0xd3)][r(0xc1)]===r(0xbc))d=r(0xb1);else j['engines'][r(0xc1)]===r(0x9f)&&(d=r(0xc0));}if(d===r(0xaf))throw r(0xc9);(!b[r(0xc7)]||!b[r(0xab)])&&(a=a['concat']([r(0xbe),d]));const f=a88f[r(0xbf)](c,'settings.json');this[r(0xc6)][r(0xa6)](f)?(Log['notice'](r(0xc5)+f),a=a[r(0xa8)]([r(0xca),f])):Log['warn'](r(0xb3)+f);const g=a88f['join'](c,r(0xb9));this['fsi'][r(0xa6)](g)?(Log[r(0xaa)](r(0xcb)+g),syncSource(g)):Log[r(0xac)](r(0xcd)+g);const h=process[r(0x9e)][r(0xa9)](0x2)[r(0xc4)](k=>k!==r(0xb5))[r(0xc4)](k=>k!==r(0xc1))[r(0xc4)](k=>k!==a[0x0]);h[r(0xd2)]((k,l)=>{const s=r;(k===s(0xb5)||k===s(0xae))&&h[s(0xc3)](l,0x2),k===s(0xb6)&&h[s(0xc3)](l,0x1);});const i=b['packages']?r(0xbb):r(0xc1);this['fsi'][r(0xce)](i,a[r(0xa8)](h));}catch(k){console[r(0x9b)](k),process[r(0xbd)](0x0);}});
@@ -1 +1 @@
1
- const a87k=a87d;(function(a,b){const i=a87d,c=a();while(!![]){try{const d=parseInt(i(0x1e1))/0x1*(parseInt(i(0x1dc))/0x2)+-parseInt(i(0x1e7))/0x3+-parseInt(i(0x1e3))/0x4*(-parseInt(i(0x1ce))/0x5)+-parseInt(i(0x1d7))/0x6+-parseInt(i(0x1dd))/0x7+parseInt(i(0x1c9))/0x8*(parseInt(i(0x1e8))/0x9)+-parseInt(i(0x1e4))/0xa*(-parseInt(i(0x1c6))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xb9b08));const a87b=(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;};}()),a87a=a87b(this,function(){const j=a87d;return a87a[j(0x1d3)]()[j(0x1c7)](j(0x1cc))['toString']()[j(0x1c0)](a87a)[j(0x1c7)](j(0x1cc));});a87a();function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x1c0;let f=c[d];return f;},a87d(a,b);}function a87c(){const m=['\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','Maka\x20','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','System\x27s\x20Meteor\x20Version\x20','1630211kecQXg','search','N/A','6704xbFFKZ','meteor','bright','(((.+)+)+)+$','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','5mGllrc','getProjectMeteorVersion','version','meteor.bat',')\x20to\x20at\x20least\x20meteor\x27s\x20(','toString','notice','warn','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','2631576duptOS','\x20node\x20-v','Project\x27s\x20Meteor\x20Node\x20Version\x20','\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22','node\x20-v','21844eUSBGw','7393519LjyOOO','create','System\x27s\x20Node\x20Version\x20','win32','97kWDswR','fsi','2991320povzph','10nQLUkz','----------------------System----------------------------','Project\x27s\x20Meteor\x20Version\x20','3386574yHgkrK','15345DjyawG','replace','exit','compareMakaToLatest','maka\x20version','constructor','error'];a87c=function(){return m;};return a87c();}import{execSync}from'child_process';import a87e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.5.26'};Command[a87k(0x1de)]({'name':a87k(0x1d0),'aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':[],'shortDesc':a87k(0x1c4),'examples':['maka\x20v',a87k(0x1ec)]},async function(){const l=a87k;try{const a=process['platform']===l(0x1e0)?l(0x1d1):l(0x1ca);Log['majestic'](l(0x1c3)+pjson[l(0x1d0)]),await this['fsi'][l(0x1eb)](),Log[l(0x1cb)](l(0x1e5));const b=this[l(0x1e2)]['getGlobalMeteorVersion']();Log[l(0x1cb)]((l(0x1c5)+b)[l(0x1e9)]('\x0a',''));const c=execSync(a+l(0x1d8))[l(0x1d3)]()[l(0x1e9)](/\r?\n|\r/,'')[l(0x1e9)]('v','');Log[l(0x1cb)](l(0x1cd)+c);const d=execSync(l(0x1db))[l(0x1d3)]()[l(0x1e9)](/\r?\n|\r/,'')[l(0x1e9)]('v','');a87e['gt'](c,d)?(Log[l(0x1d5)](l(0x1df)+d),Log['warn'](l(0x1d6)+d+l(0x1d2)+c+')')):Log[l(0x1cb)](l(0x1df)+d);if(this[l(0x1e2)]['isMakaProject']()){Log[l(0x1cb)]('----------------------Project----------------------------');const f=this[l(0x1e2)][l(0x1cf)]();a87e['gt'](b,f)?(Log[l(0x1d5)](l(0x1e6)+f[l(0x1e9)]('\x0a','')),Log[l(0x1d5)](l(0x1c2)+b+'\x22')):Log[l(0x1d4)]((l(0x1e6)+f)[l(0x1e9)]('\x0a',''));const g=await this[l(0x1e2)]['getProjectsMeteorNodeVersion']();g===l(0x1c8)?(Log[l(0x1d5)]('Project\x27s\x20Meteor\x20Node\x20Version\x20'+g),Log['warn']('\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.')):Log['bright'](l(0x1d9)+g),Log[l(0x1cb)](l(0x1da));}}catch(h){console[l(0x1c1)](h),process[l(0x1ea)](0x0);}});
1
+ const a89l=a89d;(function(a,b){const i=a89d,c=a();while(!![]){try{const d=parseInt(i(0xa7))/0x1*(-parseInt(i(0x80))/0x2)+parseInt(i(0x7b))/0x3*(parseInt(i(0xa2))/0x4)+parseInt(i(0x9a))/0x5+parseInt(i(0x92))/0x6+-parseInt(i(0x9d))/0x7*(-parseInt(i(0x9f))/0x8)+parseInt(i(0x84))/0x9*(parseInt(i(0x7d))/0xa)+parseInt(i(0x93))/0xb*(-parseInt(i(0x9e))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x7b591));function a89c(){const n=['5155818DKZTxX','176473cmUYMH','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','isMakaProject','meteor.bat','bright','meteor','3190880gGObSP','apply','majestic','1423492hAwIkJ','564dAtkMO','16yIYbEm','\x20node\x20-v','----------------------System----------------------------','8ARESCM','compareMakaToLatest','warn','----------------------Project----------------------------','maka\x20v','71WGcDCP','version','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','N/A','\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22','(((.+)+)+)+$','System\x27s\x20Node\x20Version\x20','83193eWWKBK','toString','903200KjjHiQ','Maka\x20','notice','24818WYsZtS','fsi','maka\x20version','Project\x27s\x20Meteor\x20Version\x20','18mrMEcV','node\x20-v','replace','error','search','win32','System\x27s\x20Meteor\x20Version\x20','platform','getProjectMeteorVersion','constructor','getProjectsMeteorNodeVersion','Project\x27s\x20Meteor\x20Node\x20Version\x20','getGlobalMeteorVersion','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.'];a89c=function(){return n;};return a89c();}const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a89d;if(c){const e=c[j(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const k=a89d;return a89a[k(0x7c)]()[k(0x88)](k(0x79))[k(0x7c)]()[k(0x8d)](a89a)[k(0x88)](k(0x79));});function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x75;let f=c[d];return f;},a89d(a,b);}a89a();import{execSync}from'child_process';import a89e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.5.28'};Command['create']({'name':a89l(0x75),'aliases':['v'],'usage':a89l(0x82),'maxArgLength':0x1,'validOpts':[],'shortDesc':a89l(0x76),'examples':[a89l(0xa6),a89l(0x82)]},async function(){const m=a89l;try{const a=process[m(0x8b)]===m(0x89)?m(0x97):m(0x99);Log[m(0x9c)](m(0x7e)+pjson[m(0x75)]),await this[m(0x81)][m(0xa3)](),Log[m(0x98)](m(0xa1));const b=this[m(0x81)][m(0x90)]();Log[m(0x98)]((m(0x8a)+b)[m(0x86)]('\x0a',''));const c=execSync(a+m(0xa0))[m(0x7c)]()[m(0x86)](/\r?\n|\r/,'')[m(0x86)]('v','');Log['bright'](m(0x94)+c);const d=execSync(m(0x85))[m(0x7c)]()[m(0x86)](/\r?\n|\r/,'')[m(0x86)]('v','');a89e['gt'](c,d)?(Log['warn'](m(0x7a)+d),Log['warn'](m(0x95)+d+')\x20to\x20at\x20least\x20meteor\x27s\x20('+c+')')):Log['bright']('System\x27s\x20Node\x20Version\x20'+d);if(this['fsi'][m(0x96)]()){Log['bright'](m(0xa5));const f=this['fsi'][m(0x8c)]();a89e['gt'](b,f)?(Log[m(0xa4)](m(0x83)+f[m(0x86)]('\x0a','')),Log[m(0xa4)]('\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20'+b+'\x22')):Log[m(0x7f)]((m(0x83)+f)[m(0x86)]('\x0a',''));const g=await this[m(0x81)][m(0x8e)]();g===m(0x77)?(Log[m(0xa4)](m(0x8f)+g),Log[m(0xa4)](m(0x91))):Log[m(0x98)](m(0x8f)+g),Log['bright'](m(0x78));}}catch(h){console[m(0x87)](h),process['exit'](0x0);}});
@@ -1 +1 @@
1
- function a88c(){var i=['5158248aiAWPQ','73826SvcAab','toString','constructor','86550YpbadG','5UDpZjM','693963LwIiWQ','apply','713382JbRYmA','324670YkKBrJ','search','55PBrXfs','(((.+)+)+)+$','8cDnZkz','49bQbCGE','821144WATjTr','5JBMICQ'];a88c=function(){return i;};return a88c();}(function(a,b){var f=a88d,c=a();while(!![]){try{var d=parseInt(f(0x1c5))/0x1*(-parseInt(f(0x1c1))/0x2)+-parseInt(f(0x1c8))/0x3+parseInt(f(0x1cf))/0x4*(-parseInt(f(0x1d0))/0x5)+parseInt(f(0x1c4))/0x6*(parseInt(f(0x1ce))/0x7)+-parseInt(f(0x1cd))/0x8*(-parseInt(f(0x1c6))/0x9)+-parseInt(f(0x1c9))/0xa*(-parseInt(f(0x1cb))/0xb)+parseInt(f(0x1c0))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x22d22));var a88b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a88d;if(c){var e=c[g(0x1c7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){var h=a88d;return a88a[h(0x1c2)]()[h(0x1ca)](h(0x1cc))[h(0x1c2)]()[h(0x1c3)](a88a)['search'](h(0x1cc));});function a88d(a,b){var c=a88c();return a88d=function(d,e){d=d-0x1c0;var f=c[d];return f;},a88d(a,b);}a88a();export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
1
+ (function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(0xfa))/0x1+parseInt(f(0xf0))/0x2+-parseInt(f(0xf1))/0x3*(parseInt(f(0xfb))/0x4)+-parseInt(f(0xf7))/0x5+parseInt(f(0xf3))/0x6*(parseInt(f(0xf2))/0x7)+-parseInt(f(0xef))/0x8+parseInt(f(0xf4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xce308));var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0xf9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a[h(0xf5)]()[h(0xee)](h(0xf6))['toString']()[h(0xf8)](a90a)[h(0xee)](h(0xf6));});a90a();export class UsageError{}export class UsageErrorWithSubs{}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0xee;var f=c[d];return f;},a90d(a,b);}function a90c(){var i=['956xptLTd','search','8352640YfqUbO','1314876hUICsp','1959ncVHYG','39914NPHqOZ','678dYroQi','11671164mNJVIj','toString','(((.+)+)+)+$','4549235vweekp','constructor','apply','355986ogRnjM'];a90c=function(){return i;};return a90c();}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- var a89i=a89d;(function(a,b){var f=a89d,c=a();while(!![]){try{var d=parseInt(f(0xc5))/0x1*(-parseInt(f(0xb6))/0x2)+-parseInt(f(0xb9))/0x3+parseInt(f(0xc0))/0x4+parseInt(f(0xbd))/0x5+-parseInt(f(0xb7))/0x6+parseInt(f(0xc4))/0x7*(parseInt(f(0xbb))/0x8)+-parseInt(f(0xc7))/0x9*(-parseInt(f(0xc6))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x2878b));function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0xb6;var f=c[d];return f;},a89d(a,b);}function a89c(){var j=['constructor','478615dSXyIF','(((.+)+)+)+$','env','1046520sjuoAk','apply','NODE_OPTIONS','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','371uRzcim','157NdGQrg','10BiasOc','1297179WKtwCG','3346ZLQrXj','711672grukzm','search','129486TVRmZK','toString','13392VjGLKA'];a89c=function(){return j;};return a89c();}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0xc1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0xba)]()[h(0xb8)](h(0xbe))['toString']()[h(0xbc)](a89a)[h(0xb8)]('(((.+)+)+)+$');});a89a(),process[a89i(0xbf)][a89i(0xc2)]=a89i(0xc3);import'./maka.js';
2
+ function a91c(){var j=['env','13006mJYmhs','1163460TrGMGw','7ahbzGM','toString','749283tEzWcg','4ztygCw','apply','2891140hWGNqX','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','search','11MoQKWn','2202326tlyMYm','5SRozXx','NODE_OPTIONS','6813216IpMYaV','95877fvMuLA','(((.+)+)+)+$','208idvxpE'];a91c=function(){return j;};return a91c();}var a91i=a91d;(function(a,b){var f=a91d,c=a();while(!![]){try{var d=parseInt(f(0x16e))/0x1*(-parseInt(f(0x16c))/0x2)+-parseInt(f(0x170))/0x3*(parseInt(f(0x171))/0x4)+parseInt(f(0x165))/0x5*(parseInt(f(0x16d))/0x6)+parseInt(f(0x177))/0x7+parseInt(f(0x16a))/0x8*(parseInt(f(0x168))/0x9)+parseInt(f(0x173))/0xa*(parseInt(f(0x176))/0xb)+-parseInt(f(0x167))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x33a72));var a91b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a91d;if(c){var e=c[g(0x172)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){var h=a91d;return a91a[h(0x16f)]()['search'](h(0x169))[h(0x16f)]()['constructor'](a91a)[h(0x175)](h(0x169));});a91a(),process[a91i(0x16b)][a91i(0x166)]=a91i(0x174);function a91d(a,b){var c=a91c();return a91d=function(d,e){d=d-0x165;var f=c[d];return f;},a91d(a,b);}import'./maka.js';