@maka/maka-cli 4.5.15 → 4.5.17

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 (116) hide show
  1. package/bundle/obf/package.json +1 -1
  2. package/bundle/obf/src/command.js +1 -1
  3. package/bundle/obf/src/commands/_index.js +1 -1
  4. package/bundle/obf/src/commands/aws/_index.js +1 -1
  5. package/bundle/obf/src/commands/aws/aws.command.js +1 -1
  6. package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
  7. package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
  8. package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
  9. package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
  10. package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
  11. package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
  12. package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
  13. package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
  14. package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
  15. package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
  16. package/bundle/obf/src/commands/build/_index.js +1 -1
  17. package/bundle/obf/src/commands/build/build.js +1 -1
  18. package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
  19. package/bundle/obf/src/commands/create.js +1 -1
  20. package/bundle/obf/src/commands/debug.js +1 -1
  21. package/bundle/obf/src/commands/deploy.js +1 -1
  22. package/bundle/obf/src/commands/game/_index.js +1 -1
  23. package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
  24. package/bundle/obf/src/commands/game/play.command.js +1 -1
  25. package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
  26. package/bundle/obf/src/commands/game/sideQuest/commands.js +1 -0
  27. package/bundle/obf/src/commands/game/sideQuest/door.js +1 -0
  28. package/bundle/obf/src/commands/game/sideQuest/game.js +1 -0
  29. package/bundle/obf/src/commands/game/sideQuest/inventory.js +1 -0
  30. package/bundle/obf/src/commands/game/sideQuest/items.js +1 -0
  31. package/bundle/obf/src/commands/game/sideQuest/player.js +1 -0
  32. package/bundle/obf/src/commands/game/sideQuest/puzzles.js +1 -0
  33. package/bundle/obf/src/commands/game/sideQuest/room.js +1 -0
  34. package/bundle/obf/src/commands/game/sideQuest/rooms.js +1 -0
  35. package/bundle/obf/src/commands/game/sideQuest/types.js +1 -0
  36. package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -0
  37. package/bundle/obf/src/commands/game/sideQuest/utilities/eventBus.js +1 -0
  38. package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -0
  39. package/bundle/obf/src/commands/game/sideQuest.sub.cmd.js +1 -0
  40. package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
  41. package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
  42. package/bundle/obf/src/commands/generate.js +1 -1
  43. package/bundle/obf/src/commands/get/_index.js +1 -1
  44. package/bundle/obf/src/commands/get/get.command.js +1 -1
  45. package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
  46. package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
  47. package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
  48. package/bundle/obf/src/commands/help.js +1 -1
  49. package/bundle/obf/src/commands/jsdoc.js +1 -1
  50. package/bundle/obf/src/commands/lint.js +1 -1
  51. package/bundle/obf/src/commands/login.js +1 -1
  52. package/bundle/obf/src/commands/logout.js +1 -1
  53. package/bundle/obf/src/commands/logs.js +1 -1
  54. package/bundle/obf/src/commands/maka.cmd.js +1 -1
  55. package/bundle/obf/src/commands/murder.js +1 -1
  56. package/bundle/obf/src/commands/proxy.js +1 -1
  57. package/bundle/obf/src/commands/reconfig.js +1 -1
  58. package/bundle/obf/src/commands/run/_index.js +1 -1
  59. package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
  60. package/bundle/obf/src/commands/run/run.command.js +1 -1
  61. package/bundle/obf/src/commands/set/_index.js +1 -1
  62. package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
  63. package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
  64. package/bundle/obf/src/commands/set/set.command.js +1 -1
  65. package/bundle/obf/src/commands/ssh.js +1 -1
  66. package/bundle/obf/src/commands/ssl.js +1 -1
  67. package/bundle/obf/src/commands/test.js +1 -1
  68. package/bundle/obf/src/commands/version.js +1 -1
  69. package/bundle/obf/src/error.js +1 -1
  70. package/bundle/obf/src/generator.js +1 -1
  71. package/bundle/obf/src/generators/_index.js +1 -1
  72. package/bundle/obf/src/generators/api.js +1 -1
  73. package/bundle/obf/src/generators/collection.js +1 -1
  74. package/bundle/obf/src/generators/component.js +1 -1
  75. package/bundle/obf/src/generators/config.js +1 -1
  76. package/bundle/obf/src/generators/dbc.js +1 -1
  77. package/bundle/obf/src/generators/dockerfile.js +1 -1
  78. package/bundle/obf/src/generators/hook.js +1 -1
  79. package/bundle/obf/src/generators/kit.js +1 -1
  80. package/bundle/obf/src/generators/layout.js +1 -1
  81. package/bundle/obf/src/generators/maka.gen.js +1 -1
  82. package/bundle/obf/src/generators/methods.js +1 -1
  83. package/bundle/obf/src/generators/package.js +1 -1
  84. package/bundle/obf/src/generators/page.js +1 -1
  85. package/bundle/obf/src/generators/publish.js +1 -1
  86. package/bundle/obf/src/generators/route.js +1 -1
  87. package/bundle/obf/src/generators/service.js +1 -1
  88. package/bundle/obf/src/generators/services/_index.js +1 -1
  89. package/bundle/obf/src/generators/services/openssl.js +1 -1
  90. package/bundle/obf/src/generators/services/translation.js +1 -1
  91. package/bundle/obf/src/maka.js +1 -1
  92. package/bundle/obf/src/tool.js +1 -1
  93. package/bundle/obf/src/tools/actions/actions.class.js +1 -1
  94. package/bundle/obf/src/tools/aws/aws.class.js +1 -1
  95. package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
  96. package/bundle/obf/src/tools/docker/docker.class.js +1 -1
  97. package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
  98. package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
  99. package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
  100. package/bundle/obf/src/tools/https/https.class.js +1 -1
  101. package/bundle/obf/src/tools/https/https.interface.js +1 -1
  102. package/bundle/obf/src/tools/log/log.class.js +1 -1
  103. package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
  104. package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
  105. package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
  106. package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
  107. package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
  108. package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
  109. package/package.json +1 -1
  110. package/bundle/obf/src/commands/game/dunnet/commands.js +0 -1
  111. package/bundle/obf/src/commands/game/dunnet/game.js +0 -1
  112. package/bundle/obf/src/commands/game/dunnet/items.js +0 -1
  113. package/bundle/obf/src/commands/game/dunnet/puzzles.js +0 -1
  114. package/bundle/obf/src/commands/game/dunnet/rooms.js +0 -1
  115. package/bundle/obf/src/commands/game/dunnet/types.js +0 -1
  116. package/bundle/obf/src/commands/game/dunnet.sub.cmd.js +0 -1
