@maka/maka-cli 4.6.10 → 4.6.11

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 (137) hide show
  1. package/bundle/obf/package.json +3 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/ai.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 -1
  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 -1
  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/install.js +1 -1
  73. package/bundle/obf/src/commands/jsdoc.js +1 -1
  74. package/bundle/obf/src/commands/lint.js +1 -1
  75. package/bundle/obf/src/commands/login.js +1 -1
  76. package/bundle/obf/src/commands/logout.js +1 -1
  77. package/bundle/obf/src/commands/logs.js +1 -1
  78. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  79. package/bundle/obf/src/commands/murder.js +1 -1
  80. package/bundle/obf/src/commands/proxy.js +1 -1
  81. package/bundle/obf/src/commands/reconfig.js +1 -1
  82. package/bundle/obf/src/commands/run/_index.js +1 -1
  83. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  84. package/bundle/obf/src/commands/run/run.command.js +1 -1
  85. package/bundle/obf/src/commands/set/_index.js +1 -1
  86. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  87. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  88. package/bundle/obf/src/commands/set/set.command.js +1 -1
  89. package/bundle/obf/src/commands/ssh.js +1 -1
  90. package/bundle/obf/src/commands/ssl.js +1 -1
  91. package/bundle/obf/src/commands/test.js +1 -1
  92. package/bundle/obf/src/commands/version.js +1 -1
  93. package/bundle/obf/src/error.js +1 -1
  94. package/bundle/obf/src/exec.js +1 -1
  95. package/bundle/obf/src/generator.js +1 -1
  96. package/bundle/obf/src/generators/_index.js +1 -1
  97. package/bundle/obf/src/generators/api.js +1 -1
  98. package/bundle/obf/src/generators/collection.js +1 -1
  99. package/bundle/obf/src/generators/component.js +1 -1
  100. package/bundle/obf/src/generators/config.js +1 -1
  101. package/bundle/obf/src/generators/dbc.js +1 -1
  102. package/bundle/obf/src/generators/dockerfile.js +1 -1
  103. package/bundle/obf/src/generators/hook.js +1 -1
  104. package/bundle/obf/src/generators/kit.js +1 -1
  105. package/bundle/obf/src/generators/layout.js +1 -1
  106. package/bundle/obf/src/generators/maka.gen.js +1 -1
  107. package/bundle/obf/src/generators/methods.js +1 -1
  108. package/bundle/obf/src/generators/package.js +1 -1
  109. package/bundle/obf/src/generators/page.js +1 -1
  110. package/bundle/obf/src/generators/publish.js +1 -1
  111. package/bundle/obf/src/generators/route.js +1 -1
  112. package/bundle/obf/src/generators/service.js +1 -1
  113. package/bundle/obf/src/generators/services/_index.js +1 -1
  114. package/bundle/obf/src/generators/services/openssl.js +1 -1
  115. package/bundle/obf/src/generators/services/translation.js +1 -1
  116. package/bundle/obf/src/maka.js +1 -1
  117. package/bundle/obf/src/tool.js +1 -1
  118. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  119. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  120. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  121. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  122. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  123. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  124. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  125. package/bundle/obf/src/tools/https/https.class.js +1 -1
  126. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  127. package/bundle/obf/src/tools/log/log.class.js +1 -1
  128. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  129. package/bundle/obf/src/tools/options/options.class.js +1 -1
  130. package/bundle/obf/src/tools/progress/progress.class.js +1 -0
  131. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  132. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  133. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  134. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  135. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  136. package/package.json +3 -1
  137. package/bundle/obf/src/tools/https/progress.class.js +0 -1
