@maka/maka-cli 5.0.0-beta.3 → 5.0.0-beta.4

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 (163) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/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/cecr.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/chz.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/decr.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/aws/lecr.sub.cmd.js +1 -1
  17. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  18. package/bundle/obf/src/commands/aws/rdn.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  20. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  21. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  22. package/bundle/obf/src/commands/build/_index.js +1 -1
  23. package/bundle/obf/src/commands/build/build.js +1 -1
  24. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  25. package/bundle/obf/src/commands/create.js +1 -1
  26. package/bundle/obf/src/commands/debug.js +1 -1
  27. package/bundle/obf/src/commands/deploy/_index.js +1 -1
  28. package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
  29. package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
  30. package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.js +1 -1
  31. package/bundle/obf/src/commands/game/_index.js +1 -1
  32. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  33. package/bundle/obf/src/commands/game/play.command.js +1 -1
  34. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  35. package/bundle/obf/src/commands/game/sideQuest/commands/command.js +1 -1
  36. package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
  37. package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
  38. package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
  39. package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
  40. package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
  41. package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
  42. package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
  43. package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
  44. package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
  45. package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
  46. package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
  47. package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
  48. package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
  49. package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
  50. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
  51. package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
  52. package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
  53. package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
  54. package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
  55. package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
  56. package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
  57. package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
  58. package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
  59. package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
  60. package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
  61. package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
  62. package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
  63. package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
  64. package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
  65. package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
  66. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
  67. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
  68. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -1
  69. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  70. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  71. package/bundle/obf/src/commands/generate.js +1 -1
  72. package/bundle/obf/src/commands/get/_index.js +1 -1
  73. package/bundle/obf/src/commands/get/get.command.js +1 -1
  74. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  75. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  76. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  77. package/bundle/obf/src/commands/help.js +1 -1
  78. package/bundle/obf/src/commands/install.js +1 -1
  79. package/bundle/obf/src/commands/jsdoc.js +1 -1
  80. package/bundle/obf/src/commands/lint.js +1 -1
  81. package/bundle/obf/src/commands/login.js +1 -1
  82. package/bundle/obf/src/commands/logout.js +1 -1
  83. package/bundle/obf/src/commands/logs.js +1 -1
  84. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  85. package/bundle/obf/src/commands/murder.js +1 -1
  86. package/bundle/obf/src/commands/patreon.js +1 -1
  87. package/bundle/obf/src/commands/profile.js +1 -1
  88. package/bundle/obf/src/commands/proxy.js +1 -1
  89. package/bundle/obf/src/commands/reconfig.js +1 -1
  90. package/bundle/obf/src/commands/register.js +1 -1
  91. package/bundle/obf/src/commands/run/_index.js +1 -1
  92. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  93. package/bundle/obf/src/commands/run/run.command.js +1 -1
  94. package/bundle/obf/src/commands/set/_index.js +1 -1
  95. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  96. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  97. package/bundle/obf/src/commands/set/set.command.js +1 -1
  98. package/bundle/obf/src/commands/ssh.js +1 -1
  99. package/bundle/obf/src/commands/ssl.js +1 -1
  100. package/bundle/obf/src/commands/test.js +1 -1
  101. package/bundle/obf/src/commands/undo.js +1 -1
  102. package/bundle/obf/src/commands/version.js +1 -1
  103. package/bundle/obf/src/error.js +1 -1
  104. package/bundle/obf/src/exec.js +1 -1
  105. package/bundle/obf/src/generator.js +1 -1
  106. package/bundle/obf/src/generators/_index.js +1 -1
  107. package/bundle/obf/src/generators/api.js +1 -1
  108. package/bundle/obf/src/generators/aws/_index.js +1 -1
  109. package/bundle/obf/src/generators/aws/aws.js +1 -1
  110. package/bundle/obf/src/generators/aws/cloudformation/_index.js +1 -1
  111. package/bundle/obf/src/generators/aws/cloudformation/cloudformation.js +1 -1
  112. package/bundle/obf/src/generators/aws/cloudformation/create-ec2-instance.cf.gen.js +1 -1
  113. package/bundle/obf/src/generators/collection.js +1 -1
  114. package/bundle/obf/src/generators/component.js +1 -1
  115. package/bundle/obf/src/generators/config.js +1 -1
  116. package/bundle/obf/src/generators/dbc.js +1 -1
  117. package/bundle/obf/src/generators/dockerfile.js +1 -1
  118. package/bundle/obf/src/generators/hook.js +1 -1
  119. package/bundle/obf/src/generators/kits/_index.js +1 -1
  120. package/bundle/obf/src/generators/kits/auth/_index.js +1 -1
  121. package/bundle/obf/src/generators/kits/auth/auth.generator.js +1 -1
  122. package/bundle/obf/src/generators/kits/auth/basic-meteor.auth.gen.js +1 -1
  123. package/bundle/obf/src/generators/kits/auth/provider.auth.gen.js +1 -1
  124. package/bundle/obf/src/generators/kits/esri/_index.js +1 -1
  125. package/bundle/obf/src/generators/kits/esri/esri.generator.js +1 -1
  126. package/bundle/obf/src/generators/kits/esri/map.esri.gen.js +1 -1
  127. package/bundle/obf/src/generators/kits/kit.js +1 -1
  128. package/bundle/obf/src/generators/kits/mui/_index.js +1 -1
  129. package/bundle/obf/src/generators/kits/mui/auth.mui.gen.js +1 -1
  130. package/bundle/obf/src/generators/kits/mui/frame.mui.gen.js +1 -1
  131. package/bundle/obf/src/generators/kits/mui/mui.generator.js +1 -1
  132. package/bundle/obf/src/generators/layout.js +1 -1
  133. package/bundle/obf/src/generators/maka.gen.js +1 -1
  134. package/bundle/obf/src/generators/methods.js +1 -1
  135. package/bundle/obf/src/generators/package.js +1 -1
  136. package/bundle/obf/src/generators/page.js +1 -1
  137. package/bundle/obf/src/generators/publish.js +1 -1
  138. package/bundle/obf/src/generators/route.js +1 -1
  139. package/bundle/obf/src/generators/service.js +1 -1
  140. package/bundle/obf/src/generators/services/_index.js +1 -1
  141. package/bundle/obf/src/generators/services/openssl.js +1 -1
  142. package/bundle/obf/src/generators/services/translation.js +1 -1
  143. package/bundle/obf/src/maka.js +1 -1
  144. package/bundle/obf/src/tool.js +1 -1
  145. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  146. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  147. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  148. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  149. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  150. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  151. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  152. package/bundle/obf/src/tools/https/https.class.js +1 -1
  153. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  154. package/bundle/obf/src/tools/log/log.class.js +1 -1
  155. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  156. package/bundle/obf/src/tools/options/options.class.js +1 -1
  157. package/bundle/obf/src/tools/progress/progress.class.js +1 -1
  158. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  159. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  160. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  161. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  162. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  163. package/package.json +1 -1
