@lovrabet/lovrabet-cli 2.0.11 → 2.0.13-beta.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (70) hide show
  1. package/lib/cli.js +1 -1
  2. package/lib/commands/app/cache.js +1 -1
  3. package/lib/commands/app/definitions.js +1 -1
  4. package/lib/commands/app/mock-loader.js +1 -1
  5. package/lib/commands/app/remote-source.js +1 -1
  6. package/lib/commands/app/shared.js +1 -1
  7. package/lib/commands/auth/index.js +1 -1
  8. package/lib/commands/auth/prompt.js +1 -1
  9. package/lib/commands/bff/detail.js +1 -1
  10. package/lib/commands/bff/exec.js +1 -1
  11. package/lib/commands/bff/index.js +1 -1
  12. package/lib/commands/common/config-policy.js +1 -1
  13. package/lib/commands/common/constraints.js +1 -1
  14. package/lib/commands/common/flags.js +1 -1
  15. package/lib/commands/config/definitions.js +1 -1
  16. package/lib/commands/config/shared.js +1 -1
  17. package/lib/commands/data/index.js +1 -1
  18. package/lib/commands/dataset/detail.js +1 -1
  19. package/lib/commands/dataset/index.js +1 -1
  20. package/lib/commands/dataset/list.js +1 -1
  21. package/lib/commands/doctor.js +1 -1
  22. package/lib/commands/init.js +1 -1
  23. package/lib/commands/kb/index.js +1 -1
  24. package/lib/commands/logs/index.js +1 -1
  25. package/lib/commands/registry.js +1 -1
  26. package/lib/commands/schema.js +1 -1
  27. package/lib/commands/skill/index.js +1 -1
  28. package/lib/commands/sql/detail.js +1 -1
  29. package/lib/commands/sql/exec.js +1 -1
  30. package/lib/commands/sql/index.js +1 -1
  31. package/lib/commands/update.js +1 -1
  32. package/lib/config/schema.js +1 -1
  33. package/lib/constant/auth-mode.js +1 -1
  34. package/lib/constant/cli.js +1 -1
  35. package/lib/constant/defaults.js +1 -1
  36. package/lib/constant/distribution.js +1 -1
  37. package/lib/constant/domain.js +1 -1
  38. package/lib/constant/env.js +1 -1
  39. package/lib/constant/output.js +1 -1
  40. package/lib/constant/product.js +1 -1
  41. package/lib/constant/risk.js +1 -1
  42. package/lib/constant/url.js +1 -1
  43. package/lib/context.js +1 -1
  44. package/lib/core/api-client.js +1 -1
  45. package/lib/core/db-resolver.js +1 -1
  46. package/lib/core/sdk-client.js +1 -1
  47. package/lib/errors.js +1 -1
  48. package/lib/framework/build-all-flags.js +1 -1
  49. package/lib/framework/dryrun.js +1 -1
  50. package/lib/framework/flags.js +1 -1
  51. package/lib/framework/help.js +1 -1
  52. package/lib/framework/index.js +1 -1
  53. package/lib/framework/output.js +1 -1
  54. package/lib/framework/preparse.js +1 -1
  55. package/lib/framework/response.js +1 -1
  56. package/lib/framework/runner-confirmation.js +1 -1
  57. package/lib/framework/runner-error.js +1 -1
  58. package/lib/framework/runner.js +1 -1
  59. package/lib/framework/schema-export.js +1 -1
  60. package/lib/framework/types.js +1 -1
  61. package/lib/help.js +1 -1
  62. package/lib/skills/npx-skills-add.js +1 -1
  63. package/lib/skills/runtime-skill-sync.js +1 -1
  64. package/lib/utils/apply-jq-filter.js +1 -1
  65. package/lib/utils/logger.js +1 -1
  66. package/lib/utils/params.js +1 -1
  67. package/lib/utils/platform.js +1 -1
  68. package/lib/utils/version.js +1 -1
  69. package/lib/utils/write-cli-side-channel.js +1 -1
  70. package/package.json +1 -1
package/lib/cli.js CHANGED
@@ -1,2 +1,2 @@
1
1
  #!/usr/bin/env node
