@maka/maka-cli 4.4.1 → 4.4.2
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.
- package/bundle/obf/package.json +28 -27
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/aws/_index.js +1 -1
- package/bundle/obf/src/commands/aws/aws.command.js +1 -1
- package/bundle/obf/src/commands/aws/ci.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ckp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/csg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/di.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/dsg.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rbi.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/rkp.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/sth.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/aws/ti.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/build/_index.js +1 -1
- package/bundle/obf/src/commands/build/build.js +1 -1
- package/bundle/obf/src/commands/build/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/create.js +1 -1
- package/bundle/obf/src/commands/debug.js +1 -1
- package/bundle/obf/src/commands/deploy.js +1 -1
- package/bundle/obf/src/commands/game/_index.js +1 -1
- package/bundle/obf/src/commands/game/battleship.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/play.command.js +1 -1
- package/bundle/obf/src/commands/game/pong.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/snake.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/game/tetris.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/generate.js +1 -1
- package/bundle/obf/src/commands/get/_index.js +1 -1
- package/bundle/obf/src/commands/get/get.command.js +1 -1
- package/bundle/obf/src/commands/get/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/get/whoami.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/help.js +1 -1
- package/bundle/obf/src/commands/install.js +1 -1
- package/bundle/obf/src/commands/jsdoc.js +1 -1
- package/bundle/obf/src/commands/lint.js +1 -1
- package/bundle/obf/src/commands/login.js +1 -1
- package/bundle/obf/src/commands/logout.js +1 -1
- package/bundle/obf/src/commands/logs.js +1 -1
- package/bundle/obf/src/commands/maka.cmd.js +1 -1
- package/bundle/obf/src/commands/murder.js +1 -1
- package/bundle/obf/src/commands/proxy.js +1 -1
- package/bundle/obf/src/commands/reconfig.js +1 -1
- package/bundle/obf/src/commands/run/_index.js +1 -1
- package/bundle/obf/src/commands/run/docker.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/run/run.command.js +1 -1
- package/bundle/obf/src/commands/set/_index.js +1 -1
- package/bundle/obf/src/commands/set/global.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/local.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/set/set.command.js +1 -1
- package/bundle/obf/src/commands/ssh.js +1 -1
- package/bundle/obf/src/commands/ssl.js +1 -1
- package/bundle/obf/src/commands/test.js +1 -1
- package/bundle/obf/src/commands/version.js +1 -1
- package/bundle/obf/src/error.js +1 -1
- package/bundle/obf/src/generator.js +1 -1
- package/bundle/obf/src/generators/_index.js +1 -1
- package/bundle/obf/src/generators/api.js +1 -1
- package/bundle/obf/src/generators/collection.js +1 -1
- package/bundle/obf/src/generators/component.js +1 -1
- package/bundle/obf/src/generators/config.js +1 -1
- package/bundle/obf/src/generators/dbc.js +1 -1
- package/bundle/obf/src/generators/dockerfile.js +1 -1
- package/bundle/obf/src/generators/hook.js +1 -1
- package/bundle/obf/src/generators/kit.js +1 -1
- package/bundle/obf/src/generators/layout.js +1 -1
- package/bundle/obf/src/generators/maka.gen.js +1 -1
- package/bundle/obf/src/generators/methods.js +1 -1
- package/bundle/obf/src/generators/package.js +1 -1
- package/bundle/obf/src/generators/page.js +1 -1
- package/bundle/obf/src/generators/publish.js +1 -1
- package/bundle/obf/src/generators/route.js +1 -1
- package/bundle/obf/src/generators/service.js +1 -1
- package/bundle/obf/src/generators/services/_index.js +1 -1
- package/bundle/obf/src/generators/services/openssl.js +1 -1
- package/bundle/obf/src/generators/services/translation.js +1 -1
- package/bundle/obf/src/maka.js +1 -1
- package/bundle/obf/src/tool.js +1 -1
- package/bundle/obf/src/tools/actions/actions.class.js +1 -1
- package/bundle/obf/src/tools/actions/actions.test.js +1 -1
- package/bundle/obf/src/tools/aws/aws.class.js +1 -1
- package/bundle/obf/src/tools/aws/aws.interfaces.js +1 -1
- package/bundle/obf/src/tools/docker/docker.class.js +1 -1
- package/bundle/obf/src/tools/docker/docker.interfaces.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.class.js +1 -1
- package/bundle/obf/src/tools/fsi/fsi.interfaces.js +1 -1
- package/bundle/obf/src/tools/https/https.class.js +1 -1
- package/bundle/obf/src/tools/https/https.interface.js +1 -1
- package/bundle/obf/src/tools/log/log.class.js +1 -1
- package/bundle/obf/src/tools/log/log.interfaces.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.class.js +1 -1
- package/bundle/obf/src/tools/spawn-async/spawn-async.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.class.js +1 -1
- package/bundle/obf/src/tools/ssh/ssh.interfaces.js +1 -1
- package/bundle/obf/src/tools/ssl/ssl.class.js +1 -1
- package/package.json +28 -28
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a36z=a36d;(function(a,b){const w=a36d,c=a();while(!![]){try{const d=-parseInt(w(0x1ba))/0x1*(parseInt(w(0x1c1))/0x2)+-parseInt(w(0x1c3))/0x3*(parseInt(w(0x1cc))/0x4)+-parseInt(w(0x1dd))/0x5*(parseInt(w(0x1b4))/0x6)+parseInt(w(0x1b1))/0x7+-parseInt(w(0x1ca))/0x8*(parseInt(w(0x1d9))/0x9)+parseInt(w(0x1bc))/0xa+parseInt(w(0x1b3))/0xb*(parseInt(w(0x1b5))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a36c,0xe7f2f));const a36b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a36d;if(c){const e=c[x(0x1ac)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a36a=a36b(this,function(){const y=a36d;return a36a['toString']()[y(0x1d5)](y(0x1e3))['toString']()[y(0x1cd)](a36a)[y(0x1d5)](y(0x1e3));});function a36c(){const B=['maka\x20login','5zDplRz','sha256','start','parse','toHex','MAKA_DEV','(((.+)+)+)+$','notice','failure','env','digest','isFile','withSpinner','help','True','apply','update','get','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','2521519YqCZDF','Password:\x20','11yEaJTT','2668866fUdmVD','53377224lYNlfs','post','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','assign','Using\x20CA\x20Cert\x20','576116FAsLBA','maka\x20login\x20<opts>','490050saFNGs','Logging\x20in','create','cert','setGlobalConfig','6BzetPo','/api/v1/encodeJwt','1358499sHjajK','Preflight\x20Check','password','maka\x20login\x20--email\x20<address>\x20--password\x20<password>','/api/v1/login','localhost','success','10250152Nnhmsy','error','4paBcmr','constructor','getGlobalConfig','ask','/api/v1/status','cacert','fsi','https://','email','search','Email:','www.maka-cli.com','authToken','9rglXsa','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com'];a36c=function(){return B;};return a36c();}a36a();import a36e 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 a36d(a,b){const c=a36c();return a36d=function(d,e){d=d-0x1a4;let f=c[d];return f;},a36d(a,b);}import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a36z(0x1a6)][a36z(0x1e2)]===a36z(0x1ab)?a36z(0x1c8):a36z(0x1d7);Command[a36z(0x1be)]({'name':'login','validOpts':[a36z(0x1d4),a36z(0x1c5),a36z(0x1aa),a36z(0x1d1),'debug'],'usage':a36z(0x1bb),'maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a36z(0x1da),'examples':[a36z(0x1dc),a36z(0x1c6)]},async function(a,b){const A=a36z,c=Log[A(0x1a9)]();try{let d='';b[A(0x1d1)]&&(this[A(0x1d2)][A(0x1a8)](b[A(0x1d1)])?(d=b[A(0x1d1)],Log[A(0x1a4)](A(0x1b9)+d)):Log[A(0x1cb)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this['fsi'][A(0x1ce)]();if(f[A(0x1bf)]){if(this[A(0x1d2)][A(0x1a8)](f[A(0x1bf)]))d=f['cert'];else{Log[A(0x1cb)](A(0x1b0)+d);return;}}Log['header']('Logging\x20into\x20https://'+hostname);const g={'url':A(0x1d3)+hostname+A(0x1d0)};b[A(0x1d1)]&&Object['assign'](g,{'cert':d});c[A(0x1df)](A(0x1c4));const {statusCode:h}=await HTTPS[A(0x1ae)](g);if(h===0x198){c[A(0x1a5)]();throw A(0x1db);}if(h!==0xc8){c['failure']();throw A(0x1d3)+hostname+A(0x1b7);}c['success']();const i=b[A(0x1d4)]?b['email']:await Actions[A(0x1cf)](A(0x1d6)),j=b[A(0x1c5)]?b['password']:await Actions['ask'](A(0x1b2),!![]),k=a36e['md'][A(0x1de)]['create']();k[A(0x1ad)](j);const l=k[A(0x1a7)]()[A(0x1e1)](),m={'hostname':hostname,'path':A(0x1c7),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x1d1)]&&Object[A(0x1b8)](m,{'cert':d});c[A(0x1df)](A(0x1bd));const {data:n,statusCode:o}=await HTTPS[A(0x1b6)](m);if(o===0x198){c['failure']('\x0a');throw A(0x1af)+hostname;}const p=JSON[A(0x1e0)](n);if(p[A(0x1d8)]){const q={'hostname':hostname,'path':A(0x1c2),'headers':{'x-auth-token':p[A(0x1d8)]},'data':{}};b[A(0x1d1)]&&Object['assign'](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x1b6)](q),{token:t}=JSON['parse'](r);if(s===0x198)throw A(0x1af)+hostname;const u={'token':p,'hash':t};this[A(0x1d2)][A(0x1c0)](u);}else{c[A(0x1a5)]();throw p;}c[A(0x1c9)]();}catch(v){c['failure'](),console['error'](v),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a37o=a37d;
|
|
1
|
+
const a37o=a37d;(function(a,b){const l=a37d,c=a();while(!![]){try{const d=-parseInt(l(0x169))/0x1*(-parseInt(l(0x185))/0x2)+parseInt(l(0x16c))/0x3+-parseInt(l(0x17e))/0x4+parseInt(l(0x194))/0x5*(-parseInt(l(0x16d))/0x6)+parseInt(l(0x189))/0x7+parseInt(l(0x171))/0x8*(-parseInt(l(0x180))/0x9)+parseInt(l(0x190))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a37c,0xb0367));const a37b=(function(){let a=!![];return function(b,c){const d=a?function(){const m=a37d;if(c){const e=c[m(0x18b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a37a=a37b(this,function(){const n=a37d;return a37a[n(0x168)]()['search'](n(0x18d))[n(0x168)]()[n(0x191)](a37a)[n(0x181)](n(0x18d));});function a37d(a,b){const c=a37c();return a37d=function(d,e){d=d-0x168;let f=c[d];return f;},a37d(a,b);}a37a();function a37c(){const q=['519730hFtLVG','logout','Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','localhost','7434238WIXBPJ','True','apply','failure','(((.+)+)+)+$','cacert','withSpinner','21792740fYWPSs','constructor','Preflight\x20Check','MAKA_DEV','5806685XxahQe','maka\x20logout','toString','1iXcLdl','create','token','328764NwKWLP','6kwoBJT','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','success','https://','16CvlUKs','getGlobalConfig','cert','/api/v1/status','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','assign','env','error','Logging\x20out','Logging\x20out\x20of\x20https://','www.maka-cli.com','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','maka\x20logout\x20<opts>','3137244aQQeEF','isFile','4245057pNXSnk','search','authToken','fsi','post'];a37c=function(){return q;};return a37c();}import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a37o(0x177)][a37o(0x193)]===a37o(0x18a)?a37o(0x188):a37o(0x17b);Command[a37o(0x16a)]({'name':a37o(0x186),'validOpts':['cacert'],'usage':a37o(0x17d),'maxArgLength':0x2,'shortDesc':a37o(0x187),'disableAuthCheck':!![],'examples':[a37o(0x195)]},async function(a,b){const p=a37o,c=Log[p(0x18f)]();try{let d='';b[p(0x18e)]&&(this['fsi']['isFile'](b[p(0x18e)])?(d=b[p(0x18e)],Log['notice']('Using\x20CA\x20Cert\x20'+d)):Log[p(0x178)]('CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20'+d));const f=await this['fsi'][p(0x172)]();if(f[p(0x173)]){if(this[p(0x183)][p(0x17f)](f[p(0x173)]))d=f[p(0x173)];else{c['failure']();throw Log['error'](p(0x175)+d);}}Log['header'](p(0x17a)+hostname);const g={'url':p(0x170)+hostname+p(0x174)};b[p(0x18e)]&&Object[p(0x176)](g,{'cert':d});c['start'](p(0x192));const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[p(0x18c)]();throw p(0x16e);}c[p(0x16f)]();if(h!==0xc8){c[p(0x18c)]();throw p(0x17c);}if(!f?.[p(0x16b)]?.[p(0x182)])throw Log[p(0x178)]('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c['start'](p(0x179));const i={'hostname':hostname,'path':'/api/v1/logoutAll','data':{},'headers':{'x-auth-token':f[p(0x16b)]['authToken']}};b['cacert']&&Object[p(0x176)](i,{'cert':d});const {statusCode:j}=await HTTPS[p(0x184)](i);if(j===0x198){c['failure']('\x0a');throw p(0x16e);}this[p(0x183)]['setGlobalConfig']({'token':{'authToken':'','userId':'','when':''},'hash':''}),c[p(0x16f)]();}catch(k){k&&console[p(0x178)](k),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a38k=a38d;(function(a,b){const h=a38d,c=a();while(!![]){try{const d
|
|
1
|
+
function a38c(){const m=['14715928HCtjyv','48RgGiUZ','maka\x20logs\x20--env\x20staging','1853190kYUXAT','1019744BxoJIx','maka\x20logs\x20--env\x20prod','fsi','logs','toString','2287271yNEKmI','6sFhIvN','View\x20the\x20PM2\x20logs','env','(((.+)+)+)+$','9ydWnfX','create','apply','search','maka\x20l\x20-e\x20p','readFileSync','constructor','50tNtJMx','405136JvwQKS','ssh.json','7625839EWczWu','47544OnASfs','95GYvLyI','parse','sshSync','pm2\x20logs','log','2nEHEVg'];a38c=function(){return m;};return a38c();}const a38k=a38d;function a38d(a,b){const c=a38c();return a38d=function(d,e){d=d-0xcd;let f=c[d];return f;},a38d(a,b);}(function(a,b){const h=a38d,c=a();while(!![]){try{const d=parseInt(h(0xd2))/0x1*(parseInt(h(0xdb))/0x2)+parseInt(h(0xdf))/0x3+-parseInt(h(0xd5))/0x4*(-parseInt(h(0xd6))/0x5)+-parseInt(h(0xe6))/0x6*(parseInt(h(0xe5))/0x7)+-parseInt(h(0xdc))/0x8*(parseInt(h(0xea))/0x9)+-parseInt(h(0xd1))/0xa*(parseInt(h(0xe0))/0xb)+parseInt(h(0xdd))/0xc*(parseInt(h(0xd4))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a38c,0xebae4));const a38b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a38d;if(c){const e=c[i(0xec)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a38a=a38b(this,function(){const j=a38d;return a38a[j(0xe4)]()[j(0xcd)](j(0xe9))[j(0xe4)]()[j(0xd0)](a38a)[j(0xcd)](j(0xe9));});a38a();import a38e from'fs';import a38f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a38k(0xeb)]({'name':a38k(0xe3),'aliases':['l',a38k(0xda)],'usage':a38k(0xe1),'requiredOpts':['env'],'mustBeInMakaProject':!![],'validOpts':[''],'shortDesc':a38k(0xe7),'examples':['maka\x20logs\x20--env\x20dev',a38k(0xde),a38k(0xce)]},function(a,b){const l=a38k,c=l(0xd9),d=this[l(0xe2)]['getConfigPath'](b[l(0xe8)]),e=a38f['join'](d,l(0xd3)),f=a38e[l(0xcf)](e),g=JSON[l(0xd7)](f[l(0xe4)]());Object['assign'](g,{'env':d}),SSH[l(0xd8)](c,g,{'tty':!![],'verbose':!![]});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a39c(){const
|
|
1
|
+
const a39j=a39d;function a39d(a,b){const c=a39c();return a39d=function(d,e){d=d-0x12e;let f=c[d];return f;},a39d(a,b);}(function(a,b){const g=a39d,c=a();while(!![]){try{const d=-parseInt(g(0x131))/0x1*(-parseInt(g(0x13e))/0x2)+-parseInt(g(0x144))/0x3+parseInt(g(0x133))/0x4*(parseInt(g(0x142))/0x5)+-parseInt(g(0x137))/0x6+parseInt(g(0x13a))/0x7+-parseInt(g(0x130))/0x8*(-parseInt(g(0x13c))/0x9)+parseInt(g(0x12e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a39c,0xb4d37));const a39b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a39d;if(c){const e=c[h(0x146)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a39a=a39b(this,function(){const i=a39d;return a39a[i(0x134)]()[i(0x138)]('(((.+)+)+)+$')[i(0x134)]()[i(0x148)](a39a)[i(0x138)](i(0x139));});a39a();import{Command}from'../command.js';const Maka=new Command({'name':'maka','minArgLength':0x1,'shortDesc':a39j(0x135),'validOpts':[],'usage':a39j(0x13f),'disableAuthCheck':!![],'examples':[a39j(0x13d),a39j(0x136),a39j(0x141),a39j(0x13b)],'description':a39j(0x132)},async function(a,b){const k=a39j;try{const c=a[0x0],d=this[k(0x149)](c);d?this[k(0x147)](c,a[k(0x143)](0x1),b):this[k(0x12f)][k(0x145)]();}catch(f){console[k(0x140)](f),process['exit'](0x1);}});export default Maka;function a39c(){const l=['fsi','617512sRuGJN','520627XiFnUX','\x0a\x20\x20Hi,\x20my\x20name\x20is\x20Matt.\x20I\x27ve\x20spent\x20a\x20long\x20time\x20developing\x20Meteor\x0a\x20\x20applications\x20and\x20I\x27ve\x20tried\x20my\x20very\x20best\x20to\x20collect\x20the\x20most\x0a\x20\x20efficient\x20ways\x20to\x20go\x20about\x20setting\x20up\x20and\x20organizing\x20your\x20project.\x0a\x0a\x20\x20I\x20created\x20Maka-CLI\x20as\x20a\x20need\x20to\x20develop\x20prototypes\x20quickly\x0a\x20\x20for\x20a\x20relatively\x20small\x20consulting\x20firm.\x20We\x20had\x20small\x20budgets\x0a\x20\x20for\x20projects,\x20and\x20even\x20smaller\x20budgets\x20for\x20proposals\x20and\x20prototypes.\x0a\x20\x20Maka-CLI\x20was\x20a\x20way\x20to\x20develop\x20our\x20applications\x20quickly\x20and\x20make\x20very\x0a\x20\x20aggresive\x20deadlines.\x0a\x0a\x20\x20Many\x20features\x20are\x20available\x20in\x20the\x20Free\x20License,\x20enough\x20to\x20get\x20your\x0a\x20\x20application\x20scaffolded\x20and\x20built.\x20The\x20Pro\x20Single-License\x20includes\x0a\x20\x20commands\x20that\x20will\x20allow\x20you\x20to\x20create\x20cloud\x20instances\x20(on\x20AWS),\x0a\x20\x20deploy\x20to\x20remote\x20hosts\x20(Ubuntu)\x20and\x20streamline\x20every\x20day\x20tasks,\x20such\x0a\x20\x20as\x20monitoring\x20your\x20application\x20logs.\x0a\x0a\x20\x20Make-CLI\x20has\x20one\x20main\x20goal\x20--\x20provide\x20simple\x20tools\x20to\x20create\x20a\x0a\x20\x20structure\x20for\x20your\x20application,\x20and\x20build\x20/\x20maintain\x20it\x20in\x20a\x20repeatable\x0a\x20\x20manner.\x20This\x20is\x20the\x20nature\x20of\x20scaffolding.\x0a\x0a\x20\x20Thank\x20you\x20for\x20your\x20interest\x20in\x20Maka-CLI!\x20🙏\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x20\x20https://maka-io.medium.com/build-your-webapp-with-meteor-maka-cli-629b7b16831d\x0a\x0a\x20\x20Please\x20ping\x20me\x20on\x20Gitter\x27s\x20Meteor\x20space\x20if\x20you\x20have\x20any\x20questions:\x0a\x20\x20@maka-io\x0a\x20\x20','28BXrQIF','toString','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20install\x20meteor','6017082UfhpUL','search','(((.+)+)+)+$','5397504UJEPrP','maka\x20run','9imjDtF','maka\x20--help','2oIVrPt','maka\x20<command>\x20[<args>]\x20[<opts>]','error','maka\x20create\x20Todo','119190deGdEJ','slice','2146758ewsskl','maybeProxyCommandToMeteor','apply','runSubCommand','constructor','findSubCommand','9233420eqoUZy'];a39c=function(){return l;};return a39c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a40i=a40d;(function(a,b){var f=a40d,c=a();while(!![]){try{var d
|
|
1
|
+
var a40i=a40d;(function(a,b){var f=a40d,c=a();while(!![]){try{var d=-parseInt(f(0x99))/0x1*(-parseInt(f(0x8e))/0x2)+-parseInt(f(0x93))/0x3*(parseInt(f(0x95))/0x4)+-parseInt(f(0x9f))/0x5*(parseInt(f(0x9e))/0x6)+parseInt(f(0x9c))/0x7+-parseInt(f(0xa2))/0x8*(-parseInt(f(0x96))/0x9)+-parseInt(f(0x91))/0xa*(parseInt(f(0xa0))/0xb)+-parseInt(f(0xa1))/0xc*(parseInt(f(0xa3))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a40c,0x46bed));function a40c(){var k=['72960nCIjTU','error','3jYKpsf','murder','2285812rlMVvm','8919ouLPVV','maka\x20murder','exit','19013zyiDiu','constructor','apply','3896459MVTWvk','Murrrrderrrrr','3456534EoEfSL','5FKPxJo','352QeFSqb','12uLrokV','4616gprvoi','117442YRLCjL','log','search','58MKBbSM','toString','%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'];a40c=function(){return k;};return a40c();}var a40b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a40d;if(c){var e=c[g(0x9b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a40a=a40b(this,function(){var h=a40d;return a40a[h(0x8f)]()[h(0x8d)]('(((.+)+)+)+$')[h(0x8f)]()[h(0x9a)](a40a)['search']('(((.+)+)+)+$');});a40a();import{Command}from'../command.js';function a40d(a,b){var c=a40c();return a40d=function(d,e){d=d-0x8c;var f=c[d];return f;},a40d(a,b);}Command['create']({'name':a40i(0x94),'usage':a40i(0x97),'maxArgLength':0x1,'shortDesc':a40i(0x9d),'validOpts':[]},async function(){var j=a40i;try{console[j(0x8c)](j(0x90),'font-family:\x20monospace');}catch(a){console[j(0x92)](a),process[j(0x98)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a41q=a41d;(function(a,b){const n=a41d,c=a();while(!![]){try{const d=-parseInt(n(
|
|
1
|
+
const a41q=a41d;(function(a,b){const n=a41d,c=a();while(!![]){try{const d=-parseInt(n(0x13c))/0x1+-parseInt(n(0x11c))/0x2+parseInt(n(0x113))/0x3+parseInt(n(0x11e))/0x4+parseInt(n(0x120))/0x5*(parseInt(n(0x139))/0x6)+-parseInt(n(0x12f))/0x7*(parseInt(n(0x114))/0x8)+parseInt(n(0x13e))/0x9*(parseInt(n(0x11f))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a41c,0x71a9d));const a41b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a41d;if(c){const e=c[o(0x138)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a41a=a41b(this,function(){const p=a41d;return a41a[p(0x11d)]()['search'](p(0x129))[p(0x11d)]()[p(0x126)](a41a)['search'](p(0x129));});a41a();import a41e from'fs';import a41f from'path';import a41g from'http-proxy';import{Command}from'../command.js';function a41d(a,b){const c=a41c();return a41d=function(d,e){d=d-0x113;let f=c[d];return f;},a41d(a,b);}import{Log}from'../tools/log/log.class.js';function a41c(){const s=['\x20to\x20','.key','error','737570HYzarv','toString','1188520VPzCcW','756570EJTdnZ','5YmDBUy','readFileSync','getConfigPath','appName','utf8','.crt','constructor','isFile','maka\x20proxy\x20--target-host\x20http://192.168.1.20','(((.+)+)+)+$','genSSC','join','genCSR','Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','development','282681xKKOJt','findGenerator','create','mkKeysDir','maka\x20proxy','sslconfig','listenPort','targetPort','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','apply','1158222noVQND','targetHost','fsi','320245NslVxU','.csr','81BGnIKh','313992OIbzuK','24slovIo','proxy','\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','=>\x20SSL\x20Proxy\x20forwarding\x20','bright'];a41c=function(){return s;};return a41c();}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a41h from'../generators/maka.gen.js';Command[a41q(0x131)]({'name':a41q(0x115),'usage':'maka\x20proxy\x20<options>','mustBeInMakaProject':!![],'validOpts':['help',a41q(0x136),a41q(0x135),'targetHost'],'maxArgLength':0x1,'shortDesc':a41q(0x12d),'description':a41q(0x116),'examples':[a41q(0x133),a41q(0x137),a41q(0x128)]},async function(a,b){const r=a41q,c=this[r(0x13b)]['getProjectConfig'](),d=r(0x12e),e=this[r(0x13b)][r(0x122)](d),f=this[r(0x13b)][r(0x132)]({'configPath':e}),g=b[r(0x136)]?b['targetPort']:0xbb8,h=b[r(0x135)]?b['listenPort']:0xd73,i=b[r(0x13a)]?b['targetHost']:'localhost',j=a41f[r(0x12b)](f,c['appName']+'.key'),k=a41f[r(0x12b)](f,c['appName']+r(0x125));if(!this[r(0x13b)][r(0x127)](j)||!this[r(0x13b)]['isFile'](k)){const m=a41h[r(0x130)](r(0x134));m&&await m['invoke']([r(0x134)],{'env':d,'useConfig':!![]}),SSL[r(0x12c)]({'keyName':c[r(0x123)]+r(0x11a),'csrName':c[r(0x123)]+r(0x13d),'cwd':f}),SSL[r(0x12a)]({'keyName':c[r(0x123)]+'.key','crtName':c[r(0x123)]+'.crt','cwd':f});}if(g===h){Log[r(0x11b)]('Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.');throw new UsageError();}const l={'ssl':{'key':a41e[r(0x121)](j,r(0x124)),'cert':a41e[r(0x121)](k,r(0x124))},'target':{'host':i,'port':g},'ws':!![],'xfwd':!![]};a41g['createProxyServer'](l)['listen'](h),Log[r(0x118)](r(0x117)+h+r(0x119)+g);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a42q=a42d;(function(a,b){const n=a42d,c=a();while(!![]){try{const d=-parseInt(n(0x11f))/0x1*(-parseInt(n(0x110))/0x2)+parseInt(n(0x109))/0x3*(-parseInt(n(0x120))/0x4)+-parseInt(n(0x111))/0x5*(-parseInt(n(0x118))/0x6)+parseInt(n(0x12e))/0x7+parseInt(n(0x12b))/0x8*(parseInt(n(0x122))/0x9)+-parseInt(n(0x12d))/0xa*(-parseInt(n(0x103))/0xb)+-parseInt(n(0x10f))/0xc*(parseInt(n(0x114))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a42c,0x9161a));const a42b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a42d;if(c){const e=c[o(0x10a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a42a=a42b(this,function(){const p=a42d;return a42a['toString']()[p(0x127)](p(0x128))[p(0x125)]()[p(0x116)](a42a)[p(0x127)](p(0x128));});a42a();function a42c(){const s=['getConfigPath','maka\x20reconfig\x20--env\x20prod','uname\x20-a','error','create','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','1454orTjkL','584vJCKPV','env','4869162LDizQx','notice','pm2\x20delete\x20all','toString','~/ses.json','search','(((.+)+)+)+$','pm2.config.js','scp','16hhWAPM','ses.json','1660VdykZI','1549079MaCewf','existsSync','ssh','6743JZCiwO','sshSync','_keys','ssh.json','assign','settings.json','1290psBPcQ','apply','readFileSync','join','exit','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','437148kHqueI','1044mlORqG','37310qsjMEm','ping','Checking\x20remote\x20host\x20availability','793QPePnF','Remote\x20host\x20connection\x20successful','constructor','success','576gbCsOK'];a42c=function(){return s;};return a42c();}import a42e from'fs';import a42f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a42d(a,b){const c=a42c();return a42d=function(d,e){d=d-0x102;let f=c[d];return f;},a42d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a42q(0x11d)]({'name':'reconfig','validOpts':[''],'requiredOpts':[a42q(0x121)],'mustBeInMakaProject':!![],'usage':a42q(0x11a),'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':['maka\x20reconfig\x20--env\x20prod']},async function(a,b){const r=a42q;try{const c=this['fsi'][r(0x119)](b['env']),d=a42f[r(0x10c)](c,r(0x106)),f=a42e[r(0x10b)](d)[r(0x125)](),g=JSON['parse'](f);Object[r(0x107)](g,{'env':c}),Log[r(0x123)](r(0x113));const h=SSH[r(0x112)](r(0x11b),g);if(!h)throw r(0x10e);if(h)Log[r(0x117)](r(0x115));const i=a42f[r(0x10c)](c,r(0x105),r(0x12c));if(a42e[r(0x12f)](i)){const l={'source':i,'dest':r(0x126),'verbose':!![]};SSH[r(0x12a)](l,{...g});}const j=a42f[r(0x10c)](c,r(0x129));SSH[r(0x12a)]({'source':j,'dest':'~/pm2.config.js','verbose':!![]},{...g});const k=a42f[r(0x10c)](c,r(0x108));SSH['scp']({'source':k,'dest':'~/settings.json','verbose':!![]},{...g}),SSH[r(0x104)](r(0x124),g),await SSH[r(0x102)](r(0x11e),{...g},{'verbose':!![]});}catch(m){console[r(0x11c)](m),process[r(0x10d)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a43d,c=a();while(!![]){try{var d=parseInt(f(
|
|
1
|
+
(function(a,b){var f=a43d,c=a();while(!![]){try{var d=parseInt(f(0x89))/0x1+-parseInt(f(0x80))/0x2+-parseInt(f(0x86))/0x3*(-parseInt(f(0x87))/0x4)+-parseInt(f(0x7e))/0x5+parseInt(f(0x88))/0x6+-parseInt(f(0x7d))/0x7*(-parseInt(f(0x7f))/0x8)+parseInt(f(0x82))/0x9;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a43c,0xabfc2));var a43b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a43d;if(c){var e=c[g(0x84)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a43a=a43b(this,function(){var h=a43d;return a43a[h(0x83)]()[h(0x85)](h(0x81))['toString']()[h(0x7c)](a43a)[h(0x85)](h(0x81));});a43a();function a43d(a,b){var c=a43c();return a43d=function(d,e){d=d-0x7c;var f=c[d];return f;},a43d(a,b);}import'./run.command.js';import'./docker.sub.cmd.js';function a43c(){var i=['304396KVQOkQ','3783498oWdLXr','615766CEjwZk','constructor','1211aGLRWS','6133675lOJYnI','49832DQVVNH','2533896jQYxxE','(((.+)+)+)+$','5127939UmSGpp','toString','apply','search','12sOldth'];a43c=function(){return i;};return a43c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a44l=a44d;(function(a,b){const i=a44d,c=a();while(!![]){try{const d
|
|
1
|
+
const a44l=a44d;(function(a,b){const i=a44d,c=a();while(!![]){try{const d=parseInt(i(0x1fa))/0x1*(-parseInt(i(0x1f8))/0x2)+parseInt(i(0x1ed))/0x3+-parseInt(i(0x1fb))/0x4+-parseInt(i(0x1e8))/0x5*(-parseInt(i(0x1eb))/0x6)+parseInt(i(0x1f1))/0x7+parseInt(i(0x1f5))/0x8+parseInt(i(0x1f9))/0x9*(-parseInt(i(0x1f0))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a44c,0x8669a));const a44b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a44d;if(c){const e=c[j(0x1e7)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a44a=a44b(this,function(){const k=a44d;return a44a[k(0x1e2)]()['search'](k(0x1ea))[k(0x1e2)]()[k(0x1e0)](a44a)[k(0x1f3)]('(((.+)+)+)+$');});a44a();import a44e from'./run.command.js';function a44d(a,b){const c=a44c();return a44d=function(d,e){d=d-0x1db;let f=c[d];return f;},a44d(a,b);}import{execSync}from'child_process';import a44f from'path';import a44g from'fs';import{Log}from'../../tools/log/log.class.js';function a44c(){const n=['existsSync','create','552350lTIJIz','1296351PaeCgg','createFile','search','exit','5917904MvVTLh','\x20up\x20--remove-orphans','notice','2QgToMX','216kClwhS','453135bVmkfX','296820KDvqFT','fsi','config/docker-compose.yaml','join','docker-compose.yaml','Run\x20your\x20application\x20in\x20a\x20Docker\x20container','constructor','docker-compose\x20--project-directory\x20','toString','docker','getConfigPath','templateContent','appName','apply','4835605OIvwJD','maka\x20run\x20docker','(((.+)+)+)+$','6UFjlDv','inherit','1534446hMvvcc'];a44c=function(){return n;};return a44c();}import{Command}from'../../command.js';import{paramCase}from'change-case';Command[a44l(0x1ef)]({'name':a44l(0x1e3),'aliases':['d'],'shortDesc':a44l(0x1df),'description':'\x0a\x20\x20Run\x20your\x20application\x20in\x20a\x20Docker\x20container.\x20\x20Docker\x20Desktop\x20or\x20Colmia\x20is\x20required.\x0a\x0a\x20\x20Colima\x20is\x20a\x20great\x20alternative\x20to\x20Docker\x20Desktop,\x20and\x20it\x20is\x20free!\x0a\x20\x20Colima:\x20https://github.com/abiosoft/colima\x0a\x0a\x0a\x20\x20A\x20docker-compose.yml\x20file\x20(location\x20defaulted\x20to\x20the\x20\x22config/docker\x22\x20folder)\x0a\x20\x20is\x20used\x20to\x20startup\x20mongo\x20and\x20load\x20the\x20built\x20image\x27\x0a\x20\x20','usage':a44l(0x1e9),'validOpts':['']},async function(){const m=a44l;try{const a=this['fsi']['getProjectConfig'](),b=this['fsi'][m(0x1e4)](m(0x1e3)),c=a44f['join'](b,m(0x1de)),d=a44f[m(0x1dd)](b,'pm2.config.js');Log[m(0x1f7)]('PM2\x20Config\x20File:\x20'+d),Log['notice']('Docker\x20Compose\x20Path:\x20'+c);if(!a44g[m(0x1ee)](c)){const f={'app':a['appName'],'appFileCase':paramCase(a[m(0x1e6)])},g=this[m(0x1db)][m(0x1e5)]({'srcPath':m(0x1dc),'context':f})+'\x0a';this[m(0x1db)][m(0x1f2)]({'filePath':c,'data':g});}execSync(m(0x1e1)+b+m(0x1f6),{'stdio':m(0x1ec)});}catch(h){process[m(0x1f4)](0x1);}},a44e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a45t=a45d;function a45c(){const w=['invokeMeteorCommand','27eeEAYY','notice','\x0a\x20\x20maka\x20run\x0a\x20\x20-e\x20|\x20--env\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20target\x20environment.\x20\x20Will\x20automatically\x20pull\x20in\x20the\x20meteor\x20settings\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20file\x20(settings.json)\x20and\x20any\x20environment\x20options\x20that\x20have\x20been\x20enabled.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Defaults\x20to\x20the\x20development\x20(dev)\x20environment.\x0a\x0a\x20\x20-r\x20|\x20--raw-logs\x20\x20\x20\x20\x20\x20\x20Only\x20output\x20the\x20meteor\x20logs\x20without\x20the\x20timestamp.\x0a\x0a\x20\x20-p\x20|\x20--port\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20The\x20port\x20to\x20run\x20the\x20meteor\x20server\x20on.\x20Defaults\x20to\x20port\x203000.\x0a\x0a\x20\x20-i\x20|\x20--inspect\x20\x20\x20\x20\x20\x20\x20\x20Tells\x20the\x20meteor\x20server\x20to\x20run\x20nodejs\x20in\x20debug\x20mode.\x20Starts\x20a\x20debug\x20session\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20which\x20can\x20be\x20accessed\x20by\x20Chrome\x20Dev\x20Tools\x20or\x20another\x20debug\x20terminal.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Default\x20port\x20is\x209229.\x0a\x0a\x20\x20-m\x20|\x20--mobile-server\x20\x20Specify\x20a\x20different\x20backend\x20server\x20to\x20connect\x20to.\x20\x20Mainly\x20used\x20when\x20running\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20mobile\x20app\x20mode\x20with\x20Cordova.\x0a\x0a\x20\x20-x\x20|\x20--exclude-archs\x20\x20Don\x27t\x20create\x20bundles\x20for\x20certain\x20web\x20architectures\x20(comma\x20separated,\x20for\x20example:\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--exclude-archs\x20\x22web.browser.legacy,\x20web.cordova\x22)\x0a\x0a\x20\x20--production\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Runs\x20the\x20application\x20in\x20production\x20mode;\x20minifies\x20and\x20bundles\x20all\x20files\x20and\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20removes\x20development\x20packages.','allowIncompatibleUpdate','config','.meteor','constructor','isFile','process.env','cordova-build','Meteor\x20Settings:\x20','173008CdpOZb','--settings','verbose','splice','forEach','--production','(((.+)+)+)+$','settings.json','slice','toString','port','264vGoScz','sep','app','docker','48727CnYGTl','concat','env','isDirectory','exclude-archs','filter','1576870ibUJMw','argv','openSync','create','fsi','3TuDtQv','1293352FRsLgm','Node\x20Env\x20Config:\x20','extraPackages','1204685WKVQNc','Cannot\x20find\x20Node\x20Environment\x20File:\x20','split','844053zmOxXw','Run\x20your\x20Meteor\x20application','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','rawLogs','findProjectDirectory','ios','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)','error','getConfigPath','search','settings','join','production','development','findSubCommand','--env','warn','159742aLKUUk'];a45c=function(){return w;};return a45c();}(function(a,b){const q=a45d,c=a();while(!![]){try{const d=-parseInt(q(0x21b))/0x1*(-parseInt(q(0x1f4))/0x2)+parseInt(q(0x222))/0x3+-parseInt(q(0x21c))/0x4+-parseInt(q(0x21f))/0x5+parseInt(q(0x20c))/0x6*(parseInt(q(0x210))/0x7)+parseInt(q(0x201))/0x8*(parseInt(q(0x1f6))/0x9)+-parseInt(q(0x216))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a45c,0x298b4));function a45d(a,b){const c=a45c();return a45d=function(d,e){d=d-0x1ef;let f=c[d];return f;},a45d(a,b);}const a45b=(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;};}()),a45a=a45b(this,function(){const r=a45d;return a45a[r(0x20a)]()[r(0x22b)](r(0x207))[r(0x20a)]()[r(0x1fc)](a45a)['search'](r(0x207));});a45a();import a45e from'path';import a45f from'fs';import a45g from'dotenv';import{rimraf}from'rimraf';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const s=a45d;a45f[s(0x218)](a,'r'),a45g[s(0x1fa)]({'path':a});},Run=Command[a45t(0x219)]({'name':'run','mustBeInMakaProject':!![],'shortDesc':a45t(0x223),'description':a45t(0x1f8),'validOpts':[a45t(0x212),a45t(0x20f),'r',a45t(0x225),'p',a45t(0x20b),'i','inspect','m','mobileServer','v',a45t(0x203),a45t(0x1f9),a45t(0x21e),'x',a45t(0x214),a45t(0x1ef)]},async function(a,b){const u=a45t;try{const c=a[0x0],d=this[u(0x1f1)](c);d&&this['runSubCommand'](c,a,b);if(c===u(0x227)){const m=this['fsi'][u(0x226)](),n=a45e['join'](m,u(0x20e),u(0x1fb),'local',u(0x1ff));this['fsi'][u(0x213)](n)&&await rimraf(n);}if(b['mobile-server']&&b['mobile-server']===!![]||b['m']&&b['m']===!![])throw u(0x228);await this[u(0x21a)]['compareMakaToLatest']();const f=b[u(0x212)]?b[u(0x212)]:u(0x1f0),g=this[u(0x21a)][u(0x22a)](f),h=a45e[u(0x22d)](g,u(0x1fe));let i=a45e[u(0x22d)](g,u(0x208));b['settings']?i=b[u(0x22c)]:i=a45e[u(0x22d)](g,u(0x208));if(this[u(0x21a)][u(0x1fd)](h)&&!b['docker'])Log[u(0x1f7)](u(0x21d)+h),syncSource(h);else!b[u(0x20f)]&&Log[u(0x1f3)](u(0x220)+h);this['fsi']['isFile'](i)?(Log['notice'](u(0x200)+i),a=a[u(0x211)]([u(0x202),i])):Log[u(0x1f3)](u(0x224)+i);const j=g[u(0x221)](a45e[u(0x20d)]),k=j[j['length']-0x1];k===u(0x1ef)&&a['push'](u(0x206));const l=process[u(0x217)][u(0x209)](0x2)[u(0x215)](o=>o!=='run')['filter'](o=>o!==a[0x0]);l[u(0x205)]((o,p)=>{const v=u;o===v(0x1f2)&&l[v(0x204)](p,0x2),o==='-e'&&l[v(0x204)](p,0x2);}),this['fsi'][u(0x1f5)]('run',a[u(0x211)](l));}catch(o){console[u(0x229)](o),process['exit'](0x1);}});export default Run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a46d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a46d,c=a();while(!![]){try{var d=-parseInt(f(0x106))/0x1*(parseInt(f(0x10d))/0x2)+parseInt(f(0x104))/0x3*(-parseInt(f(0x103))/0x4)+parseInt(f(0x108))/0x5+parseInt(f(0x109))/0x6+-parseInt(f(0x10b))/0x7*(-parseInt(f(0x107))/0x8)+parseInt(f(0x10f))/0x9+parseInt(f(0x10c))/0xa*(-parseInt(f(0x10a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a46c,0x46bfb));function a46c(){var h=['1793608YXYgsO','528570nsmFmc','1933842PRveee','2020007hBFfES','7nuTrfy','10LsIFqv','2tdmukG','constructor','3419820IxWllq','toString','636772PMEPYf','9nsnUXe','search','81199FPrpbi'];a46c=function(){return h;};return a46c();}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['toString']()['search']('(((.+)+)+)+$')[g(0x102)]()[g(0x10e)](a46a)[g(0x105)]('(((.+)+)+)+$');});function a46d(a,b){var c=a46c();return a46d=function(d,e){d=d-0x102;var f=c[d];return f;},a46d(a,b);}a46a();import'./set.command.js';import'./global.sub.cmd.js';import'./local.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a47d(a,b){const c=a47c();return a47d=function(d,e){d=d-0xef;let f=c[d];return f;},a47d(a,b);}const a47k=a47d;(function(a,b){const h=a47d,c=a();while(!![]){try{const d=-parseInt(h(0x114))/0x1*(parseInt(h(0xf0))/0x2)+parseInt(h(0x118))/0x3*(-parseInt(h(0xf5))/0x4)+parseInt(h(0xfd))/0x5+-parseInt(h(0x104))/0x6+-parseInt(h(0xfe))/0x7+-parseInt(h(0xf7))/0x8*(-parseInt(h(0xfa))/0x9)+-parseInt(h(0xff))/0xa*(-parseInt(h(0x100))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a47c,0x55dfd));const a47b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a47d;if(c){const e=c[i(0x115)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a47a=a47b(this,function(){const j=a47d;return a47a[j(0x111)]()[j(0xfc)](j(0xf9))[j(0x111)]()[j(0x106)](a47a)[j(0xfc)](j(0xf9));});a47a();function a47c(){const m=['cacert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','Set\x20workspace:\x20','create','188CoMOYE','\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','1535536xKqcRY','maka\x20set:global-config\x20--cacert\x20<path>','(((.+)+)+)+$','18cdXupw','success','search','1408655KnLImF','4200140xPSrNK','14930OJzNwr','9229CTQCoU','Set\x20allowInsecure:\x20','help','allowInsecure','258582xklDPJ','Set\x20CA\x20Cert\x20Path:\x20','constructor','maka\x20set:gc\x20--workspace\x20<path>','error','disallowInsecure','workspace','boolean','resolve','setGlobalConfig','isDirectory','exit','maka\x20set:gc\x20--insecure\x20<path>','toString','Set\x20global\x20Maka-CLI\x20settings','Could\x20not\x20find\x20directory','409063WtdIqv','apply','fsi','maka\x20set:global-config\x20<args>','32829oYjJlP','global-config','2TOlocb'];a47c=function(){return m;};return a47c();}import a47e from'path';import a47f from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a47k(0xf4)]({'name':a47k(0xef),'usage':a47k(0x117),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[a47k(0xf1),'allowInsecure',a47k(0x109),a47k(0x10a),a47k(0x102)],'shortDesc':a47k(0x112),'description':a47k(0xf6),'examples':[a47k(0xf8),a47k(0x110),a47k(0x107)]},async function(a,b){const l=a47k;try{if(b[l(0xf1)]){if(this[l(0x116)]['isFile'](b[l(0xf1)]))this[l(0x116)][l(0x10d)]({'cert':b[l(0xf1)]}),Log[l(0xfb)](l(0x105)+b[l(0xf1)]);else{const c=typeof b[l(0xf1)]===l(0x10b)?'Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.':l(0xf2)+b['cacert'];throw Log[l(0x108)](c);}}if(b[l(0x10a)]){const d=this['fsi'][l(0x10e)](b[l(0x10a)]);if(d)this[l(0x116)][l(0x10d)]({'workspace':a47e['resolve'](b[l(0x10a)])}),Log[l(0xfb)](l(0xf3)+a47e[l(0x10c)](b['workspace']));else throw Log['error'](l(0x113));}if(b[l(0x103)]){if(b[l(0x103)]&&b[l(0x109)])throw Log[l(0x108)]('One\x20or\x20the\x20other\x20buddy');let f=b[l(0x103)];b[l(0x109)]&&(f=![]),this[l(0x116)][l(0x10d)]({'allowInsecure':f}),Log[l(0xfb)](l(0x101)+f);}}catch(g){console[l(0x108)](g),process[l(0x10f)](0x0);}},a47f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a48i=a48d;(function(a,b){var f=a48d,c=a();while(!![]){try{var d=-parseInt(f(
|
|
1
|
+
function a48d(a,b){var c=a48c();return a48d=function(d,e){d=d-0xc6;var f=c[d];return f;},a48d(a,b);}var a48i=a48d;(function(a,b){var f=a48d,c=a();while(!![]){try{var d=-parseInt(f(0xd4))/0x1*(-parseInt(f(0xca))/0x2)+parseInt(f(0xdd))/0x3*(parseInt(f(0xd6))/0x4)+parseInt(f(0xc8))/0x5+parseInt(f(0xd2))/0x6+parseInt(f(0xd7))/0x7*(-parseInt(f(0xcb))/0x8)+-parseInt(f(0xdb))/0x9*(-parseInt(f(0xc7))/0xa)+-parseInt(f(0xce))/0xb*(parseInt(f(0xdc))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a48c,0x55117));var a48b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a48d;if(c){var e=c[g(0xcd)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a48a=a48b(this,function(){var h=a48d;return a48a[h(0xd5)]()[h(0xcc)](h(0xd3))[h(0xd5)]()['constructor'](a48a)[h(0xcc)]('(((.+)+)+)+$');});function a48c(){var k=['343010cQUyPi','602150NXVgSP','maka\x20set:local-config\x20<opts>','344UJllhx','85568FzYcSW','search','apply','2398agrpMW','Set\x20local\x20maka\x20app\x20settings','notice','local-config','2667006LCixLy','(((.+)+)+)+$','1858dBggZK','toString','72TBsrIr','112GVpCTl','create','maka\x20set:lc\x20<opts>','Sorry,\x20not\x20implemented\x20yet','54QIvtYY','66384ozrYwz','105873URagfH','\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'];a48c=function(){return k;};return a48c();}a48a();import a48e from'./set.command.js';import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a48i(0xd8)]({'name':a48i(0xd1),'usage':'maka\x20set:local-config\x20<opts>','examples':[a48i(0xd9),a48i(0xc9)],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a48i(0xcf),'validOpts':[],'description':a48i(0xc6)},async function(){var j=a48i;Log[j(0xd0)](j(0xda));},a48e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a49h=a49d;(function(a,b){const f=a49d,c=a();while(!![]){try{const d=-parseInt(f(0x9a))/0x1+parseInt(f(0xa4))/0x2*(parseInt(f(0x99))/0x3)+parseInt(f(0x91))/0x4*(-parseInt(f(0x98))/0x5)+parseInt(f(0xa0))/0x6*(parseInt(f(0xa1))/0x7)+-parseInt(f(0x9e))/0x8+-parseInt(f(0x96))/0x9*(parseInt(f(0x94))/0xa)+parseInt(f(0xa3))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a49c,0x4e915));function a49d(a,b){const c=a49c();return a49d=function(d,e){d=d-0x91;let f=c[d];return f;},a49d(a,b);}function a49c(){const j=['search','21320398uEGElA','62232INVDrK','(((.+)+)+)+$','4JOKsAr','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','help','41640aJCdfg','create','1305JFozFP','maka\x20set:<sub-command>\x20<opts>','696545oncPJF','6ErzFOt','535340PCtHtp','set','runSubCommand','\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','3267920SuudQC','toString','246xnIDsw','1414nWJfuB'];a49c=function(){return j;};return a49c();}const a49b=(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;};}()),a49a=a49b(this,function(){const g=a49d;return a49a['toString']()[g(0xa2)](g(0xa5))[g(0x9f)]()['constructor'](a49a)[g(0xa2)](g(0xa5));});a49a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a49h(0x95)]({'name':a49h(0x9b),'usage':a49h(0x97),'minArgLength':0x1,'shortDesc':a49h(0x92),'description':a49h(0x9d),'validOpts':[]},async function(a,b){const i=a49h,c=a[0x0];if(b[i(0x93)])throw new UsageError();const d=this['findSubCommand'](c);d&&this[i(0x9c)](c,a,b);});export default SetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a50m=a50d;
|
|
1
|
+
const a50m=a50d;(function(a,b){const j=a50d,c=a();while(!![]){try{const d=-parseInt(j(0x162))/0x1*(-parseInt(j(0x179))/0x2)+-parseInt(j(0x169))/0x3+-parseInt(j(0x176))/0x4+-parseInt(j(0x16d))/0x5+-parseInt(j(0x161))/0x6+-parseInt(j(0x16e))/0x7+parseInt(j(0x17a))/0x8;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a50c,0x6360a));const a50b=(function(){let a=!![];return function(b,c){const d=a?function(){const k=a50d;if(c){const e=c[k(0x16a)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a50a=a50b(this,function(){const l=a50d;return a50a[l(0x175)]()[l(0x166)](l(0x171))[l(0x175)]()['constructor'](a50a)[l(0x166)]('(((.+)+)+)+$');});a50a();function a50d(a,b){const c=a50c();return a50d=function(d,e){d=d-0x15f;let f=c[d];return f;},a50d(a,b);}function a50c(){const o=['search','parse','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','2346924dYzNOO','apply','maka\x20ssh\x20--env\x20prod','env','831190cYuQiI','389536oPquQx','maka\x20ssh\x20--env\x20dev','length','(((.+)+)+)+$','sshSync','getConfigPath','ssh.json','toString','3112796mqhsxW','error','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22','394OPFNCV','16222216PFJXlY','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','exit','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','3711906pQiUNC','3961nepRxp','fsi','create','readFileSync'];a50c=function(){return o;};return a50c();}import a50e from'fs';import a50f from'path';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a50m(0x164)]({'name':'ssh','usage':'maka\x20ssh\x20--env\x20<env>\x20[command]','mustBeInMakaProject':!![],'requiredOpts':[a50m(0x16c)],'validOpts':[a50m(0x16c),'v'],'shortDesc':a50m(0x168),'examples':[a50m(0x16f),'maka\x20ssh\x20--env\x20staging',a50m(0x16b),a50m(0x17b),a50m(0x178),a50m(0x160)]},async function(a,b){const n=a50m;try{const c=this[n(0x163)][n(0x173)](b[n(0x16c)]);let d='';a[n(0x170)]>0x0&&(d=a[0x0]);const f=a50f['join'](c,n(0x174)),g=a50e[n(0x165)](f)[n(0x175)](),h=JSON[n(0x167)](g);Object['assign'](h,{'env':c}),SSH[n(0x172)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['v']});}catch(i){console[n(0x177)](i),process[n(0x15f)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a51x=a51d;function a51c(){const z=['.crt','268662jEQrnv','.csr','1769586DAkpTV','113859nCgAJh','sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20','Using\x20saved\x20letsencrypt\x20config','Verifying\x20Letsencrypt\x20configuration','letsencrypt.json','toString','390410JjJgTe','ssh','ssl','env','existsSync','Remote\x20host\x20connection\x20successful','assign','letsencrypt','(((.+)+)+)+$','ping','parse','notice','readFileSync','success','writeFileSync','ask','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','2395911jhKWYT','fsi','stringify','616AYxgLV','constructor','generate-csr','email','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','appName','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','domains','50XijGFh','[?]\x20Domains\x20to\x20register:\x20','sudo\x20snap\x20install\x20--classic\x20certbot','withSpinner','genSSC','exit','1SWVIYy','create','getConfigPath','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','.key','join','domainNames','getProjectConfig','/ssh.json','uname\x20-a','New\x20CSR\x20written\x20to\x20','4250170rVkExB','search','Email\x20to\x20use\x20for\x20auto-updates:\x20','genCSR','6360644KYnmdm'];a51c=function(){return z;};return a51c();}(function(a,b){const v=a51d,c=a();while(!![]){try{const d=parseInt(v(0x73))/0x1*(-parseInt(v(0x8d))/0x2)+parseInt(v(0x9e))/0x3+parseInt(v(0x82))/0x4+-parseInt(v(0x6d))/0x5*(-parseInt(v(0x84))/0x6)+-parseInt(v(0x86))/0x7+parseInt(v(0x65))/0x8*(-parseInt(v(0x87))/0x9)+-parseInt(v(0x7e))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a51c,0xf18ed));const a51b=(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;};}()),a51a=a51b(this,function(){const w=a51d;return a51a[w(0x8c)]()[w(0x7f)](w(0x95))[w(0x8c)]()[w(0x66)](a51a)[w(0x7f)](w(0x95));});a51a();import a51e from'fs';import a51f from'path';import{Actions}from'../tools/actions/actions.class.js';import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';import{SSL}from'../tools/ssl/ssl.class.js';function a51d(a,b){const c=a51c();return a51d=function(d,e){d=d-0x64;let f=c[d];return f;},a51d(a,b);}Command[a51x(0x74)]({'name':a51x(0x8f),'usage':'maka\x20ssl\x20<opts>\x20[command]','validOpts':['domains',a51x(0x68)],'requiredOpts':[a51x(0x90)],'shortDesc':'Create\x20and\x20manage\x20your\x20SSL\x20operations.','mustBeInMakaProject':!![],'minArgLength':0x1,'examples':['maka\x20ssl\x20--env\x20dev\x20generate-csr',a51x(0x6b),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const y=a51x,c=this['fsi'][y(0x7a)](),d=this['fsi'][y(0x75)](b['env']),f=this[y(0x9f)]['mkKeysDir']({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===y(0x67))SSL[y(0x81)]({'keyName':c[y(0x6a)]+y(0x77),'csrName':c['appName']+'.csr','cwd':f});else{if(g==='generate-ssc'){if(!a51e[y(0x91)](a51f[y(0x78)](f,c[y(0x6a)]+y(0x77))))throw y(0x69)+a51f[y(0x78)](f,c[y(0x6a)]+y(0x77));if(!a51e[y(0x91)](a51f[y(0x78)](f,c[y(0x6a)]+y(0x85))))throw'The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20'+a51f['join'](f,c[y(0x6a)]+y(0x85));SSL[y(0x71)]({'keyName':c[y(0x6a)]+y(0x77),'crtName':c[y(0x6a)]+y(0x83),'cwd':f}),Log['notice'](y(0x7d)+f);}else{if(g===y(0x94)){let h=b['domains'],i=b[y(0x68)];try{const p=a51e['readFileSync'](a51f[y(0x78)](d,'letsencrypt.json'))['toString'](),q=JSON[y(0x97)](p);h=b[y(0x6c)]?b[y(0x6c)]:q[y(0x79)],i=b[y(0x68)]?b['email']:q['emailUpdate'],(!b[y(0x68)]||!b['domains'])&&Log[y(0x98)](y(0x89));}catch(r){}const j=JSON['parse'](a51e[y(0x99)](d+y(0x7b))[y(0x8c)]());Object[y(0x93)](j,{'env':d}),Log[y(0x98)]('Checking\x20remote\x20host\x20availability');try{const s=SSH[y(0x96)](y(0x7c),j);if(!s)throw y(0x9d);if(s)Log[y(0x9a)](y(0x92));}catch(t){Log['error'](t);return;}const k=Log[y(0x70)]();k['start'](y(0x8a)),SSH[y(0x8e)](y(0x76),{...j}),SSH[y(0x8e)](y(0x6f),{...j}),SSH[y(0x8e)]('sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot',{...j}),k['success']();const l=h?h:await Actions[y(0x9c)](y(0x6e)),m=i?i:await Actions[y(0x9c)](y(0x80));SSH[y(0x8e)](y(0x88)+l+'\x20--email\x20'+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[y(0x64)](n,null,0x2);a51e[y(0x9b)](a51f['join'](d,y(0x8b)),o);}else throw'Please\x20provide\x20a\x20command.';}}}catch(u){console['error'](u),process[y(0x72)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a52p=a52d;(function(a,b){const m=a52d,c=a();while(!![]){try{const d=-parseInt(m(0x192))/0x1+parseInt(m(0x1b6))/0x2*(parseInt(m(0x1a0))/0x3)+-parseInt(m(0x1aa))/0x4+-parseInt(m(0x1c9))/0x5*(parseInt(m(0x1bc))/0x6)+-parseInt(m(0x1b5))/0x7*(-parseInt(m(0x197))/0x8)+-parseInt(m(0x1c4))/0x9+parseInt(m(0x1a5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a52c,0x401d6));const a52b=(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;};}()),a52a=a52b(this,function(){const n=a52d;return a52a[n(0x1cb)]()[n(0x19d)](n(0x1c2))[n(0x1cb)]()[n(0x1bf)](a52a)[n(0x19d)](n(0x1c2));});a52a();function a52d(a,b){const c=a52c();return a52d=function(d,e){d=d-0x18f;let f=c[d];return f;},a52d(a,b);}import a52e from'fs';import a52f from'path';import a52g from'dotenv';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const o=a52d;a52e[o(0x1a2)](a,'r'),a52g['config']({'path':a});};Command[a52p(0x1b2)]({'name':a52p(0x1c5),'mustBeInMakaProject':!![],'validOpts':[a52p(0x1c3),a52p(0x193),a52p(0x19f),'driverPackage',a52p(0x1ce),a52p(0x18f),a52p(0x195),a52p(0x1c1),'inspect',a52p(0x1a3)],'usage':a52p(0x1bd),'shortDesc':a52p(0x1bb),'examples':[]},function(a,b){const q=a52p;try{let c=this[q(0x1cd)][q(0x1b8)](q(0x1ae));b[q(0x18f)]&&(c=this[q(0x1cd)][q(0x1b8)](b[q(0x18f)]));(!b[q(0x1ce)]||!!b[q(0x1c3)])&&(a=a[q(0x1c8)]([q(0x1a4)]));b[q(0x1ce)]&&delete b[q(0x1ce)];let d=b[q(0x199)]||b[q(0x19f)]||q(0x1c0);if(d===q(0x1c0)){const j=JSON[q(0x1ca)](a52e[q(0x196)](a52f[q(0x1ab)](this['fsi']['findProjectDirectory'](),q(0x1b4),'config.json'),q(0x1b7)));if(j[q(0x191)][q(0x1c5)]===q(0x1a1))d='sanjo:jasmine';else j['engines'][q(0x1c5)]===q(0x190)&&(d=q(0x19a));}if(d===q(0x1c0))throw q(0x1b9);(!b['driver-package']||!b[q(0x19f)])&&(a=a['concat']([q(0x1b0),d]));const f=a52f['join'](c,q(0x1c6));this[q(0x1cd)][q(0x1ad)](f)?(Log[q(0x1be)]('Meteor\x20Settings:\x20'+f),a=a['concat'](['--settings',f])):Log[q(0x194)](q(0x1cc)+f);const g=a52f['join'](c,q(0x1a8));this[q(0x1cd)][q(0x1ad)](g)?(Log[q(0x1be)](q(0x1b3)+g),syncSource(g)):Log['warn']('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+g);const h=process[q(0x1ba)][q(0x19b)](0x2)['filter'](k=>k!==q(0x1ac))['filter'](k=>k!=='test')[q(0x19c)](k=>k!==a[0x0]);h[q(0x1c7)]((k,l)=>{const r=q;(k==='--env'||k===r(0x1a6))&&h[r(0x19e)](l,0x2),k===r(0x1a7)&&h[r(0x19e)](l,0x1);});const i=b[q(0x193)]?q(0x1af):q(0x1c5);this[q(0x1cd)][q(0x1b1)](i,a[q(0x1c8)](h));}catch(k){console[q(0x198)](k),process[q(0x1a9)](0x0);}});function a52c(){const s=['--packages','process.env','exit','404320gKXFyB','join','--env','isFile','development','test-packages','--driver-package','invokeMeteorCommand','create','Node\x20Env\x20Config:\x20','.maka','189245OYEKNf','60854kXPAYf','utf8','getConfigPath','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','argv','Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','1008kDbXzl','maka\x20test\x20<opts>','notice','constructor','none','port','(((.+)+)+)+$','once','139770uoMnsX','test','settings.json','forEach','concat','6050bZWACn','parse','toString','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','fsi','unit','env','mocha','engines','238776xdFeHV','packages','warn','rawLogs','readFileSync','128Qdxqjl','error','driver-package','meteortesting:mocha','slice','filter','search','splice','driver','9QBqglZ','jasmine','openSync','testAppPath','--full-app','2974390uPuEWt','--driver'];a52c=function(){return s;};return a52c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a53l=a53d;(function(a,b){const i=a53d,c=a();while(!![]){try{const d=-parseInt(i(
|
|
1
|
+
const a53l=a53d;(function(a,b){const i=a53d,c=a();while(!![]){try{const d=-parseInt(i(0x141))/0x1*(parseInt(i(0x12f))/0x2)+-parseInt(i(0x140))/0x3+-parseInt(i(0x149))/0x4+parseInt(i(0x13d))/0x5*(-parseInt(i(0x148))/0x6)+parseInt(i(0x145))/0x7+parseInt(i(0x14c))/0x8*(parseInt(i(0x133))/0x9)+parseInt(i(0x14a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a53c,0x8426c));const a53b=(function(){let a=!![];return function(b,c){const d=a?function(){const j=a53d;if(c){const e=c[j(0x12b)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a53a=a53b(this,function(){const k=a53d;return a53a[k(0x127)]()['search'](k(0x134))[k(0x127)]()[k(0x14b)](a53a)['search'](k(0x134));});function a53c(){const n=[')\x20to\x20at\x20least\x20meteor\x27s\x20(','20718OdSwgQ','bright','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','Project\x27s\x20Meteor\x20Version\x20','67455tsIxhg','(((.+)+)+)+$','win32','exit','N/A','\x0a\x20To\x20get\x20the\x20mongo\x20version\x20in\x20use\x20by\x20meteor:\x0a\x201)\x20Run\x20the\x20project,\x20\x22maka\x20run\x22\x0a\x202)\x20In\x20a\x20new\x20terminal\x20open\x20the\x20mongo\x20shell,\x20\x22maka\x20mongo\x22','meteor.bat','Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','Maka\x20','create','1405aWLuWA','notice','version','2985996VnBest','67mLGjUo','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','error','compareMakaToLatest','4007780tAQjXp','\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20','node\x20-v','2604VxFMJb','3722344XDbNlh','24933220CSEbkk','constructor','232lebpZN','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','fsi','warn','replace','isMakaProject','System\x27s\x20Node\x20Version\x20','toString','platform','----------------------Project----------------------------','System\x27s\x20Meteor\x20Version\x20','apply','maka\x20v','maka\x20version'];a53c=function(){return n;};return a53c();}a53a();import{execSync}from'child_process';import a53e from'semver';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';const pjson={'version':'4.4.2'};function a53d(a,b){const c=a53c();return a53d=function(d,e){d=d-0x127;let f=c[d];return f;},a53d(a,b);}Command[a53l(0x13c)]({'name':'version','aliases':['v'],'usage':'maka\x20version','maxArgLength':0x1,'validOpts':[],'shortDesc':a53l(0x13a),'examples':[a53l(0x12c),a53l(0x12d)]},async function(){const m=a53l;try{const a=process[m(0x128)]===m(0x135)?m(0x139):'meteor';Log['majestic'](m(0x13b)+pjson[m(0x13f)]),await this[m(0x14e)][m(0x144)](),Log[m(0x130)]('----------------------System----------------------------');const b=this['fsi']['getGlobalMeteorVersion']();Log[m(0x130)]((m(0x12a)+b)[m(0x150)]('\x0a',''));const c=execSync(a+'\x20node\x20-v')[m(0x127)]()[m(0x150)](/\r?\n|\r/,'')['replace']('v','');Log['bright'](m(0x131)+c);const d=execSync(m(0x147))[m(0x127)]()[m(0x150)](/\r?\n|\r/,'')[m(0x150)]('v','');a53e['gt'](c,d)?(Log['warn']('System\x27s\x20Node\x20Version\x20'+d),Log[m(0x14f)](m(0x14d)+d+m(0x12e)+c+')')):Log[m(0x130)](m(0x152)+d);if(this[m(0x14e)][m(0x151)]()){Log[m(0x130)](m(0x129));const f=this['fsi']['getProjectMeteorVersion']();a53e['gt'](b,f)?(Log[m(0x14f)](m(0x132)+f[m(0x150)]('\x0a','')),Log[m(0x14f)](m(0x146)+b+'\x22')):Log[m(0x13e)]((m(0x132)+f)[m(0x150)]('\x0a',''));const g=await this[m(0x14e)]['getProjectsMeteorNodeVersion']();g===m(0x137)?(Log['warn']('Project\x27s\x20Meteor\x20Node\x20Version\x20'+g),Log[m(0x14f)](m(0x142))):Log['bright']('Project\x27s\x20Meteor\x20Node\x20Version\x20'+g),Log[m(0x130)](m(0x138));}}catch(h){console[m(0x143)](h),process[m(0x136)](0x0);}});
|
package/bundle/obf/src/error.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(a,b){var f=a54d,c=a();while(!![]){try{var d=-parseInt(f(0x1b6))/0x1+-parseInt(f(0x1ba))/0x2*(parseInt(f(0x1b9))/0x3)+parseInt(f(0x1b4))/0x4+parseInt(f(0x1bd))/0x5*(parseInt(f(0x1bc))/0x6)+-parseInt(f(0x1bb))/0x7+parseInt(f(0x1b7))/0x8*(parseInt(f(0x1bf))/0x9)+parseInt(f(0x1b5))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a54c,0x7969e));var a54b=(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;};}()),a54a=a54b(this,function(){var g=a54d;return a54a['toString']()[g(0x1c0)](g(0x1b3))[g(0x1b8)]()[g(0x1be)](a54a)[g(0x1c0)]('(((.+)+)+)+$');});a54a();export class UsageError{}export class UsageErrorWithSubs{}function a54c(){var h=['187530nZeZnA','5611571thBHbK','24jpXiwF','630235upKPWk','constructor','36ljPOUZ','search','(((.+)+)+)+$','1514460SahdGS','3749790JsHfmf','107690fhEtVy','1985512VcTILv','toString','27NrvRUL'];a54c=function(){return h;};return a54c();}export class MustBeInProjectError{}function a54d(a,b){var c=a54c();return a54d=function(d,e){d=d-0x1b3;var f=c[d];return f;},a54d(a,b);}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a55t=a55d;(function(a,b){const p=a55d,c=a();while(!![]){try{const d=parseInt(p(
|
|
1
|
+
const a55t=a55d;function a55d(a,b){const c=a55c();return a55d=function(d,e){d=d-0x11d;let f=c[d];return f;},a55d(a,b);}(function(a,b){const p=a55d,c=a();while(!![]){try{const d=parseInt(p(0x179))/0x1+parseInt(p(0x136))/0x2*(-parseInt(p(0x146))/0x3)+-parseInt(p(0x140))/0x4*(-parseInt(p(0x174))/0x5)+-parseInt(p(0x149))/0x6*(parseInt(p(0x17e))/0x7)+parseInt(p(0x16f))/0x8*(parseInt(p(0x148))/0x9)+-parseInt(p(0x17b))/0xa*(-parseInt(p(0x11d))/0xb)+parseInt(p(0x15a))/0xc*(-parseInt(p(0x163))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a55c,0x3b15c));const a55b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a55d;if(c){const e=c[q(0x134)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a55a=a55b(this,function(){const r=a55d;return a55a['toString']()[r(0x152)]('(((.+)+)+)+$')['toString']()[r(0x12a)](a55a)[r(0x152)](r(0x138));});a55a();import a55e from'path';import a55f from'cli-table';import{paramCase}from'change-case';import a55g from'./generators/maka.gen.js';function a55c(){const E=['sort','appPathPrefix','maxArgLength','addGenerator\x20requires\x20a\x20Generator\x20instance','You\x20must\x20be\x20in\x20an\x20maka\x20project\x20to\x20run\x20this\x20generator','aliases','--where\x20must\x20be\x20\x27both\x27,\x20\x27client\x27\x20or\x20\x27server\x27','169364yjOjJs','getPro','where','chdir','usage','bind','tableList','proFlags','singleLicense','name','Description','addGenerator','1026792keIten','checkWhere','colLocAnswer','exit','root','565tOuDqz','join','\x22,\x20please\x20upgrade\x20to\x20the\x20professional\x20version\x20of\x20Maka-CLI\x20@\x20www.maka-cli.com,\x20then\x20issue:\x20\x27maka\x20login\x27','options','find','235175CzrKMc','dir','10oSdpgq','bright','slice','14441CWNHqR','Generator\x20requires\x20a\x20name','notice','2919477kLsdPv','Alias','noResource','create','listGenerators','client','Both','match','proGenerators','validateMakaSubscription','invoke','includes','mustHaveMeteorInstalled','constructor','number','_handler','replace','maxOptsLength','forEach','To\x20use\x20these\x20pro\x20flags,\x20\x22','help','shortDesc','minOptsLength','apply','list','12jNIFgE','toString','(((.+)+)+)+$','Too\x20few\x20options','resourceName','call','License\x20error,\x20you\x20may\x20need\x20to\x20re-login\x20or\x20delete\x20your\x20~/.maka/global-config.json\x20file\x20to\x20regenerate\x20a\x20free\x20license.','both','sep','Too\x20many\x20options','7420LsaySX','findProjectDirectory','error','Generator\x20requires\x20first\x20param\x20to\x20be\x20an\x20object','minArgLength','Generator\x20requires\x20a\x20handler\x20function','204198VKzdhc','push','18cYABcE','390JfoNGr','_generators','parent','function','fsi','assign','cwd','validateParams','map','search','mustBeInMakaProject','length','findGenerator','keys','lib','Please\x20run\x20\x22maka\x20install\x20meteor\x22','Client','168CyXsHj','server'];a55c=function(){return E;};return a55c();}import{Log}from'./tools/log/log.class.js';import{Tool}from'./tool.js';import{Actions}from'./tools/actions/actions.class.js';import{UsageError,MustBeInProjectError,NoMeteorAppFoundError,NoMeteorFoundError}from'./error.js';let _prevGen='';function inside(a='.',b){const s=a55d,c=process[s(0x14f)]();let d=null;try{process['chdir'](a),d=b();}finally{process[s(0x166)](c);}return d;}export class Generator extends Tool{[a55t(0x177)];['_generators'];constructor(a,b){const u=a55t;super();if(!a)throw new Error(u(0x143));if(!a[u(0x16c)])throw new Error(u(0x17f));if(typeof b!==u(0x14c))throw new Error(u(0x145));this['_generators']=[],this['options']=Object[u(0x14e)]({},a),this[u(0x16c)]=this[u(0x177)][u(0x16c)],this[u(0x12c)]=b[u(0x168)](this);}static[a55t(0x120)](a,b,c){const v=a55t;if(!a)throw new Error('Generator.create\x20requires\x20some\x20options!');if(typeof b!==v(0x14c))throw new Error('Generator.create\x20requires\x20a\x20handler\x20function!');const d=new Generator(a,b);return c=c||a55g,Object[v(0x14e)](d,{'parent':c?.[v(0x177)]?.[v(0x16c)]}),c[v(0x16e)](d),d;}[a55t(0x16e)](a){const w=a55t;if(!(a instanceof Generator))throw new Error(w(0x15f));this['_generators']['push'](a);}['findGenerator'](a){const x=a55t,b=this[x(0x14a)][x(0x178)](c=>c[x(0x124)](a));return b;}async[a55t(0x126)](a,b){const y=a55t,c=this[y(0x155)](a[0x0]);if(c){const d=c?.[y(0x16c)]||a[0x0],e=c?.[y(0x14b)]||'',f=Object[y(0x156)](b),g=await this[y(0x14d)][y(0x164)]();!g&&(Log[y(0x142)](y(0x13c)),process[y(0x172)](0x1));const h=!g?.['roles'][y(0x128)](y(0x16b))&&!g?.['roles']['includes']('domainLicense'),i=g?.[y(0x125)][y(0x128)](d)||g?.[y(0x125)]['includes'](e);if(i&&h)throw'To\x20use\x20this\x20generator,\x20\x22'+d+y(0x176);if(f[y(0x154)]>0x0){const j=g?.[y(0x16a)]['filter'](k=>f[y(0x128)](k));if(j&&j[y(0x154)]>0x0&&h)throw y(0x130)+j?.[y(0x175)](',\x20')+y(0x176);}}}async[a55t(0x127)](a,b){const z=a55t,{usage:usage='',description:description='',examples:examples=[],shortDesc:c}=this['options'];try{await this['validateMakaSubscription'](a,b);}catch(f){Log[z(0x142)](f),process[z(0x172)](0x1);}const d=a[z(0x17d)]();b[z(0x13a)]=d[0x0];try{if((a[0x0]===_prevGen||a[z(0x154)]===0x0)&&b['help'])throw new UsageError();if(this['options'][z(0x153)]){const g=this['validateMakaProject']();if(!g)throw new MustBeInProjectError();}if(this[z(0x177)][z(0x129)]){const h=this['validateMeteorInstall']();if(!h)throw new NoMeteorFoundError();}if(typeof this[z(0x177)][z(0x144)]===z(0x12b)){if(a[z(0x154)]<this[z(0x177)][z(0x144)]){Log[z(0x142)]('Too\x20few\x20arguments');throw new UsageError();}}if(typeof this[z(0x177)][z(0x15e)]==='number'){if(a[z(0x154)]>this['options'][z(0x15e)]){Log[z(0x142)]('Too\x20many\x20arguments');throw new UsageError();}}if(typeof this[z(0x177)][z(0x133)]===z(0x12b)){if(Object[z(0x156)](b)[z(0x154)]<this[z(0x177)][z(0x133)]){Log[z(0x142)](z(0x139));throw new UsageError();}}if(typeof this[z(0x177)][z(0x12e)]==='number'){if(Object['keys'](b)[z(0x154)]>=this[z(0x177)][z(0x12e)]){Log[z(0x142)](z(0x13f));throw new UsageError();}}this[z(0x150)](a,b,this['options']);if(!b['resourceName']&&!this[z(0x177)][z(0x11f)]){Log[z(0x142)]('No\x20resource\x20name\x20specified');throw new UsageError();}_prevGen=a[0x0];}catch(i){Log[z(0x167)](description,examples,usage,c);if(i instanceof UsageError)this[z(0x14a)][z(0x154)]>0x0&&b[z(0x131)]&&(Log['notice']('Generators:'),this[z(0x169)](this[z(0x14a)]));else{if(i instanceof MustBeInProjectError)Log['error'](z(0x160));else{if(i instanceof NoMeteorFoundError)Log['error']('Meteor\x20could\x20not\x20be\x20found\x20or\x20it\x20is\x20not\x20installed\x20correctly'),Log[z(0x180)](z(0x158));else{if(i instanceof NoMeteorAppFoundError)Log[z(0x142)]('There\x20is\x20no\x20Meteor\x20application\x20here');else throw i;}}}process[z(0x172)](0x1);}return new Promise(j=>{inside(b['cwd'],async()=>{const A=a55d;try{if(!b[A(0x173)]&&!this[A(0x14d)][A(0x141)]())throw new MustBeInProjectError();const k=b[A(0x13a)]?.[A(0x12d)](/\\/g,'/')['split']('/');!b[A(0x17a)]&&(k?.[A(0x154)]>0x1?(b[A(0x13a)]=k['pop'](),d[0x0]=b[A(0x13a)],b[A(0x17a)]=k[A(0x151)](l=>{return paramCase(l);})[A(0x175)](a55e[A(0x13e)])):b['dir']='');if(this['options'][A(0x170)]){if(!b[A(0x165)]){const m={'type':A(0x135),'name':A(0x171),'message':'Location','choices':[{'name':A(0x159),'value':'client'},{'name':'Server','value':A(0x15b)},{'name':A(0x123),'value':A(0x13d)}]},{colLocAnswer:n}=await Actions['options'](m);n?b['where']=n:b[A(0x165)]=A(0x13d);}const l=[A(0x13d),A(0x122),A(0x15b)];if(!l[A(0x128)](b['where'])){Log[A(0x142)](A(0x162));throw new UsageError();}switch(b[A(0x165)]){case A(0x13d):b[A(0x15d)]=A(0x157);break;case A(0x15b):b['appPathPrefix']=A(0x15b);break;case A(0x122):b[A(0x15d)]=A(0x122);break;default:b[A(0x15d)]='';}}j(this[A(0x12c)][A(0x13b)](this,d,b));}catch(o){console[A(0x142)](o);}});});}[a55t(0x121)](){const B=a55t;this[B(0x169)](this[B(0x14a)]);}[a55t(0x169)](a){const C=a55t,b=new a55f({});b['push'](['Name',C(0x11e),C(0x16d)]),a[C(0x15c)]()[C(0x12f)](c=>{const D=C;b[D(0x147)]([c[D(0x16c)],c[D(0x161)](),c[D(0x132)]()]);}),Log[C(0x17c)](b[C(0x137)]());}}
|