@@ -1 +1 @@
1
- const a79o=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=parseInt(l(0x156))/0x1+parseInt(l(0x143))/0x2+parseInt(l(0x148))/0x3+-parseInt(l(0x14d))/0x4+parseInt(l(0x13f))/0x5*(-parseInt(l(0x135))/0x6)+parseInt(l(0x141))/0x7+-parseInt(l(0x13a))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x9c79b));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a79d;if(c){const e=c[m(0x15c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const n=a79d;return a79a[n(0x139)]()[n(0x147)](n(0x14f))['toString']()[n(0x159)](a79a)[n(0x147)]('(((.+)+)+)+$');});a79a();function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x135;let f=c[d];return f;},a79d(a,b);}import a79e from'path';import{ESLint}from'eslint';function a79c(){const q=['2430544wdIxuk','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','(((.+)+)+)+$','fsi','maka\x20lint\x20--fix','outputFixes','.eslintrc.json','findAppDirectory','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','1260651MmbaMM','lint','fix','constructor','maka\x20lint','format','apply','/imports','checkNpmPackage','1416XdwGeS','bright','eslint/eslintrc.json','template','toString','14247272SxSFTA','notice','success','join','eslint-config-airbnb','14345qMPXwG','eslint-plugin-import','6706490wiflFR','stylish','1194316eOICae','loadFormatter','length','service','search','2672019NqFsvH','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','Lint\x20results\x20for\x20','eslint-plugin-react','eslint-plugin-css'];a79c=function(){return q;};return a79c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command['create']({'name':a79o(0x157),'usage':a79o(0x15a),'maxArgLength':0x1,'validOpts':[a79o(0x158)],'mustBeInMakaProject':!![],'shortDesc':a79o(0x155),'description':a79o(0x149),'examples':[a79o(0x151)]},async function(a,b){const p=a79o;try{const c=this[p(0x150)][p(0x154)]();await this[p(0x150)][p(0x15e)](['eslint',p(0x140),p(0x14b),p(0x14c),'eslint-plugin-jsx-a11y',p(0x13e)],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this['fsi']['isFile'](a79e[p(0x13d)](c,p(0x153)));if(!d){const j={'noRename':!![]};await this[p(0x150)][p(0x138)]({'srcPath':p(0x137),'destPath':a79e[p(0x13d)](c,p(0x153)),'framework':p(0x146),'context':j});}const f=new ESLint({'fix':b[p(0x158)]}),g=await f['lintFiles']([a79e[p(0x13d)](c,'imports','**')]),h=await f[p(0x144)](p(0x142)),i=await h[p(0x15b)](g);i[p(0x145)]>0x0?Log[p(0x136)](i):Log[p(0x13c)]('All\x20good!\x20:)'),Log[p(0x13b)](p(0x14a)+c+p(0x15d)),b['fix']?await ESLint[p(0x152)](g):Log[p(0x13b)](p(0x14e));}catch(k){console['error'](k),process['exit'](0x1);}});
1
+ const a79o=a79d;(function(a,b){const l=a79d,c=a();while(!![]){try{const d=-parseInt(l(0x1b4))/0x1*(-parseInt(l(0x1af))/0x2)+parseInt(l(0x1c6))/0x3+parseInt(l(0x1c2))/0x4+parseInt(l(0x1b3))/0x5+-parseInt(l(0x19c))/0x6*(-parseInt(l(0x1c5))/0x7)+parseInt(l(0x19f))/0x8*(parseInt(l(0x1ae))/0x9)+-parseInt(l(0x1b8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0xc0773));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a79d;if(c){const e=c[m(0x1c3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const n=a79d;return a79a[n(0x1c1)]()[n(0x1bc)](n(0x1a0))[n(0x1c1)]()[n(0x1be)](a79a)['search'](n(0x1a0));});a79a();import a79e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x19c;let f=c[d];return f;},a79d(a,b);}Command[a79o(0x1a4)]({'name':a79o(0x1b2),'usage':'maka\x20lint','maxArgLength':0x1,'validOpts':['fix'],'mustBeInMakaProject':!![],'shortDesc':'Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','description':a79o(0x1aa),'examples':[a79o(0x1a2)]},async function(a,b){const p=a79o;try{const c=this[p(0x1b9)][p(0x1b0)]();await this[p(0x1b9)]['checkNpmPackage']([p(0x19e),'eslint-plugin-import',p(0x1a6),'eslint-plugin-css',p(0x1a5),p(0x1b7)],{'cwd':c,'shouldInstall':!![],'dev':!![]});const d=this[p(0x1b9)][p(0x1b6)](a79e[p(0x1b1)](c,p(0x1bd)));if(!d){const j={'noRename':!![]};await this[p(0x1b9)][p(0x1ac)]({'srcPath':'eslint/eslintrc.json','destPath':a79e[p(0x1b1)](c,p(0x1bd)),'framework':'service','context':j});}const f=new ESLint({'fix':b[p(0x1ad)]}),g=await f[p(0x1c4)]([a79e[p(0x1b1)](c,p(0x1c7),'**')]),h=await f[p(0x1a1)]('stylish'),i=await h[p(0x1a7)](g);i[p(0x1a9)]>0x0?Log[p(0x1a3)](i):Log[p(0x1b5)](p(0x1ab)),Log[p(0x1c0)](p(0x19d)+c+p(0x1ba)),b[p(0x1ad)]?await ESLint[p(0x1a8)](g):Log[p(0x1c0)]('Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix');}catch(k){console[p(0x1bb)](k),process[p(0x1bf)](0x1);}});function a79c(){const q=['.eslintrc.json','constructor','exit','notice','toString','3198104BdEFOj','apply','lintFiles','7ntKhFQ','1378359pOQUbt','imports','7927404mTnwFM','Lint\x20results\x20for\x20','eslint','54016Nistuf','(((.+)+)+)+$','loadFormatter','maka\x20lint\x20--fix','bright','create','eslint-plugin-jsx-a11y','eslint-plugin-react','format','outputFixes','length','\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','All\x20good!\x20:)','template','fix','1737HPBGSX','2gNfUYi','findAppDirectory','join','lint','6312035ZzAQoV','737530zdibMb','success','isFile','eslint-config-airbnb','50949470Gktdjm','fsi','/imports','error','search'];a79c=function(){return q;};return a79c();}
@@ -1 +1 @@
1
- const a80L=a80d;(function(a,b){const H=a80d,c=a();while(!![]){try{const d=-parseInt(H(0x204))/0x1+-parseInt(H(0x1cd))/0x2*(-parseInt(H(0x1e9))/0x3)+-parseInt(H(0x1f9))/0x4*(-parseInt(H(0x207))/0x5)+-parseInt(H(0x1c2))/0x6*(-parseInt(H(0x1bf))/0x7)+parseInt(H(0x1cf))/0x8*(parseInt(H(0x1e2))/0x9)+-parseInt(H(0x1e1))/0xa+parseInt(H(0x1bb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0x4f246));function a80c(){const N=['localhost','isFile','reset','3979624MrlYXg','singleLicense','search','MAKA_DEV','854679zjPjTu','withSpinner','ask','6kcGXYA','setGlobalConfig','parse','statusMessage','Email:','maka\x20login\x20--reset','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','login','Password:\x20','sha256','Preflight\x20Check','2DcUqaT','assign','664KzpORt','failure','majestic','roles','token','getGlobalConfig','digest','email','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Sending\x20Password\x20Reset\x20Email','password','authToken','success','maka\x20login','notice','True','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','Non-verified\x20accounts\x20are\x20automatically\x20garbage\x20collected.\x20\x20Garbage\x20collection\x20is\x20on\x20Thursdays.','5203160eOWWBc','5805UBImbv','emailVerified','error','post','Logs\x20in\x20to\x20www.maka-cli.com','Invalid\x20email\x20address','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','609852eRuzTj','PRO\x20Features\x20Enabled\x20🤘','Please\x20enter\x20your\x20email\x20address\x20to\x20receive\x20a\x20password\x20reset\x20link.','update','Using\x20CA\x20Cert\x20','https://','/api/v1/forgotPassword','cacert','Logging\x20in','create','test','exit','(((.+)+)+)+$','Please\x20verify\x20your\x20account.\x20If\x20you\x20need\x20a\x20new\x20verification\x20email,\x20run\x20`maka\x20login\x20--verify`.','getPro','toHex','2465628UjLWbk','debug','message','verify','env','toLowerCase','apply','toString','fsi','help','log','512625iNGUSC','/api/login','warn','5kaafBO','get','start','cert'];a80c=function(){return N;};return a80c();}const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a80d;if(c){const e=c[I(0x1ff)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const J=a80d;return a80a[J(0x200)]()[J(0x1bd)](J(0x1f5))[J(0x200)]()['constructor'](a80a)[J(0x1bd)](J(0x1f5));});a80a();import a80e 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 a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x1bb;let f=c[d];return f;},a80d(a,b);}import{HTTPS}from'../tools/https/https.class.js';function validateEmail(a){const K=a80d,b=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return b[K(0x1f3)](String(a)[K(0x1fe)]());}const hostname=process[a80L(0x1fd)][a80L(0x1be)]===a80L(0x1de)?a80L(0x20b):'www.maka-cli.com';Command['create']({'name':a80L(0x1c9),'validOpts':[a80L(0x1d6),'password',a80L(0x202),a80L(0x20d),a80L(0x1fc),a80L(0x1f0),a80L(0x1fa)],'usage':a80L(0x1dc),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a80L(0x1e6),'examples':[a80L(0x1dc),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>',a80L(0x1c7)]},async function(a,b){const M=a80L,c=Log[M(0x1c0)]();try{let d='';b[M(0x1f0)]&&(this[M(0x201)][M(0x20c)](b[M(0x1f0)])?(d=b['cacert'],Log[M(0x1dd)](M(0x1ed)+d)):Log[M(0x1e4)](M(0x1d7)+d));const f=await this[M(0x201)][M(0x1d4)]();if(f[M(0x20a)]){if(this[M(0x201)][M(0x20c)](f['cert']))d=f[M(0x20a)];else{Log[M(0x1e4)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log['header']('Securing\x20connection\x20to\x20https://'+hostname);const g={'url':'https://'+hostname+'/api/v1/status'};b[M(0x1f0)]&&Object[M(0x1ce)](g,{'cert':d});c[M(0x209)](M(0x1cc));const {statusCode:h}=await HTTPS[M(0x208)](g);if(h===0x198){c['failure']();throw M(0x1df);}if(h!==0xc8){c[M(0x1d0)]();throw M(0x1ee)+hostname+M(0x1c8);}c[M(0x1db)]();if(b[M(0x20d)]){Log[M(0x1dd)](M(0x1eb));const r=await Actions[M(0x1c1)](M(0x1c6)),s={'hostname':hostname,'path':M(0x1ef),'data':{'email':r}};if(!validateEmail(r))throw M(0x1e7);b[M(0x1f0)]&&Object[M(0x1ce)](s,{'cert':d});c[M(0x209)](M(0x1d8));const {data:t,statusCode:u}=await HTTPS[M(0x1e5)](s);if(u===0x198){c[M(0x1d0)]('\x0a');throw M(0x1e8)+hostname;}const v=JSON[M(0x1c4)](t);u===0xc8?(c[M(0x1db)](),Log[M(0x1dd)](v[M(0x1fb)])):c[M(0x1d0)]();return;}if(b[M(0x1fc)]){const w=await this[M(0x201)][M(0x1f7)]();if(!w?.[M(0x1e3)]){const x={'hostname':hostname,'path':'/api/v1/resendEmailVerification','headers':{'x-auth-token':f?.[M(0x1d3)]?.[M(0x1da)]},'data':{}},{statusCode:y,data:z}=await HTTPS['post'](x),A=JSON[M(0x1c4)](z);y<0x12c?Log[M(0x1e4)](y+':\x20'+A[M(0x1fb)]):(Log[M(0x1db)]('Email\x20sent!\x20'+A[M(0x1fb)]),Log[M(0x206)]('Once\x20verified,\x20please\x20run\x20\x27maka\x20login\x27\x20again'));}else Log[M(0x1db)]('Your\x20email\x20is\x20already\x20verified!');return;}const i=b[M(0x1d6)]?b[M(0x1d6)]:await Actions[M(0x1c1)](M(0x1c6));if(!validateEmail(i))throw M(0x1e7);const j=b[M(0x1d9)]?b[M(0x1d9)]:await Actions[M(0x1c1)](M(0x1ca),!![]),k=a80e['md'][M(0x1cb)][M(0x1f2)]();k[M(0x1ec)](j);const l=k[M(0x1d5)]()[M(0x1f8)](),m={'hostname':hostname,'path':M(0x205),'data':{'email':i,'password':l,'hashed':!![]}};b[M(0x1f0)]&&Object[M(0x1ce)](m,{'cert':d});c[M(0x209)](M(0x1f1));const {data:n,statusCode:o}=await HTTPS['post'](m),p=JSON[M(0x1c4)](n);if(o>=0x190){c[M(0x1d0)]('\x0a');throw p[M(0x1e4)];}if(p[M(0x1da)]){const B={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':p[M(0x1da)]},'data':{}};b[M(0x1f0)]&&Object[M(0x1ce)](B,{'cert':d});const {data:C,statusCode:D}=await HTTPS[M(0x1e5)](B),{token:E}=JSON['parse'](C);if(D===0x198)throw M(0x1e8)+hostname;const F={'token':p,'hash':E};await this['fsi'][M(0x1c3)](F);}else{c[M(0x1d0)]();throw p;}c['success']();const q=await this[M(0x201)][M(0x1f7)]();!q['emailVerified']&&(Log[M(0x206)](M(0x1f6)),Log[M(0x206)](M(0x1e0))),q[M(0x1d2)]['includes'](M(0x1bc))&&Log[M(0x1d1)](M(0x1ea));}catch(G){G[M(0x1c5)]?Log[M(0x1e4)](G[M(0x1c5)]):(console[M(0x203)](''),console[M(0x203)](G)),Log['notice']('If\x20you\x20need\x20to\x20reset\x20your\x20password,\x20run\x20`maka\x20login\x20--reset`'),process[M(0x1f4)](0x0);}});
1
+ const a80L=a80d;(function(a,b){const H=a80d,c=a();while(!![]){try{const d=parseInt(H(0x153))/0x1*(parseInt(H(0x154))/0x2)+-parseInt(H(0x134))/0x3+parseInt(H(0x157))/0x4+parseInt(H(0x148))/0x5+-parseInt(H(0x151))/0x6+-parseInt(H(0x137))/0x7+parseInt(H(0x120))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xcee60));function a80c(){const N=['Once\x20verified,\x20please\x20run\x20\x27maka\x20login\x27\x20again','toString','debug','verify','(((.+)+)+)+$','True','Preflight\x20Check','withSpinner','statusMessage','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','parse','MAKA_DEV','Invalid\x20email\x20address','get','test','cacert','Please\x20enter\x20your\x20email\x20address\x20to\x20receive\x20a\x20password\x20reset\x20link.','4346004qwGiVS','login','maka\x20login','458115SDswZX','failure','token','notice','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','email','Using\x20CA\x20Cert\x20','localhost','www.maka-cli.com','message','maka\x20login\x20--reset','password','exit','https://','Your\x20email\x20is\x20already\x20verified!','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','cert','4109130uAdnOG','Non-verified\x20accounts\x20are\x20automatically\x20garbage\x20collected.\x20\x20Garbage\x20collection\x20is\x20on\x20Thursdays.','Email\x20sent!\x20','PRO\x20Features\x20Enabled\x20🤘','emailVerified','Logs\x20in\x20to\x20www.maka-cli.com','assign','warn','/api/v1/status','732360FNWlcE','env','407458Wxtenm','4KLTytp','post','search','2893868pNOLip','create','sha256','ask','apply','start','/api/v1/encodeJwt','getPro','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','/api/v1/resendEmailVerification','/api/v1/forgotPassword','Email:','includes','log','/api/login','help','isFile','authToken','error','Password:\x20','reset','majestic','Please\x20verify\x20your\x20account.\x20If\x20you\x20need\x20a\x20new\x20verification\x20email,\x20run\x20`maka\x20login\x20--verify`.','getGlobalConfig','If\x20you\x20need\x20to\x20reset\x20your\x20password,\x20run\x20`maka\x20login\x20--reset`','Logging\x20in','success','Securing\x20connection\x20to\x20https://','987360aSvzKr','digest','fsi'];a80c=function(){return N;};return a80c();}const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const I=a80d;if(c){const e=c[I(0x15b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const J=a80d;return a80a[J(0x124)]()['search'](J(0x127))[J(0x124)]()['constructor'](a80a)[J(0x156)]('(((.+)+)+)+$');});a80a();import a80e 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 a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x118;let f=c[d];return f;},a80d(a,b);}import{HTTPS}from'../tools/https/https.class.js';function validateEmail(a){const K=a80d,b=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return b[K(0x131)](String(a)['toLowerCase']());}const hostname=process[a80L(0x152)][a80L(0x12e)]===a80L(0x128)?a80L(0x13e):a80L(0x13f);Command[a80L(0x158)]({'name':a80L(0x135),'validOpts':[a80L(0x13c),a80L(0x142),a80L(0x166),a80L(0x118),'verify',a80L(0x132),a80L(0x125)],'usage':a80L(0x136),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a80L(0x14d),'examples':[a80L(0x136),a80L(0x15f),a80L(0x141)]},async function(a,b){const M=a80L,c=Log[M(0x12a)]();try{let d='';b[M(0x132)]&&(this[M(0x122)][M(0x167)](b[M(0x132)])?(d=b[M(0x132)],Log['notice'](M(0x13d)+d)):Log[M(0x169)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this['fsi'][M(0x11b)]();if(f['cert']){if(this['fsi'][M(0x167)](f[M(0x147)]))d=f[M(0x147)];else{Log[M(0x169)](M(0x13b)+d);return;}}Log['header'](M(0x11f)+hostname);const g={'url':'https://'+hostname+M(0x150)};b[M(0x132)]&&Object[M(0x14e)](g,{'cert':d});c[M(0x15c)](M(0x129));const {statusCode:h}=await HTTPS[M(0x130)](g);if(h===0x198){c[M(0x138)]();throw M(0x146);}if(h!==0xc8){c[M(0x138)]();throw M(0x144)+hostname+M(0x12c);}c[M(0x11e)]();if(b[M(0x118)]){Log[M(0x13a)](M(0x133));const r=await Actions[M(0x15a)](M(0x162)),s={'hostname':hostname,'path':M(0x161),'data':{'email':r}};if(!validateEmail(r))throw'Invalid\x20email\x20address';b[M(0x132)]&&Object['assign'](s,{'cert':d});c['start']('Sending\x20Password\x20Reset\x20Email');const {data:t,statusCode:u}=await HTTPS['post'](s);if(u===0x198){c[M(0x138)]('\x0a');throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;}const v=JSON[M(0x12d)](t);u===0xc8?(c[M(0x11e)](),Log['notice'](v[M(0x140)])):c[M(0x138)]();return;}if(b[M(0x126)]){const w=await this[M(0x122)]['getPro']();if(!w?.['emailVerified']){const x={'hostname':hostname,'path':M(0x160),'headers':{'x-auth-token':f?.[M(0x139)]?.[M(0x168)]},'data':{}},{statusCode:y,data:z}=await HTTPS[M(0x155)](x),A=JSON['parse'](z);y<0x12c?Log[M(0x169)](y+':\x20'+A[M(0x140)]):(Log[M(0x11e)](M(0x14a)+A[M(0x140)]),Log[M(0x14f)](M(0x123)));}else Log[M(0x11e)](M(0x145));return;}const i=b[M(0x13c)]?b[M(0x13c)]:await Actions[M(0x15a)](M(0x162));if(!validateEmail(i))throw M(0x12f);const j=b[M(0x142)]?b[M(0x142)]:await Actions[M(0x15a)](M(0x16a),!![]),k=a80e['md'][M(0x159)][M(0x158)]();k['update'](j);const l=k[M(0x121)]()['toHex'](),m={'hostname':hostname,'path':M(0x165),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object['assign'](m,{'cert':d});c[M(0x15c)](M(0x11d));const {data:n,statusCode:o}=await HTTPS[M(0x155)](m),p=JSON[M(0x12d)](n);if(o>=0x190){c[M(0x138)]('\x0a');throw p[M(0x169)];}if(p['authToken']){const B={'hostname':hostname,'path':M(0x15d),'headers':{'x-auth-token':p[M(0x168)]},'data':{}};b[M(0x132)]&&Object['assign'](B,{'cert':d});const {data:C,statusCode:D}=await HTTPS['post'](B),{token:E}=JSON[M(0x12d)](C);if(D===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const F={'token':p,'hash':E};await this[M(0x122)]['setGlobalConfig'](F);}else{c[M(0x138)]();throw p;}c['success']();const q=await this[M(0x122)][M(0x15e)]();!q[M(0x14c)]&&(Log[M(0x14f)](M(0x11a)),Log['warn'](M(0x149))),q['roles'][M(0x163)]('singleLicense')&&Log[M(0x119)](M(0x14b));}catch(G){G[M(0x12b)]?Log[M(0x169)](G[M(0x12b)]):(console[M(0x164)](''),console[M(0x164)](G)),Log[M(0x13a)](M(0x11c)),process[M(0x143)](0x0);}});
@@ -1 +1 @@
1
- const a81p=a81d;(function(a,b){const m=a81d,c=a();while(!![]){try{const d=parseInt(m(0x109))/0x1+-parseInt(m(0xf8))/0x2*(parseInt(m(0xf5))/0x3)+parseInt(m(0x111))/0x4*(parseInt(m(0x103))/0x5)+-parseInt(m(0x11c))/0x6*(-parseInt(m(0x106))/0x7)+parseInt(m(0xf4))/0x8*(parseInt(m(0xed))/0x9)+parseInt(m(0xf2))/0xa+-parseInt(m(0x10a))/0xb*(parseInt(m(0x11f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x8af19));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a81d;if(c){const e=c[n(0xf3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const o=a81d;return a81a['toString']()[o(0x10f)]('(((.+)+)+)+$')[o(0x101)]()[o(0xf7)](a81a)['search'](o(0x122));});a81a();function a81c(){const r=['maka\x20logout','search','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','57952PgVfqW','Using\x20CA\x20Cert\x20','post','https://','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','create','fsi','Securing\x20connection\x20to\x20https://','get','failure','notice','12BhsbAE','Preflight\x20Check','env','9264GOEYau','getGlobalConfig','assign','(((.+)+)+)+$','550854dALkkn','localhost','authToken','token','You\x20may\x20not\x20be\x20logged\x20in...','10447430TucQtY','apply','64PtzTtk','308862AGIGyv','error','constructor','4aJiHNR','success','MAKA_DEV','www.maka-cli.com','Logging\x20out','withSpinner','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','logout','cert','toString','/api/v1/status','310hdRtrF','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','header','287917zWZJGR','cacert','statusMessage','282752zyeJjr','28820FacuWQ','start','/api/logoutAll','True'];a81c=function(){return r;};return a81c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a81p(0x11e)][a81p(0xfa)]===a81p(0x10d)?a81p(0xee):a81p(0xfb);function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0xed;let f=c[d];return f;},a81d(a,b);}Command[a81p(0x116)]({'name':a81p(0xff),'validOpts':[a81p(0x107)],'usage':a81p(0x10e),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a81p(0x10e)]},async function(a,b){const q=a81p,c=Log[q(0xfd)]();try{let d='';b[q(0x107)]&&(this[q(0x117)]['isFile'](b[q(0x107)])?(d=b[q(0x107)],Log[q(0x11b)](q(0x112)+d)):Log[q(0xf6)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[q(0x117)][q(0x120)]();if(f['cert']){if(this[q(0x117)]['isFile'](f['cert']))d=f[q(0x100)];else{c[q(0x11a)]();throw Log['error'](q(0x110)+d);}}Log[q(0x105)](q(0x118)+hostname);const g={'url':q(0x114)+hostname+q(0x102)};b[q(0x107)]&&Object[q(0x121)](g,{'cert':d});c['start'](q(0x11d));const {statusCode:h}=await HTTPS[q(0x119)](g);if(h===0x198){c[q(0x11a)]();throw q(0x115);}c['success']();if(h!==0xc8){c[q(0x11a)]();throw q(0x104);}if(!f?.['token']?.['authToken'])throw Log['error'](q(0xfe));c[q(0x10b)](q(0xfc));const i={'hostname':hostname,'path':q(0x10c),'data':{},'headers':{'x-auth-token':f[q(0xf0)][q(0xef)]}};b[q(0x107)]&&Object[q(0x121)](i,{'cert':d});const {statusCode:j,statusMessage:k}=await HTTPS[q(0x113)](i);if(j>=0x190)throw k;this[q(0x117)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[q(0xf9)]();}catch(l){c[q(0x11a)]('\x0a'),l&&(l[q(0x108)]?Log[q(0xf6)](l[q(0x108)]):(Log[q(0xf6)](l),Log[q(0x11b)](q(0xf1)))),process['exit'](0x0);}});
1
+ function a81c(){const r=['post','error','fsi','358040xPtRCf','674hMJpJh','1068cqAhUk','withSpinner','maka\x20logout','Securing\x20connection\x20to\x20https://','failure','https://','157852olBCPz','localhost','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','87psufph','1228915WOnceR','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','apply','notice','toString','2883820ANfyOP','token','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','cacert','logout','Preflight\x20Check','Using\x20CA\x20Cert\x20','header','search','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','6744409tgrkok','create','assign','authToken','start','MAKA_DEV','You\x20may\x20not\x20be\x20logged\x20in...','45lZokSX','(((.+)+)+)+$','/api/v1/status','True','www.maka-cli.com','exit','env','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','statusMessage','7469988tYcomP','success','isFile'];a81c=function(){return r;};return a81c();}const a81p=a81d;(function(a,b){const m=a81d,c=a();while(!![]){try{const d=-parseInt(m(0x161))/0x1*(-parseInt(m(0x160))/0x2)+parseInt(m(0x16b))/0x3*(parseInt(m(0x167))/0x4)+parseInt(m(0x16c))/0x5+-parseInt(m(0x18b))/0x6+-parseInt(m(0x17b))/0x7+-parseInt(m(0x15f))/0x8+-parseInt(m(0x182))/0x9*(-parseInt(m(0x171))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0xe532c));const a81b=(function(){let a=!![];return function(b,c){const d=a?function(){const n=a81d;if(c){const e=c[n(0x16e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){const o=a81d;return a81a[o(0x170)]()[o(0x179)]('(((.+)+)+)+$')[o(0x170)]()[o(0x16a)](a81a)[o(0x179)](o(0x183));});a81a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';function a81d(a,b){const c=a81c();return a81d=function(d,e){d=d-0x15b;let f=c[d];return f;},a81d(a,b);}const hostname=process[a81p(0x188)][a81p(0x180)]===a81p(0x185)?a81p(0x168):a81p(0x186);Command[a81p(0x17c)]({'name':a81p(0x175),'validOpts':['cacert'],'usage':a81p(0x163),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':['maka\x20logout']},async function(a,b){const q=a81p,c=Log[q(0x162)]();try{let d='';b[q(0x174)]&&(this['fsi'][q(0x15b)](b[q(0x174)])?(d=b[q(0x174)],Log[q(0x16f)](q(0x177)+d)):Log[q(0x15d)](q(0x189)+d));const f=await this[q(0x15e)]['getGlobalConfig']();if(f['cert']){if(this[q(0x15e)][q(0x15b)](f['cert']))d=f['cert'];else{c[q(0x165)]();throw Log[q(0x15d)](q(0x16d)+d);}}Log[q(0x178)](q(0x164)+hostname);const g={'url':q(0x166)+hostname+q(0x184)};b[q(0x174)]&&Object['assign'](g,{'cert':d});c[q(0x17f)](q(0x176));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[q(0x165)]();throw q(0x17a);}c[q(0x18c)]();if(h!==0xc8){c['failure']();throw q(0x169);}if(!f?.[q(0x172)]?.[q(0x17e)])throw Log['error'](q(0x173));c[q(0x17f)]('Logging\x20out');const i={'hostname':hostname,'path':'/api/logoutAll','data':{},'headers':{'x-auth-token':f[q(0x172)][q(0x17e)]}};b['cacert']&&Object[q(0x17d)](i,{'cert':d});const {statusCode:j,statusMessage:k}=await HTTPS[q(0x15c)](i);if(j>=0x190)throw k;this[q(0x15e)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[q(0x18c)]();}catch(l){c['failure']('\x0a'),l&&(l[q(0x18a)]?Log[q(0x15d)](l[q(0x18a)]):(Log[q(0x15d)](l),Log[q(0x16f)](q(0x181)))),process[q(0x187)](0x0);}});
@@ -1 +1 @@
1
- function a82c(){const o=['search','logs','(((.+)+)+)+$','assign','maka\x20logs\x20--env\x20dev','error','maka\x20logs','35icvoUO','log','ssh.json','parse','constructor','verbose','env','sshSync','toString','1200717GEHrPe','12xLcuVK','getAppConfigPath','103245npuCDB','fsi','3535600ybGxjd','1121qiVIye','11150931lIPBJH','maka\x20logs\x20--env\x20staging','View\x20the\x20PM2\x20logs','readFileSync','join','pm2\x20logs','609992XsUOth','36enZkmM','apply','363828AaDqIy','9iZEaFS'];a82c=function(){return o;};return a82c();}const a82m=a82d;(function(a,b){const j=a82d,c=a();while(!![]){try{const d=parseInt(j(0x1ca))/0x1*(parseInt(j(0x1d2))/0x2)+parseInt(j(0x1e6))/0x3+-parseInt(j(0x1e7))/0x4*(-parseInt(j(0x1e9))/0x5)+-parseInt(j(0x1d4))/0x6*(-parseInt(j(0x1dd))/0x7)+-parseInt(j(0x1d1))/0x8*(-parseInt(j(0x1d5))/0x9)+parseInt(j(0x1c9))/0xa+-parseInt(j(0x1cb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x313aa));function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x1c9;let f=c[d];return f;},a82d(a,b);}const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a82d;if(c){const e=c[k(0x1d3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const l=a82d;return a82a['toString']()[l(0x1d6)](l(0x1d8))[l(0x1e5)]()[l(0x1e1)](a82a)['search'](l(0x1d8));});a82a();import a82e from'fs';import a82f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{Log}from'../tools/log/log.class.js';Command['create']({'name':a82m(0x1d7),'aliases':['l',a82m(0x1de)],'usage':a82m(0x1dc),'requiredOpts':[a82m(0x1e3)],'mustBeInMakaProject':!![],'validOpts':[a82m(0x1e2)],'shortDesc':a82m(0x1cd),'examples':[a82m(0x1da),a82m(0x1cc),'maka\x20l\x20-e\x20p']},function(a,b){const n=a82m;try{const c=n(0x1d0),d=this[n(0x1ea)][n(0x1e8)](b[n(0x1e3)]),f=a82f[n(0x1cf)](d,n(0x1df)),g=a82e[n(0x1ce)](f),h=JSON[n(0x1e0)](g['toString']());Object[n(0x1d9)](h,{'env':d}),SSH[n(0x1e4)](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log[n(0x1db)](i);}});
1
+ const a82m=a82d;(function(a,b){const j=a82d,c=a();while(!![]){try{const d=parseInt(j(0x208))/0x1+-parseInt(j(0x207))/0x2+-parseInt(j(0x204))/0x3*(parseInt(j(0x1f8))/0x4)+-parseInt(j(0x1f4))/0x5+-parseInt(j(0x1f9))/0x6*(-parseInt(j(0x1ff))/0x7)+parseInt(j(0x203))/0x8+parseInt(j(0x1fe))/0x9*(parseInt(j(0x20b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x26be3));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a82d;if(c){const e=c[k(0x201)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const l=a82d;return a82a[l(0x1fc)]()[l(0x206)](l(0x1fb))[l(0x1fc)]()[l(0x1f7)](a82a)['search'](l(0x1fb));});a82a();import a82e from'fs';function a82c(){const o=['getAppConfigPath','create','1300560uJPSOc','maka\x20logs\x20--env\x20staging','assign','constructor','4SwXFqu','311028tQBSDt','maka\x20l\x20-e\x20p','(((.+)+)+)+$','toString','verbose','243855cXMLJn','14vOpsiA','maka\x20logs\x20--env\x20dev','apply','readFileSync','518000zdCHLz','580980ErzFmt','ssh.json','search','150516bFHjwv','248345Ujldnp','env','pm2\x20logs','100HdNaKx'];a82c=function(){return o;};return a82c();}import a82f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x1f2;let f=c[d];return f;},a82d(a,b);}import{Log}from'../tools/log/log.class.js';Command[a82m(0x1f3)]({'name':'logs','aliases':['l','log'],'usage':'maka\x20logs','requiredOpts':[a82m(0x209)],'mustBeInMakaProject':!![],'validOpts':[a82m(0x1fd)],'shortDesc':'View\x20the\x20PM2\x20logs','examples':[a82m(0x200),a82m(0x1f5),a82m(0x1fa)]},function(a,b){const n=a82m;try{const c=n(0x20a),d=this['fsi'][n(0x1f2)](b['env']),f=a82f['join'](d,n(0x205)),g=a82e[n(0x202)](f),h=JSON['parse'](g[n(0x1fc)]());Object[n(0x1f6)](h,{'env':d}),SSH['sshSync'](c,h,{'tty':!![],'verbose':!![]});}catch(i){Log['error'](i);}});
@@ -1 +1 @@
1
- const a83i=a83d;(function(a,b){const f=a83d,c=a();while(!![]){try{const d=-parseInt(f(0x1de))/0x1*(parseInt(f(0x1cb))/0x2)+parseInt(f(0x1da))/0x3+parseInt(f(0x1c8))/0x4+-parseInt(f(0x1d2))/0x5+-parseInt(f(0x1d1))/0x6*(parseInt(f(0x1d4))/0x7)+-parseInt(f(0x1cd))/0x8*(-parseInt(f(0x1d5))/0x9)+parseInt(f(0x1d7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xb15a0));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a83d;if(c){const e=c[g(0x1d9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const h=a83d;return a83a['toString']()[h(0x1d6)](h(0x1cf))[h(0x1ca)]()[h(0x1dd)](a83a)[h(0x1d6)](h(0x1cf));});function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x1c7;let f=c[d];return f;},a83d(a,b);}function a83c(){const k=['5161370ViozVH','splice','14BktBny','1949823VrpPtY','search','19272680JabZPl','maka','apply','1334013VgraTc','maka\x20<command>\x20[<args>]\x20[<opts>]','processAndRunCommand','constructor','187nauugq','exit','485100GVLcJW','maka\x20install\x20meteor','toString','6586JWJHUb','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','24dEKpYT','\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','(((.+)+)+)+$','maka\x20create\x20Todo','2305974GvwGml'];a83c=function(){return k;};return a83c();}a83a();import{Command}from'../command.js';const Maka=new Command({'name':a83i(0x1d8),'minArgLength':0x1,'shortDesc':a83i(0x1cc),'validOpts':[],'usage':a83i(0x1db),'disableAuthCheck':!![],'examples':['maka\x20--help',a83i(0x1c9),a83i(0x1d0),'maka\x20run'],'description':a83i(0x1ce)},async function(a,b){const j=a83i;try{const c=a[0x0];return a[j(0x1d3)](0x0,0x1),await this[j(0x1dc)](c,a,b);}catch(d){process[j(0x1c7)](0x1);}});export default Maka;
1
+ const a83i=a83d;(function(a,b){const f=a83d,c=a();while(!![]){try{const d=parseInt(f(0x1ba))/0x1*(-parseInt(f(0x1c1))/0x2)+parseInt(f(0x1c2))/0x3*(-parseInt(f(0x1bf))/0x4)+parseInt(f(0x1ae))/0x5+-parseInt(f(0x1ac))/0x6*(parseInt(f(0x1b0))/0x7)+parseInt(f(0x1b3))/0x8*(-parseInt(f(0x1b8))/0x9)+parseInt(f(0x1bd))/0xa*(parseInt(f(0x1c4))/0xb)+parseInt(f(0x1c3))/0xc*(parseInt(f(0x1b4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0x350f9));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a83d;if(c){const e=c[g(0x1bb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const h=a83d;return a83a['toString']()[h(0x1be)](h(0x1af))[h(0x1b1)]()[h(0x1b5)](a83a)['search'](h(0x1af));});function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x1ac;let f=c[d];return f;},a83d(a,b);}a83a();import{Command}from'../command.js';const Maka=new Command({'name':a83i(0x1b6),'minArgLength':0x1,'shortDesc':a83i(0x1b7),'validOpts':[],'usage':a83i(0x1b9),'disableAuthCheck':!![],'examples':[a83i(0x1c0),a83i(0x1b2),'maka\x20create\x20Todo','maka\x20run'],'description':a83i(0x1ad)},async function(a,b){const j=a83i;try{const c=a[0x0];return a['splice'](0x0,0x1),await this['processAndRunCommand'](c,a,b);}catch(d){process[j(0x1bc)](0x1);}});function a83c(){const k=['737760WUPjSp','(((.+)+)+)+$','896490QuibMM','toString','maka\x20install\x20meteor','46856MEAJyG','25337HjYFBM','constructor','maka','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','495jKreSi','maka\x20<command>\x20[<args>]\x20[<opts>]','626ceZUUg','apply','exit','564590umoPCk','search','4EoMcgA','maka\x20--help','1238aeKxHI','580731DjaRLp','6084nMjtxX','22krILXF','6PztNma','\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'];a83c=function(){return k;};return a83c();}export default Maka;
@@ -1 +1 @@
1
- var a84i=a84d;(function(a,b){var f=a84d,c=a();while(!![]){try{var d=parseInt(f(0xf1))/0x1+parseInt(f(0xfe))/0x2*(parseInt(f(0xf9))/0x3)+-parseInt(f(0xeb))/0x4+-parseInt(f(0xee))/0x5*(parseInt(f(0xf8))/0x6)+parseInt(f(0xea))/0x7*(-parseInt(f(0xf6))/0x8)+-parseInt(f(0xe7))/0x9*(parseInt(f(0xec))/0xa)+parseInt(f(0xfb))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xd0b60));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a84d;if(c){var e=c[g(0xfa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var h=a84d;return a84a[h(0xe9)]()[h(0xe8)]('(((.+)+)+)+$')[h(0xe9)]()[h(0xef)](a84a)[h(0xe8)](h(0xf2));});function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0xe7;var f=c[d];return f;},a84d(a,b);}a84a();function a84c(){var k=['constructor','exit','239332czreId','(((.+)+)+)+$','maka\x20murder','log','murder','8HDVxig','font-family:\x20monospace','377358CjRwyV','393rEwZdA','apply','37492147CSgseH','Murrrrderrrrr','%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','11114gFjBtK','10498527ymlTbK','search','toString','3301333uFKSQV','1492968KYtvhB','10xVdQte','error','120NjSwrq'];a84c=function(){return k;};return a84c();}import{Command}from'../command.js';Command['create']({'name':a84i(0xf5),'usage':a84i(0xf3),'maxArgLength':0x1,'shortDesc':a84i(0xfc),'validOpts':[]},async function(){var j=a84i;try{console[j(0xf4)](j(0xfd),j(0xf7));}catch(a){console[j(0xed)](a),process[j(0xf0)](0x0);}});
1
+ function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0xf0;var f=c[d];return f;},a84d(a,b);}function a84c(){var j=['%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','constructor','font-family:\x20monospace','create','34983QPEouc','102WbFiWw','771295ZKSwYT','6VAUVcj','toString','9109045hCQaHG','1473216cbqegV','search','murder','error','2371295LmFWRc','exit','2110BsLDaK','Murrrrderrrrr','1302KPZBof','18836qvydnE','maka\x20murder','2848SYdhlt','(((.+)+)+)+$'];a84c=function(){return j;};return a84c();}var a84h=a84d;(function(a,b){var f=a84d,c=a();while(!![]){try{var d=parseInt(f(0x104))/0x1+-parseInt(f(0xfa))/0x2*(parseInt(f(0x103))/0x3)+-parseInt(f(0xf1))/0x4+-parseInt(f(0xf5))/0x5*(-parseInt(f(0x105))/0x6)+parseInt(f(0xf9))/0x7*(-parseInt(f(0xfc))/0x8)+-parseInt(f(0x102))/0x9*(parseInt(f(0xf7))/0xa)+parseInt(f(0xf0))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0x79c48));var a84b=(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;};}()),a84a=a84b(this,function(){var g=a84d;return a84a[g(0x106)]()[g(0xf2)](g(0xfd))[g(0x106)]()[g(0xff)](a84a)[g(0xf2)](g(0xfd));});a84a();import{Command}from'../command.js';Command[a84h(0x101)]({'name':a84h(0xf3),'usage':a84h(0xfb),'maxArgLength':0x1,'shortDesc':a84h(0xf8),'validOpts':[]},async function(){var i=a84h;try{console['log'](i(0xfe),i(0x100));}catch(a){console[i(0xf4)](a),process[i(0xf6)](0x0);}});
@@ -1 +1 @@
1
- const a85t=a85d;(function(a,b){const r=a85d,c=a();while(!![]){try{const d=-parseInt(r(0x1a5))/0x1+parseInt(r(0x1ad))/0x2+-parseInt(r(0x1a3))/0x3*(-parseInt(r(0x1ae))/0x4)+-parseInt(r(0x1d8))/0x5+parseInt(r(0x1c4))/0x6+-parseInt(r(0x1b2))/0x7+-parseInt(r(0x1a6))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x57942));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 s=a85d;return a85a[s(0x1af)]()['search'](s(0x1c6))[s(0x1af)]()[s(0x1b9)](a85a)[s(0x1d7)](s(0x1c6));});a85a();import{Command}from'../command.js';import a85e from'./maka.cmd.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';import a85f from'open';function a85c(){const v=['getPro','Using\x20CA\x20Cert\x20','https://www.maka-cli.com/api/v1/patreon/unlink','link','search','925905tLHwLq','setGlobalConfig','notice','maka\x20patreon\x20--status','Run\x20`maka\x20login`\x20to\x20login\x20or\x20`maka\x20register`\x20to\x20create\x20an\x20account','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','You\x20need\x20to\x20verify\x20your\x20email\x20before\x20you\x20can\x20link\x20your\x20account.','Logging\x20you\x20out\x20for\x20security\x20reasons...','True','get:whoami','create','logout','https://www.patreon.com/oauth2/authorize?response_type=code&client_id=','663IaiUwq','get','18266qRxxPU','1871576qPCRZm','token','&redirect_uri=','https://localhost:443/api/v1/patreon/link','&state=','maka\x20patreon\x20--cacert\x20/path/to/cacert.pem','env','1208460BqFvoO','5884LvthWc','toString','authToken','https://localhost:443/api/v1/patreon/status','1072932QqnQmE','Failed\x20to\x20authenticate\x20with\x20Patreon:\x20','warn','roles','exit','cacert','isFile','constructor','fsi','error','Opening\x20Patreon\x20in\x20your\x20browser...','info','Check\x20your\x20email\x20for\x20the\x20verification\x20link\x20or\x20run\x20`maka\x20login\x20--verify`\x20to\x20resend\x20the\x20verification\x20email','patreon','singleLicense','https://www.maka-cli.com/api/v1/patreon/status','unlink','includes','120426TIhjtV','parse','(((.+)+)+)+$','failure','maka\x20patreon\x20--link','You\x20are\x20SO\x20not\x20PRO\x20😭','majestic','maka\x20patreon\x20--unlink','Fetching\x20Patreon\x20status...\x20','xKtLQ3M3ZzWReGTMgj0kEn73qtUKS5PBxzvANBfi43_rEoanXp0w_S5EYye1uAqP','MAKA_DEV','maka\x20patreon','help','\x0a\x20\x20--status:\x20Check\x20if\x20you\x20are\x20a\x20patron,\x20and\x20update\x20your\x20account\x0a\x0a\x20\x20--link:\x20Link\x20your\x20Patreon\x20account\x20to\x20your\x20Maka\x20account\x0a\x0a\x20\x20--unlink:\x20Unlink\x20your\x20Patreon\x20account\x20from\x20your\x20Maka\x20account\x0a\x0a\x20\x20--cacert:\x20Path\x20to\x20a\x20CA\x20Cert\x20file\x20if\x20you\x20need\x20to\x20use\x20one\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20NOTE:\x20If\x20you\x20have\x20a\x20CA\x20Cert\x20configured\x20in\x20~/.meteor/.maka/global-config.json\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20maka\x20will\x20use\x20that\x20cert\x20by\x20default.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20To\x20set\x20a\x20CA\x20cert,\x20use\x20\x27maka\x20set:global-config\x20--cacert\x20/path/to/cacert.pem\x27\x0a\x20\x20','You\x20need\x20to\x20be\x20logged\x20in\x20to\x20use\x20this\x20command!'];a85c=function(){return v;};return a85c();}function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a85d(a,b);}const clientId=a85t(0x1cd),redirectUri=process[a85t(0x1ac)][a85t(0x1ce)]===a85t(0x1e0)?a85t(0x1a9):'https://www.maka-cli.com/api/v1/patreon/link',patreonUnlinkUri=process[a85t(0x1ac)][a85t(0x1ce)]==='True'?'https://localhost:443/api/v1/patreon/unlink':a85t(0x1d5),patreonStatusUri=process[a85t(0x1ac)][a85t(0x1ce)]==='True'?a85t(0x1b1):a85t(0x1c1);Command[a85t(0x1a0)]({'name':a85t(0x1bf),'validOpts':['status',a85t(0x1d6),a85t(0x1c2),a85t(0x1d0),a85t(0x1b7)],'usage':a85t(0x1cf),'shortDesc':'If\x20you\x20are\x20a\x20sponsor\x20through\x20Patreon,\x20you\x20can\x20level\x20up\x20to\x20PRO!','description':a85t(0x1d1),'examples':[a85t(0x1db),a85t(0x1c8),a85t(0x1cb),a85t(0x1ab)],'maxOptsLength':0x3,'minOptsLength':0x1,'mustBeLoggedIn':!![]},async function(a,b){const u=a85t;try{const c=await a85e['processAndRunCommand'](u(0x1e1),[],{'silent':!![]});let d=await this[u(0x1ba)]['getPro'](),e='';b[u(0x1b7)]&&(this[u(0x1ba)][u(0x1b8)](b[u(0x1b7)])?(e=b['cacert'],Log['notice'](u(0x1d4)+e)):(Log[u(0x1bb)](u(0x1dd)+b[u(0x1b7)]),process[u(0x1b6)](0x1)));const f=c[u(0x1a7)][u(0x1b0)];if(c['token'][u(0x1b0)]){!d['emailVerified']&&(Log[u(0x1b4)](u(0x1de)),Log[u(0x1b4)](u(0x1be)),process[u(0x1b6)](0x1));if(b[u(0x1d6)]){Log['notice'](u(0x1bc));const g=u(0x1a2)+clientId+u(0x1a8)+encodeURIComponent(redirectUri)+u(0x1aa)+f;await a85f(g);}if(b[u(0x1c2)]){const {data:h,statusCode:i}=await HTTPS['get']({'url':patreonUnlinkUri,'headers':{'x-auth-token':c[u(0x1a7)][u(0x1b0)]},'cert':e}),{message:j}=JSON['parse'](h);i===0xc8?Log[u(0x1da)](j):Log[u(0x1bb)](j),Log[u(0x1bd)](u(0x1df)),await a85e['processAndRunCommand'](u(0x1a1));}if(!b[u(0x1d6)]&&!b[u(0x1c2)]){const k=Log['withSpinner'](u(0x1cc)),{data:l,statusCode:m}=await HTTPS[u(0x1a4)]({'url':patreonStatusUri,'headers':{'x-auth-token':c[u(0x1a7)][u(0x1b0)]}}),{message:n}=JSON[u(0x1c5)](l);m!==0xc8&&(k[u(0x1c7)](),Log['error'](n),process[u(0x1b6)](0x1));const {hasPatreonCredentials:o,token:p}=JSON[u(0x1c5)](l);if(o&&p)await this['fsi'][u(0x1d9)]({'hash':p}),d=await this[u(0x1ba)][u(0x1d3)](),d[u(0x1b5)][u(0x1c3)](u(0x1c0))?(Log[u(0x1ca)]('PRO\x20Features\x20Enabled\x20🤘'),Log['majestic']('Thank\x20you\x20for\x20your\x20support!!')):Log[u(0x1da)](u(0x1c9));else!o&&Log[u(0x1da)]('To\x20link\x20your\x20Patreon\x20account,\x20run\x20`maka\x20patreon\x20--link`');}}else Log[u(0x1da)](u(0x1d2)),Log[u(0x1da)](u(0x1dc));}catch(q){Log[u(0x1bb)](u(0x1b3)+q),process[u(0x1b6)](0x1);}});
1
+ function a85c(){const w=['error','authToken','1206306plBxlp','https://www.maka-cli.com/api/v1/patreon/unlink','https://localhost:443/api/v1/patreon/link','7045rBLaji','60mgSxaY','Opening\x20Patreon\x20in\x20your\x20browser...','https://www.maka-cli.com/api/v1/patreon/status','search','status','getPro','get','fsi','majestic','parse','maka\x20patreon\x20--cacert\x20/path/to/cacert.pem','emailVerified','cacert','notice','&state=','info','https://www.patreon.com/oauth2/authorize?response_type=code&client_id=','26652SkGXEU','maka\x20patreon\x20--unlink','constructor','withSpinner','&redirect_uri=','Logging\x20you\x20out\x20for\x20security\x20reasons...','link','maka\x20patreon','exit','Using\x20CA\x20Cert\x20','You\x20need\x20to\x20be\x20logged\x20in\x20to\x20use\x20this\x20command!','https://localhost:443/api/v1/patreon/status','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','env','isFile','warn','True','PRO\x20Features\x20Enabled\x20🤘','maka\x20patreon\x20--status','To\x20link\x20your\x20Patreon\x20account,\x20run\x20`maka\x20patreon\x20--link`','processAndRunCommand','patreon','xKtLQ3M3ZzWReGTMgj0kEn73qtUKS5PBxzvANBfi43_rEoanXp0w_S5EYye1uAqP','token','Check\x20your\x20email\x20for\x20the\x20verification\x20link\x20or\x20run\x20`maka\x20login\x20--verify`\x20to\x20resend\x20the\x20verification\x20email','11141wNojGc','Run\x20`maka\x20login`\x20to\x20login\x20or\x20`maka\x20register`\x20to\x20create\x20an\x20account','443432UXmldi','includes','apply','singleLicense','560850ueAmok','63TdOdZB','(((.+)+)+)+$','Fetching\x20Patreon\x20status...\x20','roles','MAKA_DEV','setGlobalConfig','help','13936VEoFoz'];a85c=function(){return w;};return a85c();}const a85u=a85d;(function(a,b){const r=a85d,c=a();while(!![]){try{const d=parseInt(r(0x152))/0x1+parseInt(r(0x154))/0x2+-parseInt(r(0x158))/0x3+parseInt(r(0x167))/0x4*(parseInt(r(0x166))/0x5)+parseInt(r(0x178))/0x6*(-parseInt(r(0x159))/0x7)+-parseInt(r(0x160))/0x8+parseInt(r(0x163))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x26e7c));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a85d;if(c){const e=c[s(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const t=a85d;return a85a['toString']()[t(0x16a)](t(0x15a))['toString']()[t(0x17a)](a85a)[t(0x16a)]('(((.+)+)+)+$');});a85a();function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x14d;let f=c[d];return f;},a85d(a,b);}import{Command}from'../command.js';import a85e from'./maka.cmd.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';import a85f from'open';const clientId=a85u(0x14f),redirectUri=process[a85u(0x185)][a85u(0x15d)]===a85u(0x188)?a85u(0x165):'https://www.maka-cli.com/api/v1/patreon/link',patreonUnlinkUri=process[a85u(0x185)]['MAKA_DEV']===a85u(0x188)?'https://localhost:443/api/v1/patreon/unlink':a85u(0x164),patreonStatusUri=process[a85u(0x185)]['MAKA_DEV']==='True'?a85u(0x183):a85u(0x169);Command['create']({'name':a85u(0x14e),'validOpts':[a85u(0x16b),'link','unlink',a85u(0x15f),a85u(0x173)],'usage':a85u(0x17f),'shortDesc':'If\x20you\x20are\x20a\x20sponsor\x20through\x20Patreon,\x20you\x20can\x20level\x20up\x20to\x20PRO!','description':'\x0a\x20\x20--status:\x20Check\x20if\x20you\x20are\x20a\x20patron,\x20and\x20update\x20your\x20account\x0a\x0a\x20\x20--link:\x20Link\x20your\x20Patreon\x20account\x20to\x20your\x20Maka\x20account\x0a\x0a\x20\x20--unlink:\x20Unlink\x20your\x20Patreon\x20account\x20from\x20your\x20Maka\x20account\x0a\x0a\x20\x20--cacert:\x20Path\x20to\x20a\x20CA\x20Cert\x20file\x20if\x20you\x20need\x20to\x20use\x20one\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20NOTE:\x20If\x20you\x20have\x20a\x20CA\x20Cert\x20configured\x20in\x20~/.meteor/.maka/global-config.json\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20maka\x20will\x20use\x20that\x20cert\x20by\x20default.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20To\x20set\x20a\x20CA\x20cert,\x20use\x20\x27maka\x20set:global-config\x20--cacert\x20/path/to/cacert.pem\x27\x0a\x20\x20','examples':[a85u(0x18a),'maka\x20patreon\x20--link',a85u(0x179),a85u(0x171)],'maxOptsLength':0x3,'minOptsLength':0x1,'mustBeLoggedIn':!![]},async function(a,b){const v=a85u;try{const c=await a85e[v(0x14d)]('get:whoami',[],{'silent':!![]});let d=await this[v(0x16e)]['getPro'](),e='';b[v(0x173)]&&(this['fsi'][v(0x186)](b[v(0x173)])?(e=b[v(0x173)],Log[v(0x174)](v(0x181)+e)):(Log[v(0x161)](v(0x184)+b['cacert']),process['exit'](0x1)));const f=c['token']['authToken'];if(c['token'][v(0x162)]){!d[v(0x172)]&&(Log['warn']('You\x20need\x20to\x20verify\x20your\x20email\x20before\x20you\x20can\x20link\x20your\x20account.'),Log[v(0x187)](v(0x151)),process[v(0x180)](0x1));if(b['link']){Log[v(0x174)](v(0x168));const g=v(0x177)+clientId+v(0x17c)+encodeURIComponent(redirectUri)+v(0x175)+f;await a85f(g);}if(b['unlink']){const {data:h,statusCode:i}=await HTTPS[v(0x16d)]({'url':patreonUnlinkUri,'headers':{'x-auth-token':c[v(0x150)][v(0x162)]},'cert':e}),{message:j}=JSON['parse'](h);i===0xc8?Log[v(0x174)](j):Log['error'](j),Log[v(0x176)](v(0x17d)),await a85e[v(0x14d)]('logout');}if(!b[v(0x17e)]&&!b['unlink']){const k=Log[v(0x17b)](v(0x15b)),{data:l,statusCode:m}=await HTTPS[v(0x16d)]({'url':patreonStatusUri,'headers':{'x-auth-token':c[v(0x150)][v(0x162)]}}),{message:n}=JSON[v(0x170)](l);m!==0xc8&&(k['failure'](),Log[v(0x161)](n),process[v(0x180)](0x1));const {hasPatreonCredentials:o,token:p}=JSON[v(0x170)](l);if(o&&p)await this[v(0x16e)][v(0x15e)]({'hash':p}),d=await this[v(0x16e)][v(0x16c)](),d[v(0x15c)][v(0x155)](v(0x157))?(Log[v(0x16f)](v(0x189)),Log['majestic']('Thank\x20you\x20for\x20your\x20support!!')):Log[v(0x174)]('You\x20are\x20SO\x20not\x20PRO\x20😭');else!o&&Log[v(0x174)](v(0x18b));}}else Log['notice'](v(0x182)),Log[v(0x174)](v(0x153));}catch(q){Log[v(0x161)]('Failed\x20to\x20authenticate\x20with\x20Patreon:\x20'+q),process['exit'](0x1);}});
@@ -1 +1 @@
1
- const a86C=a86d;(function(a,b){const z=a86d,c=a();while(!![]){try{const d=parseInt(z(0x11b))/0x1+parseInt(z(0x143))/0x2+-parseInt(z(0x141))/0x3*(-parseInt(z(0x132))/0x4)+parseInt(z(0x10a))/0x5+parseInt(z(0x108))/0x6+-parseInt(z(0x10e))/0x7*(-parseInt(z(0x131))/0x8)+parseInt(z(0x15d))/0x9*(-parseInt(z(0x13b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x1be19));function a86c(){const M=['name','duration','round','/imports/startup/client','/imports/startup/lib','apply','3000','error','routes.','toLowerCase','existsSync','Execution\x20error:\x20','port','fsi','config','users','Error\x20reading\x20results\x20file:\x20','forEach','ask','plugins','920VocwEm','360364uFnzHc','No\x20API\x20routes\x20detected.\x20Proceeding\x20without\x20profiling\x20API\x20routes.','Port\x20of\x20the\x20Meteor\x20app','readFileSync','join','\x20>\x20','url','warn','Enter\x20the\x20number\x20of\x20users\x20(arrival\x20rate\x20per\x20second):','70TwgquL','trim','URL\x20of\x20the\x20Meteor\x20app','stringify','utf8','createFile','3vBLDlH','withSpinner','245920SdJlEt','(((.+)+)+)+$','.txt','success','http://0.0.0.0:','/api','pathFromApp','Test\x20results\x20saved\x20to\x20','isFile','failure','search','Running\x20performance\x20test','map','method','ssr','Duration\x20of\x20the\x20test\x20in\x20seconds','api','engines','get','results','match','getMakaProjectConfig','Invalid\x20number\x20of\x20users.\x20Please\x20enter\x20a\x20numeric\x20value.','profile-tests','true','findProjectDirectory','783837pDcUPO','start','toString','1146390ZJnhVE','exec','605665PZmYXe','dirname','split','exit','7217RAyCJG','notice','isDirectory','yyyy-MM-dd_HH-mm-ss','push','path','replace','readdirSync','create','constructor','Profile\x20a\x20Meteor\x20app\x20for\x20performance','profile','Number\x20of\x20concurrent\x20users','80038GvbTnl','Error:\x20'];a86c=function(){return M;};return a86c();}function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x106;let f=c[d];return f;},a86d(a,b);}const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const A=a86d;if(c){const e=c[A(0x122)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const B=a86d;return a86a[B(0x107)]()['search'](B(0x144))[B(0x107)]()[B(0x117)](a86a)[B(0x14d)](B(0x144));});a86a();import a86e from'fs';import a86f from'path';import{format}from'date-fns';import{exec}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';const profileCommandOptions={'name':a86C(0x119),'aliases':[],'usage':'maka\x20profile','validOpts':[{'name':a86C(0x138),'description':a86C(0x13d)},{'name':a86C(0x129),'description':a86C(0x134)},{'name':a86C(0x12c),'description':a86C(0x11a),'regex':/^\d+$/},{'name':a86C(0x11e),'description':a86C(0x152),'regex':/^\d+$/}],'mustBeInMakaProject':!![],'shortDesc':a86C(0x118),'description':'Run\x20a\x20performance\x20test\x20on\x20a\x20Meteor\x20app\x20with\x20specified\x20concurrent\x20users\x20and\x20duration','examples':['maka\x20profile\x20--url\x20http://localhost:3000\x20--users\x201000\x20--duration\x2060'],'experimental':!![]};function extractRoutePaths(a){const D=a86C,b=/<Route path="([^"]+)"/g,c=[];let d;while((d=b[D(0x109)](a))!==null){d[0x1]!=='*'&&c[D(0x112)]({'method':D(0x155),'path':d[0x1]});}return c;}function extractApiRoutes(a){const b=[];function c(d){const E=a86d,e=a86e[E(0x115)](d,{'withFileTypes':!![]});for(const f of e){const g=a86f['join'](d,f[E(0x11d)]);if(f[E(0x110)]())c(g);else{if(f[E(0x14b)]()){const h=a86e[E(0x135)](g,E(0x13f)),i=/addRoute\('([^']+)'.*?{[\s\S]*?(\bget\b|\bpost\b|\bput\b|\bdelete\b)/g;let j;while((j=i[E(0x109)](h))!==null){const k=j[0x1],l=j[0x2][E(0x13c)]()[E(0x126)](),m=g['substring'](a['length'])[E(0x114)](/\\/g,'/'),n=a86f[E(0x10b)](m)+'/'+k;b[E(0x112)]({'method':l,'path':E(0x148)+n});}}}}}return c(a),b;}function createArtilleryConfig(a,b,c,d,e){const F=a86C,f=d[F(0x14f)](h=>({'flow':[{[h[F(0x150)]]:{'url':''+a+h[F(0x113)]}}]})),g={'config':{'target':a,'phases':[{'duration':c,'arrivalRate':Math[F(0x11f)](b/c)}]},'scenarios':f};return e&&(g[F(0x12b)][F(0x130)]={'metrics-by-endpoint':{}}),JSON[F(0x13e)](g,null,0x2);}function parseArtilleryResultsToJson(a){const G=a86C,b=a86e[G(0x135)](a,G(0x13f)),c=b[G(0x10c)]('\x0a'),d={};return c[G(0x12e)](e=>{const H=G;let f;f=e['match'](/plugins\.metrics-by-endpoint\.(.+)\.codes\.(\d+):\s*(\d+)/);if(f){const g=f[0x1],h=f[0x2],i=parseInt(f[0x3],0xa);!d[g]&&(d[g]={'codes':{},'responseTimes':{'min':null,'max':null,'mean':null,'median':null,'p95':null,'p99':null}}),d[g]['codes'][h]=i;}f=e[H(0x157)](/plugins\.metrics-by-endpoint\.(.+)\.response_time\.(min|max|mean|median|p95|p99):\s*(\d+(\.\d+)?)/);if(f){const j=f[0x1],k=f[0x2],l=parseFloat(f[0x3]);!d[j]&&(d[j]={'codes':{},'responseTimes':{'min':null,'max':null,'mean':null,'median':null,'p95':null,'p99':null}}),d[j]['responseTimes'][k]=l;}}),d;}async function runPerformanceTest(a,b){const I=a86C,c=a86f[I(0x10b)](b);!a86e[I(0x127)](c)&&a86e['mkdirSync'](c,{'recursive':!![]});const d=Log[I(0x142)]();return new Promise((e,f)=>{const J=I;d[J(0x106)](J(0x14e)),exec('npx\x20artillery\x20run\x20'+a+J(0x137)+b,async(g,h,i)=>{const K=J;if(g){d[K(0x14c)](),f(K(0x128)+g);return;}if(i){d[K(0x14c)](),f(K(0x11c)+i);return;}try{const j=parseArtilleryResultsToJson(b);console['log'](JSON[K(0x13e)](j,null,0x2)),Log[K(0x10f)](K(0x14a)+b);}catch(k){Log[K(0x124)](K(0x12d)+k);}d[K(0x146)]('\x0a'),e();});});}Command[a86C(0x116)](profileCommandOptions,async function(a,b){const L=a86C;try{let c=b[L(0x129)];!c&&!b['url']&&(c=await Actions[L(0x12f)]('Enter\x20the\x20port\x20of\x20the\x20Meteor\x20app\x20[3000]:')||L(0x123));b[L(0x138)]=b[L(0x138)]?b[L(0x138)]:L(0x147)+c;if(!b['duration']){const u=await Actions[L(0x12f)]('Enter\x20the\x20duration\x20for\x20the\x20test\x20in\x20seconds:');b['duration']=parseInt(u);if(isNaN(b[L(0x11e)]))throw new Error('Invalid\x20duration.\x20Please\x20enter\x20a\x20numeric\x20value.');}if(!b[L(0x12c)]){const v=await Actions[L(0x12f)](L(0x13a));b['users']=parseInt(v);if(isNaN(b[L(0x12c)]))throw new Error(L(0x159));}const d=this[L(0x12a)][L(0x15c)](),f=this[L(0x12a)][L(0x158)](),g=f[L(0x154)][L(0x151)]===L(0x15b),h=f[L(0x154)]['js'],i=g?L(0x121):L(0x120),j=this[L(0x12a)]['pathFromApp']({'pathParts':[i,'',L(0x125)+h]}),k=a86e[L(0x135)](j,L(0x13f)),l=extractRoutePaths(k);let m=[];try{const w=this['fsi'][L(0x149)]({'pathParts':['imports',L(0x153)]});m=extractApiRoutes(w);}catch(x){Log[L(0x139)](L(0x133));}const n=[...l,...m],o=!![],p=createArtilleryConfig(b[L(0x138)],b['users'],b[L(0x11e)],n,o),q=format(new Date(),L(0x111)),r=a86f[L(0x136)](d,L(0x15a),L(0x156)),s=a86f[L(0x136)](d,L(0x15a),'artilleryConfig.yml'),t=a86f[L(0x136)](r,'results_'+q+L(0x145));await this['fsi'][L(0x140)]({'filePath':s,'data':p,'opts':{'force':!![]}}),await runPerformanceTest(s,t);}catch(y){Log[L(0x124)](y),process[L(0x10d)](0x1);}});
1
+ const a86C=a86d;function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x197;let f=c[d];return f;},a86d(a,b);}(function(a,b){const z=a86d,c=a();while(!![]){try{const d=parseInt(z(0x19c))/0x1*(-parseInt(z(0x1f1))/0x2)+-parseInt(z(0x1ba))/0x3*(-parseInt(z(0x1ef))/0x4)+-parseInt(z(0x1d6))/0x5+-parseInt(z(0x1db))/0x6+-parseInt(z(0x1a6))/0x7*(-parseInt(z(0x1dc))/0x8)+parseInt(z(0x1af))/0x9+-parseInt(z(0x1c2))/0xa*(-parseInt(z(0x1bf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x65aea));function a86c(){const M=['codes','engines','warn','maka\x20profile\x20--url\x20http://localhost:3000\x20--users\x201000\x20--duration\x2060','npx\x20artillery\x20run\x20','users','error','Invalid\x20duration.\x20Please\x20enter\x20a\x20numeric\x20value.','3793410kZEUtE','map','readdirSync','match','exec','1606674UTLArM','6904EfqaCg','isFile','dirname','port','log','findProjectDirectory','maka\x20profile','yyyy-MM-dd_HH-mm-ss','config','readFileSync','round','Number\x20of\x20concurrent\x20users','Error\x20reading\x20results\x20file:\x20','join','/imports/startup/client','Profile\x20a\x20Meteor\x20app\x20for\x20performance','utf8','trim','url','2530924iFYLbF','existsSync','30372xIsliz','api','results_','success','plugins','/imports/startup/lib','replace','7qzAoJi','isDirectory','length','Running\x20performance\x20test','true','start','notice','(((.+)+)+)+$','substring','split','3633pqPmiq','\x20>\x20','name','push','Error:\x20','.txt','results','Enter\x20the\x20duration\x20for\x20the\x20test\x20in\x20seconds:','URL\x20of\x20the\x20Meteor\x20app','4081041zZhgJk','getMakaProjectConfig','path','failure','constructor','get','Execution\x20error:\x20','create','duration','withSpinner','apply','3NqmOdT','Enter\x20the\x20port\x20of\x20the\x20Meteor\x20app\x20[3000]:','profile-tests','ask','search','2981uvIbQA','mkdirSync','profile','560rjAsIo','http://0.0.0.0:','Duration\x20of\x20the\x20test\x20in\x20seconds','pathFromApp','responseTimes','fsi','toString','imports','forEach','/api','3000','Port\x20of\x20the\x20Meteor\x20app'];a86c=function(){return M;};return a86c();}const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const A=a86d;if(c){const e=c[A(0x1b9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const B=a86d;return a86a[B(0x1c8)]()[B(0x1be)](B(0x1a3))[B(0x1c8)]()[B(0x1b3)](a86a)['search'](B(0x1a3));});a86a();import a86e from'fs';import a86f from'path';import{format}from'date-fns';import{exec}from'child_process';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';const profileCommandOptions={'name':a86C(0x1c1),'aliases':[],'usage':a86C(0x1e2),'validOpts':[{'name':'url','description':a86C(0x1ae)},{'name':a86C(0x1df),'description':a86C(0x1cd)},{'name':'users','description':a86C(0x1e7),'regex':/^\d+$/},{'name':'duration','description':a86C(0x1c4),'regex':/^\d+$/}],'mustBeInMakaProject':!![],'shortDesc':a86C(0x1eb),'description':'Run\x20a\x20performance\x20test\x20on\x20a\x20Meteor\x20app\x20with\x20specified\x20concurrent\x20users\x20and\x20duration','examples':[a86C(0x1d1)],'experimental':!![]};function extractRoutePaths(a){const D=a86C,b=/<Route path="([^"]+)"/g,c=[];let d;while((d=b[D(0x1da)](a))!==null){d[0x1]!=='*'&&c[D(0x1a9)]({'method':D(0x1b4),'path':d[0x1]});}return c;}function extractApiRoutes(a){const b=[];function c(d){const E=a86d,e=a86e[E(0x1d8)](d,{'withFileTypes':!![]});for(const f of e){const g=a86f[E(0x1e9)](d,f[E(0x1a8)]);if(f[E(0x19d)]())c(g);else{if(f[E(0x1dd)]()){const h=a86e['readFileSync'](g,E(0x1ec)),i=/addRoute\('([^']+)'.*?{[\s\S]*?(\bget\b|\bpost\b|\bput\b|\bdelete\b)/g;let j;while((j=i['exec'](h))!==null){const k=j[0x1],l=j[0x2][E(0x1ed)]()['toLowerCase'](),m=g[E(0x1a4)](a[E(0x19e)])[E(0x19b)](/\\/g,'/'),n=a86f[E(0x1de)](m)+'/'+k;b[E(0x1a9)]({'method':l,'path':E(0x1cb)+n});}}}}}return c(a),b;}function createArtilleryConfig(a,b,c,d,e){const F=a86C,f=d[F(0x1d7)](h=>({'flow':[{[h['method']]:{'url':''+a+h[F(0x1b1)]}}]})),g={'config':{'target':a,'phases':[{'duration':c,'arrivalRate':Math[F(0x1e6)](b/c)}]},'scenarios':f};return e&&(g[F(0x1e4)][F(0x199)]={'metrics-by-endpoint':{}}),JSON['stringify'](g,null,0x2);}function parseArtilleryResultsToJson(a){const G=a86C,b=a86e[G(0x1e5)](a,G(0x1ec)),c=b[G(0x1a5)]('\x0a'),d={};return c[G(0x1ca)](e=>{const H=G;let f;f=e[H(0x1d9)](/plugins\.metrics-by-endpoint\.(.+)\.codes\.(\d+):\s*(\d+)/);if(f){const g=f[0x1],h=f[0x2],i=parseInt(f[0x3],0xa);!d[g]&&(d[g]={'codes':{},'responseTimes':{'min':null,'max':null,'mean':null,'median':null,'p95':null,'p99':null}}),d[g][H(0x1ce)][h]=i;}f=e['match'](/plugins\.metrics-by-endpoint\.(.+)\.response_time\.(min|max|mean|median|p95|p99):\s*(\d+(\.\d+)?)/);if(f){const j=f[0x1],k=f[0x2],l=parseFloat(f[0x3]);!d[j]&&(d[j]={'codes':{},'responseTimes':{'min':null,'max':null,'mean':null,'median':null,'p95':null,'p99':null}}),d[j][H(0x1c6)][k]=l;}}),d;}async function runPerformanceTest(a,b){const I=a86C,c=a86f[I(0x1de)](b);!a86e[I(0x1f0)](c)&&a86e[I(0x1c0)](c,{'recursive':!![]});const d=Log[I(0x1b8)]();return new Promise((e,f)=>{const J=I;d[J(0x1a1)](J(0x19f)),exec(J(0x1d2)+a+J(0x1a7)+b,async(g,h,i)=>{const K=J;if(g){d[K(0x1b2)](),f(K(0x1b5)+g);return;}if(i){d[K(0x1b2)](),f(K(0x1aa)+i);return;}try{const j=parseArtilleryResultsToJson(b);console[K(0x1e0)](JSON['stringify'](j,null,0x2)),Log[K(0x1a2)]('Test\x20results\x20saved\x20to\x20'+b);}catch(k){Log['error'](K(0x1e8)+k);}d[K(0x198)]('\x0a'),e();});});}Command[a86C(0x1b6)](profileCommandOptions,async function(a,b){const L=a86C;try{let c=b['port'];!c&&!b[L(0x1ee)]&&(c=await Actions['ask'](L(0x1bb))||L(0x1cc));b[L(0x1ee)]=b[L(0x1ee)]?b[L(0x1ee)]:L(0x1c3)+c;if(!b[L(0x1b7)]){const u=await Actions[L(0x1bd)](L(0x1ad));b[L(0x1b7)]=parseInt(u);if(isNaN(b[L(0x1b7)]))throw new Error(L(0x1d5));}if(!b['users']){const v=await Actions['ask']('Enter\x20the\x20number\x20of\x20users\x20(arrival\x20rate\x20per\x20second):');b['users']=parseInt(v);if(isNaN(b['users']))throw new Error('Invalid\x20number\x20of\x20users.\x20Please\x20enter\x20a\x20numeric\x20value.');}const d=this[L(0x1c7)][L(0x1e1)](),f=this[L(0x1c7)][L(0x1b0)](),g=f[L(0x1cf)]['ssr']===L(0x1a0),h=f[L(0x1cf)]['js'],i=g?L(0x19a):L(0x1ea),j=this[L(0x1c7)][L(0x1c5)]({'pathParts':[i,'','routes.'+h]}),k=a86e[L(0x1e5)](j,L(0x1ec)),l=extractRoutePaths(k);let m=[];try{const w=this['fsi'][L(0x1c5)]({'pathParts':[L(0x1c9),L(0x1f2)]});m=extractApiRoutes(w);}catch(x){Log[L(0x1d0)]('No\x20API\x20routes\x20detected.\x20Proceeding\x20without\x20profiling\x20API\x20routes.');}const n=[...l,...m],o=!![],p=createArtilleryConfig(b[L(0x1ee)],b[L(0x1d3)],b[L(0x1b7)],n,o),q=format(new Date(),L(0x1e3)),r=a86f[L(0x1e9)](d,L(0x1bc),L(0x1ac)),s=a86f[L(0x1e9)](d,'profile-tests','artilleryConfig.yml'),t=a86f[L(0x1e9)](r,L(0x197)+q+L(0x1ab));await this[L(0x1c7)]['createFile']({'filePath':s,'data':p,'opts':{'force':!![]}}),await runPerformanceTest(s,t);}catch(y){Log[L(0x1d4)](y),process['exit'](0x1);}});
@@ -1 +1 @@
1
- const a87z=a87d;(function(a,b){const w=a87d,c=a();while(!![]){try{const d=parseInt(w(0x10d))/0x1+parseInt(w(0xdf))/0x2+parseInt(w(0xfa))/0x3*(parseInt(w(0x109))/0x4)+parseInt(w(0xcd))/0x5*(parseInt(w(0xd7))/0x6)+parseInt(w(0x10c))/0x7+parseInt(w(0xfb))/0x8+-parseInt(w(0xd0))/0x9*(parseInt(w(0xd4))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0xd2456));const a87b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a87d;if(c){const e=c[x(0x119)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){const y=a87d;return a87a[y(0xfe)]()['search'](y(0xe0))['toString']()[y(0x10f)](a87a)['search'](y(0xe0));});a87a();import a87e from'fs';import a87f from'path';import a87g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';function a87c(){const K=['listen','utf8','listenPort','apply','.crt','SSC\x20file\x20created:\x20','proxyReqWs','getHeader','475ugzZkI','.key','fsi','99pTAJXY','SIGINT','\x20on\x20','isFile','3337610iuySOf','getMakaProjectConfig','local','9096zkxdWe','headers','url','targetPort','genCSR','targetHost','\x20request\x20to\x20','withSpinner','2820958fmrMop','(((.+)+)+)+$','\x20from\x20','Shutting\x20down\x20proxy\x20server...','host','warn','maka\x20proxy\x20--target-host\x20http://192.168.1.20','proxyRes','getAppConfigPath',']\x20WebSocket\x20connection\x20closed','CSR\x20file\x20created:\x20','\x20-\x20Starting\x20WebSocket\x20handshake','info','path','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','appName','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','maka\x20proxy','proxyReq','0.0.0.0','success','open','writeHead','.csr','Proxy\x20server\x20closed.','Internal\x20server\x20error.',']\x20<=\x20Sending\x20','3qkqBcQ','987768ZQdOtt','\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','statusMessage','toString','text/plain',']\x20WebSocket\x20connection\x20established','exit','statusCode','createProxyServer','readFileSync','\x20to\x20','join','start','=>\x20SSL\x20Proxy\x20forwarding\x20','2025824WIfrLB','\x20responded\x20with\x20','bright','8467781rcYuyS','1138532xMvool','genSSC','constructor','Proxy\x20error:\x20','method','error','toISOString','create','close'];a87c=function(){return K;};return a87c();}function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0xca;let f=c[d];return f;},a87d(a,b);}import a87h from'../generators/maka.gen.js';Command[a87z(0x114)]({'name':'proxy','usage':a87z(0xf0),'mustBeInMakaProject':!![],'validOpts':['help','targetPort',a87z(0x118),a87z(0xdc)],'maxArgLength':0x1,'shortDesc':a87z(0xef),'description':a87z(0xfc),'examples':[a87z(0xf0),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a87z(0xe5)]},async function(a,b){const A=a87z,c=this['fsi'][A(0xd5)](),d=A(0xd6),e=this['fsi'][A(0xe7)](d),f=this[A(0xcf)]['mkKeysDir']({'configPath':e}),g=b['targetPort']?Number(b[A(0xda)]):0xbb8,h=b['listenPort']?Number(b[A(0x118)]):0xd73,i=b[A(0xdc)]?b['targetHost']:A(0xf2),j=a87f[A(0x106)](f,c[A(0xee)]+A(0xce)),k=a87f['join'](f,c['appName']+A(0x11a));(!this[A(0xcf)][A(0xd3)](j)||!this['fsi'][A(0xd3)](k))&&(await a87h['processAndRunGenerator']('sslconfig',[],{'env':d}),SSL[A(0xdb)]({'keyName':c[A(0xee)]+A(0xce),'csrName':c[A(0xee)]+A(0xf6),'cwd':f,'useConfig':!![]}),this[A(0xcf)][A(0xd3)](a87f[A(0x106)](f,c[A(0xee)]+A(0xf6)))&&Log[A(0xeb)](A(0xe9)+a87f[A(0x106)](f,c['appName']+A(0xf6))),SSL[A(0x10e)]({'keyName':c[A(0xee)]+A(0xce),'crtName':c['appName']+A(0x11a),'cwd':f,'useConfig':!![]}),this['fsi'][A(0xd3)](a87f['join'](f,c['appName']+A(0x11a)))&&Log[A(0xeb)](A(0xca)+a87f['join'](f,c['appName']+A(0x11a))),Log[A(0xeb)]('Key\x20file\x20created:\x20'+j));if(g===h){Log[A(0x112)](A(0xed));throw new UsageError();}const l={'ssl':{'key':a87e['readFileSync'](j,A(0x117)),'cert':a87e[A(0x104)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]},m=a87g[A(0x103)](l);m['on'](A(0x112),(o,p,q)=>{const B=A;B(0xf5)in q&&(Log[B(0x112)](B(0x110)+o['message']),!q['headersSent']&&(q[B(0xf5)](0x1f4,{'content-type':B(0xff)}),q['end'](B(0xf8))));}),m['on'](A(0xe6),(o,p)=>{const C=A,q=new Date()[C(0x113)](),r=p[C(0x111)],s=p[C(0xd9)],t=p[C(0xd8)][C(0xe3)],u=o[C(0x102)],v=o[C(0xfd)];Log[C(0xe4)]('['+q+']\x20=>\x20'+r+'\x20'+s+C(0xe1)+t+C(0x10a)+u+'\x20'+v);}),m['on'](A(0xf1),o=>{const D=A,p=new Date()[D(0x113)](),q=o['method'],r=o[D(0xec)],s=o[D(0xcc)](D(0xe3));Log[D(0xeb)]('['+p+D(0xf9)+q+D(0xdd)+r+D(0xd2)+s);}),m['on'](A(0xcb),(o,p)=>{const E=A,q=new Date()[E(0x113)](),r=p['method'],s=p[E(0xd9)],t=p[E(0xd8)][E(0xe3)];Log[E(0xf3)]('['+q+']\x20WS\x20'+r+'\x20'+s+E(0xe1)+t+E(0xea));}),m['on'](A(0xf4),()=>{const F=A,o=new Date()[F(0x113)]();Log[F(0xf3)]('['+o+F(0x100));}),m['on'](A(0x115),()=>{const G=A,o=new Date()[G(0x113)]();Log[G(0x112)]('['+o+G(0xe8));}),m[A(0x116)](Number(h)),Log[A(0x10b)](A(0x108)+h+A(0x105)+g);const n=0x7d0;process['on'](A(0xd1),()=>{const H=A,o=Log[H(0xde)]();o[H(0x107)](H(0xe2));const p=setTimeout(()=>{const I=H;o['success'](),process[I(0x101)](0x1);},n);m['close'](()=>{const J=H;clearTimeout(p),Log[J(0xeb)](J(0xf7)),process['exit'](0x0);});});});
1
+ const a87y=a87d;(function(a,b){const w=a87d,c=a();while(!![]){try{const d=parseInt(w(0x106))/0x1+-parseInt(w(0xf3))/0x2*(parseInt(w(0x108))/0x3)+parseInt(w(0x11c))/0x4+-parseInt(w(0x103))/0x5*(-parseInt(w(0x11f))/0x6)+parseInt(w(0x123))/0x7*(-parseInt(w(0x11d))/0x8)+-parseInt(w(0xef))/0x9+-parseInt(w(0x105))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x8577d));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 x=a87d;return a87a['toString']()[x(0x124)](x(0x111))[x(0xf8)]()[x(0xf4)](a87a)[x(0x124)](x(0x111));});a87a();import a87e from'fs';import a87f from'path';import a87g from'http-proxy';function a87d(a,b){const c=a87c();return a87d=function(d,e){d=d-0xe1;let f=c[d];return f;},a87d(a,b);}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a87c(){const J=['getHeader','error','SSC\x20file\x20created:\x20','4665906QYWLCH','path','mkKeysDir',']\x20<=\x20Sending\x20','14HpJdAA','constructor','open','genSSC','Shutting\x20down\x20proxy\x20server...','toString','CSR\x20file\x20created:\x20','fsi','Proxy\x20error:\x20','writeHead',']\x20WebSocket\x20connection\x20closed','createProxyServer','message','close','.csr','\x20from\x20','6910nIdudg','getMakaProjectConfig','4218700Jjiuld','902094SgAXYf','appName','143595sotlnm','create','host','maka\x20proxy','0.0.0.0','proxyRes','listenPort','local','info','(((.+)+)+)+$','\x20to\x20','.crt',']\x20WebSocket\x20connection\x20established','processAndRunGenerator','help','headers','Proxy\x20server\x20closed.','isFile','warn','proxy','4084088MfdeSW','1936288pcOxAD','targetPort','612lxYfEz','listen','join','targetHost','7FEvznu','search','start','statusCode','statusMessage','\x20on\x20','Internal\x20server\x20error.','success','.key','sslconfig','genCSR','readFileSync',']\x20=>\x20','SIGINT','toISOString','\x20-\x20Starting\x20WebSocket\x20handshake','\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','text/plain','url','=>\x20SSL\x20Proxy\x20forwarding\x20','\x20request\x20to\x20','method',']\x20WS\x20','exit'];a87c=function(){return J;};return a87c();}import{SSL}from'../tools/ssl/ssl.class.js';import a87h from'../generators/maka.gen.js';Command[a87y(0x109)]({'name':a87y(0x11b),'usage':a87y(0x10b),'mustBeInMakaProject':!![],'validOpts':[a87y(0x116),a87y(0x11e),a87y(0x10e),a87y(0x122)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a87y(0xe4),'examples':[a87y(0x10b),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const z=a87y,c=this[z(0xfa)][z(0x104)](),d=z(0x10f),e=this[z(0xfa)]['getAppConfigPath'](d),f=this[z(0xfa)][z(0xf1)]({'configPath':e}),g=b['targetPort']?Number(b[z(0x11e)]):0xbb8,h=b[z(0x10e)]?Number(b['listenPort']):0xd73,i=b['targetHost']?b[z(0x122)]:z(0x10c),j=a87f[z(0x121)](f,c[z(0x107)]+z(0x12b)),k=a87f['join'](f,c[z(0x107)]+z(0x113));(!this[z(0xfa)][z(0x119)](j)||!this[z(0xfa)][z(0x119)](k))&&(await a87h[z(0x115)](z(0x12c),[],{'env':d}),SSL[z(0x12d)]({'keyName':c[z(0x107)]+z(0x12b),'csrName':c[z(0x107)]+z(0x101),'cwd':f,'useConfig':!![]}),this[z(0xfa)][z(0x119)](a87f['join'](f,c[z(0x107)]+'.csr'))&&Log[z(0x110)](z(0xf9)+a87f[z(0x121)](f,c[z(0x107)]+z(0x101))),SSL[z(0xf6)]({'keyName':c['appName']+z(0x12b),'crtName':c[z(0x107)]+z(0x113),'cwd':f,'useConfig':!![]}),this[z(0xfa)][z(0x119)](a87f[z(0x121)](f,c[z(0x107)]+z(0x113)))&&Log['info'](z(0xee)+a87f[z(0x121)](f,c[z(0x107)]+z(0x113))),Log['info']('Key\x20file\x20created:\x20'+j));if(g===h){Log[z(0xed)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a87e[z(0x12e)](j,'utf8'),'cert':a87e[z(0x12e)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]},m=a87g[z(0xfe)](l);m['on'](z(0xed),(o,p,q)=>{const A=z;A(0xfc)in q&&(Log[A(0xed)](A(0xfb)+o[A(0xff)]),!q['headersSent']&&(q[A(0xfc)](0x1f4,{'content-type':A(0xe5)}),q['end'](A(0x129))));}),m['on'](z(0x10d),(o,p)=>{const B=z,q=new Date()['toISOString'](),r=p[B(0xe9)],s=p[B(0xe6)],t=p[B(0x117)]['host'],u=o[B(0x126)],v=o[B(0x127)];Log[B(0x11a)]('['+q+B(0x12f)+r+'\x20'+s+B(0x102)+t+'\x20responded\x20with\x20'+u+'\x20'+v);}),m['on']('proxyReq',o=>{const C=z,p=new Date()[C(0xe2)](),q=o['method'],r=o[C(0xf0)],s=o[C(0xec)](C(0x10a));Log['info']('['+p+C(0xf2)+q+C(0xe8)+r+C(0x128)+s);}),m['on']('proxyReqWs',(o,p)=>{const D=z,q=new Date()[D(0xe2)](),r=p['method'],s=p[D(0xe6)],t=p['headers'][D(0x10a)];Log[D(0x12a)]('['+q+D(0xea)+r+'\x20'+s+'\x20from\x20'+t+D(0xe3));}),m['on'](z(0xf5),()=>{const E=z,o=new Date()[E(0xe2)]();Log[E(0x12a)]('['+o+E(0x114));}),m['on']('close',()=>{const F=z,o=new Date()[F(0xe2)]();Log[F(0xed)]('['+o+F(0xfd));}),m[z(0x120)](Number(h)),Log['bright'](z(0xe7)+h+z(0x112)+g);const n=0x7d0;process['on'](z(0xe1),()=>{const G=z,o=Log['withSpinner']();o[G(0x125)](G(0xf7));const p=setTimeout(()=>{const H=G;o['success'](),process[H(0xeb)](0x1);},n);m[G(0x100)](()=>{const I=G;clearTimeout(p),Log[I(0x110)](I(0x118)),process['exit'](0x0);});});});
@@ -1 +1 @@
1
- const a88r=a88d;(function(a,b){const o=a88d,c=a();while(!![]){try{const d=-parseInt(o(0x16d))/0x1*(-parseInt(o(0x14f))/0x2)+-parseInt(o(0x177))/0x3*(parseInt(o(0x15a))/0x4)+-parseInt(o(0x168))/0x5+-parseInt(o(0x173))/0x6*(parseInt(o(0x179))/0x7)+parseInt(o(0x15c))/0x8+-parseInt(o(0x176))/0x9+parseInt(o(0x16e))/0xa*(parseInt(o(0x156))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x292d3));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a88d;if(c){const e=c[p(0x152)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const q=a88d;return a88a[q(0x174)]()['search'](q(0x15b))[q(0x174)]()[q(0x151)](a88a)[q(0x164)](q(0x15b));});function a88c(){const t=['parse','scp','1kwQxSS','11980aRlbfw','_keys','notice','fsi','settings.json','5184AjPzvW','toString','create','1196505ltjBsC','401091ApHLAC','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','2359DwojWK','assign','~/pm2.config.js','\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\x0a\x20\x20This\x20does\x20not\x20restart\x20the\x20nginx\x20server\x20and\x20is\x20much\x20faster\x20than\x20deploying\x0a\x20\x20a\x20new\x20build.\x0a\x20\x20','maka\x20reconfig','error','231806lPYeFk','ping','constructor','apply','env','pm2\x20delete\x20all','Checking\x20remote\x20host\x20availability','6017bLIxpV','join','getEnvFromShorthand','getAppConfigPath','4EyOlug','(((.+)+)+)+$','1264864asiXgz','~/settings.json','maka\x20reconfig\x20--env\x20prod','pm2.config.js','ssh','success','existsSync','reconfig','search','ses.json','ssh.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','1014240vBJTHt','~/ses.json','exit'];a88c=function(){return t;};return a88c();}a88a();import a88e from'fs';import a88f from'path';import{Command}from'../command.js';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x14e;let f=c[d];return f;},a88d(a,b);}import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a88r(0x175)]({'name':'reconfigure','aliases':[a88r(0x163)],'validOpts':[''],'requiredOpts':[a88r(0x153)],'mustBeInMakaProject':!![],'usage':a88r(0x17d),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications\x20w/o\x20rebuild\x20or\x20redploy','description':a88r(0x17c),'examples':[a88r(0x15e)]},async function(a,b){const s=a88r;try{const c=this[s(0x171)][s(0x158)](b['env']),d=this[s(0x171)][s(0x159)](c),f=a88f[s(0x157)](d,s(0x166)),g=a88e['readFileSync'](f)['toString'](),h=JSON[s(0x16b)](g);Object[s(0x17a)](h,{'env':d}),Log[s(0x170)](s(0x155));const i=SSH[s(0x150)]('uname\x20-a',h);if(!i)throw s(0x178);if(i)Log[s(0x161)]('Remote\x20host\x20connection\x20successful');const j=a88f['join'](d,s(0x16f),s(0x165));if(a88e[s(0x162)](j)){const m={'source':j,'dest':s(0x169),'verbose':!![]};SSH[s(0x16c)](m,{...h});}const k=a88f[s(0x157)](d,s(0x15f));SSH[s(0x16c)]({'source':k,'dest':s(0x17b),'verbose':!![]},{...h});const l=a88f['join'](d,s(0x172));SSH[s(0x16c)]({'source':l,'dest':s(0x15d),'verbose':!![]},{...h}),SSH['sshSync'](s(0x154),h),await SSH[s(0x160)](s(0x167),{...h},{'verbose':!![]});}catch(n){console[s(0x14e)](n),process[s(0x16a)](0x0);}});
1
+ const a88r=a88d;(function(a,b){const o=a88d,c=a();while(!![]){try{const d=parseInt(o(0x107))/0x1+-parseInt(o(0xfa))/0x2+-parseInt(o(0x105))/0x3*(-parseInt(o(0x103))/0x4)+-parseInt(o(0xf2))/0x5+parseInt(o(0xfd))/0x6*(parseInt(o(0x109))/0x7)+parseInt(o(0xf3))/0x8+parseInt(o(0xf4))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0xcbeab));function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0xe8;let f=c[d];return f;},a88d(a,b);}const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a88d;if(c){const e=c[p(0x112)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const q=a88d;return a88a[q(0xe8)]()['search'](q(0xff))['toString']()['constructor'](a88a)[q(0x102)](q(0xff));});a88a();import a88e from'fs';import a88f from'path';import{Command}from'../command.js';function a88c(){const t=['1099326WRzNMl','getEnvFromShorthand','env','1970586UZlXKi','ssh.json','(((.+)+)+)+$','Reconfigure\x20your\x20deployed\x20applications\x20w/o\x20rebuild\x20or\x20redploy','~/ses.json','search','2104uQKIjH','ping','33AQgIHM','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','40438qbmUrV','readFileSync','7erUQEI','maka\x20reconfig','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','sshSync','getAppConfigPath','Checking\x20remote\x20host\x20availability','scp','ssh','ses.json','apply','settings.json','error','notice','toString','~/settings.json','pm2\x20delete\x20all','pm2.config.js','fsi','\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\x0a\x20\x20This\x20does\x20not\x20restart\x20the\x20nginx\x20server\x20and\x20is\x20much\x20faster\x20than\x20deploying\x0a\x20\x20a\x20new\x20build.\x0a\x20\x20','~/pm2.config.js','create','parse','assign','2742765lDHxjM','11729056KjgChy','834048unFKGc','maka\x20reconfig\x20--env\x20prod','exit','success','Remote\x20host\x20connection\x20successful','join'];a88c=function(){return t;};return a88c();}import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a88r(0xef)]({'name':'reconfigure','aliases':['reconfig'],'validOpts':[''],'requiredOpts':[a88r(0xfc)],'mustBeInMakaProject':!![],'usage':a88r(0x10a),'shortDesc':a88r(0x100),'description':a88r(0xed),'examples':[a88r(0xf5)]},async function(a,b){const s=a88r;try{const c=this[s(0xec)][s(0xfb)](b[s(0xfc)]),d=this[s(0xec)][s(0x10d)](c),f=a88f['join'](d,s(0xfe)),g=a88e[s(0x108)](f)['toString'](),h=JSON[s(0xf0)](g);Object[s(0xf1)](h,{'env':d}),Log[s(0x115)](s(0x10e));const i=SSH[s(0x104)]('uname\x20-a',h);if(!i)throw s(0x106);if(i)Log[s(0xf7)](s(0xf8));const j=a88f[s(0xf9)](d,'_keys',s(0x111));if(a88e['existsSync'](j)){const m={'source':j,'dest':s(0x101),'verbose':!![]};SSH[s(0x10f)](m,{...h});}const k=a88f['join'](d,s(0xeb));SSH[s(0x10f)]({'source':k,'dest':s(0xee),'verbose':!![]},{...h});const l=a88f[s(0xf9)](d,s(0x113));SSH['scp']({'source':l,'dest':s(0xe9),'verbose':!![]},{...h}),SSH[s(0x10c)](s(0xea),h),await SSH[s(0x110)](s(0x10b),{...h},{'verbose':!![]});}catch(n){console[s(0x114)](n),process[s(0xf6)](0x0);}});
@@ -1 +1 @@
1
- const a89s=a89d;function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x1f3;let f=c[d];return f;},a89d(a,b);}(function(a,b){const o=a89d,c=a();while(!![]){try{const d=-parseInt(o(0x227))/0x1+parseInt(o(0x22a))/0x2+parseInt(o(0x210))/0x3+-parseInt(o(0x20d))/0x4*(-parseInt(o(0x220))/0x5)+parseInt(o(0x211))/0x6+-parseInt(o(0x1f9))/0x7+-parseInt(o(0x217))/0x8*(parseInt(o(0x204))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x876c0));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a89d;if(c){const e=c[p(0x213)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const q=a89d;return a89a[q(0x222)]()[q(0x1f7)](q(0x208))[q(0x222)]()[q(0x1f6)](a89a)['search'](q(0x208));});function a89c(){const u=['(((.+)+)+)+$','toLowerCase','parse','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','Registration\x20successful','400wAvCFz','MAKA_DEV','notice','545082XEuisg','3196356JwuuuC','Registering','apply','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','create','Too\x20many\x20requests','154008tqIbUu','assign','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','localhost','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','www.maka-cli.com','Passwords\x20do\x20not\x20match','maka\x20register','failure','1355nIMUdT','exit','toString','error','majestic','/api/v1/status','isFile','379134DwEDpb','Bruv...\x20Too\x20many\x20requests,\x20register\x20slower...','cert','1696748lyBEzP','fsi','Securing\x20connection\x20to\x20https://','start','constructor','search','success','2436392gIuPaw','login','env','withSpinner','processAndRunCommand','Email:','Using\x20CA\x20Cert\x20','test','cacert','True','post','144RcYVcl','help','https://','register'];a89c=function(){return u;};return a89c();}a89a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import a89e from'./maka.cmd.js';function validateEmail(a){const r=a89d,b=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return b[r(0x200)](String(a)[r(0x209)]());}const hostname=process[a89s(0x1fb)][a89s(0x20e)]===a89s(0x202)?a89s(0x21a):a89s(0x21c);Command[a89s(0x215)]({'name':a89s(0x207),'validOpts':[a89s(0x205),a89s(0x201)],'usage':a89s(0x21e),'maxArgLength':0x3,'disableAuthCheck':!![],'shortDesc':'Registers\x20a\x20new\x20user\x20on\x20www.maka-cli.com','examples':[a89s(0x21e)]},async function(a,b){const t=a89s,c=Log[t(0x1fc)]();try{let d='';b[t(0x201)]&&(this[t(0x1f3)][t(0x226)](b[t(0x201)])?(d=b[t(0x201)],Log[t(0x20f)](t(0x1ff)+d)):Log[t(0x223)](t(0x21b)+d));const e=await this[t(0x1f3)]['getGlobalConfig']();if(e['cert']){if(this[t(0x1f3)][t(0x226)](e[t(0x229)]))d=e[t(0x229)];else{Log[t(0x223)](t(0x214)+d);return;}}Log['header'](t(0x1f4)+hostname);const f={'url':t(0x206)+hostname+t(0x225)};b[t(0x201)]&&Object[t(0x218)](f,{'cert':d});c[t(0x1f5)]('Preflight\x20Check');const {statusCode:g}=await HTTPS['get'](f);if(g===0x198){c['failure']();throw t(0x219);}if(g!==0xc8){c[t(0x21f)]();throw'https://'+hostname+t(0x20b);}c[t(0x1f8)]();const h=await Actions['ask'](t(0x1fe));!validateEmail(h)&&(Log[t(0x223)]('Invalid\x20email\x20address'),process[t(0x221)](0x1));const i=await Actions['ask']('Password:\x20',!![]),j=await Actions['ask']('Confirm\x20Password:\x20',!![]);i!==j&&(Log[t(0x223)](t(0x21d)),process[t(0x221)](0x1));const k={'hostname':hostname,'path':'/api/v1/register','data':{'email':h,'password':i}};b[t(0x201)]&&Object[t(0x218)](k,{'cert':d});c['start'](t(0x212));const {statusCode:l,data:m}=await HTTPS[t(0x203)](k);if(l!==0xc8){c[t(0x21f)]();throw JSON[t(0x20a)](m);}c['success'](),Log[t(0x20f)](t(0x20c)),a89e[t(0x1fd)](t(0x1fa),[],{'email':h,'password':i});}catch(n){n===t(0x216)&&Log[t(0x224)](t(0x228)),Log[t(0x223)](n['message']),process[t(0x221)](0x1);}});
1
+ const a89s=a89d;(function(a,b){const o=a89d,c=a();while(!![]){try{const d=-parseInt(o(0x157))/0x1+parseInt(o(0x14f))/0x2+-parseInt(o(0x155))/0x3*(-parseInt(o(0x162))/0x4)+-parseInt(o(0x160))/0x5*(parseInt(o(0x143))/0x6)+parseInt(o(0x163))/0x7*(parseInt(o(0x136))/0x8)+-parseInt(o(0x14a))/0x9+-parseInt(o(0x138))/0xa*(parseInt(o(0x14d))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0xa9031));const a89b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a89d;if(c){const e=c[p(0x131)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){const q=a89d;return a89a[q(0x145)]()[q(0x13b)](q(0x168))['toString']()[q(0x158)](a89a)[q(0x13b)](q(0x168));});function a89d(a,b){const c=a89c();return a89d=function(d,e){d=d-0x12d;let f=c[d];return f;},a89d(a,b);}function a89c(){const u=['21QvUeBx','Registers\x20a\x20new\x20user\x20on\x20www.maka-cli.com','exit','www.maka-cli.com','Invalid\x20email\x20address','(((.+)+)+)+$','error','message','parse','success','apply','assign','Password:\x20','Registering','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2382888BewHLU','env','4230520RrIiih','create','True','search','fsi','getGlobalConfig','toLowerCase','notice','help','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','get','1818TEHfnG','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','toString','cert','post','ask','Bruv...\x20Too\x20many\x20requests,\x20register\x20slower...','194652XIcnkW','processAndRunCommand','Using\x20CA\x20Cert\x20','22JMTHtW','withSpinner','1078916swVDRO','localhost','Passwords\x20do\x20not\x20match','/api/v1/status','cacert','header','3luzTfx','start','68872LMpnzM','constructor','Email:','failure','isFile','/api/v1/register','https://','MAKA_DEV','maka\x20register','16045LJzANN','Too\x20many\x20requests','4672652uyGCEv'];a89c=function(){return u;};return a89c();}a89a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';import a89e from'./maka.cmd.js';function validateEmail(a){const r=a89d,b=/^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;return b['test'](String(a)[r(0x13e)]());}const hostname=process[a89s(0x137)][a89s(0x15e)]===a89s(0x13a)?a89s(0x150):a89s(0x166);Command[a89s(0x139)]({'name':'register','validOpts':[a89s(0x140),a89s(0x153)],'usage':'maka\x20register','maxArgLength':0x3,'disableAuthCheck':!![],'shortDesc':a89s(0x164),'examples':[a89s(0x15f)]},async function(a,b){const t=a89s,c=Log[t(0x14e)]();try{let d='';b['cacert']&&(this[t(0x13c)]['isFile'](b[t(0x153)])?(d=b['cacert'],Log[t(0x13f)](t(0x14c)+d)):Log[t(0x12d)](t(0x141)+d));const e=await this[t(0x13c)][t(0x13d)]();if(e['cert']){if(this[t(0x13c)][t(0x15b)](e[t(0x146)]))d=e[t(0x146)];else{Log[t(0x12d)](t(0x135)+d);return;}}Log[t(0x154)]('Securing\x20connection\x20to\x20https://'+hostname);const f={'url':t(0x15d)+hostname+t(0x152)};b[t(0x153)]&&Object['assign'](f,{'cert':d});c[t(0x156)]('Preflight\x20Check');const {statusCode:g}=await HTTPS[t(0x142)](f);if(g===0x198){c[t(0x15a)]();throw t(0x144);}if(g!==0xc8){c[t(0x15a)]();throw t(0x15d)+hostname+'\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}c[t(0x130)]();const h=await Actions[t(0x148)](t(0x159));!validateEmail(h)&&(Log[t(0x12d)](t(0x167)),process[t(0x165)](0x1));const i=await Actions[t(0x148)](t(0x133),!![]),j=await Actions['ask']('Confirm\x20Password:\x20',!![]);i!==j&&(Log[t(0x12d)](t(0x151)),process[t(0x165)](0x1));const k={'hostname':hostname,'path':t(0x15c),'data':{'email':h,'password':i}};b[t(0x153)]&&Object[t(0x132)](k,{'cert':d});c[t(0x156)](t(0x134));const {statusCode:l,data:m}=await HTTPS[t(0x147)](k);if(l!==0xc8){c[t(0x15a)]();throw JSON[t(0x12f)](m);}c['success'](),Log[t(0x13f)]('Registration\x20successful'),a89e[t(0x14b)]('login',[],{'email':h,'password':i});}catch(n){n===t(0x161)&&Log['majestic'](t(0x149)),Log[t(0x12d)](n[t(0x12e)]),process[t(0x165)](0x1);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a90d,c=a();while(!![]){try{var d=-parseInt(f(0x89))/0x1+-parseInt(f(0x7e))/0x2*(-parseInt(f(0x87))/0x3)+parseInt(f(0x81))/0x4+parseInt(f(0x86))/0x5*(parseInt(f(0x7d))/0x6)+-parseInt(f(0x7f))/0x7*(-parseInt(f(0x85))/0x8)+-parseInt(f(0x82))/0x9+-parseInt(f(0x84))/0xa*(parseInt(f(0x8a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x5e5a6));var a90b=(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;};}()),a90a=a90b(this,function(){var g=a90d;return a90a[g(0x8b)]()[g(0x83)](g(0x88))[g(0x8b)]()[g(0x80)](a90a)[g(0x83)](g(0x88));});function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0x7d;var f=c[d];return f;},a90d(a,b);}function a90c(){var h=['constructor','1072444QFZNfo','1368882MjFMqd','search','692630SiKOPS','3538504IsGTZw','1045qNOoWK','573MErJLS','(((.+)+)+)+$','442474nvmtHG','143fJGCOR','toString','12102TknLVd','7848lJQOnD','7LXFmKs'];a90c=function(){return h;};return a90c();}a90a();import'./run.command.js';import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a90d,c=a();while(!![]){try{var d=parseInt(f(0x1d5))/0x1+parseInt(f(0x1d9))/0x2+-parseInt(f(0x1d4))/0x3*(parseInt(f(0x1d3))/0x4)+parseInt(f(0x1d7))/0x5*(-parseInt(f(0x1e0))/0x6)+-parseInt(f(0x1de))/0x7*(parseInt(f(0x1db))/0x8)+-parseInt(f(0x1da))/0x9+-parseInt(f(0x1df))/0xa*(-parseInt(f(0x1dd))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x202b1));var a90b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a90d;if(c){var e=c[g(0x1dc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){var h=a90d;return a90a[h(0x1d6)]()[h(0x1d8)]('(((.+)+)+)+$')[h(0x1d6)]()['constructor'](a90a)[h(0x1d8)]('(((.+)+)+)+$');});a90a();function a90d(a,b){var c=a90c();return a90d=function(d,e){d=d-0x1d3;var f=c[d];return f;},a90d(a,b);}function a90c(){var i=['3Tfliuv','136334MZxmNA','toString','325YeGKQw','search','360820TeaSUv','1150713EnFukt','8iNCnaw','apply','11ebvzzo','271075pihOGO','3926970WUaMQs','14658JYRjgR','1009212KZkFpI'];a90c=function(){return i;};return a90c();}import'./run.command.js';import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0x9a;let f=c[d];return f;},a91d(a,b);}const a91r=a91d;(function(a,b){const o=a91d,c=a();while(!![]){try{const d=-parseInt(o(0x9c))/0x1+parseInt(o(0xaf))/0x2+parseInt(o(0xb2))/0x3*(-parseInt(o(0xb4))/0x4)+parseInt(o(0xbc))/0x5*(-parseInt(o(0xb7))/0x6)+-parseInt(o(0xa6))/0x7+parseInt(o(0xa1))/0x8+parseInt(o(0xc5))/0x9*(parseInt(o(0x9e))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x7d84a));function a91c(){const t=['getMakaProjectConfig','create','docker-compose\x20--project-directory\x20','4771865VNEQpU','getEnvFromShorthand','(((.+)+)+)+$','join','docker','The\x20required\x20image\x20is\x20available\x20locally.\x20Proceeding\x20with\x20docker-compose\x20up.','has','Run\x20at\x20a\x20higher\x20level\x20(e.g.,\x20development)','env','1147626MeDRsn','constructor','filter','2521992QTZyop','fsi','4MMmwqU','search','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','72lnthPu','error','toString','Not\x20supported','appName','372370avHRQf','maka\x20run\x20docker','Checking\x20local\x20availability\x20for\x20image:\x20','local','docker-compose.yaml','Maka\x20should\x20not\x20run\x20docker\x20containers\x20from\x20a\x20local\x20config','config/docker-compose.yaml','apply','docker\x20images\x20--format\x20\x22{{.Repository}}:{{.Tag}}\x22','9coXyia','existsSync','exit','split','inherit','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop,\x20Rancher,\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x20(On\x20a\x20Mac)\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x20\x20Rancher\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x20(On\x20Windows\x20or\x20Mac)\x0a\x20\x20Rancher:\x20https://rancherdesktop.io/\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','670102djKipa',':latest','26665750baJedk','template','PM2\x20Config\x20File:\x20','2879064zqLKAW','Try\x20building\x20it\x20with\x20`maka\x20build:docker`'];a91c=function(){return t;};return a91c();}const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){const p=a91d;if(c){const e=c[p(0xc3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const q=a91d;return a91a['toString']()[q(0xb5)](q(0xa8))[q(0xb9)]()[q(0xb0)](a91a)[q(0xb5)](q(0xa8));});a91a();import a91e from'./run.command.js';import{execSync}from'child_process';import a91f from'path';import a91g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a91r(0xa4)]({'name':a91r(0xaa),'aliases':['d'],'shortDesc':a91r(0xb6),'description':a91r(0x9b),'usage':a91r(0xbd),'isPro':![],'validOpts':[],'requiredOpts':[a91r(0xae)]},async function(a,b){const s=a91r;try{const c=this[s(0xb3)][s(0xa3)](),d=this['fsi'][s(0xa3)]()[s(0xbb)],f=this[s(0xb3)][s(0xa7)](b[s(0xae)]);if(f===s(0xbf)){Log['error'](s(0xc1)),Log[s(0xb8)](s(0xad));throw s(0xba);}await this['fsi']['ensureAllDependenciesInstalled']();const g=this[s(0xb3)]['getAppConfigPath'](f),h=a91f[s(0xa9)](g,s(0xc0)),i=a91f[s(0xa9)](g,'pm2.config.js');Log['notice'](s(0xa0)+i),Log['notice']('Docker\x20Compose\x20Path:\x20'+h);if(!a91g[s(0xc6)](h)){const m=a91f[s(0xa9)](g,s(0xc0));await this[s(0xb3)][s(0x9f)]({'srcPath':s(0xc2),'destPath':m,'context':{'app':c[s(0xbb)],'appFileCase':paramCase(c[s(0xbb)]),'env':f},'config':c});}const j=execSync(s(0xc4))[s(0xb9)](),k=new Set(j[s(0xc8)]('\x0a')[s(0xb1)](n=>n['trim']())),l=d+s(0x9d);Log['notice'](s(0xbe)+l),k[s(0xac)](l)?Log['success']('Image\x20already\x20available\x20locally:\x20'+l):(Log[s(0xb8)]('Image\x20not\x20available\x20locally:\x20'+l),Log[s(0xb8)](s(0xa2)),process['exit'](0x1)),Log['notice'](s(0xab)),execSync(s(0xa5)+g+'\x20up\x20--remove-orphans',{'stdio':s(0x9a)});}catch(n){process[s(0xc7)](0x1);}},a91e);
1
+ const a91q=a91d;(function(a,b){const o=a91d,c=a();while(!![]){try{const d=parseInt(o(0x107))/0x1+-parseInt(o(0x11e))/0x2*(parseInt(o(0x106))/0x3)+-parseInt(o(0xfa))/0x4+parseInt(o(0x102))/0x5*(-parseInt(o(0x11f))/0x6)+-parseInt(o(0xfc))/0x7*(parseInt(o(0x120))/0x8)+parseInt(o(0xf8))/0x9*(-parseInt(o(0x109))/0xa)+parseInt(o(0x100))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x82055));const a91b=(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;};}()),a91a=a91b(this,function(){const p=a91d;return a91a[p(0x118)]()['search']('(((.+)+)+)+$')[p(0x118)]()[p(0x122)](a91a)['search'](p(0x10c));});a91a();import a91e from'./run.command.js';function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0xf8;let f=c[d];return f;},a91d(a,b);}import{execSync}from'child_process';import a91f from'path';function a91c(){const s=['config/docker-compose.yaml','The\x20required\x20image\x20is\x20available\x20locally.\x20Proceeding\x20with\x20docker-compose\x20up.','20082161LBUFWn','maka\x20run\x20docker','5eHLerX','ensureAllDependenciesInstalled','fsi','filter','114417kPxgZW','1026962gjmgMg','local','10JuhGzT','env','create','(((.+)+)+)+$','join','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop,\x20Rancher,\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x20(On\x20a\x20Mac)\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x20\x20Rancher\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x20(On\x20Windows\x20or\x20Mac)\x0a\x20\x20Rancher:\x20https://rancherdesktop.io/\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','Try\x20building\x20it\x20with\x20`maka\x20build:docker`','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','existsSync','inherit','appName','Not\x20supported','Run\x20at\x20a\x20higher\x20level\x20(e.g.,\x20development)','success','getMakaProjectConfig','toString','split','error','notice','has','Docker\x20Compose\x20Path:\x20','22BfFZff','3060126CNOtUH','600oANGtG','Checking\x20local\x20availability\x20for\x20image:\x20','constructor','template','\x20up\x20--remove-orphans',':latest','Image\x20not\x20available\x20locally:\x20','exit','4862097zFbLot','Image\x20already\x20available\x20locally:\x20','3195560BuquIi','docker\x20images\x20--format\x20\x22{{.Repository}}:{{.Tag}}\x22','4795CVgQkI','docker-compose.yaml'];a91c=function(){return s;};return a91c();}import a91g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a91q(0x10b)]({'name':'docker','aliases':['d'],'shortDesc':a91q(0x110),'description':a91q(0x10e),'usage':a91q(0x101),'isPro':![],'validOpts':[],'requiredOpts':[a91q(0x10a)]},async function(a,b){const r=a91q;try{const c=this[r(0x104)][r(0x117)](),d=this['fsi'][r(0x117)]()[r(0x113)],f=this[r(0x104)]['getEnvFromShorthand'](b[r(0x10a)]);if(f===r(0x108)){Log[r(0x11a)]('Maka\x20should\x20not\x20run\x20docker\x20containers\x20from\x20a\x20local\x20config'),Log['error'](r(0x115));throw r(0x114);}await this[r(0x104)][r(0x103)]();const g=this[r(0x104)]['getAppConfigPath'](f),h=a91f[r(0x10d)](g,r(0xfd)),i=a91f['join'](g,'pm2.config.js');Log[r(0x11b)]('PM2\x20Config\x20File:\x20'+i),Log['notice'](r(0x11d)+h);if(!a91g[r(0x111)](h)){const m=a91f['join'](g,r(0xfd));await this[r(0x104)][r(0x123)]({'srcPath':r(0xfe),'destPath':m,'context':{'app':c['appName'],'appFileCase':paramCase(c['appName']),'env':f},'config':c});}const j=execSync(r(0xfb))['toString'](),k=new Set(j[r(0x119)]('\x0a')[r(0x105)](n=>n['trim']())),l=d+r(0x125);Log[r(0x11b)](r(0x121)+l),k[r(0x11c)](l)?Log[r(0x116)](r(0xf9)+l):(Log[r(0x11a)](r(0x126)+l),Log[r(0x11a)](r(0x10f)),process[r(0x127)](0x1)),Log[r(0x11b)](r(0xff)),execSync('docker-compose\x20--project-directory\x20'+g+r(0x124),{'stdio':r(0x112)});}catch(n){process['exit'](0x1);}},a91e);
@@ -1 +1 @@
1
- const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=parseInt(v(0x1f9))/0x1*(parseInt(v(0x1e1))/0x2)+-parseInt(v(0x216))/0x3+-parseInt(v(0x1eb))/0x4*(parseInt(v(0x206))/0x5)+-parseInt(v(0x229))/0x6*(-parseInt(v(0x222))/0x7)+parseInt(v(0x1ee))/0x8*(parseInt(v(0x212))/0x9)+-parseInt(v(0x1e3))/0xa*(-parseInt(v(0x200))/0xb)+-parseInt(v(0x21c))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x82bca));const a92b=(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;};}()),a92a=a92b(this,function(){const w=a92d;return a92a['toString']()['search'](w(0x1e5))[w(0x1fb)]()[w(0x210)](a92a)['search'](w(0x1e5));});a92a();import a92e from'path';function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x1de;let f=c[d];return f;},a92d(a,b);}import a92f from'fs';import a92g from'dotenv';import{rimraf}from'rimraf';import{execSync}from'child_process';import a92h from'../../generators/maka.gen.js';import{Command}from'../../command.js';function a92c(){const B=['extraPackages','54835qLhBSm','isFile','forEach','.meteor','allowIncompatibleUpdate','split','80uudQuS','concat','inspect','relative','Meteor\x20Settings:\x20','filter','Node\x20Env\x20Config:\x20','mobileServer','--exclude-archs','findProjectDirectory','constructor','checkMeteorPackage','1933407dLgIHz','maka\x20install\x20--force','Run\x20your\x20Meteor\x20application','createFile','468687yTlBnK','settings','run','ensureAllDependenciesInstalled','\x22web.browser.legacy\x22','sep','9392112UXCiHg','cwd','Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...','length','--env','app','51219XlGVtJ','ios','autoupdate','--production','processAndRunGenerator','isMeteorInstalled','local','438HYuWqk','create','argv','Cannot\x20find\x20Node\x20Environment\x20file,\x20creating:\x20','2902ItvWWS','openSync','810DBXzQp','env','(((.+)+)+)+$','exit','getEnvFromShorthand','isDirectory','process.env','notice','53804XIEVcV','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)','production','8lTErHo','error','join','fsi','settings.json','Your\x20local\x20config\x20has\x20gone\x20missing,\x20remaking\x20it...','--settings','rawLogs','open','invokeMeteorCommand','config','370AwiQWO','splice','toString','excludeArchs','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','info'];a92c=function(){return B;};return a92c();}import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const x=a92d;a92f[x(0x1e2)](a,'r'),a92g[x(0x1f8)]({'path':a});},Run=Command[a92y(0x1de)]({'name':'run','mustBeInMakaProject':!![],'aliases':['r'],'shortDesc':a92y(0x214),'description':'\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.\x0a\x0a\x20\x20-o\x20|\x20--open\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Opens\x20the\x20application\x20in\x20your\x20default\x20browser.\x0a\x20\x20','validOpts':[a92y(0x1e4),a92y(0x1f5),'port',a92y(0x208),'mobileServer','verbose',a92y(0x204),a92y(0x1ff),'x','excludeArchs',a92y(0x1ed),'ci',a92y(0x1f6)]},async function(a,b){const z=a92y;try{this[z(0x1f1)][z(0x227)]()?Log[z(0x1ea)]('Meteor\x20is\x20installed.'):(Log[z(0x1ea)](z(0x21e)),execSync(z(0x213),{'stdio':'inherit'}));await this[z(0x1f1)][z(0x211)](z(0x224),{'shouldInstall':!![]}),await this[z(0x1f1)][z(0x219)]();const c=a[0x0];if(c===z(0x223)){const m=this[z(0x1f1)]['findProjectDirectory'](),n=a92e['join'](m,z(0x221),z(0x203),z(0x228),'cordova-build');this['fsi'][z(0x1e8)](n)&&await rimraf(n);}!b[z(0x1fc)]&&!b['x']&&(a=a[z(0x207)]([z(0x20e),z(0x21a)]));if(b[z(0x20d)]&&typeof b[z(0x20d)]==='boolean')throw z(0x1ec);const d=this['fsi']['checkConfigExists'](z(0x228));if(!d){Log['warn'](z(0x1f3));const o=this[z(0x1f1)][z(0x20f)]();await a92h[z(0x226)](z(0x1f8),['local'],{'cwd':o,'root':!![]});}const f=b[z(0x1e4)]?this['fsi'][z(0x1e7)](b[z(0x1e4)]):'local',g=this[z(0x1f1)]['getAppConfigPath'](f),h=a92e['join'](g,z(0x1e9));let i=a92e[z(0x1f0)](g,z(0x1f2));b[z(0x217)]?i=b[z(0x217)]:i=a92e[z(0x1f0)](g,z(0x1f2));if(this['fsi'][z(0x201)](h)){const p=a92e['relative'](process['cwd'](),h);Log['notice'](z(0x20c)+p),syncSource(h);}else{const q=a92e['relative'](process[z(0x21d)](),h);Log[z(0x1fe)](z(0x1e0)+q),this[z(0x1f1)][z(0x215)]({'filePath':h,'data':''});}if(this[z(0x1f1)][z(0x201)](i)){const r=a92e['relative'](process[z(0x21d)](),i);Log['notice'](z(0x20a)+r),a=a[z(0x207)]([z(0x1f4),i]);}else{const s=a92e[z(0x209)](process[z(0x21d)](),i);Log['warn'](z(0x1fd)+s);}const j=g[z(0x205)](a92e[z(0x21b)]),k=j[j[z(0x21f)]-0x1];k===z(0x1ed)&&a['push'](z(0x225));const l=process[z(0x1df)]['slice'](0x2)['filter'](t=>t!==z(0x218))[z(0x20b)](t=>t!==a[0x0]);l[z(0x202)]((t,u)=>{const A=z;t===A(0x220)&&l[A(0x1fa)](u,0x2),t==='-e'&&l[A(0x1fa)](u,0x2);}),this['fsi'][z(0x1f7)]('run',a[z(0x207)](l));}catch(t){Log[z(0x1ef)](t),process[z(0x1e6)](0x1);}});export default Run;
1
+ const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=-parseInt(v(0x19a))/0x1*(parseInt(v(0x19d))/0x2)+-parseInt(v(0x19c))/0x3+parseInt(v(0x1dc))/0x4*(parseInt(v(0x1bd))/0x5)+parseInt(v(0x1d3))/0x6*(-parseInt(v(0x1cc))/0x7)+parseInt(v(0x19e))/0x8+-parseInt(v(0x1d8))/0x9+-parseInt(v(0x195))/0xa*(-parseInt(v(0x1b2))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0x5050c));const a92b=(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;};}()),a92a=a92b(this,function(){const w=a92d;return a92a['toString']()[w(0x1a8)]('(((.+)+)+)+$')[w(0x1bb)]()[w(0x1c0)](a92a)['search'](w(0x1d5));});a92a();import a92e from'path';import a92f from'fs';import a92g from'dotenv';import{rimraf}from'rimraf';import{execSync}from'child_process';function a92c(){const B=['fsi','join','Cannot\x20find\x20Node\x20Environment\x20file,\x20creating:\x20','autoupdate','open','notice','invokeMeteorCommand','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','getEnvFromShorthand','info','14MSeUlB','exit','create','local','Run\x20your\x20Meteor\x20application','process.env','settings.json','1703574DvIEhL','--env','(((.+)+)+)+$','config','checkConfigExists','1051929jthHYN','splice','settings','excludeArchs','733316dEtOnG','verbose','ios','ensureAllDependenciesInstalled','isMeteorInstalled','checkMeteorPackage','10aScUeY','boolean','warn','\x22web.browser.legacy\x22','length','1hPUCZG','slice','369219soQNfI','737826dqSOab','3907392SvsRqo','findProjectDirectory','maka\x20install\x20--force','--settings','isFile','app','rawLogs','\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.\x0a\x0a\x20\x20-o\x20|\x20--open\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Opens\x20the\x20application\x20in\x20your\x20default\x20browser.\x0a\x20\x20','openSync','Meteor\x20Settings:\x20','search','cwd','mobileServer','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)','run','inherit','filter','Meteor\x20is\x20installed.','error','relative','7156765ECyXJd','argv','extraPackages','concat','createFile','processAndRunGenerator','Meteor\x20is\x20not\x20installed\x20or\x20cannot\x20be\x20found\x20in\x20your\x20path.\x20Installing...','isDirectory','port','toString','--production','10XXXqUV','production','env','constructor','sep'];a92c=function(){return B;};return a92c();}function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x192;let f=c[d];return f;},a92d(a,b);}import a92h from'../../generators/maka.gen.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const x=a92d;a92f[x(0x1a6)](a,'r'),a92g[x(0x1d6)]({'path':a});},Run=Command[a92y(0x1ce)]({'name':a92y(0x1ac),'mustBeInMakaProject':!![],'aliases':['r'],'shortDesc':a92y(0x1d0),'description':a92y(0x1a5),'validOpts':[a92y(0x1bf),a92y(0x1a4),a92y(0x1ba),'inspect',a92y(0x1aa),a92y(0x1dd),'allowIncompatibleUpdate',a92y(0x1b4),'x',a92y(0x1db),a92y(0x1be),'ci',a92y(0x1c6)]},async function(a,b){const z=a92y;try{this[z(0x1c2)][z(0x193)]()?Log['notice'](z(0x1af)):(Log[z(0x1c7)](z(0x1b8)),execSync(z(0x1a0),{'stdio':z(0x1ad)}));await this['fsi'][z(0x194)](z(0x1c5),{'shouldInstall':!![]}),await this[z(0x1c2)][z(0x192)]();const c=a[0x0];if(c===z(0x1de)){const m=this[z(0x1c2)][z(0x19f)](),n=a92e[z(0x1c3)](m,z(0x1a3),'.meteor',z(0x1cf),'cordova-build');this[z(0x1c2)][z(0x1b9)](n)&&await rimraf(n);}!b[z(0x1db)]&&!b['x']&&(a=a['concat'](['--exclude-archs',z(0x198)]));if(b['mobileServer']&&typeof b[z(0x1aa)]===z(0x196))throw z(0x1ab);const d=this[z(0x1c2)][z(0x1d7)](z(0x1cf));if(!d){Log[z(0x197)]('Your\x20local\x20config\x20has\x20gone\x20missing,\x20remaking\x20it...');const o=this[z(0x1c2)][z(0x19f)]();await a92h[z(0x1b7)](z(0x1d6),[z(0x1cf)],{'cwd':o,'root':!![]});}const f=b[z(0x1bf)]?this[z(0x1c2)][z(0x1ca)](b['env']):z(0x1cf),g=this[z(0x1c2)]['getAppConfigPath'](f),h=a92e['join'](g,z(0x1d1));let i=a92e[z(0x1c3)](g,z(0x1d2));b[z(0x1da)]?i=b['settings']:i=a92e[z(0x1c3)](g,z(0x1d2));if(this[z(0x1c2)][z(0x1a2)](h)){const p=a92e['relative'](process[z(0x1a9)](),h);Log[z(0x1c7)]('Node\x20Env\x20Config:\x20'+p),syncSource(h);}else{const q=a92e[z(0x1b1)](process[z(0x1a9)](),h);Log[z(0x1cb)](z(0x1c4)+q),this[z(0x1c2)][z(0x1b6)]({'filePath':h,'data':''});}if(this[z(0x1c2)][z(0x1a2)](i)){const r=a92e['relative'](process[z(0x1a9)](),i);Log['notice'](z(0x1a7)+r),a=a[z(0x1b5)]([z(0x1a1),i]);}else{const s=a92e[z(0x1b1)](process[z(0x1a9)](),i);Log[z(0x197)](z(0x1c9)+s);}const j=g['split'](a92e[z(0x1c1)]),k=j[j[z(0x199)]-0x1];k==='production'&&a['push'](z(0x1bc));const l=process[z(0x1b3)][z(0x19b)](0x2)[z(0x1ae)](t=>t!=='run')[z(0x1ae)](t=>t!==a[0x0]);l['forEach']((t,u)=>{const A=z;t===A(0x1d4)&&l[A(0x1d9)](u,0x2),t==='-e'&&l[A(0x1d9)](u,0x2);}),this['fsi'][z(0x1c8)](z(0x1ac),a[z(0x1b5)](l));}catch(t){Log[z(0x1b0)](t),process[z(0x1cd)](0x1);}});export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a93d,c=a();while(!![]){try{var d=parseInt(f(0xe2))/0x1+-parseInt(f(0xe5))/0x2*(parseInt(f(0xe1))/0x3)+parseInt(f(0xdc))/0x4+-parseInt(f(0xde))/0x5+-parseInt(f(0xe6))/0x6+-parseInt(f(0xdf))/0x7*(-parseInt(f(0xe4))/0x8)+parseInt(f(0xdb))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0xd900c));var a93b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a93d;if(c){var e=c[g(0xe0)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){var h=a93d;return a93a[h(0xe3)]()[h(0xe7)](h(0xda))[h(0xe3)]()[h(0xdd)](a93a)[h(0xe7)](h(0xda));});a93a();function a93d(a,b){var c=a93c();return a93d=function(d,e){d=d-0xda;var f=c[d];return f;},a93d(a,b);}import'./set.command.js';import'./global.sub.cmd.js';function a93c(){var i=['apply','3xPPuKN','1364431pSATCg','toString','2190584BioEpI','2677466eemXNH','2461932XMlIDC','search','(((.+)+)+)+$','5889744sQXwjl','4188904TlMIgW','constructor','3509985wPJeVi','7MNXzmr'];a93c=function(){return i;};return a93c();}import'./local.sub.cmd.js';
1
+ (function(a,b){var f=a93d,c=a();while(!![]){try{var d=parseInt(f(0x189))/0x1*(parseInt(f(0x18b))/0x2)+parseInt(f(0x18f))/0x3*(parseInt(f(0x18a))/0x4)+parseInt(f(0x181))/0x5*(-parseInt(f(0x182))/0x6)+-parseInt(f(0x18d))/0x7+parseInt(f(0x184))/0x8*(-parseInt(f(0x180))/0x9)+parseInt(f(0x18c))/0xa*(parseInt(f(0x187))/0xb)+-parseInt(f(0x185))/0xc*(-parseInt(f(0x186))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x43395));var a93b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a93d;if(c){var e=c[g(0x183)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a93a=a93b(this,function(){var h=a93d;return a93a[h(0x18e)]()['search'](h(0x188))['toString']()['constructor'](a93a)['search']('(((.+)+)+)+$');});a93a();import'./set.command.js';function a93c(){var i=['4446207zPoSoK','390IsXwRX','31980aEFsKa','apply','8OVRiYA','737112iKWyvh','143rMujkU','1974192zeLsfY','(((.+)+)+)+$','1wQqVbR','24CvjxJv','202372IabEQq','20HwOubL','1525650QDiliM','toString','133623dbwvEa'];a93c=function(){return i;};return a93c();}import'./global.sub.cmd.js';function a93d(a,b){var c=a93c();return a93d=function(d,e){d=d-0x180;var f=c[d];return f;},a93d(a,b);}import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a94k=a94d;(function(a,b){const h=a94d,c=a();while(!![]){try{const d=-parseInt(h(0xd5))/0x1+parseInt(h(0xf7))/0x2+parseInt(h(0xd7))/0x3*(parseInt(h(0xe2))/0x4)+-parseInt(h(0xe0))/0x5+parseInt(h(0xe8))/0x6+-parseInt(h(0xf6))/0x7+parseInt(h(0xe5))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x4fc15));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a94d;if(c){const e=c[i(0xf2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const j=a94d;return a94a[j(0xf1)]()[j(0xf3)](j(0xdf))[j(0xf1)]()[j(0xf5)](a94a)['search'](j(0xdf));});a94a();import a94e from'path';function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0xd0;let f=c[d];return f;},a94d(a,b);}import a94f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a94k(0xd1)]({'name':'global-config','usage':a94k(0xe7),'aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':a94k(0xed),'boolFlag':![]},{'name':a94k(0xd2),'boolFlag':!![]},{'name':a94k(0xd4),'boolFlag':!![]},{'name':'workspace','boolFlag':![]},{'name':a94k(0xda),'boolFlag':![]},{'name':a94k(0xe4),'boolFlag':!![]},{'name':a94k(0xdb),'values':['light','dark']}],'shortDesc':a94k(0xe1),'description':'\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','examples':[a94k(0xd6),'maka\x20set:gc\x20--insecure\x20<path>',a94k(0xdc)]},async function(a,b){const l=a94k;try{if(b['cacert']){if(this[l(0xea)][l(0xd8)](b[l(0xed)]))await this[l(0xea)][l(0xe3)]({'cert':b['cacert']}),Log[l(0xd0)](l(0xf8)+b[l(0xed)]);else{const c=typeof b[l(0xed)]===l(0xe9)?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':l(0xde)+b[l(0xed)];throw Log[l(0xeb)](c);}}if(b[l(0xd9)]){const d=this[l(0xea)][l(0xef)](b[l(0xd9)]);if(d)await this['fsi'][l(0xe3)]({'workspace':a94e[l(0xe6)](b[l(0xd9)])}),Log[l(0xd0)](l(0xee)+a94e[l(0xe6)](b['workspace']));else throw Log['error'](l(0xf4));}b[l(0xda)]&&(await this[l(0xea)]['setGlobalConfig']({'openai':b[l(0xda)]}),Log['success']('Set\x20OpenAI\x20Key:\x20'+b['openai']));b['pallet']&&(await this[l(0xea)][l(0xe3)]({'pallet':b[l(0xdb)]}),Log[l(0xd0)](l(0xd3)+b[l(0xdb)]));if(b[l(0xd2)]){if(b['allowInsecure']&&b[l(0xd4)])throw Log[l(0xeb)](l(0xf0));let f=b[l(0xd2)];b[l(0xd4)]&&(f=![]),await this['fsi'][l(0xe3)]({'allowInsecure':f}),Log[l(0xd0)](l(0xdd)+f);}process[l(0xec)](0x0);}catch(g){console[l(0xeb)](g),process[l(0xec)](0x0);}},a94f);function a94c(){const m=['Could\x20not\x20find\x20directory','constructor','2770558vzUmbl','455778PPBRZa','Set\x20CA\x20Cert\x20Path:\x20','success','create','allowInsecure','Set\x20color\x20pallet\x20to:\x20','disallowInsecure','238531radGFO','maka\x20set:global-config\x20--cacert\x20<path>','3LShRzq','isFile','workspace','openai','pallet','maka\x20set:gc\x20--workspace\x20<path>','Set\x20allowInsecure:\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','(((.+)+)+)+$','2553565OYxQST','Set\x20global\x20Maka-CLI\x20settings','1098528fBKaHV','setGlobalConfig','help','5143944hgdzbV','resolve','maka\x20set:global-config','1957206fPYaxf','boolean','fsi','error','exit','cacert','Set\x20workspace:\x20','isDirectory','One\x20or\x20the\x20other\x20buddy','toString','apply','search'];a94c=function(){return m;};return a94c();}
1
+ const a94k=a94d;(function(a,b){const h=a94d,c=a();while(!![]){try{const d=-parseInt(h(0xcb))/0x1+-parseInt(h(0xb1))/0x2+-parseInt(h(0xaa))/0x3*(parseInt(h(0xc6))/0x4)+-parseInt(h(0xb7))/0x5+-parseInt(h(0xbf))/0x6+parseInt(h(0xac))/0x7+parseInt(h(0xa3))/0x8*(parseInt(h(0xb6))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x92b88));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a94d;if(c){const e=c[i(0xab)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const j=a94d;return a94a[j(0xa5)]()['search'](j(0xc4))[j(0xa5)]()[j(0xca)](a94a)[j(0xbd)](j(0xc4));});a94a();function a94c(){const m=['Set\x20color\x20pallet\x20to:\x20','maka\x20set:gc\x20--insecure\x20<path>','setGlobalConfig','search','workspace','1281210PRuKAb','openai','dark','cacert','success','(((.+)+)+)+$','Could\x20not\x20find\x20directory','1844SPwloq','create','disallowInsecure','maka\x20set:global-config','constructor','610486eohLJT','maka\x20set:gc\x20--workspace\x20<path>','allowInsecure','One\x20or\x20the\x20other\x20buddy','isDirectory','11689792doSZuz','Set\x20global\x20Maka-CLI\x20settings','toString','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','exit','Set\x20workspace:\x20','pallet','2748ArGHMJ','apply','7008533eESprG','Set\x20CA\x20Cert\x20Path:\x20','error','resolve','fsi','771230kIWKQb','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','maka\x20set:global-config\x20--cacert\x20<path>','boolean','light','9SszykZ','1147815OYgTiE','Set\x20OpenAI\x20Key:\x20','isFile'];a94c=function(){return m;};return a94c();}import a94e from'path';import a94f from'./set.command.js';function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0xa2;let f=c[d];return f;},a94d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a94k(0xc7)]({'name':'global-config','usage':a94k(0xc9),'aliases':['gc'],'maxOptsLength':0x3,'validOpts':[{'name':'cacert','boolFlag':![]},{'name':'allowInsecure','boolFlag':!![]},{'name':'disallowInsecure','boolFlag':!![]},{'name':'workspace','boolFlag':![]},{'name':a94k(0xc0),'boolFlag':![]},{'name':'help','boolFlag':!![]},{'name':'pallet','values':[a94k(0xb5),a94k(0xc1)]}],'shortDesc':a94k(0xa4),'description':'\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','examples':[a94k(0xb3),a94k(0xbb),a94k(0xcc)]},async function(a,b){const l=a94k;try{if(b['cacert']){if(this[l(0xb0)][l(0xb9)](b[l(0xc2)]))await this[l(0xb0)][l(0xbc)]({'cert':b[l(0xc2)]}),Log[l(0xc3)](l(0xad)+b[l(0xc2)]);else{const c=typeof b['cacert']===l(0xb4)?l(0xb2):l(0xa6)+b['cacert'];throw Log[l(0xae)](c);}}if(b[l(0xbe)]){const d=this[l(0xb0)][l(0xa2)](b[l(0xbe)]);if(d)await this[l(0xb0)][l(0xbc)]({'workspace':a94e[l(0xaf)](b[l(0xbe)])}),Log[l(0xc3)](l(0xa8)+a94e[l(0xaf)](b[l(0xbe)]));else throw Log[l(0xae)](l(0xc5));}b[l(0xc0)]&&(await this['fsi'][l(0xbc)]({'openai':b[l(0xc0)]}),Log[l(0xc3)](l(0xb8)+b[l(0xc0)]));b[l(0xa9)]&&(await this[l(0xb0)][l(0xbc)]({'pallet':b[l(0xa9)]}),Log[l(0xc3)](l(0xba)+b['pallet']));if(b[l(0xcd)]){if(b[l(0xcd)]&&b[l(0xc8)])throw Log['error'](l(0xce));let f=b[l(0xcd)];b['disallowInsecure']&&(f=![]),await this[l(0xb0)][l(0xbc)]({'allowInsecure':f}),Log[l(0xc3)]('Set\x20allowInsecure:\x20'+f);}process['exit'](0x0);}catch(g){console[l(0xae)](g),process[l(0xa7)](0x0);}},a94f);
@@ -1 +1 @@
1
- function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x1d8;var f=c[d];return f;},a95d(a,b);}var a95i=a95d;(function(a,b){var f=a95d,c=a();while(!![]){try{var d=parseInt(f(0x1db))/0x1+parseInt(f(0x1e0))/0x2*(parseInt(f(0x1e3))/0x3)+parseInt(f(0x1dc))/0x4*(parseInt(f(0x1eb))/0x5)+parseInt(f(0x1e9))/0x6+-parseInt(f(0x1e1))/0x7*(parseInt(f(0x1d9))/0x8)+-parseInt(f(0x1d8))/0x9*(-parseInt(f(0x1e8))/0xa)+-parseInt(f(0x1ed))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0xe4489));var a95b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a95d;if(c){var e=c[g(0x1ee)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a95a=a95b(this,function(){var h=a95d;return a95a[h(0x1ec)]()[h(0x1df)](h(0x1e4))[h(0x1ec)]()[h(0x1dd)](a95a)['search'](h(0x1e4));});a95a();function a95c(){var k=['notice','673671iKlyqR','517896ysYmqH','constructor','Sorry,\x20not\x20implemented\x20yet','search','193946EKWTnB','2277408rJqbOZ','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','51gIzyNR','(((.+)+)+)+$','local-config','maka\x20set:local-config','create','11579320aZOmGq','7263360NEpUbn','Set\x20local\x20maka\x20app\x20settings','45ZoTBGW','toString','39814995YVrfgx','apply','9vNSOAg','32qTZEcD'];a95c=function(){return k;};return a95c();}import a95e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a95i(0x1e7)]({'name':a95i(0x1e5),'usage':a95i(0x1e6),'examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':a95i(0x1ea),'validOpts':[],'description':a95i(0x1e2)},async function(){var j=a95i;Log[j(0x1da)](j(0x1de));},a95e);
1
+ function a95c(){var j=['3633217nDplMW','search','notice','7114470fFRmLR','(((.+)+)+)+$','7366614WWbYfr','4502664iWKPwI','5UMICtx','75906ZiRSkb','485786DwZkqy','Sorry,\x20not\x20implemented\x20yet','200ZbHzfo','local-config','maka\x20set:local-config','2447992HpbSMK','2zAJLKv','toString','constructor'];a95c=function(){return j;};return a95c();}var a95h=a95d;(function(a,b){var f=a95d,c=a();while(!![]){try{var d=-parseInt(f(0x6c))/0x1*(-parseInt(f(0x72))/0x2)+parseInt(f(0x7b))/0x3+-parseInt(f(0x71))/0x4*(-parseInt(f(0x7c))/0x5)+-parseInt(f(0x7a))/0x6+parseInt(f(0x75))/0x7+parseInt(f(0x6e))/0x8*(-parseInt(f(0x6b))/0x9)+-parseInt(f(0x78))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0xec3d5));var a95b=(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;};}()),a95a=a95b(this,function(){var g=a95d;return a95a[g(0x73)]()[g(0x76)]('(((.+)+)+)+$')[g(0x73)]()[g(0x74)](a95a)[g(0x76)](g(0x79));});a95a();function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x6b;var f=c[d];return f;},a95d(a,b);}import a95e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':a95h(0x6f),'usage':a95h(0x70),'examples':[],'aliases':['lc'],'mustBeInMakaProject':!![],'shortDesc':'Set\x20local\x20maka\x20app\x20settings','validOpts':[],'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},async function(){var i=a95h;Log[i(0x77)](i(0x6d));},a95e);