@maka/maka-cli 4.6.15 → 4.6.16
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 +1 -1
- package/bundle/obf/src/command.js +1 -1
- package/bundle/obf/src/commands/_index.js +1 -1
- package/bundle/obf/src/commands/ai.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/chz.sub.cmd.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/rdn.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/_index.js +1 -1
- package/bundle/obf/src/commands/deploy/deploy.command.js +1 -1
- package/bundle/obf/src/commands/deploy/galaxy.sub.cmd.js +1 -1
- package/bundle/obf/src/commands/deploy/ubuntu.sub.cmd.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/sideQuest/commands/command.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/drop.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/equip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/go.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/lock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/look.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/say.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/search.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/solve.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/take.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unequip.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/unlock.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/commands/use.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/commandF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/factories/roomsF.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/game.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/_index.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/door.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/inventory.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/item.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/npc.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/player.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/puzzle.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/room.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/models/scene.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/items.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/scenes/rooms.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/abstracts.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/enums.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/interfaces.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/types/types.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/ui.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest/utilities/logger.js +1 -1
- package/bundle/obf/src/commands/game/sideQuest.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/exec.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/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/options/options.class.js +1 -1
- package/bundle/obf/src/tools/progress/progress.class.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 +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a76s=a76d;(function(a,b){const p=a76d,c=a();while(!![]){try{const d=parseInt(p(0x1f1))/0x1*(-parseInt(p(0x1dc))/0x2)+parseInt(p(0x1ed))/0x3*(-parseInt(p(0x1e6))/0x4)+-parseInt(p(0x1ea))/0x5*(-parseInt(p(0x1f0))/0x6)+parseInt(p(0x1f4))/0x7+-parseInt(p(0x203))/0x8+-parseInt(p(0x1f7))/0x9*(parseInt(p(0x1fb))/0xa)+parseInt(p(0x1fd))/0xb*(parseInt(p(0x1de))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a76c,0x1d932));const a76b=(function(){let a=!![];return function(b,c){const d=a?function(){const q=a76d;if(c){const e=c[q(0x202)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a76a=a76b(this,function(){const r=a76d;return a76a[r(0x1ec)]()['search'](r(0x1f3))[r(0x1ec)]()['constructor'](a76a)[r(0x1f9)](r(0x1f3));});function a76d(a,b){const c=a76c();return a76d=function(d,e){d=d-0x1d7;let f=c[d];return f;},a76d(a,b);}a76a();import a76e from'path';import{ESLint}from'eslint';import{Log}from'../tools/log/log.class.js';function a76c(){const u=['format','template','/imports','Lint\x20results\x20for\x20','All\x20good!\x20:)','checkNpmPackage','2BBtWyE','Run\x20\x22maka\x20lint\x20--fix\x22\x20to\x20auto\x20fix','469284OLgDRX','loadFormatter','.eslintrc.json','length','eslint-plugin-react','error','eslint/eslintrc.json','push','665708xaAAur','success','notice','isFile','70865WQGOpi','maka\x20lint\x20--fix','toString','3jtATbX','eslint-plugin-css','eslint','30GDFqrR','10785yQKqgN','Use\x20ESLint\x20to\x20lint\x20the\x20imports\x20directory','(((.+)+)+)+$','1225469DTpYYA','fsi','join','72GxQlTo','bright','search','outputFixes','7810sVRSbS','\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','22JjszMn','fix','maka\x20lint','findAppDirectory','imports','apply','156384rRAJgP'];a76c=function(){return u;};return a76c();}import{Command}from'../command.js';Command['create']({'name':'lint','usage':a76s(0x1ff),'maxArgLength':0x1,'validOpts':[a76s(0x1fe)],'mustBeInMakaProject':!![],'shortDesc':a76s(0x1f2),'description':a76s(0x1fc),'examples':[a76s(0x1eb)]},async function(a,b){const t=a76s;try{const c=this[t(0x1f5)][t(0x200)](),d=this['fsi'][t(0x1db)](t(0x1ef)),f=this[t(0x1f5)][t(0x1db)](t(0x1e2)),g=this[t(0x1f5)][t(0x1db)](t(0x1ee)),h=[];!d&&h['push'](t(0x1ef));!f&&h['push']('eslint-plugin-react');!g&&h[t(0x1e5)]('eslint-plugin-css');h[t(0x1e1)]>0x0&&await this[t(0x1f5)]['installNpmPackage'](h['join']('\x20'),{'dev':!![]});const i=this[t(0x1f5)][t(0x1e9)](a76e['join'](c,t(0x1e0)));if(!i){const n={'noRename':!![]};await this[t(0x1f5)][t(0x1d7)]({'srcPath':t(0x1e4),'destPath':a76e[t(0x1f6)](c,'.eslintrc.json'),'framework':'service','context':n});}const j=new ESLint(),k=await j['lintFiles']([a76e['join'](c,t(0x201),'**')]),l=await j[t(0x1df)]('stylish'),m=l[t(0x204)](k);m[t(0x1e1)]>0x0?Log[t(0x1f8)](m):Log[t(0x1e7)](t(0x1da)),Log[t(0x1e8)](t(0x1d9)+c+t(0x1d8)),b[t(0x1fe)]?await ESLint[t(0x1fa)](k):Log[t(0x1e8)](t(0x1dd));}catch(o){console[t(0x1e3)](o);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a77z=a77d;(function(a,b){const w=a77d,c=a();while(!![]){try{const d=-parseInt(w(0x114))/0x1+-parseInt(w(0x112))/0x2+parseInt(w(0x12a))/0x3*(parseInt(w(0x110))/0x4)+-parseInt(w(0x11d))/0x5*(parseInt(w(0x124))/0x6)+-parseInt(w(0x102))/0x7+parseInt(w(0x106))/0x8*(parseInt(w(0x12b))/0x9)+parseInt(w(0x10a))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a77c,0x2689e));const a77b=(function(){let a=!![];return function(b,c){const d=a?function(){const x=a77d;if(c){const e=c[x(0x107)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a77a=a77b(this,function(){const y=a77d;return a77a['toString']()[y(0x11f)](y(0x134))[y(0x125)]()[y(0x10c)](a77a)['search'](y(0x134));});a77a();import a77e from'node-forge';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{Actions}from'../tools/actions/actions.class.js';import{HTTPS}from'../tools/https/https.class.js';function a77d(a,b){const c=a77c();return a77d=function(d,e){d=d-0xfa;let f=c[d];return f;},a77d(a,b);}const hostname=process[a77z(0x113)][a77z(0x103)]===a77z(0x105)?a77z(0x10e):'www.maka-cli.com';Command[a77z(0x126)]({'name':'login','validOpts':[a77z(0x123),a77z(0x12f),'help','cacert','debug'],'usage':'maka\x20login','maxArgLength':0x2,'disableAuthCheck':!![],'shortDesc':a77z(0x122),'examples':[a77z(0x104),'maka\x20login\x20--email\x20<address>\x20--password\x20<password>']},async function(a,b){const A=a77z,c=Log[A(0x128)]();try{let d='';b['cacert']&&(this[A(0x131)][A(0x121)](b[A(0x119)])?(d=b[A(0x119)],Log[A(0x109)]('Using\x20CA\x20Cert\x20'+d)):Log[A(0x118)](A(0xfd)+d));const f=await this[A(0x131)][A(0x129)]();if(f['cert']){if(this[A(0x131)]['isFile'](f['cert']))d=f[A(0xfc)];else{Log['error'](A(0x132)+d);return;}}Log['header'](A(0x111)+hostname);const g={'url':A(0x133)+hostname+A(0x11c)};b[A(0x119)]&&Object[A(0x127)](g,{'cert':d});c[A(0x12c)]('Preflight\x20Check');const {statusCode:h}=await HTTPS['get'](g);if(h===0x198){c[A(0x12e)]();throw A(0x12d);}if(h!==0xc8){c[A(0x12e)]();throw A(0x133)+hostname+A(0x117);}c[A(0xfe)]();const i=b['email']?b['email']:await Actions['ask'](A(0x120)),j=b[A(0x12f)]?b['password']:await Actions[A(0xfb)](A(0x100),!![]),k=a77e['md'][A(0x116)][A(0x126)]();k[A(0x115)](j);const l=k[A(0x108)]()[A(0x130)](),m={'hostname':hostname,'path':A(0x10d),'data':{'email':i,'password':l,'hashed':!![]}};b[A(0x119)]&&Object[A(0x127)](m,{'cert':d});c[A(0x12c)](A(0x11a));const {data:n,statusCode:o}=await HTTPS[A(0x101)](m);if(o===0x198){c['failure']('\x0a');throw A(0x10f)+hostname;}const p=JSON[A(0xfa)](n);if(p['authToken']){const q={'hostname':hostname,'path':A(0x11b),'headers':{'x-auth-token':p[A(0x11e)]},'data':{}};b[A(0x119)]&&Object[A(0x127)](q,{'cert':d});const {data:r,statusCode:s}=await HTTPS[A(0x101)](q),{token:t}=JSON[A(0xfa)](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(0x131)][A(0x10b)](u);}else{c[A(0x12e)]();throw p;}c['success']();}catch(v){c[A(0x12e)](),console[A(0x118)](v),process[A(0xff)](0x0);}});function a77c(){const B=['ask','cert','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','success','exit','Password:\x20','post','1715665NGoNQU','MAKA_DEV','maka\x20login','True','755104txxVya','apply','digest','notice','5041890dGYnOa','setGlobalConfig','constructor','/api/v1/login','localhost','Could\x20not\x20make\x20a\x20secure\x20connection.\x0a[-]\x20Please\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://','47468NEsStu','Logging\x20into\x20https://','96204LFqCAw','env','15296gdEejd','update','sha256','\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','error','cacert','Logging\x20in','/api/v1/encodeJwt','/api/v1/status','36485kLPnZB','authToken','search','Email:','isFile','Retrieves\x20login\x20information\x20from\x20www.maka-cli.com,\x20and\x20stores\x20a\x20hash\x20in\x20~/.maka','email','138nplJgT','toString','create','assign','withSpinner','getGlobalConfig','9KLwnIm','9xkHFuK','start','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','failure','password','toHex','fsi','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','https://','(((.+)+)+)+$','parse'];a77c=function(){return B;};return a77c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a78n=a78d;(function(a,b){const l=a78d,c=a();while(!![]){try{const d=-parseInt(l(0xab))/0x1+-parseInt(l(0x9a))/0x2+-parseInt(l(0x9b))/0x3*(parseInt(l(0x99))/0x4)+parseInt(l(0xaa))/0x5*(parseInt(l(0xac))/0x6)+-parseInt(l(0xc2))/0x7+parseInt(l(0xbb))/0x8*(-parseInt(l(0xa6))/0x9)+-parseInt(l(0xbf))/0xa*(-parseInt(l(0x9f))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a78c,0xa0802));const a78b=(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;};}()),a78a=a78b(this,function(){const m=a78d;return a78a[m(0xa5)]()['search'](m(0x9e))[m(0xa5)]()[m(0xba)](a78a)[m(0xa8)](m(0x9e));});function a78c(){const p=['1180718plOMdm','6nyDtVk','withSpinner','error','header','logout','Logging\x20out\x20of\x20https://','assign','create','getGlobalConfig','True','cacert','localhost','get','failure','constructor','24TYWZsj','setGlobalConfig','token','/api/v1/logoutAll','57494870PjYpAx','notice','cert','3412612BgcPCk','Could\x20not\x20make\x20a\x20secure\x20connection.\x0aPlease\x20ensure\x20you\x20are\x20able\x20to\x20access\x20https://www.maka-cli.com','www.maka-cli.com','authToken','Using\x20CA\x20Cert\x20','21388ISmBaO','2599934oOuhQM','732YOdpid','start','fsi','(((.+)+)+)+$','11tLcPtZ','success','env','maka\x20logout','CA\x20Cert\x20is\x20configured\x20in\x20~/.maka/global-config.json,\x20but\x20cert\x20file\x20cannot\x20be\x20located\x20','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','toString','2827053Lnckzc','https://www.maka-cli.com\x20seems\x20to\x20be\x20having\x20a\x20problem.\x20\x20Please\x20report\x20a\x20bug\x20at:\x20https://github.com/maka-io/maka-cli','search','isFile','615715jCcDpe'];a78c=function(){return p;};return a78c();}a78a();import{Command}from'../command.js';function a78d(a,b){const c=a78c();return a78d=function(d,e){d=d-0x96;let f=c[d];return f;},a78d(a,b);}import{Log}from'../tools/log/log.class.js';import{HTTPS}from'../tools/https/https.class.js';const hostname=process[a78n(0xa1)]['MAKA_DEV']===a78n(0xb5)?a78n(0xb7):a78n(0x96);Command[a78n(0xb3)]({'name':a78n(0xb0),'validOpts':[a78n(0xb6)],'usage':a78n(0xa2),'maxArgLength':0x2,'shortDesc':'Logs\x20out\x20of\x20all\x20user\x20sessions\x20(CLI\x20and\x20browser).','disableAuthCheck':!![],'examples':[a78n(0xa2)]},async function(a,b){const o=a78n,c=Log[o(0xad)]();try{let d='';b[o(0xb6)]&&(this[o(0x9d)][o(0xa9)](b['cacert'])?(d=b['cacert'],Log[o(0xc0)](o(0x98)+d)):Log[o(0xae)](o(0xa4)+d));const f=await this[o(0x9d)][o(0xb4)]();if(f[o(0xc1)]){if(this[o(0x9d)][o(0xa9)](f['cert']))d=f[o(0xc1)];else{c['failure']();throw Log['error'](o(0xa3)+d);}}Log[o(0xaf)](o(0xb1)+hostname);const g={'url':'https://'+hostname+'/api/v1/status'};b[o(0xb6)]&&Object[o(0xb2)](g,{'cert':d});c['start']('Preflight\x20Check');const {statusCode:h}=await HTTPS[o(0xb8)](g);if(h===0x198){c[o(0xb9)]();throw o(0xc3);}c[o(0xa0)]();if(h!==0xc8){c['failure']();throw o(0xa7);}if(!f?.['token']?.[o(0x97)])throw Log['error']('Cannot\x20find\x20login\x20token,\x20are\x20you\x20sure\x20you\x20are\x20logged\x20in?');c[o(0x9c)]('Logging\x20out');const i={'hostname':hostname,'path':o(0xbe),'data':{},'headers':{'x-auth-token':f[o(0xbd)][o(0x97)]}};b['cacert']&&Object[o(0xb2)](i,{'cert':d});const {statusCode:j}=await HTTPS['post'](i);if(j===0x198){c['failure']('\x0a');throw o(0xc3);}this[o(0x9d)][o(0xbc)]({'token':{'authToken':'','userId':'','when':''},'hash':''}),c['success']();}catch(k){k&&console[o(0xae)](k),process['exit'](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a79j=a79d;(function(a,b){const h=a79d,c=a();while(!![]){try{const d=-parseInt(h(0x1d6))/0x1+-parseInt(h(0x1d8))/0x2*(parseInt(h(0x1d2))/0x3)+parseInt(h(0x1e6))/0x4*(-parseInt(h(0x1e0))/0x5)+-parseInt(h(0x1d3))/0x6*(-parseInt(h(0x1de))/0x7)+-parseInt(h(0x1e3))/0x8+parseInt(h(0x1db))/0x9*(-parseInt(h(0x1d5))/0xa)+parseInt(h(0x1da))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a79c,0x6128c));const a79b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a79a=a79b(this,function(){const i=a79d;return a79a[i(0x1e2)]()['search']('(((.+)+)+)+$')[i(0x1e2)]()[i(0x1e4)](a79a)[i(0x1e1)](i(0x1dd));});a79a();import a79e from'fs';import a79f from'path';function a79d(a,b){const c=a79c();return a79d=function(d,e){d=d-0x1cc;let f=c[d];return f;},a79d(a,b);}import{Command}from'../command.js';function a79c(){const l=['parse','7060wkHMjd','search','toString','4355168LBaygb','constructor','fsi','196dZsAzF','pm2\x20logs','View\x20the\x20PM2\x20logs','join','sshSync','maka\x20logs\x20--env\x20dev','verbose','maka\x20logs','env','assign','4731bxxxTU','6cNWfGn','ssh.json','5120RPIAFf','267585VXIifu','getConfigPath','970kqZqke','readFileSync','23805529oqamLc','3852PyTTkc','log','(((.+)+)+)+$','692825VWSKTZ'];a79c=function(){return l;};return a79c();}import{SSH}from'../tools/ssh/ssh.class.js';Command['create']({'name':'logs','aliases':['l',a79j(0x1dc)],'usage':a79j(0x1cf),'requiredOpts':[a79j(0x1d0)],'mustBeInMakaProject':!![],'validOpts':[a79j(0x1ce)],'shortDesc':a79j(0x1e8),'examples':[a79j(0x1cd),'maka\x20logs\x20--env\x20staging','maka\x20l\x20-e\x20p']},function(a,b){const k=a79j,c=k(0x1e7),d=this[k(0x1e5)][k(0x1d7)](b[k(0x1d0)]),e=a79f[k(0x1e9)](d,k(0x1d4)),f=a79e[k(0x1d9)](e),g=JSON[k(0x1df)](f[k(0x1e2)]());Object[k(0x1d1)](g,{'env':d}),SSH[k(0x1cc)](c,g,{'tty':!![],'verbose':!![]});});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a80j=a80d;(function(a,b){const g=a80d,c=a();while(!![]){try{const d=parseInt(g(
|
|
1
|
+
function a80c(){const l=['2788erbNxZ','2VlocBw','3075759buDURo','runSubCommand','maka\x20create\x20Todo','8682570TPHoEf','58140xHqbvM','23642AtxxMR','maka\x20install\x20meteor','search','A\x20command\x20line\x20scaffolding\x20and\x20Dev\x20Ops\x20tool\x20for\x20Meteor\x20applications.','maka\x20<command>\x20[<args>]\x20[<opts>]','8855682YNSjzl','error','toString','findSubCommand','47621JRCYpb','apply','maka\x20run','maybeProxyCommandToMeteor','maka','48hwEtfe','4683OxxlkB','exit','slice','40TTxwXq'];a80c=function(){return l;};return a80c();}const a80j=a80d;(function(a,b){const g=a80d,c=a();while(!![]){try{const d=parseInt(g(0x128))/0x1*(-parseInt(g(0x114))/0x2)+-parseInt(g(0x123))/0x3*(parseInt(g(0x127))/0x4)+parseInt(g(0x113))/0x5+parseInt(g(0x12c))/0x6+-parseInt(g(0x11d))/0x7*(parseInt(g(0x122))/0x8)+parseInt(g(0x129))/0x9*(parseInt(g(0x126))/0xa)+-parseInt(g(0x119))/0xb;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a80c,0xd3f5c));const a80b=(function(){let a=!![];return function(b,c){const d=a?function(){const h=a80d;if(c){const e=c[h(0x11e)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a80a=a80b(this,function(){const i=a80d;return a80a[i(0x11b)]()[i(0x116)]('(((.+)+)+)+$')[i(0x11b)]()['constructor'](a80a)['search']('(((.+)+)+)+$');});a80a();import{Command}from'../command.js';const Maka=new Command({'name':a80j(0x121),'minArgLength':0x1,'shortDesc':a80j(0x117),'validOpts':[],'usage':a80j(0x118),'disableAuthCheck':!![],'examples':['maka\x20--help',a80j(0x115),a80j(0x12b),a80j(0x11f)],'description':'\x0a\x0a\x20\x20Scaffold\x20Web\x20Applications\x20with\x20Meteor\x20and\x20Maka-CLI\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20--\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.-:\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20:-.\x20\x20\x20\x20\x20:--\x20\x20-:\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::\x20\x20::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::::::\x20.:::::::\x20..\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20..:.....\x20.::..::.\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20.::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::::::\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20\x20::::::\x20\x20\x20\x20\x20.::.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.-.\x20\x20\x20\x20\x20.::..-::.\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20.\x20.:::....\x20\x20::..---:..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.:\x20\x20.\x20.:::::::\x20\x20::..::.\x20..\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:::\x20\x20\x20\x20\x20.:.\x20\x20\x20\x20\x20.::\x20\x20:.\x20\x20\x20\x20\x20.-:.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20-::\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:--\x20\x20\x20\x20\x20\x20\x20\x20\x20.--.\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20.-:\x0a\x0a\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20:\x0a.:..::...::.\x20\x20\x20....:\x20\x20\x20.:\x20\x20\x20::\x20\x20....:.\x20\x20\x20\x20\x20\x20\x20\x20.::::\x20\x20.:\x20\x20::\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20\x20....:-\x20\x20.-..:.\x20\x20\x20....:-\x20\x20...\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a\x20:.\x20\x20\x20:.\x20\x20\x20:.\x20.:\x20\x20\x20:-\x20\x20.-\x20\x20.:\x20\x20.:\x20\x20\x20:-\x20\x20\x20\x20\x20\x20\x20:.\x20\x20\x20\x20\x20\x20.:\x20\x20.:\x0a.:.\x20\x20\x20:.\x20\x20\x20.:\x20\x20....\x20:.\x20.:.\x20\x20..\x20\x20....\x20:.\x20\x20\x20\x20\x20\x20\x20.....\x20\x20.:.\x20.:.\x0a\x0a\x20\x20'},async function(a,b){const k=a80j;try{const c=a[0x0],d=this[k(0x11c)](c);d?this[k(0x12a)](c,a[k(0x125)](0x1),b):this['fsi'][k(0x120)]();}catch(f){console[k(0x11a)](f),process[k(0x124)](0x1);}});function a80d(a,b){const c=a80c();return a80d=function(d,e){d=d-0x113;let f=c[d];return f;},a80d(a,b);}export default Maka;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a81c(){var
|
|
1
|
+
var a81i=a81d;(function(a,b){var f=a81d,c=a();while(!![]){try{var d=parseInt(f(0xf8))/0x1+parseInt(f(0xf0))/0x2+-parseInt(f(0xf3))/0x3+parseInt(f(0xfa))/0x4*(parseInt(f(0xea))/0x5)+parseInt(f(0xee))/0x6*(parseInt(f(0xf2))/0x7)+parseInt(f(0xe6))/0x8+parseInt(f(0xe8))/0x9*(-parseInt(f(0xed))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a81c,0x41f92));function a81d(a,b){var c=a81c();return a81d=function(d,e){d=d-0xe5;var f=c[d];return f;},a81d(a,b);}var a81b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a81d;if(c){var e=c[g(0xeb)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a81a=a81b(this,function(){var h=a81d;return a81a[h(0xf6)]()[h(0xf5)](h(0xf9))['toString']()[h(0xf7)](a81a)['search'](h(0xf9));});a81a();import{Command}from'../command.js';Command[a81i(0xe9)]({'name':a81i(0xe5),'usage':a81i(0xec),'maxArgLength':0x1,'shortDesc':'Murrrrderrrrr','validOpts':[]},async function(){var j=a81i;try{console[j(0xe7)](j(0xf4),'font-family:\x20monospace');}catch(a){console[j(0xef)](a),process[j(0xf1)](0x0);}});function a81c(){var k=['%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','search','toString','constructor','104438huNSLc','(((.+)+)+)+$','4QMhPXq','murder','2018360IsXGBT','log','81ZZXSXz','create','762770NsGKFi','apply','maka\x20murder','681860TjxUDz','393972SXirTy','error','821734Wyqykz','exit','14VjVBhm','502734jaTZyS'];a81c=function(){return k;};return a81c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a82q=a82d;(function(a,b){const n=a82d,c=a();while(!![]){try{const d=-parseInt(n(0x8a))/0x1*(parseInt(n(0x70))/0x2)+parseInt(n(0x6f))/0x3*(parseInt(n(0x80))/0x4)+parseInt(n(0x77))/0x5+-parseInt(n(0x69))/0x6+-parseInt(n(0x6a))/0x7+parseInt(n(0x79))/0x8+parseInt(n(0x6d))/0x9*(parseInt(n(0x83))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a82c,0x53d7f));const a82b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a82d;if(c){const e=c[o(0x68)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a82a=a82b(this,function(){const p=a82d;return a82a[p(0x86)]()[p(0x7c)](p(0x6e))[p(0x86)]()['constructor'](a82a)[p(0x7c)](p(0x6e));});function a82d(a,b){const c=a82c();return a82d=function(d,e){d=d-0x65;let f=c[d];return f;},a82d(a,b);}a82a();import a82e from'fs';import a82f from'path';import a82g from'http-proxy';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';function a82c(){const s=['1568211rQUquS','298OcBpHd','utf8','targetHost','genSSC','help','invoke','mkKeysDir','989605ALOqfi','error','2916920Lrmvgr','.key','getProjectConfig','search','listen','targetPort','fsi','4nIGhdb','sslconfig','appName','536990LBBnvz','proxy','maka\x20proxy','toString','.crt','createProxyServer','listenPort','3701btMFxO','getConfigPath','.csr','\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','Target\x20and\x20Listen\x20ports\x20cannot\x20be\x20the\x20same.','join','maka\x20proxy\x20--target-port\x203000\x20--listen-port\x204000','apply','1417194JxCbGn','3814237HCPXwF','\x20to\x20','readFileSync','99ikhqXO','(((.+)+)+)+$'];a82c=function(){return s;};return a82c();}import{UsageError}from'../error.js';import{SSL}from'../tools/ssl/ssl.class.js';import a82h from'../generators/maka.gen.js';Command['create']({'name':a82q(0x84),'usage':a82q(0x85),'mustBeInMakaProject':!![],'validOpts':[a82q(0x74),a82q(0x7e),a82q(0x89),a82q(0x72)],'maxArgLength':0x1,'shortDesc':'Proxy\x20HTTPS\x20requests\x20to\x20another\x20Server','description':a82q(0x8d),'examples':[a82q(0x85),a82q(0x67),'maka\x20proxy\x20--target-host\x20http://192.168.1.20']},async function(a,b){const r=a82q,c=this[r(0x7f)][r(0x7b)](),d='development',e=this[r(0x7f)][r(0x8b)](d),f=this[r(0x7f)][r(0x76)]({'configPath':e}),g=b[r(0x7e)]?Number(b[r(0x7e)]):0xbb8,h=b[r(0x89)]?Number(b[r(0x89)]):0xd73,i=b[r(0x72)]?b[r(0x72)]:'localhost',j=a82f[r(0x66)](f,c[r(0x82)]+r(0x7a)),k=a82f['join'](f,c[r(0x82)]+'.crt');if(!this[r(0x7f)]['isFile'](j)||!this[r(0x7f)]['isFile'](k)){const m=a82h['findGenerator'](r(0x81));m&&await m[r(0x75)]([r(0x81)],{'env':d}),SSL['genCSR']({'keyName':c[r(0x82)]+r(0x7a),'csrName':c[r(0x82)]+r(0x8c),'cwd':f}),SSL[r(0x73)]({'keyName':c['appName']+r(0x7a),'crtName':c[r(0x82)]+r(0x87),'cwd':f});}if(g===h){Log[r(0x78)](r(0x65));throw new UsageError();}const l={'ssl':{'key':a82e['readFileSync'](j,r(0x71)),'cert':a82e[r(0x6c)](k,r(0x71))},'target':{'host':i,'port':Number(g)},'ws':!![],'xfwd':!![]};a82g[r(0x88)](l)[r(0x7d)](Number(h)),Log['bright']('=>\x20SSL\x20Proxy\x20forwarding\x20'+h+r(0x6b)+g);});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a83q=a83d;(function(a,b){const n=a83d,c=a();while(!![]){try{const d=-parseInt(n(
|
|
1
|
+
const a83q=a83d;(function(a,b){const n=a83d,c=a();while(!![]){try{const d=-parseInt(n(0x150))/0x1+parseInt(n(0x138))/0x2*(parseInt(n(0x145))/0x3)+-parseInt(n(0x153))/0x4*(-parseInt(n(0x137))/0x5)+-parseInt(n(0x13b))/0x6+parseInt(n(0x148))/0x7*(-parseInt(n(0x147))/0x8)+parseInt(n(0x12e))/0x9+-parseInt(n(0x13a))/0xa*(-parseInt(n(0x135))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a83c,0xcfa0e));const a83b=(function(){let a=!![];return function(b,c){const d=a?function(){const o=a83d;if(c){const e=c[o(0x141)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a83a=a83b(this,function(){const p=a83d;return a83a[p(0x134)]()['search'](p(0x131))[p(0x134)]()[p(0x155)](a83a)[p(0x13f)](p(0x131));});a83a();import a83e from'fs';function a83c(){const s=['fsi','search','parse','apply','_keys','exit','settings.json','214962fayRNX','reconfig','2096tLDmFz','18767vcexzP','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','join','maka\x20reconfig','\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','Remote\x20host\x20connection\x20successful','ses.json','maka\x20reconfig\x20--env\x20prod','1583174lrnLAT','notice','scp','4GXgyBa','create','constructor','assign','readFileSync','ssh','existsSync','6436971uVyLPt','~/settings.json','env','(((.+)+)+)+$','success','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','toString','77Zsymvu','uname\x20-a','2461115ieqzvX','32hoiEoz','ssh.json','1197070LwhqkP','334878XVNhGC','ping','~/pm2.config.js'];a83c=function(){return s;};return a83c();}function a83d(a,b){const c=a83c();return a83d=function(d,e){d=d-0x12c;let f=c[d];return f;},a83d(a,b);}import a83f from'path';import{Command}from'../command.js';import{Log}from'../tools/log/log.class.js';import{SSH}from'../tools/ssh/ssh.class.js';Command[a83q(0x154)]({'name':a83q(0x146),'validOpts':[''],'requiredOpts':['env'],'mustBeInMakaProject':!![],'usage':a83q(0x14b),'shortDesc':'Reconfigure\x20your\x20deployed\x20applications','description':a83q(0x14c),'examples':[a83q(0x14f)]},async function(a,b){const r=a83q;try{const c=this[r(0x13e)]['getConfigPath'](b[r(0x130)]),d=a83f[r(0x14a)](c,r(0x139)),f=a83e[r(0x157)](d)['toString'](),g=JSON[r(0x140)](f);Object[r(0x156)](g,{'env':c}),Log[r(0x151)]('Checking\x20remote\x20host\x20availability');const h=SSH[r(0x13c)](r(0x136),g);if(!h)throw r(0x149);if(h)Log[r(0x132)](r(0x14d));const i=a83f['join'](c,r(0x142),r(0x14e));if(a83e[r(0x12d)](i)){const l={'source':i,'dest':'~/ses.json','verbose':!![]};SSH[r(0x152)](l,{...g});}const j=a83f['join'](c,'pm2.config.js');SSH[r(0x152)]({'source':j,'dest':r(0x13d),'verbose':!![]},{...g});const k=a83f[r(0x14a)](c,r(0x144));SSH[r(0x152)]({'source':k,'dest':r(0x12f),'verbose':!![]},{...g}),SSH['sshSync']('pm2\x20delete\x20all',g),await SSH[r(0x12c)](r(0x133),{...g},{'verbose':!![]});}catch(m){console['error'](m),process[r(0x143)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a84d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a84d,c=a();while(!![]){try{var d=-parseInt(f(0x80))/0x1+-parseInt(f(0x81))/0x2+parseInt(f(0x7c))/0x3+-parseInt(f(0x7b))/0x4*(parseInt(f(0x7a))/0x5)+parseInt(f(0x7f))/0x6*(-parseInt(f(0x7d))/0x7)+parseInt(f(0x7e))/0x8+parseInt(f(0x79))/0x9*(parseInt(f(0x76))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a84c,0xf0db7));var a84b=(function(){var a=!![];return function(b,c){var d=a?function(){if(c){var e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a84a=a84b(this,function(){var g=a84d;return a84a['toString']()['search'](g(0x82))[g(0x77)]()['constructor'](a84a)[g(0x78)](g(0x82));});function a84d(a,b){var c=a84c();return a84d=function(d,e){d=d-0x76;var f=c[d];return f;},a84d(a,b);}a84a();function a84c(){var h=['2640048WzASAV','287hfDZLc','9463616yFFTgM','15546ISWsWW','445746qlcLIW','623926yMZWFX','(((.+)+)+)+$','1540oIJGAe','toString','search','54198cftyLH','5699325yuAeel','4PRxKHl'];a84c=function(){return h;};return a84c();}import'./run.command.js';import'./docker.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a85k=a85d;(function(a,b){const i=a85d,c=a();while(!![]){try{const d=parseInt(i(0xb6))/0x1*(-parseInt(i(0xbb))/0x2)+-parseInt(i(0x9e))/0x3*(parseInt(i(0xad))/0x4)+parseInt(i(0xac))/0x5*(-parseInt(i(0x9c))/0x6)+-parseInt(i(0xb1))/0x7+-parseInt(i(0xb7))/0x8*(-parseInt(i(0xaa))/0x9)+-parseInt(i(0xb4))/0xa+parseInt(i(0xb5))/0xb*(parseInt(i(0xb3))/0xc);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a85c,0x28ac6));const a85b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a85a=a85b(this,function(){const j=a85d;return a85a[j(0xa8)]()['search'](j(0xa4))['toString']()[j(0xb9)](a85a)[j(0xa2)](j(0xa4));});a85a();import a85e from'./run.command.js';function a85d(a,b){const c=a85c();return a85d=function(d,e){d=d-0x9c;let f=c[d];return f;},a85d(a,b);}import{execSync}from'child_process';import a85f from'path';import a85g from'fs';import{Log}from'../../tools/log/log.class.js';import{Command}from'../../command.js';import{paramCase}from'change-case';Command['create']({'name':a85k(0xa1),'aliases':['d'],'shortDesc':'Run\x20your\x20application\x20in\x20a\x20Docker\x20container','description':a85k(0xb8),'usage':a85k(0xa5),'validOpts':['']},async function(){const l=a85k;try{const a=this[l(0xba)]['getProjectConfig'](),b=this[l(0xba)][l(0xa6)](l(0xa1)),c=a85f[l(0xb2)](b,l(0x9f)),d=a85f[l(0xb2)](b,l(0x9d));Log['notice']('PM2\x20Config\x20File:\x20'+d),Log[l(0xaf)]('Docker\x20Compose\x20Path:\x20'+c);if(!a85g[l(0xa9)](c)){const f={'app':a[l(0xa3)],'appFileCase':paramCase(a[l(0xa3)])},g=this['fsi'][l(0xae)]({'srcPath':'config/docker-compose.yaml','context':f})+'\x0a';this['fsi']['createFile']({'filePath':c,'data':g});}execSync(l(0xb0)+b+l(0xa7),{'stdio':l(0xab)});}catch(h){process[l(0xa0)](0x1);}},a85e);function a85c(){const m=['templateContent','notice','docker-compose\x20--project-directory\x20','1279180qCCPuU','join','107064CKCFNc','2306600VhoBDk','671qPeEoX','54077bGSMWl','425072RgzIrY','\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','constructor','fsi','2jzlWel','28920laIYSM','pm2.config.js','513051AOZdjM','docker-compose.yaml','exit','docker','search','appName','(((.+)+)+)+$','maka\x20run\x20docker','getConfigPath','\x20up\x20--remove-orphans','toString','existsSync','45IqUvFo','inherit','5CKzSqG','4naaDJf'];a85c=function(){return m;};return a85c();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a86v=a86d;(function(a,b){const r=a86d,c=a();while(!![]){try{const d=-parseInt(r(0x18d))/0x1+parseInt(r(0x1a6))/0x2+parseInt(r(0x1ab))/0x3+parseInt(r(0x1a3))/0x4*(-parseInt(r(0x186))/0x5)+parseInt(r(0x190))/0x6+parseInt(r(0x1b4))/0x7*(parseInt(r(0x1b3))/0x8)+parseInt(r(0x1b5))/0x9*(parseInt(r(0x199))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a86c,0x7b1a8));const a86b=(function(){let a=!![];return function(b,c){const d=a?function(){const s=a86d;if(c){const e=c[s(0x19c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a86a=a86b(this,function(){const t=a86d;return a86a[t(0x183)]()['search'](t(0x17e))[t(0x183)]()[t(0x198)](a86a)[t(0x19b)](t(0x17e));});a86a();import a86e from'path';import a86f from'fs';function a86c(){const x=['docker','rawLogs','150940RCNejV','installMeteorPackage','settings.json','1383504jXhJZv','Cannot\x20find\x20Node\x20Environment\x20File:\x20','process.env','filter','openSync','387798brgTlK','port','\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.','Meteor\x20Settings:\x20','exit','sep','push','join','24hkYOzm','5691wWkAPX','2430lGBvsG','slice','runSubCommand','mobileServer','fsi','(((.+)+)+)+$','production','verbose','.meteor','length','toString','mobile-server','Run\x20your\x20Meteor\x20application','40KFXXlF','app','ios','isFile','split','config','env','209231BtAwmN','argv','notice','702576fUSWhk','concat','checkMeteorPackage','warn','autoupdate','inspect','--settings','settings','constructor','2770xYXPNS','Cannot\x20find\x20Meteor\x20Settings\x20File:\x20','search','apply','extraPackages','Node\x20Env\x20Config:\x20','isDirectory','Verifying\x20meteor\x20package\x20requirements\x20...'];a86c=function(){return x;};return a86c();}import a86g from'dotenv';import{rimraf}from'rimraf';function a86d(a,b){const c=a86c();return a86d=function(d,e){d=d-0x17b;let f=c[d];return f;},a86d(a,b);}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';const syncSource=function(a){const u=a86d;a86f[u(0x1aa)](a,'r'),a86g[u(0x18b)]({'path':a});},Run=Command['create']({'name':'run','mustBeInMakaProject':!![],'shortDesc':a86v(0x185),'description':a86v(0x1ad),'validOpts':[a86v(0x18c),a86v(0x1a1),'r',a86v(0x1a2),'p',a86v(0x1ac),'i',a86v(0x195),'m',a86v(0x17c),'v',a86v(0x180),'allowIncompatibleUpdate',a86v(0x19d),'x','exclude-archs',a86v(0x17f)]},async function(a,b){const w=a86v;try{const c=this[w(0x17d)]['findProjectDirectory']();!this[w(0x17d)][w(0x192)](w(0x194))&&(Log[w(0x18f)](w(0x1a0)),await this[w(0x17d)][w(0x1a4)](w(0x194),{'cwd':c}));const d=a[0x0],f=this['findSubCommand'](d);f&&this[w(0x17b)](d,a,b);if(d===w(0x188)){const n=this['fsi']['findProjectDirectory'](),o=a86e['join'](n,w(0x187),w(0x181),'local','cordova-build');this['fsi'][w(0x19f)](o)&&await rimraf(o);}if(b['mobile-server']&&b[w(0x184)]===!![]||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[w(0x17d)]['compareMakaToLatest']();const g=b[w(0x18c)]?b['env']:'development',h=this[w(0x17d)]['getConfigPath'](g),i=a86e[w(0x1b2)](h,w(0x1a8));let j=a86e[w(0x1b2)](h,w(0x1a5));b[w(0x197)]?j=b[w(0x197)]:j=a86e[w(0x1b2)](h,w(0x1a5));if(this[w(0x17d)][w(0x189)](i)&&!b[w(0x1a1)])Log['notice'](w(0x19e)+i),syncSource(i);else!b[w(0x1a1)]&&Log[w(0x193)](w(0x1a7)+i);this['fsi'][w(0x189)](j)?(Log[w(0x18f)](w(0x1ae)+j),a=a[w(0x191)]([w(0x196),j])):Log[w(0x193)](w(0x19a)+j);const k=h[w(0x18a)](a86e[w(0x1b0)]),l=k[k[w(0x182)]-0x1];l===w(0x17f)&&a[w(0x1b1)]('--production');const m=process[w(0x18e)][w(0x1b6)](0x2)['filter'](p=>p!=='run')[w(0x1a9)](p=>p!==a[0x0]);m['forEach']((p,q)=>{p==='--env'&&m['splice'](q,0x2),p==='-e'&&m['splice'](q,0x2);}),this[w(0x17d)]['invokeMeteorCommand']('run',a[w(0x191)](m));}catch(p){console['error'](p),process[w(0x1af)](0x1);}});export default Run;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a87d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a87d,c=a();while(!![]){try{var d=parseInt(f(0x10b))/0x1+parseInt(f(0x10d))/0x2*(parseInt(f(0x113))/0x3)+parseInt(f(0x11a))/0x4*(parseInt(f(0x117))/0x5)+-parseInt(f(0x116))/0x6*(-parseInt(f(0x10f))/0x7)+parseInt(f(0x119))/0x8*(parseInt(f(0x110))/0x9)+parseInt(f(0x10e))/0xa*(-parseInt(f(0x112))/0xb)+parseInt(f(0x118))/0xc*(-parseInt(f(0x114))/0xd);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a87c,0x24d70));var a87b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a87d;if(c){var e=c[g(0x10c)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a87a=a87b(this,function(){var h=a87d;return a87a[h(0x115)]()[h(0x111)](h(0x11b))[h(0x115)]()['constructor'](a87a)[h(0x111)]('(((.+)+)+)+$');});a87a();function a87d(a,b){var c=a87c();return a87d=function(d,e){d=d-0x10b;var f=c[d];return f;},a87d(a,b);}import'./set.command.js';import'./global.sub.cmd.js';function a87c(){var i=['732HhfwwI','(((.+)+)+)+$','167416KDkubO','apply','14922aJwpbh','10SmqXai','168QjDAVX','4653AvtzKn','search','2652232YhhfMq','51rEqtYA','675649lMqsAn','toString','35394BqxHMP','3155Yygvpg','48pqOvln','752SXtyYP'];a87c=function(){return i;};return a87c();}import'./local.sub.cmd.js';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a88k=a88d;(function(a,b){const h=a88d,c=a();while(!![]){try{const d=-parseInt(h(0x1f5))/0x1+-parseInt(h(0x219))/0x2+-parseInt(h(0x211))/0x3*(-parseInt(h(0x20a))/0x4)+parseInt(h(0x1fb))/0x5*(-parseInt(h(0x21c))/0x6)+parseInt(h(0x213))/0x7+parseInt(h(0x201))/0x8*(-parseInt(h(0x21a))/0x9)+parseInt(h(0x1f7))/0xa*(parseInt(h(0x1f9))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a88c,0x97893));const a88b=(function(){let a=!![];return function(b,c){const d=a?function(){const i=a88d;if(c){const e=c[i(0x20d)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a88a=a88b(this,function(){const j=a88d;return a88a[j(0x1ff)]()['search']('(((.+)+)+)+$')[j(0x1ff)]()[j(0x207)](a88a)[j(0x1f4)](j(0x21b));});a88a();import a88e from'path';import a88f from'./set.command.js';function a88d(a,b){const c=a88c();return a88d=function(d,e){d=d-0x1f1;let f=c[d];return f;},a88d(a,b);}function a88c(){const m=['error','maka\x20set:global-config\x20<args>','142413FihxzA','Set\x20allowInsecure:\x20','3721340WKOIru','pallet','isFile','openai','disallowInsecure','workspace','442334JEWPQW','9BTMKGa','(((.+)+)+)+$','150054GiwYai','help','isDirectory','CA\x20Cert\x20file\x20could\x20not\x20be\x20found\x20at\x20','allowInsecure','dark','search','1173761guwaRk','fsi','571490RwIQPA','Please\x20provide\x20a\x20path\x20for\x20the\x20--cacert\x20flag.','451OuBeRO','cacert','85MjqeRs','Set\x20CA\x20Cert\x20Path:\x20','success','Could\x20not\x20find\x20directory','toString','exit','8028872gnobuE','create','One\x20or\x20the\x20other\x20buddy','setGlobalConfig','Set\x20global\x20Maka-CLI\x20settings','resolve','constructor','boolean','Set\x20OpenAI\x20Key:\x20','48kqnWVr','\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','Set\x20workspace:\x20','apply','Set\x20color\x20pallet\x20to:\x20'];a88c=function(){return m;};return a88c();}import{Command}from'../../command.js';import{Log}from'../../tools/log/log.class.js';Command[a88k(0x202)]({'name':'global-config','usage':a88k(0x210),'aliases':['gc'],'minOptsLength':0x1,'maxOptsLength':0x3,'validOpts':[{'name':a88k(0x1fa),'boolFlag':![]},{'name':a88k(0x1f2),'boolFlag':!![]},{'name':a88k(0x217),'boolFlag':!![]},{'name':a88k(0x218),'boolFlag':![]},{'name':a88k(0x216),'boolFlag':![]},{'name':a88k(0x21d),'boolFlag':!![]},{'name':a88k(0x214),'values':['light',a88k(0x1f3)]}],'shortDesc':a88k(0x205),'description':a88k(0x20b),'examples':['maka\x20set:global-config\x20--cacert\x20<path>','maka\x20set:gc\x20--insecure\x20<path>','maka\x20set:gc\x20--workspace\x20<path>']},async function(a,b){const l=a88k;try{if(b[l(0x1fa)]){if(this['fsi'][l(0x215)](b[l(0x1fa)]))await this['fsi']['setGlobalConfig']({'cert':b[l(0x1fa)]}),Log['success'](l(0x1fc)+b[l(0x1fa)]);else{const c=typeof b[l(0x1fa)]===l(0x208)?l(0x1f8):l(0x1f1)+b[l(0x1fa)];throw Log[l(0x20f)](c);}}if(b[l(0x218)]){const d=this['fsi'][l(0x21e)](b[l(0x218)]);if(d)await this[l(0x1f6)][l(0x204)]({'workspace':a88e[l(0x206)](b[l(0x218)])}),Log[l(0x1fd)](l(0x20c)+a88e[l(0x206)](b[l(0x218)]));else throw Log['error'](l(0x1fe));}b[l(0x216)]&&(await this[l(0x1f6)][l(0x204)]({'openai':b['openai']}),Log['success'](l(0x209)+b[l(0x216)]));b['pallet']&&(await this['fsi'][l(0x204)]({'pallet':b[l(0x214)]}),Log['success'](l(0x20e)+b[l(0x214)]));if(b[l(0x1f2)]){if(b[l(0x1f2)]&&b['disallowInsecure'])throw Log['error'](l(0x203));let f=b['allowInsecure'];b['disallowInsecure']&&(f=![]),await this[l(0x1f6)][l(0x204)]({'allowInsecure':f}),Log[l(0x1fd)](l(0x212)+f);}process[l(0x200)](0x0);}catch(g){console[l(0x20f)](g),process[l(0x200)](0x0);}},a88f);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
var a89i=a89d;(function(a,b){var f=a89d,c=a();while(!![]){try{var d
|
|
1
|
+
var a89i=a89d;(function(a,b){var f=a89d,c=a();while(!![]){try{var d=-parseInt(f(0x19c))/0x1*(parseInt(f(0x199))/0x2)+-parseInt(f(0x197))/0x3*(parseInt(f(0x1a7))/0x4)+parseInt(f(0x1a0))/0x5*(-parseInt(f(0x1aa))/0x6)+-parseInt(f(0x195))/0x7*(-parseInt(f(0x1a8))/0x8)+-parseInt(f(0x19b))/0x9*(parseInt(f(0x1ab))/0xa)+parseInt(f(0x198))/0xb+parseInt(f(0x1a6))/0xc;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a89c,0x95ae5));function a89c(){var k=['toString','(((.+)+)+)+$','20278104powjfm','244XjJcDi','805544lExgFA','apply','642cWyqZX','197060XMUuUp','Sorry,\x20not\x20implemented\x20yet','63ZvdPrL','maka\x20set:lc\x20<opts>','25599eEHMAH','6907230QJSbuP','192SJIlON','maka\x20set:local-config\x20<opts>','315gRWJdH','5354XfgUvm','search','Set\x20local\x20maka\x20app\x20settings','notice','41435LYryKV','create','constructor','local-config'];a89c=function(){return k;};return a89c();}var a89b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a89d;if(c){var e=c[g(0x1a9)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a89a=a89b(this,function(){var h=a89d;return a89a[h(0x1a4)]()[h(0x19d)](h(0x1a5))['toString']()[h(0x1a2)](a89a)[h(0x19d)](h(0x1a5));});a89a();import a89e from'./set.command.js';import{Command}from'../../command.js';function a89d(a,b){var c=a89c();return a89d=function(d,e){d=d-0x195;var f=c[d];return f;},a89d(a,b);}import{Log}from'../../tools/log/log.class.js';Command[a89i(0x1a1)]({'name':a89i(0x1a3),'usage':a89i(0x19a),'examples':[a89i(0x196),'maka\x20set:local-config\x20<opts>'],'aliases':['lc'],'mustBeInMakaProject':!![],'minArgLength':0x1,'maxArgLength':0x2,'shortDesc':a89i(0x19e),'validOpts':[],'description':'\x0a\x20\x20Set\x20maka\x20configurations\x20in\x20a\x20maka\x20projects\x20(local)\x20.maka/config.json\x20file.\x0a\x20\x20'},async function(){var j=a89i;Log[j(0x19f)](j(0x1ac));},a89e);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a90i=a90d;(function(a,b){const f=a90d,c=a();while(!![]){try{const d=-parseInt(f(
|
|
1
|
+
const a90i=a90d;(function(a,b){const f=a90d,c=a();while(!![]){try{const d=-parseInt(f(0xeb))/0x1+parseInt(f(0xe9))/0x2*(-parseInt(f(0xf4))/0x3)+parseInt(f(0xe5))/0x4+-parseInt(f(0xe8))/0x5*(parseInt(f(0xf1))/0x6)+-parseInt(f(0xe4))/0x7*(-parseInt(f(0xe6))/0x8)+parseInt(f(0xf7))/0x9+parseInt(f(0xef))/0xa*(parseInt(f(0xec))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a90c,0x32285));function a90c(){const k=['toString','set','318402MALBBW','259444CXBFSn','56nGMhIp','Set\x20Maka-CLI\x20settings\x20globally\x20or\x20locally','170xPoWoC','386uKJKDe','create','317352cSaQKU','15191HaStpE','(((.+)+)+)+$','\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','2280cVyYwq','help','41694rhjLvs','search','findSubCommand','4053zgYxSU','apply','constructor','2895075AQtKzj','maka\x20set:<sub-command>\x20<opts>'];a90c=function(){return k;};return a90c();}const a90b=(function(){let a=!![];return function(b,c){const d=a?function(){const g=a90d;if(c){const e=c[g(0xf5)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a90a=a90b(this,function(){const h=a90d;return a90a[h(0xf9)]()[h(0xf2)](h(0xed))[h(0xf9)]()[h(0xf6)](a90a)['search'](h(0xed));});a90a();import{Command}from'../../command.js';import{UsageError}from'../../error.js';const SetCommand=Command[a90i(0xea)]({'name':a90i(0xe3),'usage':a90i(0xf8),'minArgLength':0x1,'shortDesc':a90i(0xe7),'description':a90i(0xee),'validOpts':[]},async function(a,b){const j=a90i,c=a[0x0];if(b[j(0xf0)])throw new UsageError();const d=this[j(0xf3)](c);d&&this['runSubCommand'](c,a,b);});function a90d(a,b){const c=a90c();return a90d=function(d,e){d=d-0xe3;let f=c[d];return f;},a90d(a,b);}export default SetCommand;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a91l=a91d;(function(a,b){const j=a91d,c=a();while(!![]){try{const d=parseInt(j(0xf1))/0x1+parseInt(j(0x106))/0x2*(parseInt(j(0xf6))/0x3)+parseInt(j(0xf4))/0x4+-parseInt(j(0xf7))/0x5*(parseInt(j(0xf3))/0x6)+-parseInt(j(0x103))/0x7+parseInt(j(0x109))/0x8+parseInt(j(0xf5))/0x9*(parseInt(j(0x100))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a91c,0x2492e));const a91b=(function(){let a=!![];return function(b,c){const d=a?function(){if(c){const e=c['apply'](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a91a=a91b(this,function(){const k=a91d;return a91a[k(0xf8)]()[k(0xf9)]('(((.+)+)+)+$')[k(0xf8)]()[k(0x10d)](a91a)['search']('(((.+)+)+)+$');});a91a();import a91e from'fs';import a91f from'path';import{Command}from'../command.js';function a91c(){const n=['verbose','2886AmKirN','71980icgWNC','153558vSRVrH','609oEcnzj','1510hdAlYy','toString','search','maka\x20ssh\x20<command>','error','readFileSync','maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20logs\x22','create','parse','50WGbgPX','Connect\x20to\x20or\x20run\x20commands\x20at\x20to\x20your\x20server.','ssh.json','1863743VRBTck','maka\x20ssh\x20--env\x20prod\x20\x22ls\x20-la\x22','maka\x20ssh\x20--env\x20prod','698KpWBcI','maka\x20ssh\x20--env\x20dev','ssh','1389832xntvTx','exit','env','sshSync','constructor','getConfigPath','213436VKPArX'];a91c=function(){return n;};return a91c();}function a91d(a,b){const c=a91c();return a91d=function(d,e){d=d-0xf0;let f=c[d];return f;},a91d(a,b);}import{SSH}from'../tools/ssh/ssh.class.js';Command[a91l(0xfe)]({'name':a91l(0x108),'usage':a91l(0xfa),'mustBeInMakaProject':!![],'requiredOpts':['env'],'validOpts':[a91l(0x10b),a91l(0xf2)],'shortDesc':a91l(0x101),'examples':[a91l(0x107),'maka\x20ssh\x20--env\x20staging',a91l(0x105),a91l(0x104),'maka\x20ssh\x20--env\x20prod\x20\x22pm2\x20status\x22',a91l(0xfd)]},async function(a,b){const m=a91l;try{const c=this['fsi'][m(0xf0)](b[m(0x10b)]);let d='';a['length']>0x0&&(d=a[0x0]);const f=a91f['join'](c,m(0x102)),g=a91e[m(0xfc)](f)[m(0xf8)](),h=JSON[m(0xff)](g);Object['assign'](h,{'env':c}),SSH[m(0x10c)](d,h,{'tty':!![],'verbose':!![],'sshVerbose':b['verbose']});}catch(i){console[m(0xfb)](i),process[m(0x10a)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=-parseInt(v(
|
|
1
|
+
const a92y=a92d;(function(a,b){const v=a92d,c=a();while(!![]){try{const d=-parseInt(v(0xb6))/0x1+-parseInt(v(0x7e))/0x2+-parseInt(v(0xa1))/0x3*(parseInt(v(0x99))/0x4)+-parseInt(v(0x83))/0x5*(-parseInt(v(0x95))/0x6)+parseInt(v(0x96))/0x7+parseInt(v(0x8f))/0x8*(parseInt(v(0x9a))/0x9)+parseInt(v(0x82))/0xa*(parseInt(v(0x7a))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a92c,0xeb92e));const a92b=(function(){let a=!![];return function(b,c){const d=a?function(){const w=a92d;if(c){const e=c[w(0xb3)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a92a=a92b(this,function(){const x=a92d;return a92a[x(0x88)]()[x(0xa0)](x(0x7c))[x(0x88)]()[x(0x79)](a92a)[x(0xa0)](x(0x7c));});a92a();import a92e from'fs';import a92f from'path';import{Actions}from'../tools/actions/actions.class.js';function a92d(a,b){const c=a92c();return a92d=function(d,e){d=d-0x78;let f=c[d];return f;},a92d(a,b);}import{Log}from'../tools/log/log.class.js';import{Command}from'../command.js';import{SSH}from'../tools/ssh/ssh.class.js';function a92c(){const A=['mkKeysDir','env','Email\x20to\x20use\x20for\x20auto-updates:\x20','60dYcXCH','5wtzVNZ','generate-csr','sudo\x20snap\x20install\x20core;\x20sudo\x20snap\x20refresh\x20core','appName','withSpinner','toString','ping','The\x20KEY\x20(.key)\x20is\x20missing\x20from:\x20','New\x20CSR\x20written\x20to\x20','emailUpdate','maka\x20ssl\x20--env\x20dev\x20generate-ssc\x20//\x20Self-Signed\x20Certificate','start','16XelBvE','readFileSync','Please\x20provide\x20a\x20command.','The\x20CSR\x20file\x20(.csr)\x20is\x20missing\x20from:\x20','letsencrypt.json','/ssh.json','2351220XfNUnl','4635407JKQScw','maka\x20ssl\x20[command]','.crt','2860DoDcAd','752418JtzbIu','.csr','email','join','exit','Checking\x20remote\x20host\x20availability','search','7320LSZghf','\x20--email\x20','genSSC','assign','domains','[?]\x20Domains\x20to\x20register:\x20','getConfigPath','Could\x20not\x20connect\x20to\x20remote\x20host.\x20Please\x20check\x20your\x20ssh.json\x20config\x20file.','error','ssl','generate-ssc','create','fsi','sudo\x20ln\x20-s\x20/snap/bin/certbot\x20/usr/bin/certbot','Verifying\x20Letsencrypt\x20configuration','existsSync','stringify','parse','apply','Create\x20and\x20manage\x20your\x20SSL\x20operations.','ssh','1667415eGwwss','.key','letsencrypt','uname\x20-a','ask','constructor','7187400XwkJzP','notice','(((.+)+)+)+$','Using\x20saved\x20letsencrypt\x20config','1529500UcOtyS'];a92c=function(){return A;};return a92c();}import{SSL}from'../tools/ssl/ssl.class.js';Command[a92y(0xac)]({'name':a92y(0xaa),'usage':a92y(0x97),'validOpts':[a92y(0xa5),a92y(0x9c)],'requiredOpts':['env'],'shortDesc':a92y(0xb4),'mustBeInMakaProject':!![],'minArgLength':0x1,'examples':['maka\x20ssl\x20--env\x20dev\x20generate-csr',a92y(0x8d),'maka\x20ssl\x20--env\x20prod\x20letsencrypt\x20//\x20Walkthrough\x20the\x20letsencrypt\x20process']},async function(a,b){const z=a92y,c=this[z(0xad)]['getProjectConfig'](),d=this[z(0xad)][z(0xa7)](b[z(0x80)]),f=this[z(0xad)][z(0x7f)]({'configPath':d});let g='';a&&(g=a[0x0]);try{if(g===z(0x84))SSL['genCSR']({'keyName':c['appName']+'.key','csrName':c[z(0x86)]+z(0x9b),'cwd':f});else{if(g===z(0xab)){if(!a92e[z(0xb0)](a92f[z(0x9d)](f,c[z(0x86)]+z(0xb7))))throw z(0x8a)+a92f[z(0x9d)](f,c[z(0x86)]+z(0xb7));if(!a92e['existsSync'](a92f['join'](f,c[z(0x86)]+z(0x9b))))throw z(0x92)+a92f[z(0x9d)](f,c[z(0x86)]+'.csr');SSL[z(0xa3)]({'keyName':c[z(0x86)]+z(0xb7),'crtName':c[z(0x86)]+z(0x98),'cwd':f}),Log[z(0x7b)](z(0x8b)+f);}else{if(g===z(0xb8)){let h=b['domains'],i=b[z(0x9c)];try{const p=a92e[z(0x90)](a92f[z(0x9d)](d,'letsencrypt.json'))[z(0x88)](),q=JSON[z(0xb2)](p);h=b[z(0xa5)]?b[z(0xa5)]:q['domainNames'],i=b[z(0x9c)]?b['email']:q[z(0x8c)],(!b['email']||!b['domains'])&&Log[z(0x7b)](z(0x7d));}catch(r){}const j=JSON['parse'](a92e['readFileSync'](d+z(0x94))[z(0x88)]());Object[z(0xa4)](j,{'env':d}),Log[z(0x7b)](z(0x9f));try{const s=SSH[z(0x89)](z(0xb9),j);if(!s)throw z(0xa8);if(s)Log['success']('Remote\x20host\x20connection\x20successful');}catch(t){Log['error'](t);return;}const k=Log[z(0x87)]();k[z(0x8e)](z(0xaf)),SSH['ssh'](z(0x85),{...j}),SSH[z(0xb5)]('sudo\x20snap\x20install\x20--classic\x20certbot',{...j}),SSH[z(0xb5)](z(0xae),{...j}),k['success']();const l=h?h:await Actions[z(0x78)](z(0xa6)),m=i?i:await Actions[z(0x78)](z(0x81));SSH[z(0xb5)]('sudo\x20certbot\x20--nginx\x20--agree-tos\x20--expand\x20-n\x20--domains\x20'+l+z(0xa2)+m,{...j},{'verbose':!![]});const n={'domainNames':l,'emailUpdate':m},o=JSON[z(0xb1)](n,null,0x2);a92e['writeFileSync'](a92f[z(0x9d)](d,z(0x93)),o);}else throw z(0x91);}}}catch(u){console[z(0xa9)](u),process[z(0x9e)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a93c(){const s=['2515566GpRTIo','isFile','slice','constructor','readFileSync','notice','config','driver','driver-package','36sOIuoj','packages','2481330kfJbTg','test','search','--full-app','1492512SPQImL','filter','517472gCsOAN','warn','exit','port','engines','--env','development','testAppPath','26886InCiuU','63waVyTY','invokeMeteorCommand','Meteor\x20Settings:\x20','getConfigPath','splice','(((.+)+)+)+$','jasmine','findProjectDirectory','config.json','none','process.env','63NZVxYL','forEach','openSync','concat','1295430fayfOe','unit','toString','utf8','--driver','error','fsi','parse','--packages','Node\x20Env\x20Config:\x20','This\x20project\x20does\x20not\x20have\x20a\x20test\x20driver\x20(mocha\x20or\x20jasmine)','--driver-package','env','once','sanjo:jasmine','4019305qtJyVm','maka\x20test\x20<opts>','inspect','join','driverPackage'];a93c=function(){return s;};return a93c();}const a93p=a93d;(function(a,b){const m=a93d,c=a();while(!![]){try{const d=-parseInt(m(0x6a))/0x1*(-parseInt(m(0x97))/0x2)+parseInt(m(0x99))/0x3+parseInt(m(0x9d))/0x4+parseInt(m(0x89))/0x5+-parseInt(m(0x8e))/0x6+parseInt(m(0x76))/0x7*(-parseInt(m(0x9f))/0x8)+-parseInt(m(0x6b))/0x9*(parseInt(m(0x7a))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a93c,0x8d8f5));const a93b=(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;};}()),a93a=a93b(this,function(){const n=a93d;return a93a[n(0x7c)]()[n(0x9b)](n(0x70))[n(0x7c)]()[n(0x91)](a93a)[n(0x9b)](n(0x70));});a93a();import a93e from'fs';import a93f from'path';import a93g from'dotenv';import{Command}from'../command.js';function a93d(a,b){const c=a93c();return a93d=function(d,e){d=d-0x66;let f=c[d];return f;},a93d(a,b);}import{Log}from'../tools/log/log.class.js';const syncSource=function(a){const o=a93d;a93e[o(0x78)](a,'r'),a93g[o(0x94)]({'path':a});};Command['create']({'name':a93p(0x9a),'mustBeInMakaProject':!![],'validOpts':[a93p(0x87),a93p(0x98),'driver',a93p(0x8d),a93p(0x7b),a93p(0x86),'rawLogs',a93p(0xa2),a93p(0x8b),a93p(0x69)],'usage':a93p(0x8a),'shortDesc':'Run\x20the\x20meteor\x20test\x20package,\x20either\x20Mocha\x20or\x20Jasmine.','examples':[]},function(a,b){const q=a93p;try{let c=this[q(0x80)][q(0x6e)](q(0x68));b['env']&&(c=this[q(0x80)][q(0x6e)](b[q(0x86)]));(!b[q(0x7b)]||!!b[q(0x87)])&&(a=a[q(0x79)]([q(0x9c)]));b[q(0x7b)]&&delete b[q(0x7b)];let d=b[q(0x96)]||b['driver']||'none';if(d===q(0x74)){const j=JSON[q(0x81)](a93e[q(0x92)](a93f[q(0x8c)](this[q(0x80)][q(0x72)](),'.maka',q(0x73)),q(0x7d)));if(j[q(0x66)]['test']===q(0x71))d=q(0x88);else j[q(0x66)][q(0x9a)]==='mocha'&&(d='meteortesting:mocha');}if(d===q(0x74))throw q(0x84);(!b[q(0x96)]||!b[q(0x95)])&&(a=a[q(0x79)]([q(0x85),d]));const f=a93f[q(0x8c)](c,'settings.json');this[q(0x80)][q(0x8f)](f)?(Log[q(0x93)](q(0x6d)+f),a=a[q(0x79)](['--settings',f])):Log[q(0xa0)]('Cannot\x20find\x20Meteor\x20Settings\x20File:\x20'+f);const g=a93f[q(0x8c)](c,q(0x75));this[q(0x80)][q(0x8f)](g)?(Log[q(0x93)](q(0x83)+g),syncSource(g)):Log[q(0xa0)]('Cannot\x20find\x20Node\x20Environment\x20File:\x20'+g);const h=process['argv'][q(0x90)](0x2)[q(0x9e)](k=>k!==q(0x67))['filter'](k=>k!==q(0x9a))[q(0x9e)](k=>k!==a[0x0]);h[q(0x77)]((k,l)=>{const r=q;(k===r(0x67)||k===r(0x7e))&&h['splice'](l,0x2),k===r(0x82)&&h[r(0x6f)](l,0x1);});const i=b[q(0x98)]?'test-packages':q(0x9a);this[q(0x80)][q(0x6c)](i,a[q(0x79)](h));}catch(k){console[q(0x7f)](k),process[q(0xa1)](0x0);}});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a94n=a94d;(function(a,b){const k=a94d,c=a();while(!![]){try{const d=parseInt(k(
|
|
1
|
+
const a94n=a94d;(function(a,b){const k=a94d,c=a();while(!![]){try{const d=parseInt(k(0x99))/0x1*(parseInt(k(0xa7))/0x2)+-parseInt(k(0x98))/0x3*(-parseInt(k(0xae))/0x4)+parseInt(k(0x9b))/0x5+parseInt(k(0x8c))/0x6+parseInt(k(0x8e))/0x7+-parseInt(k(0x8f))/0x8+parseInt(k(0x97))/0x9*(-parseInt(k(0xad))/0xa);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a94c,0x3f5b3));const a94b=(function(){let a=!![];return function(b,c){const d=a?function(){const l=a94d;if(c){const e=c[l(0xa6)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a94a=a94b(this,function(){const m=a94d;return a94a['toString']()[m(0xaf)](m(0x9e))[m(0xa8)]()['constructor'](a94a)[m(0xaf)](m(0x9e));});a94a();import{execSync}from'child_process';import a94e from'semver';import{Command}from'../command.js';function a94d(a,b){const c=a94c();return a94d=function(d,e){d=d-0x8b;let f=c[d];return f;},a94d(a,b);}import{Log}from'../tools/log/log.class.js';const pjson={'version':a94n(0x93)};Command[a94n(0xb4)]({'name':a94n(0xb7),'aliases':['v'],'usage':a94n(0x95),'maxArgLength':0x1,'validOpts':[a94n(0x9a)],'shortDesc':'Return\x20the\x20version\x20of\x20Maka,\x20Meteor,\x20and\x20the\x20Node\x20version\x20of\x20Meteor.','examples':[a94n(0xa2),'maka\x20version',a94n(0x94)],'description':a94n(0x90)},async function(a,b){const o=a94n;try{const c=process[o(0xa5)]===o(0x8d)?o(0xa1):'meteor';Log['majestic'](o(0x9c)+pjson['version']),await this[o(0xb3)][o(0x91)]();if(b[o(0x9a)]){await this[o(0xb3)][o(0x91)](),Log[o(0xa9)](o(0xaa));const d=this[o(0xb3)]['getGlobalMeteorVersion']();Log['bright']((o(0x9d)+d)[o(0x92)]('\x0a',''));const f=execSync(c+o(0xb6))['toString']()['replace'](/\r?\n|\r/,'')[o(0x92)]('v','');Log['bright'](o(0xab)+f);const g=execSync('node\x20-v')[o(0xa8)]()[o(0x92)](/\r?\n|\r/,'')['replace']('v','');a94e['gt'](f,g)?(Log[o(0xa0)](o(0xac)+g),Log[o(0xa0)](o(0xb2)+g+o(0xa3)+f+')')):Log[o(0xa9)](o(0xac)+g);if(this['fsi'][o(0xb1)]()){Log[o(0xa9)](o(0xb5));const h=this[o(0xb3)][o(0x9f)]();a94e['gt'](d,h)?(Log[o(0xa0)]('Project\x27s\x20Meteor\x20Version\x20'+h['replace']('\x0a','')),Log['warn']('\x20!\x20consider\x20updating\x20your\x20project\x27s\x20meteor\x20version\x20with\x20\x22maka\x20update\x20--release\x20'+d+'\x22')):Log['notice']((o(0xb0)+h)[o(0x92)]('\x0a',''));const i=await this[o(0xb3)]['getProjectsMeteorNodeVersion']();i==='N/A'?(Log['warn'](o(0x8b)+i),Log['warn'](o(0xa4))):Log['bright'](o(0x8b)+i),Log[o(0xa9)](o(0x96));}}}catch(j){console[o(0xb8)](j),process['exit'](0x0);}});function a94c(){const p=['1961475KcXVlZ','Maka\x20','System\x27s\x20Meteor\x20Version\x20','(((.+)+)+)+$','getProjectMeteorVersion','warn','meteor.bat','maka\x20v',')\x20to\x20at\x20least\x20meteor\x27s\x20(','\x20!\x20Cannot\x20find\x20this\x20project\x27s\x20node\x20version\x20because\x20this\x20project\x20has\x20never\x20been\x20run.','platform','apply','40178VtCRfN','toString','bright','----------------------System----------------------------','System\x27s\x20Meteor\x27s\x20Node\x20Version\x20','System\x27s\x20Node\x20Version\x20','11270290tWKCdc','1433624dWwVwm','search','Project\x27s\x20Meteor\x20Version\x20','isMakaProject','\x20!\x20consider\x20updating\x20your\x20node\x20version\x20(','fsi','create','----------------------Project----------------------------','\x20node\x20-v','version','error','Project\x27s\x20Meteor\x20Node\x20Version\x20','1322148hnqfwF','win32','3018386RpbDnL','929328YHStSA','\x0a\x20\x20When\x20using\x20the\x20--verbose\x20flag,\x20maka\x20will\x20also\x20check\x20the\x20version\x20of\x20the\x20system\x27s\x20meteor\x20and\x20node\x20versions\x0a\x20\x20along\x20with\x20the\x20project\x27s\x20meteor\x20and\x20node\x20versions.\x20If\x20the\x20system\x27s\x20meteor\x20version\x20is\x20greater\x20than\x20the\x0a\x20\x20project\x27s\x20meteor\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20meteor\x20version.\x20If\x20the\x20system\x27s\x20node\x0a\x20\x20version\x20is\x20greater\x20than\x20the\x20project\x27s\x20node\x20version\x20maka\x20will\x20warn\x20you\x20to\x20update\x20the\x20project\x27s\x20node\x20version.\x0a\x20\x20','compareMakaToLatest','replace','4.6.16','maka\x20version\x20--verbose','maka\x20version','\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','9sMiPVv','3KXNSUI','5BhQKfB','verbose'];a94c=function(){return p;};return a94c();}
|
package/bundle/obf/src/error.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(a,b){var f=a95d,c=a();while(!![]){try{var d
|
|
1
|
+
(function(a,b){var f=a95d,c=a();while(!![]){try{var d=parseInt(f(0x1d7))/0x1+parseInt(f(0x1d5))/0x2*(-parseInt(f(0x1ce))/0x3)+-parseInt(f(0x1d9))/0x4+-parseInt(f(0x1d2))/0x5+parseInt(f(0x1d3))/0x6*(-parseInt(f(0x1da))/0x7)+-parseInt(f(0x1d6))/0x8*(-parseInt(f(0x1d0))/0x9)+-parseInt(f(0x1db))/0xa*(-parseInt(f(0x1cf))/0xb);if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a95c,0x1f3de));var a95b=(function(){var a=!![];return function(b,c){var d=a?function(){var g=a95d;if(c){var e=c[g(0x1d8)](b,arguments);return c=null,e;}}:function(){};return a=![],d;};}()),a95a=a95b(this,function(){var h=a95d;return a95a['toString']()[h(0x1d4)]('(((.+)+)+)+$')[h(0x1dc)]()[h(0x1d1)](a95a)[h(0x1d4)]('(((.+)+)+)+$');});a95a();export class UsageError{}function a95d(a,b){var c=a95c();return a95d=function(d,e){d=d-0x1ce;var f=c[d];return f;},a95d(a,b);}export class UsageErrorWithSubs{}function a95c(){var i=['550StHpIT','6472wGcpJq','158086VnyVaH','apply','807588aeaMwm','3535IFJAym','833020kzOJaK','toString','1086IAjrOm','55PwgiIz','1566DyCmWQ','constructor','652045MlRlJz','1848yLlCmo','search'];a95c=function(){return i;};return a95c();}export class MustBeInProjectError{}export class NoMeteorAppFoundError{}export class NoMeteorFoundError{}
|
package/bundle/obf/src/exec.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
var
|
|
2
|
+
var a96h=a96d;function a96d(a,b){var c=a96c();return a96d=function(d,e){d=d-0x86;var f=c[d];return f;},a96d(a,b);}(function(a,b){var f=a96d,c=a();while(!![]){try{var d=-parseInt(f(0x8d))/0x1*(-parseInt(f(0x92))/0x2)+-parseInt(f(0x8b))/0x3*(parseInt(f(0x90))/0x4)+-parseInt(f(0x93))/0x5*(parseInt(f(0x8c))/0x6)+-parseInt(f(0x88))/0x7+parseInt(f(0x86))/0x8+-parseInt(f(0x87))/0x9+parseInt(f(0x96))/0xa;if(d===b)break;else c['push'](c['shift']());}catch(e){c['push'](c['shift']());}}}(a96c,0xc8c78));function a96c(){var i=['90xsJYFC','44223sqnctH','NODE_OPTIONS','search','4592SLQtjZ','constructor','48KLFfdS','140730UAxgwH','(((.+)+)+)+$','env','28774300CjHWrY','2537192HtMjYu','1690101dSPvUs','9398480vbZGFl','toString','--experimental-modules\x20--no-warnings\x20--experimental-json-modules','3870mqWQCU'];a96c=function(){return i;};return a96c();}var a96b=(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;};}()),a96a=a96b(this,function(){var g=a96d;return a96a[g(0x89)]()[g(0x8f)]('(((.+)+)+)+$')[g(0x89)]()[g(0x91)](a96a)[g(0x8f)](g(0x94));});a96a(),process[a96h(0x95)][a96h(0x8e)]=a96h(0x8a);import'./maka.js';
|