@@ -1 +1 @@
1
- const a74y=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0x8a))/0x1+parseInt(w(0xb7))/0x2+-parseInt(w(0x89))/0x3*(-parseInt(w(0x8b))/0x4)+parseInt(w(0x97))/0x5+parseInt(w(0x99))/0x6+parseInt(w(0xaa))/0x7+-parseInt(w(0x93))/0x8*(parseInt(w(0x8e))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0xa2f83));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 x=a74d;return a74a[x(0xa7)]()[x(0xb1)](x(0xad))[x(0xa7)]()['constructor'](a74a)[x(0xb1)]('(((.+)+)+)+$');});a74a();import a74e 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 a74c(){const A=['\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','notice','getGlobalConfig','maka\x20login','True','start','273TQecve','1268157EnFVLC','9980HOPMkF','success','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','128853lJcnGv','cert','localhost','cacert','debug','736qRoCrF','/api/v1/login','login','https://','696830bPbVfz','fsi','5681994KlJmVE','digest','Password:\x20','update','isFile','parse','Using\x20CA\x20Cert\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','password','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','toHex','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','www.maka-cli.com','Logging\x20into\x20https://','toString','env','/api/v1/status','7282093idNLrZ','error','header','(((.+)+)+)+$','create','sha256','/api/v1/encodeJwt','search','assign','email','failure','authToken','Email:','1798270gJyOmi','Preflight\x20Check'];a74c=function(){return A;};return a74c();}import{HTTPS}from'../tools/https/https.class.js';function a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x87;let f=c[d];return f;},a74d(a,b);}const hostname=process[a74y(0xa8)]['MAKA_DEV']===a74y(0x87)?a74y(0x90):a74y(0xa5);Command[a74y(0xae)]({'name':a74y(0x95),'validOpts':[a74y(0xb3),a74y(0xa1),'help','cacert',a74y(0x92)],'usage':a74y(0xbc),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74y(0xa2),'examples':[a74y(0xbc),a74y(0xa4)]},async function(a,b){const z=a74y,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[z(0x98)][z(0x9d)](b[z(0x91)])?(d=b[z(0x91)],Log[z(0xba)](z(0x9f)+d)):Log[z(0xab)](z(0x8d)+d));const f=await this['fsi'][z(0xbb)]();if(f[z(0x8f)]){if(this[z(0x98)][z(0x9d)](f[z(0x8f)]))d=f['cert'];else{Log['error'](z(0xa0)+d);return;}}Log[z(0xac)](z(0xa6)+hostname);const g={'url':z(0x96)+hostname+z(0xa9)};b[z(0x91)]&&Object[z(0xb2)](g,{'cert':d});c['start'](z(0xb8));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[z(0xb4)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c['failure']();throw z(0x96)+hostname+z(0xb9);}c[z(0x8c)]();const i=b['email']?b[z(0xb3)]:await Actions['ask'](z(0xb6)),j=b['password']?b[z(0xa1)]:await Actions['ask'](z(0x9b),!![]),k=a74e['md'][z(0xaf)][z(0xae)]();k[z(0x9c)](j);const l=k[z(0x9a)]()[z(0xa3)](),m={'hostname':hostname,'path':z(0x94),'data':{'email':i,'password':l,'hashed':!![]}};b[z(0x91)]&&Object[z(0xb2)](m,{'cert':d});c[z(0x88)]('Logging\x20in');const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[z(0xb4)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const p=JSON[z(0x9e)](n);if(p[z(0xb5)]){const q={'hostname':hostname,'path':z(0xb0),'headers':{'x-auth-token':p['authToken']},'data':{}};b['cacert']&&Object[z(0xb2)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[z(0x9e)](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[z(0x98)]['setGlobalConfig'](u);}else{c[z(0xb4)]();throw p;}c[z(0x8c)]();}catch(v){c[z(0xb4)](),console[z(0xab)](v),process['exit'](0x0);}});
1
+ const a74z=a74d;(function(a,b){const w=a74d,c=a();while(!![]){try{const d=-parseInt(w(0x13d))/0x1*(parseInt(w(0x135))/0x2)+parseInt(w(0x13c))/0x3+-parseInt(w(0x132))/0x4*(-parseInt(w(0x12d))/0x5)+parseInt(w(0x14d))/0x6*(parseInt(w(0x15c))/0x7)+-parseInt(w(0x152))/0x8+parseInt(w(0x14e))/0x9*(parseInt(w(0x15b))/0xa)+parseInt(w(0x13e))/0xb*(-parseInt(w(0x13a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a74c,0x79313));const a74b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a74d;if(c){const e=c[x(0x149)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a74a=a74b(this,function(){const y=a74d;return a74a[y(0x163)]()[y(0x13b)](y(0x12c))[y(0x163)]()[y(0x133)](a74a)[y(0x13b)](y(0x12c));});a74a();function a74c(){const B=['sha256','ask','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','1052968xGrZCM','constructor','localhost','45476XQsADL','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','password','cert','isFile','80076doiKgH','search','1739598mJhfrd','41BIbyUE','979ORdSLR','create','failure','email','error','Email:','get','/api/v1/encodeJwt','authToken','MAKA_DEV','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','apply','start','setGlobalConfig','assign','3390NWvXjc','27jPIkeh','digest','exit','/api/v1/login','1764800wBQtat','env','https://','cacert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Using\x20CA\x20Cert\x20','post','header','2246910HpvLwH','5733stuUPL','Password:\x20','/api/v1/status','withSpinner','notice','fsi','debug','toString','help','www.maka-cli.com','Logging\x20in','True','parse','maka\x20login','success','(((.+)+)+)+$','10qdHlJt'];a74c=function(){return B;};return a74c();}import a74e 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 a74d(a,b){const c=a74c();return a74d=function(d,e){d=d-0x12c;let f=c[d];return f;},a74d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a74z(0x153)][a74z(0x147)]===a74z(0x167)?a74z(0x134):a74z(0x165);Command[a74z(0x13f)]({'name':'login','validOpts':[a74z(0x141),a74z(0x137),a74z(0x164),a74z(0x155),a74z(0x162)],'usage':a74z(0x169),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a74z(0x130),'examples':['maka\x20login','maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a74z,c=Log[A(0x15f)]();try{let d='';b[A(0x155)]&&(this[A(0x161)]['isFile'](b[A(0x155)])?(d=b['cacert'],Log[A(0x160)](A(0x158)+d)):Log[A(0x142)](A(0x156)+d));const f=await this[A(0x161)]['getGlobalConfig']();if(f[A(0x138)]){if(this[A(0x161)][A(0x139)](f[A(0x138)]))d=f['cert'];else{Log['error'](A(0x157)+d);return;}}Log[A(0x15a)]('Logging\x20into\x20https://'+hostname);const g={'url':A(0x154)+hostname+A(0x15e)};b['cacert']&&Object[A(0x14c)](g,{'cert':d});c[A(0x14a)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[A(0x144)](g);if(h===0x198){c[A(0x140)]();throw A(0x148);}if(h!==0xc8){c['failure']();throw'https://'+hostname+A(0x136);}c[A(0x16a)]();const i=b[A(0x141)]?b['email']:await Actions['ask'](A(0x143)),j=b[A(0x137)]?b['password']:await Actions[A(0x12f)](A(0x15d),!![]),k=a74e['md'][A(0x12e)][A(0x13f)]();k['update'](j);const l=k[A(0x14f)]()['toHex'](),m={'hostname':hostname,'path':A(0x151),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x155)]&&Object[A(0x14c)](m,{'cert':d});c['start'](A(0x166));const {data:n,statusCode:o}=await HTTPS[A(0x159)](m);if(o===0x198){c[A(0x140)]('\x0a');throw A(0x131)+hostname;}const p=JSON[A(0x168)](n);if(p[A(0x146)]){const q={'hostname':hostname,'path':A(0x145),'headers':{'x-auth-token':p['authToken']},'data':{}};b[A(0x155)]&&Object[A(0x14c)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS['post'](q),{token:t}=JSON[A(0x168)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this[A(0x161)][A(0x14b)](u);}else{c[A(0x140)]();throw p;}c[A(0x16a)]();}catch(v){c[A(0x140)](),console[A(0x142)](v),process[A(0x150)](0x0);}});
@@ -1 +1 @@
1
- const a75n=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=-parseInt(l(0x170))/0x1+parseInt(l(0x15e))/0x2*(parseInt(l(0x17c))/0x3)+-parseInt(l(0x15f))/0x4*(-parseInt(l(0x157))/0x5)+parseInt(l(0x179))/0x6+parseInt(l(0x17f))/0x7+parseInt(l(0x177))/0x8+parseInt(l(0x161))/0x9*(-parseInt(l(0x15c))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd8d28));const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const m=a75d;return a75a['toString']()[m(0x173)](m(0x167))[m(0x16c)]()[m(0x176)](a75a)[m(0x173)]('(((.+)+)+)+$');});a75a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0x156;let f=c[d];return f;},a75d(a,b);}function a75c(){const p=['True','getGlobalConfig','toString','success','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','start','176041syLWvL','header','maka\x20logout','search','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','constructor','10397480PLyVJA','get','5871138RGGami','withSpinner','Logging\x20out','6DhxklH','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','localhost','12361090wYwuth','fsi','15DQsUzK','cert','authToken','/api/v1/logoutAll','failure','10liDOAJ','https://','492142yBzKMq','1874492eEWzeZ','cacert','43901496YvWUEc','isFile','Using\x20CA\x20Cert\x20','post','www.maka-cli.com','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','(((.+)+)+)+$','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','error'];a75c=function(){return p;};return a75c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env']['MAKA_DEV']===a75n(0x16a)?a75n(0x17e):a75n(0x165);Command['create']({'name':'logout','validOpts':['cacert'],'usage':a75n(0x172),'maxArgLength':0x2,'shortDesc':a75n(0x16e),'disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const o=a75n,c=Log[o(0x17a)]();try{let d='';b[o(0x160)]&&(this[o(0x156)][o(0x162)](b[o(0x160)])?(d=b['cacert'],Log['notice'](o(0x163)+d)):Log['error'](o(0x168)+d));const f=await this[o(0x156)][o(0x16b)]();if(f['cert']){if(this[o(0x156)]['isFile'](f[o(0x158)]))d=f[o(0x158)];else{c['failure']();throw Log['error'](o(0x174)+d);}}Log[o(0x171)]('Logging\x20out\x20of\x20https://'+hostname);const g={'url':o(0x15d)+hostname+'/api/v1/status'};b[o(0x160)]&&Object['assign'](g,{'cert':d});c[o(0x16f)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[o(0x178)](g);if(h===0x198){c[o(0x15b)]();throw o(0x17d);}c[o(0x16d)]();if(h!==0xc8){c[o(0x15b)]();throw o(0x175);}if(!f?.['token']?.[o(0x159)])throw Log['error'](o(0x166));c['start'](o(0x17b));const i={'hostname':hostname,'path':o(0x15a),'data':{},'headers':{'x-auth-token':f['token']['authToken']}};b[o(0x160)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x164)](i);if(j===0x198){c[o(0x15b)]('\x0a');throw o(0x17d);}this[o(0x156)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[o(0x16d)]();}catch(k){k&&console[o(0x169)](k),process['exit'](0x0);}});
1
+ const a75o=a75d;(function(a,b){const l=a75d,c=a();while(!![]){try{const d=parseInt(l(0xe8))/0x1*(-parseInt(l(0xdf))/0x2)+-parseInt(l(0xc6))/0x3+-parseInt(l(0xc4))/0x4*(-parseInt(l(0xec))/0x5)+-parseInt(l(0xcd))/0x6+parseInt(l(0xc3))/0x7*(-parseInt(l(0xeb))/0x8)+parseInt(l(0xe1))/0x9*(parseInt(l(0xca))/0xa)+parseInt(l(0xef))/0xb*(parseInt(l(0xe3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a75c,0xd0e76));function a75d(a,b){const c=a75c();return a75d=function(d,e){d=d-0xc2;let f=c[d];return f;},a75d(a,b);}const a75b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a75d;if(c){const e=c[m(0xd4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a75a=a75b(this,function(){const n=a75d;return a75a['toString']()[n(0xd3)](n(0xdc))[n(0xf5)]()[n(0xe7)](a75a)[n(0xd3)](n(0xdc));});function a75c(){const q=['token','setGlobalConfig','constructor','63598IEAZxP','cacert','isFile','2682136mKqAzG','995YkTIhh','success','post','2651LSlKTf','failure','notice','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20logout','/api/v1/status','toString','Logging\x20out','35GxvVqC','3436ozBitq','error','775884JrwprL','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','True','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','250DsTeFB','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','exit','7325016CrkoHd','header','MAKA_DEV','Logging\x20out\x20of\x20https://','env','getGlobalConfig','search','apply','assign','withSpinner','fsi','authToken','create','start','/api/v1/logoutAll','(((.+)+)+)+$','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','localhost','30TFkFPb','cert','376641TKWpcz','Preflight\x20Check','186636FRTxDX','https://'];a75c=function(){return q;};return a75c();}a75a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a75o(0xd1)][a75o(0xcf)]===a75o(0xc8)?a75o(0xde):'www.maka-cli.com';Command[a75o(0xd9)]({'name':'logout','validOpts':['cacert'],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a75o(0xf3)]},async function(a,b){const p=a75o,c=Log[p(0xd6)]();try{let d='';b[p(0xe9)]&&(this['fsi']['isFile'](b['cacert'])?(d=b[p(0xe9)],Log[p(0xf1)]('Using\x20CA\x20Cert\x20'+d)):Log['error'](p(0xf2)+d));const f=await this[p(0xd7)][p(0xd2)]();if(f[p(0xe0)]){if(this['fsi'][p(0xea)](f[p(0xe0)]))d=f[p(0xe0)];else{c[p(0xf0)]();throw Log['error'](p(0xcb)+d);}}Log[p(0xce)](p(0xd0)+hostname);const g={'url':p(0xe4)+hostname+p(0xf4)};b[p(0xe9)]&&Object[p(0xd5)](g,{'cert':d});c[p(0xda)](p(0xe2));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0xf0)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}c[p(0xed)]();if(h!==0xc8){c[p(0xf0)]();throw p(0xc9);}if(!f?.[p(0xe5)]?.[p(0xd8)])throw Log[p(0xc5)](p(0xc7));c[p(0xda)](p(0xc2));const i={'hostname':hostname,'path':p(0xdb),'data':{},'headers':{'x-auth-token':f[p(0xe5)][p(0xd8)]}};b[p(0xe9)]&&Object['assign'](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0xee)](i);if(j===0x198){c[p(0xf0)]('\x0a');throw p(0xdd);}this[p(0xd7)][p(0xe6)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0xed)]();}catch(k){k&&console['error'](k),process[p(0xcc)](0x0);}});
@@ -1 +1 @@
1
- const a76k=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0xc4))/0x1+-parseInt(h(0xc1))/0x2+parseInt(h(0xd6))/0x3+-parseInt(h(0xd7))/0x4+-parseInt(h(0xda))/0x5*(-parseInt(h(0xc5))/0x6)+-parseInt(h(0xce))/0x7+parseInt(h(0xdb))/0x8*(parseInt(h(0xc3))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xf0879));function a76c(){const m=['maka\x20logs\x20--env\x20dev','log','5226995ugWjyr','15520440uZRMUx','join','env','883486VcWXUo','(((.+)+)+)+$','9EZXAkf','407638RRjUpF','6OGfXxN','create','View\x20the\x20PM2\x20logs','toString','pm2\x20logs','getConfigPath','maka\x20l\x20-e\x20p','assign','readFileSync','8751071WjqEll','parse','maka\x20logs','apply','constructor','ssh.json','sshSync','search','770757MKzKYL','3891624EnBBxq'];a76c=function(){return m;};return a76c();}const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a76d;if(c){const e=c[i(0xd1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const j=a76d;return a76a[j(0xc8)]()['search'](j(0xc2))[j(0xc8)]()[j(0xd2)](a76a)[j(0xd5)](j(0xc2));});a76a();import a76e from'fs';import a76f from'path';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0xc1;let f=c[d];return f;},a76d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a76k(0xc6)]({'name':'logs','aliases':['l',a76k(0xd9)],'usage':a76k(0xd0),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':a76k(0xc7),'examples':[a76k(0xd8),'maka\x20logs\x20--env\x20staging',a76k(0xcb)]},function(a,b){const l=a76k,c=l(0xc9),d=this['fsi'][l(0xca)](b[l(0xdd)]),e=a76f[l(0xdc)](d,l(0xd3)),f=a76e[l(0xcd)](e),g=JSON[l(0xcf)](f['toString']());Object[l(0xcc)](g,{'env':d}),SSH[l(0xd4)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a76j=a76d;(function(a,b){const h=a76d,c=a();while(!![]){try{const d=parseInt(h(0x1b3))/0x1+-parseInt(h(0x1ac))/0x2*(parseInt(h(0x1a3))/0x3)+-parseInt(h(0x1a6))/0x4+parseInt(h(0x1a7))/0x5*(-parseInt(h(0x19f))/0x6)+-parseInt(h(0x1b7))/0x7*(parseInt(h(0x1b2))/0x8)+-parseInt(h(0x1aa))/0x9*(-parseInt(h(0x1a5))/0xa)+-parseInt(h(0x1a1))/0xb*(-parseInt(h(0x1b4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0xc468d));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const i=a76d;return a76a[i(0x1b5)]()[i(0x1ab)](i(0x1b0))[i(0x1b5)]()[i(0x1a4)](a76a)[i(0x1ab)](i(0x1b0));});a76a();import a76e from'fs';function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x19f;let f=c[d];return f;},a76d(a,b);}function a76c(){const l=['1369655QwTSyy','ssh.json','2493342nQyVLN','env','30987GbFCPE','fsi','4707iqvAlr','constructor','14810620pxCsww','2330876bNrlYu','15Fgqgkv','readFileSync','getConfigPath','9OcseVl','search','1446zdbnzW','maka\x20l\x20-e\x20p','sshSync','maka\x20logs\x20--env\x20staging','(((.+)+)+)+$','logs','8PILPyT','1294099xkQauJ','5064McjDks','toString','maka\x20logs\x20--env\x20dev'];a76c=function(){return l;};return a76c();}import a76f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a76j(0x1b1),'aliases':['l','log'],'usage':'maka\x20logs','requiredOpts':[a76j(0x1a0)],'mustBeInMakaProject':!![],'validOpts':['verbose'],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a76j(0x1b6),a76j(0x1af),a76j(0x1ad)]},function(a,b){const k=a76j,c='pm2\x20logs',d=this[k(0x1a2)][k(0x1a9)](b[k(0x1a0)]),e=a76f['join'](d,k(0x1b8)),f=a76e[k(0x1a8)](e),g=JSON['parse'](f[k(0x1b5)]());Object['assign'](g,{'env':d}),SSH[k(0x1ae)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- const a77i=a77d;function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x19b;let f=c[d];return f;},a77d(a,b);}(function(a,b){const g=a77d,c=a();while(!![]){try{const d=parseInt(g(0x19b))/0x1+-parseInt(g(0x1aa))/0x2*(-parseInt(g(0x1b3))/0x3)+-parseInt(g(0x1b4))/0x4+-parseInt(g(0x1a1))/0x5*(parseInt(g(0x1a4))/0x6)+parseInt(g(0x1b2))/0x7*(-parseInt(g(0x1b1))/0x8)+-parseInt(g(0x1a7))/0x9+parseInt(g(0x1af))/0xa*(parseInt(g(0x19c))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x78b0e));function a77c(){const k=['maka\x20--help','4720752OwLdWe','7IdYezy','6rQulll','1252148cFMrEK','maka\x20create\x20Todo','563673xsenUV','12881506VaAZiB','search','exit','fsi','maka','92230XSwYJJ','error','\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.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\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','246cFwRte','maka\x20<command>\x20[<args>]\x20[<opts>]','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','2680290XzLdEt','(((.+)+)+)+$','constructor','716858xuksRF','runSubCommand','toString','maybeProxyCommandToMeteor','findSubCommand','10PyhGVv'];a77c=function(){return k;};return a77c();}const a77b=(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;};}()),a77a=a77b(this,function(){const h=a77d;return a77a[h(0x1ac)]()[h(0x19d)](h(0x1a8))[h(0x1ac)]()[h(0x1a9)](a77a)[h(0x19d)](h(0x1a8));});a77a();import{Command}from'../command.js';const Maka=new Command({'name':a77i(0x1a0),'minArgLength':0x1,'shortDesc':a77i(0x1a6),'validOpts':[],'usage':a77i(0x1a5),'disableAuthCheck':!![],'examples':[a77i(0x1b0),'maka\x20install\x20meteor',a77i(0x1b5),'maka\x20run'],'description':a77i(0x1a3)},async function(a,b){const j=a77i;try{const c=a[0x0],d=this[j(0x1ae)](c);d?this[j(0x1ab)](c,a['slice'](0x1),b):this[j(0x19f)][j(0x1ad)]();}catch(f){console[j(0x1a2)](f),process[j(0x19e)](0x1);}});export default Maka;
1
+ const a77j=a77d;function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0x124;let f=c[d];return f;},a77d(a,b);}function a77c(){const l=['3602485lYBbzA','maka\x20<command>\x20[<args>]\x20[<opts>]','40zZZPIb','\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.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','toString','maka\x20--help','maka\x20create\x20Todo','(((.+)+)+)+$','871458WCpBAC','exit','3810252jMFhbN','939236rjIfuR','740czrVID','46071HItHRq','85560ScJIcE','12APsvIh','slice','error','maka\x20install\x20meteor','runSubCommand','347356uqEHYk','findSubCommand','search','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','fsi','apply'];a77c=function(){return l;};return a77c();}(function(a,b){const g=a77d,c=a();while(!![]){try{const d=-parseInt(g(0x136))/0x1+parseInt(g(0x12d))/0x2+-parseInt(g(0x130))/0x3*(parseInt(g(0x131))/0x4)+parseInt(g(0x13c))/0x5+-parseInt(g(0x12c))/0x6+-parseInt(g(0x12a))/0x7*(-parseInt(g(0x124))/0x8)+-parseInt(g(0x12f))/0x9*(parseInt(g(0x12e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x594fd));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a77d;if(c){const e=c[h(0x13b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const i=a77d;return a77a[i(0x126)]()[i(0x138)](i(0x129))[i(0x126)]()['constructor'](a77a)[i(0x138)](i(0x129));});a77a();import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a77j(0x139),'validOpts':[],'usage':a77j(0x13d),'disableAuthCheck':!![],'examples':[a77j(0x127),a77j(0x134),a77j(0x128),'maka\x20run'],'description':a77j(0x125)},async function(a,b){const k=a77j;try{const c=a[0x0],d=this[k(0x137)](c);d?this[k(0x135)](c,a[k(0x132)](0x1),b):this[k(0x13a)]['maybeProxyCommandToMeteor']();}catch(f){console[k(0x133)](f),process[k(0x12b)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a78i=a78d;function a78c(){var k=['280ebklCM','apply','font-family:\x20monospace','448692gytVvZ','159066MeSNbz','143AxojlQ','3047000IBEIjd','(((.+)+)+)+$','206716jtWnjJ','toString','3ukVHhg','maka\x20murder','2761552RzEjFB','constructor','Murrrrderrrrr','error','%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','create','1782335ydqUfl','murder','log','exit','1299816uxuFnj','search','12SIYlya','1dFzOlF'];a78c=function(){return k;};return a78c();}(function(a,b){var f=a78d,c=a();while(!![]){try{var d=-parseInt(f(0x161))/0x1*(parseInt(f(0x16a))/0x2)+parseInt(f(0x16c))/0x3*(-parseInt(f(0x16e))/0x4)+parseInt(f(0x174))/0x5*(parseInt(f(0x160))/0x6)+-parseInt(f(0x15e))/0x7+parseInt(f(0x162))/0x8*(parseInt(f(0x166))/0x9)+-parseInt(f(0x168))/0xa+-parseInt(f(0x167))/0xb*(-parseInt(f(0x165))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0x823e1));function a78d(a,b){var c=a78c();return a78d=function(d,e){d=d-0x15b;var f=c[d];return f;},a78d(a,b);}var a78b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a78d;if(c){var e=c[g(0x163)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a78a=a78b(this,function(){var h=a78d;return a78a[h(0x16b)]()[h(0x15f)](h(0x169))[h(0x16b)]()[h(0x16f)](a78a)[h(0x15f)](h(0x169));});a78a();import{Command}from'../command.js';Command[a78i(0x173)]({'name':a78i(0x15b),'usage':a78i(0x16d),'maxArgLength':0x1,'shortDesc':a78i(0x170),'validOpts':[]},async function(){var j=a78i;try{console[j(0x15c)](j(0x172),j(0x164));}catch(a){console[j(0x171)](a),process[j(0x15d)](0x0);}});
1
+ var a78h=a78d;(function(a,b){var f=a78d,c=a();while(!![]){try{var d=-parseInt(f(0x94))/0x1*(parseInt(f(0x90))/0x2)+-parseInt(f(0x91))/0x3+parseInt(f(0x8e))/0x4+parseInt(f(0x9b))/0x5*(-parseInt(f(0x8f))/0x6)+parseInt(f(0x8c))/0x7+-parseInt(f(0x96))/0x8+-parseInt(f(0x92))/0x9*(-parseInt(f(0x9a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa10e3));var a78b=(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;};}()),a78a=a78b(this,function(){var g=a78d;return a78a[g(0x9d)]()[g(0x98)](g(0x9c))[g(0x9d)]()[g(0x97)](a78a)[g(0x98)](g(0x9c));});a78a();import{Command}from'../command.js';function a78d(a,b){var c=a78c();return a78d=function(d,e){d=d-0x8c;var f=c[d];return f;},a78d(a,b);}Command['create']({'name':'murder','usage':'maka\x20murder','maxArgLength':0x1,'shortDesc':a78h(0x95),'validOpts':[]},async function(){var i=a78h;try{console['log'](i(0x8d),i(0x99));}catch(a){console['error'](a),process[i(0x93)](0x0);}});function a78c(){var j=['6187782ebxZqP','161192TCLbGo','1442607IeuRWZ','20020626RAVjIf','exit','11CfxyPA','Murrrrderrrrr','7457272CCsmPV','constructor','search','font-family:\x20monospace','10SLBzYp','5MrYzYU','(((.+)+)+)+$','toString','5092486iwURdB','%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','4154208OtDOPA'];a78c=function(){return j;};return a78c();}
@@ -1 +1 @@
1
- const a79p=a79d;function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xc0;let f=c[d];return f;},a79d(a,b);}(function(a,b){const n=a79d,c=a();while(!![]){try{const d=parseInt(n(0xc6))/0x1*(-parseInt(n(0xc0))/0x2)+-parseInt(n(0xe5))/0x3+parseInt(n(0xcf))/0x4*(-parseInt(n(0xe4))/0x5)+-parseInt(n(0xd6))/0x6*(-parseInt(n(0xc1))/0x7)+-parseInt(n(0xe8))/0x8+parseInt(n(0xc2))/0x9+parseInt(n(0xd5))/0xa*(parseInt(n(0xd4))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xeec1f));function a79c(){const r=['.crt','utf8','660TlyUvE','54430JExvHL','6WaxKlJ','.csr','invoke','maka\x20proxy','createProxyServer','error','toString','\x20to\x20','isFile','bright','findGenerator','localhost','search','listen','10RyEkCt','534120lmEPhp','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','5700448sZqHMK','maka\x20proxy\x20--target-host\x20http://192.168.1.20','targetPort','getProjectConfig','proxy','genCSR','100358jyrNta','11811982VgUrga','15814566sJhWix','listenPort','sslconfig','getConfigPath','19qmRwtc','=>\x20SSL\x20Proxy\x20forwarding\x20','fsi','targetHost','join','.key','mkKeysDir','(((.+)+)+)+$','readFileSync','1898464KwhgDJ','appName','constructor'];a79c=function(){return r;};return a79c();}const a79b=(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;};}()),a79a=a79b(this,function(){const o=a79d;return a79a[o(0xdc)]()[o(0xe2)](o(0xcd))['toString']()[o(0xd1)](a79a)[o(0xe2)](o(0xcd));});a79a();import a79e from'fs';import a79f from'path';import a79g 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 a79h from'../generators/maka.gen.js';Command['create']({'name':a79p(0xec),'usage':a79p(0xd9),'mustBeInMakaProject':!![],'validOpts':['help',a79p(0xea),a79p(0xc3),a79p(0xc9)],'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':[a79p(0xd9),a79p(0xe6),a79p(0xe9)]},async function(a,b){const q=a79p,c=this[q(0xc8)][q(0xeb)](),d='development',e=this[q(0xc8)][q(0xc5)](d),f=this[q(0xc8)][q(0xcc)]({'configPath':e}),g=b[q(0xea)]?Number(b[q(0xea)]):0xbb8,h=b[q(0xc3)]?Number(b[q(0xc3)]):0xd73,i=b['targetHost']?b[q(0xc9)]:q(0xe1),j=a79f[q(0xca)](f,c[q(0xd0)]+q(0xcb)),k=a79f[q(0xca)](f,c[q(0xd0)]+q(0xd2));if(!this[q(0xc8)]['isFile'](j)||!this[q(0xc8)][q(0xde)](k)){const m=a79h[q(0xe0)]('sslconfig');m&&await m[q(0xd8)]([q(0xc4)],{'env':d}),SSL[q(0xed)]({'keyName':c[q(0xd0)]+q(0xcb),'csrName':c[q(0xd0)]+q(0xd7),'cwd':f}),SSL['genSSC']({'keyName':c[q(0xd0)]+'.key','crtName':c[q(0xd0)]+q(0xd2),'cwd':f});}if(g===h){Log[q(0xdb)](q(0xe7));throw new UsageError();}const l={'ssl':{'key':a79e['readFileSync'](j,q(0xd3)),'cert':a79e[q(0xce)](k,q(0xd3))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a79g[q(0xda)](l)[q(0xe3)](Number(h)),Log[q(0xdf)](q(0xc7)+h+q(0xdd)+g);});
1
+ const a79q=a79d;(function(a,b){const n=a79d,c=a();while(!![]){try{const d=parseInt(n(0x10e))/0x1+parseInt(n(0xfa))/0x2+-parseInt(n(0x113))/0x3*(-parseInt(n(0x105))/0x4)+-parseInt(n(0xfb))/0x5+parseInt(n(0x121))/0x6*(parseInt(n(0x114))/0x7)+parseInt(n(0x110))/0x8*(-parseInt(n(0x115))/0x9)+-parseInt(n(0x119))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xc0d3b));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a79d;if(c){const e=c[o(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const p=a79d;return a79a[p(0x108)]()[p(0x10f)](p(0x117))['toString']()['constructor'](a79a)[p(0x10f)](p(0x117));});function a79c(){const s=['96171UqArjZ','111944fDPngF','45MRFZXA','.crt','(((.+)+)+)+$','bright','1669920LDlOYm','appName','development','getConfigPath','localhost','targetHost','maka\x20proxy\x20--target-host\x20http://192.168.1.20','fsi','468GAchmp','apply','join','utf8','416200woOzYd','6786220WzhgGg','findGenerator','targetPort','genCSR','invoke','getProjectConfig','help','listenPort','create','.key','28FxEcJj','maka\x20proxy','mkKeysDir','toString','readFileSync','\x20to\x20','listen','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','isFile','1495125kqoMED','search','1377512gfeuwd','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','.csr'];a79c=function(){return s;};return a79c();}a79a();import a79e from'fs';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0xfa;let f=c[d];return f;},a79d(a,b);}import a79f from'path';import a79g 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 a79h from'../generators/maka.gen.js';Command[a79q(0x103)]({'name':'proxy','usage':a79q(0x106),'mustBeInMakaProject':!![],'validOpts':[a79q(0x101),a79q(0xfd),'listenPort',a79q(0x11e)],'maxArgLength':0x1,'shortDesc':a79q(0x10c),'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':[a79q(0x106),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a79q(0x11f)]},async function(a,b){const r=a79q,c=this[r(0x120)][r(0x100)](),d=r(0x11b),e=this[r(0x120)][r(0x11c)](d),f=this[r(0x120)][r(0x107)]({'configPath':e}),g=b[r(0xfd)]?Number(b[r(0xfd)]):0xbb8,h=b[r(0x102)]?Number(b['listenPort']):0xd73,i=b[r(0x11e)]?b[r(0x11e)]:r(0x11d),j=a79f[r(0x123)](f,c[r(0x11a)]+r(0x104)),k=a79f[r(0x123)](f,c[r(0x11a)]+r(0x116));if(!this[r(0x120)][r(0x10d)](j)||!this[r(0x120)][r(0x10d)](k)){const m=a79h[r(0xfc)]('sslconfig');m&&await m[r(0xff)](['sslconfig'],{'env':d}),SSL[r(0xfe)]({'keyName':c[r(0x11a)]+r(0x104),'csrName':c[r(0x11a)]+r(0x112),'cwd':f}),SSL['genSSC']({'keyName':c[r(0x11a)]+r(0x104),'crtName':c[r(0x11a)]+r(0x116),'cwd':f});}if(g===h){Log['error'](r(0x111));throw new UsageError();}const l={'ssl':{'key':a79e[r(0x109)](j,r(0x124)),'cert':a79e['readFileSync'](k,r(0x124))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a79g['createProxyServer'](l)[r(0x10b)](Number(h)),Log[r(0x118)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+r(0x10a)+g);});
@@ -1 +1 @@
1
- const a80q=a80d;function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a80d(a,b);}(function(a,b){const n=a80d,c=a();while(!![]){try{const d=-parseInt(n(0x207))/0x1*(parseInt(n(0x21e))/0x2)+parseInt(n(0x20a))/0x3*(-parseInt(n(0x1fd))/0x4)+parseInt(n(0x215))/0x5+parseInt(n(0x200))/0x6*(parseInt(n(0x217))/0x7)+-parseInt(n(0x1ff))/0x8+parseInt(n(0x21f))/0x9*(parseInt(n(0x1f4))/0xa)+parseInt(n(0x1f9))/0xb*(parseInt(n(0x21b))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xd756e));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a80d;if(c){const e=c[o(0x1f6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const p=a80d;return a80a[p(0x1f8)]()[p(0x201)](p(0x212))[p(0x1f8)]()[p(0x20f)](a80a)[p(0x201)](p(0x212));});a80a();import a80e from'fs';import a80f from'path';function a80c(){const s=['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','(((.+)+)+)+$','pm2.config.js','~/settings.json','2079635FCMSXe','join','24703QVkPDE','fsi','scp','uname\x20-a','12EfWZer','success','assign','608kDmmLv','13047795IxKyAW','parse','~/ses.json','10tmJTFx','readFileSync','apply','ses.json','toString','4573294yUQCmS','\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','Reconfigure\x20your\x20deployed\x20applications','maka\x20reconfig\x20--env\x20prod','1262252aTfYfi','create','6372640EXhHZA','2220xgikNc','search','maka\x20reconfig','Remote\x20host\x20connection\x20successful','sshSync','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','reconfig','2126zYPued','ping','Checking\x20remote\x20host\x20availability','12TTwQGn','env','notice','ssh.json','exit','constructor','existsSync'];a80c=function(){return s;};return a80c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a80q(0x1fe)]({'name':a80q(0x206),'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a80q(0x202),'shortDesc':a80q(0x1fb),'description':a80q(0x1fa),'examples':[a80q(0x1fc)]},async function(a,b){const r=a80q;try{const c=this[r(0x218)]['getConfigPath'](b[r(0x20b)]),d=a80f['join'](c,r(0x20d)),f=a80e[r(0x1f5)](d)['toString'](),g=JSON[r(0x220)](f);Object[r(0x21d)](g,{'env':c}),Log[r(0x20c)](r(0x209));const h=SSH[r(0x208)](r(0x21a),g);if(!h)throw r(0x205);if(h)Log[r(0x21c)](r(0x203));const i=a80f[r(0x216)](c,'_keys',r(0x1f7));if(a80e[r(0x210)](i)){const l={'source':i,'dest':r(0x221),'verbose':!![]};SSH[r(0x219)](l,{...g});}const j=a80f[r(0x216)](c,r(0x213));SSH[r(0x219)]({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a80f[r(0x216)](c,'settings.json');SSH['scp']({'source':k,'dest':r(0x214),'verbose':!![]},{...g}),SSH[r(0x204)]('pm2\x20delete\x20all',g),await SSH['ssh'](r(0x211),{...g},{'verbose':!![]});}catch(m){console['error'](m),process[r(0x20e)](0x0);}});
1
+ const a80q=a80d;(function(a,b){const n=a80d,c=a();while(!![]){try{const d=-parseInt(n(0x12d))/0x1*(-parseInt(n(0x112))/0x2)+-parseInt(n(0x118))/0x3+parseInt(n(0x115))/0x4+-parseInt(n(0x117))/0x5*(-parseInt(n(0x10a))/0x6)+parseInt(n(0x131))/0x7+-parseInt(n(0x121))/0x8+-parseInt(n(0x12c))/0x9*(parseInt(n(0x11f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xe3c7c));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a80d;if(c){const e=c[o(0x138)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const p=a80d;return a80a[p(0x11c)]()[p(0x12b)]('(((.+)+)+)+$')[p(0x11c)]()[p(0x129)](a80a)[p(0x12b)](p(0x110));});a80a();import a80e from'fs';function a80c(){const s=['reconfig','~/settings.json','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','parse','exit','(((.+)+)+)+$','readFileSync','5424RYtMof','sshSync','fsi','6087808IwNFFT','ssh','7339685iRufFA','1216344fAXsMa','join','ping','env','toString','~/ses.json','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','4322910ckoPOR','_keys','13182320JwbTWC','uname\x20-a','ssh.json','assign','error','Checking\x20remote\x20host\x20availability','~/pm2.config.js','getConfigPath','constructor','pm2\x20delete\x20all','search','9GFmDIB','20BqOKHK','notice','settings.json','pm2.config.js','2620716uECWnH','scp','Reconfigure\x20your\x20deployed\x20applications','maka\x20reconfig\x20--env\x20prod','maka\x20reconfig','success','\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','apply','6gbiWCF'];a80c=function(){return s;};return a80c();}function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x10a;let f=c[d];return f;},a80d(a,b);}import a80f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':a80q(0x10b),'validOpts':[''],'requiredOpts':[a80q(0x11b)],'mustBeInMakaProject':!![],'usage':a80q(0x135),'shortDesc':a80q(0x133),'description':a80q(0x137),'examples':[a80q(0x134)]},async function(a,b){const r=a80q;try{const c=this[r(0x114)][r(0x128)](b[r(0x11b)]),d=a80f[r(0x119)](c,r(0x123)),f=a80e[r(0x111)](d)[r(0x11c)](),g=JSON[r(0x10e)](f);Object[r(0x124)](g,{'env':c}),Log[r(0x12e)](r(0x126));const h=SSH[r(0x11a)](r(0x122),g);if(!h)throw r(0x10d);if(h)Log[r(0x136)]('Remote\x20host\x20connection\x20successful');const i=a80f['join'](c,r(0x120),'ses.json');if(a80e['existsSync'](i)){const l={'source':i,'dest':r(0x11d),'verbose':!![]};SSH[r(0x132)](l,{...g});}const j=a80f[r(0x119)](c,r(0x130));SSH['scp']({'source':j,'dest':r(0x127),'verbose':!![]},{...g});const k=a80f['join'](c,r(0x12f));SSH[r(0x132)]({'source':k,'dest':r(0x10c),'verbose':!![]},{...g}),SSH[r(0x113)](r(0x12a),g),await SSH[r(0x116)](r(0x11e),{...g},{'verbose':!![]});}catch(m){console[r(0x125)](m),process[r(0x10f)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a81d,c=a();while(!![]){try{var d=parseInt(f(0x143))/0x1*(parseInt(f(0x13f))/0x2)+-parseInt(f(0x148))/0x3+parseInt(f(0x147))/0x4*(parseInt(f(0x14a))/0x5)+-parseInt(f(0x144))/0x6+parseInt(f(0x13d))/0x7*(parseInt(f(0x146))/0x8)+-parseInt(f(0x149))/0x9+parseInt(f(0x145))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x7b04d));var a81b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a81d;if(c){var e=c[g(0x140)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){var h=a81d;return a81a['toString']()[h(0x142)](h(0x13e))[h(0x141)]()['constructor'](a81a)['search'](h(0x13e));});a81a();function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x13d;var f=c[d];return f;},a81d(a,b);}function a81c(){var i=['1878816aAPjLL','3752289JOypeA','5YCQulK','9023OnyXeD','(((.+)+)+)+$','368vGocLy','apply','toString','search','5001vqSnof','2545608TJMLRb','7822260cvFsJr','96RBLypo','1013872iAVGDk'];a81c=function(){return i;};return a81c();}import'./run.command.js';import'./docker.sub.cmd.js';
1
+ function a81c(){var i=['2304885ypiELe','2680wunZcd','toString','21PlmshQ','(((.+)+)+)+$','432cZupWf','search','4KCtQlu','constructor','184557AiClYF','7461728HNTaFj','apply','2763114kMqvhq','45099qawVCG','62900CsQlTw','30733934vAXUbv'];a81c=function(){return i;};return a81c();}(function(a,b){var f=a81d,c=a();while(!![]){try{var d=-parseInt(f(0x1ad))/0x1*(parseInt(f(0x1bb))/0x2)+parseInt(f(0x1b4))/0x3+parseInt(f(0x1b9))/0x4*(parseInt(f(0x1b2))/0x5)+-parseInt(f(0x1b0))/0x6*(-parseInt(f(0x1b7))/0x7)+-parseInt(f(0x1ae))/0x8+parseInt(f(0x1b1))/0x9*(parseInt(f(0x1b5))/0xa)+-parseInt(f(0x1b3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0xb87a0));var a81b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a81d;if(c){var e=c[g(0x1af)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){var h=a81d;return a81a[h(0x1b6)]()[h(0x1ba)](h(0x1b8))[h(0x1b6)]()[h(0x1ac)](a81a)[h(0x1ba)](h(0x1b8));});a81a();import'./run.command.js';function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0x1ac;var f=c[d];return f;},a81d(a,b);}import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- const a82k=a82d;(function(a,b){const i=a82d,c=a();while(!![]){try{const d=-parseInt(i(0xf2))/0x1*(-parseInt(i(0xef))/0x2)+-parseInt(i(0xf6))/0x3+parseInt(i(0xf8))/0x4*(parseInt(i(0xf3))/0x5)+-parseInt(i(0xf9))/0x6*(-parseInt(i(0x101))/0x7)+parseInt(i(0xeb))/0x8*(parseInt(i(0xfa))/0x9)+parseInt(i(0x100))/0xa+-parseInt(i(0x109))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0xc74a4));const a82b=(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;};}()),a82a=a82b(this,function(){const j=a82d;return a82a[j(0x102)]()[j(0x104)]('(((.+)+)+)+$')[j(0x102)]()['constructor'](a82a)[j(0x104)](j(0xf5));});a82a();import a82e from'./run.command.js';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0xeb;let f=c[d];return f;},a82d(a,b);}import{execSync}from'child_process';import a82f from'path';import a82g from'fs';function a82c(){const m=['27VzEqBz','fsi','create','createFile','appName','PM2\x20Config\x20File:\x20','3147870NUFMiW','7oSPYNr','toString','Docker\x20Compose\x20Path:\x20','search','existsSync','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','\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','templateContent','3590719kwDpxq','maka\x20run\x20docker','2903000DuhhOP','join','notice','getConfigPath','272GXhgOB','docker-compose.yaml','getProjectConfig','4834oGXwpK','716630jmFAGo','pm2.config.js','(((.+)+)+)+$','4079682FrKjSR','docker','4KXBJpD','1790718KBlUTb'];a82c=function(){return m;};return a82c();}import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a82k(0xfc)]({'name':a82k(0xf7),'aliases':['d'],'shortDesc':a82k(0x106),'description':a82k(0x107),'usage':a82k(0x10a),'validOpts':['']},async function(){const l=a82k;try{const a=this[l(0xfb)][l(0xf1)](),b=this['fsi'][l(0xee)](l(0xf7)),c=a82f[l(0xec)](b,l(0xf0)),d=a82f[l(0xec)](b,l(0xf4));Log[l(0xed)](l(0xff)+d),Log[l(0xed)](l(0x103)+c);if(!a82g[l(0x105)](c)){const f={'app':a[l(0xfe)],'appFileCase':paramCase(a[l(0xfe)])},g=this[l(0xfb)][l(0x108)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this[l(0xfb)][l(0xfd)]({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+'\x20up\x20--remove-orphans',{'stdio':'inherit'});}catch(h){process['exit'](0x1);}},a82e);
1
+ const a82l=a82d;function a82c(){const n=['pm2.config.js','maka\x20run\x20docker','PM2\x20Config\x20File:\x20','search','\x20up\x20--remove-orphans','apply','appName','create','Docker\x20Compose\x20Path:\x20','2420632Rseuqg','203241lWBiER','getConfigPath','notice','8kOjUJo','exit','2430440YnIoYA','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','templateContent','fsi','5196457YOkfUT','359838FPEEWk','446324ceBpgw','3207756jfkmQq','constructor','230bhRoUI','2UJViJL','docker','config/docker-compose.yaml','docker-compose.yaml','join','getProjectConfig','toString'];a82c=function(){return n;};return a82c();}(function(a,b){const i=a82d,c=a();while(!![]){try{const d=-parseInt(i(0x145))/0x1*(-parseInt(i(0x149))/0x2)+parseInt(i(0x15a))/0x3*(-parseInt(i(0x15d))/0x4)+parseInt(i(0x15f))/0x5+-parseInt(i(0x146))/0x6+parseInt(i(0x163))/0x7+parseInt(i(0x159))/0x8+parseInt(i(0x144))/0x9*(-parseInt(i(0x148))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x5ea34));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a82d;if(c){const e=c[j(0x155)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const k=a82d;return a82a[k(0x14f)]()[k(0x153)]('(((.+)+)+)+$')['toString']()[k(0x147)](a82a)[k(0x153)]('(((.+)+)+)+$');});a82a();import a82e from'./run.command.js';import{execSync}from'child_process';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x144;let f=c[d];return f;},a82d(a,b);}import a82f from'path';import a82g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a82l(0x157)]({'name':a82l(0x14a),'aliases':['d'],'shortDesc':a82l(0x160),'description':'\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','usage':a82l(0x151),'validOpts':['']},async function(){const m=a82l;try{const a=this[m(0x162)][m(0x14e)](),b=this[m(0x162)][m(0x15b)](m(0x14a)),c=a82f[m(0x14d)](b,m(0x14c)),d=a82f[m(0x14d)](b,m(0x150));Log[m(0x15c)](m(0x152)+d),Log[m(0x15c)](m(0x158)+c);if(!a82g['existsSync'](c)){const f={'app':a['appName'],'appFileCase':paramCase(a[m(0x156)])},g=this[m(0x162)][m(0x161)]({'srcPath':m(0x14b),'context':f})+'\x0a';this[m(0x162)]['createFile']({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x154),{'stdio':'inherit'});}catch(h){process[m(0x15e)](0x1);}},a82e);
@@ -1 +1 @@
1
- const a83v=a83d;(function(a,b){const r=a83d,c=a();while(!![]){try{const d=-parseInt(r(0x1d9))/0x1+-parseInt(r(0x1c6))/0x2+-parseInt(r(0x1b7))/0x3+-parseInt(r(0x1c5))/0x4*(parseInt(r(0x1df))/0x5)+parseInt(r(0x1dc))/0x6+parseInt(r(0x1c3))/0x7+parseInt(r(0x1cf))/0x8*(parseInt(r(0x1b5))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xb107f));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a83d;if(c){const e=c[s(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const t=a83d;return a83a[t(0x1b0)]()[t(0x1b1)](t(0x1bc))[t(0x1b0)]()[t(0x1bf)](a83a)[t(0x1b1)](t(0x1bc));});a83a();import a83e from'path';import a83f from'fs';import a83g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x1a1;let f=c[d];return f;},a83d(a,b);}const syncSource=function(a){const u=a83d;a83f[u(0x1c0)](a,'r'),a83g['config']({'path':a});},Run=Command[a83v(0x1d5)]({'name':a83v(0x1d0),'mustBeInMakaProject':!![],'shortDesc':a83v(0x1d7),'description':a83v(0x1ab),'validOpts':[a83v(0x1b8),'docker','r','rawLogs','p','port','i','inspect','m',a83v(0x1a1),'v',a83v(0x1af),a83v(0x1d4),a83v(0x1d1),'x',a83v(0x1b9),a83v(0x1cc)]},async function(a,b){const w=a83v;try{const c=this[w(0x1d8)][w(0x1ae)]();!this['fsi'][w(0x1ad)](w(0x1a4))&&(Log[w(0x1a9)](w(0x1e1)),await this[w(0x1d8)]['installMeteorPackage'](w(0x1a4),{'cwd':c}));const d=a[0x0],f=this[w(0x1a2)](d);f&&this[w(0x1a5)](d,a,b);if(d===w(0x1ba)){const n=this['fsi'][w(0x1ae)](),o=a83e[w(0x1b4)](n,w(0x1bb),w(0x1d3),'local',w(0x1a7));this[w(0x1d8)][w(0x1cb)](o)&&await rimraf(o);}if(b[w(0x1ce)]&&b[w(0x1ce)]===!![]||b['m']&&b['m']===!![])throw w(0x1c2);await this['fsi'][w(0x1a6)]();const g=b[w(0x1b8)]?b['env']:'development',h=this['fsi'][w(0x1a3)](g),i=a83e[w(0x1b4)](h,'process.env');let j=a83e[w(0x1b4)](h,w(0x1be));b[w(0x1b2)]?j=b[w(0x1b2)]:j=a83e[w(0x1b4)](h,w(0x1be));if(this[w(0x1d8)]['isFile'](i)&&!b[w(0x1d2)])Log[w(0x1a9)]('Node\x20Env\x20Config:\x20'+i),syncSource(i);else!b[w(0x1d2)]&&Log['warn']('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+i);this[w(0x1d8)][w(0x1d6)](j)?(Log[w(0x1a9)]('Meteor\x20Settings:\x20'+j),a=a[w(0x1c1)]([w(0x1c7),j])):Log[w(0x1db)](w(0x1e0)+j);const k=h[w(0x1ca)](a83e[w(0x1de)]),l=k[k[w(0x1b6)]-0x1];l===w(0x1cc)&&a[w(0x1bd)](w(0x1da));const m=process[w(0x1c9)][w(0x1ac)](0x2)[w(0x1b3)](p=>p!=='run')['filter'](p=>p!==a[0x0]);m[w(0x1dd)]((p,q)=>{const x=w;p===x(0x1c8)&&m[x(0x1cd)](q,0x2),p==='-e'&&m[x(0x1cd)](q,0x2);}),this[w(0x1d8)][w(0x1c4)](w(0x1d0),a['concat'](m));}catch(p){console[w(0x1a8)](p),process['exit'](0x1);}});function a83c(){const y=['isFile','Run\x20your\x20Meteor\x20application','fsi','180210KVGkZA','--production','warn','3676386uTLcAu','forEach','sep','47395qzBiRQ','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','Verifying\x20meteor\x20package\x20requirements\x20...','mobileServer','findSubCommand','getConfigPath','autoupdate','runSubCommand','compareMakaToLatest','cordova-build','error','notice','apply','\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','checkMeteorPackage','findProjectDirectory','verbose','toString','search','settings','filter','join','2788155uDFHyn','length','2049813yoPmta','env','exclude-archs','ios','app','(((.+)+)+)+$','push','settings.json','constructor','openSync','concat','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)','5658219AOjzfn','invokeMeteorCommand','112QlVGSD','992842fGVomP','--settings','--env','argv','split','isDirectory','production','splice','mobile-server','24XaIEJJ','run','extraPackages','docker','.meteor','allowIncompatibleUpdate','create'];a83c=function(){return y;};return a83c();}export default Run;
1
+ const a83v=a83d;(function(a,b){const r=a83d,c=a();while(!![]){try{const d=parseInt(r(0xbe))/0x1*(-parseInt(r(0xb5))/0x2)+parseInt(r(0xa9))/0x3*(-parseInt(r(0xad))/0x4)+-parseInt(r(0x94))/0x5*(parseInt(r(0xb1))/0x6)+parseInt(r(0x92))/0x7*(-parseInt(r(0xa6))/0x8)+-parseInt(r(0xd2))/0x9+parseInt(r(0xbb))/0xa*(-parseInt(r(0xbc))/0xb)+parseInt(r(0xc4))/0xc*(parseInt(r(0xb8))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xcf557));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a83d;if(c){const e=c[s(0x90)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const t=a83d;return a83a[t(0xaa)]()[t(0xa7)](t(0xb3))[t(0xaa)]()['constructor'](a83a)['search'](t(0xb3));});a83a();import a83e from'path';import a83f from'fs';import a83g from'dotenv';import{rimraf}from'rimraf';function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x8f;let f=c[d];return f;},a83d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a83c(){const y=['--settings','argv','apply','docker','7aUbTfv','ios','805165cMXSAa','filter','extraPackages','mobileServer','Meteor\x20Settings:\x20','env','splice','invokeMeteorCommand','slice','--production','.meteor','config','settings.json','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','getConfigPath','findProjectDirectory','port','split','5006864aTFTNI','search','openSync','3JNyfzT','toString','run','allowIncompatibleUpdate','4972264WETWDM','findSubCommand','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)','development','30uIFrot','autoupdate','(((.+)+)+)+$','exclude-archs','20lIobLO','join','error','85771517KxsFVF','settings','local','10sFiHQX','8297476qaFyJw','installMeteorPackage','165085MsZJAV','process.env','rawLogs','mobile-server','cordova-build','length','12ocZlAe','sep','app','Cannot\x20find\x20Node\x20Environment\x20File:\x20','warn','runSubCommand','exit','isFile','production','fsi','inspect','notice','\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.','concat','6023835kBqapZ'];a83c=function(){return y;};return a83c();}const syncSource=function(a){const u=a83d;a83f[u(0xa8)](a,'r'),a83g[u(0x9f)]({'path':a});},Run=Command['create']({'name':a83v(0xab),'mustBeInMakaProject':!![],'shortDesc':'Run\x20your\x20Meteor\x20application','description':a83v(0xd0),'validOpts':[a83v(0x99),a83v(0x91),'r',a83v(0xc0),'p',a83v(0xa4),'i',a83v(0xce),'m',a83v(0x97),'v','verbose',a83v(0xac),a83v(0x96),'x',a83v(0xb4),a83v(0xcc)]},async function(a,b){const w=a83v;try{const c=this[w(0xcd)][w(0xa3)]();!this[w(0xcd)]['checkMeteorPackage'](w(0xb2))&&(Log['notice']('Verifying\x20meteor\x20package\x20requirements\x20...'),await this[w(0xcd)][w(0xbd)]('autoupdate',{'cwd':c}));const d=a[0x0],f=this[w(0xae)](d);f&&this[w(0xc9)](d,a,b);if(d===w(0x93)){const n=this['fsi'][w(0xa3)](),o=a83e[w(0xb6)](n,w(0xc6),w(0x9e),w(0xba),w(0xc2));this[w(0xcd)]['isDirectory'](o)&&await rimraf(o);}if(b[w(0xc1)]&&b[w(0xc1)]===!![]||b['m']&&b['m']===!![])throw w(0xaf);await this[w(0xcd)]['compareMakaToLatest']();const g=b[w(0x99)]?b[w(0x99)]:w(0xb0),h=this[w(0xcd)][w(0xa2)](g),i=a83e[w(0xb6)](h,w(0xbf));let j=a83e['join'](h,w(0xa0));b[w(0xb9)]?j=b[w(0xb9)]:j=a83e[w(0xb6)](h,w(0xa0));if(this[w(0xcd)][w(0xcb)](i)&&!b[w(0x91)])Log['notice']('Node\x20Env\x20Config:\x20'+i),syncSource(i);else!b['docker']&&Log[w(0xc8)](w(0xc7)+i);this[w(0xcd)]['isFile'](j)?(Log[w(0xcf)](w(0x98)+j),a=a[w(0xd1)]([w(0xd3),j])):Log[w(0xc8)](w(0xa1)+j);const k=h[w(0xa5)](a83e[w(0xc5)]),l=k[k[w(0xc3)]-0x1];l===w(0xcc)&&a['push'](w(0x9d));const m=process[w(0x8f)][w(0x9c)](0x2)[w(0x95)](p=>p!==w(0xab))[w(0x95)](p=>p!==a[0x0]);m['forEach']((p,q)=>{const x=w;p==='--env'&&m[x(0x9a)](q,0x2),p==='-e'&&m[x(0x9a)](q,0x2);}),this[w(0xcd)][w(0x9b)](w(0xab),a['concat'](m));}catch(p){console[w(0xb7)](p),process[w(0xca)](0x1);}});export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0x16a))/0x1+parseInt(f(0x163))/0x2*(-parseInt(f(0x165))/0x3)+parseInt(f(0x166))/0x4+-parseInt(f(0x16b))/0x5+parseInt(f(0x16c))/0x6+-parseInt(f(0x164))/0x7+parseInt(f(0x168))/0x8*(parseInt(f(0x16f))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x84cf8));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0x16e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a[h(0x16d)]()['search'](h(0x167))['toString']()['constructor'](a84a)[h(0x169)]('(((.+)+)+)+$');});a84a();function a84c(){var i=['12057534PezCEB','537362vGpAAm','1640877hhjGcz','9MNfAzL','714912UjKiGf','(((.+)+)+)+$','16dMSisl','search','646258rydyOc','4347535ghEWjq','1452186ytaVjz','toString','apply'];a84c=function(){return i;};return a84c();}import'./set.command.js';import'./global.sub.cmd.js';function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x163;var f=c[d];return f;},a84d(a,b);}import'./local.sub.cmd.js';
1
+ function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x1ab;var f=c[d];return f;},a84d(a,b);}(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0x1b4))/0x1+parseInt(f(0x1b6))/0x2*(parseInt(f(0x1b2))/0x3)+parseInt(f(0x1b0))/0x4*(parseInt(f(0x1b1))/0x5)+parseInt(f(0x1b5))/0x6+parseInt(f(0x1ab))/0x7*(-parseInt(f(0x1ac))/0x8)+parseInt(f(0x1b7))/0x9*(-parseInt(f(0x1af))/0xa)+parseInt(f(0x1b8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x4894c));function a84c(){var i=['9393395gZRaTB','2734179mlfUFG','8RqTxbl','(((.+)+)+)+$','apply','970130lOvaBZ','4yKtZFN','581590fBfain','84OEkwke','constructor','430614RFnLtc','2991204kYzNwk','16556CONSEA','54YZyNuI'];a84c=function(){return i;};return a84c();}var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0x1ae)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a['toString']()['search'](h(0x1ad))['toString']()[h(0x1b3)](a84a)['search'](h(0x1ad));});a84a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a85j=a85d;(function(a,b){const h=a85d,c=a();while(!![]){try{const d=parseInt(h(0x17f))/0x1+-parseInt(h(0x194))/0x2*(parseInt(h(0x19d))/0x3)+-parseInt(h(0x18c))/0x4*(parseInt(h(0x183))/0x5)+parseInt(h(0x196))/0x6+parseInt(h(0x1a4))/0x7+parseInt(h(0x17e))/0x8+-parseInt(h(0x187))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x6d3bc));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 i=a85d;return a85a[i(0x184)]()[i(0x189)](i(0x191))[i(0x184)]()[i(0x18a)](a85a)['search'](i(0x191));});function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x17d;let f=c[d];return f;},a85d(a,b);}a85a();function a85c(){const l=['constructor','maka\x20set:gc\x20--insecure\x20<path>','4JlVnkm','setGlobalConfig','isDirectory','create','error','(((.+)+)+)+$','help','\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','14aaTdZq','success','3222018XxPLAi','resolve','One\x20or\x20the\x20other\x20buddy','cacert','allowInsecure','pallet','openai','236661aGqPVw','light','workspace','global-config','maka\x20set:gc\x20--workspace\x20<path>','Set\x20CA\x20Cert\x20Path:\x20','fsi','6025964eZaeQa','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','5312592lziSWP','159497eKtrEF','Set\x20color\x20pallet\x20to:\x20','Set\x20OpenAI\x20Key:\x20','disallowInsecure','3784175EtebqL','toString','exit','dark','4184658FicOJk','maka\x20set:global-config\x20<args>','search'];a85c=function(){return l;};return a85c();}import a85e from'path';import a85f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a85j(0x18f)]({'name':a85j(0x1a0),'usage':a85j(0x188),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[{'name':a85j(0x199),'boolFlag':![]},{'name':a85j(0x19a),'boolFlag':!![]},{'name':a85j(0x182),'boolFlag':!![]},{'name':a85j(0x19f),'boolFlag':![]},{'name':a85j(0x19c),'boolFlag':![]},{'name':a85j(0x192),'boolFlag':!![]},{'name':'pallet','values':[a85j(0x19e),a85j(0x186)]}],'shortDesc':'Set\x20global\x20Maka-CLI\x20settings','description':a85j(0x193),'examples':['maka\x20set:global-config\x20--cacert\x20<path>',a85j(0x18b),a85j(0x1a1)]},async function(a,b){const k=a85j;try{if(b['cacert']){if(this[k(0x1a3)]['isFile'](b[k(0x199)]))await this[k(0x1a3)][k(0x18d)]({'cert':b[k(0x199)]}),Log[k(0x195)](k(0x1a2)+b[k(0x199)]);else{const c=typeof b[k(0x199)]==='boolean'?k(0x17d):k(0x1a5)+b[k(0x199)];throw Log['error'](c);}}if(b['workspace']){const d=this[k(0x1a3)][k(0x18e)](b[k(0x19f)]);if(d)await this[k(0x1a3)][k(0x18d)]({'workspace':a85e[k(0x197)](b[k(0x19f)])}),Log[k(0x195)]('Set\x20workspace:\x20'+a85e[k(0x197)](b[k(0x19f)]));else throw Log[k(0x190)]('Could\x20not\x20find\x20directory');}b[k(0x19c)]&&(await this[k(0x1a3)][k(0x18d)]({'openai':b['openai']}),Log[k(0x195)](k(0x181)+b[k(0x19c)]));b[k(0x19b)]&&(await this[k(0x1a3)][k(0x18d)]({'pallet':b[k(0x19b)]}),Log['success'](k(0x180)+b[k(0x19b)]));if(b['allowInsecure']){if(b[k(0x19a)]&&b[k(0x182)])throw Log[k(0x190)](k(0x198));let f=b['allowInsecure'];b[k(0x182)]&&(f=![]),await this[k(0x1a3)][k(0x18d)]({'allowInsecure':f}),Log['success']('Set\x20allowInsecure:\x20'+f);}process[k(0x185)](0x0);}catch(g){console[k(0x190)](g),process[k(0x185)](0x0);}},a85f);
1
+ const a85k=a85d;(function(a,b){const h=a85d,c=a();while(!![]){try{const d=-parseInt(h(0xec))/0x1*(parseInt(h(0xe5))/0x2)+-parseInt(h(0xe3))/0x3+-parseInt(h(0xf2))/0x4+parseInt(h(0x101))/0x5+-parseInt(h(0xe6))/0x6*(-parseInt(h(0xee))/0x7)+-parseInt(h(0x104))/0x8*(-parseInt(h(0xfa))/0x9)+-parseInt(h(0xd8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x93129));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a85d;if(c){const e=c[i(0xf6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const j=a85d;return a85a[j(0xe9)]()[j(0x105)](j(0xe2))['toString']()[j(0xf7)](a85a)[j(0x105)]('(((.+)+)+)+$');});a85a();import a85e from'path';import a85f from'./set.command.js';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0xd8;let f=c[d];return f;},a85d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a85c(){const m=['apply','constructor','maka\x20set:global-config\x20--cacert\x20<path>','Set\x20allowInsecure:\x20','642204IxmAyN','error','Set\x20CA\x20Cert\x20Path:\x20','create','One\x20or\x20the\x20other\x20buddy','\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','cacert','1861585iePjfw','workspace','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','64GWhKmf','search','5833630yduRRF','boolean','pallet','isFile','success','fsi','disallowInsecure','allowInsecure','maka\x20set:gc\x20--insecure\x20<path>','openai','(((.+)+)+)+$','135363cOgOUJ','exit','124BFCnWA','6dpBEwY','setGlobalConfig','Could\x20not\x20find\x20directory','toString','maka\x20set:global-config\x20<args>','isDirectory','3407QgTYCw','Set\x20workspace:\x20','4190214EEcSxD','help','dark','Set\x20OpenAI\x20Key:\x20','398560TZJUkG','Set\x20global\x20Maka-CLI\x20settings','resolve','global-config'];a85c=function(){return m;};return a85c();}Command[a85k(0xfd)]({'name':a85k(0xf5),'usage':a85k(0xea),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[{'name':a85k(0x100),'boolFlag':![]},{'name':a85k(0xdf),'boolFlag':!![]},{'name':a85k(0xde),'boolFlag':!![]},{'name':'workspace','boolFlag':![]},{'name':'openai','boolFlag':![]},{'name':a85k(0xef),'boolFlag':!![]},{'name':a85k(0xda),'values':['light',a85k(0xf0)]}],'shortDesc':a85k(0xf3),'description':a85k(0xff),'examples':[a85k(0xf8),a85k(0xe0),'maka\x20set:gc\x20--workspace\x20<path>']},async function(a,b){const l=a85k;try{if(b[l(0x100)]){if(this[l(0xdd)][l(0xdb)](b['cacert']))await this['fsi']['setGlobalConfig']({'cert':b[l(0x100)]}),Log[l(0xdc)](l(0xfc)+b[l(0x100)]);else{const c=typeof b[l(0x100)]===l(0xd9)?l(0x103):'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+b[l(0x100)];throw Log[l(0xfb)](c);}}if(b[l(0x102)]){const d=this['fsi'][l(0xeb)](b['workspace']);if(d)await this[l(0xdd)][l(0xe7)]({'workspace':a85e['resolve'](b[l(0x102)])}),Log[l(0xdc)](l(0xed)+a85e[l(0xf4)](b['workspace']));else throw Log['error'](l(0xe8));}b[l(0xe1)]&&(await this[l(0xdd)]['setGlobalConfig']({'openai':b[l(0xe1)]}),Log['success'](l(0xf1)+b[l(0xe1)]));b[l(0xda)]&&(await this[l(0xdd)][l(0xe7)]({'pallet':b[l(0xda)]}),Log[l(0xdc)]('Set\x20color\x20pallet\x20to:\x20'+b[l(0xda)]));if(b[l(0xdf)]){if(b[l(0xdf)]&&b[l(0xde)])throw Log['error'](l(0xfe));let f=b[l(0xdf)];b[l(0xde)]&&(f=![]),await this[l(0xdd)][l(0xe7)]({'allowInsecure':f}),Log[l(0xdc)](l(0xf9)+f);}process[l(0xe4)](0x0);}catch(g){console[l(0xfb)](g),process['exit'](0x0);}},a85f);
@@ -1 +1 @@
1
- var a86i=a86d;(function(a,b){var f=a86d,c=a();while(!![]){try{var d=-parseInt(f(0x1e1))/0x1+parseInt(f(0x1dd))/0x2*(-parseInt(f(0x1db))/0x3)+parseInt(f(0x1d5))/0x4+parseInt(f(0x1da))/0x5*(parseInt(f(0x1d4))/0x6)+parseInt(f(0x1e2))/0x7+parseInt(f(0x1d8))/0x8*(parseInt(f(0x1d7))/0x9)+parseInt(f(0x1d3))/0xa*(-parseInt(f(0x1de))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x8337e));var a86b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a86d;if(c){var e=c[g(0x1cf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){var h=a86d;return a86a[h(0x1d1)]()[h(0x1d2)](h(0x1dc))[h(0x1d1)]()[h(0x1d6)](a86a)['search']('(((.+)+)+)+$');});a86a();import a86e from'./set.command.js';import{Command}from'../../command.js';function a86c(){var k=['2065746qFXNgU','3941456BKHewa','constructor','27PhHFFh','483456JNGpBQ','maka\x20set:local-config\x20<opts>','15vJRsZO','33VtLwoR','(((.+)+)+)+$','120202nLaOOP','55WzAFbp','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','create','929485VqWDwv','5941026InBBhW','notice','maka\x20set:lc\x20<opts>','Set\x20local\x20maka\x20app\x20settings','apply','Sorry,\x20not\x20implemented\x20yet','toString','search','1840370JHSIaV'];a86c=function(){return k;};return a86c();}function a86d(a,b){var c=a86c();return a86d=function(d,e){d=d-0x1cd;var f=c[d];return f;},a86d(a,b);}import{Log}from'../../tools/log/log.class.js';Command[a86i(0x1e0)]({'name':'local-config','usage':'maka\x20set:local-config\x20<opts>','examples':[a86i(0x1cd),a86i(0x1d9)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a86i(0x1ce),'validOpts':[],'description':a86i(0x1df)},async function(){var j=a86i;Log[j(0x1e3)](j(0x1d0));},a86e);
1
+ var a86i=a86d;(function(a,b){var f=a86d,c=a();while(!![]){try{var d=parseInt(f(0xe7))/0x1+parseInt(f(0xee))/0x2+parseInt(f(0xe1))/0x3+parseInt(f(0xf5))/0x4*(parseInt(f(0xe3))/0x5)+-parseInt(f(0xeb))/0x6*(parseInt(f(0xea))/0x7)+parseInt(f(0xf1))/0x8*(-parseInt(f(0xec))/0x9)+-parseInt(f(0xe4))/0xa*(parseInt(f(0xe2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x64538));var a86b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a86d;if(c){var e=c[g(0xe8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){var h=a86d;return a86a['toString']()[h(0xe6)]('(((.+)+)+)+$')[h(0xf0)]()[h(0xe9)](a86a)[h(0xe6)](h(0xe0));});a86a();import a86e from'./set.command.js';function a86c(){var k=['599460PHeuTD','create','toString','8BShzxd','maka\x20set:lc\x20<opts>','Set\x20local\x20maka\x20app\x20settings','local-config','4DRZQmk','(((.+)+)+)+$','160536azyGvH','44671bvtHDV','3052245KNtino','380nvltfK','notice','search','230909IIvmfa','apply','constructor','70DhheVH','242922ivLXVP','2020284XmrPsu','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'];a86c=function(){return k;};return a86c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a86d(a,b){var c=a86c();return a86d=function(d,e){d=d-0xe0;var f=c[d];return f;},a86d(a,b);}Command[a86i(0xef)]({'name':a86i(0xf4),'usage':'maka\x20set:local-config\x20<opts>','examples':[a86i(0xf2),'maka\x20set:local-config\x20<opts>'],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a86i(0xf3),'validOpts':[],'description':a86i(0xed)},async function(){var j=a86i;Log[j(0xe5)]('Sorry,\x20not\x20implemented\x20yet');},a86e);
@@ -1 +1 @@
1
- const a87h=a87d;(function(a,b){const f=a87d,c=a();while(!![]){try{const d=-parseInt(f(0x139))/0x1+-parseInt(f(0x130))/0x2+parseInt(f(0x133))/0x3+parseInt(f(0x12e))/0x4*(parseInt(f(0x13a))/0x5)+parseInt(f(0x13c))/0x6*(parseInt(f(0x13e))/0x7)+-parseInt(f(0x13d))/0x8*(parseInt(f(0x136))/0x9)+parseInt(f(0x132))/0xa*(parseInt(f(0x12f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x9817c));function a87c(){const j=['847KYBigG','maka\x20set:<sub-command>\x20<opts>','constructor','help','toString','\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','172108XGiXed','7767199GwQHxN','2467054rkZmDi','runSubCommand','20egFgDN','3279342nBlrDz','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','create','4209048nlEEYX','set','(((.+)+)+)+$','922339uOLkRL','105RLcjnG','search','15138bglXdi','16NlkzxV'];a87c=function(){return j;};return a87c();}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 g=a87d;return a87a[g(0x142)]()['search'](g(0x138))['toString']()[g(0x140)](a87a)[g(0x13b)](g(0x138));});a87a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a87h(0x135)]({'name':a87h(0x137),'usage':a87h(0x13f),'minArgLength':0x1,'shortDesc':a87h(0x134),'description':a87h(0x12d),'validOpts':[]},async function(a,b){const i=a87h,c=a[0x0];if(b[i(0x141)])throw new UsageError();const d=this['findSubCommand'](c);d&&this[i(0x131)](c,a,b);});function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x12d;let f=c[d];return f;},a87d(a,b);}export default SetCommand;
1
+ function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0x186;let f=c[d];return f;},a87d(a,b);}const a87i=a87d;(function(a,b){const f=a87d,c=a();while(!![]){try{const d=parseInt(f(0x192))/0x1*(parseInt(f(0x194))/0x2)+parseInt(f(0x19b))/0x3*(parseInt(f(0x198))/0x4)+-parseInt(f(0x19d))/0x5*(-parseInt(f(0x18f))/0x6)+-parseInt(f(0x18c))/0x7+-parseInt(f(0x19e))/0x8*(-parseInt(f(0x19a))/0x9)+-parseInt(f(0x197))/0xa+parseInt(f(0x189))/0xb*(parseInt(f(0x18a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xecd64));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a87d;if(c){const e=c[g(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const h=a87d;return a87a[h(0x196)]()[h(0x190)](h(0x18e))['toString']()[h(0x193)](a87a)[h(0x190)](h(0x18e));});a87a();function a87c(){const k=['maka\x20set:<sub-command>\x20<opts>','3430686kzqJQQ','runSubCommand','(((.+)+)+)+$','3981336UdgQVM','search','help','778xpxxzS','constructor','244wFryIj','apply','toString','4817220TvAeYc','8gAzSfP','create','27504uwCAJL','429855SSZjlP','findSubCommand','5FcoqOv','2120wDtUgv','\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','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','set','478621jhqGbz','24dJaHct'];a87c=function(){return k;};return a87c();}import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a87i(0x199)]({'name':a87i(0x188),'usage':a87i(0x18b),'minArgLength':0x1,'shortDesc':a87i(0x187),'description':a87i(0x186),'validOpts':[]},async function(a,b){const j=a87i,c=a[0x0];if(b[j(0x191)])throw new UsageError();const d=this[j(0x19c)](c);d&&this[j(0x18d)](c,a,b);});export default SetCommand;
@@ -1 +1 @@
1
- function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a88d(a,b);}const a88m=a88d;(function(a,b){const j=a88d,c=a();while(!![]){try{const d=parseInt(j(0x1c4))/0x1*(-parseInt(j(0x1cc))/0x2)+parseInt(j(0x1b1))/0x3*(parseInt(j(0x1b3))/0x4)+parseInt(j(0x1cd))/0x5*(-parseInt(j(0x1af))/0x6)+parseInt(j(0x1bc))/0x7+-parseInt(j(0x1c0))/0x8*(-parseInt(j(0x1b0))/0x9)+-parseInt(j(0x1b8))/0xa+-parseInt(j(0x1b2))/0xb*(-parseInt(j(0x1b4))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x61a4a));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a88d;if(c){const e=c[k(0x1bf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const l=a88d;return a88a[l(0x1bb)]()[l(0x1c3)](l(0x1cb))['toString']()['constructor'](a88a)['search'](l(0x1cb));});a88a();import a88e from'fs';import a88f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a88m(0x1c7)]({'name':a88m(0x1ac),'usage':a88m(0x1ba),'mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':[a88m(0x1c8),a88m(0x1b5)],'shortDesc':a88m(0x1be),'examples':[a88m(0x1ce),a88m(0x1ad),a88m(0x1bd),a88m(0x1cf),a88m(0x1d1),a88m(0x1c6)]},async function(a,b){const n=a88m;try{const c=this[n(0x1c9)][n(0x1b7)](b[n(0x1c8)]);let d='';a[n(0x1ae)]>0x0&&(d=a[0x0]);const f=a88f[n(0x1c5)](c,n(0x1c2)),g=a88e[n(0x1b9)](f)[n(0x1bb)](),h=JSON[n(0x1b6)](g);Object[n(0x1ca)](h,{'env':c}),SSH[n(0x1c1)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0x1b5)]});}catch(i){console['error'](i),process[n(0x1d0)](0x0);}});function a88c(){const o=['apply','40fuSPDf','sshSync','ssh.json','search','1iGFMwk','join','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','create','env','fsi','assign','(((.+)+)+)+$','537926NhbHsu','555MaPqiE','maka\x20ssh\x20--env\x20dev','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','exit','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','ssh','maka\x20ssh\x20--env\x20staging','length','39132SDoCuo','360279kctJNu','3rYLUXh','4829EdkOGe','657108TUgslb','17364Ipwlig','verbose','parse','getConfigPath','2145110DEvHJY','readFileSync','maka\x20ssh\x20<command>','toString','4253879UDOKcd','maka\x20ssh\x20--env\x20prod','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.'];a88c=function(){return o;};return a88c();}
1
+ const a88m=a88d;(function(a,b){const j=a88d,c=a();while(!![]){try{const d=parseInt(j(0x14c))/0x1*(-parseInt(j(0x15e))/0x2)+-parseInt(j(0x160))/0x3+parseInt(j(0x153))/0x4+parseInt(j(0x15f))/0x5*(parseInt(j(0x148))/0x6)+parseInt(j(0x150))/0x7+-parseInt(j(0x14f))/0x8*(parseInt(j(0x151))/0x9)+parseInt(j(0x162))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x19aa3));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a88d;if(c){const e=c[k(0x14b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const l=a88d;return a88a[l(0x142)]()[l(0x146)](l(0x158))[l(0x142)]()[l(0x145)](a88a)[l(0x146)](l(0x158));});a88a();import a88e from'fs';function a88c(){const o=['getConfigPath','(((.+)+)+)+$','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','exit','verbose','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','assign','1358RgQPwR','24100pTNkgB','57846HqTKKU','maka\x20ssh\x20--env\x20dev','1649390BBZlKg','toString','maka\x20ssh\x20--env\x20staging','fsi','constructor','search','create','78Vrbgbu','ssh.json','sshSync','apply','121HpvrAg','length','parse','944PYIUso','20755UpbhDy','11925MEoXWF','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','529400yxUwCM','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','readFileSync','env'];a88c=function(){return o;};return a88c();}import a88f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x142;let f=c[d];return f;},a88d(a,b);}Command[a88m(0x147)]({'name':'ssh','usage':'maka\x20ssh\x20<command>','mustBeInMakaProject':!![],'requiredOpts':[a88m(0x156)],'validOpts':[a88m(0x156),a88m(0x15b)],'shortDesc':a88m(0x154),'examples':[a88m(0x161),a88m(0x143),'maka\x20ssh\x20--env\x20prod',a88m(0x15c),a88m(0x152),a88m(0x159)]},async function(a,b){const n=a88m;try{const c=this[n(0x144)][n(0x157)](b[n(0x156)]);let d='';a[n(0x14d)]>0x0&&(d=a[0x0]);const f=a88f['join'](c,n(0x149)),g=a88e[n(0x155)](f)[n(0x142)](),h=JSON[n(0x14e)](g);Object[n(0x15d)](h,{'env':c}),SSH[n(0x14a)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b[n(0x15b)]});}catch(i){console['error'](i),process[n(0x15a)](0x0);}});
@@ -1 +1 @@
1
- const a89y=a89d;(function(a,b){const v=a89d,c=a();while(!![]){try{const d=parseInt(v(0x1f4))/0x1+parseInt(v(0x22e))/0x2+parseInt(v(0x22c))/0x3+-parseInt(v(0x1fc))/0x4+-parseInt(v(0x225))/0x5+parseInt(v(0x20a))/0x6*(parseInt(v(0x21e))/0x7)+parseInt(v(0x222))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x2cd34));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a89d;if(c){const e=c[w(0x21c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const x=a89d;return a89a[x(0x203)]()[x(0x22f)]('(((.+)+)+)+$')[x(0x203)]()['constructor'](a89a)['search'](x(0x226));});a89a();import a89e from'fs';import a89f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x1f4;let f=c[d];return f;},a89d(a,b);}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a89c(){const A=['329880fEJkeC','.csr','.key','251815rmQRrn','(((.+)+)+)+$','genCSR','join','ask','[?]\x20Domains\x20to\x20register:\x20','uname\x20-a','170613mVKZuO','Remote\x20host\x20connection\x20successful','343656NXBuqg','search','domainNames','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','genSSC','218680aAcgov','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','mkKeysDir','ssl','parse','email','ping','exit','1185268lIPnHk','Checking\x20remote\x20host\x20availability','notice','getProjectConfig','Create\x20and\x20manage\x20your\x20SSL\x20operations.','success','generate-ssc','toString','New\x20CSR\x20written\x20to\x20','emailUpdate','getConfigPath','Email\x20to\x20use\x20for\x20auto-updates:\x20','readFileSync','fsi','12XpUHnB','domains','letsencrypt','ssh','existsSync','create','Verifying\x20Letsencrypt\x20configuration','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','start','maka\x20ssl\x20[command]','letsencrypt.json','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','generate-csr','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','maka\x20ssl\x20--env\x20dev\x20generate-csr','Please\x20provide\x20a\x20command.','withSpinner','stringify','apply','appName','145845SLGnUR','assign','\x20--email\x20','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate'];a89c=function(){return A;};return a89c();}import{SSL}from'../tools/ssl/ssl.class.js';Command[a89y(0x20f)]({'name':a89y(0x1f7),'usage':a89y(0x213),'validOpts':[a89y(0x20b),a89y(0x1f9)],'requiredOpts':['env'],'shortDesc':a89y(0x200),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':[a89y(0x218),a89y(0x221),a89y(0x217)]},async function(a,b){const z=a89y,c=this['fsi'][z(0x1ff)](),d=this['fsi'][z(0x206)](b['env']),f=this[z(0x209)][z(0x1f6)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x216))SSL[z(0x227)]({'keyName':c[z(0x21d)]+z(0x224),'csrName':c['appName']+'.csr','cwd':f});else{if(g===z(0x202)){if(!a89e[z(0x20e)](a89f[z(0x228)](f,c[z(0x21d)]+z(0x224))))throw z(0x211)+a89f[z(0x228)](f,c[z(0x21d)]+'.key');if(!a89e['existsSync'](a89f[z(0x228)](f,c['appName']+z(0x223))))throw z(0x215)+a89f['join'](f,c['appName']+z(0x223));SSL[z(0x232)]({'keyName':c['appName']+'.key','crtName':c[z(0x21d)]+'.crt','cwd':f}),Log['notice'](z(0x204)+f);}else{if(g===z(0x20c)){let h=b['domains'],i=b['email'];try{const p=a89e[z(0x208)](a89f['join'](d,z(0x214)))[z(0x203)](),q=JSON[z(0x1f8)](p);h=b[z(0x20b)]?b['domains']:q[z(0x230)],i=b[z(0x1f9)]?b[z(0x1f9)]:q[z(0x205)],(!b[z(0x1f9)]||!b[z(0x20b)])&&Log[z(0x1fe)]('Using\x20saved\x20letsencrypt\x20config');}catch(r){}const j=JSON[z(0x1f8)](a89e['readFileSync'](d+'/ssh.json')[z(0x203)]());Object[z(0x21f)](j,{'env':d}),Log[z(0x1fe)](z(0x1fd));try{const s=SSH[z(0x1fa)](z(0x22b),j);if(!s)throw'Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.';if(s)Log[z(0x201)](z(0x22d));}catch(t){Log['error'](t);return;}const k=Log[z(0x21a)]();k[z(0x212)](z(0x210)),SSH['ssh']('sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core',{...j}),SSH[z(0x20d)]('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH['ssh'](z(0x1f5),{...j}),k[z(0x201)]();const l=h?h:await Actions[z(0x229)](z(0x22a)),m=i?i:await Actions[z(0x229)](z(0x207));SSH[z(0x20d)](z(0x231)+l+z(0x220)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0x21b)](n,null,0x2);a89e['writeFileSync'](a89f[z(0x228)](d,z(0x214)),o);}else throw z(0x219);}}}catch(u){console['error'](u),process[z(0x1fb)](0x0);}});
1
+ const a89x=a89d;(function(a,b){const v=a89d,c=a();while(!![]){try{const d=-parseInt(v(0x133))/0x1*(parseInt(v(0x115))/0x2)+-parseInt(v(0x132))/0x3+parseInt(v(0x14b))/0x4*(parseInt(v(0x12c))/0x5)+parseInt(v(0x12d))/0x6*(-parseInt(v(0x121))/0x7)+-parseInt(v(0x144))/0x8*(parseInt(v(0x12f))/0x9)+parseInt(v(0x11c))/0xa+-parseInt(v(0x140))/0xb*(-parseInt(v(0x13a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xb5b50));const a89b=(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;};}()),a89a=a89b(this,function(){const w=a89d;return a89a[w(0x12a)]()[w(0x12e)](w(0x14c))['toString']()['constructor'](a89a)['search'](w(0x14c));});a89a();import a89e from'fs';import a89f from'path';import{Actions}from'../tools/actions/actions.class.js';function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x115;let f=c[d];return f;},a89d(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[a89x(0x142)]({'name':a89x(0x12b),'usage':a89x(0x156),'validOpts':[a89x(0x143),a89x(0x11b)],'requiredOpts':[a89x(0x11f)],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':['maka\x20ssl\x20--env\x20dev\x20generate-csr',a89x(0x145),a89x(0x155)]},async function(a,b){const y=a89x,c=this[y(0x139)][y(0x14d)](),d=this[y(0x139)]['getConfigPath'](b[y(0x11f)]),f=this[y(0x139)][y(0x153)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g==='generate-csr')SSL['genCSR']({'keyName':c['appName']+'.key','csrName':c[y(0x134)]+'.csr','cwd':f});else{if(g===y(0x136)){if(!a89e[y(0x117)](a89f[y(0x13e)](f,c[y(0x134)]+y(0x14a))))throw y(0x128)+a89f[y(0x13e)](f,c[y(0x134)]+y(0x14a));if(!a89e[y(0x117)](a89f[y(0x13e)](f,c[y(0x134)]+y(0x122))))throw y(0x13b)+a89f[y(0x13e)](f,c[y(0x134)]+y(0x122));SSL['genSSC']({'keyName':c[y(0x134)]+'.key','crtName':c['appName']+y(0x123),'cwd':f}),Log[y(0x141)](y(0x119)+f);}else{if(g===y(0x135)){let h=b[y(0x143)],i=b[y(0x11b)];try{const p=a89e[y(0x138)](a89f['join'](d,'letsencrypt.json'))[y(0x12a)](),q=JSON[y(0x127)](p);h=b['domains']?b[y(0x143)]:q[y(0x147)],i=b['email']?b['email']:q[y(0x11e)],(!b[y(0x11b)]||!b['domains'])&&Log[y(0x141)](y(0x151));}catch(r){}const j=JSON[y(0x127)](a89e[y(0x138)](d+y(0x149))[y(0x12a)]());Object[y(0x120)](j,{'env':d}),Log[y(0x141)](y(0x129));try{const s=SSH['ping']('uname\x20-a',j);if(!s)throw y(0x146);if(s)Log[y(0x118)](y(0x11a));}catch(t){Log[y(0x116)](t);return;}const k=Log[y(0x126)]();k[y(0x14e)](y(0x125)),SSH[y(0x13c)]('sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core',{...j}),SSH[y(0x13c)](y(0x137),{...j}),SSH['ssh'](y(0x148),{...j}),k['success']();const l=h?h:await Actions['ask'](y(0x131)),m=i?i:await Actions[y(0x11d)](y(0x150));SSH['ssh'](y(0x124)+l+y(0x13f)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[y(0x130)](n,null,0x2);a89e[y(0x154)](a89f['join'](d,y(0x13d)),o);}else throw y(0x14f);}}}catch(u){console[y(0x116)](u),process[y(0x152)](0x0);}});function a89c(){const z=['The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','ssh','letsencrypt.json','join','\x20--email\x20','1210flfXJV','notice','create','domains','831832hVfmgh','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','domainNames','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','/ssh.json','.key','1231900GMFEnb','(((.+)+)+)+$','getProjectConfig','start','Please\x20provide\x20a\x20command.','Email\x20to\x20use\x20for\x20auto-updates:\x20','Using\x20saved\x20letsencrypt\x20config','exit','mkKeysDir','writeFileSync','maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process','maka\x20ssl\x20[command]','6ggmOzc','error','existsSync','success','New\x20CSR\x20written\x20to\x20','Remote\x20host\x20connection\x20successful','email','13656160CQsmDI','ask','emailUpdate','env','assign','7ejhzdn','.csr','.crt','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','Verifying\x20Letsencrypt\x20configuration','withSpinner','parse','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','Checking\x20remote\x20host\x20availability','toString','ssl','5DGVMZJ','8006454eyTqlX','search','18ryYPvn','stringify','[?]\x20Domains\x20to\x20register:\x20','1248999nLlINJ','319183LNBRRG','appName','letsencrypt','generate-ssc','sudo\x20snap\x20install\x20--classic\x20certbot','readFileSync','fsi','216756SVVnjl'];a89c=function(){return z;};return a89c();}
@@ -1 +1 @@
1
- const a90q=a90d;(function(a,b){const m=a90d,c=a();while(!![]){try{const d=parseInt(m(0xd4))/0x1*(-parseInt(m(0xda))/0x2)+-parseInt(m(0xee))/0x3*(-parseInt(m(0x113))/0x4)+-parseInt(m(0xe8))/0x5*(-parseInt(m(0xe3))/0x6)+-parseInt(m(0x102))/0x7*(parseInt(m(0xfa))/0x8)+parseInt(m(0x104))/0x9*(-parseInt(m(0x103))/0xa)+parseInt(m(0x100))/0xb*(parseInt(m(0xdd))/0xc)+-parseInt(m(0x10e))/0xd*(-parseInt(m(0xef))/0xe);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x8f536));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a90d;if(c){const e=c[n(0xf4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const o=a90d;return a90a['toString']()['search'](o(0x111))[o(0xf3)]()[o(0x115)](a90a)[o(0x10c)](o(0x111));});a90a();import a90e from'fs';function a90c(){const t=['fsi','none','Cannot\x20find\x20Node\x20Environment\x20File:\x20','inspect','forEach','getConfigPath','search','packages','2002WceQeA','settings.json','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','(((.+)+)+)+$','--env','149244ZgrzRg','exit','constructor','Node\x20Env\x20Config:\x20','maka\x20test\x20<opts>','env','driver','197xRpRig','sanjo:jasmine','--packages','--driver-package','test-packages','process.env','7386COIXdP','readFileSync','unit','24dJDPmD','slice','invokeMeteorCommand','splice','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','findProjectDirectory','72iLslCH','engines','error','mocha','testAppPath','127005mEZQOL','Meteor\x20Settings:\x20','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','warn','--driver','openSync','15rHAECb','38878kAqlJS','meteortesting:mocha','once','driver-package','toString','apply','test','--settings','rawLogs','utf8','filter','416njJloj','notice','config.json','port','parse','isFile','5260519ralsHh','join','41825pOhtLT','2000qEHEOV','11259CfOGAP','concat'];a90c=function(){return t;};return a90c();}import a90f from'path';import a90g from'dotenv';import{Command}from'../command.js';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xd2;let f=c[d];return f;},a90d(a,b);}import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a90d;a90e[p(0xed)](a,'r'),a90g['config']({'path':a});};Command['create']({'name':a90q(0xf5),'mustBeInMakaProject':!![],'validOpts':[a90q(0xf1),'packages',a90q(0xd3),'driverPackage',a90q(0xdc),a90q(0xd2),a90q(0xf7),a90q(0xfd),a90q(0x109),a90q(0xe7)],'usage':a90q(0x117),'shortDesc':a90q(0x110),'examples':[]},function(a,b){const r=a90q;try{let c=this[r(0x106)][r(0x10b)]('development');b[r(0xd2)]&&(c=this[r(0x106)][r(0x10b)](b[r(0xd2)]));(!b[r(0xdc)]||!!b[r(0xf1)])&&(a=a[r(0x105)](['--full-app']));b[r(0xdc)]&&delete b['unit'];let d=b[r(0xf2)]||b[r(0xd3)]||'none';if(d===r(0x107)){const j=JSON[r(0xfe)](a90e[r(0xdb)](a90f[r(0x101)](this[r(0x106)][r(0xe2)](),'.maka',r(0xfc)),r(0xf8)));if(j[r(0xe4)]['test']==='jasmine')d=r(0xd5);else j['engines'][r(0xf5)]===r(0xe6)&&(d=r(0xf0));}if(d===r(0x107))throw r(0xe1);(!b['driver-package']||!b['driver'])&&(a=a['concat']([r(0xd7),d]));const f=a90f[r(0x101)](c,r(0x10f));this[r(0x106)][r(0xff)](f)?(Log[r(0xfb)](r(0xe9)+f),a=a[r(0x105)]([r(0xf6),f])):Log[r(0xeb)](r(0xea)+f);const g=a90f[r(0x101)](c,r(0xd9));this['fsi'][r(0xff)](g)?(Log['notice'](r(0x116)+g),syncSource(g)):Log[r(0xeb)](r(0x108)+g);const h=process['argv'][r(0xde)](0x2)['filter'](k=>k!=='--env')[r(0xf9)](k=>k!==r(0xf5))[r(0xf9)](k=>k!==a[0x0]);h[r(0x10a)]((k,l)=>{const s=r;(k===s(0x112)||k===s(0xec))&&h['splice'](l,0x2),k===s(0xd6)&&h[s(0xe0)](l,0x1);});const i=b[r(0x10d)]?r(0xd8):r(0xf5);this[r(0x106)][r(0xdf)](i,a[r(0x105)](h));}catch(k){console[r(0xe5)](k),process[r(0x114)](0x0);}});
1
+ const a90q=a90d;(function(a,b){const m=a90d,c=a();while(!![]){try{const d=-parseInt(m(0x123))/0x1*(parseInt(m(0x10d))/0x2)+-parseInt(m(0x10e))/0x3*(-parseInt(m(0xfd))/0x4)+parseInt(m(0x131))/0x5+-parseInt(m(0x137))/0x6*(parseInt(m(0x108))/0x7)+-parseInt(m(0x113))/0x8*(-parseInt(m(0x11b))/0x9)+parseInt(m(0x117))/0xa+-parseInt(m(0xfa))/0xb*(parseInt(m(0x12f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0xcbddd));const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a90d;if(c){const e=c[n(0x12a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const o=a90d;return a90a[o(0x103)]()['search']('(((.+)+)+)+$')[o(0x103)]()[o(0x129)](a90a)[o(0x115)]('(((.+)+)+)+$');});a90a();import a90e from'fs';function a90c(){const t=['isFile','search','process.env','13935580fvzoAi','notice','config.json','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','404640LChLqY','.maka','concat','testAppPath','create','--driver-package','unit','Node\x20Env\x20Config:\x20','7wmTKaw','port','readFileSync','filter','--full-app','argv','constructor','apply','once','rawLogs','none','driver','51468672dpoFef','splice','7694880dyVqZZ','maka\x20test\x20<opts>','driver-package','invokeMeteorCommand','fsi','error','6fAnphR','exit','Cannot\x20find\x20Node\x20Environment\x20File:\x20','join','11SPfhRS','jasmine','mocha','76HCoUTi','getConfigPath','--packages','config','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','forEach','toString','meteortesting:mocha','test','--settings','driverPackage','4602962xOUQnB','--driver','env','test-packages','engines','78478kpfjav','258966rbMcgu','openSync','warn','--env','packages','264MzzKlE'];a90c=function(){return t;};return a90c();}import a90f from'path';import a90g from'dotenv';function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xf9;let f=c[d];return f;},a90d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const p=a90d;a90e[p(0x10f)](a,'r'),a90g[p(0x100)]({'path':a});};Command[a90q(0x11f)]({'name':a90q(0x105),'mustBeInMakaProject':!![],'validOpts':['once',a90q(0x112),a90q(0x12e),a90q(0x107),'unit','env',a90q(0x12c),a90q(0x124),'inspect',a90q(0x11e)],'usage':a90q(0x132),'shortDesc':a90q(0x101),'examples':[]},function(a,b){const r=a90q;try{let c=this[r(0x135)][r(0xfe)]('development');b[r(0x10a)]&&(c=this[r(0x135)][r(0xfe)](b[r(0x10a)]));(!b[r(0x121)]||!!b[r(0x12b)])&&(a=a[r(0x11d)]([r(0x127)]));b['unit']&&delete b[r(0x121)];let d=b[r(0x133)]||b[r(0x12e)]||'none';if(d===r(0x12d)){const j=JSON['parse'](a90e[r(0x125)](a90f[r(0xf9)](this[r(0x135)]['findProjectDirectory'](),r(0x11c),r(0x119)),'utf8'));if(j[r(0x10c)][r(0x105)]===r(0xfb))d='sanjo:jasmine';else j[r(0x10c)][r(0x105)]===r(0xfc)&&(d=r(0x104));}if(d===r(0x12d))throw r(0x11a);(!b[r(0x133)]||!b[r(0x12e)])&&(a=a[r(0x11d)]([r(0x120),d]));const f=a90f['join'](c,'settings.json');this[r(0x135)][r(0x114)](f)?(Log[r(0x118)]('Meteor\x20Settings:\x20'+f),a=a['concat']([r(0x106),f])):Log[r(0x110)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+f);const g=a90f['join'](c,r(0x116));this[r(0x135)]['isFile'](g)?(Log['notice'](r(0x122)+g),syncSource(g)):Log['warn'](r(0x139)+g);const h=process[r(0x128)]['slice'](0x2)[r(0x126)](k=>k!==r(0x111))[r(0x126)](k=>k!==r(0x105))['filter'](k=>k!==a[0x0]);h[r(0x102)]((k,l)=>{const s=r;(k==='--env'||k===s(0x109))&&h[s(0x130)](l,0x2),k===s(0xff)&&h['splice'](l,0x1);});const i=b[r(0x112)]?r(0x10b):r(0x105);this[r(0x135)][r(0x134)](i,a[r(0x11d)](h));}catch(k){console[r(0x136)](k),process[r(0x138)](0x0);}});
@@ -1 +1 @@
1
- const a91n=a91d;(function(a,b){const k=a91d,c=a();while(!![]){try{const d=parseInt(k(0xe6))/0x1*(-parseInt(k(0xec))/0x2)+parseInt(k(0xd3))/0x3+-parseInt(k(0xd8))/0x4*(parseInt(k(0xe3))/0x5)+parseInt(k(0x102))/0x6+-parseInt(k(0xd5))/0x7+parseInt(k(0xd7))/0x8+parseInt(k(0xeb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0xb64b1));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a91d;if(c){const e=c[l(0xd0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const m=a91d;return a91a[m(0xf6)]()[m(0xea)](m(0xda))[m(0xf6)]()[m(0xfa)](a91a)['search'](m(0xda));});a91a();import{execSync}from'child_process';import a91e from'semver';import{Command}from'../command.js';function a91c(){const p=['1071180xLyNth','fsi','node\x20-v','apply','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','----------------------System----------------------------','2728134IQnufe','error','9087645WWdMHG','maka\x20v','3713960aDkpwY','1174968HSbBVO','----------------------Project----------------------------','(((.+)+)+)+$','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20',')\x20to\x20at\x20least\x20meteor\x27s\x20(','warn','version','getProjectsMeteorNodeVersion','\x20node\x20-v','win32','notice','10LPasPR','\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20','majestic','3MPxtQB','Project\x27s\x20Meteor\x20Node\x20Version\x20','N/A','getGlobalMeteorVersion','search','22680612lWBuva','959886bYckxo','4.6.10','meteor.bat','verbose','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','replace','System\x27s\x20Node\x20Version\x20','create','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','maka\x20version','toString','System\x27s\x20Meteor\x20Version\x20','exit','isMakaProject','constructor','compareMakaToLatest','bright','maka\x20version\x20--verbose','Project\x27s\x20Meteor\x20Version\x20','meteor','\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','Maka\x20'];a91c=function(){return p;};return a91c();}function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0xd0;let f=c[d];return f;},a91d(a,b);}import{Log}from'../tools/log/log.class.js';const pjson={'version':a91n(0xed)};Command[a91n(0xf3)]({'name':a91n(0xde),'aliases':['v'],'usage':a91n(0xf5),'maxArgLength':0x1,'validOpts':[a91n(0xef)],'shortDesc':a91n(0xf4),'examples':[a91n(0xd6),a91n(0xf5),a91n(0xfd)],'description':a91n(0xe4)},async function(a,b){const o=a91n;try{const c=process['platform']===o(0xe1)?o(0xee):o(0xff);Log[o(0xe5)](o(0x101)+pjson[o(0xde)]),await this[o(0x103)][o(0xfb)]();if(b[o(0xef)]){await this['fsi'][o(0xfb)](),Log[o(0xfc)](o(0xd2));const d=this['fsi'][o(0xe9)]();Log[o(0xfc)]((o(0xf7)+d)[o(0xf1)]('\x0a',''));const f=execSync(c+o(0xe0))[o(0xf6)]()[o(0xf1)](/\r?\n|\r/,'')[o(0xf1)]('v','');Log[o(0xfc)](o(0xdb)+f);const g=execSync(o(0x104))['toString']()[o(0xf1)](/\r?\n|\r/,'')['replace']('v','');a91e['gt'](f,g)?(Log[o(0xdd)](o(0xf2)+g),Log[o(0xdd)]('\x20!\x20consider\x20updating\x20your\x20node\x20version\x20('+g+o(0xdc)+f+')')):Log[o(0xfc)](o(0xf2)+g);if(this[o(0x103)][o(0xf9)]()){Log['bright'](o(0xd9));const h=this[o(0x103)]['getProjectMeteorVersion']();a91e['gt'](d,h)?(Log[o(0xdd)](o(0xfe)+h['replace']('\x0a','')),Log[o(0xdd)](o(0xf0)+d+'\x22')):Log[o(0xe2)]((o(0xfe)+h)['replace']('\x0a',''));const i=await this[o(0x103)][o(0xdf)]();i===o(0xe8)?(Log[o(0xdd)](o(0xe7)+i),Log[o(0xdd)](o(0xd1))):Log[o(0xfc)](o(0xe7)+i),Log[o(0xfc)](o(0x100));}}}catch(j){console[o(0xd4)](j),process[o(0xf8)](0x0);}});
1
+ const a91n=a91d;(function(a,b){const k=a91d,c=a();while(!![]){try{const d=-parseInt(k(0x184))/0x1+parseInt(k(0x1a1))/0x2*(-parseInt(k(0x188))/0x3)+-parseInt(k(0x1a4))/0x4*(-parseInt(k(0x182))/0x5)+parseInt(k(0x1a0))/0x6+-parseInt(k(0x187))/0x7*(-parseInt(k(0x193))/0x8)+-parseInt(k(0x1af))/0x9+-parseInt(k(0x1ab))/0xa*(-parseInt(k(0x189))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x4c596));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a91d;if(c){const e=c[l(0x198)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const m=a91d;return a91a[m(0x181)]()[m(0x18c)]('(((.+)+)+)+$')[m(0x181)]()['constructor'](a91a)[m(0x18c)](m(0x1ac));});function a91c(){const p=['getGlobalMeteorVersion','maka\x20version','toString','7445leBMwr','Project\x27s\x20Meteor\x20Version\x20','280128kNNcAW','getProjectsMeteorNodeVersion','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','1295XLbHQb','21BkHZeS','685553KmGBzG','win32','----------------------Project----------------------------','search','----------------------System----------------------------','4.6.11','\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20','compareMakaToLatest','warn','System\x27s\x20Node\x20Version\x20','4648dZLtuq','majestic','node\x20-v','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','meteor.bat','apply',')\x20to\x20at\x20least\x20meteor\x27s\x20(','maka\x20version\x20--verbose','maka\x20v','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','getProjectMeteorVersion','Project\x27s\x20Meteor\x20Node\x20Version\x20','version','2495838ABZJsA','118982jSZUit','error','create','1676uacGjK','platform','replace','Maka\x20','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','verbose','notice','20QXOQAf','(((.+)+)+)+$','isMakaProject','exit','2364336PemLKP','fsi','bright'];a91c=function(){return p;};return a91c();}a91a();import{execSync}from'child_process';import a91e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x181;let f=c[d];return f;},a91d(a,b);}const pjson={'version':a91n(0x18e)};Command[a91n(0x1a3)]({'name':a91n(0x19f),'aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':[a91n(0x1a9)],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':[a91n(0x19b),a91n(0x1b3),a91n(0x19a)],'description':a91n(0x18f)},async function(a,b){const o=a91n;try{const c=process[o(0x1a5)]===o(0x18a)?o(0x197):'meteor';Log[o(0x194)](o(0x1a7)+pjson[o(0x19f)]),await this[o(0x1b0)][o(0x190)]();if(b[o(0x1a9)]){await this[o(0x1b0)]['compareMakaToLatest'](),Log[o(0x1b1)](o(0x18d));const d=this['fsi'][o(0x1b2)]();Log[o(0x1b1)](('System\x27s\x20Meteor\x20Version\x20'+d)[o(0x1a6)]('\x0a',''));const f=execSync(c+'\x20node\x20-v')[o(0x181)]()['replace'](/\r?\n|\r/,'')['replace']('v','');Log[o(0x1b1)](o(0x1a8)+f);const g=execSync(o(0x195))['toString']()[o(0x1a6)](/\r?\n|\r/,'')[o(0x1a6)]('v','');a91e['gt'](f,g)?(Log[o(0x191)]('System\x27s\x20Node\x20Version\x20'+g),Log[o(0x191)](o(0x186)+g+o(0x199)+f+')')):Log['bright'](o(0x192)+g);if(this[o(0x1b0)][o(0x1ad)]()){Log[o(0x1b1)](o(0x18b));const h=this[o(0x1b0)][o(0x19d)]();a91e['gt'](d,h)?(Log[o(0x191)]('Project\x27s\x20Meteor\x20Version\x20'+h[o(0x1a6)]('\x0a','')),Log[o(0x191)](o(0x19c)+d+'\x22')):Log[o(0x1aa)]((o(0x183)+h)[o(0x1a6)]('\x0a',''));const i=await this[o(0x1b0)][o(0x185)]();i==='N/A'?(Log[o(0x191)](o(0x19e)+i),Log[o(0x191)](o(0x196))):Log[o(0x1b1)](o(0x19e)+i),Log[o(0x1b1)]('\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');}}}catch(j){console[o(0x1a2)](j),process[o(0x1ae)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a92d,c=a();while(!![]){try{var d=-parseInt(f(0x1c6))/0x1*(parseInt(f(0x1cc))/0x2)+parseInt(f(0x1d0))/0x3*(parseInt(f(0x1cb))/0x4)+parseInt(f(0x1c9))/0x5*(-parseInt(f(0x1c4))/0x6)+-parseInt(f(0x1c7))/0x7*(-parseInt(f(0x1c8))/0x8)+-parseInt(f(0x1ce))/0x9+-parseInt(f(0x1ca))/0xa*(parseInt(f(0x1d1))/0xb)+parseInt(f(0x1cd))/0xc*(parseInt(f(0x1cf))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x54d90));var a92b=(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;};}()),a92a=a92b(this,function(){var g=a92d;return a92a['toString']()['search'](g(0x1d2))['toString']()[g(0x1c5)](a92a)[g(0x1d3)]('(((.+)+)+)+$');});a92a();function a92c(){var h=['48961SvEtfz','(((.+)+)+)+$','search','30qfDhdk','constructor','125428ETLXFJ','959AUtzoj','37144RDmGaE','64810zNUZcy','1390XPKBkX','268GHCFjA','8JWWrfN','180JwcvTv','396630vyzxou','812799iEbXWJ','129lchhEg'];a92c=function(){return h;};return a92c();}export class UsageError{}export class UsageErrorWithSubs{}function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x1c4;var f=c[d];return f;},a92d(a,b);}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
1
+ (function(a,b){var f=a92d,c=a();while(!![]){try{var d=parseInt(f(0x12c))/0x1+parseInt(f(0x133))/0x2*(parseInt(f(0x12f))/0x3)+parseInt(f(0x12e))/0x4+-parseInt(f(0x137))/0x5+-parseInt(f(0x12b))/0x6+parseInt(f(0x135))/0x7+parseInt(f(0x12d))/0x8*(-parseInt(f(0x130))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x2b20c));var a92b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a92d;if(c){var e=c[g(0x136)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){var h=a92d;return a92a[h(0x132)]()[h(0x131)](h(0x12a))['toString']()[h(0x134)](a92a)[h(0x131)]('(((.+)+)+)+$');});a92a();export class UsageError{}function a92c(){var i=['1953448AgqkUt','apply','275030znMFRY','(((.+)+)+)+$','658620CsdDUV','60843CeSMCL','7144daohEA','1187240CQuVJq','43746DstSaa','3123NXTpgl','search','toString','2skJwyD','constructor'];a92c=function(){return i;};return a92c();}export class UsageErrorWithSubs{}export class MustBeInProjectError{}function a92d(a,b){var c=a92c();return a92d=function(d,e){d=d-0x12a;var f=c[d];return f;},a92d(a,b);}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- var a93i=a93d;(function(a,b){var f=a93d,c=a();while(!![]){try{var d=parseInt(f(0x168))/0x1*(-parseInt(f(0x164))/0x2)+-parseInt(f(0x172))/0x3+-parseInt(f(0x173))/0x4+parseInt(f(0x166))/0x5+parseInt(f(0x16d))/0x6*(-parseInt(f(0x16e))/0x7)+parseInt(f(0x16b))/0x8+-parseInt(f(0x16f))/0x9*(-parseInt(f(0x16a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x77ec6));function a93d(a,b){var c=a93c();return a93d=function(d,e){d=d-0x164;var f=c[d];return f;},a93d(a,b);}var a93b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a93d;if(c){var e=c[g(0x169)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){var h=a93d;return a93a[h(0x165)]()[h(0x171)](h(0x170))[h(0x165)]()['constructor'](a93a)[h(0x171)](h(0x170));});function a93c(){var j=['NODE_OPTIONS','586UksJwD','toString','997845sseZsO','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','2896wvwLEf','apply','7610580USEkfj','757992syDeHm','env','310818tVmzTZ','7BzwOEI','18yAKTvf','(((.+)+)+)+$','search','713043kunNOm','748864cdiAtX'];a93c=function(){return j;};return a93c();}a93a(),process[a93i(0x16c)][a93i(0x174)]=a93i(0x167);import'./maka.js';
2
+ function a93d(a,b){var c=a93c();return a93d=function(d,e){d=d-0xdf;var f=c[d];return f;},a93d(a,b);}function a93c(){var i=['--experimental-modules\x20--no-warnings\x20--experimental-json-modules','70506moyfEA','5961718kVcIAg','1327650OtXReB','(((.+)+)+)+$','search','6232116BgeJtD','12wmBqEx','constructor','7524OiKzap','8NmjwPw','251864ylZIzM','toString','1037307zFTMab','45470dPObcO','5fhuYxp'];a93c=function(){return i;};return a93c();}var a93h=a93d;(function(a,b){var f=a93d,c=a();while(!![]){try{var d=parseInt(f(0xe1))/0x1*(parseInt(f(0xed))/0x2)+-parseInt(f(0xdf))/0x3*(parseInt(f(0xe9))/0x4)+-parseInt(f(0xe5))/0x5+-parseInt(f(0xe8))/0x6+-parseInt(f(0xe4))/0x7+-parseInt(f(0xec))/0x8*(parseInt(f(0xe3))/0x9)+parseInt(f(0xe0))/0xa*(parseInt(f(0xeb))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x83899));var a93b=(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;};}()),a93a=a93b(this,function(){var g=a93d;return a93a[g(0xee)]()[g(0xe7)](g(0xe6))[g(0xee)]()[g(0xea)](a93a)[g(0xe7)](g(0xe6));});a93a(),process['env']['NODE_OPTIONS']=a93h(0xe2);import'./maka.js';