@maka/maka-cli 4.2.24 → 4.2.26

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 (95) hide show
  1. package/dist/command.js +1 -1
  2. package/dist/commands/_index.js +1 -1
  3. package/dist/commands/aws/_index.js +1 -1
  4. package/dist/commands/aws/aws.command.js +1 -1
  5. package/dist/commands/aws/ci.sub.cmd.js +1 -1
  6. package/dist/commands/aws/ckp.sub.cmd.js +1 -1
  7. package/dist/commands/aws/csg.sub.cmd.js +1 -1
  8. package/dist/commands/aws/di.sub.cmd.js +1 -1
  9. package/dist/commands/aws/dkp.sub.cmd.js +1 -0
  10. package/dist/commands/aws/dsg.sub.cmd.js +1 -0
  11. package/dist/commands/aws/rbi.sub.cmd.js +1 -1
  12. package/dist/commands/aws/rkp.sub.cmd.js +1 -0
  13. package/dist/commands/aws/sth.sub.cmd.js +1 -1
  14. package/dist/commands/aws/ti.sub.cmd.js +1 -1
  15. package/dist/commands/build/_index.js +1 -1
  16. package/dist/commands/build/build.js +1 -1
  17. package/dist/commands/build/docker.sub.cmd.js +1 -1
  18. package/dist/commands/create.js +1 -1
  19. package/dist/commands/debug.js +1 -1
  20. package/dist/commands/deploy.js +1 -1
  21. package/dist/commands/game/_index.js +1 -1
  22. package/dist/commands/game/battleship.sub.cmd.js +1 -1
  23. package/dist/commands/game/play.command.js +1 -1
  24. package/dist/commands/game/pong.sub.cmd.js +1 -1
  25. package/dist/commands/game/snake.sub.cmd.js +1 -1
  26. package/dist/commands/game/tetris.sub.cmd.js +1 -1
  27. package/dist/commands/generate.js +1 -1
  28. package/dist/commands/get/_index.js +1 -1
  29. package/dist/commands/get/get.command.js +1 -1
  30. package/dist/commands/get/global.sub.cmd.js +1 -1
  31. package/dist/commands/get/local.sub.cmd.js +1 -1
  32. package/dist/commands/get/whoami.sub.cmd.js +1 -1
  33. package/dist/commands/help.js +1 -1
  34. package/dist/commands/install.js +1 -1
  35. package/dist/commands/jsdoc.js +1 -1
  36. package/dist/commands/login.js +1 -1
  37. package/dist/commands/logout.js +1 -1
  38. package/dist/commands/logs.js +1 -1
  39. package/dist/commands/maka.cmd.js +1 -1
  40. package/dist/commands/murder.js +1 -1
  41. package/dist/commands/proxy.js +1 -1
  42. package/dist/commands/reconfig.js +1 -1
  43. package/dist/commands/run.js +1 -1
  44. package/dist/commands/set/_index.js +1 -1
  45. package/dist/commands/set/global.sub.cmd.js +1 -1
  46. package/dist/commands/set/local.sub.cmd.js +1 -1
  47. package/dist/commands/set/set.command.js +1 -1
  48. package/dist/commands/ssh.js +1 -1
  49. package/dist/commands/ssl.js +1 -1
  50. package/dist/commands/test.js +1 -1
  51. package/dist/commands/version.js +1 -1
  52. package/dist/error.js +1 -1
  53. package/dist/generator.js +1 -1
  54. package/dist/generators/_index.js +1 -1
  55. package/dist/generators/api.js +1 -1
  56. package/dist/generators/collection.js +1 -1
  57. package/dist/generators/component.js +1 -1
  58. package/dist/generators/config.js +1 -1
  59. package/dist/generators/dbc.js +1 -1
  60. package/dist/generators/dockerfile.js +1 -1
  61. package/dist/generators/hook.js +1 -1
  62. package/dist/generators/kit.js +1 -1
  63. package/dist/generators/layout.js +1 -1
  64. package/dist/generators/maka.gen.js +1 -1
  65. package/dist/generators/methods.js +1 -1
  66. package/dist/generators/package.js +1 -1
  67. package/dist/generators/page.js +1 -1
  68. package/dist/generators/publish.js +1 -1
  69. package/dist/generators/route.js +1 -1
  70. package/dist/generators/scaffold.js +1 -1
  71. package/dist/generators/service.js +1 -1
  72. package/dist/generators/services/_index.js +1 -1
  73. package/dist/generators/services/openssl.js +1 -1
  74. package/dist/generators/services/translation.js +1 -1
  75. package/dist/maka.js +1 -1
  76. package/dist/tool.js +1 -1
  77. package/dist/tools/actions/actions.class.js +1 -1
  78. package/dist/tools/actions/actions.test.js +1 -1
  79. package/dist/tools/aws/aws.class.js +1 -1
  80. package/dist/tools/aws/aws.interfaces.js +1 -1
  81. package/dist/tools/docker/docker.class.js +1 -1
  82. package/dist/tools/docker/docker.interfaces.js +1 -1
  83. package/dist/tools/fsi/fsi.class.js +1 -1
  84. package/dist/tools/fsi/fsi.interfaces.js +1 -1
  85. package/dist/tools/https/https.class.js +1 -1
  86. package/dist/tools/https/https.interface.js +1 -1
  87. package/dist/tools/log/log.class.js +1 -1
  88. package/dist/tools/log/log.interfaces.js +1 -1
  89. package/dist/tools/spawn-async/spawn-async.class.js +1 -1
  90. package/dist/tools/spawn-async/spawn-async.interfaces.js +1 -1
  91. package/dist/tools/ssh/ssh.class.js +1 -1
  92. package/dist/tools/ssh/ssh.interfaces.js +1 -1
  93. package/dist/tools/ssl/ssl.class.js +1 -1
  94. package/package.json +1 -1
  95. package/dist/commands/aws/dks.sub.cmd.js +0 -1