2
- const a0_0xec6f3c=a0_0x4c00;(function(_0x42df91,_0x5c59ae){const _0x49bfc9=a0_0x4c00,_0x3a151e=_0x42df91();while(!![]){try{const _0x209b6a=-parseInt(_0x49bfc9(0x174))/0x1+-parseInt(_0x49bfc9(0x164))/0x2*(parseInt(_0x49bfc9(0x161))/0x3)+parseInt(_0x49bfc9(0x176))/0x4+-parseInt(_0x49bfc9(0x169))/0x5*(-parseInt(_0x49bfc9(0x16b))/0x6)+parseInt(_0x49bfc9(0x178))/0x7+-parseInt(_0x49bfc9(0x166))/0x8+parseInt(_0x49bfc9(0x180))/0x9*(parseInt(_0x49bfc9(0x160))/0xa);if(_0x209b6a===_0x5c59ae)break;else _0x3a151e['push'](_0x3a151e['shift']());}catch(_0x16149f){_0x3a151e['push'](_0x3a151e['shift']());}}}(a0_0x3c6e,0x25dc5));import{jsx as a0_0x4c872d}from'react/jsx-runtime';import a0_0x5d0d8d from'meow';import{render}from'ink';function a0_0x4c00(_0x2776a8,_0x32417f){_0x2776a8=_0x2776a8-0x160;const _0x3c6e45=a0_0x3c6e();let _0x4c000b=_0x3c6e45[_0x2776a8];return _0x4c000b;}import{Help}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{buildConfigFromFlags,initGlobalEnvironment}from'./context.js';function a0_0x3c6e(){const _0x488413=['hint','write','ExitPromptError','error','115134rhyDVK','exitCode','155908TDoEqT','\x20->\x20--','1047179WfoFkm','cancelled','name','catch','exit','ERR_USE_AFTER_CLOSE','defaultCommand','Unexpected\x20error:','729IbBkLj','code','27580QAsjMU','22224VCdvBz','\x0aCancelled.\x0a','assign','6BrjYQr','original','1047088QuCiug','log','help','585OTgNfy','flags','582IyTuEA','stderr','unknownCommand','length','input'];a0_0x3c6e=function(){return _0x488413;};return a0_0x3c6e();}import{isKnownService,getServiceEntry,findDefinition,getAllDefinitions}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{buildMeowFlags}from'./constant/cli.js';const helpText=generateFullHelp(),cli=a0_0x5d0d8d(helpText,{'importMeta':import.meta,'flags':buildMeowFlags(),'autoVersion':!![]});void main()[a0_0xec6f3c(0x17b)](handleError);async function main(){try{await run();}catch(_0x3183b7){handleError(_0x3183b7);}}async function run(){const _0x5bad5c=a0_0xec6f3c;let _0x2d7606=cli[_0x5bad5c(0x16f)][0x0],_0x145349=cli[_0x5bad5c(0x16f)][0x1];const _0xcbcd92=cli[_0x5bad5c(0x16a)];try{const {correctFlags:_0x1ac17d}=await import('./framework/preparse.js'),_0x314a77=getAllDefinitions()['flatMap'](_0x32e361=>_0x32e361[_0x5bad5c(0x16a)]??[]),{flags:_0x4b851b,corrections:_0x84e856}=_0x1ac17d(_0xcbcd92,_0x314a77);if(_0x84e856[_0x5bad5c(0x16e)]>0x0){for(const _0x5e836b of _0x84e856){process[_0x5bad5c(0x16c)][_0x5bad5c(0x171)]('[preparse]\x20'+_0x5e836b['handler']+':\x20--'+_0x5e836b[_0x5bad5c(0x165)]+_0x5bad5c(0x177)+_0x5e836b['corrected']+'\x0a');}Object[_0x5bad5c(0x163)](_0xcbcd92,_0x4b851b);}}catch{}if(!_0x2d7606||!isKnownService(_0x2d7606)){const {waitUntilExit:_0x4b8626}=render(a0_0x4c872d(Help,{}));await _0x4b8626();return;}const _0x2e0629=getServiceEntry(_0x2d7606);if(!_0x145349){if(_0xcbcd92[_0x5bad5c(0x168)]){console[_0x5bad5c(0x167)](generateServiceHelp(_0x2d7606));return;}if(_0x2e0629['defaultCommand'])_0x145349=_0x2e0629[_0x5bad5c(0x17e)];else{console[_0x5bad5c(0x167)](generateServiceHelp(_0x2d7606));return;}}const _0xc4135d=findDefinition(_0x2d7606,_0x145349);!_0xc4135d&&(console[_0x5bad5c(0x167)](generateServiceHelp(_0x2d7606)),handleError(CliErrors[_0x5bad5c(0x16d)](_0x2d7606+'\x20'+_0x145349)));if(_0xcbcd92[_0x5bad5c(0x168)]){console['log'](generateCommandHelp(_0xc4135d));return;}const _0x39cacd=buildConfigFromFlags(_0xcbcd92);await initGlobalEnvironment(_0x39cacd);const _0x1fe76a=createPipelineEnv(_0x39cacd,_0xcbcd92);_0x1fe76a['args']=cli[_0x5bad5c(0x16f)]['slice'](0x2),await runCommand(_0xc4135d,_0x1fe76a);}function handleError(_0x44f071){const _0x4fbeca=a0_0xec6f3c;if(_0x44f071 instanceof CliError){_0x44f071[_0x4fbeca(0x181)]===_0x4fbeca(0x179)&&(process[_0x4fbeca(0x16c)][_0x4fbeca(0x171)]('\x0aCancelled.\x0a'),process['exit'](0x0));console[_0x4fbeca(0x173)]('Error:\x20'+_0x44f071['message']);if(_0x44f071[_0x4fbeca(0x170)])console[_0x4fbeca(0x173)]('Hint:\x20'+_0x44f071[_0x4fbeca(0x170)]);process[_0x4fbeca(0x17c)](_0x44f071[_0x4fbeca(0x175)]);}isUserCancellation(_0x44f071)&&(process[_0x4fbeca(0x16c)]['write'](_0x4fbeca(0x162)),process[_0x4fbeca(0x17c)](0x0)),console[_0x4fbeca(0x173)](_0x4fbeca(0x17f),_0x44f071),process['exit'](0x1);}function isUserCancellation(_0x12c34e){const _0x506350=a0_0xec6f3c;if(!(_0x12c34e instanceof Error))return![];if(_0x12c34e[_0x506350(0x17a)]===_0x506350(0x172))return!![];if(_0x12c34e['code']===_0x506350(0x17d))return!![];if(_0x12c34e['code']==='ERR_STREAM_DESTROYED')return!![];return![];}
2
+ const a0_0x4f2542=a0_0x575f;function a0_0x575f(_0x540f0d,_0x35052c){_0x540f0d=_0x540f0d-0x144;const _0x5f2b39=a0_0x5f2b();let _0x575f9f=_0x5f2b39[_0x540f0d];return _0x575f9f;}(function(_0xb3830e,_0x25278f){const _0x18cf06=a0_0x575f,_0x20e941=_0xb3830e();while(!![]){try{const _0x3bc67e=-parseInt(_0x18cf06(0x14e))/0x1+parseInt(_0x18cf06(0x159))/0x2+-parseInt(_0x18cf06(0x15f))/0x3+-parseInt(_0x18cf06(0x163))/0x4+parseInt(_0x18cf06(0x149))/0x5+parseInt(_0x18cf06(0x160))/0x6+parseInt(_0x18cf06(0x15c))/0x7;if(_0x3bc67e===_0x25278f)break;else _0x20e941['push'](_0x20e941['shift']());}catch(_0x1771ef){_0x20e941['push'](_0x20e941['shift']());}}}(a0_0x5f2b,0x46343));function a0_0x5f2b(){const _0x5f2999=['\x0aCancelled.\x0a','exitCode','name',':\x20--','args','hint','length','cancelled','2259315TuFdgD','Unexpected\x20error:','message','unknownCommand','flatMap','121310iOgvee','input','stderr','./framework/preparse.js','code','original','Hint:\x20','catch','ERR_STREAM_DESTROYED','help','log','309228UxKemC','assign','write','215166WubYUh','exit','error','1040550gCsaIR','3380388RRWrNb','handler','defaultCommand','1779592JIxIGp','flags','\x20->\x20--','ExitPromptError','Error:\x20'];a0_0x5f2b=function(){return _0x5f2999;};return a0_0x5f2b();}import{jsx as a0_0x465f2f}from'react/jsx-runtime';import a0_0x302c64 from'meow';import{render}from'ink';import{Help}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{buildConfigFromFlags,initGlobalEnvironment}from'./context.js';import{isKnownService,getServiceEntry,findDefinition,getAllDefinitions}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{buildMeowFlags}from'./constant/cli.js';const helpText=generateFullHelp(),cli=a0_0x302c64(helpText,{'importMeta':import.meta,'flags':buildMeowFlags(),'autoVersion':!![]});void main()[a0_0x4f2542(0x155)](handleError);async function main(){try{await run();}catch(_0x15fcf9){handleError(_0x15fcf9);}}async function run(){const _0x525365=a0_0x4f2542;let _0x28056d=cli[_0x525365(0x14f)][0x0],_0x545d9c=cli[_0x525365(0x14f)][0x1];const _0x3c084e=cli[_0x525365(0x164)];try{const {correctFlags:_0x58554f}=await import(_0x525365(0x151)),_0x501f8e=getAllDefinitions()[_0x525365(0x14d)](_0x34f66c=>_0x34f66c['flags']??[]),{flags:_0x20ebcd,corrections:_0x4aa60d}=_0x58554f(_0x3c084e,_0x501f8e);if(_0x4aa60d[_0x525365(0x147)]>0x0){for(const _0x39b543 of _0x4aa60d){process[_0x525365(0x150)][_0x525365(0x15b)]('[preparse]\x20'+_0x39b543[_0x525365(0x161)]+_0x525365(0x144)+_0x39b543[_0x525365(0x153)]+_0x525365(0x165)+_0x39b543['corrected']+'\x0a');}Object[_0x525365(0x15a)](_0x3c084e,_0x20ebcd);}}catch{}if(!_0x28056d||!isKnownService(_0x28056d)){const {waitUntilExit:_0x4bbe59}=render(a0_0x465f2f(Help,{}));await _0x4bbe59();return;}const _0x57ef57=getServiceEntry(_0x28056d);if(!_0x545d9c){if(_0x3c084e[_0x525365(0x157)]){console[_0x525365(0x158)](generateServiceHelp(_0x28056d));return;}if(_0x57ef57[_0x525365(0x162)])_0x545d9c=_0x57ef57[_0x525365(0x162)];else{console[_0x525365(0x158)](generateServiceHelp(_0x28056d));return;}}const _0x242120=findDefinition(_0x28056d,_0x545d9c);!_0x242120&&(console[_0x525365(0x158)](generateServiceHelp(_0x28056d)),handleError(CliErrors[_0x525365(0x14c)](_0x28056d+'\x20'+_0x545d9c)));if(_0x3c084e['help']){console['log'](generateCommandHelp(_0x242120));return;}const _0x1d206a=buildConfigFromFlags(_0x3c084e);await initGlobalEnvironment(_0x1d206a);const _0x14fc19=createPipelineEnv(_0x1d206a,_0x3c084e);_0x14fc19[_0x525365(0x145)]=cli[_0x525365(0x14f)]['slice'](0x2),await runCommand(_0x242120,_0x14fc19);}function handleError(_0x30257f){const _0x3210f9=a0_0x4f2542;if(_0x30257f instanceof CliError){_0x30257f[_0x3210f9(0x152)]===_0x3210f9(0x148)&&(process[_0x3210f9(0x150)]['write'](_0x3210f9(0x168)),process[_0x3210f9(0x15d)](0x0));console[_0x3210f9(0x15e)](_0x3210f9(0x167)+_0x30257f[_0x3210f9(0x14b)]);if(_0x30257f['hint'])console[_0x3210f9(0x15e)](_0x3210f9(0x154)+_0x30257f[_0x3210f9(0x146)]);process['exit'](_0x30257f[_0x3210f9(0x169)]);}isUserCancellation(_0x30257f)&&(process['stderr'][_0x3210f9(0x15b)](_0x3210f9(0x168)),process[_0x3210f9(0x15d)](0x0)),console[_0x3210f9(0x15e)](_0x3210f9(0x14a),_0x30257f),process['exit'](0x1);}function isUserCancellation(_0xa9216c){const _0x2a63b=a0_0x4f2542;if(!(_0xa9216c instanceof Error))return![];if(_0xa9216c[_0x2a63b(0x16a)]===_0x2a63b(0x166))return!![];if(_0xa9216c['code']==='ERR_USE_AFTER_CLOSE')return!![];if(_0xa9216c[_0x2a63b(0x152)]===_0x2a63b(0x156))return!![];return![];}
@@ -1 +1 @@
1
- (function(_0x5f3236,_0x4492af){const _0x2cbb6d=a1_0x5247,_0x336c12=_0x5f3236();while(!![]){try{const _0x12c3f4=parseInt(_0x2cbb6d(0xf3))/0x1*(parseInt(_0x2cbb6d(0xef))/0x2)+parseInt(_0x2cbb6d(0xfd))/0x3*(parseInt(_0x2cbb6d(0x103))/0x4)+-parseInt(_0x2cbb6d(0x10d))/0x5*(parseInt(_0x2cbb6d(0xed))/0x6)+parseInt(_0x2cbb6d(0x10a))/0x7*(-parseInt(_0x2cbb6d(0xf0))/0x8)+-parseInt(_0x2cbb6d(0x102))/0x9+-parseInt(_0x2cbb6d(0x100))/0xa+parseInt(_0x2cbb6d(0xf2))/0xb*(parseInt(_0x2cbb6d(0xf8))/0xc);if(_0x12c3f4===_0x4492af)break;else _0x336c12['push'](_0x336c12['shift']());}catch(_0x127053){_0x336c12['push'](_0x336c12['shift']());}}}(a1_0x5890,0xca6e1));import{createHash}from'node:crypto';function a1_0x5247(_0x17e7c4,_0x3aa0fb){_0x17e7c4=_0x17e7c4-0xed;const _0x589011=a1_0x5890();let _0x524772=_0x589011[_0x17e7c4];return _0x524772;}function a1_0x5890(){const _0x18ce02=['.tmp','parse','167811nMVSSC','appName','unknown','1270HgOjIB','29034NxaxOV','trim','4vRPbqb','312zYOkTQ','sha256','2252371QqKGsZ','452553OiEjQn','appCode','homeDirName','find','cache','120ZspXqx','hex','slice','items','utf8','175995oKStwc','EACCES','isArray','2471570CLVFpL','digest','5330952zSiMBm','60rxlfxq','EXDEV','stringify','update','code'];a1_0x5890=function(){return _0x18ce02;};return a1_0x5890();}import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';import{homedir}from'node:os';import{dirname,resolve}from'node:path';import{PRODUCT_CONFIG}from'../../constant/product.js';export function fingerprintAccessKey(_0xcbb4f4){const _0x35ed86=a1_0x5247,_0x48edf2=_0xcbb4f4[_0x35ed86(0xee)](),_0x4d8604=_0x48edf2[_0x35ed86(0xfa)](-0x6)||_0x35ed86(0x10c),_0x49998e=createHash(_0x35ed86(0xf1))[_0x35ed86(0x106)](_0x48edf2)[_0x35ed86(0x101)](_0x35ed86(0xf9))[_0x35ed86(0xfa)](0x0,0xc);return'ak_'+_0x4d8604+'_'+_0x49998e;}export function getAppCacheFilePath(_0x52ff0a,_0x55948c){const _0x31876a=a1_0x5247;return resolve(homedir(),PRODUCT_CONFIG[_0x31876a(0xf5)],_0x31876a(0xf7),_0x52ff0a,fingerprintAccessKey(_0x55948c),'my-apps.json');}export function readCachedAppList(_0x42cef2,_0x126e3d){const _0x45f5a4=a1_0x5247;if(!_0x126e3d?.[_0x45f5a4(0xee)]())return null;const _0x1b04cc=getAppCacheFilePath(_0x42cef2,_0x126e3d);if(!existsSync(_0x1b04cc))return null;try{const _0x4d2829=readFileSync(_0x1b04cc,_0x45f5a4(0xfc));if(!_0x4d2829[_0x45f5a4(0xee)]())return null;const _0x650c64=JSON[_0x45f5a4(0x109)](_0x4d2829);if(!Array[_0x45f5a4(0xff)](_0x650c64['items']))return null;return _0x650c64;}catch{return null;}}export function writeCachedAppList(_0x5f7d62,_0x2c3777,_0x5adf1f){const _0x587f51=a1_0x5247,_0x3a49a9=getAppCacheFilePath(_0x5f7d62,_0x2c3777),_0x96178e=dirname(_0x3a49a9);!existsSync(_0x96178e)&&mkdirSync(_0x96178e,{'recursive':!![]});const _0x56b09d=_0x3a49a9+_0x587f51(0x108);try{writeFileSync(_0x56b09d,JSON[_0x587f51(0x105)](_0x5adf1f,null,0x2)+'\x0a',{'encoding':_0x587f51(0xfc),'mode':0x180});try{renameSync(_0x56b09d,_0x3a49a9);}catch(_0x38f037){if(_0x38f037[_0x587f51(0x107)]==='EPERM'||_0x38f037['code']===_0x587f51(0x104)||_0x38f037['code']===_0x587f51(0xfe)){writeFileSync(_0x3a49a9,JSON[_0x587f51(0x105)](_0x5adf1f,null,0x2)+'\x0a',{'encoding':'utf8'});try{unlinkSync(_0x56b09d);}catch{}}else throw _0x38f037;}}catch(_0x594d2c){try{unlinkSync(_0x56b09d);}catch{}throw _0x594d2c;}return _0x3a49a9;}export function resolveCachedAppCode(_0x4a219c,_0x3062a9,_0x384c3f){const _0x4ea12a=a1_0x5247;if(!_0x4a219c)return undefined;const _0x593779=readCachedAppList(_0x3062a9,_0x384c3f),_0x5ab936=_0x593779?.[_0x4ea12a(0xfb)][_0x4ea12a(0xf6)](_0x156d0f=>_0x156d0f[_0x4ea12a(0x10b)]===_0x4a219c);return _0x5ab936?.[_0x4ea12a(0xf4)]?.[_0x4ea12a(0xee)]()||undefined;}
1
+ (function(_0x4a0da9,_0x4bdead){const _0x631d9a=a1_0x4a78,_0x37fdaa=_0x4a0da9();while(!![]){try{const _0x30fab5=parseInt(_0x631d9a(0xd8))/0x1*(-parseInt(_0x631d9a(0xc1))/0x2)+-parseInt(_0x631d9a(0xd6))/0x3+parseInt(_0x631d9a(0xd3))/0x4+-parseInt(_0x631d9a(0xcd))/0x5+-parseInt(_0x631d9a(0xd1))/0x6+-parseInt(_0x631d9a(0xd7))/0x7+parseInt(_0x631d9a(0xda))/0x8;if(_0x30fab5===_0x4bdead)break;else _0x37fdaa['push'](_0x37fdaa['shift']());}catch(_0x5375fe){_0x37fdaa['push'](_0x37fdaa['shift']());}}}(a1_0x4865,0xd4601));import{createHash}from'node:crypto';import{existsSync,mkdirSync,readFileSync,renameSync,unlinkSync,writeFileSync}from'node:fs';function a1_0x4a78(_0x182f2d,_0x12a56d){_0x182f2d=_0x182f2d-0xc0;const _0x48659a=a1_0x4865();let _0x4a7882=_0x48659a[_0x182f2d];return _0x4a7882;}import{homedir}from'node:os';import{dirname,resolve}from'node:path';import{PRODUCT_CONFIG}from'../../constant/product.js';function a1_0x4865(){const _0x147fef=['10044846DhHDWK','isArray','3230872XOpqPn','utf8','parse','1625370QFRJQj','3616256mMZeRD','681143KUrFuN','ak_','39083904aXaDQc','.tmp','2QHPLkC','digest','EXDEV','homeDirName','trim','stringify','EPERM','items','update','unknown','cache','hex','7048175xeUZes','appName','EACCES','slice'];a1_0x4865=function(){return _0x147fef;};return a1_0x4865();}export function fingerprintAccessKey(_0x17d768){const _0x1bd2d7=a1_0x4a78,_0x312008=_0x17d768[_0x1bd2d7(0xc5)](),_0x2b7590=_0x312008[_0x1bd2d7(0xd0)](-0x6)||_0x1bd2d7(0xca),_0x16f75b=createHash('sha256')[_0x1bd2d7(0xc9)](_0x312008)[_0x1bd2d7(0xc2)](_0x1bd2d7(0xcc))[_0x1bd2d7(0xd0)](0x0,0xc);return _0x1bd2d7(0xd9)+_0x2b7590+'_'+_0x16f75b;}export function getAppCacheFilePath(_0x5b9a30,_0x556389){const _0x400af=a1_0x4a78;return resolve(homedir(),PRODUCT_CONFIG[_0x400af(0xc4)],_0x400af(0xcb),_0x5b9a30,fingerprintAccessKey(_0x556389),'my-apps.json');}export function readCachedAppList(_0x32096a,_0x5e5fb8){const _0x395f4e=a1_0x4a78;if(!_0x5e5fb8?.[_0x395f4e(0xc5)]())return null;const _0x3e8a24=getAppCacheFilePath(_0x32096a,_0x5e5fb8);if(!existsSync(_0x3e8a24))return null;try{const _0x2069c4=readFileSync(_0x3e8a24,'utf8');if(!_0x2069c4[_0x395f4e(0xc5)]())return null;const _0x7f92cf=JSON[_0x395f4e(0xd5)](_0x2069c4);if(!Array[_0x395f4e(0xd2)](_0x7f92cf[_0x395f4e(0xc8)]))return null;return _0x7f92cf;}catch{return null;}}export function writeCachedAppList(_0x559c89,_0x4620f5,_0x310bf7){const _0x4a22a0=a1_0x4a78,_0x30b03d=getAppCacheFilePath(_0x559c89,_0x4620f5),_0x5dab60=dirname(_0x30b03d);!existsSync(_0x5dab60)&&mkdirSync(_0x5dab60,{'recursive':!![]});const _0x195f95=_0x30b03d+_0x4a22a0(0xc0);try{writeFileSync(_0x195f95,JSON[_0x4a22a0(0xc6)](_0x310bf7,null,0x2)+'\x0a',{'encoding':_0x4a22a0(0xd4),'mode':0x180});try{renameSync(_0x195f95,_0x30b03d);}catch(_0x1acaf2){if(_0x1acaf2['code']===_0x4a22a0(0xc7)||_0x1acaf2['code']===_0x4a22a0(0xc3)||_0x1acaf2['code']===_0x4a22a0(0xcf)){writeFileSync(_0x30b03d,JSON[_0x4a22a0(0xc6)](_0x310bf7,null,0x2)+'\x0a',{'encoding':_0x4a22a0(0xd4)});try{unlinkSync(_0x195f95);}catch{}}else throw _0x1acaf2;}}catch(_0x527be0){try{unlinkSync(_0x195f95);}catch{}throw _0x527be0;}return _0x30b03d;}export function resolveCachedAppCode(_0x7311a7,_0x475ff2,_0x3e869c){const _0x4ebfb9=a1_0x4a78;if(!_0x7311a7)return undefined;const _0x3aa09d=readCachedAppList(_0x475ff2,_0x3e869c),_0x361d40=_0x3aa09d?.[_0x4ebfb9(0xc8)]['find'](_0x38b431=>_0x38b431[_0x4ebfb9(0xce)]===_0x7311a7);return _0x361d40?.['appCode']?.['trim']()||undefined;}
@@ -1 +1 @@
1
- const a2_0x454578=a2_0x4c80;(function(_0x412439,_0x9d167e){const _0x2e077d=a2_0x4c80,_0x48e714=_0x412439();while(!![]){try{const _0x4e5fbc=-parseInt(_0x2e077d(0x185))/0x1*(parseInt(_0x2e077d(0x177))/0x2)+parseInt(_0x2e077d(0x1bf))/0x3+parseInt(_0x2e077d(0x1a4))/0x4*(-parseInt(_0x2e077d(0x172))/0x5)+parseInt(_0x2e077d(0x19a))/0x6+parseInt(_0x2e077d(0x1bd))/0x7*(-parseInt(_0x2e077d(0x18c))/0x8)+parseInt(_0x2e077d(0x1ab))/0x9+-parseInt(_0x2e077d(0x1ae))/0xa*(-parseInt(_0x2e077d(0x1ac))/0xb);if(_0x4e5fbc===_0x9d167e)break;else _0x48e714['push'](_0x48e714['shift']());}catch(_0xaa0da4){_0x48e714['push'](_0x48e714['shift']());}}}(a2_0x158f,0xdc8f2));function a2_0x158f(){const _0x5a6d8a=['production','isArray','join','boolean','cachePath','project-default','filter','Target\x20environment\x20(default:\x20current\x20env)','global','4308564xITILa','\x20cached\x20app(s)\x20for\x20env=\x22','Missing\x20app\x20name.','push','enableI18n','Use\x20`','source','entries','args','no-cache','4474084MMiytH','isCurrent','init','items','cache','.appcode\x20to\x20.lovrabet.json.','\x22\x20not\x20found.','12431817MqKICo','77zqFWMI','\x20app\x20list`\x20to\x20discover\x20remote\x20apps,\x20or\x20add\x20apps.','4281380Jpdjul','.\x20Local\x20aliases\x20can\x20be\x20added\x20under\x20apps.<alias>.appcode.','\x20app(s)\x20for\x20env=\x22','i18nInfo','accessKey','langs','fetchedAt','name','Force\x20remote\x20fetch\x20and\x20refresh\x20local\x20cache','pull','../../context.js','App\x20\x22','bool','appPublishStatus','../../commands/app/cache.js','9576SsnePS','Set\x20the\x20fallback\x20app\x20candidate','796341qIZfRh','list','env','Filter\x20by\x20environment\x20(default:\x20current\x20env)','appcode','appName','defaultApp','app','Read\x20app\x20list\x20from\x20local\x20cache\x20only','nonInteractive','5eEZxDG','globalPath','\x20app\x20use\x20<name>\x20[--global]','envName','from','467246kXVIHQ','type','mergedCli','../../commands/app/remote-source.js','find','local','use','Refreshed\x20app\x20cache\x20with\x20','write','appCode','Remote\x20app\x20name\x20to\x20activate','No\x20cached\x20apps\x20found.','projectPath','validation','7WTBuFN','Usage:\x20','No\x20apps\x20found\x20on\x20the\x20platform.','map','Loaded\x20','str','Default\x20app\x20candidate\x20set\x20to\x20\x22','9968kQVtTd','length','raw','string','Initialize\x20'];a2_0x158f=function(){return _0x5a6d8a;};return a2_0x158f();}import{CliErrors}from'../../errors.js';import{PRODUCT_CONFIG}from'../../constant/product.js';import{initCreateFlagDefs,initImportFlagDefs,runInit,runInitImport}from'../../commands/init.js';import{getEnv,RUNTIME_ENV_VALUES}from'../../constant/env.js';import{buildAppProfileListFields}from'../../config/schema.js';import{CLI_BIN_NAME,readConfig,writeConfig,scopeLabel,enrichAppListItemsWithMergedSelection}from'../../commands/app/shared.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';const GLOBAL_FLAG={'name':'global','type':'boolean','description':'Use\x20global\x20config\x20scope','default':![]};function collectFlags(_0x4c67a8,_0x1feb49){const _0x40e578=a2_0x4c80,_0x52d4af={};for(const _0x2c0221 of _0x1feb49){const _0x180240=_0x2c0221[_0x40e578(0x178)]==='boolean'?_0x4c67a8[_0x40e578(0x1ba)](_0x2c0221[_0x40e578(0x1b5)]):_0x4c67a8[_0x40e578(0x18a)](_0x2c0221[_0x40e578(0x1b5)]);if(_0x180240!==''&&_0x180240!==![])_0x52d4af[_0x2c0221[_0x40e578(0x1b5)]]=_0x180240;}if(_0x4c67a8[_0x40e578(0x171)])_0x52d4af[_0x40e578(0x171)]=!![];return _0x52d4af;}function normalizeLanguages(_0x4c1cba){const _0x2a2e6e=a2_0x4c80;if(!Array[_0x2a2e6e(0x192)](_0x4c1cba))return[];return _0x4c1cba[_0x2a2e6e(0x197)](_0x48045f=>typeof _0x48045f===_0x2a2e6e(0x18f))['map'](_0x339146=>_0x339146['trim']())['filter'](Boolean);}function buildRemoteAppI18nFields(_0x2f0ed2){const _0x502a52=a2_0x4c80,_0x28cfb4=normalizeLanguages(_0x2f0ed2['i18nInfo']?.[_0x502a52(0x1b3)]);return{'enableI18n':typeof _0x2f0ed2[_0x502a52(0x19e)]===_0x502a52(0x194)?_0x2f0ed2[_0x502a52(0x19e)]:null,'languages':_0x28cfb4,'i18nInfo':_0x2f0ed2[_0x502a52(0x1b1)]?{..._0x2f0ed2[_0x502a52(0x1b1)],'langs':_0x28cfb4[_0x502a52(0x18d)]?_0x28cfb4:null}:null};}function a2_0x4c80(_0x33adf1,_0x1059e7){_0x33adf1=_0x33adf1-0x169;const _0x158fed=a2_0x158f();let _0x4c80f8=_0x158fed[_0x33adf1];return _0x4c80f8;}const initDef={'service':'app','command':a2_0x454578(0x1a6),'description':a2_0x454578(0x190)+PRODUCT_CONFIG['newConfigFileName']+'\x20config\x20file','risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initCreateFlagDefs,async 'execute'(_0x49cfd7){return await runInit(collectFlags(_0x49cfd7,initCreateFlagDefs)),{'ok':!![]};}},listDef={'service':a2_0x454578(0x16f),'command':a2_0x454578(0x169),'description':'List\x20apps\x20available\x20to\x20the\x20current\x20access\x20key','risk':'read','requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[{'name':'env','type':'string','description':a2_0x454578(0x16b),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x454578(0x17c),'type':'boolean','description':a2_0x454578(0x170),'default':![]},{'name':a2_0x454578(0x1a3),'type':a2_0x454578(0x194),'description':a2_0x454578(0x1b6),'default':![]}],async 'execute'(_0x1dd590){const _0x32976f=a2_0x454578,_0x2abda2=_0x1dd590[_0x32976f(0x18a)](_0x32976f(0x16a))||_0x1dd590[_0x32976f(0x175)]||getEnv()||_0x32976f(0x191),_0x91af06=_0x1dd590[_0x32976f(0x1ba)](_0x32976f(0x17c)),_0x1341c8=_0x1dd590[_0x32976f(0x1ba)](_0x32976f(0x1a3)),{readRawConfigWithLayers:_0x90869e,resolveDefaultAppSource:_0x4d3828,getLocalAppAliases:_0x3e78bf}=await import(_0x32976f(0x1b8)),{getRemoteAppList:_0x4082ee}=await import(_0x32976f(0x17a)),{config:_0x335021,layers:_0xff069c}=_0x90869e(),_0x172a4a=_0x4d3828(_0xff069c),{defaultApp:_0x159e9f}=_0x335021,_0x1c6fe8=await _0x4082ee({'env':_0x2abda2,'accessKey':_0x1dd590[_0x32976f(0x1b2)],'localOnly':_0x91af06,'noCache':_0x1341c8}),_0x480a60=_0x1c6fe8[_0x32976f(0x1a7)]['map'](_0x16194b=>{const _0x216fba=_0x32976f;return{'name':_0x16194b[_0x216fba(0x16d)],'appcode':_0x16194b[_0x216fba(0x180)],'named':!![],'definedIn':'remote','isDefault':_0x16194b[_0x216fba(0x16d)]===_0x159e9f,...buildAppProfileListFields(_0x2abda2),...buildRemoteAppI18nFields(_0x16194b),'source':_0x1c6fe8[_0x216fba(0x1a0)],'owner':_0x16194b['appOwnerName']??null,'status':_0x16194b[_0x216fba(0x1bb)]??null,'cachedAt':_0x1c6fe8[_0x216fba(0x1b4)]};}),_0x1fab0f=_0x3e78bf(_0x335021);let _0x1217d9=0x0;for(const [_0x7bc0b8,_0x27a6c7]of Object[_0x32976f(0x1a1)](_0x1fab0f)){const _0x233341=typeof _0x27a6c7[_0x32976f(0x16c)]===_0x32976f(0x18f)?_0x27a6c7[_0x32976f(0x16c)]['trim']():'';if(!_0x233341)continue;_0x1217d9+=0x1,_0x480a60[_0x32976f(0x19d)]({'name':_0x7bc0b8,'appcode':_0x233341,'named':!![],'definedIn':_0x32976f(0x17c),'isDefault':_0x7bc0b8===_0x159e9f,...buildAppProfileListFields(_0x2abda2),'source':'config','owner':null,'status':null,'cachedAt':null});}enrichAppListItemsWithMergedSelection(_0x480a60,_0x1dd590[_0x32976f(0x179)]);if(_0x480a60['length']===0x0)return{'ok':!![],'data':[],'message':_0x1c6fe8[_0x32976f(0x1a0)]===_0x32976f(0x1a8)?_0x32976f(0x182):_0x32976f(0x187)};const _0x58bfb9=_0x480a60[_0x32976f(0x17b)](_0x9d4639=>_0x9d4639[_0x32976f(0x1a5)]===!![]),_0x1de261=_0x159e9f??_0x58bfb9?.[_0x32976f(0x1b5)]??null,_0xb64aa5={'env':_0x2abda2,'source':_0x1c6fe8[_0x32976f(0x1a0)],'fetchedAt':_0x1c6fe8[_0x32976f(0x1b4)],'cachePath':_0x1c6fe8['cachePath'],'globalPath':_0xff069c[_0x32976f(0x173)]??null,'projectPath':_0xff069c[_0x32976f(0x183)]??null,'defaultApp':_0x1de261,'defaultAppSource':_0x159e9f!=null?_0x172a4a:null,'localAliasCount':_0x1217d9};return{'ok':!![],'data':{'items':_0x480a60,'meta':_0xb64aa5}};}},pullDef={'service':a2_0x454578(0x16f),'command':a2_0x454578(0x1b7),'description':'Refresh\x20the\x20local\x20app\x20cache\x20from\x20the\x20platform','risk':'write','requiresAuth':!![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a2_0x454578(0x16a),'type':a2_0x454578(0x18f),'description':a2_0x454578(0x198),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x454578(0x17c),'type':a2_0x454578(0x194),'description':'Read\x20from\x20local\x20cache\x20only','default':![]},{'name':a2_0x454578(0x1a3),'type':a2_0x454578(0x194),'description':'Force\x20remote\x20fetch\x20and\x20refresh\x20local\x20cache','default':![]}],async 'execute'(_0x33c221){const _0x27d7a1=a2_0x454578,_0x3d86d9=_0x33c221['str'](_0x27d7a1(0x16a))||_0x33c221[_0x27d7a1(0x175)]||getEnv()||_0x27d7a1(0x191),_0x7daef6=_0x33c221[_0x27d7a1(0x1ba)](_0x27d7a1(0x17c)),_0x342d92=_0x33c221[_0x27d7a1(0x1ba)](_0x27d7a1(0x1a3)),{getRemoteAppList:_0x44014e}=await import(_0x27d7a1(0x17a)),_0x18efc8=await _0x44014e({'env':_0x3d86d9,'accessKey':_0x33c221['accessKey'],'localOnly':_0x7daef6,'noCache':_0x342d92});return{'ok':!![],'data':{'total':_0x18efc8[_0x27d7a1(0x1a7)][_0x27d7a1(0x18d)],'env':_0x3d86d9,'source':_0x18efc8[_0x27d7a1(0x1a0)],'fetchedAt':_0x18efc8['fetchedAt'],'cachePath':_0x18efc8[_0x27d7a1(0x195)]},'message':_0x18efc8[_0x27d7a1(0x1a0)]===_0x27d7a1(0x1a8)?_0x27d7a1(0x189)+_0x18efc8[_0x27d7a1(0x1a7)][_0x27d7a1(0x18d)]+_0x27d7a1(0x19b)+_0x3d86d9+'\x22.':_0x27d7a1(0x17e)+_0x18efc8[_0x27d7a1(0x1a7)][_0x27d7a1(0x18d)]+_0x27d7a1(0x1b0)+_0x3d86d9+'\x22.'};}},useDef={'service':'app','command':a2_0x454578(0x17d),'description':a2_0x454578(0x1be),'risk':a2_0x454578(0x17f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a2_0x454578(0x1b5),'description':a2_0x454578(0x181),'required':!![]}],'flags':[GLOBAL_FLAG],async 'validate'(_0x1b472b){const _0xbfdaa1=a2_0x454578;if(!_0x1b472b[_0xbfdaa1(0x1a2)][0x0])throw CliErrors[_0xbfdaa1(0x184)](_0xbfdaa1(0x19c),_0xbfdaa1(0x186)+CLI_BIN_NAME+_0xbfdaa1(0x174));},async 'execute'(_0xa063d4){const _0x3b3b2a=a2_0x454578,_0x18f62e=_0xa063d4['args'][0x0];if(!_0x18f62e)throw CliErrors[_0x3b3b2a(0x184)](_0x3b3b2a(0x19c),'Usage:\x20'+CLI_BIN_NAME+_0x3b3b2a(0x174));const {buildConfigFromFlags:_0x281698,resolveLocalAppAliasCode:_0x63c089}=await import('../../context.js'),{readCachedAppList:_0x566b62}=await import(_0x3b3b2a(0x1bc)),_0x49029a=_0xa063d4[_0x3b3b2a(0x18a)](_0x3b3b2a(0x16a)),_0x501726=_0x281698(_0x49029a?{'env':_0x49029a}:{}),_0x1a8268=_0x566b62(_0x501726['env'],_0x501726[_0x3b3b2a(0x1b2)]),_0x455740=_0x1a8268?.['items'][_0x3b3b2a(0x17b)](_0x27a409=>_0x27a409['appName']===_0x18f62e),_0x306ed1=_0x63c089(_0x501726[_0x3b3b2a(0x18e)]??{},_0x18f62e);if(!_0x455740&&!_0x306ed1&&_0x501726[_0x3b3b2a(0x16e)]!==_0x18f62e){const _0x4debba=[..._0x1a8268?.['items'][_0x3b3b2a(0x188)](_0x1feb7e=>_0x1feb7e[_0x3b3b2a(0x16d)])??[]],_0x48d9c1=_0x4debba[_0x3b3b2a(0x18d)]===0x0?_0x3b3b2a(0x19f)+CLI_BIN_NAME+_0x3b3b2a(0x1ad)+_0x18f62e+_0x3b3b2a(0x1a9):'Available\x20remote\x20apps:\x20'+Array[_0x3b3b2a(0x176)](new Set(_0x4debba))[_0x3b3b2a(0x193)](',\x20')+_0x3b3b2a(0x1af);throw CliErrors[_0x3b3b2a(0x184)](_0x3b3b2a(0x1b9)+_0x18f62e+_0x3b3b2a(0x1aa),_0x48d9c1);}const _0x124e63=_0xa063d4[_0x3b3b2a(0x1ba)](_0x3b3b2a(0x199));let _0x16af59;if(_0x124e63)_0x16af59={'global':!![]};else{const {isInProject:_0x1fa7ab}=await import(_0x3b3b2a(0x1b8)),_0x2d7ed3=_0x1fa7ab();_0x16af59=toScopeFlags(resolveConfigScope({'explicitGlobal':![],'policy':_0x3b3b2a(0x196),'inProject':_0x2d7ed3}));}const _0x292025=readConfig(_0x16af59);return _0x292025[_0x3b3b2a(0x16e)]=_0x18f62e,writeConfig(_0x292025,_0x16af59),{'ok':!![],'message':_0x3b3b2a(0x18b)+_0x18f62e+'\x22'+scopeLabel(_0x16af59)+'.'};}},importDef={'service':a2_0x454578(0x16f),'command':'import','description':'Import\x20the\x20default\x20app\x20selection\x20from\x20a\x20.rabetbase.json\x20file','risk':a2_0x454578(0x17f),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initImportFlagDefs,async 'execute'(_0x2b271b){return await runInitImport(collectFlags(_0x2b271b,initImportFlagDefs)),{'ok':!![]};}};export const appDefinitions=[initDef,listDef,pullDef,useDef,importDef];
1
+ const a2_0x5404e4=a2_0x1152;(function(_0x146f19,_0x4947f7){const _0x37f823=a2_0x1152,_0x509f9d=_0x146f19();while(!![]){try{const _0x230ce1=parseInt(_0x37f823(0xf1))/0x1+-parseInt(_0x37f823(0xe4))/0x2*(-parseInt(_0x37f823(0x11a))/0x3)+parseInt(_0x37f823(0x112))/0x4*(-parseInt(_0x37f823(0x11d))/0x5)+parseInt(_0x37f823(0x109))/0x6+-parseInt(_0x37f823(0xe9))/0x7*(-parseInt(_0x37f823(0x11f))/0x8)+parseInt(_0x37f823(0xd3))/0x9*(-parseInt(_0x37f823(0x10e))/0xa)+-parseInt(_0x37f823(0x10a))/0xb;if(_0x230ce1===_0x4947f7)break;else _0x509f9d['push'](_0x509f9d['shift']());}catch(_0x157df8){_0x509f9d['push'](_0x509f9d['shift']());}}}(a2_0x1ecc,0xeeb03));import{CliErrors}from'../../errors.js';function a2_0x1152(_0x2f6b22,_0x350e83){_0x2f6b22=_0x2f6b22-0xc9;const _0x1ecc95=a2_0x1ecc();let _0x11526a=_0x1ecc95[_0x2f6b22];return _0x11526a;}import{PRODUCT_CONFIG}from'../../constant/product.js';import{initCreateFlagDefs,initImportFlagDefs,runInit,runInitImport}from'../../commands/init.js';import{getEnv,RUNTIME_ENV_VALUES}from'../../constant/env.js';import{buildAppProfileListFields}from'../../config/schema.js';import{CLI_BIN_NAME,readConfig,writeConfig,scopeLabel,enrichAppListItemsWithMergedSelection}from'../../commands/app/shared.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';const GLOBAL_FLAG={'name':a2_0x5404e4(0x11e),'type':a2_0x5404e4(0x102),'description':a2_0x5404e4(0xf7),'default':![]};function collectFlags(_0x121cef,_0x468059){const _0x50bd40=a2_0x5404e4,_0x1fee1c={};for(const _0xdf205a of _0x468059){const _0xbda264=_0xdf205a[_0x50bd40(0x115)]==='boolean'?_0x121cef[_0x50bd40(0xd6)](_0xdf205a[_0x50bd40(0xe0)]):_0x121cef[_0x50bd40(0xca)](_0xdf205a['name']);if(_0xbda264!==''&&_0xbda264!==![])_0x1fee1c[_0xdf205a[_0x50bd40(0xe0)]]=_0xbda264;}if(_0x121cef[_0x50bd40(0x121)])_0x1fee1c[_0x50bd40(0x121)]=!![];return _0x1fee1c;}function normalizeLanguages(_0xcca0b1){const _0x6a923a=a2_0x5404e4;if(!Array[_0x6a923a(0x103)](_0xcca0b1))return[];return _0xcca0b1[_0x6a923a(0x110)](_0x8641b9=>typeof _0x8641b9==='string')[_0x6a923a(0x119)](_0x2a644b=>_0x2a644b[_0x6a923a(0x118)]())['filter'](Boolean);}function buildRemoteAppI18nFields(_0x333c5e){const _0x38501b=a2_0x5404e4,_0x1a52ce=normalizeLanguages(_0x333c5e[_0x38501b(0xd5)]?.[_0x38501b(0xe8)]);return{'enableI18n':typeof _0x333c5e[_0x38501b(0x113)]===_0x38501b(0x102)?_0x333c5e[_0x38501b(0x113)]:null,'languages':_0x1a52ce,'i18nInfo':_0x333c5e[_0x38501b(0xd5)]?{..._0x333c5e[_0x38501b(0xd5)],'langs':_0x1a52ce['length']?_0x1a52ce:null}:null};}function a2_0x1ecc(){const _0x4aa1a9=['use','source','Use\x20`','accessKey','No\x20apps\x20found\x20on\x20the\x20platform.','name','No\x20cached\x20apps\x20found.','cache','Set\x20the\x20fallback\x20app\x20candidate','150326GaSqVE','project-default','appcode','list','langs','580013fVxfSP','read','../../commands/app/remote-source.js','fetchedAt','Remote\x20app\x20name\x20to\x20activate','items','Loaded\x20','\x20app(s)\x20for\x20env=\x22','1502376BfilPa','Usage:\x20','raw','\x20app\x20list`\x20to\x20discover\x20remote\x20apps,\x20or\x20add\x20apps.','validation','../../context.js','Use\x20global\x20config\x20scope','join','.appcode\x20to\x20.lovrabet.json.','find','args','import','Filter\x20by\x20environment\x20(default:\x20current\x20env)','string','length','Initialize\x20','no-cache','boolean','isArray','defaultApp','write','isCurrent','\x22\x20not\x20found.','entries','5276292abVKZa','15789906LeKhXD','pull','local','appCode','50uquziY','newConfigFileName','filter','Refreshed\x20app\x20cache\x20with\x20','244RtINWk','enableI18n','Force\x20remote\x20fetch\x20and\x20refresh\x20local\x20cache','type','\x20app\x20use\x20<name>\x20[--global]','app','trim','map','57EItEbK','\x20config\x20file','Read\x20from\x20local\x20cache\x20only','149215oCfSZA','global','152qqevUj','mergedCli','nonInteractive','Read\x20app\x20list\x20from\x20local\x20cache\x20only','List\x20apps\x20available\x20to\x20the\x20current\x20access\x20key','production','str','from','Missing\x20app\x20name.','../../commands/app/cache.js','remote','push','appName','App\x20\x22','appPublishStatus','2071152wqoeFj','cachePath','i18nInfo','bool','env','\x20cached\x20app(s)\x20for\x20env=\x22','envName','Target\x20environment\x20(default:\x20current\x20env)'];a2_0x1ecc=function(){return _0x4aa1a9;};return a2_0x1ecc();}const initDef={'service':a2_0x5404e4(0x117),'command':'init','description':a2_0x5404e4(0x100)+PRODUCT_CONFIG[a2_0x5404e4(0x10f)]+a2_0x5404e4(0x11b),'risk':a2_0x5404e4(0x105),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initCreateFlagDefs,async 'execute'(_0x9c5ad3){return await runInit(collectFlags(_0x9c5ad3,initCreateFlagDefs)),{'ok':!![]};}},listDef={'service':a2_0x5404e4(0x117),'command':a2_0x5404e4(0xe7),'description':a2_0x5404e4(0x123),'risk':a2_0x5404e4(0xea),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[{'name':a2_0x5404e4(0xd7),'type':a2_0x5404e4(0xfe),'description':a2_0x5404e4(0xfd),'enum':[...RUNTIME_ENV_VALUES]},{'name':'local','type':a2_0x5404e4(0x102),'description':a2_0x5404e4(0x122),'default':![]},{'name':'no-cache','type':'boolean','description':a2_0x5404e4(0x114),'default':![]}],async 'execute'(_0x2e8027){const _0x3a3d7d=a2_0x5404e4,_0x2f17ca=_0x2e8027[_0x3a3d7d(0xca)](_0x3a3d7d(0xd7))||_0x2e8027[_0x3a3d7d(0xd9)]||getEnv()||_0x3a3d7d(0xc9),_0x4d883e=_0x2e8027[_0x3a3d7d(0xd6)](_0x3a3d7d(0x10c)),_0x42ee77=_0x2e8027['bool'](_0x3a3d7d(0x101)),{readRawConfigWithLayers:_0x24b795,resolveDefaultAppSource:_0x3a896c,getLocalAppAliases:_0x126635}=await import(_0x3a3d7d(0xf6)),{getRemoteAppList:_0x2983f1}=await import(_0x3a3d7d(0xeb)),{config:_0x43f3e9,layers:_0x2a2acd}=_0x24b795(),_0x231395=_0x3a896c(_0x2a2acd),{defaultApp:_0x2f577c}=_0x43f3e9,_0x28477e=await _0x2983f1({'env':_0x2f17ca,'accessKey':_0x2e8027[_0x3a3d7d(0xde)],'localOnly':_0x4d883e,'noCache':_0x42ee77}),_0x489bf4=_0x28477e['items'][_0x3a3d7d(0x119)](_0x58bd7a=>{const _0x88cca2=_0x3a3d7d;return{'name':_0x58bd7a[_0x88cca2(0xd0)],'appcode':_0x58bd7a[_0x88cca2(0x10d)],'named':!![],'definedIn':_0x88cca2(0xce),'isDefault':_0x58bd7a[_0x88cca2(0xd0)]===_0x2f577c,...buildAppProfileListFields(_0x2f17ca),...buildRemoteAppI18nFields(_0x58bd7a),'source':_0x28477e[_0x88cca2(0xdc)],'owner':_0x58bd7a['appOwnerName']??null,'status':_0x58bd7a[_0x88cca2(0xd2)]??null,'cachedAt':_0x28477e[_0x88cca2(0xec)]};}),_0x5e4e14=_0x126635(_0x43f3e9);let _0x33abbb=0x0;for(const [_0x3fc388,_0xcedb71]of Object[_0x3a3d7d(0x108)](_0x5e4e14)){const _0x416c6c=typeof _0xcedb71[_0x3a3d7d(0xe6)]===_0x3a3d7d(0xfe)?_0xcedb71[_0x3a3d7d(0xe6)][_0x3a3d7d(0x118)]():'';if(!_0x416c6c)continue;_0x33abbb+=0x1,_0x489bf4[_0x3a3d7d(0xcf)]({'name':_0x3fc388,'appcode':_0x416c6c,'named':!![],'definedIn':_0x3a3d7d(0x10c),'isDefault':_0x3fc388===_0x2f577c,...buildAppProfileListFields(_0x2f17ca),'source':'config','owner':null,'status':null,'cachedAt':null});}enrichAppListItemsWithMergedSelection(_0x489bf4,_0x2e8027[_0x3a3d7d(0x120)]);if(_0x489bf4[_0x3a3d7d(0xff)]===0x0)return{'ok':!![],'data':[],'message':_0x28477e['source']===_0x3a3d7d(0xe2)?_0x3a3d7d(0xe1):_0x3a3d7d(0xdf)};const _0x511da2=_0x489bf4[_0x3a3d7d(0xfa)](_0x3969a6=>_0x3969a6[_0x3a3d7d(0x106)]===!![]),_0x36dc93=_0x2f577c??_0x511da2?.[_0x3a3d7d(0xe0)]??null,_0x2bb123={'env':_0x2f17ca,'source':_0x28477e[_0x3a3d7d(0xdc)],'fetchedAt':_0x28477e[_0x3a3d7d(0xec)],'cachePath':_0x28477e['cachePath'],'globalPath':_0x2a2acd['globalPath']??null,'projectPath':_0x2a2acd['projectPath']??null,'defaultApp':_0x36dc93,'defaultAppSource':_0x2f577c!=null?_0x231395:null,'localAliasCount':_0x33abbb};return{'ok':!![],'data':{'items':_0x489bf4,'meta':_0x2bb123}};}},pullDef={'service':a2_0x5404e4(0x117),'command':a2_0x5404e4(0x10b),'description':'Refresh\x20the\x20local\x20app\x20cache\x20from\x20the\x20platform','risk':a2_0x5404e4(0x105),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a2_0x5404e4(0xd7),'type':a2_0x5404e4(0xfe),'description':a2_0x5404e4(0xda),'enum':[...RUNTIME_ENV_VALUES]},{'name':a2_0x5404e4(0x10c),'type':a2_0x5404e4(0x102),'description':a2_0x5404e4(0x11c),'default':![]},{'name':a2_0x5404e4(0x101),'type':a2_0x5404e4(0x102),'description':a2_0x5404e4(0x114),'default':![]}],async 'execute'(_0x4dfc87){const _0x5e6dff=a2_0x5404e4,_0x5cc67f=_0x4dfc87[_0x5e6dff(0xca)](_0x5e6dff(0xd7))||_0x4dfc87['envName']||getEnv()||_0x5e6dff(0xc9),_0x434b2e=_0x4dfc87[_0x5e6dff(0xd6)]('local'),_0x4997c2=_0x4dfc87[_0x5e6dff(0xd6)](_0x5e6dff(0x101)),{getRemoteAppList:_0x1c2e36}=await import(_0x5e6dff(0xeb)),_0x55d959=await _0x1c2e36({'env':_0x5cc67f,'accessKey':_0x4dfc87[_0x5e6dff(0xde)],'localOnly':_0x434b2e,'noCache':_0x4997c2});return{'ok':!![],'data':{'total':_0x55d959['items']['length'],'env':_0x5cc67f,'source':_0x55d959[_0x5e6dff(0xdc)],'fetchedAt':_0x55d959['fetchedAt'],'cachePath':_0x55d959[_0x5e6dff(0xd4)]},'message':_0x55d959[_0x5e6dff(0xdc)]==='cache'?_0x5e6dff(0xef)+_0x55d959[_0x5e6dff(0xee)][_0x5e6dff(0xff)]+_0x5e6dff(0xd8)+_0x5cc67f+'\x22.':_0x5e6dff(0x111)+_0x55d959['items'][_0x5e6dff(0xff)]+_0x5e6dff(0xf0)+_0x5cc67f+'\x22.'};}},useDef={'service':a2_0x5404e4(0x117),'command':a2_0x5404e4(0xdb),'description':a2_0x5404e4(0xe3),'risk':a2_0x5404e4(0x105),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a2_0x5404e4(0xe0),'description':a2_0x5404e4(0xed),'required':!![]}],'flags':[GLOBAL_FLAG],async 'validate'(_0x2a6873){const _0x268063=a2_0x5404e4;if(!_0x2a6873[_0x268063(0xfb)][0x0])throw CliErrors['validation'](_0x268063(0xcc),_0x268063(0xf2)+CLI_BIN_NAME+_0x268063(0x116));},async 'execute'(_0x2c996f){const _0x19938c=a2_0x5404e4,_0x3d99dd=_0x2c996f[_0x19938c(0xfb)][0x0];if(!_0x3d99dd)throw CliErrors[_0x19938c(0xf5)]('Missing\x20app\x20name.',_0x19938c(0xf2)+CLI_BIN_NAME+_0x19938c(0x116));const {buildConfigFromFlags:_0x37bb9c,resolveLocalAppAliasCode:_0x39e988}=await import(_0x19938c(0xf6)),{readCachedAppList:_0x2bbd00}=await import(_0x19938c(0xcd)),_0x39ddab=_0x2c996f[_0x19938c(0xca)](_0x19938c(0xd7)),_0x5a4a3a=_0x37bb9c(_0x39ddab?{'env':_0x39ddab}:{}),_0x3df351=_0x2bbd00(_0x5a4a3a[_0x19938c(0xd7)],_0x5a4a3a[_0x19938c(0xde)]),_0x3ce203=_0x3df351?.[_0x19938c(0xee)]['find'](_0x2e11c7=>_0x2e11c7[_0x19938c(0xd0)]===_0x3d99dd),_0x4cdf81=_0x39e988(_0x5a4a3a[_0x19938c(0xf3)]??{},_0x3d99dd);if(!_0x3ce203&&!_0x4cdf81&&_0x5a4a3a[_0x19938c(0x104)]!==_0x3d99dd){const _0x516726=[..._0x3df351?.[_0x19938c(0xee)]['map'](_0x431bcd=>_0x431bcd['appName'])??[]],_0x4776b9=_0x516726[_0x19938c(0xff)]===0x0?_0x19938c(0xdd)+CLI_BIN_NAME+_0x19938c(0xf4)+_0x3d99dd+_0x19938c(0xf9):'Available\x20remote\x20apps:\x20'+Array[_0x19938c(0xcb)](new Set(_0x516726))[_0x19938c(0xf8)](',\x20')+'.\x20Local\x20aliases\x20can\x20be\x20added\x20under\x20apps.<alias>.appcode.';throw CliErrors['validation'](_0x19938c(0xd1)+_0x3d99dd+_0x19938c(0x107),_0x4776b9);}const _0x521acb=_0x2c996f['bool'](_0x19938c(0x11e));let _0x4926ff;if(_0x521acb)_0x4926ff={'global':!![]};else{const {isInProject:_0x3dfeeb}=await import(_0x19938c(0xf6)),_0x51f98a=_0x3dfeeb();_0x4926ff=toScopeFlags(resolveConfigScope({'explicitGlobal':![],'policy':_0x19938c(0xe5),'inProject':_0x51f98a}));}const _0x517be8=readConfig(_0x4926ff);return _0x517be8[_0x19938c(0x104)]=_0x3d99dd,writeConfig(_0x517be8,_0x4926ff),{'ok':!![],'message':'Default\x20app\x20candidate\x20set\x20to\x20\x22'+_0x3d99dd+'\x22'+scopeLabel(_0x4926ff)+'.'};}},importDef={'service':a2_0x5404e4(0x117),'command':a2_0x5404e4(0xfc),'description':'Import\x20the\x20default\x20app\x20selection\x20from\x20a\x20.rabetbase.json\x20file','risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':initImportFlagDefs,async 'execute'(_0x1a4ddf){return await runInitImport(collectFlags(_0x1a4ddf,initImportFlagDefs)),{'ok':!![]};}};export const appDefinitions=[initDef,listDef,pullDef,useDef,importDef];
@@ -1 +1 @@
1
- (function(_0x2e91d9,_0xb7774){const _0x512b3a=a3_0x1c46,_0x5e5b4f=_0x2e91d9();while(!![]){try{const _0x12cb4a=-parseInt(_0x512b3a(0x182))/0x1*(parseInt(_0x512b3a(0x185))/0x2)+-parseInt(_0x512b3a(0x180))/0x3*(parseInt(_0x512b3a(0x178))/0x4)+-parseInt(_0x512b3a(0x184))/0x5*(parseInt(_0x512b3a(0x181))/0x6)+parseInt(_0x512b3a(0x17f))/0x7+parseInt(_0x512b3a(0x17e))/0x8*(-parseInt(_0x512b3a(0x187))/0x9)+-parseInt(_0x512b3a(0x186))/0xa+parseInt(_0x512b3a(0x179))/0xb;if(_0x12cb4a===_0xb7774)break;else _0x5e5b4f['push'](_0x5e5b4f['shift']());}catch(_0x4a95c6){_0x5e5b4f['push'](_0x5e5b4f['shift']());}}}(a3_0x2485,0x2e6fe));import{fileURLToPath}from'url';function a3_0x1c46(_0x3b4786,_0x5c95a4){_0x3b4786=_0x3b4786-0x177;const _0x2485f9=a3_0x2485();let _0x1c46f8=_0x2485f9[_0x3b4786];return _0x1c46f8;}function a3_0x2485(){const _0x15210a=['9QFoKwi','errorMsg','data','utf-8','126868HmDvNh','8641578ZMkIXv','success','tableData','parse','../../../mock/app-list.json','1990568UEgPGB','1228437GKnUrE','3itMkay','6CzjYsh','143942GYOrPb','errorCode','180965iHKlhH','2zLwSEt','3102100aehpTY'];a3_0x2485=function(){return _0x15210a;};return a3_0x2485();}import{dirname,join}from'path';import{readFileSync}from'fs';const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function loadMockAppList(){const _0x10a17a=a3_0x1c46,_0x4394af=join(__dirname,_0x10a17a(0x17d)),_0x4403d9=readFileSync(_0x4394af,_0x10a17a(0x177));return JSON[_0x10a17a(0x17c)](_0x4403d9);}let _cached=null;export function getMockAppList(){return!_cached&&(_cached=loadMockAppList()),_cached;}export function getMockRemoteAppItems(){const _0x5a8058=a3_0x1c46,_0x59f08e=getMockAppList();if(!_0x59f08e[_0x5a8058(0x17a)])throw new Error('Mock\x20API\x20error:\x20'+_0x59f08e[_0x5a8058(0x188)]+'\x20('+_0x59f08e[_0x5a8058(0x183)]+')');return _0x59f08e[_0x5a8058(0x189)][_0x5a8058(0x17b)];}
1
+ (function(_0x5d6819,_0x12bed6){const _0x1f12ba=a3_0x1726,_0x468031=_0x5d6819();while(!![]){try{const _0x3f9b71=-parseInt(_0x1f12ba(0x1f1))/0x1+-parseInt(_0x1f12ba(0x1f2))/0x2*(parseInt(_0x1f12ba(0x1f4))/0x3)+parseInt(_0x1f12ba(0x1ea))/0x4*(-parseInt(_0x1f12ba(0x1e9))/0x5)+parseInt(_0x1f12ba(0x1ec))/0x6*(parseInt(_0x1f12ba(0x1eb))/0x7)+-parseInt(_0x1f12ba(0x1f6))/0x8+parseInt(_0x1f12ba(0x1f5))/0x9*(-parseInt(_0x1f12ba(0x1f0))/0xa)+parseInt(_0x1f12ba(0x1ef))/0xb;if(_0x3f9b71===_0x12bed6)break;else _0x468031['push'](_0x468031['shift']());}catch(_0x3639f5){_0x468031['push'](_0x468031['shift']());}}}(a3_0x1ab9,0xb153c));import{fileURLToPath}from'url';import{dirname,join}from'path';import{readFileSync}from'fs';function a3_0x1726(_0x2b23fa,_0x10b055){_0x2b23fa=_0x2b23fa-0x1e8;const _0x1ab95e=a3_0x1ab9();let _0x1726ee=_0x1ab95e[_0x2b23fa];return _0x1726ee;}const __filename=fileURLToPath(import.meta.url),__dirname=dirname(__filename);function loadMockAppList(){const _0x1fe008=a3_0x1726,_0x5d2bed=join(__dirname,'../../../mock/app-list.json'),_0x1a13fb=readFileSync(_0x5d2bed,_0x1fe008(0x1f3));return JSON[_0x1fe008(0x1ed)](_0x1a13fb);}let _cached=null;export function getMockAppList(){return!_cached&&(_cached=loadMockAppList()),_cached;}function a3_0x1ab9(){const _0x5d5efa=['tableData','2060lYLAHu','6700BtscBI','4683XrNSVU','8838cbESBY','parse','errorMsg','24582019XnaQzq','434510PxEfgV','434587iUAHNi','245946lWRbPc','utf-8','30Gyltav','18wLVTnd','420120ZcBOZl'];a3_0x1ab9=function(){return _0x5d5efa;};return a3_0x1ab9();}export function getMockRemoteAppItems(){const _0x562ab4=a3_0x1726,_0x2c6da9=getMockAppList();if(!_0x2c6da9['success'])throw new Error('Mock\x20API\x20error:\x20'+_0x2c6da9[_0x562ab4(0x1ee)]+'\x20('+_0x2c6da9['errorCode']+')');return _0x2c6da9['data'][_0x562ab4(0x1e8)];}
@@ -1 +1 @@
1
- (function(_0x13c646,_0x2b858b){const _0x163fc4=a4_0xa5e4,_0x3e98f6=_0x13c646();while(!![]){try{const _0x11251e=-parseInt(_0x163fc4(0x172))/0x1*(-parseInt(_0x163fc4(0x166))/0x2)+parseInt(_0x163fc4(0x16e))/0x3*(parseInt(_0x163fc4(0x164))/0x4)+-parseInt(_0x163fc4(0x163))/0x5*(parseInt(_0x163fc4(0x16b))/0x6)+parseInt(_0x163fc4(0x16c))/0x7*(parseInt(_0x163fc4(0x168))/0x8)+parseInt(_0x163fc4(0x16d))/0x9+-parseInt(_0x163fc4(0x162))/0xa*(-parseInt(_0x163fc4(0x165))/0xb)+parseInt(_0x163fc4(0x161))/0xc*(-parseInt(_0x163fc4(0x167))/0xd);if(_0x11251e===_0x2b858b)break;else _0x3e98f6['push'](_0x3e98f6['shift']());}catch(_0x297cf4){_0x3e98f6['push'](_0x3e98f6['shift']());}}}(a4_0x4552,0xf0be2));import{getMyApps}from'../../core/api-client.js';import{getMockRemoteAppItems}from'../../commands/app/mock-loader.js';function a4_0xa5e4(_0x12c0fb,_0x1408bb){_0x12c0fb=_0x12c0fb-0x161;const _0x455284=a4_0x4552();let _0xa5e4a6=_0x455284[_0x12c0fb];return _0xa5e4a6;}import{getAppCacheFilePath,readCachedAppList,writeCachedAppList}from'../../commands/app/cache.js';function a4_0x4552(){const _0x18ccc9=['cache','fetchedAt','498570dhwylq','7scGEEL','8044569aVUJyw','12JNsPbV','items','mock','toISOString','49466UfYTMG','trim','84vSkBcc','7247770MJECLx','65agxuLK','1913236cSSemr','22sigHIT','2mwsSGC','6519929BGpHss','10167608GweCYN'];a4_0x4552=function(){return _0x18ccc9;};return a4_0x4552();}import{productEnv}from'../../constant/product.js';export function shouldUseMockRemoteApps(){const _0x32df5c=a4_0xa5e4,_0x188677=(productEnv('APP_LIST_SOURCE')||'')[_0x32df5c(0x173)]()['toLowerCase']();return _0x188677===_0x32df5c(0x170);}export async function getRemoteAppItems(){if(shouldUseMockRemoteApps())return getMockRemoteAppItems();return getMyApps();}export async function getRemoteAppList(_0x5ae352){const _0xa1b1a4=a4_0xa5e4,{env:_0x484977,accessKey:_0x1bd0ff,localOnly:localOnly=![],noCache:noCache=![]}=_0x5ae352,_0x24e255=readCachedAppList(_0x484977,_0x1bd0ff),_0x32c393=_0x1bd0ff?.[_0xa1b1a4(0x173)]()?getAppCacheFilePath(_0x484977,_0x1bd0ff):null;if(localOnly)return{'items':_0x24e255?.['items']??[],'source':_0xa1b1a4(0x169),'fetchedAt':_0x24e255?.[_0xa1b1a4(0x16a)]??null,'cachePath':_0x32c393};try{const _0x5b2cd9=await getRemoteAppItems(),_0x37a401=shouldUseMockRemoteApps()?_0xa1b1a4(0x170):'remote',_0x253295=new Date()[_0xa1b1a4(0x171)](),_0x51a1f4=_0x1bd0ff?.[_0xa1b1a4(0x173)]()?writeCachedAppList(_0x484977,_0x1bd0ff,{'env':_0x484977,'fetchedAt':_0x253295,'source':_0x37a401,'items':_0x5b2cd9}):null;return{'items':_0x5b2cd9,'source':_0x37a401,'fetchedAt':_0x253295,'cachePath':_0x51a1f4};}catch(_0x563c13){if(!noCache&&_0x24e255)return{'items':_0x24e255[_0xa1b1a4(0x16f)],'source':'cache','fetchedAt':_0x24e255[_0xa1b1a4(0x16a)],'cachePath':_0x32c393};throw _0x563c13;}}
1
+ function a4_0x1200(_0x3eec4c,_0x24e96f){_0x3eec4c=_0x3eec4c-0x193;const _0x38c553=a4_0x38c5();let _0x12008c=_0x38c553[_0x3eec4c];return _0x12008c;}(function(_0x49577a,_0xe4c73b){const _0x369514=a4_0x1200,_0x1c7610=_0x49577a();while(!![]){try{const _0x36194f=-parseInt(_0x369514(0x19a))/0x1*(parseInt(_0x369514(0x19b))/0x2)+parseInt(_0x369514(0x1a6))/0x3+parseInt(_0x369514(0x19d))/0x4+parseInt(_0x369514(0x193))/0x5*(-parseInt(_0x369514(0x197))/0x6)+parseInt(_0x369514(0x19c))/0x7*(parseInt(_0x369514(0x19e))/0x8)+-parseInt(_0x369514(0x19f))/0x9*(-parseInt(_0x369514(0x194))/0xa)+-parseInt(_0x369514(0x195))/0xb*(parseInt(_0x369514(0x1a4))/0xc);if(_0x36194f===_0xe4c73b)break;else _0x1c7610['push'](_0x1c7610['shift']());}catch(_0x247823){_0x1c7610['push'](_0x1c7610['shift']());}}}(a4_0x38c5,0xa822a));import{getMyApps}from'../../core/api-client.js';import{getMockRemoteAppItems}from'../../commands/app/mock-loader.js';import{getAppCacheFilePath,readCachedAppList,writeCachedAppList}from'../../commands/app/cache.js';import{productEnv}from'../../constant/product.js';export function shouldUseMockRemoteApps(){const _0x5108cd=a4_0x1200,_0x3859c9=(productEnv(_0x5108cd(0x198))||'')['trim']()[_0x5108cd(0x199)]();return _0x3859c9==='mock';}export async function getRemoteAppItems(){if(shouldUseMockRemoteApps())return getMockRemoteAppItems();return getMyApps();}function a4_0x38c5(){const _0x3de3fa=['12444708qQaZDm','items','1462407ESiEGh','27460wYBAFj','2067100dJWTWP','11ciHiBr','fetchedAt','480IuPGeF','APP_LIST_SOURCE','toLowerCase','2227XsWiwX','6Ptlitr','7YnKVjr','158788DhWAWP','4888528YRzIxz','45mrxAvM','toISOString','cache','remote','trim'];a4_0x38c5=function(){return _0x3de3fa;};return a4_0x38c5();}export async function getRemoteAppList(_0x205701){const _0x4476a1=a4_0x1200,{env:_0x3dc368,accessKey:_0x55776c,localOnly:localOnly=![],noCache:noCache=![]}=_0x205701,_0x2f693d=readCachedAppList(_0x3dc368,_0x55776c),_0x29be3e=_0x55776c?.[_0x4476a1(0x1a3)]()?getAppCacheFilePath(_0x3dc368,_0x55776c):null;if(localOnly)return{'items':_0x2f693d?.['items']??[],'source':_0x4476a1(0x1a1),'fetchedAt':_0x2f693d?.['fetchedAt']??null,'cachePath':_0x29be3e};try{const _0x4cb6e1=await getRemoteAppItems(),_0x3104bf=shouldUseMockRemoteApps()?'mock':_0x4476a1(0x1a2),_0x2a7158=new Date()[_0x4476a1(0x1a0)](),_0xf319d1=_0x55776c?.['trim']()?writeCachedAppList(_0x3dc368,_0x55776c,{'env':_0x3dc368,'fetchedAt':_0x2a7158,'source':_0x3104bf,'items':_0x4cb6e1}):null;return{'items':_0x4cb6e1,'source':_0x3104bf,'fetchedAt':_0x2a7158,'cachePath':_0xf319d1};}catch(_0x188378){if(!noCache&&_0x2f693d)return{'items':_0x2f693d[_0x4476a1(0x1a5)],'source':_0x4476a1(0x1a1),'fetchedAt':_0x2f693d[_0x4476a1(0x196)],'cachePath':_0x29be3e};throw _0x188378;}}
@@ -1 +1 @@
1
- function a5_0x462a(){const _0x120ec7=['3738ewTnfY','3298626rlODaF','1297380nNCgoe','1jttYKh','appCode','find','672nkDrHZ','isCurrent','1665XocRfp','local','named','759cItRfN','23149AAlMfJ','currentApp','805023VpMsuP','name','global','project','802756ieOvXc','140840XHnJlO','appcode'];a5_0x462a=function(){return _0x120ec7;};return a5_0x462a();}(function(_0x4cd091,_0x46df9b){const _0x26204f=a5_0xd583,_0x511ade=_0x4cd091();while(!![]){try{const _0x36bf3f=-parseInt(_0x26204f(0x102))/0x1*(-parseInt(_0x26204f(0x111))/0x2)+parseInt(_0x26204f(0x10d))/0x3+-parseInt(_0x26204f(0x101))/0x4+-parseInt(_0x26204f(0x107))/0x5*(-parseInt(_0x26204f(0xff))/0x6)+parseInt(_0x26204f(0x10b))/0x7*(parseInt(_0x26204f(0x105))/0x8)+parseInt(_0x26204f(0x100))/0x9+-parseInt(_0x26204f(0xfd))/0xa*(parseInt(_0x26204f(0x10a))/0xb);if(_0x36bf3f===_0x46df9b)break;else _0x511ade['push'](_0x511ade['shift']());}catch(_0x5a5c4b){_0x511ade['push'](_0x511ade['shift']());}}}(a5_0x462a,0x3703b));function a5_0xd583(_0x4ccbff,_0x438f45){_0x4ccbff=_0x4ccbff-0xfd;const _0x462a5f=a5_0x462a();let _0xd58378=_0x462a5f[_0x4ccbff];return _0xd58378;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{formatScopeLabel}from'../../commands/common/config-policy.js';export{CLI_BIN_NAME};export function enrichAppListItemsWithMergedSelection(_0x1fbb5a,_0x4533f1){const _0xb5db96=a5_0xd583;if(!_0x4533f1)return;const _0x1955d3=!!(_0x4533f1[_0xb5db96(0x10c)]??_0x4533f1['defaultApp']);for(const _0x505f1e of _0x1fbb5a){_0x505f1e[_0xb5db96(0x106)]=![];}const _0x5b3c34=_0x4533f1[_0xb5db96(0x103)]!=null?String(_0x4533f1[_0xb5db96(0x103)])['trim']():'';if(_0x1955d3){const _0x2c75bb=_0x4533f1['currentApp']??_0x4533f1['defaultApp'];if(_0x2c75bb){const _0x551a16=_0x1fbb5a[_0xb5db96(0x104)](_0x25a623=>_0x25a623[_0xb5db96(0x109)]===!![]&&_0x25a623[_0xb5db96(0x10e)]===_0x2c75bb&&_0x25a623['definedIn']===_0xb5db96(0x108)),_0x573454=_0x551a16??_0x1fbb5a[_0xb5db96(0x104)](_0x582e3d=>_0x582e3d[_0xb5db96(0x109)]===!![]&&_0x582e3d['name']===_0x2c75bb);_0x573454&&(_0x573454[_0xb5db96(0x106)]=!![]);}return;}if(!_0x5b3c34)return;for(const _0x11f230 of _0x1fbb5a){String(_0x11f230[_0xb5db96(0xfe)]??'')['trim']()===_0x5b3c34&&(_0x11f230[_0xb5db96(0x106)]=!![]);}}export{readScopedConfig as readConfig,writeScopedConfig as writeConfig,isInProject}from'../../context.js';export function scopeLabel(_0x3cc11b){const _0x23a1eb=a5_0xd583;return formatScopeLabel(_0x3cc11b[_0x23a1eb(0x10f)]?_0x23a1eb(0x10f):_0x23a1eb(0x110));}
1
+ (function(_0x4de625,_0x4b3bd6){const _0xb125fa=a5_0x4795,_0x3c2c18=_0x4de625();while(!![]){try{const _0x2bef70=parseInt(_0xb125fa(0x195))/0x1+parseInt(_0xb125fa(0x199))/0x2*(parseInt(_0xb125fa(0x18e))/0x3)+-parseInt(_0xb125fa(0x18a))/0x4*(-parseInt(_0xb125fa(0x191))/0x5)+parseInt(_0xb125fa(0x193))/0x6*(parseInt(_0xb125fa(0x19b))/0x7)+parseInt(_0xb125fa(0x19a))/0x8+-parseInt(_0xb125fa(0x18f))/0x9*(parseInt(_0xb125fa(0x18d))/0xa)+-parseInt(_0xb125fa(0x192))/0xb;if(_0x2bef70===_0x4b3bd6)break;else _0x3c2c18['push'](_0x3c2c18['shift']());}catch(_0x5b9d81){_0x3c2c18['push'](_0x3c2c18['shift']());}}}(a5_0x14ba,0xe9d91));function a5_0x4795(_0x2adeca,_0x432c3c){_0x2adeca=_0x2adeca-0x18a;const _0x14ba36=a5_0x14ba();let _0x4795be=_0x14ba36[_0x2adeca];return _0x4795be;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{formatScopeLabel}from'../../commands/common/config-policy.js';export{CLI_BIN_NAME};function a5_0x14ba(){const _0x240f2b=['trim','588825ZccbLz','global','appcode','name','16396kxmeNt','6263976nfQRTn','133cSsldX','appCode','project','isCurrent','4VToZKB','currentApp','named','410XPmPhw','357YGwQSJ','3519ouKQsf','defaultApp','2582925UHnfIF','22114455nsXOuT','37992zafARG'];a5_0x14ba=function(){return _0x240f2b;};return a5_0x14ba();}export function enrichAppListItemsWithMergedSelection(_0x2f7f05,_0x272c80){const _0x5e8126=a5_0x4795;if(!_0x272c80)return;const _0x5ac06a=!!(_0x272c80[_0x5e8126(0x18b)]??_0x272c80[_0x5e8126(0x190)]);for(const _0x2ad52d of _0x2f7f05){_0x2ad52d[_0x5e8126(0x19e)]=![];}const _0x45a207=_0x272c80[_0x5e8126(0x19c)]!=null?String(_0x272c80['appCode'])[_0x5e8126(0x194)]():'';if(_0x5ac06a){const _0x2293ba=_0x272c80[_0x5e8126(0x18b)]??_0x272c80[_0x5e8126(0x190)];if(_0x2293ba){const _0x557566=_0x2f7f05['find'](_0x4e2736=>_0x4e2736[_0x5e8126(0x18c)]===!![]&&_0x4e2736[_0x5e8126(0x198)]===_0x2293ba&&_0x4e2736['definedIn']==='local'),_0x3e74b2=_0x557566??_0x2f7f05['find'](_0xca7605=>_0xca7605[_0x5e8126(0x18c)]===!![]&&_0xca7605[_0x5e8126(0x198)]===_0x2293ba);_0x3e74b2&&(_0x3e74b2['isCurrent']=!![]);}return;}if(!_0x45a207)return;for(const _0xa56243 of _0x2f7f05){String(_0xa56243[_0x5e8126(0x197)]??'')[_0x5e8126(0x194)]()===_0x45a207&&(_0xa56243[_0x5e8126(0x19e)]=!![]);}}export{readScopedConfig as readConfig,writeScopedConfig as writeConfig,isInProject}from'../../context.js';export function scopeLabel(_0x1250a7){const _0x333607=a5_0x4795;return formatScopeLabel(_0x1250a7[_0x333607(0x196)]?_0x333607(0x196):_0x333607(0x19d));}
@@ -1 +1 @@
1
- const a6_0x279288=a6_0x29fd;function a6_0x5835(){const _0x2df6f6=['Target\x20environment\x20to\x20persist\x20with\x20the\x20new\x20auth\x20config','\x20Current\x20env:\x20','214731OqhAgF','global-default','Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','string','47837CzgYwO','cancelled','\x20auth\x20login\x20--access-key\x20<ak_xxx>`\x20to\x20save\x20credentials.','Read\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','570FjVTyc','Save\x20accessKey\x20to\x20config\x20(global\x20by\x20default;\x20use\x20--project\x20for\x20project\x20config)','58TxPqcu','Read\x20from\x20global\x20config\x20(default)','Option\x20A:\x20','repeat','access-key','slice','=ak_xxx','\x20auth\x20login\x20--access-key\x20<ak_xxx>\x20[--global]','Invalid\x20accessKey\x20format:\x20\x22','AccessKey:\x20','2764136vuqRGV','newConfigFileName','development','env','Auth\x20config\x20reinitialized\x20in\x20','Clear\x20from\x20global\x20config\x20(default)','\x20auth\x20login\x20--access-key\x20<ak_xxx>','init','\x20auth\x20login\x20--non-interactive`\x20to\x20avoid\x20prompts,\x20or\x20`','\x20(via\x20','Use\x20`','\x20config.\x20Nothing\x20to\x20clear.','No\x20AccessKey\x20found\x20in\x20','bool','4736ICfDRe','Option\x20B:\x20apps\x20config\x20(','auth','Write\x20to\x20global\x20config\x20(default)','AccessKey\x20cleared\x20from\x20','validation','status','\x20env\x20var','ACCESS_KEY','join','AccessKey\x20required\x20for\x20login.\x20Create\x20one\x20in\x20','\x20config.','envName','\x20Verify:\x20','Fetch\x20current\x20login\x20user\x20info\x20for\x20the\x20active\x20access\x20key','read','ClientAk','Give\x20the\x20AccessKey\x20to\x20your\x20AI\x20Agent,\x20then\x20run:\x20','Show\x20current\x20authentication\x20status','8449966liyEpl','Clear\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','global','length','{\x20\x22accessKey\x22:\x20\x22ak_xxx\x22\x20}','No\x20credentials\x20found.\x20Configure\x20one\x20of\x20the\x20options\x20below:','Auth\x20mode:\x20','production','If\x20command\x20execution\x20still\x20fails,\x20run:\x20','2230CKjjEm','Clear\x20all\x20config\x20in\x20scope\x20and\x20initialize\x20auth\x20from\x20scratch','logout','Expected:\x20ak_\x20followed\x20by\x2016+\x20alphanumeric\x20chars','72095LksqWd','\x20auth\x20login\x20[--global]\x20[--access-key\x20ak_xxx]','push','project','12357hPqlzK','AccessKey\x20saved\x20to\x20','str','boolean','Tip:\x20you\x20can\x20also\x20run:','2804469naqxGl','trim','\x20\x20export\x20','accessKey','Shorthand\x20for\x20--access-key','AccessKey\x20(ak_xxx...)','isTTY','\x20scope.','write','\x20auth\x20status','login','Missing\x20accessKey.','stdout'];a6_0x5835=function(){return _0x2df6f6;};return a6_0x5835();}(function(_0x3a5392,_0x605a7b){const _0x36d232=a6_0x29fd,_0x3d9fa4=_0x3a5392();while(!![]){try{const _0x5563ad=-parseInt(_0x36d232(0x1d0))/0x1*(-parseInt(_0x36d232(0x1d6))/0x2)+-parseInt(_0x36d232(0x1bd))/0x3+-parseInt(_0x36d232(0x1e0))/0x4+-parseInt(_0x36d232(0x1b4))/0x5*(parseInt(_0x36d232(0x1d4))/0x6)+-parseInt(_0x36d232(0x1a7))/0x7+-parseInt(_0x36d232(0x1ee))/0x8*(parseInt(_0x36d232(0x1b8))/0x9)+-parseInt(_0x36d232(0x1b0))/0xa*(-parseInt(_0x36d232(0x1cc))/0xb);if(_0x5563ad===_0x605a7b)break;else _0x3d9fa4['push'](_0x3d9fa4['shift']());}catch(_0x1b4cfb){_0x3d9fa4['push'](_0x3d9fa4['shift']());}}}(a6_0x5835,0xb0f68));import{readScopedConfig,writeScopedConfig}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{PRODUCT_CONFIG,productEnv,productEnvName}from'../../constant/product.js';import{AUTH_MODE}from'../../constant/auth-mode.js';import{normalizeEnv,isDaily,isDev}from'../../constant/env.js';import{USER_ACCESS_KEY_CREATE_URL}from'../../constant/url.js';import{CliErrors}from'../../errors.js';import{promptAccessKey,isAbortPrompt}from'../../commands/auth/prompt.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getLoginUserInfo}from'../../core/api-client.js';const ACCESS_KEY_PATTERN=/^ak_[A-Za-z0-9]{16,}$/;function showAccessKeyCreateHint(){const _0x82fa3a=a6_0x29fd;writeCliSideChannelLine(_0x82fa3a(0x19e)+PRODUCT_CONFIG['userCenterDisplayName']+':'),writeCliSideChannelLine('\x0a'+USER_ACCESS_KEY_CREATE_URL+'\x0a'),writeCliSideChannelLine(_0x82fa3a(0x1bc)),writeCliSideChannelLine('\x20\x20'+CLI_BIN_NAME+_0x82fa3a(0x1e6));}function buildAccessKeySetupGuide(){const _0xde686b=a6_0x29fd;return[_0xde686b(0x19e)+PRODUCT_CONFIG['userCenterDisplayName']+':',USER_ACCESS_KEY_CREATE_URL,_0xde686b(0x1a5)+CLI_BIN_NAME+_0xde686b(0x1dd)]['join']('\x0a');}function a6_0x29fd(_0x9feeeb,_0x5107fa){_0x9feeeb=_0x9feeeb-0x19a;const _0x583555=a6_0x5835();let _0x29fdb3=_0x583555[_0x9feeeb];return _0x29fdb3;}function canPromptForAccessKey(_0xf8a138){const _0x77ef3d=a6_0x29fd;return!_0xf8a138['nonInteractive']&&process['stdin'][_0x77ef3d(0x1c3)]!==![]&&process[_0x77ef3d(0x1c9)][_0x77ef3d(0x1c3)]!==![];}function resolveAuthScopeFlags(_0x598b86){const _0x43264d=a6_0x29fd;return toScopeFlags(resolveConfigScope({'explicitGlobal':_0x598b86[_0x43264d(0x1ed)](_0x43264d(0x1a9)),'explicitProject':_0x598b86[_0x43264d(0x1ed)](_0x43264d(0x1b7)),'policy':_0x43264d(0x1cd)}));}async function resolveAuthWriteInput(_0x2b8b59){const _0x43e014=a6_0x29fd;let _0x2694b9=(_0x2b8b59[_0x43e014(0x1ba)](_0x43e014(0x1da))||_0x2b8b59[_0x43e014(0x1ba)]('ak')||'')['trim']();const _0x3bdb33=(_0x2b8b59[_0x43e014(0x1ba)](_0x43e014(0x1e3))||'')[_0x43e014(0x1be)]();if(!_0x2694b9&&canPromptForAccessKey(_0x2b8b59))try{showAccessKeyCreateHint(),_0x2694b9=await promptAccessKey('');}catch(_0x53ffec){if(isAbortPrompt(_0x53ffec))throw CliErrors[_0x43e014(0x1d1)]();throw _0x53ffec;}if(!_0x2694b9)throw CliErrors['validation'](_0x43e014(0x1c8),buildAccessKeySetupGuide());if(!ACCESS_KEY_PATTERN['test'](_0x2694b9))throw CliErrors['validation'](_0x43e014(0x1de)+_0x2694b9+'\x22',_0x43e014(0x1b3));if(!_0x3bdb33)return{'accessKey':_0x2694b9};const _0x104b16=normalizeEnv(_0x3bdb33);return{'accessKey':_0x2694b9,'env':isDaily(_0x104b16)?'daily':isDev(_0x104b16)?_0x43e014(0x1e2):_0x43e014(0x1ae)};}export const authDefinitions=[{'service':a6_0x279288(0x1f0),'command':a6_0x279288(0x1c7),'description':a6_0x279288(0x1d5),'risk':a6_0x279288(0x1c5),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x279288(0x1da),'type':a6_0x279288(0x1cf),'description':a6_0x279288(0x1c2)},{'name':'ak','type':'string','description':a6_0x279288(0x1c1)},{'name':a6_0x279288(0x1a9),'type':a6_0x279288(0x1bb),'description':a6_0x279288(0x1f1),'default':!![]},{'name':'project','type':a6_0x279288(0x1bb),'description':a6_0x279288(0x1ce),'default':![]}],async 'execute'(_0x540056){const _0xa3e73a=a6_0x279288;if(_0x540056[_0xa3e73a(0x1ed)]('yes'))throw CliErrors[_0xa3e73a(0x1f3)]('`auth\x20login`\x20does\x20not\x20support\x20--yes.',_0xa3e73a(0x1ea)+CLI_BIN_NAME+_0xa3e73a(0x1e8)+CLI_BIN_NAME+_0xa3e73a(0x1d2));const _0x5c9aff=(_0x540056[_0xa3e73a(0x1ba)](_0xa3e73a(0x1da))||_0x540056['str']('ak')||'')['trim']();if(!_0x5c9aff&&_0x540056['nonInteractive'])return{'ok':!![],'message':buildAccessKeySetupGuide()};const _0x510022=await resolveAuthWriteInput(_0x540056),_0x227f6d=resolveAuthScopeFlags(_0x540056),_0x4694ae=readScopedConfig(_0x227f6d);_0x4694ae[_0xa3e73a(0x1c0)]=_0x510022['accessKey'];_0x510022[_0xa3e73a(0x1e3)]&&(_0x4694ae['env']=_0x510022[_0xa3e73a(0x1e3)]);writeScopedConfig(_0x4694ae,_0x227f6d);const _0x3dcd06=_0x227f6d[_0xa3e73a(0x1a9)]?_0xa3e73a(0x1a9):_0xa3e73a(0x1b7),_0x18a56a=_0x4694ae[_0xa3e73a(0x1e3)]?_0xa3e73a(0x1cb)+_0x4694ae[_0xa3e73a(0x1e3)]+'.':'';return{'ok':!![],'message':_0xa3e73a(0x1b9)+_0x3dcd06+_0xa3e73a(0x19f)+_0x18a56a+'\x20Verify:\x20'+CLI_BIN_NAME+_0xa3e73a(0x1c6)};}},{'service':a6_0x279288(0x1f0),'command':a6_0x279288(0x1e7),'description':a6_0x279288(0x1b1),'risk':a6_0x279288(0x1c5),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':'access-key','type':a6_0x279288(0x1cf),'description':a6_0x279288(0x1c2)},{'name':'ak','type':a6_0x279288(0x1cf),'description':a6_0x279288(0x1c1)},{'name':'env','type':'string','description':a6_0x279288(0x1ca)},{'name':a6_0x279288(0x1a9),'type':a6_0x279288(0x1bb),'description':a6_0x279288(0x1f1),'default':!![]},{'name':'project','type':'boolean','description':a6_0x279288(0x1ce),'default':![]}],async 'execute'(_0x1b120b){const _0x58e6c8=a6_0x279288,_0x4a5731=await resolveAuthWriteInput(_0x1b120b),_0x5c23c6=resolveAuthScopeFlags(_0x1b120b),_0x389ec0={'accessKey':_0x4a5731[_0x58e6c8(0x1c0)]};_0x4a5731[_0x58e6c8(0x1e3)]&&(_0x389ec0[_0x58e6c8(0x1e3)]=_0x4a5731[_0x58e6c8(0x1e3)]);writeScopedConfig(_0x389ec0,_0x5c23c6);const _0x2e9695=_0x5c23c6['global']?_0x58e6c8(0x1a9):'project',_0x53067a=_0x389ec0[_0x58e6c8(0x1e3)]?_0x58e6c8(0x1cb)+_0x389ec0[_0x58e6c8(0x1e3)]+'.':'';return{'ok':!![],'message':_0x58e6c8(0x1e4)+_0x2e9695+_0x58e6c8(0x1c4)+_0x53067a+_0x58e6c8(0x1a1)+CLI_BIN_NAME+_0x58e6c8(0x1c6)};}},{'service':a6_0x279288(0x1f0),'command':a6_0x279288(0x1b2),'description':'Clear\x20accessKey\x20from\x20config','risk':a6_0x279288(0x1c5),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x279288(0x1a9),'type':a6_0x279288(0x1bb),'description':a6_0x279288(0x1e5),'default':!![]},{'name':'project','type':a6_0x279288(0x1bb),'description':a6_0x279288(0x1a8),'default':![]}],async 'execute'(_0x39f3da){const _0x4cf54d=a6_0x279288,_0x4de7cd=resolveAuthScopeFlags(_0x39f3da),_0x1ffec8=readScopedConfig(_0x4de7cd),_0x501fbf=!!_0x1ffec8[_0x4cf54d(0x1c0)];delete _0x1ffec8['accessKey'],writeScopedConfig(_0x1ffec8,_0x4de7cd);const _0x19e9d1=_0x4de7cd['global']?_0x4cf54d(0x1a9):_0x4cf54d(0x1b7);if(_0x501fbf)return{'ok':!![],'message':_0x4cf54d(0x1f2)+_0x19e9d1+_0x4cf54d(0x19f)};return{'ok':!![],'message':_0x4cf54d(0x1ec)+_0x19e9d1+_0x4cf54d(0x1eb)};}},{'service':'auth','command':a6_0x279288(0x19a),'description':a6_0x279288(0x1a6),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x279288(0x1a9),'type':a6_0x279288(0x1bb),'description':a6_0x279288(0x1d7),'default':!![]},{'name':a6_0x279288(0x1b7),'type':'boolean','description':a6_0x279288(0x1d3),'default':![]}],async 'execute'(_0x4b8f92){const _0x4b4907=a6_0x279288,_0x279294=resolveAuthScopeFlags(_0x4b8f92),_0x5801df=readScopedConfig(_0x279294),_0x4166e7=productEnvName('ACCESS_KEY'),_0x1bc455=productEnv(_0x4b4907(0x19c))||undefined,_0x1e12c7=_0x5801df[_0x4b4907(0x1c0)]||undefined,_0x12a365=_0x1bc455||_0x1e12c7,_0x42eb85=_0x1bc455?_0x4166e7+_0x4b4907(0x19b):_0x1e12c7?(_0x279294[_0x4b4907(0x1a9)]?_0x4b4907(0x1a9):_0x4b4907(0x1b7))+'\x20config':null,_0x30084b=[_0x4b4907(0x1ad)+AUTH_MODE[_0x4b4907(0x1a4)]];if(_0x12a365){const _0x3d7a0d=_0x12a365[_0x4b4907(0x1aa)]>0x8?''+_0x12a365[_0x4b4907(0x1db)](0x0,0x8)+'*'[_0x4b4907(0x1d9)](_0x12a365[_0x4b4907(0x1aa)]-0x8):_0x12a365;_0x30084b['push'](_0x4b4907(0x1df)+_0x3d7a0d+(_0x42eb85?_0x4b4907(0x1e9)+_0x42eb85+')':''));}return!_0x12a365&&(_0x30084b['push'](''),_0x30084b[_0x4b4907(0x1b6)](_0x4b4907(0x1ac)),_0x30084b[_0x4b4907(0x1b6)](''),_0x30084b['push'](_0x4b4907(0x1d8)+CLI_BIN_NAME+_0x4b4907(0x1b5)),_0x30084b[_0x4b4907(0x1b6)](''),_0x30084b[_0x4b4907(0x1b6)](_0x4b4907(0x1ef)+PRODUCT_CONFIG[_0x4b4907(0x1e1)]+')'),_0x30084b[_0x4b4907(0x1b6)](_0x4b4907(0x1ab)),_0x30084b['push'](''),_0x30084b[_0x4b4907(0x1b6)]('Option\x20C:\x20environment\x20variable'),_0x30084b[_0x4b4907(0x1b6)](_0x4b4907(0x1bf)+_0x4166e7+_0x4b4907(0x1dc)),_0x30084b[_0x4b4907(0x1b6)](''),_0x30084b[_0x4b4907(0x1b6)]('Then\x20verify\x20with:\x20'+CLI_BIN_NAME+_0x4b4907(0x1c6)),_0x30084b[_0x4b4907(0x1b6)](_0x4b4907(0x1af)+CLI_BIN_NAME+'\x20doctor')),{'ok':!![],'message':_0x30084b[_0x4b4907(0x19d)]('\x0a')};}},{'service':a6_0x279288(0x1f0),'command':'info','description':a6_0x279288(0x1a2),'risk':a6_0x279288(0x1a3),'requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x2a3644){const _0x52be45=a6_0x279288,_0xa2a232=await getLoginUserInfo();return{'ok':!![],'data':{'user':_0xa2a232,'meta':{'env':_0x2a3644[_0x52be45(0x1a0)]??_0x52be45(0x1ae)}}};}}];
1
+ const a6_0x4efe86=a6_0x3c83;(function(_0x54139a,_0x5b0e27){const _0x2a960b=a6_0x3c83,_0x52e544=_0x54139a();while(!![]){try{const _0x203f32=-parseInt(_0x2a960b(0x1a9))/0x1*(parseInt(_0x2a960b(0x172))/0x2)+parseInt(_0x2a960b(0x1ac))/0x3*(parseInt(_0x2a960b(0x18c))/0x4)+parseInt(_0x2a960b(0x193))/0x5+-parseInt(_0x2a960b(0x187))/0x6+parseInt(_0x2a960b(0x190))/0x7*(-parseInt(_0x2a960b(0x186))/0x8)+-parseInt(_0x2a960b(0x16f))/0x9*(parseInt(_0x2a960b(0x192))/0xa)+parseInt(_0x2a960b(0x163))/0xb*(parseInt(_0x2a960b(0x19c))/0xc);if(_0x203f32===_0x5b0e27)break;else _0x52e544['push'](_0x52e544['shift']());}catch(_0x4c4c35){_0x52e544['push'](_0x52e544['shift']());}}}(a6_0x4c4a,0xeb74b));import{readScopedConfig,writeScopedConfig}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{PRODUCT_CONFIG,productEnv,productEnvName}from'../../constant/product.js';function a6_0x4c4a(){const _0x366718=['7DvVhJe','Read\x20from\x20global\x20config\x20(default)','90neyBlJ','9242930XjWvLh','length','validation','\x20config.','Missing\x20accessKey.','Clear\x20accessKey\x20from\x20config','project','Tip:\x20you\x20can\x20also\x20run:','Option\x20B:\x20apps\x20config\x20(','24IDVDUN','Expected:\x20ak_\x20followed\x20by\x2016+\x20alphanumeric\x20chars','nonInteractive','cancelled','push','\x20\x20export\x20','daily','Then\x20verify\x20with:\x20','repeat','read','AccessKey:\x20','AccessKey\x20cleared\x20from\x20','AccessKey\x20saved\x20to\x20','637cFRGrn','Auth\x20mode:\x20','Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','1773156OXQJHp','logout','stdin','Show\x20current\x20authentication\x20status','Clear\x20all\x20config\x20in\x20scope\x20and\x20initialize\x20auth\x20from\x20scratch','status','\x20config.\x20Nothing\x20to\x20clear.','Auth\x20config\x20reinitialized\x20in\x20','\x20config','env','boolean','write','stdout','3352283XZatbW','Option\x20C:\x20environment\x20variable','access-key','Option\x20A:\x20','Save\x20accessKey\x20to\x20config\x20(global\x20by\x20default;\x20use\x20--project\x20for\x20project\x20config)','ACCESS_KEY','str','\x20env\x20var','trim','Clear\x20from\x20global\x20config\x20(default)','\x20Current\x20env:\x20','envName','851418EJfmTO','join','Use\x20`','926hzxcEE','Invalid\x20accessKey\x20format:\x20\x22','\x20auth\x20status','production','test','slice','global','AccessKey\x20required\x20for\x20login.\x20Create\x20one\x20in\x20','development','Fetch\x20current\x20login\x20user\x20info\x20for\x20the\x20active\x20access\x20key','auth','If\x20command\x20execution\x20still\x20fails,\x20run:\x20','newConfigFileName','accessKey','\x20auth\x20login\x20--access-key\x20<ak_xxx>\x20[--global]','bool','\x20auth\x20login\x20--non-interactive`\x20to\x20avoid\x20prompts,\x20or\x20`','\x20Verify:\x20','\x20scope.','\x20auth\x20login\x20[--global]\x20[--access-key\x20ak_xxx]','5130184KwzGad','5328882scXWwS','userCenterDisplayName','\x20auth\x20login\x20--access-key\x20<ak_xxx>`\x20to\x20save\x20credentials.','Target\x20environment\x20to\x20persist\x20with\x20the\x20new\x20auth\x20config','Write\x20to\x20global\x20config\x20(default)','8EBznoN','global-default','string','No\x20AccessKey\x20found\x20in\x20'];a6_0x4c4a=function(){return _0x366718;};return a6_0x4c4a();}import{AUTH_MODE}from'../../constant/auth-mode.js';import{normalizeEnv,isDaily,isDev}from'../../constant/env.js';import{USER_ACCESS_KEY_CREATE_URL}from'../../constant/url.js';function a6_0x3c83(_0x2239bf,_0x5c56f0){_0x2239bf=_0x2239bf-0x162;const _0x4c4a58=a6_0x4c4a();let _0x3c8347=_0x4c4a58[_0x2239bf];return _0x3c8347;}import{CliErrors}from'../../errors.js';import{promptAccessKey,isAbortPrompt}from'../../commands/auth/prompt.js';import{resolveConfigScope,toScopeFlags}from'../../commands/common/config-policy.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getLoginUserInfo}from'../../core/api-client.js';const ACCESS_KEY_PATTERN=/^ak_[A-Za-z0-9]{16,}$/;function showAccessKeyCreateHint(){const _0x36eba5=a6_0x3c83;writeCliSideChannelLine(_0x36eba5(0x179)+PRODUCT_CONFIG[_0x36eba5(0x188)]+':'),writeCliSideChannelLine('\x0a'+USER_ACCESS_KEY_CREATE_URL+'\x0a'),writeCliSideChannelLine(_0x36eba5(0x19a)),writeCliSideChannelLine('\x20\x20'+CLI_BIN_NAME+'\x20auth\x20login\x20--access-key\x20<ak_xxx>');}function buildAccessKeySetupGuide(){const _0x3209c0=a6_0x3c83;return[_0x3209c0(0x179)+PRODUCT_CONFIG[_0x3209c0(0x188)]+':',USER_ACCESS_KEY_CREATE_URL,'Give\x20the\x20AccessKey\x20to\x20your\x20AI\x20Agent,\x20then\x20run:\x20'+CLI_BIN_NAME+_0x3209c0(0x180)][_0x3209c0(0x170)]('\x0a');}function canPromptForAccessKey(_0x287f85){const _0xbfb70a=a6_0x3c83;return!_0x287f85[_0xbfb70a(0x19e)]&&process[_0xbfb70a(0x1ae)]['isTTY']!==![]&&process[_0xbfb70a(0x162)]['isTTY']!==![];}function resolveAuthScopeFlags(_0x599af1){const _0x46a1a6=a6_0x3c83;return toScopeFlags(resolveConfigScope({'explicitGlobal':_0x599af1[_0x46a1a6(0x181)]('global'),'explicitProject':_0x599af1[_0x46a1a6(0x181)](_0x46a1a6(0x199)),'policy':_0x46a1a6(0x18d)}));}async function resolveAuthWriteInput(_0x47a169){const _0x49a43f=a6_0x3c83;let _0x579e28=(_0x47a169['str'](_0x49a43f(0x165))||_0x47a169[_0x49a43f(0x169)]('ak')||'')['trim']();const _0x474bae=(_0x47a169[_0x49a43f(0x169)]('env')||'')[_0x49a43f(0x16b)]();if(!_0x579e28&&canPromptForAccessKey(_0x47a169))try{showAccessKeyCreateHint(),_0x579e28=await promptAccessKey('');}catch(_0x1c4e4e){if(isAbortPrompt(_0x1c4e4e))throw CliErrors[_0x49a43f(0x19f)]();throw _0x1c4e4e;}if(!_0x579e28)throw CliErrors[_0x49a43f(0x195)](_0x49a43f(0x197),buildAccessKeySetupGuide());if(!ACCESS_KEY_PATTERN[_0x49a43f(0x176)](_0x579e28))throw CliErrors[_0x49a43f(0x195)](_0x49a43f(0x173)+_0x579e28+'\x22',_0x49a43f(0x19d));if(!_0x474bae)return{'accessKey':_0x579e28};const _0x4df959=normalizeEnv(_0x474bae);return{'accessKey':_0x579e28,'env':isDaily(_0x4df959)?_0x49a43f(0x1a2):isDev(_0x4df959)?_0x49a43f(0x17a):_0x49a43f(0x175)};}export const authDefinitions=[{'service':a6_0x4efe86(0x17c),'command':'login','description':a6_0x4efe86(0x167),'risk':a6_0x4efe86(0x1b7),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x4efe86(0x165),'type':a6_0x4efe86(0x18e),'description':'AccessKey\x20(ak_xxx...)'},{'name':'ak','type':'string','description':'Shorthand\x20for\x20--access-key'},{'name':'global','type':'boolean','description':a6_0x4efe86(0x18b),'default':!![]},{'name':a6_0x4efe86(0x199),'type':a6_0x4efe86(0x1b6),'description':'Write\x20to\x20project\x20config\x20instead\x20of\x20global\x20config','default':![]}],async 'execute'(_0x335ef8){const _0x40442a=a6_0x4efe86;if(_0x335ef8[_0x40442a(0x181)]('yes'))throw CliErrors[_0x40442a(0x195)]('`auth\x20login`\x20does\x20not\x20support\x20--yes.',_0x40442a(0x171)+CLI_BIN_NAME+_0x40442a(0x182)+CLI_BIN_NAME+_0x40442a(0x189));const _0x4eea0e=(_0x335ef8['str'](_0x40442a(0x165))||_0x335ef8[_0x40442a(0x169)]('ak')||'')[_0x40442a(0x16b)]();if(!_0x4eea0e&&_0x335ef8['nonInteractive'])return{'ok':!![],'message':buildAccessKeySetupGuide()};const _0x5c45ee=await resolveAuthWriteInput(_0x335ef8),_0x133c60=resolveAuthScopeFlags(_0x335ef8),_0x404510=readScopedConfig(_0x133c60);_0x404510['accessKey']=_0x5c45ee[_0x40442a(0x17f)];_0x5c45ee[_0x40442a(0x1b5)]&&(_0x404510['env']=_0x5c45ee[_0x40442a(0x1b5)]);writeScopedConfig(_0x404510,_0x133c60);const _0x1439d9=_0x133c60['global']?_0x40442a(0x178):_0x40442a(0x199),_0x3a7bb4=_0x404510[_0x40442a(0x1b5)]?'\x20Current\x20env:\x20'+_0x404510['env']+'.':'';return{'ok':!![],'message':_0x40442a(0x1a8)+_0x1439d9+_0x40442a(0x196)+_0x3a7bb4+_0x40442a(0x183)+CLI_BIN_NAME+'\x20auth\x20status'};}},{'service':a6_0x4efe86(0x17c),'command':'init','description':a6_0x4efe86(0x1b0),'risk':a6_0x4efe86(0x1b7),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x4efe86(0x165),'type':a6_0x4efe86(0x18e),'description':'AccessKey\x20(ak_xxx...)'},{'name':'ak','type':a6_0x4efe86(0x18e),'description':'Shorthand\x20for\x20--access-key'},{'name':a6_0x4efe86(0x1b5),'type':a6_0x4efe86(0x18e),'description':a6_0x4efe86(0x18a)},{'name':a6_0x4efe86(0x178),'type':'boolean','description':a6_0x4efe86(0x18b),'default':!![]},{'name':a6_0x4efe86(0x199),'type':a6_0x4efe86(0x1b6),'description':a6_0x4efe86(0x1ab),'default':![]}],async 'execute'(_0x5cd916){const _0x15fe40=a6_0x4efe86,_0x58e555=await resolveAuthWriteInput(_0x5cd916),_0x596499=resolveAuthScopeFlags(_0x5cd916),_0x27ac32={'accessKey':_0x58e555[_0x15fe40(0x17f)]};_0x58e555[_0x15fe40(0x1b5)]&&(_0x27ac32[_0x15fe40(0x1b5)]=_0x58e555[_0x15fe40(0x1b5)]);writeScopedConfig(_0x27ac32,_0x596499);const _0x4df815=_0x596499['global']?_0x15fe40(0x178):_0x15fe40(0x199),_0x350aa6=_0x27ac32[_0x15fe40(0x1b5)]?_0x15fe40(0x16d)+_0x27ac32[_0x15fe40(0x1b5)]+'.':'';return{'ok':!![],'message':_0x15fe40(0x1b3)+_0x4df815+_0x15fe40(0x184)+_0x350aa6+'\x20Verify:\x20'+CLI_BIN_NAME+_0x15fe40(0x174)};}},{'service':'auth','command':a6_0x4efe86(0x1ad),'description':a6_0x4efe86(0x198),'risk':a6_0x4efe86(0x1b7),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':a6_0x4efe86(0x178),'type':a6_0x4efe86(0x1b6),'description':a6_0x4efe86(0x16c),'default':!![]},{'name':a6_0x4efe86(0x199),'type':a6_0x4efe86(0x1b6),'description':'Clear\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','default':![]}],async 'execute'(_0xa90dcd){const _0x964727=a6_0x4efe86,_0x404506=resolveAuthScopeFlags(_0xa90dcd),_0x221bae=readScopedConfig(_0x404506),_0x22b97a=!!_0x221bae[_0x964727(0x17f)];delete _0x221bae[_0x964727(0x17f)],writeScopedConfig(_0x221bae,_0x404506);const _0x54d7a5=_0x404506['global']?'global':_0x964727(0x199);if(_0x22b97a)return{'ok':!![],'message':_0x964727(0x1a7)+_0x54d7a5+_0x964727(0x196)};return{'ok':!![],'message':_0x964727(0x18f)+_0x54d7a5+_0x964727(0x1b2)};}},{'service':'auth','command':a6_0x4efe86(0x1b1),'description':a6_0x4efe86(0x1af),'risk':a6_0x4efe86(0x1a5),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[{'name':'global','type':'boolean','description':a6_0x4efe86(0x191),'default':!![]},{'name':a6_0x4efe86(0x199),'type':a6_0x4efe86(0x1b6),'description':'Read\x20from\x20project\x20config\x20instead\x20of\x20global\x20config','default':![]}],async 'execute'(_0x750da7){const _0x1016cd=a6_0x4efe86,_0x362b8f=resolveAuthScopeFlags(_0x750da7),_0x1c634a=readScopedConfig(_0x362b8f),_0x37d87a=productEnvName('ACCESS_KEY'),_0x15125f=productEnv(_0x1016cd(0x168))||undefined,_0x38863d=_0x1c634a[_0x1016cd(0x17f)]||undefined,_0xe6c500=_0x15125f||_0x38863d,_0x46b1d6=_0x15125f?_0x37d87a+_0x1016cd(0x16a):_0x38863d?(_0x362b8f[_0x1016cd(0x178)]?_0x1016cd(0x178):_0x1016cd(0x199))+_0x1016cd(0x1b4):null,_0xcb8a2e=[_0x1016cd(0x1aa)+AUTH_MODE['ClientAk']];if(_0xe6c500){const _0x354e48=_0xe6c500[_0x1016cd(0x194)]>0x8?''+_0xe6c500[_0x1016cd(0x177)](0x0,0x8)+'*'[_0x1016cd(0x1a4)](_0xe6c500[_0x1016cd(0x194)]-0x8):_0xe6c500;_0xcb8a2e[_0x1016cd(0x1a0)](_0x1016cd(0x1a6)+_0x354e48+(_0x46b1d6?'\x20(via\x20'+_0x46b1d6+')':''));}return!_0xe6c500&&(_0xcb8a2e['push'](''),_0xcb8a2e[_0x1016cd(0x1a0)]('No\x20credentials\x20found.\x20Configure\x20one\x20of\x20the\x20options\x20below:'),_0xcb8a2e[_0x1016cd(0x1a0)](''),_0xcb8a2e['push'](_0x1016cd(0x166)+CLI_BIN_NAME+_0x1016cd(0x185)),_0xcb8a2e[_0x1016cd(0x1a0)](''),_0xcb8a2e[_0x1016cd(0x1a0)](_0x1016cd(0x19b)+PRODUCT_CONFIG[_0x1016cd(0x17e)]+')'),_0xcb8a2e['push']('{\x20\x22accessKey\x22:\x20\x22ak_xxx\x22\x20}'),_0xcb8a2e[_0x1016cd(0x1a0)](''),_0xcb8a2e[_0x1016cd(0x1a0)](_0x1016cd(0x164)),_0xcb8a2e['push'](_0x1016cd(0x1a1)+_0x37d87a+'=ak_xxx'),_0xcb8a2e[_0x1016cd(0x1a0)](''),_0xcb8a2e['push'](_0x1016cd(0x1a3)+CLI_BIN_NAME+_0x1016cd(0x174)),_0xcb8a2e[_0x1016cd(0x1a0)](_0x1016cd(0x17d)+CLI_BIN_NAME+'\x20doctor')),{'ok':!![],'message':_0xcb8a2e['join']('\x0a')};}},{'service':'auth','command':'info','description':a6_0x4efe86(0x17b),'risk':'read','requiresAuth':!![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x177028){const _0xe58dbb=a6_0x4efe86,_0x3eadc8=await getLoginUserInfo();return{'ok':!![],'data':{'user':_0x3eadc8,'meta':{'env':_0x177028[_0xe58dbb(0x16e)]??_0xe58dbb(0x175)}}};}}];
@@ -1 +1 @@
1
- (function(_0x2717ad,_0x2fbd4c){const _0x5858d9=a7_0x382a,_0x405302=_0x2717ad();while(!![]){try{const _0x5a5d3d=parseInt(_0x5858d9(0xb0))/0x1+parseInt(_0x5858d9(0xb3))/0x2+-parseInt(_0x5858d9(0xba))/0x3*(-parseInt(_0x5858d9(0xbb))/0x4)+parseInt(_0x5858d9(0xac))/0x5+parseInt(_0x5858d9(0xb7))/0x6*(parseInt(_0x5858d9(0xb1))/0x7)+parseInt(_0x5858d9(0xad))/0x8*(-parseInt(_0x5858d9(0xa6))/0x9)+-parseInt(_0x5858d9(0xb4))/0xa;if(_0x5a5d3d===_0x2fbd4c)break;else _0x405302['push'](_0x405302['shift']());}catch(_0x171a9f){_0x405302['push'](_0x405302['shift']());}}}(a7_0x5ea5,0x80977));import{createInterface}from'node:readline';function a7_0x382a(_0x3df0de,_0x611ff4){_0x3df0de=_0x3df0de-0xa4;const _0x5ea587=a7_0x5ea5();let _0x382af2=_0x5ea587[_0x3df0de];return _0x382af2;}function a7_0x5ea5(){const _0x4fac4c=['2348ZAnLkN','close','race','27uuOLxy','AbortPrompt','stdin','SIGINT','stdout','trim','3681555wgJKtV','2499656bJmRpB','AccessKey\x20(','question','264996Uqkqsp','21tlZqgI','User\x20aborted\x20prompt','1874366HZpLdp','9143740lfddue','):\x20','name','141486VRvQQa','AccessKey\x20(paste\x20ak_...):\x20','removeListener','1887FhAiti'];a7_0x5ea5=function(){return _0x4fac4c;};return a7_0x5ea5();}class AbortPrompt extends Error{constructor(){const _0x2deffb=a7_0x382a;super(_0x2deffb(0xb2)),this[_0x2deffb(0xb6)]=_0x2deffb(0xa7);}}function createSafeRl(){const _0x5cc393=a7_0x382a,_0x3f14c2=createInterface({'input':process[_0x5cc393(0xa8)],'output':process[_0x5cc393(0xaa)]});let _0x3fe880;const _0x443cb7=new Promise((_0x521b38,_0x15c9d7)=>{_0x3fe880=()=>{const _0x3f56b0=a7_0x382a;_0x3fe880&&(_0x3f14c2[_0x3f56b0(0xb9)](_0x3f56b0(0xa9),_0x3fe880),_0x3fe880=undefined);try{_0x3f14c2[_0x3f56b0(0xa4)]();}catch{}_0x15c9d7(new AbortPrompt());},_0x3f14c2['once']('SIGINT',_0x3fe880);}),_0x26a21e=()=>{const _0x302ebf=_0x5cc393;_0x3fe880&&(_0x3f14c2[_0x302ebf(0xb9)](_0x302ebf(0xa9),_0x3fe880),_0x3fe880=undefined);try{_0x3f14c2[_0x302ebf(0xa4)]();}catch{}};return{'rl':_0x3f14c2,'abortPromise':_0x443cb7,'disposeSuccess':_0x26a21e};}export async function promptAccessKey(_0x1d58ef=''){const _0xc5fb9c=a7_0x382a,{rl:_0x2a8944,abortPromise:_0x16de69,disposeSuccess:_0x109f11}=createSafeRl(),_0x513aeb=new Promise(_0x18e481=>{const _0x153148=a7_0x382a,_0x31df4e=_0x1d58ef?_0x153148(0xae)+_0x1d58ef+_0x153148(0xb5):_0x153148(0xb8);_0x2a8944[_0x153148(0xaf)](_0x31df4e,_0x4dc722=>{const _0x59fea6=_0x153148;_0x109f11(),_0x18e481(_0x4dc722[_0x59fea6(0xab)]()||_0x1d58ef);});});return Promise[_0xc5fb9c(0xa5)]([_0x513aeb,_0x16de69]);}export function isAbortPrompt(_0x4449be){const _0x46d425=a7_0x382a;return _0x4449be instanceof Error&&_0x4449be[_0x46d425(0xb6)]===_0x46d425(0xa7);}
1
+ (function(_0x2ef1b8,_0x2ca854){const _0x46a63f=a7_0x4310,_0x51a218=_0x2ef1b8();while(!![]){try{const _0x1e4939=parseInt(_0x46a63f(0x7a))/0x1+parseInt(_0x46a63f(0x87))/0x2+parseInt(_0x46a63f(0x79))/0x3+-parseInt(_0x46a63f(0x83))/0x4*(-parseInt(_0x46a63f(0x8c))/0x5)+-parseInt(_0x46a63f(0x86))/0x6*(-parseInt(_0x46a63f(0x7d))/0x7)+-parseInt(_0x46a63f(0x85))/0x8*(-parseInt(_0x46a63f(0x76))/0x9)+-parseInt(_0x46a63f(0x89))/0xa*(parseInt(_0x46a63f(0x77))/0xb);if(_0x1e4939===_0x2ca854)break;else _0x51a218['push'](_0x51a218['shift']());}catch(_0x114189){_0x51a218['push'](_0x51a218['shift']());}}}(a7_0x207f,0x7414f));import{createInterface}from'node:readline';function a7_0x4310(_0x1d46f6,_0xc23710){_0x1d46f6=_0x1d46f6-0x75;const _0x207f38=a7_0x207f();let _0x431047=_0x207f38[_0x1d46f6];return _0x431047;}class AbortPrompt extends Error{constructor(){const _0x76b82=a7_0x4310;super(_0x76b82(0x78)),this[_0x76b82(0x8a)]=_0x76b82(0x7e);}}function createSafeRl(){const _0x5c2e04=a7_0x4310,_0x343da2=createInterface({'input':process[_0x5c2e04(0x84)],'output':process[_0x5c2e04(0x7c)]});let _0x711e68;const _0xa29f09=new Promise((_0x585a39,_0x5ba3eb)=>{const _0x37d2c8=_0x5c2e04;_0x711e68=()=>{const _0x564874=a7_0x4310;_0x711e68&&(_0x343da2[_0x564874(0x80)]('SIGINT',_0x711e68),_0x711e68=undefined);try{_0x343da2[_0x564874(0x7b)]();}catch{}_0x5ba3eb(new AbortPrompt());},_0x343da2[_0x37d2c8(0x7f)](_0x37d2c8(0x82),_0x711e68);}),_0x869afe=()=>{const _0x351b19=_0x5c2e04;_0x711e68&&(_0x343da2[_0x351b19(0x80)](_0x351b19(0x82),_0x711e68),_0x711e68=undefined);try{_0x343da2['close']();}catch{}};return{'rl':_0x343da2,'abortPromise':_0xa29f09,'disposeSuccess':_0x869afe};}function a7_0x207f(){const _0x331258=['146899IHolII','close','stdout','196xTbCXQ','AbortPrompt','once','removeListener','trim','SIGINT','64LBIvxj','stdin','229136ZEfXyU','51048WSATCm','807670VBCHEL','question','3664520HYsULK','name','AccessKey\x20(paste\x20ak_...):\x20','17015aPkHfg','AccessKey\x20(','):\x20','9afeJjy','22WrsTkb','User\x20aborted\x20prompt','1008981aTrNBz'];a7_0x207f=function(){return _0x331258;};return a7_0x207f();}export async function promptAccessKey(_0x1ddfab=''){const {rl:_0x26bef1,abortPromise:_0x44730c,disposeSuccess:_0x3a6ece}=createSafeRl(),_0x7b8f2f=new Promise(_0x537fc9=>{const _0x404b66=a7_0x4310,_0x232027=_0x1ddfab?_0x404b66(0x8d)+_0x1ddfab+_0x404b66(0x75):_0x404b66(0x8b);_0x26bef1[_0x404b66(0x88)](_0x232027,_0x11518e=>{const _0x236faf=_0x404b66;_0x3a6ece(),_0x537fc9(_0x11518e[_0x236faf(0x81)]()||_0x1ddfab);});});return Promise['race']([_0x7b8f2f,_0x44730c]);}export function isAbortPrompt(_0x13b9bb){return _0x13b9bb instanceof Error&&_0x13b9bb['name']==='AbortPrompt';}
@@ -1 +1 @@
1
- const a8_0x57d7d0=a8_0xcba1;(function(_0x58cf1d,_0x3fce23){const _0x4a80c6=a8_0xcba1,_0x5f3d88=_0x58cf1d();while(!![]){try{const _0x3730cf=-parseInt(_0x4a80c6(0x17b))/0x1+-parseInt(_0x4a80c6(0x181))/0x2*(-parseInt(_0x4a80c6(0x171))/0x3)+parseInt(_0x4a80c6(0x175))/0x4*(parseInt(_0x4a80c6(0x17a))/0x5)+parseInt(_0x4a80c6(0x178))/0x6*(-parseInt(_0x4a80c6(0x17c))/0x7)+-parseInt(_0x4a80c6(0x16a))/0x8*(parseInt(_0x4a80c6(0x16b))/0x9)+-parseInt(_0x4a80c6(0x173))/0xa+-parseInt(_0x4a80c6(0x17e))/0xb*(-parseInt(_0x4a80c6(0x169))/0xc);if(_0x3730cf===_0x3fce23)break;else _0x5f3d88['push'](_0x5f3d88['shift']());}catch(_0x583b6f){_0x5f3d88['push'](_0x5f3d88['shift']());}}}(a8_0x6ae4,0xc57f5));function a8_0x6ae4(){const _0x23a93b=['1422868PgLwbd','functionName','verbose','4815084iDXRaZ','detail','20xyLUkw','544963llHtrQ','7RUnBKa','createdTime','9988990IFgdiG','updatedTime','Get\x20BFF\x20script\x20details\x20by\x20ID','54UpIlnW','24hDqXgy','138728RuehOU','657fmTpiZ','read','scriptType','(none)','appCode','bool','138594ULREvC','bff','10640750SgDNoC','num'];a8_0x6ae4=function(){return _0x23a93b;};return a8_0x6ae4();}import{getBffScriptInfo}from'../../core/api-client.js';function a8_0xcba1(_0x4f9fb3,_0x48ea19){_0x4f9fb3=_0x4f9fb3-0x169;const _0x6ae423=a8_0x6ae4();let _0xcba138=_0x6ae423[_0x4f9fb3];return _0xcba138;}import{ID_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';export const bffDetail={'service':a8_0x57d7d0(0x172),'command':a8_0x57d7d0(0x179),'description':a8_0x57d7d0(0x180),'risk':a8_0x57d7d0(0x16c),'flags':[{...ID_FLAG,'description':'Script\x20ID'},VERBOSE_FLAG],async 'execute'(_0x8e88b5){const _0x12571a=a8_0x57d7d0,_0x35e133=await getBffScriptInfo(_0x8e88b5[_0x12571a(0x174)]('id')),_0x9da9a1=_0x8e88b5[_0x12571a(0x170)](_0x12571a(0x177));if(_0x9da9a1)return{'ok':!![],'data':_0x35e133};return{'ok':!![],'data':{'id':_0x35e133['id'],'appCode':_0x35e133[_0x12571a(0x16f)],'functionName':_0x35e133[_0x12571a(0x176)]??'','scriptType':_0x35e133[_0x12571a(0x16d)],'description':_0x35e133['description']||_0x12571a(0x16e),'createdTime':_0x35e133[_0x12571a(0x17d)]??'','updatedTime':_0x35e133[_0x12571a(0x17f)]??''}};}};
1
+ const a8_0x438bd1=a8_0x44ec;function a8_0x44ec(_0x1ad201,_0x14d7fc){_0x1ad201=_0x1ad201-0x1a5;const _0x290e06=a8_0x290e();let _0x44ec15=_0x290e06[_0x1ad201];return _0x44ec15;}(function(_0x57b98f,_0x3d1a65){const _0x37cd78=a8_0x44ec,_0x4dab49=_0x57b98f();while(!![]){try{const _0x474cee=parseInt(_0x37cd78(0x1b1))/0x1*(parseInt(_0x37cd78(0x1b0))/0x2)+parseInt(_0x37cd78(0x1ac))/0x3*(parseInt(_0x37cd78(0x1bd))/0x4)+-parseInt(_0x37cd78(0x1a5))/0x5*(parseInt(_0x37cd78(0x1a7))/0x6)+parseInt(_0x37cd78(0x1ae))/0x7+-parseInt(_0x37cd78(0x1b5))/0x8+parseInt(_0x37cd78(0x1b8))/0x9+-parseInt(_0x37cd78(0x1ba))/0xa*(parseInt(_0x37cd78(0x1a6))/0xb);if(_0x474cee===_0x3d1a65)break;else _0x4dab49['push'](_0x4dab49['shift']());}catch(_0xbd92c5){_0x4dab49['push'](_0x4dab49['shift']());}}}(a8_0x290e,0x23cc5));import{getBffScriptInfo}from'../../core/api-client.js';function a8_0x290e(){const _0x336ede=['bff','description','15IhrcOE','(none)','1951180gNKdPy','bool','508940jmUMgO','1aGxRZD','createdTime','scriptType','read','1075696XMoAjj','detail','Script\x20ID','2475108NWOpER','appCode','120fLZdIn','Get\x20BFF\x20script\x20details\x20by\x20ID','num','195540HatcJI','5stGdYw','662684ReWlVx','291768MRVOkB','updatedTime','verbose'];a8_0x290e=function(){return _0x336ede;};return a8_0x290e();}import{ID_FLAG,VERBOSE_FLAG}from'../../commands/common/flags.js';export const bffDetail={'service':a8_0x438bd1(0x1aa),'command':a8_0x438bd1(0x1b6),'description':a8_0x438bd1(0x1bb),'risk':a8_0x438bd1(0x1b4),'flags':[{...ID_FLAG,'description':a8_0x438bd1(0x1b7)},VERBOSE_FLAG],async 'execute'(_0x3f0a70){const _0x27d14d=a8_0x438bd1,_0x25f31d=await getBffScriptInfo(_0x3f0a70[_0x27d14d(0x1bc)]('id')),_0x20bb28=_0x3f0a70[_0x27d14d(0x1af)](_0x27d14d(0x1a9));if(_0x20bb28)return{'ok':!![],'data':_0x25f31d};return{'ok':!![],'data':{'id':_0x25f31d['id'],'appCode':_0x25f31d[_0x27d14d(0x1b9)],'functionName':_0x25f31d['functionName']??'','scriptType':_0x25f31d[_0x27d14d(0x1b3)],'description':_0x25f31d[_0x27d14d(0x1ab)]||_0x27d14d(0x1ad),'createdTime':_0x25f31d[_0x27d14d(0x1b2)]??'','updatedTime':_0x25f31d[_0x27d14d(0x1a8)]??''}};}};
@@ -1 +1 @@
1
- function a9_0x24d0(_0x31b61e,_0x1ea93a){_0x31b61e=_0x31b61e-0x99;const _0xc340df=a9_0xc340();let _0x24d01b=_0xc340df[_0x31b61e];return _0x24d01b;}const a9_0x925783=a9_0x24d0;(function(_0x174e4e,_0x1601af){const _0x5d4cdc=a9_0x24d0,_0x343c69=_0x174e4e();while(!![]){try{const _0x503ab1=-parseInt(_0x5d4cdc(0xa6))/0x1+-parseInt(_0x5d4cdc(0x9e))/0x2+-parseInt(_0x5d4cdc(0xa8))/0x3+parseInt(_0x5d4cdc(0xa4))/0x4*(parseInt(_0x5d4cdc(0x9f))/0x5)+-parseInt(_0x5d4cdc(0xa9))/0x6*(parseInt(_0x5d4cdc(0xa0))/0x7)+-parseInt(_0x5d4cdc(0x9a))/0x8+parseInt(_0x5d4cdc(0xa7))/0x9;if(_0x503ab1===_0x1601af)break;else _0x343c69['push'](_0x343c69['shift']());}catch(_0x4e3e09){_0x343c69['push'](_0x343c69['shift']());}}}(a9_0xc340,0x75252));import{executeSdkBff}from'../../core/sdk-client.js';import{parseJsonParams}from'../../utils/params.js';function a9_0xc340(){const _0x3f6723=['BFF\x20function\x20name\x20to\x20execute','7176464bSfCqV','name','BFF\x20executed\x20in\x20','str','1471446RcmAKl','505415DGwiYq','56DLozUd','bff','params','now','8ZrIENt','read','94890CfVXAv','32941485ZYwquC','2755566WcogZw','552234pTfsmM','Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','exec'];a9_0xc340=function(){return _0x3f6723;};return a9_0xc340();}import{NAME_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';export const bffExec={'service':a9_0x925783(0xa1),'command':a9_0x925783(0xab),'description':a9_0x925783(0xaa),'risk':a9_0x925783(0xa5),'flags':[{...NAME_FLAG,'required':!![],'description':a9_0x925783(0x99)},PARAMS_FLAG],async 'execute'(_0x51c1d2){const _0x55b2c1=a9_0x925783,_0x187e51=parseJsonParams(_0x51c1d2[_0x55b2c1(0x9d)](_0x55b2c1(0xa2))),_0x9aed76=Date['now'](),_0x529f94=await executeSdkBff(_0x51c1d2[_0x55b2c1(0x9d)](_0x55b2c1(0x9b)),_0x187e51),_0x2d4288=Date[_0x55b2c1(0xa3)]()-_0x9aed76;return{'ok':!![],'data':{'result':_0x529f94,'elapsed':_0x2d4288},'message':_0x55b2c1(0x9c)+_0x2d4288+'ms'};}};
1
+ const a9_0x13254b=a9_0x77e2;function a9_0x903c(){const _0x481487=['222884EFuyOq','exec','str','800416lfFXrQ','2216304dXNEWF','bff','now','99JEYDtP','read','6RRdemR','122172gFpzeY','977144uBeZjR','BFF\x20executed\x20in\x20','4633665MEhdiw','176078GJRhzy','params'];a9_0x903c=function(){return _0x481487;};return a9_0x903c();}(function(_0x2c8990,_0x53415d){const _0x3bf1cf=a9_0x77e2,_0x357cfc=_0x2c8990();while(!![]){try{const _0x37b5e3=-parseInt(_0x3bf1cf(0xc9))/0x1+parseInt(_0x3bf1cf(0xcf))/0x2+parseInt(_0x3bf1cf(0xd3))/0x3+parseInt(_0x3bf1cf(0xd2))/0x4+parseInt(_0x3bf1cf(0xcc))/0x5+-parseInt(_0x3bf1cf(0xc8))/0x6*(-parseInt(_0x3bf1cf(0xcd))/0x7)+-parseInt(_0x3bf1cf(0xca))/0x8*(parseInt(_0x3bf1cf(0xc6))/0x9);if(_0x37b5e3===_0x53415d)break;else _0x357cfc['push'](_0x357cfc['shift']());}catch(_0x16e8ce){_0x357cfc['push'](_0x357cfc['shift']());}}}(a9_0x903c,0x82f88));import{executeSdkBff}from'../../core/sdk-client.js';import{parseJsonParams}from'../../utils/params.js';function a9_0x77e2(_0x980753,_0xb9c15c){_0x980753=_0x980753-0xc4;const _0x903c6e=a9_0x903c();let _0x77e296=_0x903c6e[_0x980753];return _0x77e296;}import{NAME_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';export const bffExec={'service':a9_0x13254b(0xc4),'command':a9_0x13254b(0xd0),'description':'Execute\x20a\x20BFF\x20script\x20by\x20function\x20name','risk':a9_0x13254b(0xc7),'flags':[{...NAME_FLAG,'required':!![],'description':'BFF\x20function\x20name\x20to\x20execute'},PARAMS_FLAG],async 'execute'(_0x55d8f1){const _0x2cd197=a9_0x13254b,_0x11892f=parseJsonParams(_0x55d8f1[_0x2cd197(0xd1)](_0x2cd197(0xce))),_0x2caa6d=Date[_0x2cd197(0xc5)](),_0x44d5b2=await executeSdkBff(_0x55d8f1[_0x2cd197(0xd1)]('name'),_0x11892f),_0x33a8e3=Date[_0x2cd197(0xc5)]()-_0x2caa6d;return{'ok':!![],'data':{'result':_0x44d5b2,'elapsed':_0x33a8e3},'message':_0x2cd197(0xcb)+_0x33a8e3+'ms'};}};
@@ -1 +1 @@
1
- function a10_0x443c(_0x3ed0f6,_0x42d264){_0x3ed0f6=_0x3ed0f6-0x114;const _0x53d2bb=a10_0x53d2();let _0x443c5e=_0x53d2bb[_0x3ed0f6];return _0x443c5e;}function a10_0x53d2(){const _0x1fe86b=['6801828SYJIJE','88324xLBPkT','8712HAzhVC','44360TFNRfa','275ZqntBc','10955zdsqpC','3kjPiMa','5520FvCIJC','1268470txJzEg','431675yqVYGY','3128544BQUQzi'];a10_0x53d2=function(){return _0x1fe86b;};return a10_0x53d2();}(function(_0x27155d,_0x2e2a42){const _0x2e53df=a10_0x443c,_0x2e0780=_0x27155d();while(!![]){try{const _0x301bd4=parseInt(_0x2e53df(0x114))/0x1+parseInt(_0x2e53df(0x11e))/0x2*(parseInt(_0x2e53df(0x11c))/0x3)+-parseInt(_0x2e53df(0x117))/0x4*(-parseInt(_0x2e53df(0x11a))/0x5)+parseInt(_0x2e53df(0x116))/0x6+-parseInt(_0x2e53df(0x11b))/0x7*(-parseInt(_0x2e53df(0x11d))/0x8)+-parseInt(_0x2e53df(0x115))/0x9+-parseInt(_0x2e53df(0x119))/0xa*(parseInt(_0x2e53df(0x118))/0xb);if(_0x301bd4===_0x2e2a42)break;else _0x2e0780['push'](_0x2e0780['shift']());}catch(_0x6240b7){_0x2e0780['push'](_0x2e0780['shift']());}}}(a10_0x53d2,0x9a85d));import{bffDetail}from'../../commands/bff/detail.js';import{bffExec}from'../../commands/bff/exec.js';export const bffDefinitions=[bffDetail,bffExec];
1
+ (function(_0x37c408,_0x1a39f0){const _0x43ae9c=a10_0xe451,_0x245dbc=_0x37c408();while(!![]){try{const _0x1b66e1=parseInt(_0x43ae9c(0x1d8))/0x1+parseInt(_0x43ae9c(0x1d7))/0x2*(parseInt(_0x43ae9c(0x1d6))/0x3)+parseInt(_0x43ae9c(0x1cf))/0x4*(-parseInt(_0x43ae9c(0x1d0))/0x5)+-parseInt(_0x43ae9c(0x1d4))/0x6+parseInt(_0x43ae9c(0x1d3))/0x7*(-parseInt(_0x43ae9c(0x1d5))/0x8)+-parseInt(_0x43ae9c(0x1d2))/0x9*(-parseInt(_0x43ae9c(0x1d1))/0xa)+parseInt(_0x43ae9c(0x1d9))/0xb;if(_0x1b66e1===_0x1a39f0)break;else _0x245dbc['push'](_0x245dbc['shift']());}catch(_0xae3d6a){_0x245dbc['push'](_0x245dbc['shift']());}}}(a10_0x5392,0x3a4a3));import{bffDetail}from'../../commands/bff/detail.js';import{bffExec}from'../../commands/bff/exec.js';export const bffDefinitions=[bffDetail,bffExec];function a10_0xe451(_0x402551,_0xc57bbc){_0x402551=_0x402551-0x1cf;const _0x5392c6=a10_0x5392();let _0xe451d1=_0x5392c6[_0x402551];return _0xe451d1;}function a10_0x5392(){const _0x4b4f23=['57931XGinBE','4040597llTJjn','20DcuWoQ','405070yvFQBh','4231210KSgnlz','9MOpxqG','14BTcKrL','2106420UREiWL','117328PQvJSP','153olGkOo','6896mrKIrt'];a10_0x5392=function(){return _0x4b4f23;};return a10_0x5392();}
@@ -1 +1 @@
1
- (function(_0x4f760b,_0x2aeb9a){const _0x2cf95f=a11_0x50be,_0x5d3aac=_0x4f760b();while(!![]){try{const _0x424c3e=parseInt(_0x2cf95f(0x162))/0x1+parseInt(_0x2cf95f(0x167))/0x2*(-parseInt(_0x2cf95f(0x170))/0x3)+-parseInt(_0x2cf95f(0x16c))/0x4*(parseInt(_0x2cf95f(0x169))/0x5)+-parseInt(_0x2cf95f(0x168))/0x6*(-parseInt(_0x2cf95f(0x164))/0x7)+parseInt(_0x2cf95f(0x15e))/0x8*(parseInt(_0x2cf95f(0x16e))/0x9)+parseInt(_0x2cf95f(0x16d))/0xa+-parseInt(_0x2cf95f(0x15b))/0xb;if(_0x424c3e===_0x2aeb9a)break;else _0x5d3aac['push'](_0x5d3aac['shift']());}catch(_0x2a3cbb){_0x5d3aac['push'](_0x5d3aac['shift']());}}}(a11_0x4b0d,0x64267));import{CLI_BIN_NAME}from'../../constant/cli.js';import{PRODUCT_CONFIG}from'../../constant/product.js';function a11_0x4b0d(){const _0x5803ae=['inProject','project','702986aINhZJ','newConfigFileName','17087ObEUzJ','Use\x20only\x20one\x20config\x20scope\x20flag.','project-or-global-explicit','202cjXicK','612kWzDfK','2971365onqlGC','Not\x20inside\x20a\x20project\x20(no\x20','Add\x20--global\x20to\x20write\x20to\x20~/','4FIQViP','7353050buQiFb','9yDXgHI','validation','6867MdIrmH','\x20init`\x20first.','5251279xFJQxK',',\x20or\x20run\x20`','global','206344rztoFd','\x20(global)'];a11_0x4b0d=function(){return _0x5803ae;};return a11_0x4b0d();}function a11_0x50be(_0x3d87a2,_0x309c7d){_0x3d87a2=_0x3d87a2-0x15b;const _0x4b0d3d=a11_0x4b0d();let _0x50be26=_0x4b0d3d[_0x3d87a2];return _0x50be26;}export{DEFAULT_APP_PROFILE_NAME,DEFAULT_CONFIG_VALUES}from'../../constant/defaults.js';export{RUNTIME_ENV_VALUES}from'../../constant/env.js';export{OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{isInProject}from'../../context.js';import{CliErrors}from'../../errors.js';export{buildAppProfileListFields,CONFIG_ENUM_VALUES,IMPORTABLE_RUNTIME_CONFIG_KEYS,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getConfigDefaultValue,getConfigEnumValues,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isLegacyCompatConfigKey,isTopLevelConfigKey}from'../../config/schema.js';export function resolveConfigScope(_0xeaf583){const _0x1add72=a11_0x50be,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x45cb70}=_0xeaf583;if(explicitGlobal&&explicitProject)throw CliErrors[_0x1add72(0x16f)]('Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.',_0x1add72(0x165));if(explicitGlobal)return _0x1add72(0x15d);if(explicitProject)return _0x1add72(0x161);switch(_0x45cb70){case'global-default':return'global';case'project-default':return _0xeaf583[_0x1add72(0x160)]??isInProject()?_0x1add72(0x161):_0x1add72(0x15d);case _0x1add72(0x166):if(!(_0xeaf583[_0x1add72(0x160)]??isInProject()))throw CliErrors[_0x1add72(0x16f)](_0x1add72(0x16a)+PRODUCT_CONFIG['newConfigFileName']+'\x20found).',_0x1add72(0x16b)+PRODUCT_CONFIG[_0x1add72(0x163)]+_0x1add72(0x15c)+CLI_BIN_NAME+_0x1add72(0x171));return _0x1add72(0x161);}}export function toScopeFlags(_0x197cb9){return{'global':_0x197cb9==='global'};}export function formatScopeLabel(_0x2cfcbf){const _0x50d329=a11_0x50be;return _0x2cfcbf===_0x50d329(0x15d)?_0x50d329(0x15f):'';}
1
+ (function(_0x5a67a7,_0x41bbd1){const _0x58da30=a11_0xfaa0,_0x5f43e9=_0x5a67a7();while(!![]){try{const _0x12fd69=parseInt(_0x58da30(0x110))/0x1*(-parseInt(_0x58da30(0x11a))/0x2)+-parseInt(_0x58da30(0x123))/0x3+-parseInt(_0x58da30(0x112))/0x4*(-parseInt(_0x58da30(0x114))/0x5)+-parseInt(_0x58da30(0x115))/0x6+-parseInt(_0x58da30(0x117))/0x7+parseInt(_0x58da30(0x122))/0x8*(parseInt(_0x58da30(0x11f))/0x9)+-parseInt(_0x58da30(0x128))/0xa*(-parseInt(_0x58da30(0x125))/0xb);if(_0x12fd69===_0x41bbd1)break;else _0x5f43e9['push'](_0x5f43e9['shift']());}catch(_0xa45593){_0x5f43e9['push'](_0x5f43e9['shift']());}}}(a11_0x361e,0x48e82));import{CLI_BIN_NAME}from'../../constant/cli.js';import{PRODUCT_CONFIG}from'../../constant/product.js';export{DEFAULT_APP_PROFILE_NAME,DEFAULT_CONFIG_VALUES}from'../../constant/defaults.js';export{RUNTIME_ENV_VALUES}from'../../constant/env.js';export{OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{isInProject}from'../../context.js';function a11_0xfaa0(_0x5ee4b2,_0xe79536){_0x5ee4b2=_0x5ee4b2-0x110;const _0x361e3a=a11_0x361e();let _0xfaa002=_0x361e3a[_0x5ee4b2];return _0xfaa002;}import{CliErrors}from'../../errors.js';export{buildAppProfileListFields,CONFIG_ENUM_VALUES,IMPORTABLE_RUNTIME_CONFIG_KEYS,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getConfigDefaultValue,getConfigEnumValues,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isLegacyCompatConfigKey,isTopLevelConfigKey}from'../../config/schema.js';export function resolveConfigScope(_0x229420){const _0x1fa735=a11_0xfaa0,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x3fa3ed}=_0x229420;if(explicitGlobal&&explicitProject)throw CliErrors[_0x1fa735(0x11c)](_0x1fa735(0x11b),_0x1fa735(0x116));if(explicitGlobal)return _0x1fa735(0x119);if(explicitProject)return'project';switch(_0x3fa3ed){case _0x1fa735(0x126):return _0x1fa735(0x119);case _0x1fa735(0x120):return _0x229420[_0x1fa735(0x113)]??isInProject()?_0x1fa735(0x111):_0x1fa735(0x119);case _0x1fa735(0x11e):if(!(_0x229420[_0x1fa735(0x113)]??isInProject()))throw CliErrors[_0x1fa735(0x11c)]('Not\x20inside\x20a\x20project\x20(no\x20'+PRODUCT_CONFIG[_0x1fa735(0x124)]+_0x1fa735(0x11d),_0x1fa735(0x129)+PRODUCT_CONFIG['newConfigFileName']+_0x1fa735(0x118)+CLI_BIN_NAME+_0x1fa735(0x121));return _0x1fa735(0x111);}}export function toScopeFlags(_0x377106){const _0x362c91=a11_0xfaa0;return{'global':_0x377106===_0x362c91(0x119)};}function a11_0x361e(){const _0x163e8f=['2mJahvU','Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.','validation','\x20found).','project-or-global-explicit','147465NnngcT','project-default','\x20init`\x20first.','8NqhRpX','1707411nmBGVC','newConfigFileName','132rfTFVw','global-default','\x20(global)','948650NxeYYg','Add\x20--global\x20to\x20write\x20to\x20~/','18212cBTXpV','project','4ffESrG','inProject','2977745OSQhcm','2406906wLtHHF','Use\x20only\x20one\x20config\x20scope\x20flag.','3242316BEVSHd',',\x20or\x20run\x20`','global'];a11_0x361e=function(){return _0x163e8f;};return a11_0x361e();}export function formatScopeLabel(_0x5b6c6b){const _0x2f543b=a11_0xfaa0;return _0x5b6c6b==='global'?_0x2f543b(0x127):'';}
@@ -1 +1 @@
1
- function a12_0x3043(_0x2fc36a,_0x3897f8){_0x2fc36a=_0x2fc36a-0x121;const _0x52b56b=a12_0x52b5();let _0x3043fe=_0x52b56b[_0x2fc36a];return _0x3043fe;}function a12_0x52b5(){const _0x3fac00=[',\x20got\x20\x22',':\x20expected\x20','At\x20least\x20one\x20of\x20','117681rAkpTL','Exactly\x20one\x20of\x20','\x20is\x20allowed,\x20found:\x20','36ptpwgg','1368396wcjVKE','join','22ZcJrSW','filter','10ksgEhT','\x20is\x20required\x20for\x20`','502732dViBTm','length','2751600oFuISe','str','27tyRAjz','map','Invalid\x20--','4828488CnGIwk','Provide\x20one\x20of:\x20','Use\x20only\x20one\x20of:\x20','2723768wnXVue','validation','\x20are\x20mutually\x20exclusive\x20for\x20`','flag','some','Remove\x20all\x20but\x20one.','27496172vmCNIT'];a12_0x52b5=function(){return _0x3fac00;};return a12_0x52b5();}(function(_0xb9ee03,_0x227e87){const _0x287359=a12_0x3043,_0x412ecb=_0xb9ee03();while(!![]){try{const _0x5651c1=parseInt(_0x287359(0x13c))/0x1*(parseInt(_0x287359(0x124))/0x2)+parseInt(_0x287359(0x12c))/0x3*(-parseInt(_0x287359(0x128))/0x4)+parseInt(_0x287359(0x126))/0x5*(parseInt(_0x287359(0x122))/0x6)+-parseInt(_0x287359(0x12f))/0x7+parseInt(_0x287359(0x132))/0x8*(-parseInt(_0x287359(0x121))/0x9)+-parseInt(_0x287359(0x12a))/0xa+parseInt(_0x287359(0x138))/0xb;if(_0x5651c1===_0x227e87)break;else _0x412ecb['push'](_0x412ecb['shift']());}catch(_0x1f2137){_0x412ecb['push'](_0x412ecb['shift']());}}}(a12_0x52b5,0xc16ec));import{CliErrors}from'../../errors.js';function isSet(_0xc2c518,_0x255da2){const _0x23ef13=a12_0x3043,_0x32560b=_0xc2c518[_0x23ef13(0x135)](_0x255da2);return _0x32560b!==undefined&&_0x32560b!==''&&_0x32560b!==![]&&_0x32560b!==0x0;}function fmtNames(_0x5b349a){const _0x3bc0ef=a12_0x3043;return _0x5b349a[_0x3bc0ef(0x12d)](_0x383ed8=>'--'+_0x383ed8)[_0x3bc0ef(0x123)](',\x20');}export function requireOneOf(_0x439101,_0x57bcb1,_0x3bc9fb){const _0x20d22b=a12_0x3043,_0x19c133=_0x57bcb1['filter'](_0x36db84=>isSet(_0x439101,_0x36db84));if(_0x19c133[_0x20d22b(0x129)]!==0x1)throw CliErrors[_0x20d22b(0x133)](_0x19c133[_0x20d22b(0x129)]===0x0?_0x20d22b(0x13d)+fmtNames(_0x57bcb1)+_0x20d22b(0x127)+_0x3bc9fb+'`.':'Only\x20one\x20of\x20'+fmtNames(_0x57bcb1)+_0x20d22b(0x13e)+fmtNames(_0x19c133)+'.',_0x19c133[_0x20d22b(0x129)]===0x0?_0x20d22b(0x130)+fmtNames(_0x57bcb1):_0x20d22b(0x137));}export function requireAnyOf(_0x338b66,_0xb97cf,_0x3df91f){const _0x15ebfe=a12_0x3043;if(!_0xb97cf[_0x15ebfe(0x136)](_0x341ebf=>isSet(_0x338b66,_0x341ebf)))throw CliErrors[_0x15ebfe(0x133)](_0x15ebfe(0x13b)+fmtNames(_0xb97cf)+_0x15ebfe(0x127)+_0x3df91f+'`.',_0x15ebfe(0x130)+fmtNames(_0xb97cf));}export function mutuallyExclusive(_0x3174f2,_0x2031ef,_0x378095){const _0xe93d9c=a12_0x3043,_0x30f7df=_0x2031ef[_0xe93d9c(0x125)](_0x56c49f=>isSet(_0x3174f2,_0x56c49f));if(_0x30f7df[_0xe93d9c(0x129)]>0x1)throw CliErrors[_0xe93d9c(0x133)]('Flags\x20'+fmtNames(_0x30f7df)+_0xe93d9c(0x134)+_0x378095+'`.',_0xe93d9c(0x131)+fmtNames(_0x2031ef));}export function validatePattern(_0x2aaf78,_0x5a97de,_0x17a87c,_0x26f0dc){const _0x32d1ba=a12_0x3043,_0xd74699=_0x2aaf78[_0x32d1ba(0x12b)](_0x5a97de);if(_0xd74699&&!_0x17a87c['test'](_0xd74699))throw CliErrors[_0x32d1ba(0x133)](_0x32d1ba(0x12e)+_0x5a97de+_0x32d1ba(0x13a)+_0x26f0dc+_0x32d1ba(0x139)+_0xd74699+'\x22.');}
1
+ (function(_0x3e5936,_0x5c6221){const _0x41aaa5=a12_0x144c,_0x2a624d=_0x3e5936();while(!![]){try{const _0x46dff5=parseInt(_0x41aaa5(0x1d9))/0x1*(parseInt(_0x41aaa5(0x1f4))/0x2)+-parseInt(_0x41aaa5(0x1d8))/0x3*(-parseInt(_0x41aaa5(0x1e5))/0x4)+parseInt(_0x41aaa5(0x1ef))/0x5+parseInt(_0x41aaa5(0x1e1))/0x6*(parseInt(_0x41aaa5(0x1da))/0x7)+parseInt(_0x41aaa5(0x1e8))/0x8+parseInt(_0x41aaa5(0x1e2))/0x9+-parseInt(_0x41aaa5(0x1de))/0xa;if(_0x46dff5===_0x5c6221)break;else _0x2a624d['push'](_0x2a624d['shift']());}catch(_0x5fee9a){_0x2a624d['push'](_0x2a624d['shift']());}}}(a12_0x1929,0x4766e));import{CliErrors}from'../../errors.js';function isSet(_0x538194,_0xa86246){const _0x528e16=a12_0x144c,_0x29c964=_0x538194[_0x528e16(0x1f1)](_0xa86246);return _0x29c964!==undefined&&_0x29c964!==''&&_0x29c964!==![]&&_0x29c964!==0x0;}function a12_0x1929(){const _0x2e3c0f=['join','validation','length','Only\x20one\x20of\x20','1874255MUtLgf','\x20are\x20mutually\x20exclusive\x20for\x20`','flag','map',',\x20got\x20\x22','26kvuDlU','3XtbRsZ','22811TnPSEa','906276RJeyrj','Use\x20only\x20one\x20of:\x20',':\x20expected\x20','filter','21618080IOQsTD','Exactly\x20one\x20of\x20','test','18HRMSRD','3409272XUYqdE','str','Remove\x20all\x20but\x20one.','2021064nJSTqT','some','At\x20least\x20one\x20of\x20','4083184BjwpqY','\x20is\x20required\x20for\x20`','Provide\x20one\x20of:\x20'];a12_0x1929=function(){return _0x2e3c0f;};return a12_0x1929();}function a12_0x144c(_0xd9f4b1,_0x3a8090){_0xd9f4b1=_0xd9f4b1-0x1d8;const _0x1929a7=a12_0x1929();let _0x144cf1=_0x1929a7[_0xd9f4b1];return _0x144cf1;}function fmtNames(_0x17ddb4){const _0x228621=a12_0x144c;return _0x17ddb4[_0x228621(0x1f2)](_0x46a8e6=>'--'+_0x46a8e6)[_0x228621(0x1eb)](',\x20');}export function requireOneOf(_0x176bdf,_0x5754c9,_0x222046){const _0x38cea8=a12_0x144c,_0x8579f0=_0x5754c9['filter'](_0x42f3cd=>isSet(_0x176bdf,_0x42f3cd));if(_0x8579f0['length']!==0x1)throw CliErrors[_0x38cea8(0x1ec)](_0x8579f0[_0x38cea8(0x1ed)]===0x0?_0x38cea8(0x1df)+fmtNames(_0x5754c9)+'\x20is\x20required\x20for\x20`'+_0x222046+'`.':_0x38cea8(0x1ee)+fmtNames(_0x5754c9)+'\x20is\x20allowed,\x20found:\x20'+fmtNames(_0x8579f0)+'.',_0x8579f0[_0x38cea8(0x1ed)]===0x0?_0x38cea8(0x1ea)+fmtNames(_0x5754c9):_0x38cea8(0x1e4));}export function requireAnyOf(_0x440b9a,_0x12bcad,_0x5132fd){const _0x26c946=a12_0x144c;if(!_0x12bcad[_0x26c946(0x1e6)](_0x26ba79=>isSet(_0x440b9a,_0x26ba79)))throw CliErrors[_0x26c946(0x1ec)](_0x26c946(0x1e7)+fmtNames(_0x12bcad)+_0x26c946(0x1e9)+_0x5132fd+'`.',_0x26c946(0x1ea)+fmtNames(_0x12bcad));}export function mutuallyExclusive(_0x297854,_0x19d993,_0x535e2c){const _0x2b91d8=a12_0x144c,_0x2c0606=_0x19d993[_0x2b91d8(0x1dd)](_0x384160=>isSet(_0x297854,_0x384160));if(_0x2c0606[_0x2b91d8(0x1ed)]>0x1)throw CliErrors['validation']('Flags\x20'+fmtNames(_0x2c0606)+_0x2b91d8(0x1f0)+_0x535e2c+'`.',_0x2b91d8(0x1db)+fmtNames(_0x19d993));}export function validatePattern(_0x2136c2,_0x297aec,_0x478f8f,_0x8843b){const _0x2804ce=a12_0x144c,_0x3eb0d9=_0x2136c2[_0x2804ce(0x1e3)](_0x297aec);if(_0x3eb0d9&&!_0x478f8f[_0x2804ce(0x1e0)](_0x3eb0d9))throw CliErrors['validation']('Invalid\x20--'+_0x297aec+_0x2804ce(0x1dc)+_0x8843b+_0x2804ce(0x1f3)+_0x3eb0d9+'\x22.');}
@@ -1 +1 @@
1
- const a13_0x4abfce=a13_0x316e;(function(_0x12115b,_0x25b59c){const _0x21ee31=a13_0x316e,_0x2ce1d2=_0x12115b();while(!![]){try{const _0x426490=parseInt(_0x21ee31(0x135))/0x1*(-parseInt(_0x21ee31(0x136))/0x2)+-parseInt(_0x21ee31(0x132))/0x3*(-parseInt(_0x21ee31(0x143))/0x4)+-parseInt(_0x21ee31(0x13d))/0x5+-parseInt(_0x21ee31(0x13a))/0x6+-parseInt(_0x21ee31(0x141))/0x7+parseInt(_0x21ee31(0x13b))/0x8*(parseInt(_0x21ee31(0x12e))/0x9)+parseInt(_0x21ee31(0x13f))/0xa;if(_0x426490===_0x25b59c)break;else _0x2ce1d2['push'](_0x2ce1d2['shift']());}catch(_0x5f534b){_0x2ce1d2['push'](_0x2ce1d2['shift']());}}}(a13_0x29ce,0x1f2f4));export const CODE_FLAG={'name':a13_0x4abfce(0x134),'type':a13_0x4abfce(0x13e),'required':!![],'description':a13_0x4abfce(0x12f),'pattern':{'regex':/^[a-f0-9]{32}$/i,'description':a13_0x4abfce(0x130)}};function a13_0x29ce(){const _0x3f8d82=['number','270768jEcErb','6248GZVmQY','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','933805FJFWcZ','string','5079850tTaibT','params','1712893mlOwWn','Resource\x20name\x20for\x20lookup','1172oPTbla','name','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','1359rKtHBP','Dataset\x20code\x20(32-char\x20hex\x20UUID)','a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)','Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','2319BpqbCJ','Resource\x20ID','code','6705qLEIbN','74hyhUaT','Return\x20full\x20raw\x20response\x20object','boolean'];a13_0x29ce=function(){return _0x3f8d82;};return a13_0x29ce();}export const SQLCODE_FLAG={'name':'sqlcode','type':a13_0x4abfce(0x13e),'required':!![],'description':a13_0x4abfce(0x13c),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a13_0x4abfce(0x12d)}};export const VERBOSE_FLAG={'name':'verbose','type':a13_0x4abfce(0x138),'description':a13_0x4abfce(0x137)};export const PARAMS_FLAG={'name':a13_0x4abfce(0x140),'type':a13_0x4abfce(0x13e),'description':a13_0x4abfce(0x131)};export const NAME_FLAG={'name':a13_0x4abfce(0x12c),'type':a13_0x4abfce(0x13e),'description':a13_0x4abfce(0x142)};function a13_0x316e(_0x29daaa,_0x55d4d2){_0x29daaa=_0x29daaa-0x12c;const _0x29ce21=a13_0x29ce();let _0x316ed0=_0x29ce21[_0x29daaa];return _0x316ed0;}export const ID_FLAG={'name':'id','type':a13_0x4abfce(0x139),'required':!![],'description':a13_0x4abfce(0x133)};
1
+ const a13_0x4ef794=a13_0x3684;function a13_0x3a34(){const _0x19c659=['Resource\x20ID','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','params','12maMRZW','string','125170NXcKqy','name','167124OShkSx','code','Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','Return\x20full\x20raw\x20response\x20object','271203WYexwZ','45kMdcai','Dataset\x20code\x20(32-char\x20hex\x20UUID)','1015fUFKBA','number','11018uTWJDP','boolean','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','2fVAZlI','Resource\x20name\x20for\x20lookup','237929TwpyJI','72831oGSeWH','828gKJpdr','1729NeGiAo','207rKdfDh','sqlcode','18984opoRDF'];a13_0x3a34=function(){return _0x19c659;};return a13_0x3a34();}(function(_0x3d218b,_0x59358d){const _0x52a81c=a13_0x3684,_0x33acb3=_0x3d218b();while(!![]){try{const _0x4ab007=parseInt(_0x52a81c(0x1d0))/0x1*(-parseInt(_0x52a81c(0x1ce))/0x2)+parseInt(_0x52a81c(0x1c6))/0x3*(parseInt(_0x52a81c(0x1da))/0x4)+-parseInt(_0x52a81c(0x1c7))/0x5*(parseInt(_0x52a81c(0x1de))/0x6)+parseInt(_0x52a81c(0x1c9))/0x7*(parseInt(_0x52a81c(0x1d6))/0x8)+parseInt(_0x52a81c(0x1d4))/0x9*(-parseInt(_0x52a81c(0x1dc))/0xa)+parseInt(_0x52a81c(0x1d1))/0xb*(parseInt(_0x52a81c(0x1d2))/0xc)+-parseInt(_0x52a81c(0x1d3))/0xd*(-parseInt(_0x52a81c(0x1cb))/0xe);if(_0x4ab007===_0x59358d)break;else _0x33acb3['push'](_0x33acb3['shift']());}catch(_0x537bb6){_0x33acb3['push'](_0x33acb3['shift']());}}}(a13_0x3a34,0x61bae));export const CODE_FLAG={'name':a13_0x4ef794(0x1df),'type':a13_0x4ef794(0x1db),'required':!![],'description':a13_0x4ef794(0x1c8),'pattern':{'regex':/^[a-f0-9]{32}$/i,'description':'a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)'}};export const SQLCODE_FLAG={'name':a13_0x4ef794(0x1d5),'type':a13_0x4ef794(0x1db),'required':!![],'description':a13_0x4ef794(0x1cd),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a13_0x4ef794(0x1d8)}};function a13_0x3684(_0x5b2422,_0x2e0093){_0x5b2422=_0x5b2422-0x1c6;const _0x3a3472=a13_0x3a34();let _0x36843c=_0x3a3472[_0x5b2422];return _0x36843c;}export const VERBOSE_FLAG={'name':'verbose','type':a13_0x4ef794(0x1cc),'description':a13_0x4ef794(0x1e1)};export const PARAMS_FLAG={'name':a13_0x4ef794(0x1d9),'type':a13_0x4ef794(0x1db),'description':a13_0x4ef794(0x1e0)};export const NAME_FLAG={'name':a13_0x4ef794(0x1dd),'type':a13_0x4ef794(0x1db),'description':a13_0x4ef794(0x1cf)};export const ID_FLAG={'name':'id','type':a13_0x4ef794(0x1ca),'required':!![],'description':a13_0x4ef794(0x1d7)};
@@ -1 +1 @@
1
- const a14_0x3f5895=a14_0x31b5;(function(_0x2af8e1,_0x53c94f){const _0x267c13=a14_0x31b5,_0x22fdfc=_0x2af8e1();while(!![]){try{const _0x59e1b7=-parseInt(_0x267c13(0xdc))/0x1+-parseInt(_0x267c13(0xfa))/0x2+parseInt(_0x267c13(0xd9))/0x3+-parseInt(_0x267c13(0xe2))/0x4*(parseInt(_0x267c13(0xe0))/0x5)+-parseInt(_0x267c13(0xf5))/0x6+-parseInt(_0x267c13(0xe6))/0x7+parseInt(_0x267c13(0xc3))/0x8;if(_0x59e1b7===_0x53c94f)break;else _0x22fdfc['push'](_0x22fdfc['shift']());}catch(_0x1c3274){_0x22fdfc['push'](_0x22fdfc['shift']());}}}(a14_0xa217,0x2d3e9));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME,ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,readScopedConfig,writeScopedConfig,resolveWriteScope,toScopeFlags}from'../../commands/config/shared.js';import{resolveWriteConfigPath,getProjectConfigPath}from'../../context.js';function a14_0x31b5(_0x7e189f,_0x136705){_0x7e189f=_0x7e189f-0xc0;const _0xa217bd=a14_0xa217();let _0x31b5fd=_0xa217bd[_0x7e189f];return _0x31b5fd;}const GLOBAL_FLAG={'name':'global','type':a14_0x3f5895(0xda),'description':a14_0x3f5895(0xd5),'default':![]};function a14_0xa217(){const _0x1f882a=['689549hztBds','key','split','list','Value\x20to\x20assign','join','get','\x20\x20global:\x20\x20','isArray','pretty','Get\x20a\x20config\x20value','appcode','alias','\x20\x20project:\x20','raw','1117140sBvaKT','../../context.js','length','config','global','46474nLzwzV','args','Set\x20a\x20config\x20value','write','log','trim','apps','read','\x20config\x20delete\x20<key>\x20[--global]','format','6935136SUheyv','Key\x20not\x20found:\x20','Config\x20files:\x0a','project-or-global-explicit','includes','\x22.\x20Allowed:\x20','stringify','Deleted\x20`','Usage:\x20','Missing\x20key\x20or\x20value.','field','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','pageSize\x20must\x20be\x20a\x20positive\x20number','set','(none)','`\x20=\x20\x22','object','Set\x20`','Write\x20to\x20global\x20config','Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','List\x20current\x20config','#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a','153216qzMbBk','boolean','\x20config\x20set\x20<key>\x20<value>\x20[--global]','289089DFxnCl','Missing\x20key\x20argument.','bool','Key\x20\x22','339050Cehswc','\x20(global)','8BMojsK','validation','Invalid\x20value\x20for\x20\x22','value'];a14_0xa217=function(){return _0x1f882a;};return a14_0xa217();}function parseAliasAppcodeSetKey(_0x47ba92){const _0x125cf8=a14_0x3f5895,_0x3d5105=_0x47ba92[_0x125cf8(0xe8)]('.');if(_0x3d5105['length']!==0x3||_0x3d5105[0x0]!=='apps'||_0x3d5105[0x2]!==_0x125cf8(0xf1))return undefined;const _0x5ace8d=_0x3d5105[0x1]?.['trim']();return _0x5ace8d?_0x5ace8d:undefined;}function parseAliasDeleteKey(_0x13c0bc){const _0x5bf976=a14_0x3f5895,_0x4f68a7=_0x13c0bc['split']('.');if(_0x4f68a7[_0x5bf976(0xf7)]===0x2&&_0x4f68a7[0x0]===_0x5bf976(0x100)){const _0x4eea19=_0x4f68a7[0x1]?.[_0x5bf976(0xff)]();return _0x4eea19?{'alias':_0x4eea19}:undefined;}if(_0x4f68a7['length']===0x3&&_0x4f68a7[0x0]===_0x5bf976(0x100)&&_0x4f68a7[0x2]==='appcode'){const _0x15edf4=_0x4f68a7[0x1]?.[_0x5bf976(0xff)]();return _0x15edf4?{'alias':_0x15edf4,'field':_0x5bf976(0xf1)}:undefined;}return undefined;}function setLocalAppAlias(_0x40586d,_0x1882fe,_0x5289f3){const _0x39c6d4=a14_0x3f5895,_0x346443=_0x40586d[_0x39c6d4(0x100)]&&typeof _0x40586d['apps']==='object'&&!Array[_0x39c6d4(0xee)](_0x40586d[_0x39c6d4(0x100)])?_0x40586d[_0x39c6d4(0x100)]:{},_0x5a72ca=_0x346443[_0x1882fe]&&typeof _0x346443[_0x1882fe]===_0x39c6d4(0xd3)&&!Array[_0x39c6d4(0xee)](_0x346443[_0x1882fe])?_0x346443[_0x1882fe]:{};_0x5a72ca[_0x39c6d4(0xf1)]=_0x5289f3,_0x346443[_0x1882fe]=_0x5a72ca,_0x40586d[_0x39c6d4(0x100)]=_0x346443;}function deleteLocalAppAlias(_0x2adeec,_0x24e11d){const _0x2ab57d=a14_0x3f5895;if(!_0x2adeec[_0x2ab57d(0x100)]||typeof _0x2adeec['apps']!=='object'||Array[_0x2ab57d(0xee)](_0x2adeec[_0x2ab57d(0x100)]))return![];const _0x23daed=_0x2adeec[_0x2ab57d(0x100)],_0x36e363=_0x23daed[_0x24e11d[_0x2ab57d(0xf2)]];if(!_0x36e363||typeof _0x36e363!==_0x2ab57d(0xd3)||Array[_0x2ab57d(0xee)](_0x36e363))return![];if(!_0x24e11d[_0x2ab57d(0xcd)])return delete _0x23daed[_0x24e11d['alias']],!![];if(!(_0x24e11d['field']in _0x36e363))return![];return delete _0x36e363[_0x24e11d[_0x2ab57d(0xcd)]],Object['keys'](_0x36e363)[_0x2ab57d(0xf7)]===0x0&&delete _0x23daed[_0x24e11d[_0x2ab57d(0xf2)]],!![];}const listDef={'service':a14_0x3f5895(0xf8),'command':a14_0x3f5895(0xe9),'description':a14_0x3f5895(0xd7),'risk':a14_0x3f5895(0xc0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x3d1afc){const _0x50c3ff=a14_0x3f5895,{buildConfigFromFlags:_0x3a28cc}=await import(_0x50c3ff(0xf6)),_0x3ef83e=_0x3a28cc({}),_0x597ee1=getProjectConfigPath(),_0x42b0c9=resolveWriteConfigPath(_0x50c3ff(0xf9));if(_0x3d1afc[_0x50c3ff(0xc2)]===_0x50c3ff(0xef))return{'ok':!![],'message':_0x50c3ff(0xd8)+(JSON[_0x50c3ff(0xc9)](_0x3ef83e[_0x50c3ff(0xf4)],null,0x2)+'\x0a\x0a')+_0x50c3ff(0xc5)+(_0x50c3ff(0xf3)+(_0x597ee1??_0x50c3ff(0xd1))+'\x0a')+(_0x50c3ff(0xed)+_0x42b0c9)};return{'ok':!![],'data':{'effective':_0x3ef83e[_0x50c3ff(0xf4)],'configFiles':{'project':_0x597ee1??null,'global':_0x42b0c9}}};}},getDef={'service':a14_0x3f5895(0xf8),'command':a14_0x3f5895(0xec),'description':a14_0x3f5895(0xf0),'risk':a14_0x3f5895(0xc0),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x3f5895(0xe7),'description':a14_0x3f5895(0xd6),'required':!![]}],'flags':[],async 'execute'(_0x3637a3){const _0xa14b8=a14_0x3f5895,_0x418140=_0x3637a3[_0xa14b8(0xfb)][0x0];if(!_0x418140)throw CliErrors[_0xa14b8(0xe3)](_0xa14b8(0xdd),_0xa14b8(0xcb)+CLI_BIN_NAME+'\x20config\x20get\x20<key>');const {buildConfigFromFlags:_0xb9cb31}=await import(_0xa14b8(0xf6)),{raw:_0x34e374}=_0xb9cb31({});if(_0x418140[_0xa14b8(0xc7)]('.')){const _0x2c740f=_0x418140['split']('.');let _0x52730e=_0x34e374;for(const _0x3ce7d1 of _0x2c740f){if(_0x52730e==null||typeof _0x52730e!=='object')throw CliErrors[_0xa14b8(0xe3)](_0xa14b8(0xc4)+_0x418140);_0x52730e=_0x52730e[_0x3ce7d1];}if(_0x52730e===undefined)throw CliErrors['validation'](_0xa14b8(0xc4)+_0x418140);return console['log'](typeof _0x52730e===_0xa14b8(0xd3)?JSON[_0xa14b8(0xc9)](_0x52730e,null,0x2):String(_0x52730e)),{'ok':!![]};}const _0x5645c4=_0x34e374[_0x418140];if(_0x5645c4===undefined)throw CliErrors['validation'](_0xa14b8(0xc4)+_0x418140);return console['log'](typeof _0x5645c4===_0xa14b8(0xd3)?JSON[_0xa14b8(0xc9)](_0x5645c4,null,0x2):String(_0x5645c4)),{'ok':!![]};}},setDef={'service':a14_0x3f5895(0xf8),'command':a14_0x3f5895(0xd0),'description':a14_0x3f5895(0xfc),'risk':a14_0x3f5895(0xfd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x3f5895(0xe7),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a14_0x3f5895(0xe5),'description':a14_0x3f5895(0xea),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x4ded36){const _0x4aa0c2=a14_0x3f5895,_0x12b09=_0x4ded36[_0x4aa0c2(0xfb)][0x0],_0x2b0862=_0x4ded36[_0x4aa0c2(0xfb)][0x1];if(!_0x12b09||_0x2b0862===undefined)throw CliErrors[_0x4aa0c2(0xe3)](_0x4aa0c2(0xcc),_0x4aa0c2(0xcb)+CLI_BIN_NAME+_0x4aa0c2(0xdb));if(ENUM_KEYS[_0x12b09]&&!ENUM_KEYS[_0x12b09][_0x4aa0c2(0xc7)](_0x2b0862))throw CliErrors[_0x4aa0c2(0xe3)](_0x4aa0c2(0xe4)+_0x12b09+_0x4aa0c2(0xc8)+ENUM_KEYS[_0x12b09][_0x4aa0c2(0xeb)](',\x20'));if(_0x12b09==='riskLevel')throw CliErrors[_0x4aa0c2(0xe3)](_0x4aa0c2(0xce));if(_0x12b09==='pageSize'){const _0x17ff87=Number(_0x2b0862);if(isNaN(_0x17ff87)||_0x17ff87<=0x0)throw CliErrors[_0x4aa0c2(0xe3)](_0x4aa0c2(0xcf));}const _0x382226=resolveWriteScope({'explicitGlobal':_0x4ded36['bool'](_0x4aa0c2(0xf9)),'policy':'project-or-global-explicit'}),_0x1001d1=toScopeFlags(_0x382226),_0x3af482=readScopedConfig(_0x1001d1),_0x2822f7=parseAliasAppcodeSetKey(_0x12b09);if(!_0x2822f7&&!isTopLevelConfigKey(_0x12b09))throw CliErrors[_0x4aa0c2(0xe3)]('Top-level\x20key\x20\x22'+_0x12b09+'\x22\x20is\x20not\x20settable.','Settable\x20keys:\x20'+getTopLevelConfigKeySummary()+';\x20apps.<alias>.appcode');return _0x2822f7?setLocalAppAlias(_0x3af482,_0x2822f7,_0x2b0862):_0x3af482[_0x12b09]=_0x12b09==='pageSize'?Number(_0x2b0862):_0x2b0862,console[_0x4aa0c2(0xfe)](_0x4aa0c2(0xd4)+_0x12b09+_0x4aa0c2(0xd2)+_0x2b0862+'\x22'+(_0x382226===_0x4aa0c2(0xf9)?_0x4aa0c2(0xe1):'')),writeScopedConfig(_0x3af482,_0x1001d1),{'ok':!![]};}},deleteDef={'service':'config','command':'delete','description':'Delete\x20a\x20config\x20value','risk':a14_0x3f5895(0xfd),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x3f5895(0xe7),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x53a2f2){const _0x5f40fa=a14_0x3f5895,_0x454bfa=_0x53a2f2[_0x5f40fa(0xfb)][0x0];if(!_0x454bfa)throw CliErrors['validation']('Missing\x20key\x20argument.','Usage:\x20'+CLI_BIN_NAME+_0x5f40fa(0xc1));const _0xefd426=resolveWriteScope({'explicitGlobal':_0x53a2f2[_0x5f40fa(0xde)](_0x5f40fa(0xf9)),'policy':_0x5f40fa(0xc6)}),_0x254232=toScopeFlags(_0xefd426),_0x3c787f=readScopedConfig(_0x254232),_0x717be8=parseAliasDeleteKey(_0x454bfa);if(_0x717be8){if(!deleteLocalAppAlias(_0x3c787f,_0x717be8))throw CliErrors[_0x5f40fa(0xe3)](_0x5f40fa(0xc4)+_0x454bfa);return console[_0x5f40fa(0xfe)](_0x5f40fa(0xca)+_0x454bfa+'`'+(_0xefd426===_0x5f40fa(0xf9)?_0x5f40fa(0xe1):'')),writeScopedConfig(_0x3c787f,_0x254232),{'ok':!![]};}if(_0x3c787f[_0x454bfa]===undefined)throw CliErrors[_0x5f40fa(0xe3)](_0x5f40fa(0xdf)+_0x454bfa+'\x22\x20not\x20found\x20at\x20top\x20level.');return delete _0x3c787f[_0x454bfa],console[_0x5f40fa(0xfe)](_0x5f40fa(0xca)+_0x454bfa+'`'+(_0xefd426==='global'?_0x5f40fa(0xe1):'')),writeScopedConfig(_0x3c787f,_0x254232),{'ok':!![]};}};export const configDefinitions=[listDef,getDef,setDef,deleteDef];
1
+ const a14_0x82bfb9=a14_0x52cd;(function(_0x4fa893,_0x5ee4a3){const _0x17e893=a14_0x52cd,_0xf7c523=_0x4fa893();while(!![]){try{const _0xac93b3=-parseInt(_0x17e893(0xcd))/0x1+-parseInt(_0x17e893(0xbc))/0x2+parseInt(_0x17e893(0xe5))/0x3*(-parseInt(_0x17e893(0xbe))/0x4)+parseInt(_0x17e893(0xdb))/0x5*(parseInt(_0x17e893(0xd2))/0x6)+-parseInt(_0x17e893(0xce))/0x7*(-parseInt(_0x17e893(0xf9))/0x8)+parseInt(_0x17e893(0xf6))/0x9*(parseInt(_0x17e893(0xee))/0xa)+-parseInt(_0x17e893(0xfe))/0xb*(-parseInt(_0x17e893(0xef))/0xc);if(_0xac93b3===_0x5ee4a3)break;else _0xf7c523['push'](_0xf7c523['shift']());}catch(_0x5d7fe8){_0xf7c523['push'](_0xf7c523['shift']());}}}(a14_0x396f,0xadb9d));function a14_0x396f(){const _0x5e923a=['pretty','Key\x20not\x20found:\x20','Config\x20files:\x0a','bool','riskLevel','pageSize','Missing\x20key\x20argument.','15270bKtJNu','config','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','Value\x20to\x20assign','isArray','read','trim','value','global','1049980iRLvXg','276eQdKtD','pageSize\x20must\x20be\x20a\x20positive\x20number','apps','length','field','\x20config\x20delete\x20<key>\x20[--global]','Set\x20`','72WSozYJ','Missing\x20key\x20or\x20value.','join','690968zeQMqJ','\x20(global)','raw','list','log','599478kxibWp','project-or-global-explicit','165838RyQOhj','appcode','596ibDqTP','object','\x20config\x20set\x20<key>\x20<value>\x20[--global]','delete','Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','`\x20=\x20\x22','split','Deleted\x20`','boolean','get','../../context.js','Delete\x20a\x20config\x20value','write','stringify','Key\x20\x22','1230172lxZgVO','49icBwxU','validation','format','alias','18RZjygi','set','key','\x20config\x20get\x20<key>','List\x20current\x20config','Usage:\x20','keys','args','\x22\x20is\x20not\x20settable.','141745VpQsxJ','\x22.\x20Allowed:\x20','\x22\x20not\x20found\x20at\x20top\x20level.'];a14_0x396f=function(){return _0x5e923a;};return a14_0x396f();}import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME,ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,readScopedConfig,writeScopedConfig,resolveWriteScope,toScopeFlags}from'../../commands/config/shared.js';import{resolveWriteConfigPath,getProjectConfigPath}from'../../context.js';const GLOBAL_FLAG={'name':a14_0x82bfb9(0xed),'type':a14_0x82bfb9(0xc6),'description':'Write\x20to\x20global\x20config','default':![]};function parseAliasAppcodeSetKey(_0x271f60){const _0x5eed15=a14_0x82bfb9,_0x4c2357=_0x271f60[_0x5eed15(0xc4)]('.');if(_0x4c2357['length']!==0x3||_0x4c2357[0x0]!==_0x5eed15(0xf1)||_0x4c2357[0x2]!=='appcode')return undefined;const _0x56065b=_0x4c2357[0x1]?.[_0x5eed15(0xeb)]();return _0x56065b?_0x56065b:undefined;}function parseAliasDeleteKey(_0x1b4a2c){const _0x40c7bb=a14_0x82bfb9,_0x25472e=_0x1b4a2c['split']('.');if(_0x25472e[_0x40c7bb(0xf2)]===0x2&&_0x25472e[0x0]===_0x40c7bb(0xf1)){const _0x297e0e=_0x25472e[0x1]?.[_0x40c7bb(0xeb)]();return _0x297e0e?{'alias':_0x297e0e}:undefined;}if(_0x25472e[_0x40c7bb(0xf2)]===0x3&&_0x25472e[0x0]===_0x40c7bb(0xf1)&&_0x25472e[0x2]==='appcode'){const _0x37f1a7=_0x25472e[0x1]?.['trim']();return _0x37f1a7?{'alias':_0x37f1a7,'field':_0x40c7bb(0xbd)}:undefined;}return undefined;}function setLocalAppAlias(_0x443611,_0x2bb412,_0x402a7a){const _0x192052=a14_0x82bfb9,_0x49d12a=_0x443611[_0x192052(0xf1)]&&typeof _0x443611[_0x192052(0xf1)]===_0x192052(0xbf)&&!Array['isArray'](_0x443611[_0x192052(0xf1)])?_0x443611['apps']:{},_0x22c8a5=_0x49d12a[_0x2bb412]&&typeof _0x49d12a[_0x2bb412]===_0x192052(0xbf)&&!Array[_0x192052(0xe9)](_0x49d12a[_0x2bb412])?_0x49d12a[_0x2bb412]:{};_0x22c8a5[_0x192052(0xbd)]=_0x402a7a,_0x49d12a[_0x2bb412]=_0x22c8a5,_0x443611['apps']=_0x49d12a;}function a14_0x52cd(_0x408018,_0x55d789){_0x408018=_0x408018-0xbb;const _0x396fa5=a14_0x396f();let _0x52cdbd=_0x396fa5[_0x408018];return _0x52cdbd;}function deleteLocalAppAlias(_0x523bdf,_0x2b969c){const _0x37f6bb=a14_0x82bfb9;if(!_0x523bdf[_0x37f6bb(0xf1)]||typeof _0x523bdf[_0x37f6bb(0xf1)]!=='object'||Array[_0x37f6bb(0xe9)](_0x523bdf[_0x37f6bb(0xf1)]))return![];const _0xee3ca=_0x523bdf[_0x37f6bb(0xf1)],_0x1296ff=_0xee3ca[_0x2b969c['alias']];if(!_0x1296ff||typeof _0x1296ff!=='object'||Array[_0x37f6bb(0xe9)](_0x1296ff))return![];if(!_0x2b969c['field'])return delete _0xee3ca[_0x2b969c[_0x37f6bb(0xd1)]],!![];if(!(_0x2b969c[_0x37f6bb(0xf3)]in _0x1296ff))return![];return delete _0x1296ff[_0x2b969c[_0x37f6bb(0xf3)]],Object[_0x37f6bb(0xd8)](_0x1296ff)[_0x37f6bb(0xf2)]===0x0&&delete _0xee3ca[_0x2b969c['alias']],!![];}const listDef={'service':a14_0x82bfb9(0xe6),'command':a14_0x82bfb9(0xfc),'description':a14_0x82bfb9(0xd6),'risk':a14_0x82bfb9(0xea),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x12446a){const _0x48817c=a14_0x82bfb9,{buildConfigFromFlags:_0x21d85e}=await import(_0x48817c(0xc8)),_0x7fe22f=_0x21d85e({}),_0x13da10=getProjectConfigPath(),_0x347c50=resolveWriteConfigPath('global');if(_0x12446a[_0x48817c(0xd0)]===_0x48817c(0xde))return{'ok':!![],'message':'#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a'+(JSON[_0x48817c(0xcb)](_0x7fe22f['raw'],null,0x2)+'\x0a\x0a')+_0x48817c(0xe0)+('\x20\x20project:\x20'+(_0x13da10??'(none)')+'\x0a')+('\x20\x20global:\x20\x20'+_0x347c50)};return{'ok':!![],'data':{'effective':_0x7fe22f[_0x48817c(0xfb)],'configFiles':{'project':_0x13da10??null,'global':_0x347c50}}};}},getDef={'service':a14_0x82bfb9(0xe6),'command':a14_0x82bfb9(0xc7),'description':'Get\x20a\x20config\x20value','risk':a14_0x82bfb9(0xea),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':'key','description':a14_0x82bfb9(0xc2),'required':!![]}],'flags':[],async 'execute'(_0x3a297e){const _0x56008a=a14_0x82bfb9,_0x1ec6d7=_0x3a297e[_0x56008a(0xd9)][0x0];if(!_0x1ec6d7)throw CliErrors['validation']('Missing\x20key\x20argument.','Usage:\x20'+CLI_BIN_NAME+_0x56008a(0xd5));const {buildConfigFromFlags:_0x10889f}=await import('../../context.js'),{raw:_0x4310f2}=_0x10889f({});if(_0x1ec6d7['includes']('.')){const _0x5dcb1a=_0x1ec6d7['split']('.');let _0x3581a4=_0x4310f2;for(const _0x29467b of _0x5dcb1a){if(_0x3581a4==null||typeof _0x3581a4!==_0x56008a(0xbf))throw CliErrors['validation']('Key\x20not\x20found:\x20'+_0x1ec6d7);_0x3581a4=_0x3581a4[_0x29467b];}if(_0x3581a4===undefined)throw CliErrors[_0x56008a(0xcf)]('Key\x20not\x20found:\x20'+_0x1ec6d7);return console['log'](typeof _0x3581a4===_0x56008a(0xbf)?JSON[_0x56008a(0xcb)](_0x3581a4,null,0x2):String(_0x3581a4)),{'ok':!![]};}const _0x25301b=_0x4310f2[_0x1ec6d7];if(_0x25301b===undefined)throw CliErrors[_0x56008a(0xcf)]('Key\x20not\x20found:\x20'+_0x1ec6d7);return console[_0x56008a(0xfd)](typeof _0x25301b===_0x56008a(0xbf)?JSON[_0x56008a(0xcb)](_0x25301b,null,0x2):String(_0x25301b)),{'ok':!![]};}},setDef={'service':a14_0x82bfb9(0xe6),'command':a14_0x82bfb9(0xd3),'description':'Set\x20a\x20config\x20value','risk':a14_0x82bfb9(0xca),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x82bfb9(0xd4),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a14_0x82bfb9(0xec),'description':a14_0x82bfb9(0xe8),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x56bda1){const _0x16134e=a14_0x82bfb9,_0xb050c5=_0x56bda1[_0x16134e(0xd9)][0x0],_0x31b3e6=_0x56bda1[_0x16134e(0xd9)][0x1];if(!_0xb050c5||_0x31b3e6===undefined)throw CliErrors[_0x16134e(0xcf)](_0x16134e(0xf7),'Usage:\x20'+CLI_BIN_NAME+_0x16134e(0xc0));if(ENUM_KEYS[_0xb050c5]&&!ENUM_KEYS[_0xb050c5]['includes'](_0x31b3e6))throw CliErrors[_0x16134e(0xcf)]('Invalid\x20value\x20for\x20\x22'+_0xb050c5+_0x16134e(0xdc)+ENUM_KEYS[_0xb050c5][_0x16134e(0xf8)](',\x20'));if(_0xb050c5===_0x16134e(0xe2))throw CliErrors[_0x16134e(0xcf)](_0x16134e(0xe7));if(_0xb050c5===_0x16134e(0xe3)){const _0x24220e=Number(_0x31b3e6);if(isNaN(_0x24220e)||_0x24220e<=0x0)throw CliErrors['validation'](_0x16134e(0xf0));}const _0x14d567=resolveWriteScope({'explicitGlobal':_0x56bda1[_0x16134e(0xe1)](_0x16134e(0xed)),'policy':'project-or-global-explicit'}),_0x534996=toScopeFlags(_0x14d567),_0x35deb0=readScopedConfig(_0x534996),_0x51f49a=parseAliasAppcodeSetKey(_0xb050c5);if(!_0x51f49a&&!isTopLevelConfigKey(_0xb050c5))throw CliErrors[_0x16134e(0xcf)]('Top-level\x20key\x20\x22'+_0xb050c5+_0x16134e(0xda),'Settable\x20keys:\x20'+getTopLevelConfigKeySummary()+';\x20apps.<alias>.appcode');return _0x51f49a?setLocalAppAlias(_0x35deb0,_0x51f49a,_0x31b3e6):_0x35deb0[_0xb050c5]=_0xb050c5==='pageSize'?Number(_0x31b3e6):_0x31b3e6,console[_0x16134e(0xfd)](_0x16134e(0xf5)+_0xb050c5+_0x16134e(0xc3)+_0x31b3e6+'\x22'+(_0x14d567===_0x16134e(0xed)?'\x20(global)':'')),writeScopedConfig(_0x35deb0,_0x534996),{'ok':!![]};}},deleteDef={'service':a14_0x82bfb9(0xe6),'command':a14_0x82bfb9(0xc1),'description':a14_0x82bfb9(0xc9),'risk':a14_0x82bfb9(0xca),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a14_0x82bfb9(0xd4),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x4b784c){const _0x1b251a=a14_0x82bfb9,_0x1d0875=_0x4b784c[_0x1b251a(0xd9)][0x0];if(!_0x1d0875)throw CliErrors['validation'](_0x1b251a(0xe4),_0x1b251a(0xd7)+CLI_BIN_NAME+_0x1b251a(0xf4));const _0x3a5e8c=resolveWriteScope({'explicitGlobal':_0x4b784c[_0x1b251a(0xe1)](_0x1b251a(0xed)),'policy':_0x1b251a(0xbb)}),_0x5238bd=toScopeFlags(_0x3a5e8c),_0x426a77=readScopedConfig(_0x5238bd),_0x11e125=parseAliasDeleteKey(_0x1d0875);if(_0x11e125){if(!deleteLocalAppAlias(_0x426a77,_0x11e125))throw CliErrors['validation'](_0x1b251a(0xdf)+_0x1d0875);return console[_0x1b251a(0xfd)](_0x1b251a(0xc5)+_0x1d0875+'`'+(_0x3a5e8c===_0x1b251a(0xed)?'\x20(global)':'')),writeScopedConfig(_0x426a77,_0x5238bd),{'ok':!![]};}if(_0x426a77[_0x1d0875]===undefined)throw CliErrors[_0x1b251a(0xcf)](_0x1b251a(0xcc)+_0x1d0875+_0x1b251a(0xdd));return delete _0x426a77[_0x1d0875],console['log']('Deleted\x20`'+_0x1d0875+'`'+(_0x3a5e8c==='global'?_0x1b251a(0xfa):'')),writeScopedConfig(_0x426a77,_0x5238bd),{'ok':!![]};}};export const configDefinitions=[listDef,getDef,setDef,deleteDef];
@@ -1 +1 @@
1
- (function(_0x5f0b9d,_0x34f3d2){var _0x531bf0=a15_0x1888,_0x4294b8=_0x5f0b9d();while(!![]){try{var _0xa3a013=-parseInt(_0x531bf0(0x173))/0x1*(-parseInt(_0x531bf0(0x171))/0x2)+-parseInt(_0x531bf0(0x175))/0x3+-parseInt(_0x531bf0(0x16b))/0x4+parseInt(_0x531bf0(0x16e))/0x5*(-parseInt(_0x531bf0(0x16d))/0x6)+parseInt(_0x531bf0(0x16f))/0x7*(parseInt(_0x531bf0(0x172))/0x8)+parseInt(_0x531bf0(0x16c))/0x9*(-parseInt(_0x531bf0(0x170))/0xa)+parseInt(_0x531bf0(0x174))/0xb;if(_0xa3a013===_0x34f3d2)break;else _0x4294b8['push'](_0x4294b8['shift']());}catch(_0x100dbd){_0x4294b8['push'](_0x4294b8['shift']());}}}(a15_0x363e,0xc6e0a));function a15_0x1888(_0x2d59c5,_0x32ff40){_0x2d59c5=_0x2d59c5-0x16b;var _0x363e99=a15_0x363e();var _0x1888a9=_0x363e99[_0x2d59c5];return _0x1888a9;}import{CLI_BIN_NAME}from'../../constant/cli.js';function a15_0x363e(){var _0x31e253=['1UAPjiR','49948932IwLBdv','4214400QICARx','3925776UyvmyA','9OVnztA','16410XWHuoW','2845xnAkNf','77168eVYETF','14620010JjkAIh','2077716neBRDy','464lTEZZy'];a15_0x363e=function(){return _0x31e253;};return a15_0x363e();}export{CLI_BIN_NAME};export{readScopedConfig,writeScopedConfig}from'../../context.js';export{resolveConfigScope as resolveWriteScope,TOP_LEVEL_CONFIG_KEYS as TOP_LEVEL_KEYS,CONFIG_ENUM_VALUES as ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,toScopeFlags}from'../../commands/common/config-policy.js';
1
+ (function(_0xa4d4a9,_0x581d6d){var _0x461fee=a15_0x18e3,_0x1ebb4d=_0xa4d4a9();while(!![]){try{var _0x364a18=-parseInt(_0x461fee(0x80))/0x1+-parseInt(_0x461fee(0x84))/0x2+-parseInt(_0x461fee(0x7e))/0x3+parseInt(_0x461fee(0x82))/0x4*(-parseInt(_0x461fee(0x83))/0x5)+parseInt(_0x461fee(0x85))/0x6+parseInt(_0x461fee(0x7f))/0x7*(-parseInt(_0x461fee(0x81))/0x8)+parseInt(_0x461fee(0x7d))/0x9*(parseInt(_0x461fee(0x86))/0xa);if(_0x364a18===_0x581d6d)break;else _0x1ebb4d['push'](_0x1ebb4d['shift']());}catch(_0x227502){_0x1ebb4d['push'](_0x1ebb4d['shift']());}}}(a15_0x1fcd,0x8f98b));function a15_0x1fcd(){var _0x106d55=['2323416NGwIFC','70DrheIM','3542967Fulxcw','2835648CdbcFB','79751evBgUw','151852OXrsSD','144QwHkjm','12VNntWy','961715fGitqM','1351070zApkPI'];a15_0x1fcd=function(){return _0x106d55;};return a15_0x1fcd();}function a15_0x18e3(_0xcec536,_0x1ae996){_0xcec536=_0xcec536-0x7d;var _0x1fcd12=a15_0x1fcd();var _0x18e347=_0x1fcd12[_0xcec536];return _0x18e347;}import{CLI_BIN_NAME}from'../../constant/cli.js';export{CLI_BIN_NAME};export{readScopedConfig,writeScopedConfig}from'../../context.js';export{resolveConfigScope as resolveWriteScope,TOP_LEVEL_CONFIG_KEYS as TOP_LEVEL_KEYS,CONFIG_ENUM_VALUES as ENUM_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,toScopeFlags}from'../../commands/common/config-policy.js';