@lovrabet/rabetbase-cli 2.3.4-beta.2 → 2.3.4-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/api/api-doc.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/auth/auth-server-ui.js +1 -1
- package/lib/auth/auth-server.js +1 -1
- package/lib/auth/constant.js +1 -1
- package/lib/auth/get-cookie.js +1 -1
- package/lib/auth/get-session-user.js +1 -1
- package/lib/auth/is-session-valid.js +1 -1
- package/lib/auth/login-success-html.js +1 -1
- package/lib/auth/logout.js +1 -1
- package/lib/cli-flags.js +1 -1
- package/lib/cli.js +1 -1
- package/lib/commands/api/generate.js +1 -1
- package/lib/commands/api/index.js +1 -1
- package/lib/commands/api/list.js +1 -1
- package/lib/commands/api/pull.js +1 -1
- package/lib/commands/api/shared.js +1 -1
- package/lib/commands/app/add.js +1 -1
- package/lib/commands/app/discover.js +1 -1
- package/lib/commands/app/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remove.js +1 -1
- package/lib/commands/app/shared.js +1 -1
- package/lib/commands/app-config/delete.js +1 -1
- package/lib/commands/app-config/get.js +1 -1
- package/lib/commands/app-config/index.js +1 -1
- package/lib/commands/app-config/list.js +1 -1
- package/lib/commands/app-config/set.js +1 -1
- package/lib/commands/app-config/shared.js +1 -1
- package/lib/commands/auth/index.js +1 -1
- package/lib/commands/bff/create.js +1 -1
- package/lib/commands/bff/delete.js +1 -1
- package/lib/commands/bff/detail.js +1 -1
- package/lib/commands/bff/index.js +1 -1
- package/lib/commands/bff/list.js +1 -1
- package/lib/commands/bff/pull.js +1 -1
- package/lib/commands/bff/push.js +1 -1
- package/lib/commands/bff/status.js +1 -1
- package/lib/commands/cli-skill/index.js +1 -1
- package/lib/commands/cli-update.js +1 -1
- package/lib/commands/codegen/index.js +1 -1
- package/lib/commands/codegen/sdk.js +1 -1
- package/lib/commands/codegen/sql.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/validate.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/list.js +1 -1
- package/lib/commands/config/set.js +1 -1
- package/lib/commands/config/shared.js +1 -1
- package/lib/commands/data/filter.js +1 -1
- package/lib/commands/data/getOne.js +1 -1
- package/lib/commands/data/index.js +1 -1
- package/lib/commands/data/shared.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/delete.js +1 -1
- package/lib/commands/dataset/detail.js +1 -1
- package/lib/commands/dataset/extend-update.js +1 -1
- package/lib/commands/dataset/field-update.js +1 -1
- package/lib/commands/dataset/generate.js +1 -1
- package/lib/commands/dataset/index.js +1 -1
- package/lib/commands/dataset/list.js +1 -1
- package/lib/commands/dataset/operations.js +1 -1
- package/lib/commands/dataset/relation-audit.js +1 -1
- package/lib/commands/dataset/relation-create.js +1 -1
- package/lib/commands/dataset/relation-delete.js +1 -1
- package/lib/commands/dataset/relation-shared.js +1 -1
- package/lib/commands/dataset/relation-update.js +1 -1
- package/lib/commands/dataset/relations.js +1 -1
- package/lib/commands/dataset/rename.js +1 -1
- package/lib/commands/dataset/restore.js +1 -1
- package/lib/commands/db/analyze-cancel.js +1 -1
- package/lib/commands/db/analyze-start.js +1 -1
- package/lib/commands/db/analyze-status.js +1 -1
- package/lib/commands/db/create.js +1 -1
- package/lib/commands/db/delete.js +1 -1
- package/lib/commands/db/detail.js +1 -1
- package/lib/commands/db/diff.js +1 -1
- package/lib/commands/db/index.js +1 -1
- package/lib/commands/db/list.js +1 -1
- package/lib/commands/db/shared.js +1 -1
- package/lib/commands/db/tables.js +1 -1
- package/lib/commands/db/test.js +1 -1
- package/lib/commands/db/update.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/init/index.js +1 -1
- package/lib/commands/issue/index.js +1 -1
- package/lib/commands/issue/nudge.js +1 -1
- package/lib/commands/issue/report.js +1 -1
- package/lib/commands/issue/shared.js +1 -1
- package/lib/commands/logs/index.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/update.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/standard-page-status.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/create/enhanced-guided-create.js +1 -1
- package/lib/commands/project/create/format-elapsed.js +1 -1
- package/lib/commands/project/create/main.js +1 -1
- package/lib/commands/project/create/non-interactive.js +1 -1
- package/lib/commands/project/create/project-template-path.js +1 -1
- package/lib/commands/project/create/use-copy-project-template.js +1 -1
- package/lib/commands/project/create/use-format-code.js +1 -1
- package/lib/commands/project/create/use-install-dependencies.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/init.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.js +1 -1
- package/lib/commands/run/index.js +1 -1
- package/lib/commands/schema.js +1 -1
- package/lib/commands/sql/create.js +1 -1
- package/lib/commands/sql/delete.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/sql/list.js +1 -1
- package/lib/commands/sql/pull.js +1 -1
- package/lib/commands/sql/push.js +1 -1
- package/lib/commands/sql/save.js +1 -1
- package/lib/commands/sql/shared.js +1 -1
- package/lib/commands/sql/status.js +1 -1
- package/lib/commands/sql/validate.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/config/schema.js +1 -1
- package/lib/constant/cdn.js +1 -1
- package/lib/constant/cli.js +1 -1
- package/lib/constant/defaults.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/paths.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/context/app-resolver.js +1 -1
- package/lib/context/auth-resolver.js +1 -1
- package/lib/context/config-loader.js +1 -1
- package/lib/context.js +1 -1
- package/lib/core/alias-resolver.js +1 -1
- package/lib/core/api-client.js +1 -1
- package/lib/core/bff/config.js +1 -1
- package/lib/core/bff/file-system.js +1 -1
- package/lib/core/bff/hash.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/page/file-system.js +1 -1
- package/lib/core/page/hash.js +1 -1
- package/lib/core/page/lock.js +1 -1
- package/lib/core/sql-sync/config.js +1 -1
- package/lib/core/sql-sync/file-system.js +1 -1
- package/lib/core/sql-sync/hash.js +1 -1
- package/lib/core/sql-sync/lock.js +1 -1
- package/lib/core/sql-sync/utils.js +1 -1
- package/lib/core/sql-validator.js +1 -1
- package/lib/errors.js +1 -1
- package/lib/framework/build-all-flags.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/response.js +1 -1
- package/lib/framework/runner-alias.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/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/telemetry/cli-command-trace.js +1 -1
- package/lib/telemetry/cli-help-trace.js +1 -1
- package/lib/telemetry/ensure-cli-otel-config.js +1 -1
- package/lib/telemetry/register-otel-exit-shutdown.js +1 -1
- package/lib/telemetry/send-cli-trace-log.js +1 -1
- package/lib/telemetry/send-platform-issue-collect-log.js +1 -1
- package/lib/utils/ai_config.js +1 -1
- package/lib/utils/apply-jq-filter.js +1 -1
- package/lib/utils/cdn-config.js +1 -1
- package/lib/utils/check-sdk-version.js +1 -1
- package/lib/utils/cli-version-check.js +1 -1
- package/lib/utils/cli-version-policy.js +1 -1
- package/lib/utils/config.js +1 -1
- package/lib/utils/copy-directory.js +1 -1
- package/lib/utils/entity-with-id.js +1 -1
- package/lib/utils/file-utils.js +1 -1
- package/lib/utils/guides-cdn.js +1 -1
- package/lib/utils/http-client.js +1 -1
- package/lib/utils/is-non-interactive.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/rules-cdn.js +1 -1
- package/lib/utils/sleep.js +1 -1
- package/lib/utils/template-replacer.js +1 -1
- package/lib/utils/update-notice.js +1 -1
- package/lib/utils/version.js +1 -1
- package/lib/utils/with-active-cookie.js +1 -1
- package/lib/utils/write-cli-side-channel.js +1 -1
- package/package.json +1 -1
package/lib/commands/bff/list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a35_0x7c88ec=a35_0x54ee;(function(_0xa33aa2,_0x4562df){const _0x22b0cb=a35_0x54ee,_0x25d584=_0xa33aa2();while(!![]){try{const _0x2d5c82=-parseInt(_0x22b0cb(0x1ac))/0x1+parseInt(_0x22b0cb(0x1c3))/0x2*(parseInt(_0x22b0cb(0x1be))/0x3)+parseInt(_0x22b0cb(0x1b4))/0x4+-parseInt(_0x22b0cb(0x1bb))/0x5+parseInt(_0x22b0cb(0x1b9))/0x6+parseInt(_0x22b0cb(0x1c0))/0x7*(parseInt(_0x22b0cb(0x1ba))/0x8)+-parseInt(_0x22b0cb(0x1b8))/0x9;if(_0x2d5c82===_0x4562df)break;else _0x25d584['push'](_0x25d584['shift']());}catch(_0x3892d9){_0x25d584['push'](_0x25d584['shift']());}}}(a35_0x48de,0x57cf7));function a35_0x48de(){const _0x5776b8=['COMMON','6558129TQlcGL','1942770BDFcPQ','2385368GyDrKo','2334035uwnCiL','map','(unnamed)','5007YkOShd','type','7mOYFuj','bff','Filter\x20by\x20script\x20name','758CsuAbe','bool','functionName','appCode','286676NLwEBi','list','name','str','scriptType','verbose','boolean','ENDPOINT','2349272niQuXA','Return\x20full\x20script\x20objects','string'];a35_0x48de=function(){return _0x5776b8;};return a35_0x48de();}function a35_0x54ee(_0x2091e8,_0x436d73){_0x2091e8=_0x2091e8-0x1a9;const _0x48de8c=a35_0x48de();let _0x54ee47=_0x48de8c[_0x2091e8];return _0x54ee47;}import{listBffScripts}from'../../core/api-client.js';export const bffList={'service':a35_0x7c88ec(0x1c1),'command':a35_0x7c88ec(0x1ad),'description':'List\x20BFF\x20scripts','risk':'read','flags':[{'name':a35_0x7c88ec(0x1bf),'type':a35_0x7c88ec(0x1b6),'description':'Script\x20type\x20filter','default':a35_0x7c88ec(0x1b3),'enum':[a35_0x7c88ec(0x1b3),a35_0x7c88ec(0x1b7)]},{'name':'name','type':a35_0x7c88ec(0x1b6),'description':a35_0x7c88ec(0x1c2)},{'name':'verbose','type':a35_0x7c88ec(0x1b2),'description':a35_0x7c88ec(0x1b5)}],async 'execute'(_0x4c62df){const _0x81421b=a35_0x7c88ec,_0x869cbb=await listBffScripts(_0x4c62df[_0x81421b(0x1ab)],_0x4c62df['str'](_0x81421b(0x1bf)),{'scriptName':_0x4c62df[_0x81421b(0x1af)](_0x81421b(0x1ae))||undefined}),_0x50a63d=_0x4c62df[_0x81421b(0x1a9)](_0x81421b(0x1b1));return{'ok':!![],'data':_0x50a63d?_0x869cbb:_0x869cbb[_0x81421b(0x1bc)](_0x188f75=>({'id':_0x188f75['id'],'functionName':_0x188f75[_0x81421b(0x1aa)]??'','description':_0x188f75['description']||_0x81421b(0x1bd),'scriptType':_0x188f75[_0x81421b(0x1b0)]})),'message':_0x869cbb['length']===0x0?'No\x20BFF\x20scripts\x20found.':undefined};}};
|
package/lib/commands/bff/pull.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a36_0x457918=a36_0x136d;(function(_0x1ea94d,_0x5f5d2a){const _0x53f7d4=a36_0x136d,_0x2f7396=_0x1ea94d();while(!![]){try{const _0x298eec=-parseInt(_0x53f7d4(0x15a))/0x1*(parseInt(_0x53f7d4(0x159))/0x2)+-parseInt(_0x53f7d4(0x160))/0x3*(parseInt(_0x53f7d4(0x18d))/0x4)+parseInt(_0x53f7d4(0x161))/0x5+parseInt(_0x53f7d4(0x149))/0x6*(-parseInt(_0x53f7d4(0x15f))/0x7)+-parseInt(_0x53f7d4(0x176))/0x8*(parseInt(_0x53f7d4(0x158))/0x9)+parseInt(_0x53f7d4(0x172))/0xa*(parseInt(_0x53f7d4(0x145))/0xb)+parseInt(_0x53f7d4(0x166))/0xc;if(_0x298eec===_0x5f5d2a)break;else _0x2f7396['push'](_0x2f7396['shift']());}catch(_0x11f7af){_0x2f7396['push'](_0x2f7396['shift']());}}}(a36_0x5953,0x7fe75));import{createInterface}from'node:readline';import{writeFile}from'node:fs/promises';import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,ensureParentDirectory,fileExists,normalizeBffType,resolveRemoteScriptTarget}from'../../core/bff/file-system.js';import{computeContentHash,computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';function a36_0x136d(_0x311b01,_0x11f67e){_0x311b01=_0x311b01-0x145;const _0x5953b5=a36_0x5953();let _0x136d4d=_0x5953b5[_0x311b01];return _0x136d4d;}import{CliErrors}from'../../errors.js';export const bffPull={'service':'bff','command':a36_0x457918(0x14d),'description':a36_0x457918(0x16c),'risk':a36_0x457918(0x14b),'flags':[{'name':'type','type':'string','description':a36_0x457918(0x155),'enum':['COMMON',a36_0x457918(0x153),a36_0x457918(0x189)]},{'name':a36_0x457918(0x14c),'type':a36_0x457918(0x18f),'description':'Force\x20overwrite\x20local\x20unsynced\x20changes'}],async 'dryRun'(_0x1ee6de){const _0x490cc2=a36_0x457918,_0x203785=loadBffProjectConfig(_0x1ee6de[_0x490cc2(0x14a)]),_0x422d2e=await readBffLockFile(_0x203785[_0x490cc2(0x150)]),{appLock:_0xb67351}=ensureLockScope(_0x422d2e??createEmptyBffLock(),_0x1ee6de[_0x490cc2(0x14a)],_0x203785['scriptsRoot'],_0x490cc2(0x14d)),_0x546698=normalizeBffType(_0x1ee6de[_0x490cc2(0x17c)](_0x490cc2(0x15c)))??undefined,_0x2a688d=buildDatasetCodeToAliasMap(_0x1ee6de[_0x490cc2(0x183)],_0x1ee6de['appCode']),[_0x52534c,_0x52e6c8]=await Promise[_0x490cc2(0x185)]([listBffScripts(_0x1ee6de[_0x490cc2(0x14a)],_0x546698),getBffScriptStatistics(_0x1ee6de[_0x490cc2(0x14a)])]),_0x5c0a8e=createHookLocationMap(_0x52e6c8),_0x2ec3ff=[];for(const _0x1456e9 of _0x52534c){const _0x3184d1=resolveRemoteScriptTarget(_0x203785,_0x1456e9,_0x5c0a8e,_0xb67351[_0x490cc2(0x148)],_0x2a688d);if(!_0x3184d1){_0x2ec3ff['push']({'scriptType':_0x1456e9[_0x490cc2(0x17d)],'functionName':_0x1456e9['functionName']??'','status':_0x490cc2(0x14f),'reason':_0x490cc2(0x180)});continue;}const _0x2307b9=_0xb67351[_0x490cc2(0x148)][_0x3184d1[_0x490cc2(0x15d)]],_0x5f414b=_0x1456e9[_0x490cc2(0x169)]!=null?computeContentHash(_0x1456e9['scriptContent']):undefined,_0x4d366e=await hasUnsyncedLocalChanges(_0x3184d1['filePath'],_0x2307b9,_0x5f414b);_0x2ec3ff['push']({'lockKey':_0x3184d1[_0x490cc2(0x15d)],'filePath':_0x3184d1[_0x490cc2(0x16a)],'remoteId':_0x1456e9['id']??null,'status':_0x4d366e?'conflict':'would_pull'});}return{'method':_0x490cc2(0x16b),'url':_0x490cc2(0x178)+_0x1ee6de[_0x490cc2(0x14a)]+(_0x546698?_0x490cc2(0x15e)+_0x546698:''),'body':{'appCode':_0x1ee6de['appCode'],'filterType':_0x546698??null,'files':_0x2ec3ff},'description':_0x490cc2(0x18c)+_0x2ec3ff[_0x490cc2(0x16d)]+_0x490cc2(0x17f)};},async 'execute'(_0x3d6d52){const _0x5e7e60=a36_0x457918,_0x347b95=loadBffProjectConfig(_0x3d6d52['appCode']),_0x118c30=await readBffLockFile(_0x347b95[_0x5e7e60(0x150)]),{lockData:_0x47406c,appLock:_0x52ec2a}=ensureLockScope(_0x118c30??createEmptyBffLock(),_0x3d6d52[_0x5e7e60(0x14a)],_0x347b95[_0x5e7e60(0x179)],'pull'),_0x4c54df=normalizeBffType(_0x3d6d52[_0x5e7e60(0x17c)](_0x5e7e60(0x15c)))??undefined;if(_0x3d6d52[_0x5e7e60(0x17c)](_0x5e7e60(0x15c))&&!_0x4c54df)throw CliErrors[_0x5e7e60(0x174)](_0x5e7e60(0x156));const [_0x456c63,_0x4c9f48]=await Promise[_0x5e7e60(0x185)]([listBffScripts(_0x3d6d52[_0x5e7e60(0x14a)],_0x4c54df),getBffScriptStatistics(_0x3d6d52['appCode'])]);if(_0x456c63[_0x5e7e60(0x16d)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':'No\x20remote\x20BFF\x20scripts\x20found.'};const _0x2b46ca=_0x3d6d52['bool'](_0x5e7e60(0x14c));if(_0x2b46ca&&!_0x3d6d52[_0x5e7e60(0x17a)]){const _0x10805f=await confirmForce();if(!_0x10805f)throw CliErrors[_0x5e7e60(0x18b)](_0x5e7e60(0x168));}if(_0x2b46ca&&_0x3d6d52[_0x5e7e60(0x17a)]){}const _0x3476c0=buildDatasetCodeToAliasMap(_0x3d6d52['apiDir'],_0x3d6d52[_0x5e7e60(0x14a)]),_0x2c8744=createHookLocationMap(_0x4c9f48),_0x5e8fba=JSON[_0x5e7e60(0x154)](JSON['stringify'](_0x47406c)),_0x536be0=_0x3d6d52[_0x5e7e60(0x14a)],_0x1ea545=_0x5e8fba[_0x5e7e60(0x188)][_0x536be0];if(!_0x1ea545)throw new Error(_0x5e7e60(0x167)+_0x536be0+'\x22\x20not\x20found\x20after\x20ensureLockScope.');const _0x2083d4=[],_0x20c6a8=[],_0x597f62=[];for(const _0x1fa4aa of _0x456c63){const _0x46945a=resolveRemoteScriptTarget(_0x347b95,_0x1fa4aa,_0x2c8744,_0x52ec2a['functions'],_0x3476c0);if(!_0x46945a){_0x20c6a8['push']({'lockKey':_0x1fa4aa[_0x5e7e60(0x17d)]+'/'+_0x1fa4aa[_0x5e7e60(0x182)],'reason':'unresolvable\x20target\x20path'});continue;}const _0xeb2995=_0x52ec2a['functions'][_0x46945a[_0x5e7e60(0x15d)]];try{if(!_0x1fa4aa['id'])throw new Error(_0x5e7e60(0x184));if(_0x1fa4aa[_0x5e7e60(0x169)]==null)throw new Error(_0x5e7e60(0x16e));const _0xcedf8b=_0x1fa4aa[_0x5e7e60(0x169)],_0x37b96a=computeContentHash(_0xcedf8b);if(!_0x2b46ca){const _0x297ffc=await hasUnsyncedLocalChanges(_0x46945a[_0x5e7e60(0x16a)],_0xeb2995,_0x37b96a);if(_0x297ffc){_0x20c6a8[_0x5e7e60(0x181)]({'lockKey':_0x46945a[_0x5e7e60(0x15d)],'reason':_0x5e7e60(0x17e)});continue;}}await ensureParentDirectory(_0x46945a[_0x5e7e60(0x16a)]),await writeFile(_0x46945a[_0x5e7e60(0x16a)],_0xcedf8b,'utf8');const _0x4f6b41={'hash':_0x37b96a,'remoteId':_0x1fa4aa['id'],'version':_0x1fa4aa[_0x5e7e60(0x18e)]};_0x46945a['type']===_0x5e7e60(0x189)&&_0x46945a[_0x5e7e60(0x16f)]&&(_0x4f6b41[_0x5e7e60(0x165)]=_0x46945a['hookLocation'][_0x5e7e60(0x165)],_0x4f6b41[_0x5e7e60(0x146)]=_0x46945a[_0x5e7e60(0x16f)]['datasetCode'],_0x4f6b41[_0x5e7e60(0x171)]=_0x46945a['hookLocation'][_0x5e7e60(0x171)],_0x4f6b41[_0x5e7e60(0x17b)]=_0x46945a[_0x5e7e60(0x16f)][_0x5e7e60(0x17b)]),_0x1ea545[_0x5e7e60(0x148)][_0x46945a[_0x5e7e60(0x15d)]]=_0x4f6b41,_0x2083d4[_0x5e7e60(0x181)]({'lockKey':_0x46945a[_0x5e7e60(0x15d)],'remoteId':_0x1fa4aa['id']});}catch(_0x2cc85f){_0x597f62[_0x5e7e60(0x181)]({'lockKey':_0x46945a[_0x5e7e60(0x15d)],'error':_0x2cc85f instanceof Error?_0x2cc85f['message']:String(_0x2cc85f)});}}return _0x1ea545[_0x5e7e60(0x162)]=new Date()[_0x5e7e60(0x151)](),await writeBffLockFile(_0x347b95[_0x5e7e60(0x150)],_0x5e8fba),{'ok':_0x597f62['length']===0x0,'data':{'pulled':_0x2083d4,'skipped':_0x20c6a8,'failed':_0x597f62},'message':_0x5e7e60(0x163)+_0x2083d4[_0x5e7e60(0x16d)]+_0x5e7e60(0x170)+_0x20c6a8[_0x5e7e60(0x16d)]+_0x5e7e60(0x147)+_0x597f62[_0x5e7e60(0x16d)]+_0x5e7e60(0x175)};}};function a36_0x5953(){const _0x47ab49=['40rpZdAa','includes','/api/management/library/scripts/list?appCode=','scriptsRoot','nonInteractive','functionNode','str','scriptType','local\x20unsynced\x20changes','\x20remote\x20BFF\x20script(s)\x20for\x20pull','unresolvable\x20target\x20path','push','functionName','apiDir','Remote\x20script\x20missing\x20id.','all','stderr','trim','apps','HOOK','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','cancelled','Would\x20inspect\x20','24BtXUhx','version','boolean','1094159uScNsG','datasetCode','\x20skipped,\x20','functions','543372DZQKMu','appCode','write','force','pull','toLowerCase','skipped','lockFilePath','toISOString','hash','ENDPOINT','parse','Pull\x20only\x20this\x20script\x20type','--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.','close','133506XIgckM','28166nBAbUR','1NwAlMx','question','type','lockKey','&type=','14OxYoiN','415920fWPQuK','809510LDzgMy','lastSync','Pull\x20complete:\x20','yes','alias','16364868ZixaQP','Lock\x20scope\x20for\x20app\x20\x22','Force\x20pull\x20cancelled.','scriptContent','filePath','GET','Pull\x20remote\x20BFF\x20scripts\x20to\x20local','length','Remote\x20script\x20missing\x20content.','hookLocation','\x20pulled,\x20','operationType','10iUwQif','stdin','validation','\x20failed'];a36_0x5953=function(){return _0x47ab49;};return a36_0x5953();}async function hasUnsyncedLocalChanges(_0x247979,_0x4b1044,_0x290d95){const _0x381ff3=a36_0x457918;if(!await fileExists(_0x247979))return![];const _0x1b80a1=await computeFileHash(_0x247979);if(!_0x4b1044)return _0x290d95?_0x1b80a1!==_0x290d95:!![];return _0x1b80a1!==_0x4b1044[_0x381ff3(0x152)];}function buildDatasetCodeToAliasMap(_0x1a2ac3,_0x4919cf){const _0x479c8b=a36_0x457918,_0xc49563=loadAliasMap(_0x1a2ac3,undefined,resolveApiFilePath(_0x1a2ac3,_0x4919cf));return new Map(_0xc49563['map'](_0x4634e1=>[_0x4634e1[_0x479c8b(0x146)],_0x4634e1[_0x479c8b(0x165)]]));}async function confirmForce(){const _0x3cb884=a36_0x457918,_0x21cbe1=createInterface({'input':process[_0x3cb884(0x173)],'output':process[_0x3cb884(0x186)]}),_0x3ba6c1=await new Promise(_0x121feb=>{const _0x178a1c=_0x3cb884;_0x21cbe1[_0x178a1c(0x15b)](_0x178a1c(0x18a),_0x121feb);});return _0x21cbe1[_0x3cb884(0x157)](),['y',_0x3cb884(0x164)][_0x3cb884(0x177)](_0x3ba6c1[_0x3cb884(0x187)]()[_0x3cb884(0x14e)]());}
|
package/lib/commands/bff/push.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a37_0xf221a0=a37_0x5a1f;(function(_0x24fbe2,_0x3c956e){const _0x2329e6=a37_0x5a1f,_0x5670b5=_0x24fbe2();while(!![]){try{const _0x2d5b88=-parseInt(_0x2329e6(0x156))/0x1+-parseInt(_0x2329e6(0x189))/0x2+parseInt(_0x2329e6(0x17d))/0x3*(-parseInt(_0x2329e6(0x15e))/0x4)+parseInt(_0x2329e6(0x18c))/0x5+parseInt(_0x2329e6(0x16b))/0x6*(-parseInt(_0x2329e6(0x179))/0x7)+parseInt(_0x2329e6(0x173))/0x8*(parseInt(_0x2329e6(0x162))/0x9)+parseInt(_0x2329e6(0x15f))/0xa;if(_0x2d5b88===_0x3c956e)break;else _0x5670b5['push'](_0x5670b5['shift']());}catch(_0x8d1fac){_0x5670b5['push'](_0x5670b5['shift']());}}}(a37_0x20cf,0x31f7c));import{readFile}from'node:fs/promises';import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{normalizeBffType,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';function a37_0x5a1f(_0x3fc42f,_0x5f5bf0){_0x3fc42f=_0x3fc42f-0x14e;const _0x20cf2a=a37_0x20cf();let _0x5a1f1c=_0x20cf2a[_0x3fc42f];return _0x5a1f1c;}import{extractScriptDescription}from'../../core/bff/utils.js';import{sleep}from'../../utils/sleep.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';function a37_0x20cf(){const _0x56ce4f=['946392uCXuWq','/api/management/library/scripts/save','push','set','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','join','1246Kzwztz','Would\x20inspect\x20','POST','datasetCode','116070PdmMdF','Force\x20push\x20ignoring\x20hash\x20protection','utf8','alias','filePath','validation','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','name','remoteId','code','update','Lock\x20scope\x20for\x20app\x20\x22','157064QBOoFn','HOOK','scriptsRoot','590370otwSEh','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','datasetCodeToDataset','unchanged','script','type','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','COMMON','map','aliasToDatasetCode','boolean','force','str','lastSync','cleared','\x20skipped,\x20','Cannot\x20resolve\x20dataset\x20for\x20\x22','version','functions','\x22.\x20','\x22\x20not\x20found\x20after\x20ensureLockScope.','appCode','status','attempted','ENDPOINT','get','has','308504sDFRHs','runtime\x20cache\x20not\x20needed','description','some','Incomplete\x20HOOK\x20path:\x20','string','length','runtime\x20cache\x20clear\x20failed','40kemKPP','9322280LIVTRn','lockFilePath','runtime\x20cache\x20cleared','18VntTVV','\x20uploaded,\x20','would_push','parse','hash','high-risk-write','apps','bool','lockKey','10392fbCroh','Push\x20only\x20this\x20script\x20type','Local\x20function\x20not\x20found:\x20','operationType','Push\x20complete:\x20','functionNode','Run\x20`','message'];a37_0x20cf=function(){return _0x56ce4f;};return a37_0x20cf();}const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;export const bffPush={'service':'bff','command':'push','description':'Push\x20local\x20BFF\x20scripts\x20to\x20remote','risk':a37_0xf221a0(0x167),'flags':[{'name':a37_0xf221a0(0x191),'type':a37_0xf221a0(0x15b),'description':a37_0xf221a0(0x16c),'enum':[a37_0xf221a0(0x193),a37_0xf221a0(0x153),a37_0xf221a0(0x18a)]},{'name':a37_0xf221a0(0x184),'type':'string','description':a37_0xf221a0(0x177)},{'name':a37_0xf221a0(0x197),'type':a37_0xf221a0(0x196),'description':a37_0xf221a0(0x17e)}],async 'dryRun'(_0x1e167b){const _0x1aea88=a37_0xf221a0,_0x148b1c=loadBffProjectConfig(_0x1e167b[_0x1aea88(0x150)]),_0x3d373c=await readBffLockFile(_0x148b1c[_0x1aea88(0x160)]),{appLock:_0x676c36}=ensureLockScope(_0x3d373c??createEmptyBffLock(),_0x1e167b[_0x1aea88(0x150)],_0x148b1c['scriptsRoot'],'push'),_0xc2d75a=await getTargetFunctions(_0x148b1c,_0x1e167b),_0x117af2=_0x1e167b[_0x1aea88(0x169)](_0x1aea88(0x197)),_0x524d7a=[];for(const _0x422791 of _0xc2d75a){const _0x56aa20=await computeFileHash(_0x422791[_0x1aea88(0x181)]),_0x2a181e=_0x676c36[_0x1aea88(0x19e)][_0x422791[_0x1aea88(0x16a)]],_0x426edc=!!_0x2a181e&&_0x2a181e[_0x1aea88(0x166)]===_0x56aa20;_0x524d7a[_0x1aea88(0x175)]({'lockKey':_0x422791[_0x1aea88(0x16a)],'filePath':_0x422791[_0x1aea88(0x181)],'remoteId':_0x2a181e?.[_0x1aea88(0x185)]??null,'mode':_0x2a181e?.[_0x1aea88(0x185)]?_0x1aea88(0x187):'create','status':!_0x117af2&&_0x426edc?_0x1aea88(0x18f):'would_push'});}return{'method':_0x1aea88(0x17b),'url':_0x1aea88(0x174),'body':{'appCode':_0x1e167b['appCode'],'force':_0x117af2,'files':_0x524d7a,'cacheClearAtRuntime':_0x524d7a[_0x1aea88(0x159)](_0x3babf7=>_0x3babf7[_0x1aea88(0x151)]==='would_push'),'cacheClearAtRuntimeTimes':_0x524d7a[_0x1aea88(0x159)](_0xded662=>_0xded662[_0x1aea88(0x151)]===_0x1aea88(0x164))?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x1aea88(0x17a)+_0x524d7a['length']+_0x1aea88(0x183)};},async 'execute'(_0x56df83){const _0x491f35=a37_0xf221a0,_0x39e714=loadBffProjectConfig(_0x56df83[_0x491f35(0x150)]),_0x5ac51e=await readBffLockFile(_0x39e714[_0x491f35(0x160)]),{lockData:_0x1d2156,appLock:_0x492b91}=ensureLockScope(_0x5ac51e??createEmptyBffLock(),_0x56df83[_0x491f35(0x150)],_0x39e714[_0x491f35(0x18b)],_0x491f35(0x175)),_0x3acf66=await getTargetFunctions(_0x39e714,_0x56df83);if(_0x3acf66['length']===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':'No\x20local\x20BFF\x20functions\x20found.'};const _0x2d9700=_0x56df83[_0x491f35(0x169)](_0x491f35(0x197)),_0xe2338f=JSON[_0x491f35(0x165)](JSON['stringify'](_0x1d2156)),_0x37f0b5=_0xe2338f['apps'][_0x56df83['appCode']];if(!_0x37f0b5)throw new Error(_0x491f35(0x188)+_0x56df83[_0x491f35(0x150)]+_0x491f35(0x14f));const _0x19a704=await buildHookMaps(_0x56df83[_0x491f35(0x150)],_0x56df83['apiDir'],_0x3acf66,_0x37f0b5),_0x5e5bc2=[],_0x50bc89=[],_0x20cab=[];for(const _0x22e742 of _0x3acf66){const _0x327d9c=await computeFileHash(_0x22e742['filePath']),_0x435dcf=_0x37f0b5['functions'][_0x22e742['lockKey']];if(!_0x2d9700&&_0x435dcf&&_0x435dcf[_0x491f35(0x166)]===_0x327d9c){_0x50bc89[_0x491f35(0x175)]({'lockKey':_0x22e742[_0x491f35(0x16a)],'reason':_0x491f35(0x18f)});continue;}try{await uploadSingleFunction(_0x56df83['appCode'],_0x22e742,_0x37f0b5,_0x19a704);const _0x22bbd6=_0x37f0b5[_0x491f35(0x19e)][_0x22e742[_0x491f35(0x16a)]];_0x5e5bc2[_0x491f35(0x175)]({'lockKey':_0x22e742[_0x491f35(0x16a)],'remoteId':_0x22bbd6?.['remoteId']??0x0});}catch(_0x217a4f){_0x20cab[_0x491f35(0x175)]({'lockKey':_0x22e742[_0x491f35(0x16a)],'error':_0x217a4f instanceof Error?_0x217a4f['message']:String(_0x217a4f)});}}_0x37f0b5[_0x491f35(0x199)]=new Date()['toISOString'](),await writeBffLockFile(_0x39e714[_0x491f35(0x160)],_0xe2338f),await waitForUploadedLockEntries(_0x39e714['lockFilePath'],_0x56df83['appCode'],_0x5e5bc2['map'](_0xcba0e2=>_0xcba0e2['lockKey']));let _0x4a55d4={'attempted':![],'cleared':![]};if(_0x5e5bc2[_0x491f35(0x15c)]>0x0)try{let _0x365b24='';for(let _0x32ec11=0x0;_0x32ec11<CACHE_CLEAR_ATTEMPTS;_0x32ec11+=0x1){_0x365b24=await clearBffScriptCache(),_0x32ec11<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x4a55d4={'attempted':!![],'cleared':!![],'message':_0x365b24||'Runtime\x20script\x20cache\x20cleared.'};}catch(_0x13740d){_0x4a55d4={'attempted':!![],'cleared':![],'error':_0x13740d instanceof Error?_0x13740d[_0x491f35(0x172)]:String(_0x13740d)};}const _0x46e35e=_0x20cab[_0x491f35(0x15c)]===0x0&&(_0x4a55d4[_0x491f35(0x152)]?_0x4a55d4[_0x491f35(0x19a)]:!![]),_0x19eec1=_0x4a55d4[_0x491f35(0x152)]?_0x4a55d4[_0x491f35(0x19a)]?_0x491f35(0x161):_0x491f35(0x15d):_0x491f35(0x157);return{'ok':_0x46e35e,'data':{'uploaded':_0x5e5bc2,'skipped':_0x50bc89,'failed':_0x20cab,'cacheClear':_0x4a55d4},'message':_0x491f35(0x16f)+_0x5e5bc2['length']+_0x491f35(0x163)+_0x50bc89['length']+_0x491f35(0x19b)+_0x20cab['length']+'\x20failed,\x20'+_0x19eec1};}};async function getTargetFunctions(_0xd76640,_0x5a4cab){const _0x4c3708=a37_0xf221a0,_0x2e3cdb=_0x5a4cab[_0x4c3708(0x198)](_0x4c3708(0x191)),_0x310c66=_0x5a4cab[_0x4c3708(0x198)](_0x4c3708(0x184)),_0x274cba=normalizeBffType(_0x2e3cdb)??undefined;if(_0x310c66&&!_0x274cba)throw CliErrors[_0x4c3708(0x182)](_0x4c3708(0x192));const _0x4c8b1e=await scanLocalBffFunctions(_0xd76640,_0x274cba);if(_0x310c66){const _0x338e3f=_0x4c8b1e['filter'](_0x424118=>_0x424118[_0x4c3708(0x184)]===_0x310c66);if(_0x338e3f[_0x4c3708(0x15c)]===0x0)throw CliErrors[_0x4c3708(0x182)](_0x4c3708(0x16d)+_0x274cba+'/'+_0x310c66);return _0x338e3f;}return _0x4c8b1e;}async function buildHookMaps(_0x540600,_0x37af93,_0x1d4181,_0x5e39fd){const _0xbe3c7a=a37_0xf221a0,_0x577db8=_0x1d4181[_0xbe3c7a(0x159)](_0x28228b=>_0x28228b['type']===_0xbe3c7a(0x18a));if(!_0x577db8)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x35ac92=loadAliasMap(_0x37af93,undefined,resolveApiFilePath(_0x37af93,_0x540600)),_0x10184d=new Map(_0x35ac92[_0xbe3c7a(0x194)](_0x2ed0d4=>[_0x2ed0d4[_0xbe3c7a(0x180)],_0x2ed0d4[_0xbe3c7a(0x17c)]]));for(const _0x3c1007 of Object['values'](_0x5e39fd[_0xbe3c7a(0x19e)])){_0x3c1007[_0xbe3c7a(0x180)]&&_0x3c1007[_0xbe3c7a(0x17c)]&&!_0x10184d['has'](_0x3c1007[_0xbe3c7a(0x180)])&&_0x10184d[_0xbe3c7a(0x176)](_0x3c1007[_0xbe3c7a(0x180)],_0x3c1007[_0xbe3c7a(0x17c)]);}const _0x5a9d85=await listDatasets(_0x540600),_0x19cd46=new Map(_0x5a9d85[_0xbe3c7a(0x194)](_0x1d3fd3=>[_0x1d3fd3[_0xbe3c7a(0x186)],_0x1d3fd3]));return{'aliasToDatasetCode':_0x10184d,'datasetCodeToDataset':_0x19cd46};}async function uploadSingleFunction(_0x6c7f9d,_0x18a780,_0x2eade3,_0x57cdda){const _0xd1ca50=a37_0xf221a0,_0x51ba83=await readFile(_0x18a780['filePath'],_0xd1ca50(0x17f)),_0x2f0618=await computeFileHash(_0x18a780[_0xd1ca50(0x181)]),_0x491cc5=_0x2eade3[_0xd1ca50(0x19e)][_0x18a780['lockKey']];if(_0x491cc5?.['remoteId']&&_0x491cc5[_0xd1ca50(0x19d)]==null)throw CliErrors[_0xd1ca50(0x182)](_0x18a780['lockKey']+':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.');let _0xd70a7c=extractScriptDescription(_0x51ba83);if(!_0xd70a7c&&_0x491cc5?.[_0xd1ca50(0x185)]){const _0x18e659=await getBffScriptInfo(_0x491cc5[_0xd1ca50(0x185)]);_0xd70a7c=_0x18e659[_0xd1ca50(0x158)]||undefined;}const _0x527b97={'appCode':_0x6c7f9d,'functionName':_0x18a780[_0xd1ca50(0x184)],'scriptType':_0x18a780[_0xd1ca50(0x191)],'scriptContent':_0x51ba83};if(_0x491cc5?.[_0xd1ca50(0x185)])_0x527b97['id']=_0x491cc5['remoteId'];if(_0x491cc5?.[_0xd1ca50(0x19d)]!=null)_0x527b97[_0xd1ca50(0x19d)]=_0x491cc5[_0xd1ca50(0x19d)];if(_0xd70a7c)_0x527b97[_0xd1ca50(0x158)]=_0xd70a7c;if(_0x18a780[_0xd1ca50(0x191)]===_0xd1ca50(0x18a)){const _0x335993=_0x18a780['alias'];if(!_0x335993||!_0x18a780[_0xd1ca50(0x16e)]||!_0x18a780[_0xd1ca50(0x170)])throw CliErrors[_0xd1ca50(0x182)](_0xd1ca50(0x15a)+_0x18a780[_0xd1ca50(0x16a)]);const _0x1cb5d1=_0x57cdda[_0xd1ca50(0x195)]['get'](_0x335993)??_0x491cc5?.[_0xd1ca50(0x17c)]??_0x335993,_0x5ce58e=_0x57cdda[_0xd1ca50(0x18e)][_0xd1ca50(0x154)](_0x1cb5d1);if(!_0x5ce58e)throw CliErrors[_0xd1ca50(0x182)](_0xd1ca50(0x19c)+_0x335993+_0xd1ca50(0x14e)+(_0xd1ca50(0x171)+CLI_BIN_NAME+'\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.'));_0x527b97['datasetId']=_0x5ce58e['id'],_0x527b97['operationType']=_0x18a780['operationType'],_0x527b97[_0xd1ca50(0x170)]=_0x18a780[_0xd1ca50(0x170)];}const _0x449c38=await saveBffScript(_0x527b97),_0x2aede6=_0x449c38['id'],_0x3594d7=_0x449c38[_0xd1ca50(0x190)]??await getBffScriptInfo(_0x2aede6),_0x542fee={'hash':_0x2f0618,'remoteId':_0x2aede6,'version':_0x3594d7['version']};if(_0x18a780[_0xd1ca50(0x191)]===_0xd1ca50(0x18a)){const _0x250a02=_0x18a780[_0xd1ca50(0x180)],_0x2c44d4=_0x57cdda[_0xd1ca50(0x195)][_0xd1ca50(0x154)](_0x250a02)??_0x491cc5?.['datasetCode']??_0x250a02;_0x57cdda[_0xd1ca50(0x195)][_0xd1ca50(0x155)](_0x250a02)?_0x542fee[_0xd1ca50(0x180)]=_0x250a02:_0x542fee['alias']=_0x491cc5?.[_0xd1ca50(0x180)],_0x542fee[_0xd1ca50(0x17c)]=_0x2c44d4,_0x542fee['operationType']=_0x18a780[_0xd1ca50(0x16e)],_0x542fee[_0xd1ca50(0x170)]=_0x18a780[_0xd1ca50(0x170)];}_0x2eade3[_0xd1ca50(0x19e)][_0x18a780[_0xd1ca50(0x16a)]]=_0x542fee;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x42c2ae,_0x3d7b43,_0x54e917){const _0x2c5039=a37_0xf221a0;if(_0x54e917[_0x2c5039(0x15c)]===0x0)return;for(let _0x20d7d0=0x0;_0x20d7d0<LOCK_SETTLE_RETRY_COUNT;_0x20d7d0+=0x1){const _0x28d7b4=await readBffLockFile(_0x42c2ae),_0x143e79=_0x28d7b4?.[_0x2c5039(0x168)]?.[_0x3d7b43]?.[_0x2c5039(0x19e)]??{},_0x96afab=_0x54e917['every'](_0x59017f=>!!_0x143e79[_0x59017f]?.[_0x2c5039(0x185)]);if(_0x96afab)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0x2c5039(0x18d)+_0x54e917[_0x2c5039(0x178)](',\x20')+'.');}
|
|
1
|
+
const a37_0x50d48d=a37_0x3e57;(function(_0x285337,_0x26f0d0){const _0x5bbad5=a37_0x3e57,_0x5f0edf=_0x285337();while(!![]){try{const _0x4c438e=-parseInt(_0x5bbad5(0x210))/0x1*(parseInt(_0x5bbad5(0x21f))/0x2)+-parseInt(_0x5bbad5(0x1d8))/0x3+parseInt(_0x5bbad5(0x216))/0x4*(parseInt(_0x5bbad5(0x1e6))/0x5)+parseInt(_0x5bbad5(0x1d9))/0x6+parseInt(_0x5bbad5(0x1eb))/0x7*(-parseInt(_0x5bbad5(0x1e7))/0x8)+parseInt(_0x5bbad5(0x1e9))/0x9+parseInt(_0x5bbad5(0x1e4))/0xa*(parseInt(_0x5bbad5(0x1ef))/0xb);if(_0x4c438e===_0x26f0d0)break;else _0x5f0edf['push'](_0x5f0edf['shift']());}catch(_0x47faf1){_0x5f0edf['push'](_0x5f0edf['shift']());}}}(a37_0x4256,0xbd8b8));import{readFile}from'node:fs/promises';import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';function a37_0x3e57(_0x2b9f85,_0x257a6c){_0x2b9f85=_0x2b9f85-0x1d8;const _0x425623=a37_0x4256();let _0x3e57b6=_0x425623[_0x2b9f85];return _0x3e57b6;}import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{normalizeBffType,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile,writeBffLockFile}from'../../core/bff/lock.js';import{extractScriptDescription}from'../../core/bff/utils.js';import{sleep}from'../../utils/sleep.js';import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';const CACHE_CLEAR_ATTEMPTS=0x2,CACHE_CLEAR_INTERVAL_MS=0x12c;function a37_0x4256(){const _0x2d0d90=['message','type','utf8','name','toISOString','lockFilePath','has','cleared','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.','Incomplete\x20HOOK\x20path:\x20','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','bool','lastSync','785404sOcROX','\x22\x20not\x20found\x20after\x20ensureLockScope.','runtime\x20cache\x20not\x20needed','Local\x20function\x20not\x20found:\x20','str','every','156JuPeQV','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','filePath','functions','Lock\x20scope\x20for\x20app\x20\x22','\x20failed,\x20','scriptsRoot','push','Force\x20push\x20ignoring\x20hash\x20protection','2RyLDLR','operationType','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','functionNode','apiDir','HOOK','code','1391142bkJhcB','6584514QuFkfJ',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','Runtime\x20script\x20cache\x20cleared.','values','boolean','script','Cannot\x20resolve\x20dataset\x20for\x20\x22','get','appCode','bff','apps','10vQIkVk','parse','102445TrfaQz','28776RkmInw','hash','1008072LzIEQw','status','2709ZPnxPX','version','map','length','15499385zoSAsx','unchanged','Would\x20inspect\x20','would_push','lockKey','remoteId','datasetCode','\x20skipped,\x20','ENDPOINT','Push\x20local\x20BFF\x20scripts\x20to\x20remote','aliasToDatasetCode','force','validation','Push\x20only\x20this\x20script\x20type','some','description','runtime\x20cache\x20clear\x20failed','alias','string','datasetId'];a37_0x4256=function(){return _0x2d0d90;};return a37_0x4256();}export const bffPush={'service':a37_0x50d48d(0x1e2),'command':a37_0x50d48d(0x21d),'description':a37_0x50d48d(0x1f8),'risk':'high-risk-write','flags':[{'name':a37_0x50d48d(0x204),'type':'string','description':a37_0x50d48d(0x1fc),'enum':['COMMON',a37_0x50d48d(0x1f7),a37_0x50d48d(0x224)]},{'name':a37_0x50d48d(0x206),'type':a37_0x50d48d(0x201),'description':a37_0x50d48d(0x221)},{'name':a37_0x50d48d(0x1fa),'type':a37_0x50d48d(0x1dd),'description':a37_0x50d48d(0x21e)}],async 'dryRun'(_0x403950){const _0x1c19a8=a37_0x50d48d,_0x1a24ad=loadBffProjectConfig(_0x403950['appCode']),_0xbd554a=await readBffLockFile(_0x1a24ad[_0x1c19a8(0x208)]),{appLock:_0xd3fed0}=ensureLockScope(_0xbd554a??createEmptyBffLock(),_0x403950[_0x1c19a8(0x1e1)],_0x1a24ad[_0x1c19a8(0x21c)],_0x1c19a8(0x21d)),_0x1a3ce5=await getTargetFunctions(_0x1a24ad,_0x403950),_0x4337a6=_0x403950[_0x1c19a8(0x20e)]('force'),_0xc089a7=[];for(const _0x35f4d1 of _0x1a3ce5){const _0x4b3d8d=await computeFileHash(_0x35f4d1[_0x1c19a8(0x218)]),_0x4360bd=_0xd3fed0[_0x1c19a8(0x219)][_0x35f4d1[_0x1c19a8(0x1f3)]],_0x50e089=!!_0x4360bd&&_0x4360bd[_0x1c19a8(0x1e8)]===_0x4b3d8d;_0xc089a7[_0x1c19a8(0x21d)]({'lockKey':_0x35f4d1[_0x1c19a8(0x1f3)],'filePath':_0x35f4d1[_0x1c19a8(0x218)],'remoteId':_0x4360bd?.['remoteId']??null,'mode':_0x4360bd?.[_0x1c19a8(0x1f4)]?'update':'create','status':!_0x4337a6&&_0x50e089?'unchanged':_0x1c19a8(0x1f2)});}return{'method':'POST','url':'/api/management/library/scripts/save','body':{'appCode':_0x403950[_0x1c19a8(0x1e1)],'force':_0x4337a6,'files':_0xc089a7,'cacheClearAtRuntime':_0xc089a7[_0x1c19a8(0x1fd)](_0x3969b8=>_0x3969b8['status']===_0x1c19a8(0x1f2)),'cacheClearAtRuntimeTimes':_0xc089a7[_0x1c19a8(0x1fd)](_0x1bced0=>_0x1bced0[_0x1c19a8(0x1ea)]===_0x1c19a8(0x1f2))?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x1c19a8(0x1f1)+_0xc089a7[_0x1c19a8(0x1ee)]+_0x1c19a8(0x217)};},async 'execute'(_0x26237){const _0x21525d=a37_0x50d48d,_0x497327=loadBffProjectConfig(_0x26237[_0x21525d(0x1e1)]),_0x5d8815=await readBffLockFile(_0x497327['lockFilePath']),{lockData:_0x2b742d,appLock:_0x184854}=ensureLockScope(_0x5d8815??createEmptyBffLock(),_0x26237[_0x21525d(0x1e1)],_0x497327[_0x21525d(0x21c)],'push'),_0x341c4f=await getTargetFunctions(_0x497327,_0x26237);if(_0x341c4f[_0x21525d(0x1ee)]===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':'No\x20local\x20BFF\x20functions\x20found.'};const _0x106c43=_0x26237[_0x21525d(0x20e)]('force'),_0x1ff6c8=JSON[_0x21525d(0x1e5)](JSON['stringify'](_0x2b742d)),_0x6b4084=_0x1ff6c8[_0x21525d(0x1e3)][_0x26237[_0x21525d(0x1e1)]];if(!_0x6b4084)throw new Error(_0x21525d(0x21a)+_0x26237[_0x21525d(0x1e1)]+_0x21525d(0x211));const _0x29ab83=await buildHookMaps(_0x26237[_0x21525d(0x1e1)],_0x26237[_0x21525d(0x223)],_0x341c4f,_0x6b4084),_0x2fcade=[],_0x2f3ec9=[],_0x2ff446=[];for(const _0x3e433d of _0x341c4f){const _0x489207=await computeFileHash(_0x3e433d['filePath']),_0x180a56=_0x6b4084[_0x21525d(0x219)][_0x3e433d[_0x21525d(0x1f3)]];if(!_0x106c43&&_0x180a56&&_0x180a56[_0x21525d(0x1e8)]===_0x489207){_0x2f3ec9[_0x21525d(0x21d)]({'lockKey':_0x3e433d[_0x21525d(0x1f3)],'reason':_0x21525d(0x1f0)});continue;}try{await uploadSingleFunction(_0x26237[_0x21525d(0x1e1)],_0x3e433d,_0x6b4084,_0x29ab83);const _0x156c05=_0x6b4084[_0x21525d(0x219)][_0x3e433d[_0x21525d(0x1f3)]];_0x2fcade[_0x21525d(0x21d)]({'lockKey':_0x3e433d[_0x21525d(0x1f3)],'remoteId':_0x156c05?.['remoteId']??0x0});}catch(_0x297e9e){_0x2ff446[_0x21525d(0x21d)]({'lockKey':_0x3e433d[_0x21525d(0x1f3)],'error':_0x297e9e instanceof Error?_0x297e9e['message']:String(_0x297e9e)});}}_0x6b4084[_0x21525d(0x20f)]=new Date()[_0x21525d(0x207)](),await writeBffLockFile(_0x497327[_0x21525d(0x208)],_0x1ff6c8),await waitForUploadedLockEntries(_0x497327[_0x21525d(0x208)],_0x26237[_0x21525d(0x1e1)],_0x2fcade[_0x21525d(0x1ed)](_0x4de412=>_0x4de412[_0x21525d(0x1f3)]));let _0x544fea={'attempted':![],'cleared':![]};if(_0x2fcade[_0x21525d(0x1ee)]>0x0)try{let _0xf9109c='';for(let _0x16704f=0x0;_0x16704f<CACHE_CLEAR_ATTEMPTS;_0x16704f+=0x1){_0xf9109c=await clearBffScriptCache(),_0x16704f<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x544fea={'attempted':!![],'cleared':!![],'message':_0xf9109c||_0x21525d(0x1db)};}catch(_0x5a732d){_0x544fea={'attempted':!![],'cleared':![],'error':_0x5a732d instanceof Error?_0x5a732d[_0x21525d(0x203)]:String(_0x5a732d)};}const _0x195c81=_0x2ff446[_0x21525d(0x1ee)]===0x0&&(_0x544fea['attempted']?_0x544fea['cleared']:!![]),_0x274ac0=_0x544fea['attempted']?_0x544fea[_0x21525d(0x20a)]?'runtime\x20cache\x20cleared':_0x21525d(0x1ff):_0x21525d(0x212);return{'ok':_0x195c81,'data':{'uploaded':_0x2fcade,'skipped':_0x2f3ec9,'failed':_0x2ff446,'cacheClear':_0x544fea},'message':'Push\x20complete:\x20'+_0x2fcade[_0x21525d(0x1ee)]+'\x20uploaded,\x20'+_0x2f3ec9[_0x21525d(0x1ee)]+_0x21525d(0x1f6)+_0x2ff446[_0x21525d(0x1ee)]+_0x21525d(0x21b)+_0x274ac0};}};async function getTargetFunctions(_0x2f2cf9,_0x585938){const _0x487235=a37_0x50d48d,_0x5be066=_0x585938[_0x487235(0x214)](_0x487235(0x204)),_0x6c5a16=_0x585938[_0x487235(0x214)](_0x487235(0x206)),_0x5beccc=normalizeBffType(_0x5be066)??undefined;if(_0x6c5a16&&!_0x5beccc)throw CliErrors[_0x487235(0x1fb)]('--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.');const _0x2fad9b=await scanLocalBffFunctions(_0x2f2cf9,_0x5beccc);if(_0x6c5a16){const _0xa71e7e=_0x2fad9b['filter'](_0xf88853=>_0xf88853[_0x487235(0x206)]===_0x6c5a16);if(_0xa71e7e[_0x487235(0x1ee)]===0x0)throw CliErrors[_0x487235(0x1fb)](_0x487235(0x213)+_0x5beccc+'/'+_0x6c5a16);return _0xa71e7e;}return _0x2fad9b;}async function buildHookMaps(_0x503031,_0x5635e0,_0x17e88a,_0x578d93){const _0x46d05=a37_0x50d48d,_0x5a343c=_0x17e88a[_0x46d05(0x1fd)](_0x439782=>_0x439782[_0x46d05(0x204)]==='HOOK');if(!_0x5a343c)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x337672=loadAliasMap(_0x5635e0,undefined,resolveApiFilePath(_0x5635e0,_0x503031)),_0x3320c6=new Map(_0x337672[_0x46d05(0x1ed)](_0x132eef=>[_0x132eef[_0x46d05(0x200)],_0x132eef[_0x46d05(0x1f5)]]));for(const _0x5083eb of Object[_0x46d05(0x1dc)](_0x578d93[_0x46d05(0x219)])){_0x5083eb[_0x46d05(0x200)]&&_0x5083eb[_0x46d05(0x1f5)]&&!_0x3320c6[_0x46d05(0x209)](_0x5083eb['alias'])&&_0x3320c6['set'](_0x5083eb[_0x46d05(0x200)],_0x5083eb[_0x46d05(0x1f5)]);}const _0x1f1501=await listDatasets(_0x503031),_0xe257b9=new Map(_0x1f1501[_0x46d05(0x1ed)](_0x330157=>[_0x330157[_0x46d05(0x225)],_0x330157]));return{'aliasToDatasetCode':_0x3320c6,'datasetCodeToDataset':_0xe257b9};}async function uploadSingleFunction(_0x5f1e9f,_0xfc6ec1,_0xda71c0,_0x5d51ed){const _0x6496c1=a37_0x50d48d,_0x18c661=await readFile(_0xfc6ec1[_0x6496c1(0x218)],_0x6496c1(0x205)),_0x219121=await computeFileHash(_0xfc6ec1['filePath']),_0x3d5274=_0xda71c0[_0x6496c1(0x219)][_0xfc6ec1[_0x6496c1(0x1f3)]];if(_0x3d5274?.[_0x6496c1(0x1f4)]&&_0x3d5274[_0x6496c1(0x1ec)]==null)throw CliErrors[_0x6496c1(0x1fb)](_0xfc6ec1[_0x6496c1(0x1f3)]+_0x6496c1(0x1da));let _0x20285d=extractScriptDescription(_0x18c661);if(!_0x20285d&&_0x3d5274?.[_0x6496c1(0x1f4)]){const _0x86399c=await getBffScriptInfo(_0x3d5274[_0x6496c1(0x1f4)]);_0x20285d=_0x86399c[_0x6496c1(0x1fe)]||undefined;}const _0x4eba27={'appCode':_0x5f1e9f,'functionName':_0xfc6ec1[_0x6496c1(0x206)],'scriptType':_0xfc6ec1['type'],'scriptContent':_0x18c661};if(_0x3d5274?.[_0x6496c1(0x1f4)])_0x4eba27['id']=_0x3d5274[_0x6496c1(0x1f4)];if(_0x3d5274?.[_0x6496c1(0x1ec)]!=null)_0x4eba27['version']=_0x3d5274['version'];if(_0x20285d)_0x4eba27[_0x6496c1(0x1fe)]=_0x20285d;if(_0xfc6ec1['type']===_0x6496c1(0x224)){const _0x2110ae=_0xfc6ec1[_0x6496c1(0x200)];if(!_0x2110ae||!_0xfc6ec1[_0x6496c1(0x220)]||!_0xfc6ec1['functionNode'])throw CliErrors[_0x6496c1(0x1fb)](_0x6496c1(0x20c)+_0xfc6ec1[_0x6496c1(0x1f3)]);const _0x2e7e76=_0x5d51ed['aliasToDatasetCode'][_0x6496c1(0x1e0)](_0x2110ae)??_0x3d5274?.[_0x6496c1(0x1f5)]??_0x2110ae,_0x187b13=_0x5d51ed['datasetCodeToDataset']['get'](_0x2e7e76);if(!_0x187b13)throw CliErrors[_0x6496c1(0x1fb)](_0x6496c1(0x1df)+_0x2110ae+'\x22.\x20'+('Run\x20`'+CLI_BIN_NAME+_0x6496c1(0x20b)));_0x4eba27[_0x6496c1(0x202)]=_0x187b13['id'],_0x4eba27[_0x6496c1(0x220)]=_0xfc6ec1['operationType'],_0x4eba27[_0x6496c1(0x222)]=_0xfc6ec1['functionNode'];}const _0x5432f9=await saveBffScript(_0x4eba27),_0x14c137=_0x5432f9['id'],_0x33087a=_0x5432f9[_0x6496c1(0x1de)]??await getBffScriptInfo(_0x14c137),_0xf073aa={'hash':_0x219121,'remoteId':_0x14c137,'version':_0x33087a['version']};if(_0xfc6ec1[_0x6496c1(0x204)]===_0x6496c1(0x224)){const _0x3bbde0=_0xfc6ec1['alias'],_0x381d0b=_0x5d51ed[_0x6496c1(0x1f9)][_0x6496c1(0x1e0)](_0x3bbde0)??_0x3d5274?.[_0x6496c1(0x1f5)]??_0x3bbde0;_0x5d51ed[_0x6496c1(0x1f9)]['has'](_0x3bbde0)?_0xf073aa[_0x6496c1(0x200)]=_0x3bbde0:_0xf073aa[_0x6496c1(0x200)]=_0x3d5274?.[_0x6496c1(0x200)],_0xf073aa['datasetCode']=_0x381d0b,_0xf073aa[_0x6496c1(0x220)]=_0xfc6ec1['operationType'],_0xf073aa[_0x6496c1(0x222)]=_0xfc6ec1[_0x6496c1(0x222)];}_0xda71c0['functions'][_0xfc6ec1[_0x6496c1(0x1f3)]]=_0xf073aa;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x405d27,_0x981c2a,_0x3f525){const _0x1fedc9=a37_0x50d48d;if(_0x3f525['length']===0x0)return;for(let _0x3f1588=0x0;_0x3f1588<LOCK_SETTLE_RETRY_COUNT;_0x3f1588+=0x1){const _0x4e8a3a=await readBffLockFile(_0x405d27),_0x5dc5d5=_0x4e8a3a?.[_0x1fedc9(0x1e3)]?.[_0x981c2a]?.[_0x1fedc9(0x219)]??{},_0x3d0678=_0x3f525[_0x1fedc9(0x215)](_0x29d96e=>!!_0x5dc5d5[_0x29d96e]?.[_0x1fedc9(0x1f4)]);if(_0x3d0678)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0x1fedc9(0x20d)+_0x3f525['join'](',\x20')+'.');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a38_0x2fc8ae=a38_0x2d0e;function a38_0x1bc7(){const _0x1af2ca=['lockFilePath','\x20added,\x20','1866710KsNeYE','\x20modified,\x20','map','has','4554588cKzfMo','7YqRRAp','length','347892EVEPjE','remote','all','bff','hash','filePath','appCode','1068XMSgPy','3bWFmUf','push','read','913tplxJf','scriptsRoot','11TSkAsK','functions','9REjbWC','alias','3841996kLDOju','7700848yaJoCY','All\x20BFF\x20scripts\x20are\x20in\x20sync.','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','apiDir','boolean','1365625bmYhUp','lockKey'];a38_0x1bc7=function(){return _0x1af2ca;};return a38_0x1bc7();}(function(_0xa456b0,_0x26394a){const _0x746c03=a38_0x2d0e,_0x4cbc9a=_0xa456b0();while(!![]){try{const _0x5902cf=-parseInt(_0x746c03(0x81))/0x1*(parseInt(_0x746c03(0x7d))/0x2)+parseInt(_0x746c03(0x7e))/0x3*(parseInt(_0x746c03(0x87))/0x4)+-parseInt(_0x746c03(0x8d))/0x5+-parseInt(_0x746c03(0x73))/0x6*(parseInt(_0x746c03(0x74))/0x7)+parseInt(_0x746c03(0x88))/0x8*(parseInt(_0x746c03(0x85))/0x9)+parseInt(_0x746c03(0x6f))/0xa+parseInt(_0x746c03(0x83))/0xb*(-parseInt(_0x746c03(0x76))/0xc);if(_0x5902cf===_0x26394a)break;else _0x4cbc9a['push'](_0x4cbc9a['shift']());}catch(_0x42b0cc){_0x4cbc9a['push'](_0x4cbc9a['shift']());}}}(a38_0x1bc7,0x88f7c));import{listBffScripts,getBffScriptStatistics}from'../../core/api-client.js';import{loadAliasMap}from'../../core/alias-resolver.js';import{resolveApiFilePath}from'../../context.js';import{loadBffProjectConfig}from'../../core/bff/config.js';import{createHookLocationMap,resolveRemoteScriptTarget,scanLocalBffFunctions}from'../../core/bff/file-system.js';import{computeFileHash}from'../../core/bff/hash.js';import{createEmptyBffLock,ensureLockScope,readBffLockFile}from'../../core/bff/lock.js';function a38_0x2d0e(_0x40e559,_0x3fa726){_0x40e559=_0x40e559-0x6f;const _0x1bc71c=a38_0x1bc7();let _0x2d0ed3=_0x1bc71c[_0x40e559];return _0x2d0ed3;}export const bffStatus={'service':a38_0x2fc8ae(0x79),'command':'status','description':a38_0x2fc8ae(0x8a),'risk':a38_0x2fc8ae(0x80),'flags':[{'name':a38_0x2fc8ae(0x77),'type':a38_0x2fc8ae(0x8c),'description':'Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally'}],async 'execute'(_0x40c730){const _0x4bb0ea=a38_0x2fc8ae,_0x44c690=loadBffProjectConfig(_0x40c730[_0x4bb0ea(0x7c)]),_0x10af02=await readBffLockFile(_0x44c690[_0x4bb0ea(0x8f)]),{appLock:_0x1f674d}=ensureLockScope(_0x10af02??createEmptyBffLock(),_0x40c730[_0x4bb0ea(0x7c)],_0x44c690[_0x4bb0ea(0x82)],'status'),_0x36c9f5=await scanLocalBffFunctions(_0x44c690),_0x2c2d0f=[],_0x3e75fc=[],_0x3c21fd=[];for(const _0x146e62 of _0x36c9f5){const _0xc10ab=await computeFileHash(_0x146e62[_0x4bb0ea(0x7b)]),_0x54dd46=_0x1f674d[_0x4bb0ea(0x84)][_0x146e62['lockKey']];if(!_0x54dd46)_0x2c2d0f[_0x4bb0ea(0x7f)](_0x146e62[_0x4bb0ea(0x8e)]);else _0x54dd46[_0x4bb0ea(0x7a)]!==_0xc10ab?_0x3e75fc['push'](_0x146e62[_0x4bb0ea(0x8e)]):_0x3c21fd[_0x4bb0ea(0x7f)](_0x146e62[_0x4bb0ea(0x8e)]);}const _0x21fc39=[];if(_0x40c730['bool'](_0x4bb0ea(0x77))){const _0x34282a=loadAliasMap(_0x40c730[_0x4bb0ea(0x8b)],undefined,resolveApiFilePath(_0x40c730[_0x4bb0ea(0x8b)],_0x40c730['appCode'])),_0x44dbdd=new Map(_0x34282a[_0x4bb0ea(0x71)](_0x3378a7=>[_0x3378a7['datasetCode'],_0x3378a7[_0x4bb0ea(0x86)]])),[_0x27b9fe,_0x56e07a]=await Promise[_0x4bb0ea(0x78)]([listBffScripts(_0x40c730[_0x4bb0ea(0x7c)]),getBffScriptStatistics(_0x40c730['appCode'])]),_0x7b859a=createHookLocationMap(_0x56e07a),_0x243dbb=new Set(_0x36c9f5['map'](_0x3c2462=>_0x3c2462[_0x4bb0ea(0x8e)]));for(const _0x218fff of _0x27b9fe){const _0x1106d2=resolveRemoteScriptTarget(_0x44c690,_0x218fff,_0x7b859a,_0x1f674d[_0x4bb0ea(0x84)],_0x44dbdd);_0x1106d2&&!_0x243dbb[_0x4bb0ea(0x72)](_0x1106d2[_0x4bb0ea(0x8e)])&&_0x21fc39[_0x4bb0ea(0x7f)](_0x1106d2['lockKey']);}}const _0x3f3877=_0x2c2d0f['length']===0x0&&_0x3e75fc[_0x4bb0ea(0x75)]===0x0&&_0x21fc39['length']===0x0;return{'ok':!![],'data':{'added':_0x2c2d0f,'modified':_0x3e75fc,'unchanged':_0x3c21fd,'remoteOnly':_0x21fc39},'message':_0x3f3877?_0x4bb0ea(0x89):_0x2c2d0f[_0x4bb0ea(0x75)]+_0x4bb0ea(0x90)+_0x3e75fc[_0x4bb0ea(0x75)]+_0x4bb0ea(0x70)+_0x3c21fd[_0x4bb0ea(0x75)]+'\x20unchanged'+(_0x21fc39[_0x4bb0ea(0x75)]>0x0?',\x20'+_0x21fc39['length']+'\x20remote-only':'')};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a39_0x4aab(){const _0x3507e5=['skipped','cli-skill','25008DxwdmS','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20','11576SJvpqv','cli-skill-install','1414Efkkoe','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(','write','apiError','../../skills/npx-skills-add.js','cwd','pipe','unknown','18uvRmwW','log','inherit','nonInteractive','Skipped\x20npx\x20(RABETBASE_SKIP_NPX_SKILLS=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.','install','2854610KEZoQV','1619802riCDMe','CLI\x20Built-in\x20Skill\x20installed','18jzyRvT','info','913OrfsSM','249156XfqYPg','856lUNCEc','7550alWNwf',')...','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','38091VKuYgb'];a39_0x4aab=function(){return _0x3507e5;};return a39_0x4aab();}const a39_0x424ad7=a39_0x47e7;(function(_0x4e61a4,_0x4775ae){const _0x14041a=a39_0x47e7,_0x604c93=_0x4e61a4();while(!![]){try{const _0x3a1d94=-parseInt(_0x14041a(0x127))/0x1+-parseInt(_0x14041a(0x124))/0x2*(-parseInt(_0x14041a(0x12c))/0x3)+-parseInt(_0x14041a(0x128))/0x4*(parseInt(_0x14041a(0x129))/0x5)+-parseInt(_0x14041a(0x122))/0x6+parseInt(_0x14041a(0x133))/0x7*(parseInt(_0x14041a(0x131))/0x8)+-parseInt(_0x14041a(0x13b))/0x9*(-parseInt(_0x14041a(0x121))/0xa)+-parseInt(_0x14041a(0x126))/0xb*(-parseInt(_0x14041a(0x12f))/0xc);if(_0x3a1d94===_0x4775ae)break;else _0x604c93['push'](_0x604c93['shift']());}catch(_0x270271){_0x604c93['push'](_0x604c93['shift']());}}}(a39_0x4aab,0x4b3e6));function a39_0x47e7(_0x361938,_0x3678a1){_0x361938=_0x361938-0x120;const _0x4aab79=a39_0x4aab();let _0x47e7aa=_0x4aab79[_0x361938];return _0x47e7aa;}import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':a39_0x424ad7(0x12e),'command':a39_0x424ad7(0x120),'description':a39_0x424ad7(0x12b),'risk':a39_0x424ad7(0x135),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x57a44e){const _0x562611=a39_0x424ad7;logger['setLogPath'](process[_0x562611(0x138)]()),logger[_0x562611(0x125)](_0x562611(0x132),'Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.');const {NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE:_0x2bbf7c,RABETBASE_SKILL_SOURCE:_0x2d8776,runNpxSkillsAddGlobal:_0x1ac3c2}=await import(_0x562611(0x137)),_0x449172=_0x57a44e[_0x562611(0x13e)]?_0x562611(0x139):_0x562611(0x13d);console[_0x562611(0x13c)](_0x562611(0x134)+_0x2bbf7c+_0x562611(0x12a));const _0x434467=_0x1ac3c2(process[_0x562611(0x138)](),_0x2d8776,{'stdio':_0x449172});if(_0x434467[_0x562611(0x12d)])console[_0x562611(0x13c)](_0x562611(0x13f));else{if(_0x434467['ok'])console[_0x562611(0x13c)](_0x562611(0x123));else throw CliErrors[_0x562611(0x136)]('npx\x20skills\x20add\x20failed:\x20'+(_0x434467['error']||_0x562611(0x13a)),_0x562611(0x130)+_0x2bbf7c);}return{'ok':!![]};}}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a40_0x15df(_0x118017,_0x25ffea){_0x118017=_0x118017-0x19f;const _0x22b2a5=a40_0x22b2();let _0x15df72=_0x22b2a5[_0x118017];return _0x15df72;}const a40_0x5c1ef4=a40_0x15df;(function(_0x5c6305,_0x52e99c){const _0x1200ba=a40_0x15df,_0x18e9b9=_0x5c6305();while(!![]){try{const _0x131bd5=parseInt(_0x1200ba(0x1e6))/0x1*(-parseInt(_0x1200ba(0x1da))/0x2)+-parseInt(_0x1200ba(0x1b4))/0x3+parseInt(_0x1200ba(0x1d2))/0x4+parseInt(_0x1200ba(0x1c8))/0x5+parseInt(_0x1200ba(0x1b6))/0x6*(parseInt(_0x1200ba(0x1ce))/0x7)+-parseInt(_0x1200ba(0x1cf))/0x8+-parseInt(_0x1200ba(0x1b0))/0x9*(-parseInt(_0x1200ba(0x1a4))/0xa);if(_0x131bd5===_0x52e99c)break;else _0x18e9b9['push'](_0x18e9b9['shift']());}catch(_0x129c55){_0x18e9b9['push'](_0x18e9b9['shift']());}}}(a40_0x22b2,0x8b905));import a40_0x418b0e from'chalk';import a40_0xd70087 from'ora';import a40_0x302333 from'semver';import{execa}from'execa';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{CliErrors}from'../errors.js';import{RABETBASE_SKILL_SOURCE,runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x4e58ca=a40_0x15df;return GIT_COMMIT!==_0x4e58ca(0x1b7)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x4e58ca(0x1a1)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x2c7960=a40_0x15df,_0x21c07b=process[_0x2c7960(0x1c5)][_0x2c7960(0x1bd)]();if(_0x21c07b['includes'](_0x2c7960(0x1de)))return'bun';return _0x2c7960(0x1d3);}const updateFlags=[{'name':a40_0x5c1ef4(0x1dd),'type':a40_0x5c1ef4(0x1dc),'description':a40_0x5c1ef4(0x1ac),'default':![]},{'name':'version','type':'string','description':a40_0x5c1ef4(0x1bc)},{'name':'no-skills','type':'boolean','description':a40_0x5c1ef4(0x1be),'default':![]},{'name':a40_0x5c1ef4(0x1c9),'type':a40_0x5c1ef4(0x1dc),'description':a40_0x5c1ef4(0x1e7),'default':!![],'hidden':!![]}];function getRequestedVersion(_0x50039b){const _0x29bd92=a40_0x5c1ef4;return _0x50039b[_0x29bd92(0x1e8)](_0x29bd92(0x1ab))[_0x29bd92(0x1c7)]();}function a40_0x22b2(){const _0x1ff032=['\x20install\x20-g\x20','9350jcRrjj','--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','boolean','beta','bun','source','red','yellow','Already\x20on\x20requested\x20version\x20(v','Update\x20available:\x20','length','pipe','225CmOZva','Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','str','object','Requested\x20version:\x20','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','fromEntries','warn','\x20→\x20','@latest','timeout','slice','nonInteractive','start','50NGlrND','\x20cli-skill\x20install','log','\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).','latest','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','entries','version','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','install','info','2628486ZBMHEH','Update\x20failed','Checking\x20CLI\x20Built-in\x20Skill...','\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20','2064171gjlgtT','Current\x20version:\x20','156042MgeTjQ','unknown','Version\x20comparison\x20failed','...','Invalid\x20version:\x20','Updated\x20to\x20v','Install\x20a\x20specific\x20CLI\x20version','toLowerCase','Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','gray','bool','flag','Updating\x20via\x20','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','/dist-tags','execPath','fail','trim','4923495pEynrM','skills','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','string','map','231KadTxf','8441256cjEIKa','run','skipped','254168HRXVzY','npm','\x20\x20Try\x20manually:\x20','green','\x20\x20Run\x20manually:\x20','Already\x20up\x20to\x20date\x20(v','error'];a40_0x22b2=function(){return _0x1ff032;};return a40_0x22b2();}function shouldSkipCliSkill(_0x398fd8){const _0x3a65ff=a40_0x5c1ef4;return _0x398fd8[_0x3a65ff(0x1c0)]('no-skills')||_0x398fd8[_0x3a65ff(0x1c1)](_0x3a65ff(0x1c9))===![];}async function validateUpdateFlags(_0x150c50){const _0x1bb759=a40_0x5c1ef4,_0xce5ec2=_0x150c50[_0x1bb759(0x1c0)](_0x1bb759(0x1dd)),_0x4c8cf0=getRequestedVersion(_0x150c50);if(_0xce5ec2&&_0x4c8cf0)throw CliErrors['validation'](_0x1bb759(0x1db),'Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.');if(_0x4c8cf0&&!a40_0x302333['valid'](_0x4c8cf0))throw CliErrors['validation'](_0x1bb759(0x1ba)+_0x4c8cf0,'Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.');}async function fetchNpmDistTags(){const _0x36fef0=a40_0x5c1ef4;try{const _0x571ce8=await fetch('https://registry.npmjs.org/-/package/'+encodeURIComponent(NPM_PACKAGE_NAME)+_0x36fef0(0x1c4),{'signal':AbortSignal[_0x36fef0(0x1a0)](0x2710)});if(!_0x571ce8['ok'])return null;const _0x581eab=await _0x571ce8['json']();if(!_0x581eab||typeof _0x581eab!==_0x36fef0(0x1e9))return null;return Object[_0x36fef0(0x1ec)](Object[_0x36fef0(0x1aa)](_0x581eab)['filter'](([,_0x57e258])=>typeof _0x57e258===_0x36fef0(0x1cc)&&_0x57e258[_0x36fef0(0x1c7)]()[_0x36fef0(0x1e4)]>0x0)[_0x36fef0(0x1cd)](([_0x581215,_0x273ec4])=>[_0x581215,String(_0x273ec4)['trim']()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x590bfd){const _0x45f208=await fetchNpmDistTags();return _0x45f208?.[_0x590bfd]??null;}async function fetchLatestVersion(){const _0x18e67b=a40_0x5c1ef4;return fetchNpmDistTagVersion(_0x18e67b(0x1a8));}async function resolveTargetVersion(_0x2f1827){const _0x5c360f=a40_0x5c1ef4,_0x3140bc=getRequestedVersion(_0x2f1827);if(_0x3140bc)return{'version':_0x3140bc,'source':'version'};if(_0x2f1827['bool'](_0x5c360f(0x1dd))){const _0x31274e=await fetchNpmDistTagVersion(_0x5c360f(0x1dd));if(!_0x31274e)return null;return{'version':_0x31274e,'source':'beta'};}const _0x77ef9a=await fetchLatestVersion();if(!_0x77ef9a)return null;return{'version':_0x77ef9a,'source':'latest'};}function shouldInstallTarget(_0x413484,_0x487463){const _0x58e84b=a40_0x5c1ef4;if(_0x487463[_0x58e84b(0x1df)]===_0x58e84b(0x1ab)||_0x487463['source']===_0x58e84b(0x1dd))return!a40_0x302333['eq'](_0x413484,_0x487463['version']);return a40_0x302333['lt'](_0x413484,_0x487463[_0x58e84b(0x1ab)]);}function getInstallPlanLabel(_0x5be15f,_0x5f399a){const _0x5d4ba5=a40_0x5c1ef4;switch(_0x5f399a[_0x5d4ba5(0x1df)]){case'beta':return'Beta\x20version:\x20'+a40_0x418b0e['yellow'](_0x5be15f)+_0x5d4ba5(0x1ee)+a40_0x418b0e[_0x5d4ba5(0x1d5)](_0x5f399a[_0x5d4ba5(0x1ab)]);case'version':return _0x5d4ba5(0x1ea)+a40_0x418b0e[_0x5d4ba5(0x1e1)](_0x5be15f)+_0x5d4ba5(0x1ee)+a40_0x418b0e[_0x5d4ba5(0x1d5)](_0x5f399a[_0x5d4ba5(0x1ab)]);case _0x5d4ba5(0x1a8):default:return _0x5d4ba5(0x1e3)+a40_0x418b0e[_0x5d4ba5(0x1e1)](_0x5be15f)+_0x5d4ba5(0x1ee)+a40_0x418b0e[_0x5d4ba5(0x1d5)](_0x5f399a[_0x5d4ba5(0x1ab)]);}}async function installCliSkill(_0x26c892){const _0x2251fd=a40_0x5c1ef4;console[_0x2251fd(0x1a6)](a40_0x418b0e['gray'](_0x2251fd(0x1b2)));const _0x11e9d0=runNpxSkillsAddGlobal(process['cwd'](),RABETBASE_SKILL_SOURCE,{'stdio':_0x26c892?_0x2251fd(0x1e5):'inherit'});if(_0x11e9d0[_0x2251fd(0x1d1)]){console['log'](a40_0x418b0e['gray'](_0x2251fd(0x1a7)));return;}if(_0x11e9d0['ok']){console['log'](a40_0x418b0e[_0x2251fd(0x1bf)](_0x2251fd(0x1ad)));return;}console[_0x2251fd(0x1ed)](a40_0x418b0e[_0x2251fd(0x1e1)](_0x2251fd(0x1b3)+(_0x11e9d0[_0x2251fd(0x1d8)]||_0x2251fd(0x1b7)))),console[_0x2251fd(0x1a6)](a40_0x418b0e['gray'](_0x2251fd(0x1d6)+CLI_BIN_NAME+_0x2251fd(0x1a5)));}async function execute(_0x46ab9d){const _0x12e3d1=a40_0x5c1ef4;await validateUpdateFlags(_0x46ab9d);const _0x47ede3=getCurrentVersion();console[_0x12e3d1(0x1a6)](_0x12e3d1(0x1b5)+_0x47ede3);const _0x5adbd4=a40_0xd70087('Checking\x20for\x20updates...')[_0x12e3d1(0x1a3)](),_0x5bf481=await resolveTargetVersion(_0x46ab9d);if(!_0x5bf481){const _0x4a3bff=_0x46ab9d[_0x12e3d1(0x1c0)](_0x12e3d1(0x1dd))?_0x12e3d1(0x1eb):_0x12e3d1(0x1c3);return _0x5adbd4[_0x12e3d1(0x1c6)](_0x4a3bff),console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)]('\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20'+NPM_PACKAGE_NAME+_0x12e3d1(0x19f))),{'ok':![],'message':_0x4a3bff};}const _0x5ced8c=a40_0x302333['valid'](VERSION),_0x1d52ef=a40_0x302333['valid'](_0x5bf481[_0x12e3d1(0x1ab)]);if(!_0x5ced8c||!_0x1d52ef)return _0x5adbd4[_0x12e3d1(0x1c6)](_0x12e3d1(0x1b8)),{'ok':![],'message':_0x12e3d1(0x1b8)};if(!shouldInstallTarget(_0x5ced8c,_0x5bf481)){const _0x16adc9=_0x5bf481[_0x12e3d1(0x1df)]===_0x12e3d1(0x1ab)?_0x12e3d1(0x1e2)+_0x5bf481[_0x12e3d1(0x1ab)]+')':_0x12e3d1(0x1d7)+_0x5bf481[_0x12e3d1(0x1ab)]+')';return _0x5adbd4['succeed'](_0x16adc9),shouldSkipCliSkill(_0x46ab9d)?console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)](_0x12e3d1(0x1ca))):await installCliSkill(_0x46ab9d[_0x12e3d1(0x1a2)]),{'ok':!![]};}_0x5adbd4[_0x12e3d1(0x1af)](getInstallPlanLabel(_0x47ede3,_0x5bf481));const _0x3cf744=detectPackageManager(),_0x419c52=_0x3cf744==='npm'?resolveNpmBin(_0x12e3d1(0x1d3)):_0x3cf744,_0x11b2cb=a40_0xd70087(_0x12e3d1(0x1c2)+_0x3cf744+_0x12e3d1(0x1b9))[_0x12e3d1(0x1a3)]();try{return await execa(_0x419c52,[_0x12e3d1(0x1ae),'-g',NPM_PACKAGE_NAME+'@'+_0x5bf481[_0x12e3d1(0x1ab)]],{'stdio':_0x12e3d1(0x1e5)}),_0x11b2cb['succeed'](_0x12e3d1(0x1bb)+_0x5bf481['version']),console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)](_0x12e3d1(0x1a9))),shouldSkipCliSkill(_0x46ab9d)?console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)](_0x12e3d1(0x1ca))):await installCliSkill(_0x46ab9d[_0x12e3d1(0x1a2)]),{'ok':!![]};}catch(_0x531549){return _0x11b2cb[_0x12e3d1(0x1c6)](_0x12e3d1(0x1b1)),console[_0x12e3d1(0x1d8)](a40_0x418b0e[_0x12e3d1(0x1e0)]('\x20\x20'+_0x531549['message'])),console[_0x12e3d1(0x1a6)](a40_0x418b0e[_0x12e3d1(0x1bf)](_0x12e3d1(0x1d4)+_0x3cf744+_0x12e3d1(0x1d9)+NPM_PACKAGE_NAME+'@'+_0x5bf481['version'])),{'ok':![],'message':_0x531549['message']};}}export const updateDefinition={'service':'update','command':a40_0x5c1ef4(0x1d0),'description':a40_0x5c1ef4(0x1cb),'risk':'write','requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
|
|
1
|
+
const a40_0x952e27=a40_0x4753;(function(_0x2edf08,_0x14e180){const _0x230093=a40_0x4753,_0x4b0b56=_0x2edf08();while(!![]){try{const _0xc502cd=-parseInt(_0x230093(0x19c))/0x1*(-parseInt(_0x230093(0x198))/0x2)+-parseInt(_0x230093(0x186))/0x3*(-parseInt(_0x230093(0x1a6))/0x4)+parseInt(_0x230093(0x1c7))/0x5*(-parseInt(_0x230093(0x189))/0x6)+-parseInt(_0x230093(0x19f))/0x7*(parseInt(_0x230093(0x1bc))/0x8)+-parseInt(_0x230093(0x1d1))/0x9+parseInt(_0x230093(0x187))/0xa+parseInt(_0x230093(0x19b))/0xb;if(_0xc502cd===_0x14e180)break;else _0x4b0b56['push'](_0x4b0b56['shift']());}catch(_0x28d72a){_0x4b0b56['push'](_0x4b0b56['shift']());}}}(a40_0x2277,0xc38a0));import a40_0x5a6121 from'chalk';import a40_0x452e9b from'ora';import a40_0x524678 from'semver';import{execa}from'execa';import{CLI_BIN_NAME,NPM_PACKAGE_NAME}from'../constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'../generated/build-info.js';import{CliErrors}from'../errors.js';import{RABETBASE_SKILL_SOURCE,runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x12c969=a40_0x4753;return GIT_COMMIT!=='unknown'?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x12c969(0x1c9)](0x0,0xa)+')':VERSION;}function a40_0x4753(_0x243385,_0x3e4a56){_0x243385=_0x243385-0x186;const _0x2277f4=a40_0x2277();let _0x475390=_0x2277f4[_0x243385];return _0x475390;}function detectPackageManager(){const _0x8a2297=a40_0x4753,_0x43173f=process[_0x8a2297(0x1ac)][_0x8a2297(0x195)]();if(_0x43173f[_0x8a2297(0x1b9)](_0x8a2297(0x1ae)))return'bun';return _0x8a2297(0x1b5);}const updateFlags=[{'name':a40_0x952e27(0x1c1),'type':a40_0x952e27(0x18c),'description':a40_0x952e27(0x1a7),'default':![]},{'name':'version','type':'string','description':a40_0x952e27(0x19a)},{'name':a40_0x952e27(0x1d6),'type':a40_0x952e27(0x18c),'description':'Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','default':![]},{'name':a40_0x952e27(0x1a3),'type':a40_0x952e27(0x18c),'description':'Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','default':!![],'hidden':!![]}];function getRequestedVersion(_0x49d1d1){const _0x35580c=a40_0x952e27;return _0x49d1d1[_0x35580c(0x1c2)](_0x35580c(0x1a5))[_0x35580c(0x191)]();}function shouldSkipCliSkill(_0x3ebf62){const _0x41f6e9=a40_0x952e27;return _0x3ebf62[_0x41f6e9(0x19d)]('no-skills')||_0x3ebf62[_0x41f6e9(0x1b0)](_0x41f6e9(0x1a3))===![];}async function validateUpdateFlags(_0x509baa){const _0xfcc34=a40_0x952e27,_0x1dbfa6=_0x509baa[_0xfcc34(0x19d)](_0xfcc34(0x1c1)),_0x31718b=getRequestedVersion(_0x509baa);if(_0x1dbfa6&&_0x31718b)throw CliErrors[_0xfcc34(0x194)]('--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.');if(_0x31718b&&!a40_0x524678['valid'](_0x31718b))throw CliErrors['validation']('Invalid\x20version:\x20'+_0x31718b,_0xfcc34(0x1d5));}async function fetchNpmDistTags(){const _0x10160a=a40_0x952e27;try{const _0x53f552=await fetch('https://registry.npmjs.org/-/package/'+encodeURIComponent(NPM_PACKAGE_NAME)+'/dist-tags',{'signal':AbortSignal[_0x10160a(0x1ba)](0x2710)});if(!_0x53f552['ok'])return null;const _0xf620b4=await _0x53f552[_0x10160a(0x1c8)]();if(!_0xf620b4||typeof _0xf620b4!=='object')return null;return Object[_0x10160a(0x1d7)](Object[_0x10160a(0x196)](_0xf620b4)[_0x10160a(0x1b3)](([,_0xf587b4])=>typeof _0xf587b4===_0x10160a(0x18a)&&_0xf587b4['trim']()[_0x10160a(0x1cd)]>0x0)[_0x10160a(0x197)](([_0x3f25af,_0x249660])=>[_0x3f25af,String(_0x249660)[_0x10160a(0x191)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x29b97e){const _0x3bb253=await fetchNpmDistTags();return _0x3bb253?.[_0x29b97e]??null;}async function fetchLatestVersion(){const _0x51447b=a40_0x952e27;return fetchNpmDistTagVersion(_0x51447b(0x1bb));}async function resolveTargetVersion(_0x57a64a){const _0xb594a8=a40_0x952e27,_0x156aaa=getRequestedVersion(_0x57a64a);if(_0x156aaa)return{'version':_0x156aaa,'source':_0xb594a8(0x1a5)};if(_0x57a64a[_0xb594a8(0x19d)](_0xb594a8(0x1c1))){const _0x1d917f=await fetchNpmDistTagVersion(_0xb594a8(0x1c1));if(!_0x1d917f)return null;return{'version':_0x1d917f,'source':_0xb594a8(0x1c1)};}const _0x5668d7=await fetchLatestVersion();if(!_0x5668d7)return null;return{'version':_0x5668d7,'source':_0xb594a8(0x1bb)};}function shouldInstallTarget(_0x26ca58,_0x580d26){const _0xac731e=a40_0x952e27;if(_0x580d26[_0xac731e(0x1b7)]===_0xac731e(0x1a5)||_0x580d26[_0xac731e(0x1b7)]===_0xac731e(0x1c1))return!a40_0x524678['eq'](_0x26ca58,_0x580d26[_0xac731e(0x1a5)]);return a40_0x524678['lt'](_0x26ca58,_0x580d26[_0xac731e(0x1a5)]);}function getInstallPlanLabel(_0x4dd74d,_0x129090){const _0x3674bf=a40_0x952e27;switch(_0x129090['source']){case _0x3674bf(0x1c1):return'Beta\x20version:\x20'+a40_0x5a6121[_0x3674bf(0x1a4)](_0x4dd74d)+_0x3674bf(0x188)+a40_0x5a6121[_0x3674bf(0x1aa)](_0x129090['version']);case _0x3674bf(0x1a5):return _0x3674bf(0x1bd)+a40_0x5a6121[_0x3674bf(0x1a4)](_0x4dd74d)+'\x20→\x20'+a40_0x5a6121[_0x3674bf(0x1aa)](_0x129090[_0x3674bf(0x1a5)]);case _0x3674bf(0x1bb):default:return _0x3674bf(0x1c0)+a40_0x5a6121[_0x3674bf(0x1a4)](_0x4dd74d)+_0x3674bf(0x188)+a40_0x5a6121[_0x3674bf(0x1aa)](_0x129090[_0x3674bf(0x1a5)]);}}function a40_0x2277(){const _0x3ef3d4=['Checking\x20CLI\x20Built-in\x20Skill...','\x20\x20Try\x20manually:\x20','trim','gray','start','validation','toLowerCase','entries','map','430Ajdfvt','message','Install\x20a\x20specific\x20CLI\x20version','316811RSyWEl','3895lHsnXC','bool','log','14dsidkq','install','Version\x20comparison\x20failed','...','skills','yellow','version','108QohTqS','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','Already\x20on\x20requested\x20version\x20(v','green','nonInteractive','execPath','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','bun','Checking\x20for\x20updates...','flag','inherit','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','filter','\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).','npm','red','source','error','includes','timeout','latest','3023376CRaObl','Requested\x20version:\x20','\x20\x20Run\x20manually:\x20','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','Update\x20available:\x20','beta','str','\x20install\x20-g\x20','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20','cwd','4045xCAFoR','json','slice','\x20cli-skill\x20install','fail','valid','length','unknown','Updated\x20to\x20v','run','6727608bUsQcr','Update\x20failed','@latest','write','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','no-skills','fromEntries','Updating\x20via\x20','141855sIYPkc','2495440UIQEMX','\x20→\x20','654cagaIh','string','info','boolean','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','update'];a40_0x2277=function(){return _0x3ef3d4;};return a40_0x2277();}async function installCliSkill(_0x4fac63){const _0x25e52b=a40_0x952e27;console[_0x25e52b(0x19e)](a40_0x5a6121[_0x25e52b(0x192)](_0x25e52b(0x18f)));const _0x46f1e3=runNpxSkillsAddGlobal(process[_0x25e52b(0x1c6)](),RABETBASE_SKILL_SOURCE,{'stdio':_0x4fac63?'pipe':_0x25e52b(0x1b1)});if(_0x46f1e3['skipped']){console['log'](a40_0x5a6121[_0x25e52b(0x192)](_0x25e52b(0x1b4)));return;}if(_0x46f1e3['ok']){console[_0x25e52b(0x19e)](a40_0x5a6121[_0x25e52b(0x192)](_0x25e52b(0x1a8)));return;}console['warn'](a40_0x5a6121[_0x25e52b(0x1a4)](_0x25e52b(0x1c5)+(_0x46f1e3[_0x25e52b(0x1b8)]||_0x25e52b(0x1ce)))),console[_0x25e52b(0x19e)](a40_0x5a6121[_0x25e52b(0x192)](_0x25e52b(0x1be)+CLI_BIN_NAME+_0x25e52b(0x1ca)));}async function execute(_0x13771e){const _0xde54c4=a40_0x952e27;await validateUpdateFlags(_0x13771e);const _0x3de316=getCurrentVersion();console[_0xde54c4(0x19e)]('Current\x20version:\x20'+_0x3de316);const _0x255e7d=a40_0x452e9b(_0xde54c4(0x1af))[_0xde54c4(0x193)](),_0x20c16a=await resolveTargetVersion(_0x13771e);if(!_0x20c16a){const _0x32c2dd=_0x13771e['bool'](_0xde54c4(0x1c1))?_0xde54c4(0x1ad):_0xde54c4(0x1bf);return _0x255e7d['fail'](_0x32c2dd),console['log'](a40_0x5a6121[_0xde54c4(0x192)](_0xde54c4(0x1c4)+NPM_PACKAGE_NAME+_0xde54c4(0x1d3))),{'ok':![],'message':_0x32c2dd};}const _0x4324c6=a40_0x524678[_0xde54c4(0x1cc)](VERSION),_0x354a8a=a40_0x524678['valid'](_0x20c16a[_0xde54c4(0x1a5)]);if(!_0x4324c6||!_0x354a8a)return _0x255e7d[_0xde54c4(0x1cb)](_0xde54c4(0x1a1)),{'ok':![],'message':_0xde54c4(0x1a1)};if(!shouldInstallTarget(_0x4324c6,_0x20c16a)){const _0x318449=_0x20c16a[_0xde54c4(0x1b7)]==='version'?_0xde54c4(0x1a9)+_0x20c16a[_0xde54c4(0x1a5)]+')':'Already\x20up\x20to\x20date\x20(v'+_0x20c16a[_0xde54c4(0x1a5)]+')';return _0x255e7d['succeed'](_0x318449),shouldSkipCliSkill(_0x13771e)?console[_0xde54c4(0x19e)](a40_0x5a6121[_0xde54c4(0x192)](_0xde54c4(0x1b2))):await installCliSkill(_0x13771e[_0xde54c4(0x1ab)]),{'ok':!![]};}_0x255e7d[_0xde54c4(0x18b)](getInstallPlanLabel(_0x3de316,_0x20c16a));const _0x2cbe6e=detectPackageManager(),_0x6ff9f7=_0x2cbe6e===_0xde54c4(0x1b5)?resolveNpmBin(_0xde54c4(0x1b5)):_0x2cbe6e,_0x540dc0=a40_0x452e9b(_0xde54c4(0x1d8)+_0x2cbe6e+_0xde54c4(0x1a2))[_0xde54c4(0x193)]();try{return await execa(_0x6ff9f7,[_0xde54c4(0x1a0),'-g',NPM_PACKAGE_NAME+'@'+_0x20c16a['version']],{'stdio':'pipe'}),_0x540dc0['succeed'](_0xde54c4(0x1cf)+_0x20c16a[_0xde54c4(0x1a5)]),console['log'](a40_0x5a6121[_0xde54c4(0x192)]('\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.')),shouldSkipCliSkill(_0x13771e)?console[_0xde54c4(0x19e)](a40_0x5a6121['gray'](_0xde54c4(0x1b2))):await installCliSkill(_0x13771e['nonInteractive']),{'ok':!![]};}catch(_0x5b42fd){return _0x540dc0['fail'](_0xde54c4(0x1d2)),console[_0xde54c4(0x1b8)](a40_0x5a6121[_0xde54c4(0x1b6)]('\x20\x20'+_0x5b42fd[_0xde54c4(0x199)])),console[_0xde54c4(0x19e)](a40_0x5a6121[_0xde54c4(0x192)](_0xde54c4(0x190)+_0x2cbe6e+_0xde54c4(0x1c3)+NPM_PACKAGE_NAME+'@'+_0x20c16a[_0xde54c4(0x1a5)])),{'ok':![],'message':_0x5b42fd[_0xde54c4(0x199)]};}}export const updateDefinition={'service':a40_0x952e27(0x18e),'command':a40_0x952e27(0x1d0),'description':a40_0x952e27(0x18d),'risk':a40_0x952e27(0x1d4),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x6028e0,_0x1b60ab){const _0x541185=a41_0x5630,_0x1d859f=_0x6028e0();while(!![]){try{const _0x3d723e=parseInt(_0x541185(0x1ec))/0x1+-parseInt(_0x541185(0x1f0))/0x2*(-parseInt(_0x541185(0x1ef))/0x3)+-parseInt(_0x541185(0x1ee))/0x4+parseInt(_0x541185(0x1ea))/0x5+-parseInt(_0x541185(0x1f1))/0x6+parseInt(_0x541185(0x1eb))/0x7+-parseInt(_0x541185(0x1ed))/0x8;if(_0x3d723e===_0x1b60ab)break;else _0x1d859f['push'](_0x1d859f['shift']());}catch(_0x33d671){_0x1d859f['push'](_0x1d859f['shift']());}}}(a41_0x8df1,0xa34fb));function a41_0x8df1(){const _0x18220a=['6831546ZCelqe','6565730TvhqnR','7783405Kcczsc','834266vnGyvd','10054344Ucvsye','5174152eHeBah','6vZPNns','1098518UvlTVE'];a41_0x8df1=function(){return _0x18220a;};return a41_0x8df1();}import{codegenSdk}from'../../commands/codegen/sdk.js';function a41_0x5630(_0x2934c0,_0x15efe5){_0x2934c0=_0x2934c0-0x1ea;const _0x8df145=a41_0x8df1();let _0x5630a0=_0x8df145[_0x2934c0];return _0x5630a0;}import{codegenSql}from'../../commands/codegen/sql.js';export const codegenDefinitions=[codegenSdk,codegenSql];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a42_0x17d57a=a42_0x245b;(function(_0x2a3376,_0x41c99f){const _0x5daea4=a42_0x245b,_0x3de5b4=_0x2a3376();while(!![]){try{const _0x4a69f5=-parseInt(_0x5daea4(0x157))/0x1+parseInt(_0x5daea4(0x14d))/0x2+parseInt(_0x5daea4(0x153))/0x3*(parseInt(_0x5daea4(0x152))/0x4)+-parseInt(_0x5daea4(0x15f))/0x5*(-parseInt(_0x5daea4(0x14e))/0x6)+parseInt(_0x5daea4(0x15b))/0x7*(parseInt(_0x5daea4(0x154))/0x8)+parseInt(_0x5daea4(0x15d))/0x9*(-parseInt(_0x5daea4(0x15a))/0xa)+parseInt(_0x5daea4(0x156))/0xb;if(_0x4a69f5===_0x41c99f)break;else _0x3de5b4['push'](_0x3de5b4['shift']());}catch(_0x429234){_0x3de5b4['push'](_0x3de5b4['shift']());}}}(a42_0x2750,0x88370));function a42_0x245b(_0x3784c6,_0x2b8d51){_0x3784c6=_0x3784c6-0x14c;const _0x275078=a42_0x2750();let _0x245ba5=_0x275078[_0x3784c6];return _0x245ba5;}import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';function a42_0x2750(){const _0x318480=['alias','1481953ACknmu','742110xWfkbK','Omit\x20import\x20statements\x20from\x20generated\x20code','bool','706770eDoQYt','25557JujUWH','string','27ffrUQO','str','15XngIsu','boolean','read','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','code','skip-imports','codegen','769294nSblNF','1503384UeJkyb','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)','operation','name','460124yYlcCw','6losBhW','24HbarYX'];a42_0x2750=function(){return _0x318480;};return a42_0x2750();}import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const codegenSdk={'service':a42_0x17d57a(0x14c),'command':'sdk','description':a42_0x17d57a(0x162),'risk':a42_0x17d57a(0x161),'flags':[CODE_FLAG_OPTIONAL,{'name':a42_0x17d57a(0x155),'type':a42_0x17d57a(0x15c),'description':a42_0x17d57a(0x14f)},{'name':a42_0x17d57a(0x150),'type':a42_0x17d57a(0x15c),'required':!![],'description':'Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)'},{'name':a42_0x17d57a(0x164),'type':a42_0x17d57a(0x160),'description':a42_0x17d57a(0x158)}],async 'execute'(_0x157e08){const _0x1c7a88=a42_0x17d57a,{dataset:_0x3db6ab,operation:_0x226b61}=await getOperationDetail(_0x157e08['appCode'],_0x157e08[_0x1c7a88(0x15e)](_0x1c7a88(0x163)),_0x157e08[_0x1c7a88(0x15e)](_0x1c7a88(0x150))),_0x5760ad=generateSdkCode(_0x3db6ab,_0x226b61,{'includeImports':!_0x157e08[_0x1c7a88(0x159)](_0x1c7a88(0x164))});return{'ok':!![],'data':{'dataset':{'name':_0x3db6ab[_0x1c7a88(0x151)],'code':_0x3db6ab[_0x1c7a88(0x163)],'tableName':_0x3db6ab['tableName']},'operation':_0x157e08[_0x1c7a88(0x15e)]('operation'),'code':_0x5760ad}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a43_0x23d8(_0x8cacc2,_0x85ebbc){_0x8cacc2=_0x8cacc2-0x1ac;const _0x1dfe2e=a43_0x1dfe();let _0x23d826=_0x1dfe2e[_0x8cacc2];return _0x23d826;}const a43_0x17f71a=a43_0x23d8;(function(_0x5c9a14,_0x56a2cf){const _0x4b96be=a43_0x23d8,_0x3510df=_0x5c9a14();while(!![]){try{const _0x335052=-parseInt(_0x4b96be(0x1b6))/0x1*(parseInt(_0x4b96be(0x1b9))/0x2)+parseInt(_0x4b96be(0x1b7))/0x3*(-parseInt(_0x4b96be(0x1c4))/0x4)+parseInt(_0x4b96be(0x1b0))/0x5+-parseInt(_0x4b96be(0x1b4))/0x6+parseInt(_0x4b96be(0x1c1))/0x7+-parseInt(_0x4b96be(0x1bb))/0x8+parseInt(_0x4b96be(0x1ae))/0x9;if(_0x335052===_0x56a2cf)break;else _0x3510df['push'](_0x3510df['shift']());}catch(_0x7493aa){_0x3510df['push'](_0x3510df['shift']());}}}(a43_0x1dfe,0x62e12));function a43_0x1dfe(){const _0x527e89=['2450270PpVYbZ','no-imports','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','appCode','3797634RvqbbL','bool','1IQwrUs','9FsoszH','Code\x20target:\x20sdk\x20(default)\x20or\x20bff','916526LWClQa','target','6203456vrgIAZ','boolean','sqlcode','sql','Omit\x20import\x20statements\x20from\x20generated\x20code','bff','1879738zcuekS','sdk','codegen','342340nIAnRZ','str','read','15928299EEnPoc','sqlCode'];a43_0x1dfe=function(){return _0x527e89;};return a43_0x1dfe();}import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';import{SQLCODE_FLAG}from'../../commands/common/flags.js';export const codegenSql={'service':a43_0x17f71a(0x1c3),'command':a43_0x17f71a(0x1be),'description':a43_0x17f71a(0x1b2),'risk':a43_0x17f71a(0x1ad),'flags':[SQLCODE_FLAG,{'name':a43_0x17f71a(0x1ba),'type':'string','description':a43_0x17f71a(0x1b8),'default':a43_0x17f71a(0x1c2),'enum':['sdk',a43_0x17f71a(0x1c0)]},{'name':'no-imports','type':a43_0x17f71a(0x1bc),'description':a43_0x17f71a(0x1bf)}],async 'execute'(_0x48f6d9){const _0x673391=a43_0x17f71a,_0x54d4a2=await getSqlQueryInfo(_0x48f6d9[_0x673391(0x1b3)],_0x48f6d9['str'](_0x673391(0x1bd))),_0x1fa2f4=_0x48f6d9[_0x673391(0x1ac)](_0x673391(0x1ba))||'sdk',_0x46bf2e=generateSqlCodeTemplate(_0x54d4a2,{'target':_0x1fa2f4,'includeImports':!_0x48f6d9[_0x673391(0x1b5)](_0x673391(0x1b1))});return{'ok':!![],'data':{'sqlCode':_0x54d4a2[_0x673391(0x1af)],'sqlName':_0x54d4a2['sqlName'],'target':_0x1fa2f4,'code':_0x46bf2e}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x1d0c96,_0xd1b4c){const _0x341ee4=a44_0x562a,_0x128086=_0x1d0c96();while(!![]){try{const _0x34bc5e=parseInt(_0x341ee4(0x84))/0x1+parseInt(_0x341ee4(0x8f))/0x2*(-parseInt(_0x341ee4(0xa1))/0x3)+parseInt(_0x341ee4(0x92))/0x4+parseInt(_0x341ee4(0xa2))/0x5*(-parseInt(_0x341ee4(0xa0))/0x6)+parseInt(_0x341ee4(0x82))/0x7+-parseInt(_0x341ee4(0x7f))/0x8*(-parseInt(_0x341ee4(0x7e))/0x9)+-parseInt(_0x341ee4(0x89))/0xa;if(_0x34bc5e===_0xd1b4c)break;else _0x128086['push'](_0x128086['shift']());}catch(_0x1ad84b){_0x128086['push'](_0x128086['shift']());}}}(a44_0xf3a5,0xdff98));import{input,checkbox,select}from'@inquirer/prompts';import a44_0x3f93f4 from'chalk';import{validateAppcode}from'../../commands/common/validate.js';import{listRemoteApps}from'../../core/api-client.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';function a44_0x562a(_0x145a94,_0x49fcc8){_0x145a94=_0x145a94-0x7e;const _0xf3a504=a44_0xf3a5();let _0x562ab0=_0xf3a504[_0x145a94];return _0x562ab0;}import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';function a44_0xf3a5(){const _0x3eb3d6=['appCode','✎\x20自定义输入\x20appcode','112338XOnvSl','3vtvylO','30jnHiQn','\x0a无法获取远程应用列表,请手动输入。','156015mKdZKM','424jRqUzI','find','appName','3593436nXCJCB','custom','378891hdzNdm','App\x20Code:','(跳过,稍后配置)','length','map','5698700ajQSez','请输入\x20App\x20Code:','trim','\x20\x20(','message','includes','798398DhHcwl','cyan','未找到可用应用。','751252VAAWJW','请选择要绑定的应用:','(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)','Invalid\x20App\x20Code','yellow','manual','正在获取可用应用列表...','获取到\x20','✎\x20手动输入','gray','skip','(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)'];a44_0xf3a5=function(){return _0x3eb3d6;};return a44_0xf3a5();}export async function promptCustomAppcode(){const _0x12b2cd=a44_0x562a,_0x54f670=await input({'message':_0x12b2cd(0x8a),'validate':_0x1b02b6=>{const _0x5a07ba=_0x12b2cd,_0x3b79ad=validateAppcode(_0x1b02b6['trim']());return _0x3b79ad['valid']||_0x3b79ad[_0x5a07ba(0x8d)]||_0x5a07ba(0x95);}});return _0x54f670[_0x12b2cd(0x8b)]();}export async function promptAppSelection(_0x490b5d){const _0x54fec9=a44_0x562a,_0x16cd73=[{'name':a44_0x3f93f4[_0x54fec9(0x96)](_0x54fec9(0x9f)),'value':-0x1},..._0x490b5d['map']((_0x2b45a8,_0x21bba6)=>({'name':_0x2b45a8[_0x54fec9(0x81)]+'\x20\x20'+a44_0x3f93f4[_0x54fec9(0x9b)]('('+_0x2b45a8[_0x54fec9(0x9e)]+')'),'value':_0x21bba6}))],_0x182aea=await checkbox({'message':_0x54fec9(0x99)+a44_0x3f93f4[_0x54fec9(0x90)](_0x490b5d[_0x54fec9(0x87)])+'\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','choices':_0x16cd73,'loop':![]});if(_0x182aea[_0x54fec9(0x8e)](-0x1))return _0x54fec9(0x83);if(_0x182aea[_0x54fec9(0x87)]===0x0)return _0x54fec9(0x83);return _0x182aea[_0x54fec9(0x88)](_0x109607=>_0x490b5d[_0x109607]);}export async function promptSingleAppSelection(_0x2e8f04){const _0x3c018e=a44_0x562a,_0x4c87c4=[{'name':a44_0x3f93f4[_0x3c018e(0x9b)](_0x3c018e(0x9d)),'value':'skip'},{'name':a44_0x3f93f4[_0x3c018e(0x96)](_0x3c018e(0x9f)),'value':_0x3c018e(0x83)},..._0x2e8f04['map'](_0x41d3a5=>({'name':_0x41d3a5['appName']+'\x20\x20'+a44_0x3f93f4['gray']('('+_0x41d3a5[_0x3c018e(0x9e)]+')'),'value':_0x41d3a5['appCode']}))],_0x35f3ab=await select({'message':_0x3c018e(0x93),'choices':_0x4c87c4});if(_0x35f3ab==='skip')return _0x3c018e(0x9c);if(_0x35f3ab===_0x3c018e(0x83))return'custom';return _0x2e8f04[_0x3c018e(0x80)](_0x3a42fa=>_0x3a42fa[_0x3c018e(0x9e)]===_0x35f3ab);}export async function selectSingleAppcode(_0x33b24a){const _0x539d42=a44_0x562a;if(!_0x33b24a)return writeCliSideChannelLine(a44_0x3f93f4[_0x539d42(0x9b)](_0x539d42(0x94))),_fallbackOrSkip();writeCliSideChannelLine(_0x539d42(0x98));let _0x310916;try{_0x310916=await withActiveCookie(_0x33b24a,()=>listRemoteApps());}catch(_0x30f35a){writeCliSideChannelLine(a44_0x3f93f4['yellow']('无法获取远程应用列表,请手动输入。'));if(_0x30f35a instanceof Error)writeCliSideChannelLine(a44_0x3f93f4[_0x539d42(0x9b)](_0x539d42(0x8c)+_0x30f35a[_0x539d42(0x8d)]+')'));return _fallbackOrSkip();}if(_0x310916[_0x539d42(0x87)]===0x0)return writeCliSideChannelLine(a44_0x3f93f4[_0x539d42(0x96)](_0x539d42(0x91))),_fallbackOrSkip();const _0x42db49=await promptSingleAppSelection(_0x310916);if(_0x42db49===_0x539d42(0x9c))return'';if(_0x42db49===_0x539d42(0x83))return promptCustomAppcode();return _0x42db49[_0x539d42(0x9e)];}export async function selectMultipleApps(_0x344e8d){const _0x3fbbe3=a44_0x562a;writeCliSideChannelLine('正在获取可用应用列表...');let _0x1abb54;try{_0x1abb54=await withActiveCookie(_0x344e8d,()=>listRemoteApps());}catch(_0x463b4d){writeCliSideChannelLine(_0x3fbbe3(0xa3));if(_0x463b4d instanceof Error)writeCliSideChannelLine(_0x3fbbe3(0x8c)+_0x463b4d['message']+')');return _0x3fbbe3(0x83);}if(_0x1abb54[_0x3fbbe3(0x87)]===0x0)return writeCliSideChannelLine('\x0a未找到可用应用。'),_0x3fbbe3(0x83);return promptAppSelection(_0x1abb54);}async function _fallbackOrSkip(){const _0x170de6=a44_0x562a,_0x352576=await select({'message':_0x170de6(0x85),'choices':[{'name':a44_0x3f93f4['gray'](_0x170de6(0x86)),'value':_0x170de6(0x9c)},{'name':a44_0x3f93f4[_0x170de6(0x96)](_0x170de6(0x9a)),'value':_0x170de6(0x97)}]});if(_0x352576===_0x170de6(0x9c))return'';return promptCustomAppcode();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a45_0xc8e576=a45_0x8984;(function(_0xa18455,_0x21ce52){const _0x51ea9e=a45_0x8984,_0x399db5=_0xa18455();while(!![]){try{const _0x486567=-parseInt(_0x51ea9e(0x1a9))/0x1+-parseInt(_0x51ea9e(0x19b))/0x2*(-parseInt(_0x51ea9e(0x1a3))/0x3)+parseInt(_0x51ea9e(0x19a))/0x4+parseInt(_0x51ea9e(0x1a6))/0x5*(-parseInt(_0x51ea9e(0x199))/0x6)+-parseInt(_0x51ea9e(0x1a4))/0x7+-parseInt(_0x51ea9e(0x1aa))/0x8*(-parseInt(_0x51ea9e(0x195))/0x9)+parseInt(_0x51ea9e(0x19e))/0xa;if(_0x486567===_0x21ce52)break;else _0x399db5['push'](_0x399db5['shift']());}catch(_0x3e4880){_0x399db5['push'](_0x399db5['shift']());}}}(a45_0xc323,0x1d537));export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}$/i,'description':'a\x2032-character\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588)'};export const CODE_FLAG={'name':a45_0xc8e576(0x193),'type':a45_0xc8e576(0x198),'required':!![],'description':a45_0xc8e576(0x1a7),'pattern':DATASET_CODE_PATTERN};function a45_0x8984(_0x242277,_0x30c7cd){_0x242277=_0x242277-0x193;const _0xc323c2=a45_0xc323();let _0x89845a=_0xc323c2[_0x242277];return _0x89845a;}export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a45_0xc8e576(0x19d),'description':a45_0xc8e576(0x1a7)};export const SQLCODE_FLAG={'name':a45_0xc8e576(0x1a1),'type':a45_0xc8e576(0x198),'required':!![],'description':a45_0xc8e576(0x194),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a45_0xc8e576(0x19c)}};export const APPCODE_FLAG_OPTIONAL={'name':a45_0xc8e576(0x1a8),'type':a45_0xc8e576(0x198),'required':![],'description':a45_0xc8e576(0x1a5)};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':a45_0xc8e576(0x1a0)};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a45_0xc8e576(0x1a2),'required':!![],'description':'Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)'};function a45_0xc323(){const _0x3ea7ce=['1673744eGmrbo','MYSQL','code','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','9UkAnDM','dbtype','Database\x20product\x20type','string','24gcspZs','264632GqVCZn','2rsssXC','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','datasetcode','59500uFDEvm','POSTGRESQL','App\x20code\x20(e.g.\x20app-xxxxx)','sqlcode','number','459426iIDzVi','12747xymADu','App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)','205175tIOTPf','Dataset\x20code\x20(32-char\x20hex\x20UUID)','appcode','148388sqotjU'];a45_0xc323=function(){return _0x3ea7ce;};return a45_0xc323();}export const DB_TYPE_FLAG={'name':a45_0xc8e576(0x196),'type':'string','required':!![],'description':a45_0xc8e576(0x197),'enum':[a45_0xc8e576(0x1ab),a45_0xc8e576(0x19f)]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a46_0x2fe8(){const _0x240d95=['25401156aWGJZL','App\x20Code\x20cannot\x20be\x20empty','602267fSjnGS','6AsfrSh','App\x20Code\x20cannot\x20exceed\x20100\x20characters','1469796cauCVc','15956VkaueI','180iDbduo','Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed','test','7FAxWSB','93dQfOLZ','905000CRvbfT','trim','56385zjJlxN','9574768eilAyL'];a46_0x2fe8=function(){return _0x240d95;};return a46_0x2fe8();}function a46_0x431e(_0x3ff324,_0xd66bef){_0x3ff324=_0x3ff324-0xee;const _0x2fe80d=a46_0x2fe8();let _0x431e66=_0x2fe80d[_0x3ff324];return _0x431e66;}(function(_0x256083,_0x34c315){const _0x3cf951=a46_0x431e,_0x243bf1=_0x256083();while(!![]){try{const _0x44c3e1=parseInt(_0x3cf951(0xf1))/0x1*(parseInt(_0x3cf951(0xf2))/0x2)+-parseInt(_0x3cf951(0xfa))/0x3*(-parseInt(_0x3cf951(0xf5))/0x4)+-parseInt(_0x3cf951(0xfd))/0x5+parseInt(_0x3cf951(0xf4))/0x6*(-parseInt(_0x3cf951(0xf9))/0x7)+-parseInt(_0x3cf951(0xee))/0x8+-parseInt(_0x3cf951(0xf6))/0x9*(parseInt(_0x3cf951(0xfb))/0xa)+parseInt(_0x3cf951(0xef))/0xb;if(_0x44c3e1===_0x34c315)break;else _0x243bf1['push'](_0x243bf1['shift']());}catch(_0x475471){_0x243bf1['push'](_0x243bf1['shift']());}}}(a46_0x2fe8,0xee6b7));export function validateAppcode(_0x2b7a3c){const _0x18b682=a46_0x431e,_0x51bcc9=_0x2b7a3c[_0x18b682(0xfc)]();if(!_0x51bcc9)return{'valid':![],'message':_0x18b682(0xf0)};if(_0x51bcc9['length']>0x64)return{'valid':![],'message':_0x18b682(0xf3)};if(!/^[A-Za-z0-9_-]+$/[_0x18b682(0xf8)](_0x51bcc9))return{'valid':![],'message':_0x18b682(0xf7)};return{'valid':!![]};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a47_0x4d6b5f=a47_0x163a;function a47_0x2ecb(){const _0x3bab79=['4944RzXVqU','\x20config\x20get\x20--key\x20<key>','6CgnIAY','key','2410324JQAgEz','Key\x20not\x20found:\x20','9GDNNFt','7BgQgWP','Missing\x20key.','765552FwJDap','1349854tiEGHN','5rzyHzJ','67483NbPoVT','validation','2894784uadzMh','Usage:\x20','app','40zRsRrs','134006fBrbiA','1838404VeryzE','object'];a47_0x2ecb=function(){return _0x3bab79;};return a47_0x2ecb();}(function(_0x4e1fa1,_0x234ef3){const _0x565240=a47_0x163a,_0x4f0b33=_0x4e1fa1();while(!![]){try{const _0x105085=-parseInt(_0x565240(0x201))/0x1*(parseInt(_0x565240(0x1f7))/0x2)+parseInt(_0x565240(0x203))/0x3+-parseInt(_0x565240(0x1f8))/0x4*(parseInt(_0x565240(0x1f0))/0x5)+-parseInt(_0x565240(0x1fc))/0x6*(parseInt(_0x565240(0x1fe))/0x7)+-parseInt(_0x565240(0x1f3))/0x8*(parseInt(_0x565240(0x200))/0x9)+-parseInt(_0x565240(0x1f6))/0xa*(parseInt(_0x565240(0x204))/0xb)+-parseInt(_0x565240(0x1fa))/0xc*(-parseInt(_0x565240(0x1f1))/0xd);if(_0x105085===_0x234ef3)break;else _0x4f0b33['push'](_0x4f0b33['shift']());}catch(_0x484133){_0x4f0b33['push'](_0x4f0b33['shift']());}}}(a47_0x2ecb,0x417ba));function a47_0x163a(_0x5ae375,_0x7b5697){_0x5ae375=_0x5ae375-0x1f0;const _0x2ecb59=a47_0x2ecb();let _0x163a50=_0x2ecb59[_0x5ae375];return _0x163a50;}import{CliErrors}from'../../errors.js';import{readConfig}from'../../utils/config.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{getConfigCommandKeyDescription}from'../../commands/config/shared.js';async function execute(_0x52ab0c){const _0x4c4c13=a47_0x163a,_0x2abb91=_0x52ab0c['str'](_0x4c4c13(0x1fd));if(!_0x2abb91)throw CliErrors[_0x4c4c13(0x1f2)](_0x4c4c13(0x202),_0x4c4c13(0x1f4)+CLI_BIN_NAME+_0x4c4c13(0x1fb));const _0x13120e=readConfig(),_0x21b56c=_0x2abb91===_0x4c4c13(0x1f5)?'appcode':_0x2abb91,_0x43729=_0x13120e[_0x21b56c];if(_0x43729===undefined)throw CliErrors[_0x4c4c13(0x1f2)](_0x4c4c13(0x1ff)+_0x2abb91);return{'ok':!![],'data':typeof _0x43729===_0x4c4c13(0x1f9)?_0x43729:{[_0x21b56c]:_0x43729},'message':typeof _0x43729===_0x4c4c13(0x1f9)?undefined:String(_0x43729)};}export const configGetDefinition={'service':'config','command':'get','description':'Get\x20a\x20config\x20value\x20by\x20key','risk':'read','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a47_0x4d6b5f(0x1fd),'type':'string','description':getConfigCommandKeyDescription(),'required':!![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2aac98,_0x2f425a){const _0x165ea2=a48_0x1c2d,_0x94aff7=_0x2aac98();while(!![]){try{const _0xed4f5a=parseInt(_0x165ea2(0x75))/0x1+-parseInt(_0x165ea2(0x7c))/0x2+parseInt(_0x165ea2(0x78))/0x3*(-parseInt(_0x165ea2(0x79))/0x4)+parseInt(_0x165ea2(0x76))/0x5+-parseInt(_0x165ea2(0x77))/0x6+-parseInt(_0x165ea2(0x7b))/0x7+parseInt(_0x165ea2(0x7a))/0x8;if(_0xed4f5a===_0x2f425a)break;else _0x94aff7['push'](_0x94aff7['shift']());}catch(_0x50dda4){_0x94aff7['push'](_0x94aff7['shift']());}}}(a48_0x334f,0x809b1));function a48_0x1c2d(_0xcf75e5,_0x1269bd){_0xcf75e5=_0xcf75e5-0x75;const _0x334f6c=a48_0x334f();let _0x1c2d39=_0x334f6c[_0xcf75e5];return _0x1c2d39;}import{configListDefinition}from'../../commands/config/list.js';import{configGetDefinition}from'../../commands/config/get.js';import{configSetDefinition}from'../../commands/config/set.js';function a48_0x334f(){const _0x5d80ca=['16901192GXYfCa','2528302AgfVRn','1164256ZdImDE','42419QQkueS','1260975mbVpfG','1272774wDcXYX','177AerHFu','49156dPKxEn'];a48_0x334f=function(){return _0x5d80ca;};return a48_0x334f();}export const configDefinitions=[configListDefinition,configGetDefinition,configSetDefinition];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a49_0xd8e279=a49_0xc416;(function(_0x377cce,_0x2b6f1e){const _0x2a934c=a49_0xc416,_0x12eab5=_0x377cce();while(!![]){try{const _0x546d5e=-parseInt(_0x2a934c(0x1f1))/0x1+-parseInt(_0x2a934c(0x1f8))/0x2+parseInt(_0x2a934c(0x1f3))/0x3+parseInt(_0x2a934c(0x1ee))/0x4+parseInt(_0x2a934c(0x1ed))/0x5+-parseInt(_0x2a934c(0x1f5))/0x6+parseInt(_0x2a934c(0x1ef))/0x7*(-parseInt(_0x2a934c(0x1f9))/0x8);if(_0x546d5e===_0x2b6f1e)break;else _0x12eab5['push'](_0x12eab5['shift']());}catch(_0x4c67aa){_0x12eab5['push'](_0x12eab5['shift']());}}}(a49_0x121e,0xe46a8));function a49_0x121e(){const _0x3c9d4d=['global','9102205JjKWrX','4361960WfRWLM','555289pLdwIw','List\x20all\x20config\x20values','328454naDCWN','bool','2144478pTNaiv','list','8896428sBGUdf','read','config','171406CDLiHv','80txcjTf','boolean'];a49_0x121e=function(){return _0x3c9d4d;};return a49_0x121e();}function a49_0xc416(_0x49266a,_0x9f1566){_0x49266a=_0x49266a-0x1ec;const _0x121e1a=a49_0x121e();let _0xc41656=_0x121e1a[_0x49266a];return _0xc41656;}import{readScopedConfig}from'../../commands/config/shared.js';import{readConfig}from'../../utils/config.js';async function execute(_0x99e8b0){const _0x82d147=a49_0xc416,_0x41773e=_0x99e8b0[_0x82d147(0x1f2)](_0x82d147(0x1ec))?readScopedConfig('global'):readConfig();return{'ok':!![],'data':_0x41773e};}export const configListDefinition={'service':a49_0xd8e279(0x1f7),'command':a49_0xd8e279(0x1f4),'description':a49_0xd8e279(0x1f0),'risk':a49_0xd8e279(0x1f6),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a49_0xd8e279(0x1ec),'type':a49_0xd8e279(0x1fa),'description':'Show\x20global\x20config\x20only\x20(~/.rabetbase.json)','default':![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a50_0x77db68=a50_0x39f9;(function(_0x280de5,_0x3529ce){const _0x4f24da=a50_0x39f9,_0x323cb4=_0x280de5();while(!![]){try{const _0x3bf848=-parseInt(_0x4f24da(0x15c))/0x1*(-parseInt(_0x4f24da(0x17f))/0x2)+-parseInt(_0x4f24da(0x178))/0x3+parseInt(_0x4f24da(0x152))/0x4*(parseInt(_0x4f24da(0x163))/0x5)+-parseInt(_0x4f24da(0x177))/0x6*(-parseInt(_0x4f24da(0x153))/0x7)+-parseInt(_0x4f24da(0x15b))/0x8*(parseInt(_0x4f24da(0x156))/0x9)+-parseInt(_0x4f24da(0x159))/0xa+-parseInt(_0x4f24da(0x158))/0xb;if(_0x3bf848===_0x3529ce)break;else _0x323cb4['push'](_0x323cb4['shift']());}catch(_0x524bf3){_0x323cb4['push'](_0x323cb4['shift']());}}}(a50_0x5a09,0xc02b5));function a50_0x5a09(){const _0x497b54=['\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>','353025JfxNHt','locale','Top-level\x20key\x20\x22','\x22.\x20Allowed:\x20','apps','Write\x20to\x20global\x20config\x20(~/.rabetbase.json)','\x20app\x20add\x20<name>\x20--appcode\x20','Invalid\x20value\x20for\x20\x22','value','app','config','\x20(stored\x20as\x20apps\x20+\x20defaultApp)','Invalid\x20locale\x20value.','keys','Supported:\x20zh,\x20en,\x20zh-CN,\x20en-US','Usage:\x20','Config\x20value\x20is\x20invalid\x20or\x20too\x20long.','Project','set','appcode','6xjjSbR','346239ETuHpL','\x20workspace\x20use\x20--app\x20<name>`,\x20or\x20pass\x20`--appcode`\x20on\x20the\x20command.','riskLevel','\x20appcode\x20set\x20to:\x20','global','Global','validation','291706fGGhOZ','length','Settable\x20top-level\x20keys:\x20','36YOpITd','5000051YMudBP','env','join','747LitTaz','str','3499441EoEvBR','2584540Bgurgc','Config\x20value','85936ARardK','7SCIigH','Missing\x20key.','string','Invalid\x20value\x20for\x20env.\x20Allowed:\x20production,\x20daily.','\x22\x20is\x20not\x20settable.','Legacy\x20alias\x20\x22online\x22\x20is\x20accepted\x20and\x20stored\x20as\x20production.'];a50_0x5a09=function(){return _0x497b54;};return a50_0x5a09();}import{CliErrors}from'../../errors.js';import{buildCanonicalProjectConfig}from'../../config/schema.js';import{CLI_BIN_NAME,CONFIG_ENUM_VALUES,getConfigCommandKeyDescription,getTopLevelConfigKeySummary,isTopLevelConfigKey,normalizeLocale,resolveWriteScope,readScopedConfig,writeScopedConfig}from'../../commands/config/shared.js';function a50_0x39f9(_0x52153e,_0x2846e6){_0x52153e=_0x52153e-0x152;const _0x5a098a=a50_0x5a09();let _0x39f926=_0x5a098a[_0x52153e];return _0x39f926;}import{normalizeEnv,isProduction,isDaily}from'../../constant/env.js';async function execute(_0x102056){const _0x28e50c=a50_0x39f9,_0x2b4a25=_0x102056[_0x28e50c(0x157)]('key'),_0xd18c8e=_0x102056[_0x28e50c(0x157)](_0x28e50c(0x16b));if(!_0x2b4a25)throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x15d),_0x28e50c(0x172)+CLI_BIN_NAME+'\x20config\x20set\x20--key\x20<key>\x20--value\x20<value>');if(_0xd18c8e===undefined||_0xd18c8e==='')throw CliErrors[_0x28e50c(0x17e)]('Missing\x20value.',_0x28e50c(0x172)+CLI_BIN_NAME+_0x28e50c(0x162));if(_0xd18c8e[_0x28e50c(0x180)]>0x1f4)throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x173));if(!isTopLevelConfigKey(_0x2b4a25))throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x165)+_0x2b4a25+_0x28e50c(0x160),_0x28e50c(0x181)+getTopLevelConfigKeySummary());if(_0x2b4a25===_0x28e50c(0x17a))throw CliErrors['validation']('\x22riskLevel\x22\x20cannot\x20be\x20changed\x20via\x20the\x20CLI.');if(CONFIG_ENUM_VALUES[_0x2b4a25]&&!CONFIG_ENUM_VALUES[_0x2b4a25]['includes'](_0xd18c8e))throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x16a)+_0x2b4a25+_0x28e50c(0x166)+CONFIG_ENUM_VALUES[_0x2b4a25][_0x28e50c(0x155)](',\x20'));if(_0x2b4a25===_0x28e50c(0x164)&&!normalizeLocale(_0xd18c8e))throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x16f),_0x28e50c(0x171));const _0x5742b6={'global':_0x102056['bool'](_0x28e50c(0x17c))},_0x30f984=resolveWriteScope(_0x5742b6),_0x55a2bb=readScopedConfig(_0x30f984);let _0x5c8e3a=_0x2b4a25,_0x3254ed=_0xd18c8e;_0x2b4a25==='app'&&(_0x5c8e3a='appcode',delete _0x55a2bb[_0x28e50c(0x16c)]);_0x2b4a25===_0x28e50c(0x164)&&(_0x3254ed=normalizeLocale(_0xd18c8e));if(_0x2b4a25==='env'){_0x3254ed=normalizeEnv(_0xd18c8e);if(!isProduction(_0x3254ed)&&!isDaily(_0x3254ed))throw CliErrors[_0x28e50c(0x17e)](_0x28e50c(0x15f),_0x28e50c(0x161));}if(_0x2b4a25===_0x28e50c(0x176)){const _0x34cd13=_0x55a2bb[_0x28e50c(0x167)]&&typeof _0x55a2bb[_0x28e50c(0x167)]==='object'?Object[_0x28e50c(0x170)](_0x55a2bb[_0x28e50c(0x167)]):[];if(_0x34cd13[_0x28e50c(0x180)]>0x0)throw CliErrors[_0x28e50c(0x17e)]('Cannot\x20set\x20top-level\x20\x22appcode\x22\x20when\x20multi-app\x20config\x20already\x20exists.','Use\x20`'+CLI_BIN_NAME+_0x28e50c(0x169)+_0x3254ed+'`,\x20`'+CLI_BIN_NAME+_0x28e50c(0x179));const _0x3607b1=buildCanonicalProjectConfig({..._0x55a2bb},{'appCodes':[_0x3254ed],'env':typeof _0x55a2bb[_0x28e50c(0x154)]===_0x28e50c(0x15e)?_0x55a2bb['env']:undefined});writeScopedConfig(_0x3607b1,_0x30f984);const _0x234d83=_0x30f984===_0x28e50c(0x17c)?_0x28e50c(0x17d):'Project';return{'ok':!![],'message':'✓\x20'+_0x234d83+_0x28e50c(0x17b)+_0x3254ed+_0x28e50c(0x16e)};}_0x55a2bb[_0x5c8e3a]=_0x3254ed,writeScopedConfig(_0x55a2bb,_0x30f984);const _0x25d740=_0x30f984==='global'?_0x28e50c(0x17d):_0x28e50c(0x174);return{'ok':!![],'message':'✓\x20'+_0x25d740+'\x20'+_0x5c8e3a+'\x20set\x20to:\x20'+_0x3254ed};}export const configSetDefinition={'service':a50_0x77db68(0x16d),'command':a50_0x77db68(0x175),'description':'Set\x20a\x20config\x20value','risk':'write','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a50_0x77db68(0x15e),'description':getConfigCommandKeyDescription(),'required':!![]},{'name':a50_0x77db68(0x16b),'type':a50_0x77db68(0x15e),'description':a50_0x77db68(0x15a),'required':!![]},{'name':a50_0x77db68(0x17c),'type':'boolean','description':a50_0x77db68(0x168),'default':![]}],'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x4da189,_0x1e598c){var _0x2655a3=a51_0xd6d0,_0x3e444a=_0x4da189();while(!![]){try{var _0xdbda8f=-parseInt(_0x2655a3(0x95))/0x1+-parseInt(_0x2655a3(0x8f))/0x2+parseInt(_0x2655a3(0x98))/0x3*(-parseInt(_0x2655a3(0x8d))/0x4)+parseInt(_0x2655a3(0x91))/0x5+parseInt(_0x2655a3(0x94))/0x6+parseInt(_0x2655a3(0x8e))/0x7*(parseInt(_0x2655a3(0x93))/0x8)+parseInt(_0x2655a3(0x8a))/0x9;if(_0xdbda8f===_0x1e598c)break;else _0x3e444a['push'](_0x3e444a['shift']());}catch(_0x1dbdec){_0x3e444a['push'](_0x3e444a['shift']());}}}(a51_0x57fd,0x2d7a5));function a51_0xd6d0(_0x5bf8f8,_0x340164){_0x5bf8f8=_0x5bf8f8-0x8a;var _0x57fd7f=a51_0x57fd();var _0xd6d067=_0x57fd7f[_0x5bf8f8];return _0xd6d067;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{isInProject,resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';import{CliErrors}from'../../errors.js';import{CONFIG_ENUM_VALUES,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey,normalizeLocale}from'../../config/schema.js';export{CLI_BIN_NAME};function a51_0x57fd(){var _0x19db4b=['714610DxIgnu','Add\x20--global\x20to\x20write\x20to\x20~/.rabetbase.json,\x20or\x20run\x20`','1589860tkxmrD','validation','1960sAJXrt','1716630vPvQpg','30382ZvWVii','Not\x20inside\x20a\x20project\x20(no\x20.rabetbase.json\x20found).','global','7563auYOgH','2683314oNqskK','project','\x20init`\x20first.','536eDNasE','273coTsJE'];a51_0x57fd=function(){return _0x19db4b;};return a51_0x57fd();}export{normalizeLocale};export{CONFIG_ENUM_VALUES,TOP_LEVEL_CONFIG_KEYS,getConfigCommandKeyDescription,getTopLevelConfigKeyList,getTopLevelConfigKeySummary,isTopLevelConfigKey};export function resolveWriteScope(_0x66f532){var _0x4fd5a2=a51_0xd6d0;if(_0x66f532[_0x4fd5a2(0x97)])return _0x4fd5a2(0x97);if(!isInProject())throw CliErrors[_0x4fd5a2(0x92)](_0x4fd5a2(0x96),_0x4fd5a2(0x90)+CLI_BIN_NAME+_0x4fd5a2(0x8c));return _0x4fd5a2(0x8b);}export function readScopedConfig(_0x4a0f54){return readConfigFile(resolveWriteConfigPath(_0x4a0f54));}export function writeScopedConfig(_0x365593,_0xc0e106){writeConfigFile(resolveWriteConfigPath(_0xc0e106),_0x365593);}
|