@@ -1 +0,0 @@
1
- var a8y=a8d;(function(a,b){var v=a8d,c=a();while(!![]){try{var d=-parseInt(v(0x1f7))/0x1+parseInt(v(0x1e7))/0x2+parseInt(v(0x1f9))/0x3+parseInt(v(0x1db))/0x4+-parseInt(v(0x1f5))/0x5*(-parseInt(v(0x1fc))/0x6)+parseInt(v(0x1eb))/0x7*(-parseInt(v(0x1dd))/0x8)+-parseInt(v(0x1ea))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a8c,0xb650f));var a8b=(function(){var a=!![];return function(b,c){var w=a8d;if('CwMCn'===w(0x1ec))c(d);else{var d=a?function(){if(c){var f=c['apply'](b,arguments);return c=null,f;}}:function(){};return a=![],d;}};}()),a8a=a8b(this,function(){var x=a8d;return a8a[x(0x1fd)]()[x(0x1e9)]('(((.+)+)+)+$')['toString']()['constructor'](a8a)['search']('(((.+)+)+)+$');});function a8d(a,b){var c=a8c();return a8d=function(d,e){d=d-0x1da;var f=c[d];return f;},a8d(a,b);}a8a();var __awaiter=this&&this[a8y(0x1f3)]||function(a,b,c,d){function e(f){var z=a8d;if(z(0x1f4)===z(0x1e1))try{i(j[z(0x1e2)](k));}catch(h){m(h);}else return f instanceof c?f:new c(function(h){h(f);});}return new(c||(c=Promise))(function(f,g){var D=a8d;function h(k){var A=a8d;try{'YBMQl'!==A(0x1de)?j(d['next'](k)):h['done']?i(j[A(0x1f8)]):k(l[A(0x1f8)])[A(0x1ef)](m,n);}catch(m){if(A(0x1e4)!==A(0x1f1))g(m);else try{i(j[A(0x1ed)](k));}catch(o){m(o);}}}function i(k){var B=a8d;try{j(d[B(0x1e2)](k));}catch(l){B(0x1f6)===B(0x1f6)?g(l):(d[B(0x1e5)](l),f['exit'](0x0));}}function j(k){var C=a8d;if(C(0x1df)===C(0x1df))k[C(0x1f2)]?f(k['value']):e(k[C(0x1f8)])[C(0x1ef)](h,i);else{if(e){var m=i[C(0x1e6)](j,arguments);return k=null,m;}}}j((d=d[D(0x1e6)](a,b||[]))[D(0x1ed)]());});};import a8u from'./aws.command.js';import{Command}from'../../command.js';import{AWS}from'../../tools/aws/aws.class.js';Command[a8y(0x1e0)]({'name':'describe-key-pairs','aliases':[a8y(0x1e3)],'usage':'maka\x20aws\x20describe-key-pairs','validOpts':[a8y(0x1f0)]},function(){return __awaiter(this,void 0x0,void 0x0,function*(){var E=a8d;if(E(0x1fb)===E(0x1fb))try{if('vGdvd'!==E(0x1fa)){const a=new AWS();a[E(0x1da)]();}else return f instanceof g?h:new i(function(m){m(k);});}catch(c){console['error'](c),process[E(0x1ee)](0x0);}else return c['toString']()[E(0x1e9)]('(((.+)+)+)+$')[E(0x1fd)]()[E(0x1e8)](d)[E(0x1e9)](E(0x1dc));});},a8u);function a8c(){var F=['throw','dkp','moPBz','error','apply','1135466bDPNgl','constructor','search','20196981RUkpND','633731jFyQWk','EAmTa','next','exit','then','help','RTTSo','done','__awaiter','qledC','3130aXOPoj','VNZlm','347730dOYQHN','value','4429347EwHAeg','dTpVI','lTwka','12786cjEBGR','toString','ec2describeKeys','565936oqcpme','(((.+)+)+)+$','16tnAOeX','eETID','EMAjj','create','QZyLP'];a8c=function(){return F;};return a8c();}