@lovrabet/lovrabet-cli 2.1.7-beta.1 → 2.1.7-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/cli.js +1 -1
- package/lib/commands/api-doc/index.js +1 -1
- package/lib/commands/app/cache.js +1 -1
- package/lib/commands/app/definitions.js +1 -1
- package/lib/commands/app/eligibility.js +1 -1
- package/lib/commands/app/mock-loader.js +1 -1
- package/lib/commands/app/remote-source.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/artifact/index.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/auth/prompt.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/exec.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/common/config-policy.js +1 -1
- package/lib/commands/common/constraints.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/config/definitions.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/sdk-doc.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/init.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/personal-bff/index.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/service/dynamic.js +1 -1
- package/lib/commands/service/index.js +1 -1
- package/lib/commands/service/registry.js +1 -1
- package/lib/commands/skill/commands/create.js +1 -1
- package/lib/commands/skill/commands/install.js +1 -1
- package/lib/commands/skill/commands/list.js +1 -1
- package/lib/commands/skill/commands/push.js +1 -1
- package/lib/commands/skill/commands/validate.js +1 -1
- package/lib/commands/skill/flags.js +1 -1
- package/lib/commands/skill/index.js +1 -1
- package/lib/commands/skill/manifest-helpers.js +1 -1
- package/lib/commands/skill/push-retarget.js +1 -0
- package/lib/commands/skill/scopes.js +1 -1
- package/lib/commands/skill/summary.js +1 -1
- package/lib/commands/skill/templates.js +1 -1
- package/lib/commands/skill/validate.js +1 -1
- package/lib/commands/sql/detail.js +1 -1
- package/lib/commands/sql/exec.js +1 -1
- package/lib/commands/sql/index.js +1 -1
- package/lib/commands/update.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/app.js +1 -1
- package/lib/constant/auth-mode.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.js +1 -1
- package/lib/constant/distribution.js +1 -1
- package/lib/constant/domain.js +1 -1
- package/lib/constant/env.js +1 -1
- package/lib/constant/output.js +1 -1
- package/lib/constant/product.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/url.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/sdk-client.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.js +1 -1
- package/lib/framework/dryrun.js +1 -1
- package/lib/framework/flags.js +1 -1
- package/lib/framework/help.js +1 -1
- package/lib/framework/index.js +1 -1
- package/lib/framework/output.js +1 -1
- package/lib/framework/preparse.js +1 -1
- package/lib/framework/response.js +1 -1
- package/lib/framework/runner-confirmation.js +1 -1
- package/lib/framework/runner-error.js +1 -1
- package/lib/framework/runner.js +1 -1
- package/lib/framework/schema-export.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.js +1 -1
- package/lib/help.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/runtime-skill-sync/constants.js +1 -1
- package/lib/skills/runtime-skill-sync/fs-utils.js +1 -1
- package/lib/skills/runtime-skill-sync/hashing.js +1 -1
- package/lib/skills/runtime-skill-sync/links.js +1 -1
- package/lib/skills/runtime-skill-sync/list-local.js +1 -1
- package/lib/skills/runtime-skill-sync/local-files.js +1 -1
- package/lib/skills/runtime-skill-sync/materialize.js +1 -1
- package/lib/skills/runtime-skill-sync/metadata.js +1 -1
- package/lib/skills/runtime-skill-sync/paths.js +1 -1
- package/lib/skills/runtime-skill-sync/push.js +1 -1
- package/lib/skills/runtime-skill-sync/scopes.js +1 -1
- package/lib/skills/runtime-skill-sync/zip-codec.js +1 -1
- package/lib/skills/runtime-skill-sync/zip-package.js +1 -1
- package/lib/skills/runtime-skill-sync.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/logger.js +1 -1
- package/lib/utils/params.js +1 -1
- package/lib/utils/platform.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +3 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xa62d65,_0x2fef0a){const _0x5af387=a15_0x2613,_0x41ec95=_0xa62d65();while(!![]){try{const _0x2626ce=-parseInt(_0x5af387(0x164))/0x1*(parseInt(_0x5af387(0x165))/0x2)+-parseInt(_0x5af387(0x172))/0x3*(parseInt(_0x5af387(0x17a))/0x4)+-parseInt(_0x5af387(0x16a))/0x5*(-parseInt(_0x5af387(0x16b))/0x6)+-parseInt(_0x5af387(0x177))/0x7*(-parseInt(_0x5af387(0x173))/0x8)+-parseInt(_0x5af387(0x17b))/0x9*(parseInt(_0x5af387(0x16d))/0xa)+-parseInt(_0x5af387(0x17c))/0xb*(-parseInt(_0x5af387(0x176))/0xc)+parseInt(_0x5af387(0x16c))/0xd;if(_0x2626ce===_0x2fef0a)break;else _0x41ec95['push'](_0x41ec95['shift']());}catch(_0x596699){_0x41ec95['push'](_0x41ec95['shift']());}}}(a15_0x412c,0x5eae3));function a15_0x2613(_0x3c45f3,_0x1c8477){_0x3c45f3=_0x3c45f3-0x164;const _0x412cb6=a15_0x412c();let _0x261346=_0x412cb6[_0x3c45f3];return _0x261346;}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';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(_0x1b9816){const _0xbe2062=a15_0x2613,{explicitGlobal:explicitGlobal=![],explicitProject:explicitProject=![],policy:_0x32cdee}=_0x1b9816;if(explicitGlobal&&explicitProject)throw CliErrors[_0xbe2062(0x16e)]('Flags\x20--global\x20and\x20--project\x20are\x20mutually\x20exclusive.',_0xbe2062(0x167));if(explicitGlobal)return _0xbe2062(0x175);if(explicitProject)return _0xbe2062(0x16f);switch(_0x32cdee){case _0xbe2062(0x166):return _0xbe2062(0x175);case _0xbe2062(0x168):return _0x1b9816[_0xbe2062(0x170)]??isInProject()?'project':_0xbe2062(0x175);case'project-or-global-explicit':if(!(_0x1b9816[_0xbe2062(0x170)]??isInProject()))throw CliErrors['validation'](_0xbe2062(0x174)+PRODUCT_CONFIG[_0xbe2062(0x178)]+_0xbe2062(0x179),_0xbe2062(0x169)+PRODUCT_CONFIG[_0xbe2062(0x178)]+',\x20or\x20run\x20`'+CLI_BIN_NAME+_0xbe2062(0x171));return _0xbe2062(0x16f);}}export function toScopeFlags(_0x3a6b3c){return{'global':_0x3a6b3c==='global'};}function a15_0x412c(){const _0x1bd2a8=['1884cKISJK','30216AgMMkV','Not\x20inside\x20a\x20project\x20(no\x20','global','24BQBSLa','7lFZPKI','newConfigFileName','\x20found).','2164tFZhbX','9PsOXfJ','601986wLpaMZ','8aCzikp','147538TKTAfn','global-default','Use\x20only\x20one\x20config\x20scope\x20flag.','project-default','Add\x20--global\x20to\x20write\x20to\x20~/','2097780OuRYCO','6dOVdbP','16611023LCkjti','4928450GiaFYI','validation','project','inProject','\x20init`\x20first.'];a15_0x412c=function(){return _0x1bd2a8;};return a15_0x412c();}export function formatScopeLabel(_0xa3cfd6){const _0x1aa1c9=a15_0x2613;return _0xa3cfd6===_0x1aa1c9(0x175)?'\x20(global)':'';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a16_0x68d5(){const _0x1bc36c=['51800sTFqev','267942ERaCEZ','\x20are\x20mutually\x20exclusive\x20for\x20`','508279NAbfNa','\x20is\x20allowed,\x20found:\x20','\x20is\x20required\x20for\x20`','Invalid\x20--','118ZcLrRm','9474lPTQyz','441FWrpxr','146512lFAlSa','validation','Provide\x20one\x20of:\x20','join',':\x20expected\x20','Remove\x20all\x20but\x20one.','743446tCqkPv',',\x20got\x20\x22','Flags\x20','3157NzoiBC','4264VTbIuR','str','At\x20least\x20one\x20of\x20','some','5AmEbiz','length','Exactly\x20one\x20of\x20','Use\x20only\x20one\x20of:\x20','test'];a16_0x68d5=function(){return _0x1bc36c;};return a16_0x68d5();}(function(_0x186b9b,_0x3b36a8){const _0x3f35f6=a16_0x431f,_0x4a01c9=_0x186b9b();while(!![]){try{const _0x17e087=parseInt(_0x3f35f6(0xf8))/0x1+parseInt(_0x3f35f6(0xfc))/0x2*(-parseInt(_0x3f35f6(0xfd))/0x3)+parseInt(_0x3f35f6(0xff))/0x4+parseInt(_0x3f35f6(0xf0))/0x5*(-parseInt(_0x3f35f6(0xf6))/0x6)+-parseInt(_0x3f35f6(0x108))/0x7*(-parseInt(_0x3f35f6(0x109))/0x8)+-parseInt(_0x3f35f6(0xfe))/0x9*(parseInt(_0x3f35f6(0xf5))/0xa)+parseInt(_0x3f35f6(0x105))/0xb;if(_0x17e087===_0x3b36a8)break;else _0x4a01c9['push'](_0x4a01c9['shift']());}catch(_0xdc9d55){_0x4a01c9['push'](_0x4a01c9['shift']());}}}(a16_0x68d5,0x59dcd));import{CliErrors}from'../../errors.js';function a16_0x431f(_0x381831,_0x3673a5){_0x381831=_0x381831-0xee;const _0x68d5c9=a16_0x68d5();let _0x431f82=_0x68d5c9[_0x381831];return _0x431f82;}function isSet(_0x5d8177,_0x26bc8e){const _0x5b65a3=_0x5d8177['flag'](_0x26bc8e);return _0x5b65a3!==undefined&&_0x5b65a3!==''&&_0x5b65a3!==![]&&_0x5b65a3!==0x0;}function fmtNames(_0x5c35ef){const _0x350c3e=a16_0x431f;return _0x5c35ef['map'](_0x614a07=>'--'+_0x614a07)[_0x350c3e(0x102)](',\x20');}export function requireOneOf(_0x873809,_0x2eadc4,_0xb19de3){const _0x526c1b=a16_0x431f,_0x39c2d0=_0x2eadc4['filter'](_0x2ccfa5=>isSet(_0x873809,_0x2ccfa5));if(_0x39c2d0['length']!==0x1)throw CliErrors['validation'](_0x39c2d0[_0x526c1b(0xf1)]===0x0?_0x526c1b(0xf2)+fmtNames(_0x2eadc4)+_0x526c1b(0xfa)+_0xb19de3+'`.':'Only\x20one\x20of\x20'+fmtNames(_0x2eadc4)+_0x526c1b(0xf9)+fmtNames(_0x39c2d0)+'.',_0x39c2d0[_0x526c1b(0xf1)]===0x0?_0x526c1b(0x101)+fmtNames(_0x2eadc4):_0x526c1b(0x104));}export function requireAnyOf(_0x306697,_0x13e076,_0x338dee){const _0x4ef7c3=a16_0x431f;if(!_0x13e076[_0x4ef7c3(0xef)](_0x3be9a1=>isSet(_0x306697,_0x3be9a1)))throw CliErrors[_0x4ef7c3(0x100)](_0x4ef7c3(0xee)+fmtNames(_0x13e076)+_0x4ef7c3(0xfa)+_0x338dee+'`.',_0x4ef7c3(0x101)+fmtNames(_0x13e076));}export function mutuallyExclusive(_0x10fd38,_0xa79180,_0x29bfe5){const _0x2fadb2=a16_0x431f,_0x95b64b=_0xa79180['filter'](_0x2e577e=>isSet(_0x10fd38,_0x2e577e));if(_0x95b64b[_0x2fadb2(0xf1)]>0x1)throw CliErrors[_0x2fadb2(0x100)](_0x2fadb2(0x107)+fmtNames(_0x95b64b)+_0x2fadb2(0xf7)+_0x29bfe5+'`.',_0x2fadb2(0xf3)+fmtNames(_0xa79180));}export function validatePattern(_0x3a8b0b,_0x393351,_0x11c33c,_0x1c17d2){const _0x51a2f6=a16_0x431f,_0x283a16=_0x3a8b0b[_0x51a2f6(0x10a)](_0x393351);if(_0x283a16&&!_0x11c33c[_0x51a2f6(0xf4)](_0x283a16))throw CliErrors[_0x51a2f6(0x100)](_0x51a2f6(0xfb)+_0x393351+_0x51a2f6(0x103)+_0x1c17d2+_0x51a2f6(0x106)+_0x283a16+'\x22.');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a17_0x3848df=a17_0x43d1;(function(_0x2c89d6,_0x480052){const _0x1ecd13=a17_0x43d1,_0x28c6ca=_0x2c89d6();while(!![]){try{const _0x2690fa=-parseInt(_0x1ecd13(0x82))/0x1+-parseInt(_0x1ecd13(0x90))/0x2*(-parseInt(_0x1ecd13(0x84))/0x3)+-parseInt(_0x1ecd13(0x89))/0x4*(-parseInt(_0x1ecd13(0x8f))/0x5)+parseInt(_0x1ecd13(0x8d))/0x6+parseInt(_0x1ecd13(0x8e))/0x7+parseInt(_0x1ecd13(0x7b))/0x8*(parseInt(_0x1ecd13(0x91))/0x9)+-parseInt(_0x1ecd13(0x7f))/0xa;if(_0x2690fa===_0x480052)break;else _0x28c6ca['push'](_0x28c6ca['shift']());}catch(_0x22be90){_0x28c6ca['push'](_0x28c6ca['shift']());}}}(a17_0x2ec0,0xb2ccb));export const CODE_FLAG={'name':'code','type':a17_0x3848df(0x8a),'required':!![],'description':a17_0x3848df(0x83),'pattern':{'regex':/^[a-f0-9]{32}$/i,'description':a17_0x3848df(0x85)}};function a17_0x43d1(_0x50ef6e,_0x2ad8e4){_0x50ef6e=_0x50ef6e-0x7a;const _0x2ec0d9=a17_0x2ec0();let _0x43d162=_0x2ec0d9[_0x50ef6e];return _0x43d162;}export const SQLCODE_FLAG={'name':a17_0x3848df(0x87),'type':a17_0x3848df(0x8a),'required':!![],'description':a17_0x3848df(0x80),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a17_0x3848df(0x88)}};function a17_0x2ec0(){const _0x133999=['Return\x20full\x20raw\x20response\x20object','208NjMYSY','Parameters\x20as\x20JSON\x20string\x20(e.g.\x20\x27{\x22key\x22:\x22value\x22}\x27)','number','params','22176570QVFUau','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','verbose','1104223PkgdxU','Dataset\x20code\x20(32-char\x20hex\x20UUID)','2654076hIdNil','a\x2032-character\x20lowercase\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588a3a79d4a3540bbb2def2ad0a228a9acd)','boolean','sqlcode','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','40ouoHqZ','string','Resource\x20name\x20for\x20lookup','name','8088630ehEFST','4024888aYegfT','145910oeLekz','2mANBiO','330453llaHeI'];a17_0x2ec0=function(){return _0x133999;};return a17_0x2ec0();}export const VERBOSE_FLAG={'name':a17_0x3848df(0x81),'type':a17_0x3848df(0x86),'description':a17_0x3848df(0x7a)};export const PARAMS_FLAG={'name':a17_0x3848df(0x7e),'type':a17_0x3848df(0x8a),'description':a17_0x3848df(0x7c)};export const NAME_FLAG={'name':a17_0x3848df(0x8c),'type':a17_0x3848df(0x8a),'description':a17_0x3848df(0x8b)};export const ID_FLAG={'name':'id','type':a17_0x3848df(0x7d),'required':!![],'description':'Resource\x20ID'};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a18_0x411358=a18_0x50fe;(function(_0x3846db,_0x2e8006){const _0x4453d9=a18_0x50fe,_0x3b420c=_0x3846db();while(!![]){try{const _0x52e960=-parseInt(_0x4453d9(0x122))/0x1*(-parseInt(_0x4453d9(0x12f))/0x2)+-parseInt(_0x4453d9(0x116))/0x3+-parseInt(_0x4453d9(0x120))/0x4+-parseInt(_0x4453d9(0x145))/0x5*(parseInt(_0x4453d9(0x130))/0x6)+-parseInt(_0x4453d9(0x131))/0x7+-parseInt(_0x4453d9(0x147))/0x8+-parseInt(_0x4453d9(0x123))/0x9*(-parseInt(_0x4453d9(0x113))/0xa);if(_0x52e960===_0x2e8006)break;else _0x3b420c['push'](_0x3b420c['shift']());}catch(_0x1344d9){_0x3b420c['push'](_0x3b420c['shift']());}}}(a18_0x2a39,0xd8366));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':a18_0x411358(0x117),'type':a18_0x411358(0x10c),'description':a18_0x411358(0x110),'default':![]};function parseAliasAppcodeSetKey(_0x2056f9){const _0x289d46=a18_0x411358,_0x3a6260=_0x2056f9[_0x289d46(0x114)]('.');if(_0x3a6260['length']!==0x3||_0x3a6260[0x0]!==_0x289d46(0x13d)||_0x3a6260[0x2]!==_0x289d46(0x148))return undefined;const _0x5376ad=_0x3a6260[0x1]?.[_0x289d46(0x11e)]();return _0x5376ad?_0x5376ad:undefined;}function parseAliasDeleteKey(_0x2fa4bc){const _0x578f4c=a18_0x411358,_0x413bfe=_0x2fa4bc[_0x578f4c(0x114)]('.');if(_0x413bfe[_0x578f4c(0x111)]===0x2&&_0x413bfe[0x0]==='apps'){const _0x2ccb34=_0x413bfe[0x1]?.[_0x578f4c(0x11e)]();return _0x2ccb34?{'alias':_0x2ccb34}:undefined;}if(_0x413bfe[_0x578f4c(0x111)]===0x3&&_0x413bfe[0x0]==='apps'&&_0x413bfe[0x2]===_0x578f4c(0x148)){const _0x352369=_0x413bfe[0x1]?.[_0x578f4c(0x11e)]();return _0x352369?{'alias':_0x352369,'field':'appcode'}:undefined;}return undefined;}function a18_0x2a39(){const _0x733689=['project-or-global-explicit','289884fsCuNG','Set\x20`','251oovtbN','162midXXW','join','stringify','validation','#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a','object','Missing\x20key\x20argument.','pageSize','raw','Set\x20a\x20config\x20value','field','write','7222cWRJyO','966glUGlc','11987647jjYYjC','\x22\x20is\x20not\x20settable.','\x20config\x20delete\x20<key>\x20[--global]','alias','`\x20=\x20\x22','Deleted\x20`','format','log','\x20\x20project:\x20','includes','Key\x20not\x20found:\x20','Value\x20to\x20assign','apps','(none)','isArray','Delete\x20a\x20config\x20value','Missing\x20key\x20or\x20value.','read','Top-level\x20key\x20\x22','delete','43405isuphS','Invalid\x20value\x20for\x20\x22','5852232IgtaHX','appcode','config','Config\x20files:\x0a','\x22.\x20Allowed:\x20','boolean','\x20\x20global:\x20\x20','key','get','Write\x20to\x20global\x20config','length','pretty','2914090cJqHol','split','List\x20current\x20config','4055865MwrTnd','global','Key\x20\x22','\x20(global)','bool','set','Usage:\x20','args','trim'];a18_0x2a39=function(){return _0x733689;};return a18_0x2a39();}function setLocalAppAlias(_0x400e17,_0x326777,_0x424e83){const _0x41be55=a18_0x411358,_0x12a885=_0x400e17[_0x41be55(0x13d)]&&typeof _0x400e17[_0x41be55(0x13d)]===_0x41be55(0x128)&&!Array[_0x41be55(0x13f)](_0x400e17['apps'])?_0x400e17[_0x41be55(0x13d)]:{},_0x571878=_0x12a885[_0x326777]&&typeof _0x12a885[_0x326777]===_0x41be55(0x128)&&!Array['isArray'](_0x12a885[_0x326777])?_0x12a885[_0x326777]:{};_0x571878[_0x41be55(0x148)]=_0x424e83,_0x12a885[_0x326777]=_0x571878,_0x400e17['apps']=_0x12a885;}function deleteLocalAppAlias(_0x469f5f,_0x4b0713){const _0x1c5cc5=a18_0x411358;if(!_0x469f5f[_0x1c5cc5(0x13d)]||typeof _0x469f5f[_0x1c5cc5(0x13d)]!==_0x1c5cc5(0x128)||Array[_0x1c5cc5(0x13f)](_0x469f5f[_0x1c5cc5(0x13d)]))return![];const _0x26209a=_0x469f5f['apps'],_0x33cbd1=_0x26209a[_0x4b0713['alias']];if(!_0x33cbd1||typeof _0x33cbd1!==_0x1c5cc5(0x128)||Array[_0x1c5cc5(0x13f)](_0x33cbd1))return![];if(!_0x4b0713[_0x1c5cc5(0x12d)])return delete _0x26209a[_0x4b0713[_0x1c5cc5(0x134)]],!![];if(!(_0x4b0713[_0x1c5cc5(0x12d)]in _0x33cbd1))return![];return delete _0x33cbd1[_0x4b0713[_0x1c5cc5(0x12d)]],Object['keys'](_0x33cbd1)['length']===0x0&&delete _0x26209a[_0x4b0713['alias']],!![];}const listDef={'service':a18_0x411358(0x149),'command':'list','description':a18_0x411358(0x115),'risk':a18_0x411358(0x142),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x48ed9e){const _0xcdfc7c=a18_0x411358,{buildConfigFromFlags:_0x39b9c9}=await import('../../context.js'),_0x27a0d9=_0x39b9c9({}),_0x28a0fc=getProjectConfigPath(),_0x4b421c=resolveWriteConfigPath('global');if(_0x48ed9e[_0xcdfc7c(0x137)]===_0xcdfc7c(0x112))return{'ok':!![],'message':_0xcdfc7c(0x127)+(JSON[_0xcdfc7c(0x125)](_0x27a0d9['raw'],null,0x2)+'\x0a\x0a')+_0xcdfc7c(0x14a)+(_0xcdfc7c(0x139)+(_0x28a0fc??_0xcdfc7c(0x13e))+'\x0a')+(_0xcdfc7c(0x10d)+_0x4b421c)};return{'ok':!![],'data':{'effective':_0x27a0d9[_0xcdfc7c(0x12b)],'configFiles':{'project':_0x28a0fc??null,'global':_0x4b421c}}};}},getDef={'service':a18_0x411358(0x149),'command':a18_0x411358(0x10f),'description':'Get\x20a\x20config\x20value','risk':a18_0x411358(0x142),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a18_0x411358(0x10e),'description':'Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','required':!![]}],'flags':[],async 'execute'(_0x44c167){const _0x3321e4=a18_0x411358,_0x2c5af7=_0x44c167[_0x3321e4(0x11d)][0x0];if(!_0x2c5af7)throw CliErrors[_0x3321e4(0x126)](_0x3321e4(0x129),_0x3321e4(0x11c)+CLI_BIN_NAME+'\x20config\x20get\x20<key>');const {buildConfigFromFlags:_0x34947c}=await import('../../context.js'),{raw:_0x1ad410}=_0x34947c({});if(_0x2c5af7[_0x3321e4(0x13a)]('.')){const _0x5b7f3e=_0x2c5af7[_0x3321e4(0x114)]('.');let _0x1636fe=_0x1ad410;for(const _0x34ef87 of _0x5b7f3e){if(_0x1636fe==null||typeof _0x1636fe!==_0x3321e4(0x128))throw CliErrors[_0x3321e4(0x126)](_0x3321e4(0x13b)+_0x2c5af7);_0x1636fe=_0x1636fe[_0x34ef87];}if(_0x1636fe===undefined)throw CliErrors[_0x3321e4(0x126)]('Key\x20not\x20found:\x20'+_0x2c5af7);return console[_0x3321e4(0x138)](typeof _0x1636fe===_0x3321e4(0x128)?JSON[_0x3321e4(0x125)](_0x1636fe,null,0x2):String(_0x1636fe)),{'ok':!![]};}const _0x4bd98b=_0x1ad410[_0x2c5af7];if(_0x4bd98b===undefined)throw CliErrors[_0x3321e4(0x126)](_0x3321e4(0x13b)+_0x2c5af7);return console['log'](typeof _0x4bd98b===_0x3321e4(0x128)?JSON[_0x3321e4(0x125)](_0x4bd98b,null,0x2):String(_0x4bd98b)),{'ok':!![]};}},setDef={'service':a18_0x411358(0x149),'command':a18_0x411358(0x11b),'description':a18_0x411358(0x12c),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a18_0x411358(0x10e),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':'value','description':a18_0x411358(0x13c),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x2cccb6){const _0x6e45a4=a18_0x411358,_0x3ae2c7=_0x2cccb6['args'][0x0],_0x292f30=_0x2cccb6[_0x6e45a4(0x11d)][0x1];if(!_0x3ae2c7||_0x292f30===undefined)throw CliErrors[_0x6e45a4(0x126)](_0x6e45a4(0x141),_0x6e45a4(0x11c)+CLI_BIN_NAME+'\x20config\x20set\x20<key>\x20<value>\x20[--global]');if(ENUM_KEYS[_0x3ae2c7]&&!ENUM_KEYS[_0x3ae2c7][_0x6e45a4(0x13a)](_0x292f30))throw CliErrors[_0x6e45a4(0x126)](_0x6e45a4(0x146)+_0x3ae2c7+_0x6e45a4(0x14b)+ENUM_KEYS[_0x3ae2c7][_0x6e45a4(0x124)](',\x20'));if(_0x3ae2c7==='riskLevel')throw CliErrors[_0x6e45a4(0x126)]('\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.');if(_0x3ae2c7===_0x6e45a4(0x12a)){const _0xfc523c=Number(_0x292f30);if(isNaN(_0xfc523c)||_0xfc523c<=0x0)throw CliErrors[_0x6e45a4(0x126)]('pageSize\x20must\x20be\x20a\x20positive\x20number');}const _0x4a4160=resolveWriteScope({'explicitGlobal':_0x2cccb6[_0x6e45a4(0x11a)]('global'),'policy':'project-or-global-explicit'}),_0x32a618=toScopeFlags(_0x4a4160),_0x5994f9=readScopedConfig(_0x32a618),_0x208fd6=parseAliasAppcodeSetKey(_0x3ae2c7);if(!_0x208fd6&&!isTopLevelConfigKey(_0x3ae2c7))throw CliErrors[_0x6e45a4(0x126)](_0x6e45a4(0x143)+_0x3ae2c7+_0x6e45a4(0x132),'Settable\x20keys:\x20'+getTopLevelConfigKeySummary()+';\x20apps.<alias>.appcode');return _0x208fd6?setLocalAppAlias(_0x5994f9,_0x208fd6,_0x292f30):_0x5994f9[_0x3ae2c7]=_0x3ae2c7===_0x6e45a4(0x12a)?Number(_0x292f30):_0x292f30,console[_0x6e45a4(0x138)](_0x6e45a4(0x121)+_0x3ae2c7+_0x6e45a4(0x135)+_0x292f30+'\x22'+(_0x4a4160==='global'?_0x6e45a4(0x119):'')),writeScopedConfig(_0x5994f9,_0x32a618),{'ok':!![]};}},deleteDef={'service':a18_0x411358(0x149),'command':a18_0x411358(0x144),'description':a18_0x411358(0x140),'risk':a18_0x411358(0x12e),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a18_0x411358(0x10e),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x5c763a){const _0x17c38e=a18_0x411358,_0x2abfa7=_0x5c763a[_0x17c38e(0x11d)][0x0];if(!_0x2abfa7)throw CliErrors['validation'](_0x17c38e(0x129),'Usage:\x20'+CLI_BIN_NAME+_0x17c38e(0x133));const _0x74ff5c=resolveWriteScope({'explicitGlobal':_0x5c763a[_0x17c38e(0x11a)](_0x17c38e(0x117)),'policy':_0x17c38e(0x11f)}),_0x5e63e1=toScopeFlags(_0x74ff5c),_0x5c7e5e=readScopedConfig(_0x5e63e1),_0x44d2a5=parseAliasDeleteKey(_0x2abfa7);if(_0x44d2a5){if(!deleteLocalAppAlias(_0x5c7e5e,_0x44d2a5))throw CliErrors[_0x17c38e(0x126)](_0x17c38e(0x13b)+_0x2abfa7);return console[_0x17c38e(0x138)](_0x17c38e(0x136)+_0x2abfa7+'`'+(_0x74ff5c===_0x17c38e(0x117)?'\x20(global)':'')),writeScopedConfig(_0x5c7e5e,_0x5e63e1),{'ok':!![]};}if(_0x5c7e5e[_0x2abfa7]===undefined)throw CliErrors[_0x17c38e(0x126)](_0x17c38e(0x118)+_0x2abfa7+'\x22\x20not\x20found\x20at\x20top\x20level.');return delete _0x5c7e5e[_0x2abfa7],console[_0x17c38e(0x138)](_0x17c38e(0x136)+_0x2abfa7+'`'+(_0x74ff5c==='global'?_0x17c38e(0x119):'')),writeScopedConfig(_0x5c7e5e,_0x5e63e1),{'ok':!![]};}};function a18_0x50fe(_0x4534ad,_0x1be6ca){_0x4534ad=_0x4534ad-0x10c;const _0x2a39a4=a18_0x2a39();let _0x50fe97=_0x2a39a4[_0x4534ad];return _0x50fe97;}export const configDefinitions=[listDef,getDef,setDef,deleteDef];
|
|
1
|
+
const a18_0x5c36d0=a18_0x502c;(function(_0x43c82f,_0x594f31){const _0xc92d8a=a18_0x502c,_0x2f07b4=_0x43c82f();while(!![]){try{const _0x33db1a=parseInt(_0xc92d8a(0x13e))/0x1*(parseInt(_0xc92d8a(0x164))/0x2)+-parseInt(_0xc92d8a(0x153))/0x3*(parseInt(_0xc92d8a(0x157))/0x4)+-parseInt(_0xc92d8a(0x173))/0x5+-parseInt(_0xc92d8a(0x15a))/0x6*(parseInt(_0xc92d8a(0x147))/0x7)+-parseInt(_0xc92d8a(0x155))/0x8+-parseInt(_0xc92d8a(0x152))/0x9+-parseInt(_0xc92d8a(0x158))/0xa*(-parseInt(_0xc92d8a(0x169))/0xb);if(_0x33db1a===_0x594f31)break;else _0x2f07b4['push'](_0x2f07b4['shift']());}catch(_0x49c3d0){_0x2f07b4['push'](_0x2f07b4['shift']());}}}(a18_0x232d,0x9f94a));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':a18_0x5c36d0(0x14e),'type':'boolean','description':'Write\x20to\x20global\x20config','default':![]};function a18_0x502c(_0x4a029d,_0x318554){_0x4a029d=_0x4a029d-0x135;const _0x232d7e=a18_0x232d();let _0x502c9c=_0x232d7e[_0x4a029d];return _0x502c9c;}function parseAliasAppcodeSetKey(_0x368428){const _0x336211=a18_0x5c36d0,_0x200200=_0x368428[_0x336211(0x16b)]('.');if(_0x200200['length']!==0x3||_0x200200[0x0]!==_0x336211(0x141)||_0x200200[0x2]!==_0x336211(0x144))return undefined;const _0x47f036=_0x200200[0x1]?.[_0x336211(0x16a)]();return _0x47f036?_0x47f036:undefined;}function a18_0x232d(){const _0x19f775=['appcode','key','pageSize','259yOWtsO','Key\x20\x22','keys','Missing\x20key\x20or\x20value.','Usage:\x20','write','args','global','Key\x20not\x20found:\x20','Set\x20`','\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.','1583397qnGRLM','123DFJSgm','join','1406736QHubNt','log','70268EMHKKF','63950RdedHj','length','122676uDFWRL','\x22\x20is\x20not\x20settable.','Top-level\x20key\x20\x22','field','stringify','(none)','\x20config\x20set\x20<key>\x20<value>\x20[--global]','object','list','format','1878zrYvsq','config','validation','delete','Get\x20a\x20config\x20value','4301EiECJP','trim','split','riskLevel','get','includes','\x20\x20global:\x20\x20','read','raw','Invalid\x20value\x20for\x20\x22','152430WcyZVk','../../context.js','`\x20=\x20\x22','bool','isArray','Set\x20a\x20config\x20value','alias','set','\x22.\x20Allowed:\x20','project-or-global-explicit','pageSize\x20must\x20be\x20a\x20positive\x20number','List\x20current\x20config','\x20config\x20delete\x20<key>\x20[--global]','\x20(global)','Deleted\x20`','13oKhdmt',';\x20apps.<alias>.appcode','value','apps','Config\x20key\x20(supports\x20dot\x20notation\x20for\x20reads\x20only)','Missing\x20key\x20argument.'];a18_0x232d=function(){return _0x19f775;};return a18_0x232d();}function parseAliasDeleteKey(_0x480947){const _0x200c86=a18_0x5c36d0,_0xf01b6f=_0x480947['split']('.');if(_0xf01b6f['length']===0x2&&_0xf01b6f[0x0]===_0x200c86(0x141)){const _0x277ed2=_0xf01b6f[0x1]?.[_0x200c86(0x16a)]();return _0x277ed2?{'alias':_0x277ed2}:undefined;}if(_0xf01b6f['length']===0x3&&_0xf01b6f[0x0]===_0x200c86(0x141)&&_0xf01b6f[0x2]==='appcode'){const _0x57bc47=_0xf01b6f[0x1]?.[_0x200c86(0x16a)]();return _0x57bc47?{'alias':_0x57bc47,'field':'appcode'}:undefined;}return undefined;}function setLocalAppAlias(_0x154528,_0x5c0858,_0x331ca4){const _0x6872b4=a18_0x5c36d0,_0x5d3044=_0x154528[_0x6872b4(0x141)]&&typeof _0x154528[_0x6872b4(0x141)]===_0x6872b4(0x161)&&!Array[_0x6872b4(0x177)](_0x154528['apps'])?_0x154528[_0x6872b4(0x141)]:{},_0x2af7df=_0x5d3044[_0x5c0858]&&typeof _0x5d3044[_0x5c0858]===_0x6872b4(0x161)&&!Array[_0x6872b4(0x177)](_0x5d3044[_0x5c0858])?_0x5d3044[_0x5c0858]:{};_0x2af7df[_0x6872b4(0x144)]=_0x331ca4,_0x5d3044[_0x5c0858]=_0x2af7df,_0x154528[_0x6872b4(0x141)]=_0x5d3044;}function deleteLocalAppAlias(_0x29a5ff,_0x527a42){const _0x4eb565=a18_0x5c36d0;if(!_0x29a5ff[_0x4eb565(0x141)]||typeof _0x29a5ff['apps']!==_0x4eb565(0x161)||Array[_0x4eb565(0x177)](_0x29a5ff[_0x4eb565(0x141)]))return![];const _0x148ca9=_0x29a5ff[_0x4eb565(0x141)],_0x27561e=_0x148ca9[_0x527a42['alias']];if(!_0x27561e||typeof _0x27561e!==_0x4eb565(0x161)||Array['isArray'](_0x27561e))return![];if(!_0x527a42['field'])return delete _0x148ca9[_0x527a42[_0x4eb565(0x135)]],!![];if(!(_0x527a42[_0x4eb565(0x15d)]in _0x27561e))return![];return delete _0x27561e[_0x527a42[_0x4eb565(0x15d)]],Object[_0x4eb565(0x149)](_0x27561e)[_0x4eb565(0x159)]===0x0&&delete _0x148ca9[_0x527a42[_0x4eb565(0x135)]],!![];}const listDef={'service':a18_0x5c36d0(0x165),'command':a18_0x5c36d0(0x162),'description':a18_0x5c36d0(0x13a),'risk':a18_0x5c36d0(0x170),'requiresAuth':![],'requiresAppCode':![],'hasFormat':!![],'flags':[],async 'execute'(_0x16bb9e){const _0x4cdc8f=a18_0x5c36d0,{buildConfigFromFlags:_0x576c6c}=await import(_0x4cdc8f(0x174)),_0x6a6944=_0x576c6c({}),_0x1a6ffb=getProjectConfigPath(),_0x28ebba=resolveWriteConfigPath(_0x4cdc8f(0x14e));if(_0x16bb9e[_0x4cdc8f(0x163)]==='pretty')return{'ok':!![],'message':'#\x20Effective\x20config\x20(merged\x20global\x20+\x20project)\x0a\x0a'+(JSON['stringify'](_0x6a6944[_0x4cdc8f(0x171)],null,0x2)+'\x0a\x0a')+'Config\x20files:\x0a'+('\x20\x20project:\x20'+(_0x1a6ffb??_0x4cdc8f(0x15f))+'\x0a')+(_0x4cdc8f(0x16f)+_0x28ebba)};return{'ok':!![],'data':{'effective':_0x6a6944[_0x4cdc8f(0x171)],'configFiles':{'project':_0x1a6ffb??null,'global':_0x28ebba}}};}},getDef={'service':a18_0x5c36d0(0x165),'command':a18_0x5c36d0(0x16d),'description':a18_0x5c36d0(0x168),'risk':a18_0x5c36d0(0x170),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a18_0x5c36d0(0x145),'description':a18_0x5c36d0(0x142),'required':!![]}],'flags':[],async 'execute'(_0x5adb9e){const _0x367a73=a18_0x5c36d0,_0x486f6f=_0x5adb9e[_0x367a73(0x14d)][0x0];if(!_0x486f6f)throw CliErrors['validation'](_0x367a73(0x143),_0x367a73(0x14b)+CLI_BIN_NAME+'\x20config\x20get\x20<key>');const {buildConfigFromFlags:_0x138819}=await import(_0x367a73(0x174)),{raw:_0x265bba}=_0x138819({});if(_0x486f6f[_0x367a73(0x16e)]('.')){const _0x20209e=_0x486f6f['split']('.');let _0x5ee805=_0x265bba;for(const _0x3aa639 of _0x20209e){if(_0x5ee805==null||typeof _0x5ee805!=='object')throw CliErrors[_0x367a73(0x166)](_0x367a73(0x14f)+_0x486f6f);_0x5ee805=_0x5ee805[_0x3aa639];}if(_0x5ee805===undefined)throw CliErrors[_0x367a73(0x166)](_0x367a73(0x14f)+_0x486f6f);return console[_0x367a73(0x156)](typeof _0x5ee805===_0x367a73(0x161)?JSON[_0x367a73(0x15e)](_0x5ee805,null,0x2):String(_0x5ee805)),{'ok':!![]};}const _0x2d427d=_0x265bba[_0x486f6f];if(_0x2d427d===undefined)throw CliErrors[_0x367a73(0x166)](_0x367a73(0x14f)+_0x486f6f);return console[_0x367a73(0x156)](typeof _0x2d427d===_0x367a73(0x161)?JSON[_0x367a73(0x15e)](_0x2d427d,null,0x2):String(_0x2d427d)),{'ok':!![]};}},setDef={'service':a18_0x5c36d0(0x165),'command':a18_0x5c36d0(0x136),'description':a18_0x5c36d0(0x178),'risk':a18_0x5c36d0(0x14c),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a18_0x5c36d0(0x145),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a18_0x5c36d0(0x140),'description':'Value\x20to\x20assign','required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x21b1a7){const _0x43ca36=a18_0x5c36d0,_0x4f92c6=_0x21b1a7[_0x43ca36(0x14d)][0x0],_0x12ea81=_0x21b1a7['args'][0x1];if(!_0x4f92c6||_0x12ea81===undefined)throw CliErrors[_0x43ca36(0x166)](_0x43ca36(0x14a),_0x43ca36(0x14b)+CLI_BIN_NAME+_0x43ca36(0x160));if(ENUM_KEYS[_0x4f92c6]&&!ENUM_KEYS[_0x4f92c6][_0x43ca36(0x16e)](_0x12ea81))throw CliErrors['validation'](_0x43ca36(0x172)+_0x4f92c6+_0x43ca36(0x137)+ENUM_KEYS[_0x4f92c6][_0x43ca36(0x154)](',\x20'));if(_0x4f92c6===_0x43ca36(0x16c))throw CliErrors['validation'](_0x43ca36(0x151));if(_0x4f92c6===_0x43ca36(0x146)){const _0x16c586=Number(_0x12ea81);if(isNaN(_0x16c586)||_0x16c586<=0x0)throw CliErrors['validation'](_0x43ca36(0x139));}const _0x544275=resolveWriteScope({'explicitGlobal':_0x21b1a7[_0x43ca36(0x176)](_0x43ca36(0x14e)),'policy':_0x43ca36(0x138)}),_0x2a6eea=toScopeFlags(_0x544275),_0x5346ed=readScopedConfig(_0x2a6eea),_0x35894b=parseAliasAppcodeSetKey(_0x4f92c6);if(!_0x35894b&&!isTopLevelConfigKey(_0x4f92c6))throw CliErrors[_0x43ca36(0x166)](_0x43ca36(0x15c)+_0x4f92c6+_0x43ca36(0x15b),'Settable\x20keys:\x20'+getTopLevelConfigKeySummary()+_0x43ca36(0x13f));return _0x35894b?setLocalAppAlias(_0x5346ed,_0x35894b,_0x12ea81):_0x5346ed[_0x4f92c6]=_0x4f92c6===_0x43ca36(0x146)?Number(_0x12ea81):_0x12ea81,console['log'](_0x43ca36(0x150)+_0x4f92c6+_0x43ca36(0x175)+_0x12ea81+'\x22'+(_0x544275===_0x43ca36(0x14e)?'\x20(global)':'')),writeScopedConfig(_0x5346ed,_0x2a6eea),{'ok':!![]};}},deleteDef={'service':a18_0x5c36d0(0x165),'command':a18_0x5c36d0(0x167),'description':'Delete\x20a\x20config\x20value','risk':a18_0x5c36d0(0x14c),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'args':[{'name':a18_0x5c36d0(0x145),'description':getConfigCommandKeyDescription(),'required':!![]}],'flags':[GLOBAL_FLAG],async 'execute'(_0x2b78a0){const _0x1dcd2d=a18_0x5c36d0,_0x3f9d0a=_0x2b78a0[_0x1dcd2d(0x14d)][0x0];if(!_0x3f9d0a)throw CliErrors[_0x1dcd2d(0x166)]('Missing\x20key\x20argument.',_0x1dcd2d(0x14b)+CLI_BIN_NAME+_0x1dcd2d(0x13b));const _0x19aa01=resolveWriteScope({'explicitGlobal':_0x2b78a0[_0x1dcd2d(0x176)](_0x1dcd2d(0x14e)),'policy':_0x1dcd2d(0x138)}),_0x190dc5=toScopeFlags(_0x19aa01),_0x296782=readScopedConfig(_0x190dc5),_0x911eef=parseAliasDeleteKey(_0x3f9d0a);if(_0x911eef){if(!deleteLocalAppAlias(_0x296782,_0x911eef))throw CliErrors[_0x1dcd2d(0x166)](_0x1dcd2d(0x14f)+_0x3f9d0a);return console[_0x1dcd2d(0x156)](_0x1dcd2d(0x13d)+_0x3f9d0a+'`'+(_0x19aa01==='global'?_0x1dcd2d(0x13c):'')),writeScopedConfig(_0x296782,_0x190dc5),{'ok':!![]};}if(_0x296782[_0x3f9d0a]===undefined)throw CliErrors[_0x1dcd2d(0x166)](_0x1dcd2d(0x148)+_0x3f9d0a+'\x22\x20not\x20found\x20at\x20top\x20level.');return delete _0x296782[_0x3f9d0a],console[_0x1dcd2d(0x156)]('Deleted\x20`'+_0x3f9d0a+'`'+(_0x19aa01===_0x1dcd2d(0x14e)?_0x1dcd2d(0x13c):'')),writeScopedConfig(_0x296782,_0x190dc5),{'ok':!![]};}};export const configDefinitions=[listDef,getDef,setDef,deleteDef];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1ec400,_0x4a12ec){var _0x518f80=a19_0x5161,_0x20ab7a=_0x1ec400();while(!![]){try{var _0x1c04dd=-parseInt(_0x518f80(0x103))/0x1+-parseInt(_0x518f80(0xff))/0x2+-parseInt(_0x518f80(0x100))/0x3+-parseInt(_0x518f80(0x101))/0x4*(parseInt(_0x518f80(0x105))/0x5)+-parseInt(_0x518f80(0x102))/0x6+-parseInt(_0x518f80(0x107))/0x7+parseInt(_0x518f80(0x106))/0x8*(parseInt(_0x518f80(0x104))/0x9);if(_0x1c04dd===_0x4a12ec)break;else _0x20ab7a['push'](_0x20ab7a['shift']());}catch(_0x2fcef4){_0x20ab7a['push'](_0x20ab7a['shift']());}}}(a19_0x1842,0x3a481));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';function a19_0x5161(_0x46a95c,_0x4d3351){_0x46a95c=_0x46a95c-0xff;var _0x1842ec=a19_0x1842();var _0x51612b=_0x1842ec[_0x46a95c];return _0x51612b;}function a19_0x1842(){var _0x143a67=['1070YGoBUe','81240bhnKyA','2600941envvCs','404364atXgGY','1029867YItrcY','3932oMltax','2770662YCHcRC','10161ufkNGQ','1629jpeoWB'];a19_0x1842=function(){return _0x143a67;};return a19_0x1842();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a20_0xf43b(){const _0xd151a7=['join','/api/{appCode}/','operation','502372MiMVjp','JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27','batchCreate','\x20\x20\x20\x20#\x20`field`\x20is\x20accepted\x20as\x20a\x20deprecated\x20alias\x20for\x20`column`;\x20new\x20calls\x20should\x20use\x20`column`.','map','data\x20','Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','str','5CahmJI','1293422GyTxIJ','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','\x20\x20\x20\x20$contain\x20\x20\x20\x20\x20Substring\x20match\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$contain\x22:\x22test\x22}}','\x20\x20\x20\x20$lt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lt\x22:1000}}','Filter\x20dataset\x20records\x20with\x20query\x20conditions','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','data','Create\x20a\x20new\x20record\x20in\x20a\x20dataset','read','JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','aggregate','build','write','Preview:\x20data\x20','8635635HYKSna','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]','162oSnmyy','\x20\x20\x20\x20$in\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Value\x20in\x20set\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22country\x22:{\x22$in\x22:[\x22CN\x22,\x22US\x22]}}','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','create','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}','\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.','\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status','update','7260953ZDSnZy','\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]','delete','JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27','paramsRequired','helpExtra','risk','filter','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','\x20\x20EXAMPLES','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Rounded\x20average\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return\x20alongside\x20aggregates,\x20e.g.\x20[\x22status\x22,\x22region\x22]','\x20\x20WHERE\x20OPERATORS','getOne','\x20completed\x20in\x20','\x20\x20PARAMS\x20STRUCTURE','Example:\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x20\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','POST','\x20\x20\x20\x20$gt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$gt\x22:100}}','\x20\x20\x20\x20$lte\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20or\x20equal\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lte\x22:1000}}','\x20\x20LOGICAL\x20COMBINATORS','Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]','8NtUXSl','command','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)','\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)','\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','2456660iVRTjV','now','\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)','5724654KYqLzu','code','dryRun','\x20\x20\x20\x20$ne\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Not\x20equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22status\x22:{\x22$ne\x22:\x22deleted\x22}}','\x20\x20\x20\x20$startWith\x20\x20\x20Starts\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$startWith\x22:\x22Mr.\x22}}','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','55096MiyTYx','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','\x20\x20\x20\x20MAX\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Maximum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Average\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Post-aggregation\x20filters,\x20e.g.\x20[{\x22columnName\x22:\x22total\x22,\x22condition\x22:{\x22$gt\x22:1000}}]','params','\x20\x20\x20\x20$eq\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22age\x22:{\x22$eq\x22:18}}','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter','Update\x20an\x20existing\x20record','\x20\x20AGGREGATE\x20TYPES'];a20_0xf43b=function(){return _0xd151a7;};return a20_0xf43b();}const a20_0x5e8073=a20_0x580e;(function(_0x22703c,_0x214d19){const _0x5359de=a20_0x580e,_0x32a420=_0x22703c();while(!![]){try{const _0x109806=parseInt(_0x5359de(0x1a1))/0x1+-parseInt(_0x5359de(0x198))/0x2+parseInt(_0x5359de(0x15d))/0x3*(parseInt(_0x5359de(0x18b))/0x4)+parseInt(_0x5359de(0x1a0))/0x5*(-parseInt(_0x5359de(0x184))/0x6)+parseInt(_0x5359de(0x165))/0x7*(parseInt(_0x5359de(0x17c))/0x8)+-parseInt(_0x5359de(0x15b))/0x9+-parseInt(_0x5359de(0x181))/0xa;if(_0x109806===_0x214d19)break;else _0x32a420['push'](_0x32a420['shift']());}catch(_0xb10e37){_0x32a420['push'](_0x32a420['shift']());}}}(a20_0xf43b,0xa21d5));import{executeData}from'../../core/sdk-client.js';function a20_0x580e(_0x6a047,_0x532b16){_0x6a047=_0x6a047-0x150;const _0xf43b0f=a20_0xf43b();let _0x580e5c=_0xf43b0f[_0x6a047];return _0x580e5c;}import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams}from'../../utils/params.js';import{dryRun}from'../../framework/dryrun.js';const specs=[{'command':a20_0x5e8073(0x16c),'operation':a20_0x5e8073(0x16c),'risk':a20_0x5e8073(0x154),'paramsRequired':![],'description':a20_0x5e8073(0x150),'paramsHint':a20_0x5e8073(0x155)+a20_0x5e8073(0x19e),'helpExtra':[a20_0x5e8073(0x171),a20_0x5e8073(0x191),a20_0x5e8073(0x187),a20_0x5e8073(0x177),'\x20\x20\x20\x20$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}',a20_0x5e8073(0x1a4),a20_0x5e8073(0x178),a20_0x5e8073(0x15e),a20_0x5e8073(0x1a3),a20_0x5e8073(0x188),'\x20\x20\x20\x20$endWith\x20\x20\x20\x20\x20Ends\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22email\x22:{\x22$endWith\x22:\x22@example.com\x22}}','',a20_0x5e8073(0x179),'\x20\x20\x20\x20$and\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20conditions\x20match\x20\x20\x20{\x22$and\x22:[{\x22age\x22:{\x22$gte\x22:18}},{\x22status\x22:{\x22$eq\x22:\x22active\x22}}]}','\x20\x20\x20\x20$or\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Any\x20condition\x20matches\x20\x20{\x22$or\x22:[{\x22status\x22:{\x22$eq\x22:\x22active\x22}},{\x22status\x22:{\x22$eq\x22:\x22pending\x22}}]}','','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)',a20_0x5e8073(0x17e),a20_0x5e8073(0x17b),a20_0x5e8073(0x15c),a20_0x5e8073(0x1a2),a20_0x5e8073(0x180),'','\x20\x20PAGINATION',a20_0x5e8073(0x162),'\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27',a20_0x5e8073(0x17f)][a20_0x5e8073(0x195)]('\x0a')},{'command':a20_0x5e8073(0x172),'operation':a20_0x5e8073(0x172),'risk':a20_0x5e8073(0x154),'paramsRequired':!![],'description':'Get\x20a\x20single\x20record\x20by\x20ID','paramsHint':a20_0x5e8073(0x189)},{'command':a20_0x5e8073(0x160),'operation':a20_0x5e8073(0x160),'risk':a20_0x5e8073(0x159),'paramsRequired':!![],'description':a20_0x5e8073(0x153),'paramsHint':a20_0x5e8073(0x199)},{'command':'batchCreate','operation':a20_0x5e8073(0x19a),'risk':'write','paramsRequired':!![],'description':a20_0x5e8073(0x156),'paramsHint':a20_0x5e8073(0x168)},{'command':a20_0x5e8073(0x164),'operation':a20_0x5e8073(0x164),'risk':'write','paramsRequired':!![],'description':a20_0x5e8073(0x193),'paramsHint':'JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20Example:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27'},{'command':a20_0x5e8073(0x167),'operation':a20_0x5e8073(0x167),'risk':'high-risk-write','paramsRequired':!![],'description':a20_0x5e8073(0x17a),'paramsHint':a20_0x5e8073(0x189)},{'command':a20_0x5e8073(0x157),'operation':'aggregate','risk':'read','paramsRequired':![],'description':a20_0x5e8073(0x18c),'paramsHint':a20_0x5e8073(0x15f)+a20_0x5e8073(0x175),'helpExtra':[a20_0x5e8073(0x194),'\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20column\x20values\x20\x20\x20\x20\x20{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}',a20_0x5e8073(0x161),a20_0x5e8073(0x18e),a20_0x5e8073(0x16f),a20_0x5e8073(0x18d),'\x20\x20\x20\x20MIN\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Minimum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','',a20_0x5e8073(0x174),a20_0x5e8073(0x170),a20_0x5e8073(0x183),a20_0x5e8073(0x151),a20_0x5e8073(0x166),a20_0x5e8073(0x18f),a20_0x5e8073(0x18a),'',a20_0x5e8073(0x16e),a20_0x5e8073(0x163),a20_0x5e8073(0x16d),'',a20_0x5e8073(0x192),'\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}],\x22groupBy\x22:[\x22region\x22],\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}}}\x27','',a20_0x5e8073(0x19b)][a20_0x5e8073(0x195)]('\x0a')}];function makeDataCommand(_0x1de73e){const _0x50f95d=a20_0x5e8073,_0x15a17e=_0x50f95d(0x19d)+_0x1de73e[_0x50f95d(0x17d)],_0x35962d={'service':_0x50f95d(0x152),'command':_0x1de73e[_0x50f95d(0x17d)],'description':_0x1de73e['description'],'risk':_0x1de73e['risk'],'helpExtra':_0x1de73e[_0x50f95d(0x16a)],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x1de73e['paramsHint']}],'validate':async _0x294c6c=>{const _0x3ed456=_0x50f95d;_0x1de73e[_0x3ed456(0x169)]&&requireAnyOf(_0x294c6c,[_0x3ed456(0x190)],_0x15a17e),_0x1de73e['operation']===_0x3ed456(0x19a)&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x294c6c[_0x3ed456(0x19f)](_0x3ed456(0x190))));},async 'execute'(_0xdf80df){const _0xdb6470=_0x50f95d,_0x36ce25=_0xdf80df[_0xdb6470(0x19f)](_0xdb6470(0x185)),_0x4a1cfb=_0x1de73e[_0xdb6470(0x197)]===_0xdb6470(0x19a)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0xdf80df[_0xdb6470(0x19f)](_0xdb6470(0x190)))):parseJsonParams(_0xdf80df[_0xdb6470(0x19f)](_0xdb6470(0x190)))??{},_0x309aa7=Date['now'](),_0x5c595e=await executeData(_0x36ce25,_0x1de73e[_0xdb6470(0x197)],_0x4a1cfb),_0x2d7795=Date[_0xdb6470(0x182)]()-_0x309aa7;return{'ok':!![],'data':{'result':_0x5c595e,'elapsed':_0x2d7795},'message':_0xdb6470(0x19d)+_0x1de73e[_0xdb6470(0x17d)]+_0xdb6470(0x173)+_0x2d7795+'ms'};}};return _0x1de73e[_0x50f95d(0x16b)]!==_0x50f95d(0x154)&&(_0x35962d[_0x50f95d(0x186)]=async _0x2d3271=>{const _0x4eccf1=_0x50f95d,_0x2da736=_0x2d3271[_0x4eccf1(0x19f)](_0x4eccf1(0x185)),_0x2834f4=_0x1de73e['operation']==='batchCreate'?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x2d3271[_0x4eccf1(0x19f)](_0x4eccf1(0x190)))):parseJsonParams(_0x2d3271[_0x4eccf1(0x19f)](_0x4eccf1(0x190)))??{};return dryRun(_0x4eccf1(0x176),_0x4eccf1(0x196)+_0x2da736+'/'+_0x1de73e[_0x4eccf1(0x197)])['body'](_0x2834f4)['description'](_0x4eccf1(0x15a)+_0x1de73e['command']+'\x20on\x20dataset\x20'+_0x2da736)[_0x4eccf1(0x158)]();}),_0x35962d;}export const dataDefinitions=specs[a20_0x5e8073(0x19c)](makeDataCommand);
|
|
1
|
+
const a20_0xc6c93c=a20_0x5de1;(function(_0x79535e,_0x352525){const _0x4e473f=a20_0x5de1,_0x5524d5=_0x79535e();while(!![]){try{const _0x4a0dce=-parseInt(_0x4e473f(0x1f0))/0x1*(parseInt(_0x4e473f(0x1bb))/0x2)+-parseInt(_0x4e473f(0x1eb))/0x3*(parseInt(_0x4e473f(0x1d6))/0x4)+-parseInt(_0x4e473f(0x1e7))/0x5*(parseInt(_0x4e473f(0x1b2))/0x6)+parseInt(_0x4e473f(0x1cb))/0x7*(-parseInt(_0x4e473f(0x1d3))/0x8)+-parseInt(_0x4e473f(0x1dc))/0x9+-parseInt(_0x4e473f(0x1d7))/0xa*(-parseInt(_0x4e473f(0x1f3))/0xb)+-parseInt(_0x4e473f(0x1e9))/0xc*(-parseInt(_0x4e473f(0x1f2))/0xd);if(_0x4a0dce===_0x352525)break;else _0x5524d5['push'](_0x5524d5['shift']());}catch(_0x982efc){_0x5524d5['push'](_0x5524d5['shift']());}}}(a20_0x54df,0x5b16e));function a20_0x5de1(_0x50abe8,_0x20ab48){_0x50abe8=_0x50abe8-0x1af;const _0x54df66=a20_0x54df();let _0x5de1bc=_0x54df66[_0x50abe8];return _0x5de1bc;}import{executeData}from'../../core/sdk-client.js';import{CODE_FLAG,PARAMS_FLAG}from'../../commands/common/flags.js';function a20_0x54df(){const _0x1f4d9c=['\x20\x20AGGREGATE\x20TYPES','now','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22id\x22:\x22desc\x22},{\x22name\x22:\x22asc\x22}]','Create\x20multiple\x20records\x20in\x20one\x20request\x20(SDK\x20batchCreate)','\x20\x20LOGICAL\x20COMBINATORS','aggregate','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return,\x20e.g.\x20[\x22id\x22,\x22name\x22,\x22status\x22]','\x20\x20\x20\x20$gt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$gt\x22:100}}','\x20\x20\x20\x20$contain\x20\x20\x20\x20\x20Substring\x20match\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$contain\x22:\x22test\x22}}','command','\x20\x20\x20\x20groupBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Grouping\x20fields,\x20e.g.\x20[\x22status\x22,\x22region\x22]','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}],\x22groupBy\x22:[\x22region\x22],\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}}}\x27','join','/api/{appCode}/','271914ERRYLn','\x20\x20\x20\x20MAX\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Maximum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22price\x22,\x22type\x22:\x22MAX\x22,\x22alias\x22:\x22max_price\x22}','Example:\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x20\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','Update\x20an\x20existing\x20record','\x20\x20\x20\x20$in\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Value\x20in\x20set\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22country\x22:{\x22$in\x22:[\x22CN\x22,\x22US\x22]}}','JSON\x20body\x20for\x20filter\x20API.\x20Fields:\x20where,\x20select,\x20orderBy,\x20currentPage,\x20pageSize.\x20','paramsHint','create','\x20\x20JSON\x20BODY\x20FIELDS\x20(pass\x20inside\x20--params)','4LuyKNi','Aggregate\x20dataset\x20records\x20(group\x20by,\x20sum,\x20count,\x20avg,\x20etc.)','\x20\x20\x20\x20--params\x20\x27{\x22aggregate\x22:[{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}],\x22groupBy\x22:[\x22status\x22]}\x27','\x20\x20\x20\x20orderBy\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Sort\x20order,\x20e.g.\x20[{\x22total\x22:\x22desc\x22}]','body','delete','JSON\x20array\x20of\x20record\x20objects,\x20or\x20{\x22items\x22:[...]}.\x20Example:\x20\x27[{\x22name\x22:\x22a\x22},{\x22name\x22:\x22b\x22}]\x27','code','read','filter','\x20\x20\x20\x20#\x20`field`\x20is\x20accepted\x20as\x20a\x20deprecated\x20alias\x20for\x20`column`;\x20new\x20calls\x20should\x20use\x20`column`.','description','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Average\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg_score\x22}','operation','risk','\x20\x20EXAMPLES','21NLgzbq','data\x20','\x20\x20\x20\x20Wrong:\x20\x20\x20\x20--page-size\x2010\x20\x20(this\x20is\x20not\x20a\x20valid\x20flag)','\x20\x20\x20\x20select\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Fields\x20to\x20return\x20alongside\x20aggregates,\x20e.g.\x20[\x22status\x22,\x22region\x22]','JSON\x20with\x20id\x20+\x20fields\x20to\x20update.\x20Example:\x20\x27{\x22id\x22:123,\x22status\x22:\x22completed\x22}\x27','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Query\x20conditions\x20(see\x20operators\x20above)','POST','write','625704ghsJje','\x20\x20PARAMS\x20STRUCTURE','\x20\x20\x20\x20where\x20\x20\x20\x20\x20\x20\x20\x20\x20Object\x20\x20\x20Pre-aggregation\x20filter\x20(same\x20operators\x20as\x20data\x20filter)','68nYzaoz','10BRqYCH','\x20\x20\x20\x20$and\x20\x20\x20\x20\x20\x20\x20\x20\x20All\x20conditions\x20match\x20\x20\x20{\x22$and\x22:[{\x22age\x22:{\x22$gte\x22:18}},{\x22status\x22:{\x22$eq\x22:\x22active\x22}}]}','\x20\x20PAGINATION','\x20on\x20dataset\x20','\x20\x20\x20\x20$startWith\x20\x20\x20Starts\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22name\x22:{\x22$startWith\x22:\x22Mr.\x22}}','3049650poxCgZ','batchCreate','getOne','\x20\x20\x20\x20$lte\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20or\x20equal\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lte\x22:1000}}','Create\x20a\x20new\x20record\x20in\x20a\x20dataset','\x20\x20\x20\x20currentPage\x20\x20\x20Number\x20\x20\x20Page\x20number\x20(starts\x20from\x201)','update','\x20\x20\x20\x20having\x20\x20\x20\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Post-aggregation\x20filters,\x20e.g.\x20[{\x22columnName\x22:\x22total\x22,\x22condition\x22:{\x22$gt\x22:1000}}]','\x20\x20\x20\x20aggregate\x20\x20\x20\x20\x20Array\x20\x20\x20\x20Aggregation\x20definitions\x20(see\x20AGGREGATE\x20TYPES\x20above)','\x20\x20\x20\x20$eq\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22age\x22:{\x22$eq\x22:18}}','JSON\x20body\x20for\x20aggregate\x20API.\x20Fields:\x20select,\x20aggregate,\x20where,\x20groupBy,\x20having,\x20orderBy.\x20','10rsoZoW','params','76728FMxrvO','helpExtra','1941OlnRRf','\x20\x20\x20\x20AVG\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Rounded\x20average\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22score\x22,\x22type\x22:\x22AVG\x22,\x22alias\x22:\x22avg\x22,\x22round\x22:true,\x22precision\x22:2}','Filter\x20dataset\x20records\x20with\x20query\x20conditions','\x20\x20\x20\x20$gte\x20\x20\x20\x20\x20\x20\x20\x20\x20Greater\x20than\x20or\x20equal\x20\x20{\x22amount\x22:{\x22$gte\x22:100}}','str','277072tFfUTD','high-risk-write','2600Nscipb','3559292SnmLTi','Delete\x20a\x20record\x20(requires\x20--yes\x20in\x20non-interactive)','\x20\x20\x20\x20pageSize\x20\x20\x20\x20\x20\x20Number\x20\x20\x20Records\x20per\x20page\x20(default:\x2020)','Preview:\x20data\x20','\x20\x20WHERE\x20OPERATORS','JSON\x20with\x20record\x20id.\x20Example:\x20\x27{\x22id\x22:123}\x27','build'];a20_0x54df=function(){return _0x1f4d9c;};return a20_0x54df();}import{requireAnyOf}from'../../commands/common/constraints.js';import{parseJsonParams,parseJsonParamsValue,parseBatchCreateItemsFromParams}from'../../utils/params.js';import{dryRun}from'../../framework/dryrun.js';const specs=[{'command':a20_0xc6c93c(0x1c4),'operation':a20_0xc6c93c(0x1c4),'risk':'read','paramsRequired':![],'description':a20_0xc6c93c(0x1ed),'paramsHint':a20_0xc6c93c(0x1b7)+'Example:\x20\x27{\x22where\x22:{\x22status\x22:{\x22$eq\x22:\x22active\x22}},\x22currentPage\x22:1,\x22pageSize\x22:20}\x27','helpExtra':[a20_0xc6c93c(0x1f7),a20_0xc6c93c(0x1e5),'\x20\x20\x20\x20$ne\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Not\x20equals\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22status\x22:{\x22$ne\x22:\x22deleted\x22}}',a20_0xc6c93c(0x201),a20_0xc6c93c(0x1ee),'\x20\x20\x20\x20$lt\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Less\x20than\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22amount\x22:{\x22$lt\x22:1000}}',a20_0xc6c93c(0x1df),a20_0xc6c93c(0x1b6),a20_0xc6c93c(0x202),a20_0xc6c93c(0x1db),'\x20\x20\x20\x20$endWith\x20\x20\x20\x20\x20Ends\x20with\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22email\x22:{\x22$endWith\x22:\x22@example.com\x22}}','',a20_0xc6c93c(0x1fe),a20_0xc6c93c(0x1d8),'\x20\x20\x20\x20$or\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Any\x20condition\x20matches\x20\x20{\x22$or\x22:[{\x22status\x22:{\x22$eq\x22:\x22active\x22}},{\x22status\x22:{\x22$eq\x22:\x22pending\x22}}]}','',a20_0xc6c93c(0x1ba),a20_0xc6c93c(0x1d0),a20_0xc6c93c(0x200),a20_0xc6c93c(0x1fc),a20_0xc6c93c(0x1e1),a20_0xc6c93c(0x1f5),'',a20_0xc6c93c(0x1d9),'\x20\x20\x20\x20Pagination\x20is\x20controlled\x20via\x20JSON\x20in\x20--params.\x20Do\x20NOT\x20use\x20--page-size\x20as\x20a\x20CLI\x20flag.','\x20\x20\x20\x20Correct:\x20\x20--params\x20\x27{\x22currentPage\x22:1,\x22pageSize\x22:10}\x27',a20_0xc6c93c(0x1cd)][a20_0xc6c93c(0x1b0)]('\x0a')},{'command':a20_0xc6c93c(0x1de),'operation':a20_0xc6c93c(0x1de),'risk':a20_0xc6c93c(0x1c3),'paramsRequired':!![],'description':'Get\x20a\x20single\x20record\x20by\x20ID','paramsHint':a20_0xc6c93c(0x1f8)},{'command':a20_0xc6c93c(0x1b9),'operation':'create','risk':a20_0xc6c93c(0x1d2),'paramsRequired':!![],'description':a20_0xc6c93c(0x1e0),'paramsHint':'JSON\x20with\x20field\x20values.\x20Example:\x20\x27{\x22name\x22:\x22test\x22,\x22amount\x22:100}\x27'},{'command':a20_0xc6c93c(0x1dd),'operation':a20_0xc6c93c(0x1dd),'risk':a20_0xc6c93c(0x1d2),'paramsRequired':!![],'description':a20_0xc6c93c(0x1fd),'paramsHint':a20_0xc6c93c(0x1c1)},{'command':a20_0xc6c93c(0x1e2),'operation':a20_0xc6c93c(0x1e2),'risk':a20_0xc6c93c(0x1d2),'paramsRequired':!![],'description':a20_0xc6c93c(0x1b5),'paramsHint':a20_0xc6c93c(0x1cf)},{'command':a20_0xc6c93c(0x1c0),'operation':a20_0xc6c93c(0x1c0),'risk':a20_0xc6c93c(0x1f1),'paramsRequired':!![],'description':a20_0xc6c93c(0x1f4),'paramsHint':a20_0xc6c93c(0x1f8)},{'command':a20_0xc6c93c(0x1ff),'operation':a20_0xc6c93c(0x1ff),'risk':'read','paramsRequired':![],'description':a20_0xc6c93c(0x1bc),'paramsHint':a20_0xc6c93c(0x1e6)+a20_0xc6c93c(0x1b4),'helpExtra':[a20_0xc6c93c(0x1fa),'\x20\x20\x20\x20SUM\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Sum\x20of\x20column\x20values\x20\x20\x20\x20\x20{\x22column\x22:\x22amount\x22,\x22type\x22:\x22SUM\x22,\x22alias\x22:\x22total\x22}','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20of\x20records\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22}','\x20\x20\x20\x20COUNT\x20\x20\x20\x20\x20\x20\x20\x20Count\x20distinct\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22id\x22,\x22type\x22:\x22COUNT\x22,\x22alias\x22:\x22cnt\x22,\x22distinct\x22:true}',a20_0xc6c93c(0x1c7),a20_0xc6c93c(0x1ec),a20_0xc6c93c(0x1b3),'\x20\x20\x20\x20MIN\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Minimum\x20value\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20{\x22column\x22:\x22price\x22,\x22type\x22:\x22MIN\x22,\x22alias\x22:\x22min_price\x22}','',a20_0xc6c93c(0x1d4),a20_0xc6c93c(0x1ce),a20_0xc6c93c(0x1e4),a20_0xc6c93c(0x1d5),a20_0xc6c93c(0x204),a20_0xc6c93c(0x1e3),a20_0xc6c93c(0x1be),'',a20_0xc6c93c(0x1ca),'\x20\x20\x20\x20#\x20Sum\x20amount\x20grouped\x20by\x20status',a20_0xc6c93c(0x1bd),'','\x20\x20\x20\x20#\x20Count\x20orders\x20per\x20region\x20with\x20filter',a20_0xc6c93c(0x1af),'',a20_0xc6c93c(0x1c5)][a20_0xc6c93c(0x1b0)]('\x0a')}];function makeDataCommand(_0x5cefa9){const _0x5e320d=a20_0xc6c93c,_0x43f816=_0x5e320d(0x1cc)+_0x5cefa9[_0x5e320d(0x203)],_0x1dc0da={'service':'data','command':_0x5cefa9[_0x5e320d(0x203)],'description':_0x5cefa9['description'],'risk':_0x5cefa9[_0x5e320d(0x1c9)],'helpExtra':_0x5cefa9[_0x5e320d(0x1ea)],'flags':[CODE_FLAG,{...PARAMS_FLAG,'description':_0x5cefa9[_0x5e320d(0x1b8)]}],'validate':async _0x59ea17=>{const _0xd8e56f=_0x5e320d;_0x5cefa9['paramsRequired']&&requireAnyOf(_0x59ea17,['params'],_0x43f816),_0x5cefa9[_0xd8e56f(0x1c8)]===_0xd8e56f(0x1dd)&&parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x59ea17['str'](_0xd8e56f(0x1e8))));},async 'execute'(_0x5c960e){const _0x2bcd61=_0x5e320d,_0x5d2fdf=_0x5c960e[_0x2bcd61(0x1ef)](_0x2bcd61(0x1c2)),_0x1e2483=_0x5cefa9[_0x2bcd61(0x1c8)]===_0x2bcd61(0x1dd)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0x5c960e['str'](_0x2bcd61(0x1e8)))):parseJsonParams(_0x5c960e[_0x2bcd61(0x1ef)](_0x2bcd61(0x1e8)))??{},_0x28303c=Date[_0x2bcd61(0x1fb)](),_0x552ded=await executeData(_0x5d2fdf,_0x5cefa9[_0x2bcd61(0x1c8)],_0x1e2483),_0x43e75b=Date['now']()-_0x28303c;return{'ok':!![],'data':{'result':_0x552ded,'elapsed':_0x43e75b},'message':'data\x20'+_0x5cefa9[_0x2bcd61(0x203)]+'\x20completed\x20in\x20'+_0x43e75b+'ms'};}};return _0x5cefa9[_0x5e320d(0x1c9)]!=='read'&&(_0x1dc0da['dryRun']=async _0xe64b0b=>{const _0x5e0258=_0x5e320d,_0x12cec4=_0xe64b0b[_0x5e0258(0x1ef)](_0x5e0258(0x1c2)),_0x1b7370=_0x5cefa9[_0x5e0258(0x1c8)]===_0x5e0258(0x1dd)?parseBatchCreateItemsFromParams(parseJsonParamsValue(_0xe64b0b[_0x5e0258(0x1ef)](_0x5e0258(0x1e8)))):parseJsonParams(_0xe64b0b['str'](_0x5e0258(0x1e8)))??{};return dryRun(_0x5e0258(0x1d1),_0x5e0258(0x1b1)+_0x12cec4+'/'+_0x5cefa9[_0x5e0258(0x1c8)])[_0x5e0258(0x1bf)](_0x1b7370)[_0x5e0258(0x1c6)](_0x5e0258(0x1f6)+_0x5cefa9[_0x5e0258(0x203)]+_0x5e0258(0x1da)+_0x12cec4)[_0x5e0258(0x1f9)]();}),_0x1dc0da;}export const dataDefinitions=specs['map'](makeDataCommand);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a21_0x33df81=a21_0x2d63;(function(_0x221c1d,_0x3a3439){const _0x2a75a2=a21_0x2d63,_0x5acb72=_0x221c1d();while(!![]){try{const _0x3b14c6=-parseInt(_0x2a75a2(0x1b6))/0x1*(parseInt(_0x2a75a2(0x1b0))/0x2)+parseInt(_0x2a75a2(0x1a9))/0x3*(parseInt(_0x2a75a2(0x17f))/0x4)+parseInt(_0x2a75a2(0x1a8))/0x5+parseInt(_0x2a75a2(0x1a1))/0x6*(-parseInt(_0x2a75a2(0x1ba))/0x7)+-parseInt(_0x2a75a2(0x1ae))/0x8*(parseInt(_0x2a75a2(0x1a6))/0x9)+-parseInt(_0x2a75a2(0x1a2))/0xa+parseInt(_0x2a75a2(0x197))/0xb;if(_0x3b14c6===_0x3a3439)break;else _0x5acb72['push'](_0x5acb72['shift']());}catch(_0x341f81){_0x5acb72['push'](_0x5acb72['shift']());}}}(a21_0x17ef,0x2b9d0));import{getDatasetDetail,listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function a21_0x17ef(){const _0x559337=['2708CSBRBB','trim','dbId','displayName','detail','indexes','relations','appCode','code','required','object','datasetKey','type','source','Get\x20dataset\x20detail\x20including\x20fields,\x20relations,\x20and\x20operations','name','tableName','deleted','creatorIdField','dblinkInfoDTO','modelId','map','options','dataset','4331228BNXmAK','formatRules','doType','modifierNameField','modifierIdField','string','host','afterScriptId','description','filter','716754MkvlaS','948110QjYLAI','sourceType','properties','dbtableConfig','941499pFnqnw','method','1293845REJBdm','1461IJttsv','parse','responseBody','beforeScriptId','allFields','24rhBvZx','relatedPageInfoList','312028fDEaRF','dbName','str','updateTimeField','dataType','columnCodeListWithDeleted','1qVyGDS','allFieldNames','tableComment','entries','14uLfUuK','validateRules','labelField','path','operations','createTimeField','fields','split','requestBody','extend','isArray','doVersion','requestFields','pkField','length','dbType','responseFields'];a21_0x17ef=function(){return _0x559337;};return a21_0x17ef();}function a21_0x2d63(_0x37168a,_0x10eba9){_0x37168a=_0x37168a-0x17a;const _0x17ef30=a21_0x17ef();let _0x2d6323=_0x17ef30[_0x37168a];return _0x2d6323;}function normalizeField(_0x77b510){const _0x41463e=a21_0x2d63;if(_0x77b510[_0x41463e(0x190)])return null;const _0x240fac=Boolean(_0x77b510['displayName']!==undefined||_0x77b510[_0x41463e(0x199)]!==undefined);let _0x5b0842={};if(!_0x240fac&&typeof _0x77b510[_0x41463e(0x1c3)]===_0x41463e(0x19c))try{_0x5b0842=JSON[_0x41463e(0x1aa)](_0x77b510[_0x41463e(0x1c3)]);}catch{}const _0x4c775c=_0x240fac?_0x77b510['name']:_0x77b510[_0x41463e(0x187)],_0x405df2=_0x240fac?_0x77b510[_0x41463e(0x182)]:_0x77b510[_0x41463e(0x18e)],_0x5cd646=_0x240fac?_0x77b510[_0x41463e(0x199)]:_0x77b510['type']||_0x77b510[_0x41463e(0x1b4)],_0x3b0918=_0x240fac?_0x77b510[_0x41463e(0x17b)]===!![]:_0x5b0842[_0x41463e(0x17b)]===!![],_0x35c5da=_0x240fac?_0x77b510[_0x41463e(0x188)]===!![]:_0x5b0842['required']===!![],_0x330ff7=_0x240fac?_0x77b510[_0x41463e(0x195)]??null:_0x5b0842['options']??null,_0x22ac99={'name':_0x4c775c,'displayName':_0x405df2||_0x4c775c,'type':_0x5cd646,'dbType':_0x77b510[_0x41463e(0x17d)],'pk':_0x3b0918,'required':_0x35c5da,'description':_0x77b510[_0x41463e(0x19f)]||undefined};return Array[_0x41463e(0x1c4)](_0x330ff7)&&_0x330ff7['length']>0x0&&(_0x22ac99['options']=_0x330ff7),_0x22ac99;}function parseJsonMaybe(_0x3a206c){const _0x53df70=a21_0x2d63;if(typeof _0x3a206c!=='string')return _0x3a206c;try{return JSON[_0x53df70(0x1aa)](_0x3a206c);}catch{return _0x3a206c;}}function normalizeOperationEntry(_0x255461,_0x33d645){const _0x246b57=a21_0x2d63;if(!_0x33d645||typeof _0x33d645!==_0x246b57(0x189))return null;if(!_0x33d645['method']||!_0x33d645[_0x246b57(0x1bd)])return null;const _0x3288af={'name':_0x255461,'method':_0x33d645[_0x246b57(0x1a7)],'path':_0x33d645['path']};if(_0x33d645['host'])_0x3288af[_0x246b57(0x19d)]=_0x33d645[_0x246b57(0x19d)];if(_0x33d645[_0x246b57(0x1c2)]!=null)_0x3288af[_0x246b57(0x1c2)]=parseJsonMaybe(_0x33d645[_0x246b57(0x1c2)]);if(_0x33d645[_0x246b57(0x1ab)]!=null)_0x3288af[_0x246b57(0x1ab)]=parseJsonMaybe(_0x33d645[_0x246b57(0x1ab)]);if(_0x33d645[_0x246b57(0x1ac)]!=null)_0x3288af[_0x246b57(0x1ac)]=_0x33d645[_0x246b57(0x1ac)];if(_0x33d645[_0x246b57(0x19e)]!=null)_0x3288af[_0x246b57(0x19e)]=_0x33d645[_0x246b57(0x19e)];if(Array['isArray'](_0x33d645[_0x246b57(0x17a)]))_0x3288af[_0x246b57(0x17a)]=_0x33d645['requestFields'];if(Array[_0x246b57(0x1c4)](_0x33d645['responseFields']))_0x3288af[_0x246b57(0x17e)]=_0x33d645[_0x246b57(0x17e)];return _0x3288af;}function summarizeDbtable(_0xaa95d4){const _0x4e89bf=a21_0x2d63,_0x57b009={},_0x3100f4=[_0x4e89bf(0x181),'dbName','tableName','datasetKey',_0x4e89bf(0x17b),_0x4e89bf(0x1ad),'logicField',_0x4e89bf(0x1bf),_0x4e89bf(0x1b3),_0x4e89bf(0x191),'creatorNameField',_0x4e89bf(0x19b),_0x4e89bf(0x19a),_0x4e89bf(0x1bc),_0x4e89bf(0x192)];for(const _0x34fe94 of _0x3100f4){if(_0xaa95d4[_0x34fe94]!==undefined)_0x57b009[_0x34fe94]=_0xaa95d4[_0x34fe94];}return typeof _0x57b009[_0x4e89bf(0x1ad)]===_0x4e89bf(0x19c)&&_0x57b009[_0x4e89bf(0x1ad)][_0x4e89bf(0x17c)]>0x0&&(_0x57b009[_0x4e89bf(0x1b7)]=_0x57b009[_0x4e89bf(0x1ad)][_0x4e89bf(0x1c1)](',')['map'](_0x1c19f2=>_0x1c19f2['trim']())[_0x4e89bf(0x1a0)](Boolean)),_0x57b009;}function normalizeRelatedPages(_0x16fc8d){const _0x57e7a3=a21_0x2d63;if(!Array['isArray'](_0x16fc8d))return[];return _0x16fc8d[_0x57e7a3(0x1a0)](_0x4fa58e=>_0x4fa58e&&typeof _0x4fa58e===_0x57e7a3(0x189))['map'](_0x208471=>({'id':_0x208471['id'],'type':_0x208471[_0x57e7a3(0x18b)],'code':_0x208471[_0x57e7a3(0x187)],'title':_0x208471['title'],'deleted':_0x208471['deleted']===!![]}));}function normalizeFallbackFieldName(_0x5db48b,_0x785553){const _0xc78b44=a21_0x2d63,_0x2c3b63=_0x5db48b[_0xc78b44(0x180)]();if(!_0x2c3b63)return null;return{'name':_0x2c3b63,'displayName':_0x2c3b63,'type':undefined,'dbType':undefined,'pk':_0x2c3b63===_0x785553,'required':![],'description':undefined};}async function loadListFieldFallback(_0x317ff6,_0x58722f){const _0x28854a=a21_0x2d63;if(!_0x317ff6||!_0x58722f)return[];try{const _0x40d510=await listDatasets(_0x317ff6,{'code':_0x58722f}),_0x3d80c1=_0x40d510['find'](_0x5c7349=>_0x5c7349[_0x28854a(0x187)]===_0x58722f)??_0x40d510[0x0],_0x4f4681=_0x3d80c1?.[_0x28854a(0x1a5)]??{},_0x301d74=typeof _0x4f4681[_0x28854a(0x1ad)]===_0x28854a(0x19c)?_0x4f4681[_0x28854a(0x1ad)][_0x28854a(0x1c1)](','):[];return _0x301d74[_0x28854a(0x194)](_0x510382=>normalizeFallbackFieldName(_0x510382,_0x4f4681[_0x28854a(0x17b)]))['filter'](_0xb6fcd6=>_0xb6fcd6!==null);}catch{return[];}}export const datasetDetail={'service':a21_0x33df81(0x196),'command':a21_0x33df81(0x183),'description':a21_0x33df81(0x18d),'risk':'read','flags':[CODE_FLAG],async 'execute'(_0x974d5){const _0x567533=a21_0x33df81,_0x146a9d=await getDatasetDetail(_0x974d5[_0x567533(0x1b2)](_0x567533(0x187))),_0xa0d485=Array[_0x567533(0x1c4)](_0x146a9d[_0x567533(0x1c0)])?_0x146a9d[_0x567533(0x1c0)]:Array[_0x567533(0x1c4)](_0x146a9d[_0x567533(0x1a4)])?_0x146a9d[_0x567533(0x1a4)]:[];let _0x2ffda2=_0xa0d485[_0x567533(0x194)](_0x434dc1=>normalizeField(_0x434dc1))[_0x567533(0x1a0)](_0x4a5195=>_0x4a5195!==null);_0x2ffda2[_0x567533(0x17c)]===0x0&&(_0x2ffda2=await loadListFieldFallback(_0x974d5[_0x567533(0x186)],_0x974d5[_0x567533(0x1b2)](_0x567533(0x187))));const _0x2ba5b2=_0x146a9d[_0x567533(0x1be)]??{},_0x18d26f=[];for(const [_0xfa820d,_0x5ca71d]of Object[_0x567533(0x1b9)](_0x2ba5b2)){const _0x364b36=normalizeOperationEntry(_0xfa820d,_0x5ca71d);if(_0x364b36)_0x18d26f['push'](_0x364b36);}const _0x1d21fd=_0x146a9d['dbtableConfig']??{},_0x3329ed=_0x146a9d[_0x567533(0x196)]??{},_0x40bc6c=_0x1d21fd['dbId']!=null?{'id':_0x1d21fd[_0x567533(0x181)],'name':_0x1d21fd[_0x567533(0x1b1)]??null}:undefined;let _0x29a219;return typeof _0x146a9d[_0x567533(0x1c3)]===_0x567533(0x19c)&&(_0x29a219=parseJsonMaybe(_0x146a9d[_0x567533(0x1c3)])),{'ok':!![],'data':{'id':_0x146a9d[_0x567533(0x193)]??_0x146a9d['id'],'name':_0x146a9d[_0x567533(0x18e)],'code':_0x146a9d['modelCode']||_0x146a9d[_0x567533(0x187)],'doVersion':_0x146a9d[_0x567533(0x1c5)],'description':_0x146a9d['description']||_0x3329ed[_0x567533(0x1b8)]||undefined,'source':_0x146a9d[_0x567533(0x18c)]||_0x3329ed[_0x567533(0x1a3)],'table':_0x1d21fd[_0x567533(0x18f)]||_0x3329ed[_0x567533(0x18f)],'datasetKey':_0x1d21fd[_0x567533(0x18a)],'pk':_0x1d21fd[_0x567533(0x17b)],'db':_0x40bc6c,'dbtable':summarizeDbtable(_0x1d21fd),'fields':_0x2ffda2,'operations':_0x18d26f,'indexes':Array[_0x567533(0x1c4)](_0x3329ed[_0x567533(0x184)])?_0x3329ed[_0x567533(0x184)]:[],'relations':_0x146a9d[_0x567533(0x185)]??null,'relatedPages':normalizeRelatedPages(_0x146a9d[_0x567533(0x1af)]),...Array[_0x567533(0x1c4)](_0x146a9d['columnCodeListWithDeleted'])?{'columnCodeListWithDeleted':_0x146a9d[_0x567533(0x1b5)]}:{},'formatRules':Array['isArray'](_0x146a9d[_0x567533(0x198)])?_0x146a9d[_0x567533(0x198)]:[],'validateRules':Array[_0x567533(0x1c4)](_0x146a9d[_0x567533(0x1bb)])?_0x146a9d[_0x567533(0x1bb)]:[],..._0x29a219!==undefined?{'extend':_0x29a219}:{},'stats':{'fieldCount':_0x2ffda2[_0x567533(0x17c)],'operationCount':_0x18d26f[_0x567533(0x17c)]}}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x46251c,_0x2e05cb){const _0x62a0d0=a22_0x24d2,_0x2eb561=_0x46251c();while(!![]){try{const _0x111e84=parseInt(_0x62a0d0(0x1a2))/0x1+-parseInt(_0x62a0d0(0x19f))/0x2+-parseInt(_0x62a0d0(0x19c))/0x3*(parseInt(_0x62a0d0(0x1a1))/0x4)+parseInt(_0x62a0d0(0x1a0))/0x5+-parseInt(_0x62a0d0(0x19b))/0x6+parseInt(_0x62a0d0(0x19d))/0x7+-parseInt(_0x62a0d0(0x19e))/0x8;if(_0x111e84===_0x2e05cb)break;else _0x2eb561['push'](_0x2eb561['shift']());}catch(_0x460881){_0x2eb561['push'](_0x2eb561['shift']());}}}(a22_0x16d7,0x6a06d));import{datasetList}from'../../commands/dataset/list.js';function a22_0x24d2(_0x135f13,_0xf77c8f){_0x135f13=_0x135f13-0x19b;const _0x16d718=a22_0x16d7();let _0x24d293=_0x16d718[_0x135f13];return _0x24d293;}import{datasetDetail}from'../../commands/dataset/detail.js';import{datasetSdkDoc}from'../../commands/dataset/sdk-doc.js';export const datasetDefinitions=[datasetList,datasetDetail,datasetSdkDoc];function a22_0x16d7(){const _0x59e6c5=['306979Eukufs','989058YAdoPr','3lfRIYp','3787924dveoqJ','5193512LuXjGH','63268nQBoAG','2981330BfqdFJ','657704Tghphu'];a22_0x16d7=function(){return _0x59e6c5;};return a22_0x16d7();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a23_0x3210(_0x28d830,_0x566f57){_0x28d830=_0x28d830-0x8a;const _0x4f46f0=a23_0x4f46();let _0x3210c9=_0x4f46f0[_0x28d830];return _0x3210c9;}const a23_0x277e3a=a23_0x3210;(function(_0x4aa171,_0x54b55b){const _0x3858ff=a23_0x3210,_0x31521b=_0x4aa171();while(!![]){try{const _0x7affd1=parseInt(_0x3858ff(0x8a))/0x1+parseInt(_0x3858ff(0x8e))/0x2*(parseInt(_0x3858ff(0x91))/0x3)+parseInt(_0x3858ff(0x9a))/0x4*(-parseInt(_0x3858ff(0x9c))/0x5)+parseInt(_0x3858ff(0x9b))/0x6+-parseInt(_0x3858ff(0x94))/0x7*(-parseInt(_0x3858ff(0x9f))/0x8)+parseInt(_0x3858ff(0x9d))/0x9*(parseInt(_0x3858ff(0x95))/0xa)+-parseInt(_0x3858ff(0xa0))/0xb;if(_0x7affd1===_0x54b55b)break;else _0x31521b['push'](_0x31521b['shift']());}catch(_0x25f777){_0x31521b['push'](_0x31521b['shift']());}}}(a23_0x4f46,0xf236a));import{listDatasets}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';function a23_0x4f46(){const _0x103e04=['name','11632ACeWhM','8389278kBObdY','2005YPUHHK','9695772rbgYvI','List\x20datasets\x20in\x20the\x20app\x20(supports\x20server-side\x20name/code\x20filtering)','78664PmOBzD','12235883icleeF','source','trim','Filter\x20by\x20dataset\x20code\x20(server-side\x20exact\x20match)','Filter\x20by\x20dataset\x20name\x20(server-side\x20fuzzy\x20match)','length','25766TMQZxM','pkField','description','list','142274kotYTj','string','map','3xBZFYs','code','read','497pvWkqV','10tzDHxl','str','split','allFields'];a23_0x4f46=function(){return _0x103e04;};return a23_0x4f46();}export const datasetList={'service':'dataset','command':a23_0x277e3a(0x8d),'description':a23_0x277e3a(0x9e),'risk':a23_0x277e3a(0x93),'flags':[{'name':a23_0x277e3a(0x99),'type':a23_0x277e3a(0x8f),'description':a23_0x277e3a(0xa4)},{...CODE_FLAG,'required':![],'description':a23_0x277e3a(0xa3)}],async 'execute'(_0x40e45d){const _0x1d9ebf=a23_0x277e3a,_0x4b1c05=_0x40e45d[_0x1d9ebf(0x96)](_0x1d9ebf(0x99)),_0x24adfd=_0x40e45d['str'](_0x1d9ebf(0x92)),_0x5476d4=await listDatasets(_0x40e45d['appCode'],{..._0x4b1c05&&{'name':_0x4b1c05},..._0x24adfd&&{'code':_0x24adfd}});return{'ok':!![],'data':{'total':_0x5476d4[_0x1d9ebf(0xa5)],'datasets':_0x5476d4[_0x1d9ebf(0x90)](_0x523c93=>{const _0x3e8798=_0x1d9ebf,_0x510412=_0x523c93['dbtableConfig']??{};return{'id':_0x523c93['id'],'code':_0x523c93[_0x3e8798(0x92)],'name':_0x523c93[_0x3e8798(0x99)],'source':_0x523c93[_0x3e8798(0xa1)],'description':_0x523c93[_0x3e8798(0x8c)],'table':_0x510412['tableName'],'datasetKey':_0x510412['datasetKey'],'pk':_0x510412[_0x3e8798(0x8b)],'fields':_0x510412[_0x3e8798(0x98)]?_0x510412[_0x3e8798(0x98)][_0x3e8798(0x97)](',')[_0x3e8798(0x90)](_0x19f113=>_0x19f113[_0x3e8798(0xa2)]()):[]};})}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a24_0x118639=a24_0x5854;function a24_0xfe7c(){const _0x1eaa70=['Dataset\x20code\x20(32\x20characters).\x20Numeric\x20dataset\x20IDs\x20are\x20not\x20accepted.','14cePFxB','11613960pJdkNk','119998UMdMYc','appCode','1397XYsBZH','dataset','528Twcsfo','2358BRHmBY','code','9374670nodjlu','#\x20Dataset\x20SDK\x20Usage\x20Documentation\x0a\x0a暂无\x20SDK\x20使用文档','3268713OcBcfb','read','27HJEZNC','39470wJpUTm','31690mcMemM','str'];a24_0xfe7c=function(){return _0x1eaa70;};return a24_0xfe7c();}(function(_0x5d4a05,_0x205bbf){const _0x32ea93=a24_0x5854,_0x224b06=_0x5d4a05();while(!![]){try{const _0x5f3175=-parseInt(_0x32ea93(0x99))/0x1*(-parseInt(_0x32ea93(0xa0))/0x2)+parseInt(_0x32ea93(0x97))/0x3+parseInt(_0x32ea93(0xa4))/0x4*(-parseInt(_0x32ea93(0x9a))/0x5)+parseInt(_0x32ea93(0xa5))/0x6*(parseInt(_0x32ea93(0x9e))/0x7)+-parseInt(_0x32ea93(0x9f))/0x8+parseInt(_0x32ea93(0xa7))/0x9+parseInt(_0x32ea93(0x9b))/0xa*(-parseInt(_0x32ea93(0xa2))/0xb);if(_0x5f3175===_0x205bbf)break;else _0x224b06['push'](_0x224b06['shift']());}catch(_0x2091ec){_0x224b06['push'](_0x224b06['shift']());}}}(a24_0xfe7c,0xd0ec0));function a24_0x5854(_0x3c9189,_0x30f428){_0x3c9189=_0x3c9189-0x96;const _0xfe7ccf=a24_0xfe7c();let _0x5854de=_0xfe7ccf[_0x3c9189];return _0x5854de;}import{getDatasetSdkUsageDoc}from'../../core/api-client.js';import{CODE_FLAG}from'../../commands/common/flags.js';const DEFAULT_MARKDOWN=a24_0x118639(0x96);export function formatDatasetSdkMarkdown(_0x58c39d){const _0x3d5504=typeof _0x58c39d==='string'?_0x58c39d['trim']():'';return _0x3d5504||DEFAULT_MARKDOWN;}export const datasetSdkDoc={'service':a24_0x118639(0xa3),'command':'sdk-doc','description':'Get\x20SDK\x20usage\x20markdown\x20for\x20a\x20dataset\x20code','risk':a24_0x118639(0x98),'flags':[{...CODE_FLAG,'description':a24_0x118639(0x9d)}],async 'execute'(_0x4236de){const _0xf664bd=a24_0x118639,_0x23e193=_0x4236de[_0xf664bd(0x9c)](_0xf664bd(0xa6)),_0x2a140a=await getDatasetSdkUsageDoc(_0x23e193,_0x4236de[_0xf664bd(0xa1)]);return{'ok':!![],'data':{'code':_0x23e193,'appCode':_0x4236de[_0xf664bd(0xa1)],'markdown':formatDatasetSdkMarkdown(_0x2a140a)}};}};
|
package/lib/commands/doctor.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a25_0x19c3ea=a25_0x2cda;(function(_0x5c253c,_0x5a9a9e){const _0x59cf68=a25_0x2cda,_0x4eb315=_0x5c253c();while(!![]){try{const _0x26eb12=-parseInt(_0x59cf68(0x126))/0x1*(-parseInt(_0x59cf68(0x113))/0x2)+-parseInt(_0x59cf68(0xee))/0x3*(-parseInt(_0x59cf68(0xf2))/0x4)+parseInt(_0x59cf68(0xdb))/0x5+-parseInt(_0x59cf68(0xe0))/0x6*(-parseInt(_0x59cf68(0x112))/0x7)+-parseInt(_0x59cf68(0x120))/0x8*(-parseInt(_0x59cf68(0x11c))/0x9)+-parseInt(_0x59cf68(0xf9))/0xa+parseInt(_0x59cf68(0xf4))/0xb*(-parseInt(_0x59cf68(0x104))/0xc);if(_0x26eb12===_0x5a9a9e)break;else _0x4eb315['push'](_0x4eb315['shift']());}catch(_0x3bda0d){_0x4eb315['push'](_0x4eb315['shift']());}}}(a25_0x581a,0xc2696));import a25_0x178265 from'chalk';import{CLI_BIN_NAME}from'../constant/cli.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';function a25_0x581a(){const _0x52162a=['bold','\x20\x20Mode:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','ClientAk','\x20\x20apiDomain:\x20\x20\x20\x20\x20\x20\x20','arch','1641514wWjJnG','4808FPQQcO','(none)','accessKey','✗\x20Invalid\x20JSON','\x20\x20Service\x20Tree','padEnd','empty','✓\x20Loaded','doctor','42867RlPPRM','gray','\x20\x20Services:\x20\x20\x20\x20\x20\x20\x20\x20','registryPath','2584MvCZuP','⚠\x20Empty','\x20\x20CLI\x20Version:\x20\x20\x20\x20\x20','(not\x20found)','message','repeat','1TuhEGh','\x20\x20env:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','appCode','log','platform','\x20doctor','(missing)','\x20\x20Global:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','green','\x20(accessKey)','144010rowwsK','env','\x20\x20defaultApp:\x20\x20\x20\x20\x20\x20','\x20commands)','\x20\x20currentApp:\x20\x20\x20\x20\x20\x20','6oHllJg','status','serviceCount','\x20\x20Platform:\x20\x20\x20\x20\x20\x20\x20\x20','Diagnose\x20CLI\x20configuration\x20and\x20environment','(unnamed)','\x20\x20Commands:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Node:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','pageSize','format','\x20\x20accessKey:\x20\x20\x20\x20\x20\x20\x20','red','\x20\x20riskLevel:\x20\x20\x20\x20\x20\x20\x20','\x20\x20Merged\x20Config','1497PVdnpu','\x20\x20appCode:\x20\x20\x20\x20\x20\x20\x20\x20\x20','locale','version','4376TNWCeT','\x20\x20Session\x20check:\x20\x20\x20','15191dSnGFQ','check','\x20\x20runtimeDomain:\x20\x20\x20','missing','source','677970lsGFbO','\x20\x20pageSize:\x20\x20\x20\x20\x20\x20\x20\x20','\x20\x20Project:\x20\x20\x20\x20\x20\x20\x20\x20\x20','yellow','defaultApp','\x20\x20format:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','commandCount','\x20Imported\x20from:\x20','name','\x20\x20─','(no\x20file)','12912PvvUte','\x20\x20Status:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','currentApp','serviceCode','✗\x20Invalid','\x20\x20locale:\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20','length','(default:\x20','Project'];a25_0x581a=function(){return _0x52162a;};return a25_0x581a();}import{getCliVersion}from'../utils/version.js';import{getApiDomain,getRuntimeDomain,getUserDomain}from'../constant/domain.js';import{buildConfigFromFlags,initGlobalEnvironment,getProjectConfigPath,getGlobalConfigPath,inspectCliConfigJsonFile}from'../context.js';import{AUTH_MODE}from'../constant/auth-mode.js';import{isLegacyCompatConfigKey}from'../config/schema.js';import{inspectServiceRegistry}from'../commands/service/registry.js';async function execute(_0x5d378c){const _0x581247=a25_0x2cda,_0xeb2940=getCliVersion(),_0x828de3=buildConfigFromFlags({});await initGlobalEnvironment(_0x828de3),console[_0x581247(0x129)](),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x10d)](CLI_BIN_NAME+_0x581247(0x12b))),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x11d)]('─'['repeat'](0x32))),console[_0x581247(0x129)](_0x581247(0x122)+_0xeb2940),console['log'](_0x581247(0xe7)+process[_0x581247(0xf1)]),console[_0x581247(0x129)](_0x581247(0xe3)+process[_0x581247(0x12a)]+'\x20'+process[_0x581247(0x111)]),console[_0x581247(0x129)](),console[_0x581247(0x129)](a25_0x178265['bold']('\x20\x20Config\x20Files')),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x11d)](_0x581247(0x102)[_0x581247(0x125)](0x1e)));const _0x185d9a=getGlobalConfigPath(),_0x2b0c02=getProjectConfigPath();console[_0x581247(0x129)](_0x581247(0x12d)+(_0x185d9a||a25_0x178265[_0x581247(0x11d)](_0x581247(0x123)))),console[_0x581247(0x129)](_0x581247(0xfb)+(_0x2b0c02||a25_0x178265[_0x581247(0x11d)](_0x581247(0x123)))),console[_0x581247(0x129)](),console['log'](a25_0x178265['bold']('\x20\x20Config\x20JSON')),console['log'](a25_0x178265['gray'](_0x581247(0x102)[_0x581247(0x125)](0x1e)));const _0x5d06b1=(_0x36a19e,_0x53212f)=>{const _0x588f3=_0x581247;if(!_0x53212f){console['log']('\x20\x20'+_0x36a19e['padEnd'](0x11)+'\x20'+a25_0x178265[_0x588f3(0x11d)](_0x588f3(0x103)));return;}const _0x53fd59=inspectCliConfigJsonFile(_0x53212f);if(_0x53fd59[_0x588f3(0xe1)]==='ok')console['log']('\x20\x20'+_0x36a19e[_0x588f3(0x118)](0x11)+'\x20'+a25_0x178265[_0x588f3(0x12e)]('✓\x20Valid\x20JSON'));else{if(_0x53fd59['status']===_0x588f3(0x119))console[_0x588f3(0x129)]('\x20\x20'+_0x36a19e['padEnd'](0x11)+'\x20'+a25_0x178265['yellow']('⚠\x20Empty\x20(treated\x20as\x20{})'));else _0x53fd59[_0x588f3(0xe1)]===_0x588f3(0xf7)?console[_0x588f3(0x129)]('\x20\x20'+_0x36a19e['padEnd'](0x11)+'\x20'+a25_0x178265['gray'](_0x588f3(0x12c))):(console[_0x588f3(0x129)]('\x20\x20'+_0x36a19e[_0x588f3(0x118)](0x11)+'\x20'+a25_0x178265[_0x588f3(0xeb)](_0x588f3(0x116))),console[_0x588f3(0x129)]('\x20\x20'+''['padEnd'](0x11)+'\x20'+a25_0x178265['red'](_0x53fd59['message'])));}};_0x5d06b1('Global',_0x185d9a),_0x5d06b1(_0x581247(0x10c),_0x2b0c02),console[_0x581247(0x129)](),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x10d)](_0x581247(0xed))),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x11d)](_0x581247(0x102)[_0x581247(0x125)](0x1e))),console[_0x581247(0x129)](_0x581247(0xef)+(_0x828de3[_0x581247(0x128)]||a25_0x178265[_0x581247(0xeb)]('(not\x20set)'))),console[_0x581247(0x129)](_0x581247(0x127)+_0x828de3[_0x581247(0xdc)]);const _0x2957d4=isLegacyCompatConfigKey(_0x581247(0xf0))?a25_0x178265[_0x581247(0x11d)](_0x828de3[_0x581247(0xf0)]+'\x20(legacy/compat\x20only)'):_0x828de3['locale'];console[_0x581247(0x129)](_0x581247(0x109)+_0x2957d4),console[_0x581247(0x129)](_0x581247(0xdd)+(_0x828de3[_0x581247(0xfd)]||a25_0x178265[_0x581247(0x11d)](_0x581247(0x114)))),console['log'](_0x581247(0xdf)+(_0x828de3[_0x581247(0x106)]||a25_0x178265[_0x581247(0x11d)](_0x581247(0x114)))),console['log'](_0x581247(0xfe)+(_0x828de3[_0x581247(0xe9)]||a25_0x178265[_0x581247(0x11d)](_0x581247(0x10b)+DEFAULT_CONFIG_VALUES[_0x581247(0xe9)]+')'))),console['log'](_0x581247(0xfa)+(_0x828de3[_0x581247(0xe8)]??a25_0x178265[_0x581247(0x11d)]('(default)'))),console['log'](_0x581247(0xec)+_0x828de3['riskLevel']),console[_0x581247(0x129)]('\x20\x20verbose:\x20\x20\x20\x20\x20\x20\x20\x20\x20'+_0x828de3['verbose']),console['log']('\x20\x20auth\x20(effective):\x20'+AUTH_MODE[_0x581247(0x10f)]),console[_0x581247(0x129)](_0x581247(0xea)+(_0x828de3['accessKey']?a25_0x178265[_0x581247(0x12e)]('(set,\x20length='+_0x828de3[_0x581247(0x115)][_0x581247(0x10a)]+')'):a25_0x178265[_0x581247(0x11d)](_0x581247(0x114)))),console['log'](),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x10d)]('\x20\x20API\x20Endpoints')),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x11d)]('\x20\x20─'[_0x581247(0x125)](0x1e))),console['log'](_0x581247(0x110)+getApiDomain()),console[_0x581247(0x129)]('\x20\x20userDomain:\x20\x20\x20\x20\x20\x20'+getUserDomain()),console['log'](_0x581247(0xf6)+getRuntimeDomain()),console[_0x581247(0x129)](),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x10d)](_0x581247(0x117))),console[_0x581247(0x129)](a25_0x178265[_0x581247(0x11d)](_0x581247(0x102)[_0x581247(0x125)](0x1e)));const _0x267d15=inspectServiceRegistry();console[_0x581247(0x129)]('\x20\x20Registry:\x20\x20\x20\x20\x20\x20\x20\x20'+_0x267d15[_0x581247(0x11f)]),console[_0x581247(0x129)](_0x581247(0x105)+formatServiceRegistryStatus(_0x267d15)),console[_0x581247(0x129)](_0x581247(0x11e)+_0x267d15[_0x581247(0xe2)]),console[_0x581247(0x129)](_0x581247(0xe6)+_0x267d15[_0x581247(0xff)]);for(const _0x4c6e53 of _0x267d15['services']){console[_0x581247(0x129)]('\x20\x20'+(_0x4c6e53[_0x581247(0x107)]+':')[_0x581247(0x118)](0x11)+'\x20'+(_0x4c6e53[_0x581247(0x101)]||a25_0x178265[_0x581247(0x11d)](_0x581247(0xe5)))+'\x20('+_0x4c6e53[_0x581247(0xff)]+_0x581247(0xde)),console[_0x581247(0x129)]('\x20\x20'+''[_0x581247(0x118)](0x11)+_0x581247(0x100)+_0x4c6e53[_0x581247(0xf8)]['path']);}return console[_0x581247(0x129)](),console['log'](a25_0x178265[_0x581247(0x10d)]('\x20\x20Auth')),console['log'](a25_0x178265[_0x581247(0x11d)](_0x581247(0x102)[_0x581247(0x125)](0x1e))),console[_0x581247(0x129)](_0x581247(0x10e)+a25_0x178265[_0x581247(0x12e)](AUTH_MODE[_0x581247(0x10f)]+_0x581247(0x12f))),console[_0x581247(0x129)](_0x581247(0xf3)+a25_0x178265[_0x581247(0x11d)]('(removed\x20—\x20cookie\x20auth\x20disabled)')),console[_0x581247(0x129)](),{'ok':!![]};}function formatServiceRegistryStatus(_0x1e124c){const _0x333bcf=a25_0x2cda;if(_0x1e124c[_0x333bcf(0xe1)]==='ok')return a25_0x178265[_0x333bcf(0x12e)](_0x333bcf(0x11a));if(_0x1e124c[_0x333bcf(0xe1)]===_0x333bcf(0xf7))return a25_0x178265[_0x333bcf(0x11d)](_0x333bcf(0x123));if(_0x1e124c[_0x333bcf(0xe1)]===_0x333bcf(0x119))return a25_0x178265[_0x333bcf(0xfc)](_0x333bcf(0x121));return a25_0x178265[_0x333bcf(0xeb)](_0x333bcf(0x108)+(_0x1e124c[_0x333bcf(0x124)]?':\x20'+_0x1e124c[_0x333bcf(0x124)]:''));}function a25_0x2cda(_0x91c073,_0x29ee03){_0x91c073=_0x91c073-0xdb;const _0x581a07=a25_0x581a();let _0x2cda15=_0x581a07[_0x91c073];return _0x2cda15;}export const doctorDefinition={'service':a25_0x19c3ea(0x11b),'command':a25_0x19c3ea(0xf5),'description':a25_0x19c3ea(0xe4),'risk':'read','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],'execute':execute};
|
package/lib/commands/init.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a26_0xe50726=a26_0x3963;(function(_0x3045f5,_0x2467ba){const _0x1389e6=a26_0x3963,_0x53896d=_0x3045f5();while(!![]){try{const _0x2c8e4e=parseInt(_0x1389e6(0x18e))/0x1+-parseInt(_0x1389e6(0x185))/0x2*(-parseInt(_0x1389e6(0x180))/0x3)+-parseInt(_0x1389e6(0x17d))/0x4+-parseInt(_0x1389e6(0x1a3))/0x5*(-parseInt(_0x1389e6(0x198))/0x6)+parseInt(_0x1389e6(0x18f))/0x7*(parseInt(_0x1389e6(0x18c))/0x8)+parseInt(_0x1389e6(0x18d))/0x9*(-parseInt(_0x1389e6(0x19e))/0xa)+parseInt(_0x1389e6(0x17b))/0xb*(-parseInt(_0x1389e6(0x1ad))/0xc);if(_0x2c8e4e===_0x2467ba)break;else _0x53896d['push'](_0x53896d['shift']());}catch(_0x4a1e00){_0x53896d['push'](_0x53896d['shift']());}}}(a26_0x2d59,0x240ef));import{existsSync,readFileSync}from'node:fs';import{resolve,isAbsolute}from'node:path';import{createInterface}from'node:readline';import{CliErrors}from'../errors.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';function a26_0x3963(_0x497da9,_0x3b285a){_0x497da9=_0x497da9-0x168;const _0x2d5999=a26_0x2d59();let _0x39630e=_0x2d5999[_0x497da9];return _0x39630e;}import{RUNTIME_ENV_VALUES}from'../constant/env.js';import{IMPORTABLE_RUNTIME_CONFIG_KEYS}from'../config/schema.js';import{resolveWriteConfigPath,readConfigFile,writeConfigFile,isNonInteractiveMode}from'../context.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{PRODUCT_CONFIG}from'../constant/product.js';export const initCreateFlagDefs=[{'name':a26_0xe50726(0x173),'type':a26_0xe50726(0x176),'description':a26_0xe50726(0x16e)},{'name':a26_0xe50726(0x17e),'type':a26_0xe50726(0x176),'description':a26_0xe50726(0x191)+DEFAULT_CONFIG_VALUES[a26_0xe50726(0x17e)]+')','enum':[...RUNTIME_ENV_VALUES]},{'name':a26_0xe50726(0x175),'type':a26_0xe50726(0x178),'description':a26_0xe50726(0x169)+PRODUCT_CONFIG[a26_0xe50726(0x1ac)]+a26_0xe50726(0x197),'default':![]},{'name':'yes','type':a26_0xe50726(0x178),'description':'Skip\x20confirmation\x20when\x20overwriting','default':![]}];export const initImportFlagDefs=[{'name':'file','type':a26_0xe50726(0x176),'description':'Import\x20from\x20a\x20.rabetbase.json\x20file\x20path','required':!![]},{'name':'appcode','type':a26_0xe50726(0x176),'description':a26_0xe50726(0x1a7)},{'name':a26_0xe50726(0x17e),'type':a26_0xe50726(0x176),'description':'Override\x20imported\x20default\x20env','enum':[...RUNTIME_ENV_VALUES]},{'name':'global','type':a26_0xe50726(0x178),'description':'Write\x20to\x20global\x20(~/'+PRODUCT_CONFIG[a26_0xe50726(0x1ac)]+a26_0xe50726(0x197),'default':![]},{'name':'yes','type':a26_0xe50726(0x178),'description':'Skip\x20confirmation\x20when\x20overwriting','default':![]}];export async function runInit(_0x8bcd46){const _0x665fab=a26_0xe50726,_0x4dcf68=isNonInteractiveMode(_0x8bcd46),_0x549231=_0x8bcd46[_0x665fab(0x175)]?'global':_0x665fab(0x16f),_0x384704=resolveWriteConfigPath(_0x549231);try{_0x4dcf68?await runNonInteractive(_0x8bcd46,_0x384704):await runInteractive(_0x8bcd46,_0x384704);}catch(_0x625dbc){if(_0x625dbc instanceof AbortPrompt)throw CliErrors['cancelled']();throw _0x625dbc;}}export async function runInitImport(_0x4ed3b3){const _0x3fcc69=a26_0xe50726,_0x556c91=_0x4ed3b3[_0x3fcc69(0x175)]?_0x3fcc69(0x175):_0x3fcc69(0x16f),_0x5edc3c=resolveWriteConfigPath(_0x556c91);await runFromImport(_0x4ed3b3,_0x5edc3c);}const RUNTIME_IRRELEVANT_KEYS=new Set([a26_0xe50726(0x192)]);async function runFromImport(_0x3cecdc,_0x2470c0){const _0x2e3b4b=a26_0xe50726,_0x5c0ffb=resolveFilePath(_0x3cecdc[_0x2e3b4b(0x1a2)]);if(!existsSync(_0x5c0ffb))throw CliErrors[_0x2e3b4b(0x177)](_0x2e3b4b(0x1a4)+_0x5c0ffb);const _0x1ced61=readSourceFile(_0x5c0ffb),_0x1720e4=convertToRuntimeConfig(_0x1ced61);_0x3cecdc[_0x2e3b4b(0x173)]&&(_0x1720e4[_0x2e3b4b(0x173)]=String(_0x3cecdc[_0x2e3b4b(0x173)]));_0x3cecdc[_0x2e3b4b(0x17e)]&&(_0x1720e4[_0x2e3b4b(0x17e)]=resolveInitEnv(_0x3cecdc));if(!_0x1720e4[_0x2e3b4b(0x173)])throw CliErrors[_0x2e3b4b(0x177)](_0x2e3b4b(0x1a9),_0x2e3b4b(0x196));await writeInitConfig(_0x2470c0,_0x1720e4,_0x3cecdc),console[_0x2e3b4b(0x181)](_0x2e3b4b(0x1a6)+_0x5c0ffb),console[_0x2e3b4b(0x181)](_0x2e3b4b(0x1b0)+_0x2470c0),console[_0x2e3b4b(0x181)]('\x20\x20appcode:\x20'+_0x1720e4['appcode']);if(_0x1720e4['defaultApp'])console['log']('\x20\x20default:\x20'+_0x1720e4[_0x2e3b4b(0x16a)]);}function convertToRuntimeConfig(_0x4482e3){const _0x204743=a26_0xe50726;if(_0x4482e3[_0x204743(0x193)]&&typeof _0x4482e3['apps']===_0x204743(0x19d))throw CliErrors[_0x204743(0x177)](_0x204743(0x19a),_0x204743(0x1a8));const _0x26eb64={};for(const _0x22c4e0 of IMPORTABLE_RUNTIME_CONFIG_KEYS){_0x4482e3[_0x22c4e0]!==undefined&&(_0x26eb64[_0x22c4e0]=_0x4482e3[_0x22c4e0]);}return!_0x26eb64[_0x204743(0x170)]&&(_0x26eb64[_0x204743(0x170)]=DEFAULT_CONFIG_VALUES['riskLevel']),_0x26eb64;}async function runNonInteractive(_0x3de611,_0x43d8b3){const _0x348535=a26_0xe50726,_0x10b867=_0x3de611[_0x348535(0x173)];if(!_0x10b867)throw CliErrors[_0x348535(0x195)](_0x348535(0x173),_0x348535(0x1ab)+CLI_BIN_NAME+_0x348535(0x16d));const _0x46a14e=resolveInitEnv(_0x3de611);await writeInitConfig(_0x43d8b3,{'appcode':_0x10b867,'env':_0x46a14e},_0x3de611),console[_0x348535(0x181)](_0x348535(0x18a)+_0x43d8b3),console[_0x348535(0x181)]('\x20\x20appcode:\x20'+_0x10b867),console[_0x348535(0x181)]('\x20\x20env:\x20\x20\x20\x20\x20'+_0x46a14e);}async function runInteractive(_0x1b11fc,_0x1f5002){const _0x32f507=a26_0xe50726,_0xf31f97=loadExisting(_0x1f5002),_0x46b379=typeof _0xf31f97?.[_0x32f507(0x173)]==='string'?_0xf31f97[_0x32f507(0x173)]:'',_0x2ba15f=resolveInitEnv(_0x1b11fc);console[_0x32f507(0x181)](CLI_BIN_NAME+_0x32f507(0x17c)+PRODUCT_CONFIG[_0x32f507(0x1ac)]+'\x0a');if(existsSync(_0x1f5002)&&!_0x1b11fc['yes']){const _0x84ff23=await promptYesNo(_0x32f507(0x1ae)+_0x1f5002+_0x32f507(0x183),![]);if(!_0x84ff23){console[_0x32f507(0x181)](_0x32f507(0x172));return;}}const _0x4aff19=typeof _0x1b11fc[_0x32f507(0x173)]===_0x32f507(0x176)?_0x1b11fc[_0x32f507(0x173)][_0x32f507(0x19b)]():'';let _0x270c29=_0x4aff19;!_0x270c29&&(_0x270c29=await promptInput(_0x32f507(0x1a1),_0x46b379));if(!_0x270c29[_0x32f507(0x19b)]())throw CliErrors['validation'](_0x32f507(0x18b));await writeInitConfig(_0x1f5002,{'appcode':_0x270c29[_0x32f507(0x19b)](),'env':_0x2ba15f},_0x1b11fc),console[_0x32f507(0x181)](_0x32f507(0x16b)+_0x1f5002),console[_0x32f507(0x181)](_0x32f507(0x194)+_0x270c29[_0x32f507(0x19b)]()),console[_0x32f507(0x181)](_0x32f507(0x19f)+_0x2ba15f);}async function writeInitConfig(_0x217ed2,_0xcb4ea9,_0x21a416){const _0x2ac539=a26_0xe50726;let _0x211853={};existsSync(_0x217ed2)&&!_0x21a416[_0x2ac539(0x186)]&&(_0x211853=readConfigFile(_0x217ed2));for(const [_0x4fb4d6,_0x28ebf3]of Object['entries'](_0xcb4ea9)){_0x28ebf3!==undefined&&(_0x211853[_0x4fb4d6]=_0x28ebf3);}if(_0x211853[_0x2ac539(0x1a5)])delete _0x211853[_0x2ac539(0x1a5)];writeConfigFile(_0x217ed2,_0x211853);}class AbortPrompt extends Error{constructor(){const _0x452501=a26_0xe50726;super(_0x452501(0x168)),this['name']=_0x452501(0x17a);}}function createSafeRl(){const _0x1885a9=a26_0xe50726,_0x388a0f=createInterface({'input':process['stdin'],'output':process[_0x1885a9(0x189)]});let _0x5b6275;const _0x341dc3=new Promise((_0x343c9f,_0x49ce7f)=>{const _0x1d985f=_0x1885a9;_0x5b6275=()=>{const _0x5d48a2=a26_0x3963;_0x5b6275&&(_0x388a0f[_0x5d48a2(0x184)](_0x5d48a2(0x188),_0x5b6275),_0x5b6275=undefined);try{_0x388a0f[_0x5d48a2(0x190)]();}catch{}_0x49ce7f(new AbortPrompt());},_0x388a0f['once'](_0x1d985f(0x188),_0x5b6275);}),_0x4e7d3b=()=>{const _0x4dee2d=_0x1885a9;_0x5b6275&&(_0x388a0f[_0x4dee2d(0x184)]('SIGINT',_0x5b6275),_0x5b6275=undefined);try{_0x388a0f['close']();}catch{}};return{'rl':_0x388a0f,'abortPromise':_0x341dc3,'disposeSuccess':_0x4e7d3b};}async function promptInput(_0x138605,_0x607d1c){const _0x40d821=a26_0xe50726,{rl:_0x26bddd,abortPromise:_0x544af4,disposeSuccess:_0x54c257}=createSafeRl(),_0x35d05a=new Promise(_0x26816f=>{const _0x5ed67b=a26_0x3963,_0xd90b33=_0x607d1c?'\x20\x20'+_0x138605+'\x20('+_0x607d1c+'):\x20':'\x20\x20'+_0x138605+':\x20';_0x26bddd[_0x5ed67b(0x182)](_0xd90b33,_0x35362b=>{const _0x1d308b=_0x5ed67b;_0x54c257(),_0x26816f(_0x35362b[_0x1d308b(0x19b)]()||_0x607d1c);});});return Promise[_0x40d821(0x1aa)]([_0x35d05a,_0x544af4]);}async function promptYesNo(_0x15d6c4,_0x1ceb5a){const {rl:_0x3fe1cc,abortPromise:_0x23f4e4,disposeSuccess:_0x10c6a0}=createSafeRl(),_0x50ffec=new Promise(_0xb55376=>{const _0xe54be5=a26_0x3963,_0x54bef5=_0x1ceb5a?_0xe54be5(0x19c):_0xe54be5(0x1af);_0x3fe1cc[_0xe54be5(0x182)]('\x20\x20'+_0x15d6c4+'\x20'+_0x54bef5+':\x20',_0x5ed847=>{const _0x31bc75=_0xe54be5;_0x10c6a0();const _0x57db1d=_0x5ed847[_0x31bc75(0x19b)]()[_0x31bc75(0x199)]();if(_0x57db1d==='y'||_0x57db1d===_0x31bc75(0x186))_0xb55376(!![]);else{if(_0x57db1d==='n'||_0x57db1d==='no')_0xb55376(![]);else _0xb55376(_0x1ceb5a);}});});return Promise['race']([_0x50ffec,_0x23f4e4]);}function loadExisting(_0x341c34){if(!existsSync(_0x341c34))return null;return readConfigFile(_0x341c34);}function resolveFilePath(_0x2c2f43){const _0x3bc4b2=a26_0xe50726;return isAbsolute(_0x2c2f43)?_0x2c2f43:resolve(process[_0x3bc4b2(0x179)](),_0x2c2f43);}function readSourceFile(_0x1c181e){const _0x446294=a26_0xe50726;try{const _0x861f5f=readFileSync(_0x1c181e,{'encoding':'utf8'});return JSON[_0x446294(0x174)](_0x861f5f);}catch(_0x2cf9c5){throw CliErrors[_0x446294(0x177)]('Failed\x20to\x20parse\x20source\x20file:\x20'+_0x2cf9c5[_0x446294(0x187)]);}}function a26_0x2d59(){const _0x330863=['Invalid\x20env\x20\x22','Aborted.','appcode','parse','global','string','validation','boolean','cwd','AbortPrompt','3586vxXvjq','\x20init\x20—\x20Create\x20','839168nAeSFp','env','\x22.\x20Allowed:\x20','12MMfYYE','log','question','\x20already\x20exists.\x20Overwrite?','removeListener','7194gBrLNF','yes','message','SIGINT','stdout','Initialized\x20','App\x20code\x20cannot\x20be\x20empty.','16DZvZUr','27XDXKFb','135598YuhlXz','699853EvVITE','close','Target\x20environment\x20(default\x20','apiDir','apps','\x20\x20appcode:\x20','flagMissing','Provide\x20--appcode\x20<code>\x20or\x20use\x20an\x20upgraded\x20.rabetbase.json\x20with\x20top-level\x20appcode.\x20Legacy\x20files\x20must\x20be\x20upgraded\x20first\x20with\x20`rabetbase\x20project\x20upgrade`.',')\x20instead\x20of\x20project','6GEMgUL','toLowerCase','Legacy\x20/\x20multi-app\x20.rabetbase.json\x20is\x20no\x20longer\x20supported\x20for\x20import.','trim','[Y/n]','object','169340vodBSL','\x20\x20env:\x20\x20\x20\x20\x20','includes','App\x20code','file','299875LhPiGr','Source\x20file\x20not\x20found:\x20','app','Imported\x20from\x20','Override\x20imported\x20default\x20appcode','Run\x20`rabetbase\x20project\x20upgrade`\x20first,\x20then\x20retry\x20`lovrabet\x20app\x20import`.','Source\x20file\x20does\x20not\x20contain\x20an\x20importable\x20appcode.','race','Usage:\x20','newConfigFileName','60LTEVlk','File\x20','[y/N]','\x20\x20config:\x20\x20','User\x20aborted\x20prompt','Write\x20to\x20global\x20(~/','defaultApp','\x0aInitialized\x20','join','\x20app\x20init\x20--appcode\x20<code>\x20[--env\x20daily]\x20[--global]','App\x20code\x20for\x20the\x20project','project','riskLevel'];a26_0x2d59=function(){return _0x330863;};return a26_0x2d59();}function resolveInitEnv(_0x40a349){const _0x490a19=a26_0xe50726,_0x603a71=_0x40a349[_0x490a19(0x17e)];if(_0x603a71===undefined||_0x603a71==='')return DEFAULT_CONFIG_VALUES[_0x490a19(0x17e)];if(!RUNTIME_ENV_VALUES[_0x490a19(0x1a0)](_0x603a71))throw CliErrors['validation'](_0x490a19(0x171)+_0x603a71+_0x490a19(0x17f)+RUNTIME_ENV_VALUES[_0x490a19(0x16c)](',\x20'));return _0x603a71;}
|
|
1
|
+
const a26_0x14cc2d=a26_0x10b2;function a26_0x5567(){const _0x10e7b0=[')\x20instead\x20of\x20project','Source\x20file\x20not\x20found:\x20','trim','File\x20','App\x20code','once','stdout','209691ybhmpn','close','Override\x20imported\x20default\x20env','3031zmRWIs','App\x20code\x20cannot\x20be\x20empty.','string','env','defaultApp','yes','file','430ackzRU','\x20\x20config:\x20\x20','Import\x20from\x20a\x20.rabetbase.json\x20file\x20path','cancelled','validation','1373411aMXPFK','newConfigFileName','name','riskLevel','[y/N]','\x20\x20default:\x20','\x20init\x20—\x20Create\x20','Legacy\x20/\x20multi-app\x20.rabetbase.json\x20is\x20no\x20longer\x20supported\x20for\x20import.','toLowerCase','flagMissing','appcode','2986148SBzNkG','808570iVXxFD','AbortPrompt','6ZndAYg','utf8','Usage:\x20','\x20\x20appcode:\x20','app','\x22.\x20Allowed:\x20','boolean','SIGINT','apps','Provide\x20--appcode\x20<code>\x20or\x20use\x20an\x20upgraded\x20.rabetbase.json\x20with\x20top-level\x20appcode.\x20Legacy\x20files\x20must\x20be\x20upgraded\x20first\x20with\x20`rabetbase\x20project\x20upgrade`.','97308unUAbL','3iyphpZ','question','\x20already\x20exists.\x20Overwrite?','21032avKROa','Aborted.','\x20\x20env:\x20\x20\x20\x20\x20','\x0aInitialized\x20','Skip\x20confirmation\x20when\x20overwriting','race','Target\x20environment\x20(default\x20','Imported\x20from\x20','User\x20aborted\x20prompt','includes','Run\x20`rabetbase\x20project\x20upgrade`\x20first,\x20then\x20retry\x20`lovrabet\x20app\x20import`.','2706cVlpNN','global','[Y/n]','5475435jGtWHp','log','project','removeListener','stdin'];a26_0x5567=function(){return _0x10e7b0;};return a26_0x5567();}(function(_0x316172,_0x362ec7){const _0x2ee231=a26_0x10b2,_0x18795d=_0x316172();while(!![]){try{const _0x1073f6=parseInt(_0x2ee231(0xac))/0x1+-parseInt(_0x2ee231(0xb8))/0x2+parseInt(_0x2ee231(0xc5))/0x3*(parseInt(_0x2ee231(0xb7))/0x4)+parseInt(_0x2ee231(0x91))/0x5*(-parseInt(_0x2ee231(0xba))/0x6)+parseInt(_0x2ee231(0xa0))/0x7*(parseInt(_0x2ee231(0xc8))/0x8)+-parseInt(_0x2ee231(0x9d))/0x9*(-parseInt(_0x2ee231(0xa7))/0xa)+parseInt(_0x2ee231(0x8e))/0xb*(-parseInt(_0x2ee231(0xc4))/0xc);if(_0x1073f6===_0x362ec7)break;else _0x18795d['push'](_0x18795d['shift']());}catch(_0x177368){_0x18795d['push'](_0x18795d['shift']());}}}(a26_0x5567,0xbb018));function a26_0x10b2(_0x34c13f,_0x149bb2){_0x34c13f=_0x34c13f-0x8a;const _0x556707=a26_0x5567();let _0x10b2bd=_0x556707[_0x34c13f];return _0x10b2bd;}import{existsSync,readFileSync}from'node:fs';import{resolve,isAbsolute}from'node:path';import{createInterface}from'node:readline';import{CliErrors}from'../errors.js';import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RUNTIME_ENV_VALUES}from'../constant/env.js';import{IMPORTABLE_RUNTIME_CONFIG_KEYS}from'../config/schema.js';import{resolveWriteConfigPath,readConfigFile,writeConfigFile,isNonInteractiveMode}from'../context.js';import{CLI_BIN_NAME}from'../constant/cli.js';import{PRODUCT_CONFIG}from'../constant/product.js';export const initCreateFlagDefs=[{'name':a26_0x14cc2d(0xb6),'type':'string','description':'App\x20code\x20for\x20the\x20project'},{'name':a26_0x14cc2d(0xa3),'type':a26_0x14cc2d(0xa2),'description':a26_0x14cc2d(0xce)+DEFAULT_CONFIG_VALUES[a26_0x14cc2d(0xa3)]+')','enum':[...RUNTIME_ENV_VALUES]},{'name':a26_0x14cc2d(0x8f),'type':a26_0x14cc2d(0xc0),'description':'Write\x20to\x20global\x20(~/'+PRODUCT_CONFIG[a26_0x14cc2d(0xad)]+a26_0x14cc2d(0x96),'default':![]},{'name':a26_0x14cc2d(0xa5),'type':a26_0x14cc2d(0xc0),'description':a26_0x14cc2d(0xcc),'default':![]}];export const initImportFlagDefs=[{'name':a26_0x14cc2d(0xa6),'type':a26_0x14cc2d(0xa2),'description':a26_0x14cc2d(0xa9),'required':!![]},{'name':'appcode','type':'string','description':'Override\x20imported\x20default\x20appcode'},{'name':a26_0x14cc2d(0xa3),'type':'string','description':a26_0x14cc2d(0x9f),'enum':[...RUNTIME_ENV_VALUES]},{'name':'global','type':a26_0x14cc2d(0xc0),'description':'Write\x20to\x20global\x20(~/'+PRODUCT_CONFIG['newConfigFileName']+a26_0x14cc2d(0x96),'default':![]},{'name':a26_0x14cc2d(0xa5),'type':a26_0x14cc2d(0xc0),'description':'Skip\x20confirmation\x20when\x20overwriting','default':![]}];export async function runInit(_0x5c65aa){const _0x4885b1=a26_0x14cc2d,_0x523be3=isNonInteractiveMode(_0x5c65aa),_0x1de86e=_0x5c65aa[_0x4885b1(0x8f)]?_0x4885b1(0x8f):'project',_0x4eabef=resolveWriteConfigPath(_0x1de86e);try{_0x523be3?await runNonInteractive(_0x5c65aa,_0x4eabef):await runInteractive(_0x5c65aa,_0x4eabef);}catch(_0x58540e){if(_0x58540e instanceof AbortPrompt)throw CliErrors[_0x4885b1(0xaa)]();throw _0x58540e;}}export async function runInitImport(_0x57e5d4){const _0x44855b=a26_0x14cc2d,_0x1f6b35=_0x57e5d4[_0x44855b(0x8f)]?_0x44855b(0x8f):_0x44855b(0x93),_0x1f8eae=resolveWriteConfigPath(_0x1f6b35);await runFromImport(_0x57e5d4,_0x1f8eae);}const RUNTIME_IRRELEVANT_KEYS=new Set(['apiDir']);async function runFromImport(_0x5a5031,_0x2a4829){const _0x49d5db=a26_0x14cc2d,_0x2a477a=resolveFilePath(_0x5a5031[_0x49d5db(0xa6)]);if(!existsSync(_0x2a477a))throw CliErrors[_0x49d5db(0xab)](_0x49d5db(0x97)+_0x2a477a);const _0xc2850d=readSourceFile(_0x2a477a),_0x4ca310=convertToRuntimeConfig(_0xc2850d);_0x5a5031[_0x49d5db(0xb6)]&&(_0x4ca310[_0x49d5db(0xb6)]=String(_0x5a5031[_0x49d5db(0xb6)]));_0x5a5031[_0x49d5db(0xa3)]&&(_0x4ca310[_0x49d5db(0xa3)]=resolveInitEnv(_0x5a5031));if(!_0x4ca310[_0x49d5db(0xb6)])throw CliErrors[_0x49d5db(0xab)]('Source\x20file\x20does\x20not\x20contain\x20an\x20importable\x20appcode.',_0x49d5db(0xc3));await writeInitConfig(_0x2a4829,_0x4ca310,_0x5a5031),console[_0x49d5db(0x92)](_0x49d5db(0x8a)+_0x2a477a),console['log'](_0x49d5db(0xa8)+_0x2a4829),console[_0x49d5db(0x92)](_0x49d5db(0xbd)+_0x4ca310[_0x49d5db(0xb6)]);if(_0x4ca310['defaultApp'])console[_0x49d5db(0x92)](_0x49d5db(0xb1)+_0x4ca310[_0x49d5db(0xa4)]);}function convertToRuntimeConfig(_0x671bf9){const _0xe83362=a26_0x14cc2d;if(_0x671bf9[_0xe83362(0xc2)]&&typeof _0x671bf9['apps']==='object')throw CliErrors[_0xe83362(0xab)](_0xe83362(0xb3),_0xe83362(0x8d));const _0x2b1c74={};for(const _0x2190ee of IMPORTABLE_RUNTIME_CONFIG_KEYS){_0x671bf9[_0x2190ee]!==undefined&&(_0x2b1c74[_0x2190ee]=_0x671bf9[_0x2190ee]);}return!_0x2b1c74['riskLevel']&&(_0x2b1c74[_0xe83362(0xaf)]=DEFAULT_CONFIG_VALUES[_0xe83362(0xaf)]),_0x2b1c74;}async function runNonInteractive(_0x409483,_0x2d9db0){const _0x5752ee=a26_0x14cc2d,_0x459513=_0x409483[_0x5752ee(0xb6)];if(!_0x459513)throw CliErrors[_0x5752ee(0xb5)]('appcode',_0x5752ee(0xbc)+CLI_BIN_NAME+'\x20app\x20init\x20--appcode\x20<code>\x20[--env\x20daily]\x20[--global]');const _0x420089=resolveInitEnv(_0x409483);await writeInitConfig(_0x2d9db0,{'appcode':_0x459513,'env':_0x420089},_0x409483),console['log']('Initialized\x20'+_0x2d9db0),console[_0x5752ee(0x92)](_0x5752ee(0xbd)+_0x459513),console['log']('\x20\x20env:\x20\x20\x20\x20\x20'+_0x420089);}async function runInteractive(_0x5b4aa2,_0x10ac25){const _0x4273a1=a26_0x14cc2d,_0x30e06d=loadExisting(_0x10ac25),_0xb961a=typeof _0x30e06d?.[_0x4273a1(0xb6)]===_0x4273a1(0xa2)?_0x30e06d['appcode']:'',_0x4385bc=resolveInitEnv(_0x5b4aa2);console[_0x4273a1(0x92)](CLI_BIN_NAME+_0x4273a1(0xb2)+PRODUCT_CONFIG[_0x4273a1(0xad)]+'\x0a');if(existsSync(_0x10ac25)&&!_0x5b4aa2[_0x4273a1(0xa5)]){const _0x18ec2a=await promptYesNo(_0x4273a1(0x99)+_0x10ac25+_0x4273a1(0xc7),![]);if(!_0x18ec2a){console[_0x4273a1(0x92)](_0x4273a1(0xc9));return;}}const _0x23e29e=typeof _0x5b4aa2['appcode']===_0x4273a1(0xa2)?_0x5b4aa2['appcode'][_0x4273a1(0x98)]():'';let _0x249ec0=_0x23e29e;!_0x249ec0&&(_0x249ec0=await promptInput(_0x4273a1(0x9a),_0xb961a));if(!_0x249ec0[_0x4273a1(0x98)]())throw CliErrors[_0x4273a1(0xab)](_0x4273a1(0xa1));await writeInitConfig(_0x10ac25,{'appcode':_0x249ec0[_0x4273a1(0x98)](),'env':_0x4385bc},_0x5b4aa2),console[_0x4273a1(0x92)](_0x4273a1(0xcb)+_0x10ac25),console[_0x4273a1(0x92)](_0x4273a1(0xbd)+_0x249ec0['trim']()),console['log'](_0x4273a1(0xca)+_0x4385bc);}async function writeInitConfig(_0x569f29,_0x21d507,_0x67dd8a){const _0x5434ba=a26_0x14cc2d;let _0x439a64={};existsSync(_0x569f29)&&!_0x67dd8a[_0x5434ba(0xa5)]&&(_0x439a64=readConfigFile(_0x569f29));for(const [_0x269d35,_0x39ae18]of Object['entries'](_0x21d507)){_0x39ae18!==undefined&&(_0x439a64[_0x269d35]=_0x39ae18);}if(_0x439a64[_0x5434ba(0xbe)])delete _0x439a64[_0x5434ba(0xbe)];writeConfigFile(_0x569f29,_0x439a64);}class AbortPrompt extends Error{constructor(){const _0x178ee5=a26_0x14cc2d;super(_0x178ee5(0x8b)),this[_0x178ee5(0xae)]=_0x178ee5(0xb9);}}function createSafeRl(){const _0x1b946b=a26_0x14cc2d,_0x59a2f3=createInterface({'input':process[_0x1b946b(0x95)],'output':process[_0x1b946b(0x9c)]});let _0x490565;const _0x2f084b=new Promise((_0x51f88a,_0x442ae1)=>{const _0x14acc0=_0x1b946b;_0x490565=()=>{const _0x2fc5ec=a26_0x10b2;_0x490565&&(_0x59a2f3[_0x2fc5ec(0x94)](_0x2fc5ec(0xc1),_0x490565),_0x490565=undefined);try{_0x59a2f3['close']();}catch{}_0x442ae1(new AbortPrompt());},_0x59a2f3[_0x14acc0(0x9b)](_0x14acc0(0xc1),_0x490565);}),_0x2c269a=()=>{const _0x1de2a6=_0x1b946b;_0x490565&&(_0x59a2f3[_0x1de2a6(0x94)](_0x1de2a6(0xc1),_0x490565),_0x490565=undefined);try{_0x59a2f3[_0x1de2a6(0x9e)]();}catch{}};return{'rl':_0x59a2f3,'abortPromise':_0x2f084b,'disposeSuccess':_0x2c269a};}async function promptInput(_0x3f67bd,_0x1ce805){const {rl:_0x2e9e6f,abortPromise:_0x572a53,disposeSuccess:_0x11ed51}=createSafeRl(),_0x4e8e90=new Promise(_0x5399df=>{const _0x19c35b=a26_0x10b2,_0x56fd5f=_0x1ce805?'\x20\x20'+_0x3f67bd+'\x20('+_0x1ce805+'):\x20':'\x20\x20'+_0x3f67bd+':\x20';_0x2e9e6f[_0x19c35b(0xc6)](_0x56fd5f,_0xd1ac8e=>{const _0x43df86=_0x19c35b;_0x11ed51(),_0x5399df(_0xd1ac8e[_0x43df86(0x98)]()||_0x1ce805);});});return Promise['race']([_0x4e8e90,_0x572a53]);}async function promptYesNo(_0x2ad354,_0x4eb483){const _0x4d1239=a26_0x14cc2d,{rl:_0x1b6403,abortPromise:_0x28c852,disposeSuccess:_0x44fc26}=createSafeRl(),_0x9e315a=new Promise(_0x36e9d9=>{const _0x2f1c00=a26_0x10b2,_0x4ee6a3=_0x4eb483?_0x2f1c00(0x90):_0x2f1c00(0xb0);_0x1b6403[_0x2f1c00(0xc6)]('\x20\x20'+_0x2ad354+'\x20'+_0x4ee6a3+':\x20',_0x4dee11=>{const _0x3e4a64=_0x2f1c00;_0x44fc26();const _0x16eb49=_0x4dee11['trim']()[_0x3e4a64(0xb4)]();if(_0x16eb49==='y'||_0x16eb49===_0x3e4a64(0xa5))_0x36e9d9(!![]);else{if(_0x16eb49==='n'||_0x16eb49==='no')_0x36e9d9(![]);else _0x36e9d9(_0x4eb483);}});});return Promise[_0x4d1239(0xcd)]([_0x9e315a,_0x28c852]);}function loadExisting(_0x34881d){if(!existsSync(_0x34881d))return null;return readConfigFile(_0x34881d);}function resolveFilePath(_0x159902){return isAbsolute(_0x159902)?_0x159902:resolve(process['cwd'](),_0x159902);}function readSourceFile(_0x5c30eb){const _0x2f3d1d=a26_0x14cc2d;try{const _0x4ad051=readFileSync(_0x5c30eb,{'encoding':_0x2f3d1d(0xbb)});return JSON['parse'](_0x4ad051);}catch(_0x3098c9){throw CliErrors[_0x2f3d1d(0xab)]('Failed\x20to\x20parse\x20source\x20file:\x20'+_0x3098c9['message']);}}function resolveInitEnv(_0x34de24){const _0x2ca6c6=a26_0x14cc2d,_0x240e5b=_0x34de24['env'];if(_0x240e5b===undefined||_0x240e5b==='')return DEFAULT_CONFIG_VALUES[_0x2ca6c6(0xa3)];if(!RUNTIME_ENV_VALUES[_0x2ca6c6(0x8c)](_0x240e5b))throw CliErrors[_0x2ca6c6(0xab)]('Invalid\x20env\x20\x22'+_0x240e5b+_0x2ca6c6(0xbf)+RUNTIME_ENV_VALUES['join'](',\x20'));return _0x240e5b;}
|