@@ -1 +1 @@
1
- var a32i=a32d;(function(a,b){var f=a32d,c=a();while(!![]){try{var d=parseInt(f(0x92))/0x1*(-parseInt(f(0x95))/0x2)+parseInt(f(0x96))/0x3+parseInt(f(0x97))/0x4+-parseInt(f(0x9c))/0x5+-parseInt(f(0x9a))/0x6+parseInt(f(0x8f))/0x7+-parseInt(f(0x98))/0x8*(-parseInt(f(0x9b))/0x9);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a32c,0x3b18c));var a32b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a32d;if(c){var e=c[g(0x99)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a32a=a32b(this,function(){var h=a32d;return a32a[h(0x8e)]()[h(0x93)]('(((.+)+)+)+$')['toString']()[h(0x8d)](a32a)[h(0x93)]('(((.+)+)+)+$');});a32a();function a32c(){var k=['apply','887202UZELrj','9EvFzfp','911625atFtlH','npx\x20simple-tetris','create','constructor','toString','1001343ghYcCH','maka\x20game:tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','360gKlCQY','search','tetris','1200jvlMZH','955551rywNoD','823500VXfdho','966488hfdmmu'];a32c=function(){return k;};return a32c();}function a32d(a,b){var c=a32c();return a32d=function(d,e){d=d-0x8d;var f=c[d];return f;},a32d(a,b);}import a32e from'./play.command.js';import{Command}from'../../command.js';import{execSync}from'child_process';Command[a32i(0x9e)]({'name':a32i(0x94),'usage':a32i(0x90),'shortDesc':a32i(0x91),'validOpts':[]},async function(){var j=a32i;execSync(j(0x9d),{'stdio':'inherit'});},a32e);
1
+ var a39i=a39d;function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x15f;var f=c[d];return f;},a39d(a,b);}(function(a,b){var f=a39d,c=a();while(!![]){try{var d=-parseInt(f(0x168))/0x1+parseInt(f(0x169))/0x2+-parseInt(f(0x16c))/0x3*(-parseInt(f(0x165))/0x4)+-parseInt(f(0x16b))/0x5+parseInt(f(0x16a))/0x6*(parseInt(f(0x16f))/0x7)+parseInt(f(0x16d))/0x8+-parseInt(f(0x170))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x5ce34));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a39d;if(c){var e=c[g(0x166)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var h=a39d;return a39a['toString']()[h(0x171)](h(0x160))[h(0x16e)]()[h(0x167)](a39a)[h(0x171)](h(0x160));});a39a();import a39e from'./play.command.js';import{Command}from'../../command.js';function a39c(){var k=['571752dTmSex','search','create','(((.+)+)+)+$','maka\x20game:tetris','Play\x20Tetris:\x20https://github.com/robertrypula/simple-tetris','npx\x20simple-tetris','tetris','472ErqydB','apply','constructor','122774bknvMX','606746HDXYBa','6IPdTPY','3280670baVwUU','5262owBJYf','138528jeqQtl','toString','4866701ldtuPX'];a39c=function(){return k;};return a39c();}import{execSync}from'child_process';Command[a39i(0x15f)]({'name':a39i(0x164),'usage':a39i(0x161),'shortDesc':a39i(0x162),'validOpts':[]},async function(){var j=a39i;execSync(j(0x163),{'stdio':'inherit'});},a39e);
@@ -1 +1 @@
1
- const a33h=a33d;(function(a,b){const f=a33d,c=a();while(!![]){try{const d=-parseInt(f(0xc4))/0x1*(-parseInt(f(0xc9))/0x2)+-parseInt(f(0xd4))/0x3+-parseInt(f(0xc7))/0x4+-parseInt(f(0xcb))/0x5*(-parseInt(f(0xc6))/0x6)+parseInt(f(0xd3))/0x7*(-parseInt(f(0xce))/0x8)+-parseInt(f(0xcf))/0x9+parseInt(f(0xb7))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a33c,0xc34d2));const a33b=(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;};}()),a33a=a33b(this,function(){const g=a33d;return a33a[g(0xc1)]()[g(0xd1)](g(0xd0))[g(0xc1)]()[g(0xc3)](a33a)[g(0xd1)](g(0xd0));});a33a();function a33d(a,b){const c=a33c();return a33d=function(d,e){d=d-0xb7;let f=c[d];return f;},a33d(a,b);}function a33c(){const j=['Could\x20not\x20find\x20generator','22060tZslrh','help','maka\x20g:package\x20package:name','8lkDElD','9165402vzizZj','(((.+)+)+)+$','search','maka\x20g:api\x20trucks','322637fknzyU','2935158pCrjUg','21896430kuGBGZ','create','listGenerators','notice','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:scaffold\x20todos','dir','Scaffold\x20various\x20parts\x20of\x20your\x20application','maka\x20g:dbc\x20geoserver\x20--type=pgsql','Generators:','toString','invoke','constructor','1831HvmtNK','error','840OvQapK','5563452RJHBXJ','maka\x20g:template\x20todos/todo_item','1558LuqsZq'];a33c=function(){return j;};return a33c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import a33e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a33h(0xb8)]({'name':'generate','aliases':['g'],'usage':'maka\x20{generate,\x20g}:<generator>\x20<name>','validOpts':[a33h(0xbd),'where','help'],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a33h(0xbe),'description':a33h(0xbb),'examples':['maka\x20generate:scaffold\x20todos',a33h(0xbc),a33h(0xc8),a33h(0xcd),'maka\x20g:route\x20todos/edit',a33h(0xd2),a33h(0xbf)]},async function(a,b){const i=a33h,c=a[0x0],d=a33e['findGenerator'](c);if(!d){b[i(0xcc)]?(Log[i(0xba)](i(0xc0)),a33e[i(0xb9)]()):Log[i(0xc5)](i(0xca));throw new UsageError();}await d[i(0xc2)](a['slice'](0x1),b);});
1
+ const a40h=a40d;(function(a,b){const f=a40d,c=a();while(!![]){try{const d=parseInt(f(0x193))/0x1*(parseInt(f(0x19b))/0x2)+parseInt(f(0x1a2))/0x3*(-parseInt(f(0x1a3))/0x4)+parseInt(f(0x1a4))/0x5*(parseInt(f(0x191))/0x6)+parseInt(f(0x18b))/0x7*(-parseInt(f(0x198))/0x8)+parseInt(f(0x190))/0x9*(parseInt(f(0x18c))/0xa)+parseInt(f(0x19a))/0xb+-parseInt(f(0x186))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0xe0a31));const a40b=(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;};}()),a40a=a40b(this,function(){const g=a40d;return a40a[g(0x192)]()[g(0x18d)](g(0x18e))[g(0x192)]()[g(0x1a6)](a40a)['search'](g(0x18e));});a40a();import{Command}from'../command.js';function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x186;let f=c[d];return f;},a40d(a,b);}function a40c(){const j=['12855227WLiSoS','2638414nULbqN','Could\x20not\x20find\x20generator','maka\x20g:api\x20trucks','Generators:','maka\x20g:route\x20todos/edit','help','Scaffold\x20various\x20parts\x20of\x20your\x20application','22926rVTvIh','340jhJEae','12630NxExJj','slice','constructor','17107452LigcIE','maka\x20g:template\x20todos/todo_item','\x0a\x20\x20For\x20a\x20list\x20of\x20generators,\x20run\x20\x22maka\x20generate\x20--help\x22\x20or\x20\x22maka\x20g\x20--help\x22\x0a\x20\x20','maka\x20g:package\x20package:name','dir','28rDoPty','7620WqWJMk','search','(((.+)+)+)+$','notice','10539WkpLkM','3306MdJoDX','toString','1FsxfZe','generate','maka\x20{generate,\x20g}:<generator>\x20<name>','invoke','create','3553376eOcpwr','maka\x20g:dbc\x20geoserver\x20--type=pgsql'];a40c=function(){return j;};return a40c();}import{Log}from'../tools/log/log.class.js';import a40e from'../generators/maka.gen.js';import{UsageError}from'../error.js';Command[a40h(0x197)]({'name':a40h(0x194),'aliases':['g'],'usage':a40h(0x195),'validOpts':[a40h(0x18a),'where',a40h(0x1a0)],'mustBeInMakaProject':!![],'isRoot':!![],'shortDesc':a40h(0x1a1),'description':a40h(0x188),'examples':['maka\x20generate:scaffold\x20todos','maka\x20g:scaffold\x20todos',a40h(0x187),a40h(0x189),a40h(0x19f),a40h(0x19d),a40h(0x199)]},async function(a,b){const i=a40h,c=a[0x0],d=a40e['findGenerator'](c);if(!d){b[i(0x1a0)]?(Log[i(0x18f)](i(0x19e)),a40e['listGenerators']()):Log['error'](i(0x19c));throw new UsageError();}await d[i(0x196)](a[i(0x1a5)](0x1),b);});
@@ -1 +1 @@
1
- (function(a,b){var f=a34d,c=a();while(!![]){try{var d=parseInt(f(0xc6))/0x1+parseInt(f(0xc4))/0x2+parseInt(f(0xc8))/0x3+parseInt(f(0xc0))/0x4*(-parseInt(f(0xbe))/0x5)+-parseInt(f(0xc9))/0x6*(parseInt(f(0xc1))/0x7)+parseInt(f(0xbd))/0x8+parseInt(f(0xc7))/0x9*(-parseInt(f(0xc3))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a34c,0x76241));var a34b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a34d;if(c){var e=c[g(0xbc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a34a=a34b(this,function(){var h=a34d;return a34a[h(0xc5)]()[h(0xca)](h(0xc2))['toString']()[h(0xbf)](a34a)[h(0xca)](h(0xc2));});function a34d(a,b){var c=a34c();return a34d=function(d,e){d=d-0xbc;var f=c[d];return f;},a34d(a,b);}a34a();import'./get.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';function a34c(){var i=['(((.+)+)+)+$','1250AEIPyl','1557794EaZORW','toString','214737BxzLqg','63387VbmAlA','344610qNFJLz','6774jRlWrn','search','apply','6066768LTMMXn','658055eETNrh','constructor','8TdPeYp','1484ZEeXRu'];a34c=function(){return i;};return a34c();}import'./whoami.sub.cmd.js';
1
+ (function(a,b){var f=a41d,c=a();while(!![]){try{var d=-parseInt(f(0xc3))/0x1*(-parseInt(f(0xc0))/0x2)+parseInt(f(0xbc))/0x3*(-parseInt(f(0xc1))/0x4)+-parseInt(f(0xbd))/0x5*(-parseInt(f(0xb4))/0x6)+-parseInt(f(0xba))/0x7+parseInt(f(0xc2))/0x8*(parseInt(f(0xb7))/0x9)+-parseInt(f(0xc4))/0xa+-parseInt(f(0xb5))/0xb*(-parseInt(f(0xbb))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x4ad28));function a41d(a,b){var c=a41c();return a41d=function(d,e){d=d-0xb4;var f=c[d];return f;},a41d(a,b);}var a41b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a41d;if(c){var e=c[g(0xbe)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){var h=a41d;return a41a[h(0xb8)]()['search']('(((.+)+)+)+$')['toString']()[h(0xbf)](a41a)[h(0xb6)](h(0xb9));});a41a();import'./get.command.js';import'./global.sub.cmd.js';function a41c(){var i=['12dfBgJl','11922lGSBUh','10ZAqxxf','apply','constructor','2mfjftb','244nbjkrF','72kHCjPQ','313387iLtLCq','4321920UcirEe','1775802jaEDeL','1116181RAEnmq','search','118791YfOTRO','toString','(((.+)+)+)+$','1011535KoIwhW'];a41c=function(){return i;};return a41c();}import'./local.sub.cmd.js';import'./whoami.sub.cmd.js';
@@ -1 +1 @@
1
- const a35h=a35d;(function(a,b){const f=a35d,c=a();while(!![]){try{const d=-parseInt(f(0xec))/0x1+-parseInt(f(0xf4))/0x2*(-parseInt(f(0xed))/0x3)+-parseInt(f(0xe9))/0x4+parseInt(f(0xea))/0x5*(parseInt(f(0xe7))/0x6)+parseInt(f(0xef))/0x7+parseInt(f(0xeb))/0x8+-parseInt(f(0xf2))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a35c,0xd850b));const a35b=(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;};}()),a35a=a35b(this,function(){const g=a35d;return a35a[g(0xe8)]()[g(0xe5)](g(0xf1))['toString']()[g(0xe6)](a35a)[g(0xe5)](g(0xf1));});a35a();function a35c(){const j=['constructor','3450DlescB','toString','2280604sABESZ','14135yVsWkZ','5356552gaOguc','1340618bKNXcS','571407NXEMNw','Sub-Command\x20not\x20found','12201777rcQhLR','maka\x20get:<sub-command>','(((.+)+)+)+$','23172228nPHETH','get','14DTIXoH','search'];a35c=function(){return j;};return a35c();}import{Command}from'../../command.js';function a35d(a,b){const c=a35c();return a35d=function(d,e){d=d-0xe5;let f=c[d];return f;},a35d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';const GetCommand=Command['create']({'name':a35h(0xf3),'usage':a35h(0xf0),'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const i=a35h,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log['error'](i(0xee));throw new UsageErrorWithSubs();}});export default GetCommand;
1
+ const a42i=a42d;(function(a,b){const f=a42d,c=a();while(!![]){try{const d=parseInt(f(0xf5))/0x1*(parseInt(f(0xfd))/0x2)+parseInt(f(0xfb))/0x3*(parseInt(f(0xff))/0x4)+parseInt(f(0xf3))/0x5*(parseInt(f(0xfc))/0x6)+-parseInt(f(0xfa))/0x7*(-parseInt(f(0x101))/0x8)+-parseInt(f(0xfe))/0x9+-parseInt(f(0xf4))/0xa+parseInt(f(0x102))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0xc47bf));const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a42d;if(c){const e=c[g(0x100)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const h=a42d;return a42a[h(0xf7)]()[h(0xf6)]('(((.+)+)+)+$')[h(0xf7)]()['constructor'](a42a)[h(0xf6)]('(((.+)+)+)+$');});a42a();import{Command}from'../../command.js';function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0xf3;let f=c[d];return f;},a42d(a,b);}import{Log}from'../../tools/log/log.class.js';import{UsageErrorWithSubs}from'../../error.js';function a42c(){const k=['apply','8razNsX','4025241HQgbOt','590oSLrHe','4460410pHtPkd','998CLtwap','search','toString','create','error','1899653BWOtwY','12amOvgr','34446LNqaPv','1608YaUfOL','8754120rCCkXn','106380CJmDRC'];a42c=function(){return k;};return a42c();}const GetCommand=Command[a42i(0xf8)]({'name':'get','usage':'maka\x20get:<sub-command>','minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Get\x20various\x20Maka\x20variables\x20and\x20configurations','validOpts':[]},async function(a,b){const j=a42i,c=a[0x0],d=this['findSubCommand'](c);if(d)this['runSubCommand'](c,a,b);else{Log[j(0xf9)]('Sub-Command\x20not\x20found');throw new UsageErrorWithSubs();}});export default GetCommand;
@@ -1 +1 @@
1
- const a36i=a36d;(function(a,b){const f=a36d,c=a();while(!![]){try{const d=-parseInt(f(0x175))/0x1*(parseInt(f(0x16e))/0x2)+-parseInt(f(0x164))/0x3*(-parseInt(f(0x16f))/0x4)+-parseInt(f(0x16a))/0x5+-parseInt(f(0x168))/0x6*(-parseInt(f(0x161))/0x7)+-parseInt(f(0x167))/0x8+-parseInt(f(0x171))/0x9*(-parseInt(f(0x176))/0xa)+parseInt(f(0x172))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0x4c92e));function a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x15e;let f=c[d];return f;},a36d(a,b);}const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a36d;if(c){const e=c[g(0x162)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const h=a36d;return a36a[h(0x170)]()[h(0x163)](h(0x16c))[h(0x170)]()[h(0x16d)](a36a)[h(0x163)](h(0x16c));});a36a();import a36e from'./get.command.js';function a36c(){const k=['Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','1601130uKWkSg','exit','(((.+)+)+)+$','constructor','65158wwSrGD','4vpYlpN','toString','7155BsMzZi','1257927QAQsMY','log','maka\x20get:global-config','3LmrSXp','4190BBhUHE','fsi','getGlobalConfig','error','111433cSQEpL','apply','search','1177584AAEZRh','global-config','create','1376456fAoYvl','24ZwVVTB'];a36c=function(){return k;};return a36c();}import{Command}from'../../command.js';Command[a36i(0x166)]({'name':a36i(0x165),'usage':a36i(0x174),'aliases':['gc'],'shortDesc':a36i(0x169),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a36i;try{const a=await this[j(0x15e)][j(0x15f)]();console[j(0x173)](a);}catch(b){console[j(0x160)](b),process[j(0x16b)](0x0);}},a36e);
1
+ const a43i=a43d;(function(a,b){const f=a43d,c=a();while(!![]){try{const d=-parseInt(f(0x1a2))/0x1+parseInt(f(0x1aa))/0x2+parseInt(f(0x1a9))/0x3+-parseInt(f(0x1b2))/0x4+parseInt(f(0x1ab))/0x5+-parseInt(f(0x1ad))/0x6*(parseInt(f(0x1ac))/0x7)+-parseInt(f(0x1a8))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0x5462e));const a43b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a43d;if(c){const e=c[g(0x1a7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){const h=a43d;return a43a[h(0x1b1)]()[h(0x1a4)](h(0x1a3))['toString']()[h(0x1a0)](a43a)[h(0x1a4)]('(((.+)+)+)+$');});a43a();import a43e from'./get.command.js';function a43c(){const k=['search','fsi','error','apply','5602256CbmMCG','1092669BQKojl','1159168SwvDJn','3305210kjwRdM','44674wMCVie','396RwdpKs','log','create','getGlobalConfig','toString','102512vnnxnO','constructor','maka\x20get:global-config','112081WpIJPN','(((.+)+)+)+$'];a43c=function(){return k;};return a43c();}function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0x1a0;let f=c[d];return f;},a43d(a,b);}import{Command}from'../../command.js';Command[a43i(0x1af)]({'name':'global-config','usage':a43i(0x1a1),'aliases':['gc'],'shortDesc':'Get\x20maka\x20configurations\x20in\x20the\x20global\x20~/.maka/global-config.json\x20file','validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a43i;try{const a=await this[j(0x1a5)][j(0x1b0)]();console[j(0x1ae)](a);}catch(b){console[j(0x1a6)](b),process['exit'](0x0);}},a43e);
@@ -1 +1 @@
1
- const a37i=a37d;(function(a,b){const f=a37d,c=a();while(!![]){try{const d=parseInt(f(0x104))/0x1+-parseInt(f(0x10d))/0x2+parseInt(f(0x100))/0x3+-parseInt(f(0x109))/0x4+-parseInt(f(0xfe))/0x5*(-parseInt(f(0x102))/0x6)+-parseInt(f(0x105))/0x7*(-parseInt(f(0x107))/0x8)+parseInt(f(0x101))/0x9*(-parseInt(f(0x10b))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0x29b6c));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a37d;if(c){const e=c[g(0x10e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const h=a37d;return a37a[h(0x103)]()[h(0x10c)](h(0xff))[h(0x103)]()['constructor'](a37a)['search']('(((.+)+)+)+$');});a37a();import a37e from'./get.command.js';import{Command}from'../../command.js';function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0xfd;let f=c[d];return f;},a37d(a,b);}function a37c(){const k=['1839551zveUXR','fsi','8yxXDfI','log','335788UznwAP','getProjectConfig','10ZzDwlR','search','352296UMfvOx','apply','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','70ydpRcd','(((.+)+)+)+$','148824BnbzrB','4839867MCITyf','136158RtiJZK','toString','338615esvcVt'];a37c=function(){return k;};return a37c();}Command['create']({'name':'local-config','usage':'maka\x20get:local-config','mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a37i(0xfd),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a37i,a=await this[j(0x106)][j(0x10a)]();console[j(0x108)](a);},a37e);
1
+ const a44i=a44d;(function(a,b){const f=a44d,c=a();while(!![]){try{const d=-parseInt(f(0xd1))/0x1*(parseInt(f(0xc0))/0x2)+parseInt(f(0xd2))/0x3*(parseInt(f(0xd0))/0x4)+-parseInt(f(0xc8))/0x5*(parseInt(f(0xc2))/0x6)+parseInt(f(0xcb))/0x7+-parseInt(f(0xc9))/0x8+parseInt(f(0xc7))/0x9+-parseInt(f(0xd3))/0xa*(-parseInt(f(0xce))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x92bdc));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a44d;if(c){const e=c[g(0xc4)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const h=a44d;return a44a[h(0xc3)]()[h(0xca)]('(((.+)+)+)+$')[h(0xc3)]()[h(0xcc)](a44a)[h(0xca)](h(0xc1));});function a44c(){const k=['6952976nIzDTe','search','295743RmleOP','constructor','log','154bWCcZg','Get\x20maka\x20configurations\x20in\x20the\x20local\x20.maka/config.json\x20file','1325708qEYJwt','484604KZRnEM','9JKDCVq','617210JVjLic','local-config','maka\x20get:local-config','fsi','4YVhErN','(((.+)+)+)+$','1032ZHcpsi','toString','apply','getProjectConfig','create','8771454bAXIRt','12670sJnCDV'];a44c=function(){return k;};return a44c();}a44a();function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0xbe;let f=c[d];return f;},a44d(a,b);}import a44e from'./get.command.js';import{Command}from'../../command.js';Command[a44i(0xc6)]({'name':a44i(0xd4),'usage':a44i(0xbe),'mustBeInMakaProject':!![],'aliases':['lc'],'shortDesc':a44i(0xcf),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const j=a44i,a=await this[j(0xbf)][j(0xc5)]();console[j(0xcd)](a);},a44e);
@@ -1 +1 @@
1
- const a38j=a38d;function a38c(){const l=['notice','apply','user','6974472KKSLIe','7886140FXpYEj','hash','maka\x20get:whoami','fsi','3338444JBjSwA','1048RrTqBk','search','167755LmGaFR','745512ZqPnBA','toString','whoami','10628004nnnbEY','error','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','(((.+)+)+)+$','1215747rEhfzB','roles','create','join','token','authToken','User\x20Access\x20Token:\x20\x20','userId'];a38c=function(){return l;};return a38c();}(function(a,b){const g=a38d,c=a();while(!![]){try{const d=parseInt(g(0x8a))/0x1+-parseInt(g(0x9a))/0x2+parseInt(g(0x9e))/0x3+-parseInt(g(0x95))/0x4+parseInt(g(0x96))/0x5+-parseInt(g(0x86))/0x6+parseInt(g(0x9d))/0x7*(parseInt(g(0x9b))/0x8);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0xf3570));function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0x85;let f=c[d];return f;},a38d(a,b);}const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a38d;if(c){const e=c[h(0x93)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const i=a38d;return a38a['toString']()['search']('(((.+)+)+)+$')[i(0x9f)]()['constructor'](a38a)[i(0x9c)](i(0x89));});a38a();import a38e from'./get.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';import a38f from'jsonwebtoken';Command[a38j(0x8c)]({'name':a38j(0x85),'usage':a38j(0x98),'shortDesc':a38j(0x88),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a38j;try{const a=await this[k(0x99)]['getGlobalConfig']();if(a['hash']){const b=a38f['decode'](a[k(0x97)]);Log[k(0x92)]('User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x94)]),Log[k(0x92)]('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a['token']?.[k(0x91)]),Log['notice'](k(0x90)+a[k(0x8e)]?.[k(0x8f)]),Log[k(0x92)]('Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+b?.[k(0x8b)][k(0x8d)](',\x20'));}}catch(c){console[k(0x87)](c),process['exit'](0x0);}},a38e);
1
+ const a45j=a45d;(function(a,b){const g=a45d,c=a();while(!![]){try{const d=-parseInt(g(0x1c2))/0x1*(parseInt(g(0x1bd))/0x2)+-parseInt(g(0x1b3))/0x3*(-parseInt(g(0x1b4))/0x4)+-parseInt(g(0x1ad))/0x5*(-parseInt(g(0x1b1))/0x6)+-parseInt(g(0x1b2))/0x7*(parseInt(g(0x1b8))/0x8)+parseInt(g(0x1a9))/0x9+-parseInt(g(0x1c3))/0xa+parseInt(g(0x1ac))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x9ee9a));const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a45d;if(c){const e=c[h(0x1af)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const i=a45d;return a45a[i(0x1b6)]()[i(0x1ab)](i(0x1c1))['toString']()[i(0x1bf)](a45a)[i(0x1ab)]('(((.+)+)+)+$');});a45a();import a45e from'./get.command.js';function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x1a9;let f=c[d];return f;},a45d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a45c(){const l=['exit','join','error','4778WkbVJL','whoami','constructor','notice','(((.+)+)+)+$','293bimRoq','12904120fWqgud','User\x20Email:\x20\x20\x20\x20\x20\x20\x20\x20\x20','hash','authToken','fsi','Licenses:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','10835910pAmrix','User\x20Access\x20Token:\x20\x20','search','4670600VxFcVa','5snfVen','create','apply','user','4092534iTUgtV','49IfHcsd','2980443qvSNOG','4OQEyld','roles','toString','If\x20logged\x20in,\x20get\x20the\x20current\x20user\x27s\x20information','757560HiErBj','token'];a45c=function(){return l;};return a45c();}import a45f from'jsonwebtoken';Command[a45j(0x1ae)]({'name':a45j(0x1be),'usage':'maka\x20get:whoami','shortDesc':a45j(0x1b7),'validOpts':[],'minArgLength':0x1,'maxArgLength':0x2},async function(){const k=a45j;try{const a=await this[k(0x1c7)]['getGlobalConfig']();if(a[k(0x1c5)]){const b=a45f['decode'](a[k(0x1c5)]);Log[k(0x1c0)](k(0x1c4)+b?.[k(0x1b0)]),Log['notice']('User\x20ID:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20'+a[k(0x1b9)]?.['userId']),Log[k(0x1c0)](k(0x1aa)+a[k(0x1b9)]?.[k(0x1c6)]),Log[k(0x1c0)](k(0x1c8)+b?.[k(0x1b5)][k(0x1bb)](',\x20'));}}catch(c){console[k(0x1bc)](c),process[k(0x1ba)](0x0);}},a45e);
@@ -1 +1 @@
1
- function a39d(a,b){var c=a39c();return a39d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a39d(a,b);}var a39i=a39d;(function(a,b){var f=a39d,c=a();while(!![]){try{var d=parseInt(f(0x1c2))/0x1+-parseInt(f(0x1c7))/0x2+parseInt(f(0x1cd))/0x3*(-parseInt(f(0x1c0))/0x4)+parseInt(f(0x1bf))/0x5+parseInt(f(0x1c8))/0x6*(parseInt(f(0x1c6))/0x7)+-parseInt(f(0x1cb))/0x8*(parseInt(f(0x1be))/0x9)+-parseInt(f(0x1ca))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0x54d5a));var a39b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a39d;if(c){var e=c[g(0x1cc)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){var h=a39d;return a39a['toString']()[h(0x1c4)](h(0x1c1))[h(0x1c3)]()[h(0x1c5)](a39a)[h(0x1c4)](h(0x1c1));});a39a();import{Command}from'../command.js';import{UsageError}from'../error.js';function a39c(){var j=['constructor','3873282dxxJVR','354722VeXSpy','6MKLcAS','create','4263630cqmRgA','40Yovgbc','apply','3sxVDKL','Try,\x20maka\x20--help','help','205110YoHaCF','1201320lgExif','1114264dPhknE','(((.+)+)+)+$','550132qsghOh','toString','search'];a39c=function(){return j;};return a39c();}Command[a39i(0x1c9)]({'name':a39i(0x1bd),'description':a39i(0x1ce),'aliases':['h'],'validOpts':[],'shortDesc':'Deprecated:\x20use\x20--help\x20instead'},async function(){throw new UsageError();});
1
+ var a46h=a46d;function a46c(){var i=['30178512YvuFJb','help','16VJTHZs','123455UPrnQM','730Qcrnuy','42242tSZpue','2180358QdNYhY','(((.+)+)+)+$','102058mcWtDv','Try,\x20maka\x20--help','5981248gLQDyc','Deprecated:\x20use\x20--help\x20instead','1233knDxPK','toString','6WPQZsI','8888MKrcjt','constructor','32lIXkNr','search','create'];a46c=function(){return i;};return a46c();}(function(a,b){var f=a46d,c=a();while(!![]){try{var d=parseInt(f(0x1a5))/0x1*(-parseInt(f(0x1a8))/0x2)+parseInt(f(0x1af))/0x3*(parseInt(f(0x1b2))/0x4)+parseInt(f(0x1a6))/0x5*(-parseInt(f(0x1b1))/0x6)+-parseInt(f(0x1ad))/0x7+-parseInt(f(0x1a0))/0x8*(parseInt(f(0x1a9))/0x9)+-parseInt(f(0x1a7))/0xa*(parseInt(f(0x1ab))/0xb)+parseInt(f(0x1a3))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x89dcd));var a46b=(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;};}()),a46a=a46b(this,function(){var g=a46d;return a46a[g(0x1b0)]()[g(0x1a1)]('(((.+)+)+)+$')[g(0x1b0)]()[g(0x1b3)](a46a)['search'](g(0x1aa));});a46a();import{Command}from'../command.js';function a46d(a,b){var c=a46c();return a46d=function(d,e){d=d-0x1a0;var f=c[d];return f;},a46d(a,b);}import{UsageError}from'../error.js';Command[a46h(0x1a2)]({'name':a46h(0x1a4),'description':a46h(0x1ac),'aliases':['h'],'validOpts':[],'shortDesc':a46h(0x1ae)},async function(){throw new UsageError();});
@@ -1 +1 @@
1
- function a40d(a,b){const c=a40c();return a40d=function(d,e){d=d-0x7e;let f=c[d];return f;},a40d(a,b);}const a40m=a40d;(function(a,b){const j=a40d,c=a();while(!![]){try{const d=-parseInt(j(0x8e))/0x1*(-parseInt(j(0xa4))/0x2)+-parseInt(j(0x8f))/0x3+-parseInt(j(0xac))/0x4+parseInt(j(0x88))/0x5*(parseInt(j(0x91))/0x6)+-parseInt(j(0x9d))/0x7*(-parseInt(j(0x86))/0x8)+-parseInt(j(0xa7))/0x9*(-parseInt(j(0x9a))/0xa)+parseInt(j(0x87))/0xb*(-parseInt(j(0x9c))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x69b08));const a40b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a40d;if(c){const e=c[k(0x95)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){const l=a40d;return a40a['toString']()[l(0x8c)](l(0x82))['toString']()[l(0xa9)](a40a)[l(0x8c)](l(0x82));});a40a();import a40e from'path';import a40f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a40c(){const o=['jsdoc-config.json','204ZhRnRT','(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','7075917jueczl','sep','constructor','maka\x20jsdoc','join','1540448TMjLze','stop','stringify','config','isFile','(((.+)+)+)+$','logError','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','writeFileSync','40fTyRQk','11550671BxnNEf','6780NPhUwK','logNotice','app/node_modules','maka\x20jsdoc\x20--init','search','\x20-d\x20','7873wvNnbI','2384283KWPnGP','plugins/markdown','1404jypYyZ','app/packages','pathFromProject','jsdoc','apply','closure','docs','inherit','\x0a[+]\x20Documentation\x20written\x20to\x20','10eDjgvL','.+\x5c.(j|t)s(doc|x)?$','12eRkKYR','1058785agLmQW','create','fsi','\x20-r\x20app','Running\x20','app/public'];a40c=function(){return o;};return a40c();}Command[a40m(0x9e)]({'name':a40m(0x94),'usage':a40m(0xaa),'mustBeInMakaProject':!![],'shortDesc':a40m(0xa6),'examples':[a40m(0x8b),a40m(0xaa)],'validOpts':[]},function(){const n=a40m,a=a40e['join'](this[n(0x9f)][n(0x93)]({}),n(0x97)+a40e[n(0xa8)]),b=a40e[n(0xab)](this[n(0x9f)][n(0x93)]({}),n(0x80),n(0xa3)),c=this[n(0x9f)][n(0x93)]({}),d=n(0x94);if(!this[n(0x81)](b)){const g={'plugins':[n(0x90)],'tags':{'allowUnknownTags':!![],'dictionaries':[n(0x94),n(0x96)]},'source':{'includePattern':n(0x9b),'excludePattern':n(0xa5),'exclude':[n(0x92),n(0x8a),n(0xa2),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a40f[n(0x85)](b,JSON[n(0x7f)](g,null,0x4));}const f=this['logWithSpinner'](n(0xa1)+d);try{const h=d+'\x20-c\x20'+b+n(0xa0)+a40e['sep']+n(0x8d)+a;execSync(h,{'cwd':c,'stdio':n(0x98)}),this[n(0x89)](n(0x99)+a);}catch(i){this[n(0x83)](i),this[n(0x83)](n(0x84));}finally{f[n(0x7e)]();}});
1
+ const a47l=a47d;(function(a,b){const j=a47d,c=a();while(!![]){try{const d=-parseInt(j(0x158))/0x1*(-parseInt(j(0x162))/0x2)+-parseInt(j(0x167))/0x3*(parseInt(j(0x161))/0x4)+-parseInt(j(0x15e))/0x5*(parseInt(j(0x156))/0x6)+parseInt(j(0x150))/0x7*(parseInt(j(0x14e))/0x8)+parseInt(j(0x157))/0x9+parseInt(j(0x14c))/0xa*(parseInt(j(0x169))/0xb)+-parseInt(j(0x159))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0x672dd));function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x14b;let f=c[d];return f;},a47d(a,b);}const a47b=(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;};}()),a47a=a47b(this,function(){const k=a47d;return a47a['toString']()[k(0x16a)](k(0x14b))[k(0x14d)]()[k(0x16d)](a47a)[k(0x16a)](k(0x14b));});a47a();import a47e from'path';import a47f from'fs';import{execSync}from'child_process';import{Command}from'../command.js';function a47c(){const n=['5107995xeseKZ','42889LmEGWi','5387292LwaQJp','\x0a[+]\x20Documentation\x20written\x20to\x20','Use\x20the\x20popular\x20JSDoc\x20documentation\x20generator','closure','app/packages','5MVCDvW','pathFromProject','\x20-c\x20','3224BEpafq','4ToLTvp','maka\x20jsdoc\x20--init','app/public','fsi','isFile','972zQaLpw','logWithSpinner','6456714DjOoms','search','join','[-]\x20You\x20may\x20need\x20to\x20install\x20jsdoc:\x20\x22npm\x20i\x20-g\x20jsdoc\x22','constructor','\x20-d\x20','jsdoc-config.json','sep','docs','(((.+)+)+)+$','10FdrEtn','toString','16gsPXhi','maka\x20jsdoc','2075486YjKKjn','jsdoc','.+\x5c.(j|t)s(doc|x)?$','stop','stringify','plugins/markdown','4203582DoeOeZ'];a47c=function(){return n;};return a47c();}Command['create']({'name':a47l(0x151),'usage':a47l(0x14f),'mustBeInMakaProject':!![],'shortDesc':a47l(0x15b),'examples':[a47l(0x163),'maka\x20jsdoc'],'validOpts':[]},function(){const m=a47l,a=a47e[m(0x16b)](this[m(0x165)][m(0x15f)]({}),m(0x171)+a47e['sep']),b=a47e[m(0x16b)](this[m(0x165)][m(0x15f)]({}),'config',m(0x16f)),c=this[m(0x165)][m(0x15f)]({}),d=m(0x151);if(!this[m(0x166)](b)){const g={'plugins':[m(0x155)],'tags':{'allowUnknownTags':!![],'dictionaries':[m(0x151),m(0x15c)]},'source':{'includePattern':m(0x152),'excludePattern':'(.+\x5c.app-tests.js)|(^|\x5c/|\x5c\x5c)_','exclude':[m(0x15d),'app/node_modules',m(0x164),'app/private']},'templates':{'cleverLinks':![],'monospaceLinks':![]},'opts':{'recursive':!![],'encoding':'utf-8'}};a47f['writeFileSync'](b,JSON[m(0x154)](g,null,0x4));}const f=this[m(0x168)]('Running\x20'+d);try{const h=d+m(0x160)+b+'\x20-r\x20app'+a47e[m(0x170)]+m(0x16e)+a;execSync(h,{'cwd':c,'stdio':'inherit'}),this['logNotice'](m(0x15a)+a);}catch(i){this['logError'](i),this['logError'](m(0x16c));}finally{f[m(0x153)]();}});
@@ -1 +1 @@
1
- const a41s=a41d;(function(a,b){const p=a41d,c=a();while(!![]){try{const d=parseInt(p(0x162))/0x1+parseInt(p(0x183))/0x2*(-parseInt(p(0x15f))/0x3)+-parseInt(p(0x182))/0x4+-parseInt(p(0x16c))/0x5+-parseInt(p(0x167))/0x6*(-parseInt(p(0x17b))/0x7)+parseInt(p(0x178))/0x8*(-parseInt(p(0x15e))/0x9)+parseInt(p(0x163))/0xa*(parseInt(p(0x160))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0xc6b17));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a41d;if(c){const e=c[q(0x171)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const r=a41d;return a41a['toString']()[r(0x184)](r(0x166))['toString']()['constructor'](a41a)[r(0x184)](r(0x166));});a41a();import a41e from'path';import{ESLint}from'eslint';function a41c(){const u=['fix','findAppDirectory','format','outputFixes','checkNpmPackage','1280420RMGljC','22yNLyvS','search','maka\x20lint','template','lintFiles','27AjnLvI','190707AFThlY','345169tAntKR','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','478099FKrDLK','620EwTOww','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','All\x20good!\x20:)','(((.+)+)+)+$','6balADT','service','eslint-plugin-react','eslint','join','2550855FZAEmL','eslint-plugin-css','.eslintrc.json','stylish','Lint\x20results\x20for\x20','apply','push','length','lint','installNpmPackage','error','isFile','262024GuduQc','success','/imports','126308XebOak','fsi'];a41c=function(){return u;};return a41c();}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x15d;let f=c[d];return f;},a41d(a,b);}Command['create']({'name':a41s(0x174),'usage':a41s(0x185),'maxArgLength':0x1,'validOpts':[a41s(0x17d)],'mustBeInMakaProject':!![],'shortDesc':a41s(0x161),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':['maka\x20lint\x20--fix']},async function(a,b){const t=a41s;try{const c=this['fsi'][t(0x17e)](),d=this['fsi'][t(0x181)](t(0x16a)),f=this[t(0x17c)][t(0x181)](t(0x169)),g=this[t(0x17c)][t(0x181)](t(0x16d)),h=[];!d&&h[t(0x172)](t(0x16a));!f&&h['push'](t(0x169));!g&&h[t(0x172)]('eslint-plugin-css');h['length']>0x0&&await this[t(0x17c)][t(0x175)](h[t(0x16b)]('\x20'),{'dev':!![]});const i=this[t(0x17c)][t(0x177)](a41e[t(0x16b)](c,'.eslintrc.json'));if(!i){const n={'noRename':!![]};await this[t(0x17c)][t(0x186)]({'srcPath':'eslint/eslintrc.json','destPath':a41e[t(0x16b)](c,t(0x16e)),'framework':t(0x168),'context':n});}const j=new ESLint(),k=await j[t(0x15d)]([a41e[t(0x16b)](c,'imports','**')]),l=await j['loadFormatter'](t(0x16f)),m=l[t(0x17f)](k);m[t(0x173)]>0x0?Log['bright'](m):Log[t(0x179)](t(0x165)),Log['notice'](t(0x170)+c+t(0x17a)),b[t(0x17d)]?await ESLint[t(0x180)](k):Log['notice'](t(0x164));}catch(o){console[t(0x176)](o);}});
1
+ const a48r=a48d;function a48c(){const t=['maka\x20lint','477SQhzmI','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','lintFiles','fsi','imports','lint','constructor','175641xpwWne','8sgSiVP','template','installNpmPackage','Lint\x20results\x20for\x20','eslint','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','53585dNCmmu','toString','2EPmBoe','maka\x20lint\x20--fix','loadFormatter','eslint-plugin-css','join','length','/imports','push','.eslintrc.json','11980PAIVDM','error','All\x20good!\x20:)','checkNpmPackage','fix','990218CEJoBs','isFile','25358952HlVLGC','72yKZbMH','create','2180472iMeEmi','outputFixes','notice','5UUYbbY','2375450qlkuXm','eslint-plugin-react'];a48c=function(){return t;};return a48c();}(function(a,b){const p=a48d,c=a();while(!![]){try{const d=-parseInt(p(0x168))/0x1*(-parseInt(p(0x176))/0x2)+-parseInt(p(0x15f))/0x3*(-parseInt(p(0x179))/0x4)+parseInt(p(0x154))/0x5*(parseInt(p(0x17b))/0x6)+parseInt(p(0x166))/0x7*(parseInt(p(0x160))/0x8)+parseInt(p(0x158))/0x9*(parseInt(p(0x171))/0xa)+parseInt(p(0x155))/0xb+-parseInt(p(0x178))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0x8ded1));const a48b=(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;};}()),a48a=a48b(this,function(){const q=a48d;return a48a[q(0x167)]()['search']('(((.+)+)+)+$')[q(0x167)]()[q(0x15e)](a48a)['search']('(((.+)+)+)+$');});a48a();import a48e from'path';function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x154;let f=c[d];return f;},a48d(a,b);}import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';Command[a48r(0x17a)]({'name':a48r(0x15d),'usage':a48r(0x157),'maxArgLength':0x1,'validOpts':[a48r(0x175)],'mustBeInMakaProject':!![],'shortDesc':a48r(0x159),'description':'\x0a\x20\x20Lint\x20the\x20\x22./app/imports\x22\x20directory.\x0a\x0a\x20\x20This\x20command\x20will\x20install\x20and\x20conigure\x20ESLint\x20if\x20not\x20already\x20setup.\x0a\x0a\x20\x20You\x20can\x20find\x20the\x20eslint\x20config\x20at\x20\x22./app/.eslintrc.json\x22\x0a\x20\x20','examples':[a48r(0x169)]},async function(a,b){const s=a48r;try{const c=this[s(0x15b)]['findAppDirectory'](),d=this[s(0x15b)]['checkNpmPackage'](s(0x164)),f=this[s(0x15b)][s(0x174)](s(0x156)),g=this[s(0x15b)][s(0x174)](s(0x16b)),h=[];!d&&h[s(0x16f)](s(0x164));!f&&h[s(0x16f)](s(0x156));!g&&h[s(0x16f)](s(0x16b));h[s(0x16d)]>0x0&&await this[s(0x15b)][s(0x162)](h[s(0x16c)]('\x20'),{'dev':!![]});const i=this[s(0x15b)][s(0x177)](a48e[s(0x16c)](c,s(0x170)));if(!i){const n={'noRename':!![]};await this[s(0x15b)][s(0x161)]({'srcPath':'eslint/eslintrc.json','destPath':a48e[s(0x16c)](c,s(0x170)),'framework':'service','context':n});}const j=new ESLint(),k=await j[s(0x15a)]([a48e[s(0x16c)](c,s(0x15c),'**')]),l=await j[s(0x16a)]('stylish'),m=l['format'](k);m[s(0x16d)]>0x0?Log['bright'](m):Log['success'](s(0x173)),Log['notice'](s(0x163)+c+s(0x16e)),b[s(0x175)]?await ESLint[s(0x17c)](k):Log[s(0x17d)](s(0x165));}catch(o){console[s(0x172)](o);}});
@@ -1 +1 @@
1
- const a42z=a42d;(function(a,b){const w=a42d,c=a();while(!![]){try{const d=parseInt(w(0x16c))/0x1*(parseInt(w(0x19c))/0x2)+-parseInt(w(0x182))/0x3*(-parseInt(w(0x1a0))/0x4)+parseInt(w(0x168))/0x5*(parseInt(w(0x183))/0x6)+-parseInt(w(0x199))/0x7+-parseInt(w(0x17a))/0x8+parseInt(w(0x166))/0x9+-parseInt(w(0x16f))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x7c7f2));function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x165;let f=c[d];return f;},a42d(a,b);}const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a42d;if(c){const e=c[x(0x195)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const y=a42d;return a42a[y(0x17f)]()['search']('(((.+)+)+)+$')['toString']()[y(0x187)](a42a)[y(0x17e)](y(0x1a1));});a42a();import a42e 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 a42c(){const B=['login','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','setGlobalConfig','True','fsi','/api/v1/login','1464472huBlCb','help','debug','digest','search','toString','authToken','failure','57261NzGnTl','4298778ZjQpNW','email','error','notice','constructor','getGlobalConfig','success','Preflight\x20Check','Email:','maka\x20login','isFile','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','toHex','https://','get','www.maka-cli.com','localhost','post','apply','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','cert','create','162225OgPtXv','start','update','2PREuxl','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','ask','parse','208shrqoF','(((.+)+)+)+$','exit','/api/v1/encodeJwt','2038599RSJJIv','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','5dQaTbT','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','cacert','/api/v1/status','122063JLLvAk','Password:\x20','assign','13413890nwMtoo','sha256','password','MAKA_DEV','Using\x20CA\x20Cert\x20'];a42c=function(){return B;};return a42c();}import{HTTPS}from'../tools/https/https.class.js';const hostname=process['env'][a42z(0x172)]===a42z(0x177)?a42z(0x193):a42z(0x192);Command['create']({'name':a42z(0x174),'validOpts':[a42z(0x184),a42z(0x171),a42z(0x17b),a42z(0x16a),a42z(0x17c)],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a42z(0x196),'examples':[a42z(0x18c),a42z(0x19d)]},async function(a,b){const A=a42z,c=Log['withSpinner']();try{let d='';b[A(0x16a)]&&(this[A(0x178)][A(0x18d)](b[A(0x16a)])?(d=b[A(0x16a)],Log[A(0x186)](A(0x173)+d)):Log['error'](A(0x175)+d));const f=await this[A(0x178)][A(0x188)]();if(f[A(0x197)]){if(this[A(0x178)]['isFile'](f[A(0x197)]))d=f[A(0x197)];else{Log[A(0x185)](A(0x169)+d);return;}}Log['header']('Logging\x20into\x20https://'+hostname);const g={'url':'https://'+hostname+A(0x16b)};b[A(0x16a)]&&Object[A(0x16e)](g,{'cert':d});c[A(0x19a)](A(0x18a));const {statusCode:h}=await HTTPS[A(0x191)](g);if(h===0x198){c[A(0x181)]();throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com';}if(h!==0xc8){c[A(0x181)]();throw A(0x190)+hostname+A(0x18e);}c[A(0x189)]();const i=b['email']?b[A(0x184)]:await Actions[A(0x19e)](A(0x18b)),j=b[A(0x171)]?b[A(0x171)]:await Actions[A(0x19e)](A(0x16d),!![]),k=a42e['md'][A(0x170)][A(0x198)]();k[A(0x19b)](j);const l=k[A(0x17d)]()[A(0x18f)](),m={'hostname':hostname,'path':A(0x179),'data':{'email':i,'password':l,'hashed':!![]}};b['cacert']&&Object[A(0x16e)](m,{'cert':d});c['start']('Logging\x20in');const {data:n,statusCode:o}=await HTTPS[A(0x194)](m);if(o===0x198){c['failure']('\x0a');throw A(0x167)+hostname;}const p=JSON['parse'](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x165),'headers':{'x-auth-token':p[A(0x180)]},'data':{}};b[A(0x16a)]&&Object[A(0x16e)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x194)](q),{token:t}=JSON[A(0x19f)](r);if(s===0x198)throw'Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://'+hostname;const u={'token':p,'hash':t};this[A(0x178)][A(0x176)](u);}else{c[A(0x181)]();throw p;}c[A(0x189)]();}catch(v){c[A(0x181)](),console[A(0x185)](v),process[A(0x1a2)](0x0);}});
1
+ const a49z=a49d;(function(a,b){const w=a49d,c=a();while(!![]){try{const d=parseInt(w(0x1ac))/0x1*(-parseInt(w(0x195))/0x2)+parseInt(w(0x19a))/0x3+parseInt(w(0x18a))/0x4*(parseInt(w(0x1a0))/0x5)+parseInt(w(0x196))/0x6*(parseInt(w(0x1b4))/0x7)+-parseInt(w(0x1b3))/0x8+parseInt(w(0x18b))/0x9*(-parseInt(w(0x192))/0xa)+parseInt(w(0x19d))/0xb*(-parseInt(w(0x1b2))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0xea150));const a49b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a49d;if(c){const e=c[x(0x1aa)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){const y=a49d;return a49a[y(0x198)]()['search'](y(0x18f))[y(0x198)]()['constructor'](a49a)[y(0x1b6)](y(0x18f));});a49a();function a49c(){const B=['sha256','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','568084EgRVTa','12GzErKh','isFile','toString','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','2174193JWPfwD','create','password','11ZhslFu','assign','maka\x20login','500995Zytnos','cert','toHex','exit','Email:','https://','parse','header','cacert','help','apply','setGlobalConfig','2wduXgP','Logging\x20into\x20https://','/api/v1/login','failure','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','start','2390280AoHfDH','3868168SMGJqD','4489289gmKkGs','error','search','Logging\x20in','get','post','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','env','localhost','fsi','authToken','login','email','Preflight\x20Check','20GxvSFo','896355PpNRVi','www.maka-cli.com','Using\x20CA\x20Cert\x20','getGlobalConfig','(((.+)+)+)+$','notice','success','30PIEHuQ'];a49c=function(){return B;};return a49c();}import a49e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a49d(a,b){const c=a49c();return a49d=function(d,e){d=d-0x189;let f=c[d];return f;},a49d(a,b);}import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a49z(0x1bb)]['MAKA_DEV']==='True'?a49z(0x1bc):a49z(0x18c);Command[a49z(0x19b)]({'name':a49z(0x1bf),'validOpts':['email','password',a49z(0x1a9),'cacert','debug'],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a49z(0x199),'examples':[a49z(0x19f),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a49z,c=Log['withSpinner']();try{let d='';b['cacert']&&(this[A(0x1bd)][A(0x197)](b['cacert'])?(d=b[A(0x1a8)],Log[A(0x190)](A(0x18d)+d)):Log[A(0x1b5)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[A(0x1bd)][A(0x18e)]();if(f[A(0x1a1)]){if(this[A(0x1bd)][A(0x197)](f[A(0x1a1)]))d=f['cert'];else{Log[A(0x1b5)]('CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20'+d);return;}}Log[A(0x1a7)](A(0x1ad)+hostname);const g={'url':A(0x1a5)+hostname+'/api/v1/status'};b[A(0x1a8)]&&Object[A(0x19e)](g,{'cert':d});c[A(0x1b1)](A(0x189));const {statusCode:h}=await HTTPS[A(0x1b8)](g);if(h===0x198){c[A(0x1af)]();throw A(0x1ba);}if(h!==0xc8){c[A(0x1af)]();throw A(0x1a5)+hostname+A(0x194);}c[A(0x191)]();const i=b[A(0x1c0)]?b[A(0x1c0)]:await Actions['ask'](A(0x1a4)),j=b[A(0x19c)]?b['password']:await Actions['ask']('Password:\x20',!![]),k=a49e['md'][A(0x193)][A(0x19b)]();k['update'](j);const l=k['digest']()[A(0x1a2)](),m={'hostname':hostname,'path':A(0x1ae),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1a8)]&&Object[A(0x19e)](m,{'cert':d});c['start'](A(0x1b7));const {data:n,statusCode:o}=await HTTPS['post'](m);if(o===0x198){c[A(0x1af)]('\x0a');throw A(0x1b0)+hostname;}const p=JSON[A(0x1a6)](n);if(p[A(0x1be)]){const q={'hostname':hostname,'path':'/api/v1/encodeJwt','headers':{'x-auth-token':p[A(0x1be)]},'data':{}};b[A(0x1a8)]&&Object[A(0x19e)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1b9)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x1b0)+hostname;const u={'token':p,'hash':t};this[A(0x1bd)][A(0x1ab)](u);}else{c[A(0x1af)]();throw p;}c[A(0x191)]();}catch(v){c[A(0x1af)](),console['error'](v),process[A(0x1a3)](0x0);}});
@@ -1 +1 @@
1
- const a43n=a43d;function a43d(a,b){const c=a43c();return a43d=function(d,e){d=d-0x71;let f=c[d];return f;},a43d(a,b);}(function(a,b){const l=a43d,c=a();while(!![]){try{const d=-parseInt(l(0x72))/0x1*(parseInt(l(0x96))/0x2)+parseInt(l(0x83))/0x3+parseInt(l(0x90))/0x4+parseInt(l(0x8c))/0x5+-parseInt(l(0x9d))/0x6*(parseInt(l(0x87))/0x7)+parseInt(l(0x93))/0x8+parseInt(l(0x94))/0x9*(-parseInt(l(0x84))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0xee77d));const a43b=(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;};}()),a43a=a43b(this,function(){const m=a43d;return a43a[m(0x9e)]()[m(0x9c)](m(0x7e))[m(0x9e)]()[m(0x73)](a43a)[m(0x9c)](m(0x7e));});a43a();import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a43n(0x76)]['MAKA_DEV']==='True'?'localhost':a43n(0x8a);Command['create']({'name':a43n(0x74),'validOpts':['cacert'],'usage':'maka\x20logout','maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a43n(0x7f)]},async function(a,b){const o=a43n,c=Log[o(0x7d)]();try{let d='';b['cacert']&&(this[o(0x71)][o(0x9b)](b[o(0x92)])?(d=b[o(0x92)],Log[o(0x8b)](o(0x7b)+d)):Log[o(0x81)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this[o(0x71)]['getGlobalConfig']();if(f[o(0x7a)]){if(this[o(0x71)][o(0x9b)](f['cert']))d=f[o(0x7a)];else{c['failure']();throw Log['error'](o(0x91)+d);}}Log[o(0x95)](o(0x9f)+hostname);const g={'url':o(0x85)+hostname+o(0x77)};b[o(0x92)]&&Object[o(0x7c)](g,{'cert':d});c[o(0x8e)](o(0x80));const {statusCode:h}=await HTTPS[o(0x8f)](g);if(h===0x198){c[o(0x99)]();throw o(0x88);}c[o(0x8d)]();if(h!==0xc8){c[o(0x99)]();throw o(0x82);}if(!f?.[o(0x89)]?.[o(0x9a)])throw Log[o(0x81)](o(0x78));c[o(0x8e)](o(0x75));const i={'hostname':hostname,'path':o(0x79),'data':{},'headers':{'x-auth-token':f[o(0x89)][o(0x9a)]}};b[o(0x92)]&&Object[o(0x7c)](i,{'cert':d});const {statusCode:j}=await HTTPS[o(0x98)](i);if(j===0x198){c[o(0x99)]('\x0a');throw o(0x88);}this[o(0x71)][o(0x86)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[o(0x81)](k),process[o(0x97)](0x0);}});function a43c(){const p=['13580232zEYwQD','9bJkWVD','header','2dSrICB','exit','post','failure','authToken','isFile','search','1010886CYjUUX','toString','Logging\x20out\x20of\x20https://','fsi','165907jAyhue','constructor','logout','Logging\x20out','env','/api/v1/status','Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?','/api/v1/logoutAll','cert','Using\x20CA\x20Cert\x20','assign','withSpinner','(((.+)+)+)+$','maka\x20logout','Preflight\x20Check','error','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','1080381oRgCVA','29988940WOhjky','https://','setGlobalConfig','14QwxuAp','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','token','www.maka-cli.com','notice','7356380ZWKxDB','success','start','get','3798384aosLyH','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','cacert'];a43c=function(){return p;};return a43c();}
1
+ const a50o=a50d;(function(a,b){const l=a50d,c=a();while(!![]){try{const d=parseInt(l(0x97))/0x1*(parseInt(l(0x88))/0x2)+-parseInt(l(0x92))/0x3*(-parseInt(l(0x9d))/0x4)+parseInt(l(0x83))/0x5+-parseInt(l(0x7b))/0x6+-parseInt(l(0x9b))/0x7*(parseInt(l(0x84))/0x8)+-parseInt(l(0x8e))/0x9+parseInt(l(0x8a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0xa0f25));const a50b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a50d;if(c){const e=c[m(0x75)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){const n=a50d;return a50a['toString']()[n(0x8d)]('(((.+)+)+)+$')[n(0x7e)]()[n(0x79)](a50a)[n(0x8d)](n(0x82));});a50a();import{Command}from'../command.js';function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0x6f;let f=c[d];return f;},a50d(a,b);}function a50c(){const q=['assign','maka\x20logout','(((.+)+)+)+$','1980335iNyBZP','88KmsKnO','failure','exit','Logging\x20out\x20of\x20https://','16vVAiAn','withSpinner','20391610PpPvbc','get','https://','search','8513730xEDJGF','post','start','token','22947ZjfuNy','env','Using\x20CA\x20Cert\x20','cacert','authToken','68979NaryFH','/api/v1/logoutAll','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','www.maka-cli.com','106687QEWiga','cert','44qludjB','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','logout','/api/v1/status','header','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','apply','Logging\x20out','isFile','error','constructor','success','7790046wXfWfY','True','fsi','toString','MAKA_DEV'];a50c=function(){return q;};return a50c();}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a50o(0x93)][a50o(0x7f)]===a50o(0x7c)?'localhost':a50o(0x9a);Command['create']({'name':a50o(0x71),'validOpts':[a50o(0x95)],'usage':a50o(0x81),'maxArgLength':0x2,'shortDesc':a50o(0x70),'disableAuthCheck':!![],'examples':[a50o(0x81)]},async function(a,b){const p=a50o,c=Log[p(0x89)]();try{let d='';b['cacert']&&(this[p(0x7d)][p(0x77)](b[p(0x95)])?(d=b[p(0x95)],Log['notice'](p(0x94)+d)):Log['error'](p(0x74)+d));const f=await this[p(0x7d)]['getGlobalConfig']();if(f[p(0x9c)]){if(this[p(0x7d)][p(0x77)](f[p(0x9c)]))d=f[p(0x9c)];else{c[p(0x85)]();throw Log[p(0x78)](p(0x6f)+d);}}Log[p(0x73)](p(0x87)+hostname);const g={'url':p(0x8c)+hostname+p(0x72)};b[p(0x95)]&&Object[p(0x80)](g,{'cert':d});c[p(0x90)]('Preflight\x20Check');const {statusCode:h}=await HTTPS[p(0x8b)](g);if(h===0x198){c[p(0x85)]();throw p(0x99);}c['success']();if(h!==0xc8){c[p(0x85)]();throw'https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli';}if(!f?.[p(0x91)]?.['authToken'])throw Log[p(0x78)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[p(0x90)](p(0x76));const i={'hostname':hostname,'path':p(0x98),'data':{},'headers':{'x-auth-token':f[p(0x91)][p(0x96)]}};b[p(0x95)]&&Object[p(0x80)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x8f)](i);if(j===0x198){c[p(0x85)]('\x0a');throw p(0x99);}this[p(0x7d)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x7a)]();}catch(k){k&&console['error'](k),process[p(0x86)](0x0);}});
@@ -1 +1 @@
1
- const a44k=a44d;(function(a,b){const h=a44d,c=a();while(!![]){try{const d=-parseInt(h(0x1b9))/0x1+-parseInt(h(0x1b1))/0x2+parseInt(h(0x1ca))/0x3*(-parseInt(h(0x1c1))/0x4)+-parseInt(h(0x1b8))/0x5*(-parseInt(h(0x1ad))/0x6)+-parseInt(h(0x1b3))/0x7*(-parseInt(h(0x1c3))/0x8)+-parseInt(h(0x1c9))/0x9+parseInt(h(0x1b6))/0xa*(parseInt(h(0x1be))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0xb5ce6));function a44c(){const m=['ssh.json','toString','4hPrXDr','search','9077528WPNoiY','maka\x20logs\x20--env\x20dev','log','maka\x20l\x20-e\x20p','readFileSync','sshSync','11659338IXWWxQ','1306221pRIDfd','3681378iVTtsy','(((.+)+)+)+$','parse','env','584036jutfFA','fsi','7dGuuTP','assign','getConfigPath','10NQANYY','constructor','10eSxVoM','1366678mRbEru','maka\x20logs','pm2\x20logs','View\x20the\x20PM2\x20logs','apply','19496906GrYpUz'];a44c=function(){return m;};return a44c();}const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a44d;if(c){const e=c[i(0x1bd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const j=a44d;return a44a[j(0x1c0)]()[j(0x1c2)](j(0x1ae))[j(0x1c0)]()[j(0x1b7)](a44a)[j(0x1c2)](j(0x1ae));});a44a();import a44e from'fs';function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0x1ad;let f=c[d];return f;},a44d(a,b);}import a44f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l',a44k(0x1c5)],'usage':a44k(0x1ba),'requiredOpts':[a44k(0x1b0)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a44k(0x1bc),'examples':[a44k(0x1c4),'maka\x20logs\x20--env\x20staging',a44k(0x1c6)]},function(a,b){const l=a44k,c=l(0x1bb),d=this[l(0x1b2)][l(0x1b5)](b[l(0x1b0)]),e=a44f['join'](d,l(0x1bf)),f=a44e[l(0x1c7)](e),g=JSON[l(0x1af)](f['toString']());Object[l(0x1b4)](g,{'env':d}),SSH[l(0x1c8)](c,g,{'tty':!![],'verbose':!![]});});
1
+ const a51k=a51d;(function(a,b){const h=a51d,c=a();while(!![]){try{const d=-parseInt(h(0x1bb))/0x1*(-parseInt(h(0x1b3))/0x2)+-parseInt(h(0x1bf))/0x3*(-parseInt(h(0x1b2))/0x4)+-parseInt(h(0x1b9))/0x5+parseInt(h(0x1c4))/0x6*(-parseInt(h(0x1b4))/0x7)+-parseInt(h(0x1cd))/0x8*(parseInt(h(0x1c2))/0x9)+-parseInt(h(0x1cc))/0xa*(-parseInt(h(0x1c7))/0xb)+-parseInt(h(0x1c0))/0xc*(parseInt(h(0x1c9))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0xd2887));function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x1b1;let f=c[d];return f;},a51d(a,b);}const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a51d;if(c){const e=c[i(0x1c1)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const j=a51d;return a51a[j(0x1c5)]()[j(0x1c3)](j(0x1b5))[j(0x1c5)]()[j(0x1b1)](a51a)[j(0x1c3)]('(((.+)+)+)+$');});a51a();import a51e from'fs';import a51f from'path';function a51c(){const m=['getConfigPath','readFileSync','log','4596153tBKtUe','162540crRfyA','apply','2668617LQiGrK','search','6TuOmlM','toString','sshSync','11FnyaxQ','pm2\x20logs','182yfNdij','maka\x20l\x20-e\x20p','maka\x20logs','11358230jMEnXM','16AbErTs','constructor','4YocFMw','85024FJtGFJ','2543177OAIIif','(((.+)+)+)+$','create','maka\x20logs\x20--env\x20dev','env','5635980joZtEG','View\x20the\x20PM2\x20logs','11bRlGZy'];a51c=function(){return m;};return a51c();}import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a51k(0x1b6)]({'name':'logs','aliases':['l',a51k(0x1be)],'usage':a51k(0x1cb),'requiredOpts':[a51k(0x1b8)],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a51k(0x1ba),'examples':[a51k(0x1b7),'maka\x20logs\x20--env\x20staging',a51k(0x1ca)]},function(a,b){const l=a51k,c=l(0x1c8),d=this['fsi'][l(0x1bc)](b[l(0x1b8)]),e=a51f['join'](d,'ssh.json'),f=a51e[l(0x1bd)](e),g=JSON['parse'](f[l(0x1c5)]());Object['assign'](g,{'env':d}),SSH[l(0x1c6)](c,g,{'tty':!![],'verbose':!![]});});
@@ -1 +1 @@
1
- function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x114;let f=c[d];return f;},a45d(a,b);}const a45j=a45d;(function(a,b){const g=a45d,c=a();while(!![]){try{const d=parseInt(g(0x120))/0x1+parseInt(g(0x125))/0x2+parseInt(g(0x119))/0x3+parseInt(g(0x127))/0x4+parseInt(g(0x124))/0x5*(-parseInt(g(0x117))/0x6)+parseInt(g(0x12e))/0x7*(-parseInt(g(0x116))/0x8)+-parseInt(g(0x11f))/0x9*(-parseInt(g(0x122))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x2a700));function a45c(){const l=['maka\x20create\x20Todo','maka\x20run','maka\x20--help','60585NgQPdV','runSubCommand','maybeProxyCommandToMeteor','(((.+)+)+)+$','40XNbIXi','56352Ejtbxg','error','109398FdTZyK','findSubCommand','slice','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka','search','862074TkYupe','1610NTXgDU','maka\x20install\x20meteor','10yhHveK','maka\x20<command>\x20[<args>]\x20[<opts>]','165XJJgji','190412RAEuNp','toString','1191868FfTErq','apply','fsi','exit'];a45c=function(){return l;};return a45c();}const a45b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a45d;if(c){const e=c[h(0x128)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a45a=a45b(this,function(){const i=a45d;return a45a[i(0x126)]()[i(0x11e)](i(0x115))['toString']()['constructor'](a45a)['search'](i(0x115));});a45a();import{Command}from'../command.js';const Maka=new Command({'name':a45j(0x11d),'minArgLength':0x1,'shortDesc':'A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','validOpts':[],'usage':a45j(0x123),'disableAuthCheck':!![],'examples':[a45j(0x12d),a45j(0x121),a45j(0x12b),a45j(0x12c)],'description':a45j(0x11c)},async function(a,b){const k=a45j;try{const c=a[0x0],d=this[k(0x11a)](c);d?this[k(0x12f)](c,a[k(0x11b)](0x1),b):this[k(0x129)][k(0x114)]();}catch(f){console[k(0x118)](f),process[k(0x12a)](0x1);}});export default Maka;
1
+ const a52j=a52d;function a52c(){const l=['372797Zlwfwf','\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.------\x20.-----:\x20\x20\x20\x20\x20\x20..\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20----.\x20\x20\x20\x20\x20.--\x20\x20-:\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:::\x20:.\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20...\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20\x20::\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:..\x20\x20\x20\x20::----::\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-:::::\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20.:::..:::::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20.:\x20--------\x20.-------.::\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20:-:\x20\x20-:\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20--\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.::::::\x20.::\x20\x20::\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20','maka\x20create\x20Todo','874686qCEEJD','error','20748160BbKbrP','3661029zQDFnW','5DXrQgF','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','3hoTthj','maka\x20--help','114569ywZAss','(((.+)+)+)+$','maka\x20run','5218796ukshcA','maka','maybeProxyCommandToMeteor','constructor','1015914kFWHOk','exit','fsi','maka\x20<command>\x20[<args>]\x20[<opts>]','slice','apply','600AaRoRj','findSubCommand','search'];a52c=function(){return l;};return a52c();}function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0xcc;let f=c[d];return f;},a52d(a,b);}(function(a,b){const g=a52d,c=a();while(!![]){try{const d=parseInt(g(0xe3))/0x1+parseInt(g(0xda))/0x2*(-parseInt(g(0xd1))/0x3)+parseInt(g(0xd6))/0x4+-parseInt(g(0xcf))/0x5*(-parseInt(g(0xe6))/0x6)+-parseInt(g(0xd3))/0x7*(-parseInt(g(0xe0))/0x8)+parseInt(g(0xce))/0x9+-parseInt(g(0xcd))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0xd593a));const a52b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a52d;if(c){const e=c[h(0xdf)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){const i=a52d;return a52a['toString']()[i(0xe2)]('(((.+)+)+)+$')['toString']()[i(0xd9)](a52a)[i(0xe2)](i(0xd4));});a52a();import{Command}from'../command.js';const Maka=new Command({'name':a52j(0xd7),'minArgLength':0x1,'shortDesc':a52j(0xd0),'validOpts':[],'usage':a52j(0xdd),'disableAuthCheck':!![],'examples':[a52j(0xd2),'maka\x20install\x20meteor',a52j(0xe5),a52j(0xd5)],'description':a52j(0xe4)},async function(a,b){const k=a52j;try{const c=a[0x0],d=this[k(0xe1)](c);d?this['runSubCommand'](c,a[k(0xde)](0x1),b):this[k(0xdc)][k(0xd8)]();}catch(f){console[k(0xcc)](f),process[k(0xdb)](0x1);}});export default Maka;
@@ -1 +1 @@
1
- var a46i=a46d;(function(a,b){var f=a46d,c=a();while(!![]){try{var d=parseInt(f(0x1f9))/0x1*(parseInt(f(0x202))/0x2)+-parseInt(f(0x1fe))/0x3+-parseInt(f(0x209))/0x4*(-parseInt(f(0x1fb))/0x5)+-parseInt(f(0x203))/0x6+-parseInt(f(0x206))/0x7+parseInt(f(0x1f6))/0x8*(-parseInt(f(0x1f5))/0x9)+parseInt(f(0x1f8))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x627c1));function a46d(a,b){var c=a46c();return a46d=function(d,e){d=d-0x1f4;var f=c[d];return f;},a46d(a,b);}var a46b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a46d;if(c){var e=c[g(0x200)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a46a=a46b(this,function(){var h=a46d;return a46a[h(0x1fd)]()[h(0x1ff)](h(0x205))[h(0x1fd)]()[h(0x208)](a46a)[h(0x1ff)]('(((.+)+)+)+$');});a46a();import{Command}from'../command.js';Command[a46i(0x1f7)]({'name':a46i(0x201),'usage':a46i(0x1fa),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var j=a46i;try{console[j(0x1fc)](j(0x1f4),j(0x20a));}catch(a){console[j(0x204)](a),process[j(0x207)](0x0);}});function a46c(){var k=['apply','murder','227542IRaoro','807186kQycPb','error','(((.+)+)+)+$','1485022WHBrrx','exit','constructor','20ljdqSs','font-family:\x20monospace','%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','548757FKSeHa','24utYVMv','create','1198460kOYQiS','7DQkala','maka\x20murder','98830YrKRbf','log','toString','246252drmyIc','search'];a46c=function(){return k;};return a46c();}
1
+ var a53i=a53d;(function(a,b){var f=a53d,c=a();while(!![]){try{var d=parseInt(f(0x8d))/0x1+parseInt(f(0x7b))/0x2*(-parseInt(f(0x7d))/0x3)+parseInt(f(0x83))/0x4+parseInt(f(0x8e))/0x5*(-parseInt(f(0x91))/0x6)+-parseInt(f(0x8c))/0x7*(-parseInt(f(0x90))/0x8)+parseInt(f(0x8a))/0x9*(-parseInt(f(0x7f))/0xa)+parseInt(f(0x85))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x72741));var a53b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a53d;if(c){var e=c[g(0x7c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){var h=a53d;return a53a[h(0x89)]()[h(0x86)](h(0x88))[h(0x89)]()[h(0x80)](a53a)[h(0x86)](h(0x88));});function a53d(a,b){var c=a53c();return a53d=function(d,e){d=d-0x7b;var f=c[d];return f;},a53d(a,b);}a53a();import{Command}from'../command.js';function a53c(){var k=['toString','120753xpmgYB','%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','252DbfBqY','28300nVJHBW','25BuTwHA','exit','57648QYPfLY','704118MxwBIy','202bCMUDO','apply','3699WdvAqM','maka\x20murder','250YQRjgO','constructor','Murrrrderrrrr','font-family:\x20monospace','512084VdctjJ','log','12097657hoUFbl','search','murder','(((.+)+)+)+$'];a53c=function(){return k;};return a53c();}Command['create']({'name':a53i(0x87),'usage':a53i(0x7e),'maxArgLength':0x1,'shortDesc':a53i(0x81),'validOpts':[]},async function(){var j=a53i;try{console[j(0x84)](j(0x8b),j(0x82));}catch(a){console['error'](a),process[j(0x8f)](0x0);}});
@@ -1 +1 @@
1
- const a47p=a47d;(function(a,b){const n=a47d,c=a();while(!![]){try{const d=-parseInt(n(0x12e))/0x1*(parseInt(n(0x111))/0x2)+parseInt(n(0x108))/0x3*(parseInt(n(0x115))/0x4)+-parseInt(n(0x112))/0x5+parseInt(n(0x11e))/0x6*(parseInt(n(0x129))/0x7)+-parseInt(n(0x125))/0x8+parseInt(n(0x12d))/0x9*(-parseInt(n(0x12c))/0xa)+-parseInt(n(0x117))/0xb*(-parseInt(n(0x109))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0xb4847));const a47b=(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;};}()),a47a=a47b(this,function(){const o=a47d;return a47a[o(0x123)]()[o(0x116)](o(0x11f))[o(0x123)]()[o(0x124)](a47a)[o(0x116)](o(0x11f));});a47a();function a47c(){const r=['listen','listenPort','localhost','762iTzagY','(((.+)+)+)+$','.key','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','error','toString','constructor','6504824frGHoC','targetPort','genCSR','\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','10129qlrSqW','sslconfig','.csr','70PKMVti','590031fXhzwq','4eTKmVx','appName','targetHost','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','invoke','readFileSync','createProxyServer','3aFvNAO','27983532mYoakV','.crt','fsi','create','utf8','isFile','join','maka\x20proxy','562408FSGUGg','3655210CcQySE','proxy','findGenerator','5406172DLLTgT','search','11CeoomC','\x20to\x20','getConfigPath','bright'];a47c=function(){return r;};return a47c();}import a47e from'fs';import a47f from'path';import a47g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a47h from'../generators/maka.gen.js';function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0x103;let f=c[d];return f;},a47d(a,b);}Command[a47p(0x10c)]({'name':a47p(0x113),'usage':a47p(0x110),'mustBeInMakaProject':!![],'validOpts':['help','targetPort',a47p(0x11c),a47p(0x103)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a47p(0x128),'examples':[a47p(0x110),a47p(0x121),'maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const q=a47p,c=this['fsi']['getProjectConfig'](),d='development',e=this[q(0x10b)][q(0x119)](d),f=this['fsi']['mkKeysDir']({'configPath':e}),g=b[q(0x126)]?Number(b[q(0x126)]):0xbb8,h=b['listenPort']?Number(b['listenPort']):0xd73,i=b[q(0x103)]?b[q(0x103)]:q(0x11d),j=a47f[q(0x10f)](f,c[q(0x12f)]+q(0x120)),k=a47f[q(0x10f)](f,c['appName']+'.crt');if(!this[q(0x10b)][q(0x10e)](j)||!this[q(0x10b)][q(0x10e)](k)){const m=a47h[q(0x114)](q(0x12a));m&&await m[q(0x105)]([q(0x12a)],{'env':d}),SSL[q(0x127)]({'keyName':c[q(0x12f)]+q(0x120),'csrName':c[q(0x12f)]+q(0x12b),'cwd':f}),SSL['genSSC']({'keyName':c[q(0x12f)]+'.key','crtName':c[q(0x12f)]+q(0x10a),'cwd':f});}if(g===h){Log[q(0x122)](q(0x104));throw new UsageError();}const l={'ssl':{'key':a47e['readFileSync'](j,q(0x10d)),'cert':a47e[q(0x106)](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a47g[q(0x107)](l)[q(0x11b)](Number(h)),Log[q(0x11a)]('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+q(0x118)+g);});
1
+ const a54p=a54d;(function(a,b){const n=a54d,c=a();while(!![]){try{const d=parseInt(n(0xf1))/0x1*(-parseInt(n(0xef))/0x2)+-parseInt(n(0xfa))/0x3*(-parseInt(n(0xed))/0x4)+-parseInt(n(0xf8))/0x5+-parseInt(n(0xe7))/0x6*(parseInt(n(0x101))/0x7)+-parseInt(n(0x105))/0x8*(-parseInt(n(0xec))/0x9)+parseInt(n(0x106))/0xa+parseInt(n(0xe8))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x71944));const a54b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){const o=a54d;return a54a[o(0xe0)]()[o(0xfd)](o(0xf3))[o(0xe0)]()[o(0x102)](a54a)['search']('(((.+)+)+)+$');});a54a();import a54e from'fs';import a54f from'path';import a54g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{UsageError}from'../error.js';function a54d(a,b){const c=a54c();return a54d=function(d,e){d=d-0xdf;let f=c[d];return f;},a54d(a,b);}function a54c(){const r=['findGenerator','join','fsi','56ydvoaB','constructor','appName','bright','945448MXjbJy','7263690pVHYTP','isFile','toString','sslconfig','=>\x20SSL\x20Proxy\x20forwarding\x20','\x0a\x20\x20If\x20you\x27re\x20running\x20your\x20Meteor\x20service,\x20and\x20need\x20to\x20stand\x20up\x20an\x20SSL\x0a\x20\x20Proxy,\x20this\x20command\x20will\x20automatically\x20create\x20a\x20key\x20pair\x20for\x20use\x20in\x20an\x20HTTPS\x0a\x20\x20proxy.\x0a\x0a\x20\x20For\x20example,\x20you\x27re\x20running\x20http://localhost:3000\x20with\x20\x22maka\x20run\x22\x20then\x20open\x20a\x20new\x0a\x20\x20terminal\x20and\x20run\x20\x22maka\x20proxy\x22\x20to\x20standup\x20https://localhost:3443.\x0a\x20\x20Then\x20open\x20your\x20browser\x20to\x20that\x20URL\x20(you\x20may\x20need\x20to\x20trust\x20the\x20certificates\x0a\x20\x20because\x20they\x20are\x20self-signed)\x20and\x20you\x27ll\x20have\x20an\x20SSL\x20connection\x20to\x20your\x0a\x20\x20http://localhost:3000.\x0a\x0a\x20\x20To\x20avoid\x20possibly\x20overwriting\x20PKI\x20files\x20in\x20higher\x20environments,\x20\x22maka\x20proxy\x22\x0a\x20\x20will\x20try\x20to\x20only\x20generate\x20/\x20store\x20PKI\x20keys\x20in\x20the\x20development\x20environment.\x0a\x20\x20','maka\x20proxy','listenPort','.crt','562332Ietdqf','6039121BtmksQ','.key','development','genCSR','54edYfbC','452peYYtl','targetPort','2FclyVT','invoke','766859ZpsbPy','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','(((.+)+)+)+$','localhost','listen','utf8','maka\x20proxy\x20--target-host\x20http://192.168.1.20','4358470ZswobO','.csr','23073NxjvLp','mkKeysDir','targetHost','search'];a54c=function(){return r;};return a54c();}import{SSL}from'../tools/ssl/ssl.class.js';import a54h from'../generators/maka.gen.js';Command['create']({'name':'proxy','usage':'maka\x20proxy','mustBeInMakaProject':!![],'validOpts':['help',a54p(0xee),a54p(0xe5),a54p(0xfc)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a54p(0xe3),'examples':[a54p(0xe4),'maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000',a54p(0xf7)]},async function(a,b){const q=a54p,c=this[q(0x100)]['getProjectConfig'](),d=q(0xea),e=this[q(0x100)]['getConfigPath'](d),f=this[q(0x100)][q(0xfb)]({'configPath':e}),g=b[q(0xee)]?Number(b['targetPort']):0xbb8,h=b[q(0xe5)]?Number(b[q(0xe5)]):0xd73,i=b[q(0xfc)]?b[q(0xfc)]:q(0xf4),j=a54f[q(0xff)](f,c[q(0x103)]+q(0xe9)),k=a54f[q(0xff)](f,c[q(0x103)]+q(0xe6));if(!this[q(0x100)][q(0xdf)](j)||!this['fsi'][q(0xdf)](k)){const m=a54h[q(0xfe)]('sslconfig');m&&await m[q(0xf0)]([q(0xe1)],{'env':d}),SSL[q(0xeb)]({'keyName':c[q(0x103)]+q(0xe9),'csrName':c[q(0x103)]+q(0xf9),'cwd':f}),SSL['genSSC']({'keyName':c['appName']+q(0xe9),'crtName':c['appName']+q(0xe6),'cwd':f});}if(g===h){Log['error'](q(0xf2));throw new UsageError();}const l={'ssl':{'key':a54e['readFileSync'](j,q(0xf6)),'cert':a54e['readFileSync'](k,'utf8')},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a54g['createProxyServer'](l)[q(0xf5)](Number(h)),Log[q(0x104)](q(0xe2)+h+'\x20to\x20'+g);});
@@ -1 +1 @@
1
- function a48d(a,b){const c=a48c();return a48d=function(d,e){d=d-0x187;let f=c[d];return f;},a48d(a,b);}const a48q=a48d;(function(a,b){const n=a48d,c=a();while(!![]){try{const d=parseInt(n(0x1b0))/0x1*(-parseInt(n(0x188))/0x2)+parseInt(n(0x1ac))/0x3*(parseInt(n(0x19d))/0x4)+parseInt(n(0x18f))/0x5+-parseInt(n(0x193))/0x6*(parseInt(n(0x18d))/0x7)+-parseInt(n(0x190))/0x8*(parseInt(n(0x189))/0x9)+-parseInt(n(0x19e))/0xa+parseInt(n(0x1a7))/0xb*(parseInt(n(0x19f))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0xdfe6e));const a48b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a48d;if(c){const e=c[o(0x1ad)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){const p=a48d;return a48a[p(0x197)]()[p(0x1a0)](p(0x191))[p(0x197)]()[p(0x18a)](a48a)['search'](p(0x191));});a48a();import a48e from'fs';import a48f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a48q(0x199)]({'name':a48q(0x18b),'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a48q(0x1a1),'shortDesc':a48q(0x196),'description':a48q(0x1af),'examples':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a48q;try{const c=this[r(0x1a3)][r(0x19b)](b[r(0x1a8)]),d=a48f[r(0x1a4)](c,'ssh.json'),f=a48e['readFileSync'](d)[r(0x197)](),g=JSON[r(0x1aa)](f);Object[r(0x195)](g,{'env':c}),Log[r(0x1a2)](r(0x1b3));const h=SSH[r(0x192)](r(0x198),g);if(!h)throw r(0x194);if(h)Log[r(0x19c)]('Remote\x20host\x20connection\x20successful');const i=a48f[r(0x1a4)](c,r(0x1a6),r(0x18c));if(a48e[r(0x187)](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[r(0x1b2)](l,{...g});}const j=a48f[r(0x1a4)](c,r(0x1a9));SSH[r(0x1b2)]({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a48f[r(0x1a4)](c,r(0x1ae));SSH[r(0x1b2)]({'source':k,'dest':r(0x1b1),'verbose':!![]},{...g}),SSH['sshSync'](r(0x1a5),g),await SSH[r(0x18e)](r(0x1ab),{...g},{'verbose':!![]});}catch(m){console[r(0x19a)](m),process['exit'](0x0);}});function a48c(){const s=['1593292GVZpFU','~/settings.json','scp','Checking\x20remote\x20host\x20availability','existsSync','2OWWXAp','27AutWeq','constructor','reconfig','ses.json','7734377fxyLET','ssh','5134525WSbAXs','39224NrDPxU','(((.+)+)+)+$','ping','6FWhqVy','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','assign','Reconfigure\x20your\x20deployed\x20applications','toString','uname\x20-a','create','error','getConfigPath','success','8ekPpBj','7648830WXfQQm','3539208NXppXZ','search','maka\x20reconfig','notice','fsi','join','pm2\x20delete\x20all','_keys','77mUXdaJ','env','pm2.config.js','parse','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','1955181lpBqJn','apply','settings.json','\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20'];a48c=function(){return s;};return a48c();}
1
+ const a55q=a55d;(function(a,b){const n=a55d,c=a();while(!![]){try{const d=parseInt(n(0x1ba))/0x1*(-parseInt(n(0x1a2))/0x2)+parseInt(n(0x1aa))/0x3*(parseInt(n(0x1a7))/0x4)+parseInt(n(0x1a4))/0x5+parseInt(n(0x19f))/0x6+parseInt(n(0x1b8))/0x7*(-parseInt(n(0x19a))/0x8)+-parseInt(n(0x196))/0x9+-parseInt(n(0x1a0))/0xa*(parseInt(n(0x199))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x9198a));const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a55d;if(c){const e=c[o(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const p=a55d;return a55a[p(0x1b6)]()[p(0x194)]('(((.+)+)+)+$')[p(0x1b6)]()[p(0x19b)](a55a)[p(0x194)](p(0x1a3));});a55a();import a55e from'fs';function a55c(){const s=['6103524OGTBBv','9530xzcZGQ','env','302UKhMso','(((.+)+)+)+$','4663130QrfNhj','notice','~/pm2.config.js','4jqSjxe','create','exit','2821809WvKmeT','Checking\x20remote\x20host\x20availability','ssh','join','error','maka\x20reconfig\x20--env\x20prod','ping','readFileSync','Remote\x20host\x20connection\x20successful','getConfigPath','~/ses.json','settings.json','toString','uname\x20-a','21MoNzei','existsSync','913ELgXRU','_keys','pm2\x20delete\x20all','search','pm2.config.js','9890046ZLqMdE','assign','~/settings.json','8987utpAUo','743368JQpXJy','constructor','scp','apply','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.'];a55c=function(){return s;};return a55c();}import a55f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0x194;let f=c[d];return f;},a55d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a55q(0x1a8)]({'name':'reconfig','validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':'maka\x20reconfig','shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':'\x0a\x20\x20If\x20using\x20a\x20remote\x20server\x20(Ubuntu),\x20send\x20up\x20the\x20settings.json\x0a\x20\x20and\x20pm2.config.js\x20files\x20and\x20reloads\x20the\x20PM2\x20service.\x0a\x20\x20','examples':[a55q(0x1af)]},async function(a,b){const r=a55q;try{const c=this['fsi'][r(0x1b3)](b[r(0x1a1)]),d=a55f[r(0x1ad)](c,'ssh.json'),f=a55e[r(0x1b1)](d)[r(0x1b6)](),g=JSON['parse'](f);Object[r(0x197)](g,{'env':c}),Log[r(0x1a5)](r(0x1ab));const h=SSH[r(0x1b0)](r(0x1b7),g);if(!h)throw r(0x19e);if(h)Log['success'](r(0x1b2));const i=a55f[r(0x1ad)](c,r(0x1bb),'ses.json');if(a55e[r(0x1b9)](i)){const l={'source':i,'dest':r(0x1b4),'verbose':!![]};SSH['scp'](l,{...g});}const j=a55f[r(0x1ad)](c,r(0x195));SSH['scp']({'source':j,'dest':r(0x1a6),'verbose':!![]},{...g});const k=a55f[r(0x1ad)](c,r(0x1b5));SSH[r(0x19c)]({'source':k,'dest':r(0x198),'verbose':!![]},{...g}),SSH['sshSync'](r(0x1bc),g),await SSH[r(0x1ac)]('echo\x20\x22\x22\x20&&\x20pm2\x20start\x20pm2.config.js\x20&&\x20echo\x20\x22\x22\x20||\x20echo\x20\x22Cound\x20not\x20find\x20PM2,\x20have\x20you\x20deployed\x20the\x20app\x20yet?\x22',{...g},{'verbose':!![]});}catch(m){console[r(0x1ae)](m),process[r(0x1a9)](0x0);}});
@@ -1 +1 @@
1
- (function(a,b){var f=a49d,c=a();while(!![]){try{var d=parseInt(f(0x107))/0x1*(parseInt(f(0x100))/0x2)+-parseInt(f(0xfd))/0x3+parseInt(f(0x103))/0x4*(parseInt(f(0xfe))/0x5)+parseInt(f(0xfa))/0x6*(parseInt(f(0xfc))/0x7)+-parseInt(f(0x105))/0x8+parseInt(f(0x102))/0x9+parseInt(f(0xff))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x45fdb));function a49c(){var i=['158562xQKcFU','search','112DXRFrL','1443201NtbrhX','7770QvMmja','2582870BXhUbs','50GtLpEc','toString','566640zTwVCZ','424SYchvH','constructor','3732224zxPOCT','(((.+)+)+)+$','13019trgNxt','apply'];a49c=function(){return i;};return a49c();}var a49b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a49d;if(c){var e=c[g(0x108)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a49a=a49b(this,function(){var h=a49d;return a49a[h(0x101)]()[h(0xfb)](h(0x106))[h(0x101)]()[h(0x104)](a49a)[h(0xfb)]('(((.+)+)+)+$');});a49a();import'./run.command.js';function a49d(a,b){var c=a49c();return a49d=function(d,e){d=d-0xfa;var f=c[d];return f;},a49d(a,b);}import'./docker.sub.cmd.js';
1
+ (function(a,b){var f=a56d,c=a();while(!![]){try{var d=parseInt(f(0xc4))/0x1*(parseInt(f(0xc6))/0x2)+parseInt(f(0xcc))/0x3+-parseInt(f(0xca))/0x4*(parseInt(f(0xc7))/0x5)+-parseInt(f(0xc2))/0x6+parseInt(f(0xcb))/0x7+-parseInt(f(0xc3))/0x8*(-parseInt(f(0xc5))/0x9)+parseInt(f(0xce))/0xa*(-parseInt(f(0xcf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a56c,0x88eae));var a56b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a56d;if(c){var e=c[g(0xc8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a56a=a56b(this,function(){var h=a56d;return a56a[h(0xc1)]()['search']('(((.+)+)+)+$')['toString']()['constructor'](a56a)[h(0xcd)](h(0xc9));});a56a();function a56d(a,b){var c=a56c();return a56d=function(d,e){d=d-0xc1;var f=c[d];return f;},a56d(a,b);}import'./run.command.js';function a56c(){var i=['toString','2277162qesfHy','16DRRcYM','1xNqaUp','277713CVvAXO','2204798bZnCuG','5395310pMKfnE','apply','(((.+)+)+)+$','4kyMEuo','7231903knnPbO','2783133rWmFYt','search','10nmucFt','12161050bMddek'];a56c=function(){return i;};return a56c();}import'./docker.sub.cmd.js';
@@ -1 +1 @@
1
- function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0x1e8;let f=c[d];return f;},a50d(a,b);}const a50k=a50d;(function(a,b){const i=a50d,c=a();while(!![]){try{const d=-parseInt(i(0x1e8))/0x1+-parseInt(i(0x1ed))/0x2*(parseInt(i(0x1fa))/0x3)+parseInt(i(0x204))/0x4*(-parseInt(i(0x1ff))/0x5)+parseInt(i(0x1f5))/0x6+parseInt(i(0x1fe))/0x7+-parseInt(i(0x1f8))/0x8+-parseInt(i(0x202))/0x9*(-parseInt(i(0x1f7))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0x76ac9));const a50b=(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;};}()),a50a=a50b(this,function(){const j=a50d;return a50a[j(0x1f1)]()[j(0x1eb)](j(0x207))[j(0x1f1)]()[j(0x1e9)](a50a)[j(0x1eb)](j(0x207));});a50a();import a50e from'./run.command.js';import{execSync}from'child_process';function a50c(){const m=['search','inherit','1063866LQQISG','createFile','existsSync','config/docker-compose.yaml','toString','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','appName','notice','36690DskDcr','maka\x20run\x20docker','315940ZqyAPP','5392912RBSEIv','getConfigPath','3wDwmnl','docker-compose.yaml','docker','fsi','1535359PqFWmW','55uNOUrY','join','\x20up\x20--remove-orphans','504WpgjNp','create','39976MhoVjN','templateContent','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','(((.+)+)+)+$','192646xuoFDd','constructor','PM2\x20Config\x20File:\x20'];a50c=function(){return m;};return a50c();}import a50f from'path';import a50g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a50k(0x203)]({'name':a50k(0x1fc),'aliases':['d'],'shortDesc':a50k(0x206),'description':a50k(0x1f2),'usage':a50k(0x1f6),'validOpts':['']},async function(){const l=a50k;try{const a=this[l(0x1fd)]['getProjectConfig'](),b=this[l(0x1fd)][l(0x1f9)](l(0x1fc)),c=a50f[l(0x200)](b,l(0x1fb)),d=a50f[l(0x200)](b,'pm2.config.js');Log[l(0x1f4)](l(0x1ea)+d),Log[l(0x1f4)]('Docker\x20Compose\x20Path:\x20'+c);if(!a50g[l(0x1ef)](c)){const f={'app':a[l(0x1f3)],'appFileCase':paramCase(a[l(0x1f3)])},g=this[l(0x1fd)][l(0x205)]({'srcPath':l(0x1f0),'context':f})+'\x0a';this[l(0x1fd)][l(0x1ee)]({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+l(0x201),{'stdio':l(0x1ec)});}catch(h){process['exit'](0x1);}},a50e);
1
+ const a57l=a57d;(function(a,b){const i=a57d,c=a();while(!![]){try{const d=parseInt(i(0x146))/0x1*(-parseInt(i(0x153))/0x2)+parseInt(i(0x137))/0x3+-parseInt(i(0x147))/0x4*(parseInt(i(0x150))/0x5)+-parseInt(i(0x155))/0x6*(parseInt(i(0x143))/0x7)+parseInt(i(0x13e))/0x8+parseInt(i(0x148))/0x9*(-parseInt(i(0x140))/0xa)+parseInt(i(0x152))/0xb*(parseInt(i(0x14a))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a57c,0xd8b9d));const a57b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a57d;if(c){const e=c[j(0x156)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a57a=a57b(this,function(){const k=a57d;return a57a[k(0x13f)]()['search'](k(0x149))['toString']()[k(0x139)](a57a)['search'](k(0x149));});function a57c(){const n=['1535090XrjYMs','templateContent','Docker\x20Compose\x20Path:\x20','1239cCmAGT','docker','notice','2083Jdvxqw','780936MpZevl','99CyePOw','(((.+)+)+)+$','1197528HVvghI','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','join','maka\x20run\x20docker','\x20up\x20--remove-orphans','getProjectConfig','5OkyaGY','exit','110LWcrDE','572HULVFL','\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','7602WMuiUy','apply','existsSync','inherit','4658934OwzDFa','pm2.config.js','constructor','getConfigPath','fsi','appName','PM2\x20Config\x20File:\x20','8324968jKqtPu','toString'];a57c=function(){return n;};return a57c();}a57a();import a57e from'./run.command.js';function a57d(a,b){const c=a57c();return a57d=function(d,e){d=d-0x135;let f=c[d];return f;},a57d(a,b);}import{execSync}from'child_process';import a57f from'path';import a57g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a57l(0x144),'aliases':['d'],'shortDesc':a57l(0x14b),'description':a57l(0x154),'usage':a57l(0x14d),'validOpts':['']},async function(){const m=a57l;try{const a=this[m(0x13b)][m(0x14f)](),b=this[m(0x13b)][m(0x13a)]('docker'),c=a57f['join'](b,'docker-compose.yaml'),d=a57f[m(0x14c)](b,m(0x138));Log[m(0x145)](m(0x13d)+d),Log[m(0x145)](m(0x142)+c);if(!a57g[m(0x135)](c)){const f={'app':a[m(0x13c)],'appFileCase':paramCase(a[m(0x13c)])},g=this[m(0x13b)][m(0x141)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this[m(0x13b)]['createFile']({'filePath':c,'data':g});}execSync('docker-compose\x20--project-directory\x20'+b+m(0x14e),{'stdio':m(0x136)});}catch(h){process[m(0x151)](0x1);}},a57e);
@@ -1 +1 @@
1
- function a51c(){const x=['openSync','allowIncompatibleUpdate','exclude-archs','Meteor\x20Settings:\x20','276189SKMgzg','forEach','run','docker','Cannot\x20find\x20Node\x20Environment\x20File:\x20','create','963640bbOlqI','settings','597213bANozZ','inspect','join','22888dKerIv','development','isDirectory','(((.+)+)+)+$','warn','compareMakaToLatest','86eiQUmM','filter','fsi','port','settings.json','Run\x20your\x20Meteor\x20application','invokeMeteorCommand','findProjectDirectory','length','1886298zAbulN','findSubCommand','13485WjBxUt','mobileServer','927740REiZYo','env','constructor','push','isFile','production','runSubCommand','argv','Node\x20Env\x20Config:\x20','extraPackages','apply','toString','search','259BaIYcY','verbose','splice','rawLogs','concat','config','notice','--settings','getConfigPath','error','exit','app','split','process.env'];a51c=function(){return x;};return a51c();}const a51u=a51d;(function(a,b){const q=a51d,c=a();while(!![]){try{const d=parseInt(q(0xef))/0x1+-parseInt(q(0x100))/0x2*(parseInt(q(0x10b))/0x3)+-parseInt(q(0x10d))/0x4+parseInt(q(0xf5))/0x5+parseInt(q(0x109))/0x6+parseInt(q(0x11a))/0x7*(-parseInt(q(0xfa))/0x8)+-parseInt(q(0xf7))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0x2d60a));function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0xeb;let f=c[d];return f;},a51d(a,b);}const a51b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a51d;if(c){const e=c[r(0x117)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a51a=a51b(this,function(){const s=a51d;return a51a['toString']()[s(0x119)](s(0xfd))[s(0x118)]()[s(0x10f)](a51a)['search'](s(0xfd));});a51a();import a51e from'path';import a51f from'fs';import a51g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a51d;a51f[t(0xeb)](a,'r'),a51g[t(0x11f)]({'path':a});},Run=Command[a51u(0xf4)]({'name':a51u(0xf1),'mustBeInMakaProject':!![],'shortDesc':a51u(0x105),'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.','validOpts':[a51u(0x10e),a51u(0xf2),'r',a51u(0x11d),'p',a51u(0x103),'i',a51u(0xf8),'m',a51u(0x10c),'v',a51u(0x11b),a51u(0xec),a51u(0x116),'x',a51u(0xed),a51u(0x112)]},async function(a,b){const v=a51u;try{const c=a[0x0],d=this[v(0x10a)](c);d&&this[v(0x113)](c,a,b);if(c==='ios'){const m=this[v(0x102)][v(0x107)](),n=a51e['join'](m,v(0x125),'.meteor','local','cordova-build');this[v(0x102)][v(0xfc)](n)&&await rimraf(n);}if(b['mobile-server']&&b['mobile-server']===!![]||b['m']&&b['m']===!![])throw'Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)';await this[v(0x102)][v(0xff)]();const f=b['env']?b[v(0x10e)]:v(0xfb),g=this[v(0x102)][v(0x122)](f),h=a51e[v(0xf9)](g,v(0x127));let i=a51e['join'](g,v(0x104));b[v(0xf6)]?i=b[v(0xf6)]:i=a51e[v(0xf9)](g,v(0x104));if(this[v(0x102)]['isFile'](h)&&!b[v(0xf2)])Log[v(0x120)](v(0x115)+h),syncSource(h);else!b[v(0xf2)]&&Log[v(0xfe)](v(0xf3)+h);this[v(0x102)][v(0x111)](i)?(Log['notice'](v(0xee)+i),a=a[v(0x11e)]([v(0x121),i])):Log[v(0xfe)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+i);const j=g[v(0x126)](a51e['sep']),k=j[j[v(0x108)]-0x1];k===v(0x112)&&a[v(0x110)]('--production');const l=process[v(0x114)]['slice'](0x2)['filter'](o=>o!==v(0xf1))[v(0x101)](o=>o!==a[0x0]);l[v(0xf0)]((o,p)=>{const w=v;o==='--env'&&l[w(0x11c)](p,0x2),o==='-e'&&l['splice'](p,0x2);}),this[v(0x102)][v(0x106)](v(0xf1),a['concat'](l));}catch(o){console[v(0x123)](o),process[v(0x124)](0x1);}});export default Run;
1
+ const a58u=a58d;(function(a,b){const q=a58d,c=a();while(!![]){try{const d=-parseInt(q(0x1ff))/0x1+-parseInt(q(0x1fe))/0x2+parseInt(q(0x201))/0x3*(parseInt(q(0x1f0))/0x4)+-parseInt(q(0x1d0))/0x5*(-parseInt(q(0x1e7))/0x6)+-parseInt(q(0x1db))/0x7*(parseInt(q(0x1d6))/0x8)+parseInt(q(0x1d3))/0x9+parseInt(q(0x1e1))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a58c,0xdacdd));const a58b=(function(){let a=!![];return function(b,c){const d=a?function(){const r=a58d;if(c){const e=c[r(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a58a=a58b(this,function(){const s=a58d;return a58a['toString']()['search'](s(0x1e0))[s(0x1d8)]()[s(0x1f7)](a58a)[s(0x1d9)]('(((.+)+)+)+$');});a58a();import a58e from'path';import a58f from'fs';import a58g from'dotenv';function a58c(){const x=['inspect','42712MPXAWR','--settings','toString','search','mobileServer','119KXZBFC','filter','docker','--env','concat','(((.+)+)+)+$','21064000hBjOtt','Cannot\x20find\x20Node\x20Environment\x20File:\x20','mobile-server','\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.','rawLogs','config','6HZHtEh','isDirectory','error','development','production','run','split','compareMakaToLatest','exit','52SQSHQH','port','apply','exclude-archs','.meteor','runSubCommand','join','constructor','create','extraPackages','findProjectDirectory','app','cordova-build','sep','2227254JOkBrz','1331939AQXbQK','openSync','184563CcClhv','fsi','warn','getConfigPath','Meteor\x20Settings:\x20','env','Run\x20your\x20Meteor\x20application','length','forEach','--production','notice','verbose','invokeMeteorCommand','argv','248725TEJsUc','findSubCommand','process.env','4289688vqzvzH','settings'];a58c=function(){return x;};return a58c();}function a58d(a,b){const c=a58c();return a58d=function(d,e){d=d-0x1c5;let f=c[d];return f;},a58d(a,b);}import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const t=a58d;a58f[t(0x200)](a,'r'),a58g[t(0x1e6)]({'path':a});},Run=Command[a58u(0x1f8)]({'name':a58u(0x1ec),'mustBeInMakaProject':!![],'shortDesc':a58u(0x1c8),'description':a58u(0x1e4),'validOpts':[a58u(0x1c7),a58u(0x1dd),'r',a58u(0x1e5),'p',a58u(0x1f1),'i',a58u(0x1d5),'m',a58u(0x1da),'v',a58u(0x1cd),'allowIncompatibleUpdate',a58u(0x1f9),'x',a58u(0x1f3),a58u(0x1eb)]},async function(a,b){const v=a58u;try{const c=a[0x0],d=this[v(0x1d1)](c);d&&this[v(0x1f5)](c,a,b);if(c==='ios'){const m=this['fsi'][v(0x1fa)](),n=a58e[v(0x1f6)](m,v(0x1fb),v(0x1f4),'local',v(0x1fc));this[v(0x202)][v(0x1e8)](n)&&await rimraf(n);}if(b[v(0x1e3)]&&b[v(0x1e3)]===!![]||b['m']&&b['m']===!![])throw'Please\x20provide\x20a\x20URL\x20where\x20your\x20mobile\x20app\x20should\x20connect\x20to\x20your\x20server\x20(e.g.,\x20-m\x20|\x20--mobile-server=https://example-server.com)';await this[v(0x202)][v(0x1ee)]();const f=b[v(0x1c7)]?b[v(0x1c7)]:v(0x1ea),g=this[v(0x202)][v(0x1c5)](f),h=a58e[v(0x1f6)](g,v(0x1d2));let i=a58e[v(0x1f6)](g,'settings.json');b[v(0x1d4)]?i=b[v(0x1d4)]:i=a58e[v(0x1f6)](g,'settings.json');if(this['fsi']['isFile'](h)&&!b['docker'])Log[v(0x1cc)]('Node\x20Env\x20Config:\x20'+h),syncSource(h);else!b[v(0x1dd)]&&Log[v(0x203)](v(0x1e2)+h);this['fsi']['isFile'](i)?(Log[v(0x1cc)](v(0x1c6)+i),a=a[v(0x1df)]([v(0x1d7),i])):Log[v(0x203)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+i);const j=g[v(0x1ed)](a58e[v(0x1fd)]),k=j[j[v(0x1c9)]-0x1];k===v(0x1eb)&&a['push'](v(0x1cb));const l=process[v(0x1cf)]['slice'](0x2)[v(0x1dc)](o=>o!==v(0x1ec))['filter'](o=>o!==a[0x0]);l[v(0x1ca)]((o,p)=>{const w=v;o===w(0x1de)&&l['splice'](p,0x2),o==='-e'&&l['splice'](p,0x2);}),this['fsi'][v(0x1ce)]('run',a[v(0x1df)](l));}catch(o){console[v(0x1e9)](o),process[v(0x1ef)](0x1);}});export default Run;
@@ -1 +1 @@
1
- (function(a,b){var f=a52d,c=a();while(!![]){try{var d=parseInt(f(0xa3))/0x1+parseInt(f(0x9d))/0x2+parseInt(f(0xa5))/0x3*(parseInt(f(0xa0))/0x4)+parseInt(f(0xa2))/0x5+parseInt(f(0x9e))/0x6+parseInt(f(0x9b))/0x7*(parseInt(f(0xa4))/0x8)+-parseInt(f(0x9c))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0x1ca60));function a52d(a,b){var c=a52c();return a52d=function(d,e){d=d-0x9b;var f=c[d];return f;},a52d(a,b);}function a52c(){var i=['1232388ESTLqt','(((.+)+)+)+$','92pppzBJ','search','641430NvEAls','33484NbriIt','8YfwUbR','13521tQRsan','apply','544348jnKGSJ','3898008ChwPCC','3726IsyEPd'];a52c=function(){return i;};return a52c();}var a52b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a52d;if(c){var e=c[g(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a52a=a52b(this,function(){var h=a52d;return a52a['toString']()[h(0xa1)]('(((.+)+)+)+$')['toString']()['constructor'](a52a)[h(0xa1)](h(0x9f));});a52a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
1
+ (function(a,b){var f=a59d,c=a();while(!![]){try{var d=parseInt(f(0xe6))/0x1+-parseInt(f(0xe5))/0x2+-parseInt(f(0xe2))/0x3+parseInt(f(0xef))/0x4*(-parseInt(f(0xe4))/0x5)+-parseInt(f(0xe3))/0x6*(parseInt(f(0xe1))/0x7)+-parseInt(f(0xe7))/0x8*(-parseInt(f(0xee))/0x9)+parseInt(f(0xed))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a59c,0xb14e8));var a59b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a59d;if(c){var e=c[g(0xea)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a59a=a59b(this,function(){var h=a59d;return a59a[h(0xec)]()['search']('(((.+)+)+)+$')[h(0xec)]()[h(0xeb)](a59a)[h(0xe8)](h(0xe9));});function a59d(a,b){var c=a59c();return a59d=function(d,e){d=d-0xe1;var f=c[d];return f;},a59d(a,b);}a59a();import'./set.command.js';import'./global.sub.cmd.js';function a59c(){var i=['209688moIzsv','5JcFltq','2527562oWolem','1406656fTFZcd','4206824vefAkg','search','(((.+)+)+)+$','apply','constructor','toString','17961550obUhml','9GSIFKA','3842548RVuHRU','84hOqpSl','1075866RrHyiL'];a59c=function(){return i;};return a59c();}import'./local.sub.cmd.js';
@@ -1 +1 @@
1
- const a53k=a53d;(function(a,b){const h=a53d,c=a();while(!![]){try{const d=parseInt(h(0xd5))/0x1*(parseInt(h(0xb4))/0x2)+parseInt(h(0xc9))/0x3+-parseInt(h(0xbb))/0x4+-parseInt(h(0xc4))/0x5*(-parseInt(h(0xb7))/0x6)+parseInt(h(0xb2))/0x7+-parseInt(h(0xc1))/0x8+-parseInt(h(0xd3))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x2fd93));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a53d;if(c){const e=c[i(0xbd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const j=a53d;return a53a[j(0xca)]()[j(0xb8)](j(0xc3))[j(0xca)]()[j(0xb6)](a53a)['search'](j(0xc3));});a53a();function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0xb0;let f=c[d];return f;},a53d(a,b);}import a53e from'path';import a53f from'./set.command.js';import{Command}from'../../command.js';function a53c(){const m=['allowInsecure','cacert','One\x20or\x20the\x20other\x20buddy','1538469aurPBk','Set\x20allowInsecure:\x20','20619dKdWDn','error','create','2249268ETMWSu','help','14LwKKdx','setGlobalConfig','constructor','6LfXzGL','search','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','global-config','604132wlwnTo','success','apply','Set\x20global\x20Maka-CLI\x20settings','boolean','maka\x20set:gc\x20--insecure\x20<path>','2989960PikIwy','fsi','(((.+)+)+)+$','1640515TUQipK','isFile','disallowInsecure','maka\x20set:gc\x20--workspace\x20<path>','resolve','293838YzBfok','toString','workspace','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','maka\x20set:global-config\x20--cacert\x20<path>','exit','maka\x20set:global-config\x20<args>'];a53c=function(){return m;};return a53c();}import{Log}from'../../tools/log/log.class.js';Command[a53k(0xb1)]({'name':a53k(0xba),'usage':a53k(0xcf),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a53k(0xd1),'allowInsecure',a53k(0xc6),'workspace',a53k(0xb3)],'shortDesc':a53k(0xbe),'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':[a53k(0xcd),a53k(0xc0),a53k(0xc7)]},async function(a,b){const l=a53k;try{if(b[l(0xd1)]){if(this[l(0xc2)][l(0xc5)](b[l(0xd1)]))this[l(0xc2)][l(0xb5)]({'cert':b[l(0xd1)]}),Log['success']('Set\x20CA\x20Cert\x20Path:\x20'+b['cacert']);else{const c=typeof b[l(0xd1)]===l(0xbf)?l(0xb9):l(0xcc)+b[l(0xd1)];throw Log[l(0xb0)](c);}}if(b[l(0xcb)]){const d=this[l(0xc2)]['isDirectory'](b[l(0xcb)]);if(d)this[l(0xc2)][l(0xb5)]({'workspace':a53e[l(0xc8)](b[l(0xcb)])}),Log[l(0xbc)]('Set\x20workspace:\x20'+a53e[l(0xc8)](b[l(0xcb)]));else throw Log[l(0xb0)]('Could\x20not\x20find\x20directory');}if(b[l(0xd0)]){if(b[l(0xd0)]&&b[l(0xc6)])throw Log[l(0xb0)](l(0xd2));let f=b['allowInsecure'];b[l(0xc6)]&&(f=![]),this[l(0xc2)]['setGlobalConfig']({'allowInsecure':f}),Log[l(0xbc)](l(0xd4)+f);}}catch(g){console[l(0xb0)](g),process[l(0xce)](0x0);}},a53f);
1
+ const a60k=a60d;(function(a,b){const h=a60d,c=a();while(!![]){try{const d=parseInt(h(0x192))/0x1*(parseInt(h(0x196))/0x2)+-parseInt(h(0x188))/0x3*(-parseInt(h(0x183))/0x4)+parseInt(h(0x198))/0x5*(-parseInt(h(0x186))/0x6)+-parseInt(h(0x182))/0x7+-parseInt(h(0x18c))/0x8+-parseInt(h(0x1a1))/0x9+parseInt(h(0x17e))/0xa*(parseInt(h(0x17f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a60c,0x70ec7));const a60b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a60d;if(c){const e=c[i(0x19d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a60a=a60b(this,function(){const j=a60d;return a60a[j(0x1a3)]()[j(0x1a4)]('(((.+)+)+)+$')[j(0x1a3)]()['constructor'](a60a)['search'](j(0x199));});function a60c(){const m=['apply','resolve','maka\x20set:gc\x20--insecure\x20<path>','boolean','6070401lyQKWT','disallowInsecure','toString','search','10VZbyyK','13255198YlJmIE','exit','error','3212489QAKRUa','208756AwsRVF','setGlobalConfig','maka\x20set:global-config\x20<args>','240cTmgTa','Set\x20CA\x20Cert\x20Path:\x20','24SbuyaZ','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','isDirectory','workspace','3256224ILKxTG','Set\x20global\x20Maka-CLI\x20settings','cacert','success','Could\x20not\x20find\x20directory','isFile','792849svLVQj','create','global-config','maka\x20set:gc\x20--workspace\x20<path>','2IcoWMF','Set\x20allowInsecure:\x20','51550orcXAF','(((.+)+)+)+$','help','fsi','allowInsecure'];a60c=function(){return m;};return a60c();}a60a();import a60e from'path';function a60d(a,b){const c=a60c();return a60d=function(d,e){d=d-0x17e;let f=c[d];return f;},a60d(a,b);}import a60f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a60k(0x193)]({'name':a60k(0x194),'usage':a60k(0x185),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a60k(0x18e),a60k(0x19c),a60k(0x1a2),a60k(0x18b),a60k(0x19a)],'shortDesc':a60k(0x18d),'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':['maka\x20set:global-config\x20--cacert\x20<path>',a60k(0x19f),a60k(0x195)]},async function(a,b){const l=a60k;try{if(b[l(0x18e)]){if(this[l(0x19b)][l(0x191)](b[l(0x18e)]))this[l(0x19b)][l(0x184)]({'cert':b[l(0x18e)]}),Log[l(0x18f)](l(0x187)+b[l(0x18e)]);else{const c=typeof b['cacert']===l(0x1a0)?l(0x189):'CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+b[l(0x18e)];throw Log['error'](c);}}if(b[l(0x18b)]){const d=this['fsi'][l(0x18a)](b[l(0x18b)]);if(d)this['fsi'][l(0x184)]({'workspace':a60e[l(0x19e)](b[l(0x18b)])}),Log['success']('Set\x20workspace:\x20'+a60e[l(0x19e)](b[l(0x18b)]));else throw Log[l(0x181)](l(0x190));}if(b[l(0x19c)]){if(b[l(0x19c)]&&b[l(0x1a2)])throw Log[l(0x181)]('One\x20or\x20the\x20other\x20buddy');let f=b['allowInsecure'];b[l(0x1a2)]&&(f=![]),this[l(0x19b)][l(0x184)]({'allowInsecure':f}),Log['success'](l(0x197)+f);}}catch(g){console['error'](g),process[l(0x180)](0x0);}},a60f);
@@ -1 +1 @@
1
- function a54c(){var k=['1625046IwYcGV','maka\x20set:local-config\x20<opts>','notice','6292773SwXSuI','12oOJPlj','2271738xNEmCi','12pckGjn','16OpczBm','97388hQaWzh','Sorry,\x20not\x20implemented\x20yet','constructor','toString','Set\x20local\x20maka\x20app\x20settings','maka\x20set:lc\x20<opts>','13748207legKaI','16LlmAPm','73279LyuxCO','(((.+)+)+)+$','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','search','14420530dlrHzC','apply','15aggAyH'];a54c=function(){return k;};return a54c();}var a54i=a54d;function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0x1f1;var f=c[d];return f;},a54d(a,b);}(function(a,b){var f=a54d,c=a();while(!![]){try{var d=parseInt(f(0x204))/0x1*(parseInt(f(0x203))/0x2)+-parseInt(f(0x1f4))/0x3+parseInt(f(0x1fc))/0x4*(parseInt(f(0x1f3))/0x5)+-parseInt(f(0x1fa))/0x6*(parseInt(f(0x1f9))/0x7)+parseInt(f(0x1fb))/0x8*(-parseInt(f(0x1f7))/0x9)+parseInt(f(0x1f1))/0xa+-parseInt(f(0x202))/0xb*(-parseInt(f(0x1f8))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0xba0a3));var a54b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a54d;if(c){var e=c[g(0x1f2)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a54a=a54b(this,function(){var h=a54d;return a54a[h(0x1ff)]()[h(0x207)](h(0x205))[h(0x1ff)]()[h(0x1fe)](a54a)['search'](h(0x205));});a54a();import a54e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command['create']({'name':'local-config','usage':a54i(0x1f5),'examples':[a54i(0x201),a54i(0x1f5)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a54i(0x200),'validOpts':[],'description':a54i(0x206)},async function(){var j=a54i;Log[j(0x1f6)](j(0x1fd));},a54e);
1
+ var a61h=a61d;(function(a,b){var f=a61d,c=a();while(!![]){try{var d=parseInt(f(0x1c3))/0x1+-parseInt(f(0x1bd))/0x2*(-parseInt(f(0x1cb))/0x3)+parseInt(f(0x1bf))/0x4*(parseInt(f(0x1c7))/0x5)+-parseInt(f(0x1c5))/0x6+parseInt(f(0x1c0))/0x7*(parseInt(f(0x1ca))/0x8)+parseInt(f(0x1cd))/0x9+parseInt(f(0x1c2))/0xa*(parseInt(f(0x1cf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a61c,0x3662a));var a61b=(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;};}()),a61a=a61b(this,function(){var g=a61d;return a61a[g(0x1be)]()[g(0x1c9)](g(0x1c8))[g(0x1be)]()['constructor'](a61a)['search'](g(0x1c8));});a61a();import a61e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';function a61d(a,b){var c=a61c();return a61d=function(d,e){d=d-0x1bd;var f=c[d];return f;},a61d(a,b);}function a61c(){var j=['97243LQjtUT','maka\x20set:local-config\x20<opts>','1845618irUKtm','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20','190vzNznx','(((.+)+)+)+$','search','8MbJfwN','2517bGsvGU','Sorry,\x20not\x20implemented\x20yet','593271IKZryu','create','11ApBiuj','278ztHqLv','toString','10504fpDCLw','74074uYHycS','notice','1402120IgoXcW'];a61c=function(){return j;};return a61c();}Command[a61h(0x1ce)]({'name':'local-config','usage':a61h(0x1c4),'examples':['maka\x20set:lc\x20<opts>',a61h(0x1c4)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':'Set\x20local\x20maka\x20app\x20settings','validOpts':[],'description':a61h(0x1c6)},async function(){var i=a61h;Log[i(0x1c1)](i(0x1cc));},a61e);
@@ -1 +1 @@
1
- const a55i=a55d;(function(a,b){const f=a55d,c=a();while(!![]){try{const d=parseInt(f(0x1a8))/0x1*(-parseInt(f(0x199))/0x2)+-parseInt(f(0x1a1))/0x3*(-parseInt(f(0x19d))/0x4)+parseInt(f(0x1a4))/0x5*(parseInt(f(0x1a5))/0x6)+parseInt(f(0x19a))/0x7+parseInt(f(0x19e))/0x8*(parseInt(f(0x1a6))/0x9)+parseInt(f(0x1ad))/0xa*(parseInt(f(0x1a7))/0xb)+-parseInt(f(0x1a0))/0xc*(parseInt(f(0x1aa))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0xdfe92));function a55c(){const k=['2RSqRuW','set','26XgqjXu','toString','help','490MhERlK','apply','constructor','search','372304HGAJaJ','9909928MiXYDa','(((.+)+)+)+$','create','4qaFUFk','64peWPIC','findSubCommand','15293496UqoTKG','1595595GZPADe','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','maka\x20set:<sub-command>\x20<opts>','580fzxtJF','13206OAtzLg','1052667xwOVld','157091HPtceI'];a55c=function(){return k;};return a55c();}const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a55d;if(c){const e=c[g(0x196)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const h=a55d;return a55a[h(0x1ab)]()[h(0x198)](h(0x19b))[h(0x1ab)]()[h(0x197)](a55a)[h(0x198)](h(0x19b));});a55a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0x196;let f=c[d];return f;},a55d(a,b);}const SetCommand=Command[a55i(0x19c)]({'name':a55i(0x1a9),'usage':a55i(0x1a3),'minArgLength':0x1,'shortDesc':'Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','description':a55i(0x1a2),'validOpts':[]},async function(a,b){const j=a55i,c=a[0x0];if(b[j(0x1ac)])throw new UsageError();const d=this[j(0x19f)](c);d&&this['runSubCommand'](c,a,b);});export default SetCommand;
1
+ const a62i=a62d;(function(a,b){const f=a62d,c=a();while(!![]){try{const d=parseInt(f(0x1fa))/0x1*(parseInt(f(0x1f4))/0x2)+-parseInt(f(0x204))/0x3*(parseInt(f(0x1f2))/0x4)+-parseInt(f(0x1fc))/0x5*(parseInt(f(0x1ef))/0x6)+-parseInt(f(0x1f5))/0x7*(parseInt(f(0x1ec))/0x8)+-parseInt(f(0x1f0))/0x9+parseInt(f(0x1fb))/0xa*(parseInt(f(0x1f1))/0xb)+parseInt(f(0x1f8))/0xc*(parseInt(f(0x1f3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a62c,0xc2715));const a62b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a62d;if(c){const e=c[g(0x203)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a62a=a62b(this,function(){const h=a62d;return a62a[h(0x1fe)]()[h(0x1fd)]('(((.+)+)+)+$')[h(0x1fe)]()[h(0x1f6)](a62a)[h(0x1fd)](h(0x1f9));});a62a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a62i(0x1ff)]({'name':a62i(0x1f7),'usage':a62i(0x1ee),'minArgLength':0x1,'shortDesc':a62i(0x1ed),'description':a62i(0x201),'validOpts':[]},async function(a,b){const j=a62i,c=a[0x0];if(b[j(0x200)])throw new UsageError();const d=this['findSubCommand'](c);d&&this[j(0x202)](c,a,b);});function a62d(a,b){const c=a62c();return a62d=function(d,e){d=d-0x1ec;let f=c[d];return f;},a62d(a,b);}function a62c(){const k=['toString','create','help','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20either\x20the\x20global\x20~/.maka\x20config\x20file,\x0a\x20\x20or\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config\x20file.\x0a\x20\x20','runSubCommand','apply','250911idPpqO','26120FFXYUC','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','maka\x20set:<sub-command>\x20<opts>','26682EipgKh','5762727ofCCoD','1199oXdvPu','76GexfRz','52WDrIyh','8294VCFsuO','3038twNgMC','constructor','set','8204688oleaho','(((.+)+)+)+$','239YwatmV','102890vqymVu','455nQxioc','search'];a62c=function(){return k;};return a62c();}export default SetCommand;