@lovrabet/rabetbase-cli 2.3.11 → 2.3.12-beta.1
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/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/remote-directory.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-registry.js +1 -1
- package/lib/commands/common/app-selector.js +1 -1
- package/lib/commands/common/async-task.js +1 -1
- package/lib/commands/common/dry-run.js +1 -1
- package/lib/commands/common/flags.js +1 -1
- package/lib/commands/common/local-file.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/analysis-batching.js +1 -1
- package/lib/commands/db/analyze-batch-plan.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/file/index.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/delete.js +1 -1
- package/lib/commands/menu/external-link-create.js +1 -1
- package/lib/commands/menu/group-create.js +1 -1
- package/lib/commands/menu/group-update.js +1 -1
- package/lib/commands/menu/index.js +1 -1
- package/lib/commands/menu/list.js +1 -1
- package/lib/commands/menu/move.js +1 -1
- package/lib/commands/menu/regroup-start.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.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/mutations.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/notification/config-list.js +1 -1
- package/lib/commands/notification/index.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/permit/index.js +1 -1
- package/lib/commands/permit/page-get.js +1 -1
- package/lib/commands/permit/page-set.js +1 -1
- package/lib/commands/permit/role-apis-set.js +1 -1
- package/lib/commands/permit/role-menus-set.js +1 -1
- package/lib/commands/permit/role-menus.js +1 -1
- package/lib/commands/permit/shared.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/role/create.js +1 -1
- package/lib/commands/role/delete.js +1 -1
- package/lib/commands/role/detail.js +1 -1
- package/lib/commands/role/index.js +1 -1
- package/lib/commands/role/list.js +1 -1
- package/lib/commands/role/shared.js +1 -1
- package/lib/commands/role/update.js +1 -1
- package/lib/commands/role/user-add.js +1 -1
- package/lib/commands/role/user-remove.js +1 -1
- package/lib/commands/role/user-resolve.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/task/index.js +1 -1
- package/lib/commands/task/status.js +1 -1
- package/lib/commands/workspace/add.js +1 -1
- package/lib/commands/workspace/index.js +1 -1
- package/lib/commands/workspace/remove.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-index-auditor.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/error-output.js +1 -1
- package/lib/framework/explicit-yes.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/pull.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a36_0x56da08=a36_0x2142;function a36_0x1e88(){const _0x1a8d16=['close','645754TtTJdf','No\x20remote\x20BFF\x20scripts\x20found.','includes','str','--type\x20must\x20be\x20COMMON,\x20ENDPOINT,\x20or\x20HOOK.','functionNode','nonInteractive','local\x20unsynced\x20changes','alias','unresolvable\x20target\x20path','lockFilePath','scriptContent','384908rjRmcm','type','force','2064018oqyXig','write','stringify','pull','bff','utf8','version','Remote\x20script\x20missing\x20content.','map','apps','filePath','HOOK','Force\x20pull\x20will\x20overwrite\x20local\x20unsynced\x20changes.\x20Continue?\x20[y/N]\x20','boolean','662KkgRHc','scriptType','bool','conflict','question','stdin','validation','15993nflNeK','5186203ryLEeq','\x20remote\x20BFF\x20script(s)\x20for\x20pull','appCode','message','15smqnNo','skipped','Force\x20overwrite\x20local\x20unsynced\x20changes','1777720KDCFFx','/api/management/library/scripts/list?appCode=','ENDPOINT','1384JTsvkA','datasetCode','Force\x20pull\x20cancelled.','operationType','lockKey','Pull\x20only\x20this\x20script\x20type','hash','\x22\x20not\x20found\x20after\x20ensureLockScope.','functionName','length','24YtmqtS','4242lfLYCz','functions','scriptsRoot','all','GET','hookLocation','apiDir','14pNFoZX','string','stderr','push'];a36_0x1e88=function(){return _0x1a8d16;};return a36_0x1e88();}(function(_0x50ad0c,_0x53e342){const _0x43b8a3=a36_0x2142,_0x59c8b7=_0x50ad0c();while(!![]){try{const _0xdac684=-parseInt(_0x43b8a3(0xaa))/0x1+-parseInt(_0x43b8a3(0xc7))/0x2*(parseInt(_0x43b8a3(0x9e))/0x3)+parseInt(_0x43b8a3(0xb6))/0x4*(-parseInt(_0x43b8a3(0x8d))/0x5)+parseInt(_0x43b8a3(0xb9))/0x6*(parseInt(_0x43b8a3(0xa5))/0x7)+-parseInt(_0x43b8a3(0x93))/0x8*(-parseInt(_0x43b8a3(0x88))/0x9)+-parseInt(_0x43b8a3(0x90))/0xa+-parseInt(_0x43b8a3(0x89))/0xb*(-parseInt(_0x43b8a3(0x9d))/0xc);if(_0xdac684===_0x53e342)break;else _0x59c8b7['push'](_0x59c8b7['shift']());}catch(_0x5c6206){_0x59c8b7['push'](_0x59c8b7['shift']());}}}(a36_0x1e88,0x576f4));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';import{CliErrors}from'../../errors.js';export const bffPull={'service':a36_0x56da08(0xbd),'command':'pull','description':'Pull\x20remote\x20BFF\x20scripts\x20to\x20local','risk':a36_0x56da08(0xba),'flags':[{'name':a36_0x56da08(0xb7),'type':a36_0x56da08(0xa6),'description':a36_0x56da08(0x98),'enum':['COMMON',a36_0x56da08(0x92),'HOOK']},{'name':a36_0x56da08(0xb8),'type':a36_0x56da08(0xc6),'description':a36_0x56da08(0x8f)}],async 'dryRun'(_0x55b348){const _0x372aca=a36_0x56da08,_0x202ab3=loadBffProjectConfig(_0x55b348['appCode']),_0x491b68=await readBffLockFile(_0x202ab3[_0x372aca(0xb4)]),{appLock:_0x193aa6}=ensureLockScope(_0x491b68??createEmptyBffLock(),_0x55b348['appCode'],_0x202ab3[_0x372aca(0xa0)],_0x372aca(0xbc)),_0x432f75=normalizeBffType(_0x55b348[_0x372aca(0xad)]('type'))??undefined,_0x506941=buildDatasetCodeToAliasMap(_0x55b348[_0x372aca(0xa4)],_0x55b348[_0x372aca(0x8b)]),[_0x345fba,_0x39804a]=await Promise[_0x372aca(0xa1)]([listBffScripts(_0x55b348[_0x372aca(0x8b)],_0x432f75),getBffScriptStatistics(_0x55b348[_0x372aca(0x8b)])]),_0x128708=createHookLocationMap(_0x39804a),_0x5a5093=[];for(const _0x56f6d7 of _0x345fba){const _0x5c08a5=resolveRemoteScriptTarget(_0x202ab3,_0x56f6d7,_0x128708,_0x193aa6[_0x372aca(0x9f)],_0x506941);if(!_0x5c08a5){_0x5a5093[_0x372aca(0xa8)]({'scriptType':_0x56f6d7[_0x372aca(0xc8)],'functionName':_0x56f6d7[_0x372aca(0x9b)]??'','status':_0x372aca(0x8e),'reason':_0x372aca(0xb3)});continue;}const _0xf0a3e2=_0x193aa6[_0x372aca(0x9f)][_0x5c08a5['lockKey']],_0x4500fe=_0x56f6d7['scriptContent']!=null?computeContentHash(_0x56f6d7['scriptContent']):undefined,_0x2c31ec=await hasUnsyncedLocalChanges(_0x5c08a5[_0x372aca(0xc3)],_0xf0a3e2,_0x4500fe);_0x5a5093[_0x372aca(0xa8)]({'lockKey':_0x5c08a5[_0x372aca(0x97)],'filePath':_0x5c08a5[_0x372aca(0xc3)],'remoteId':_0x56f6d7['id']??null,'status':_0x2c31ec?_0x372aca(0xca):'would_pull'});}return{'method':_0x372aca(0xa2),'url':_0x372aca(0x91)+_0x55b348[_0x372aca(0x8b)]+(_0x432f75?'&type='+_0x432f75:''),'body':{'appCode':_0x55b348[_0x372aca(0x8b)],'filterType':_0x432f75??null,'files':_0x5a5093},'description':'Would\x20inspect\x20'+_0x5a5093[_0x372aca(0x9c)]+_0x372aca(0x8a)};},async 'execute'(_0x45ac45){const _0x4b9ffd=a36_0x56da08,_0x452875=loadBffProjectConfig(_0x45ac45[_0x4b9ffd(0x8b)]),_0x4f2a4d=await readBffLockFile(_0x452875[_0x4b9ffd(0xb4)]),{lockData:_0x1dad43,appLock:_0x421dd0}=ensureLockScope(_0x4f2a4d??createEmptyBffLock(),_0x45ac45[_0x4b9ffd(0x8b)],_0x452875[_0x4b9ffd(0xa0)],_0x4b9ffd(0xbc)),_0x38a445=normalizeBffType(_0x45ac45[_0x4b9ffd(0xad)](_0x4b9ffd(0xb7)))??undefined;if(_0x45ac45[_0x4b9ffd(0xad)](_0x4b9ffd(0xb7))&&!_0x38a445)throw CliErrors[_0x4b9ffd(0xcd)](_0x4b9ffd(0xae));const [_0x44743a,_0x4f89a8]=await Promise[_0x4b9ffd(0xa1)]([listBffScripts(_0x45ac45[_0x4b9ffd(0x8b)],_0x38a445),getBffScriptStatistics(_0x45ac45['appCode'])]);if(_0x44743a[_0x4b9ffd(0x9c)]===0x0)return{'ok':!![],'data':{'pulled':[],'skipped':[],'failed':[]},'message':_0x4b9ffd(0xab)};const _0x16c7d5=_0x45ac45[_0x4b9ffd(0xc9)](_0x4b9ffd(0xb8));if(_0x16c7d5&&!_0x45ac45[_0x4b9ffd(0xb0)]){const _0x21da46=await confirmForce();if(!_0x21da46)throw CliErrors['cancelled'](_0x4b9ffd(0x95));}if(_0x16c7d5&&_0x45ac45[_0x4b9ffd(0xb0)]){}const _0x3acfeb=buildDatasetCodeToAliasMap(_0x45ac45[_0x4b9ffd(0xa4)],_0x45ac45['appCode']),_0x141e14=createHookLocationMap(_0x4f89a8),_0x2b88bb=JSON['parse'](JSON[_0x4b9ffd(0xbb)](_0x1dad43)),_0x29df8a=_0x45ac45[_0x4b9ffd(0x8b)],_0x542000=_0x2b88bb[_0x4b9ffd(0xc2)][_0x29df8a];if(!_0x542000)throw new Error('Lock\x20scope\x20for\x20app\x20\x22'+_0x29df8a+_0x4b9ffd(0x9a));const _0x364846=[],_0x2f0bfe=[],_0x225de6=[];for(const _0x8e577b of _0x44743a){const _0x18a3a2=resolveRemoteScriptTarget(_0x452875,_0x8e577b,_0x141e14,_0x421dd0[_0x4b9ffd(0x9f)],_0x3acfeb);if(!_0x18a3a2){_0x2f0bfe[_0x4b9ffd(0xa8)]({'lockKey':_0x8e577b['scriptType']+'/'+_0x8e577b[_0x4b9ffd(0x9b)],'reason':'unresolvable\x20target\x20path'});continue;}const _0xe3b001=_0x421dd0[_0x4b9ffd(0x9f)][_0x18a3a2[_0x4b9ffd(0x97)]];try{if(!_0x8e577b['id'])throw new Error('Remote\x20script\x20missing\x20id.');if(_0x8e577b[_0x4b9ffd(0xb5)]==null)throw new Error(_0x4b9ffd(0xc0));const _0x4151fb=_0x8e577b[_0x4b9ffd(0xb5)],_0x220477=computeContentHash(_0x4151fb);if(!_0x16c7d5){const _0x169d11=await hasUnsyncedLocalChanges(_0x18a3a2[_0x4b9ffd(0xc3)],_0xe3b001,_0x220477);if(_0x169d11){_0x2f0bfe[_0x4b9ffd(0xa8)]({'lockKey':_0x18a3a2[_0x4b9ffd(0x97)],'reason':_0x4b9ffd(0xb1)});continue;}}await ensureParentDirectory(_0x18a3a2[_0x4b9ffd(0xc3)]),await writeFile(_0x18a3a2[_0x4b9ffd(0xc3)],_0x4151fb,_0x4b9ffd(0xbe));const _0x1e0054={'hash':_0x220477,'remoteId':_0x8e577b['id'],'version':_0x8e577b[_0x4b9ffd(0xbf)]};_0x18a3a2['type']===_0x4b9ffd(0xc4)&&_0x18a3a2['hookLocation']&&(_0x1e0054['alias']=_0x18a3a2[_0x4b9ffd(0xa3)][_0x4b9ffd(0xb2)],_0x1e0054[_0x4b9ffd(0x94)]=_0x18a3a2[_0x4b9ffd(0xa3)][_0x4b9ffd(0x94)],_0x1e0054['operationType']=_0x18a3a2[_0x4b9ffd(0xa3)][_0x4b9ffd(0x96)],_0x1e0054[_0x4b9ffd(0xaf)]=_0x18a3a2[_0x4b9ffd(0xa3)][_0x4b9ffd(0xaf)]),_0x542000['functions'][_0x18a3a2['lockKey']]=_0x1e0054,_0x364846[_0x4b9ffd(0xa8)]({'lockKey':_0x18a3a2[_0x4b9ffd(0x97)],'remoteId':_0x8e577b['id']});}catch(_0x29ff5e){_0x225de6[_0x4b9ffd(0xa8)]({'lockKey':_0x18a3a2[_0x4b9ffd(0x97)],'error':_0x29ff5e instanceof Error?_0x29ff5e[_0x4b9ffd(0x8c)]:String(_0x29ff5e)});}}return _0x542000['lastSync']=new Date()['toISOString'](),await writeBffLockFile(_0x452875[_0x4b9ffd(0xb4)],_0x2b88bb),{'ok':_0x225de6[_0x4b9ffd(0x9c)]===0x0,'data':{'pulled':_0x364846,'skipped':_0x2f0bfe,'failed':_0x225de6},'message':'Pull\x20complete:\x20'+_0x364846[_0x4b9ffd(0x9c)]+'\x20pulled,\x20'+_0x2f0bfe[_0x4b9ffd(0x9c)]+'\x20skipped,\x20'+_0x225de6[_0x4b9ffd(0x9c)]+'\x20failed'};}};function a36_0x2142(_0x3c949d,_0x133313){_0x3c949d=_0x3c949d-0x88;const _0x1e880a=a36_0x1e88();let _0x2142bf=_0x1e880a[_0x3c949d];return _0x2142bf;}async function hasUnsyncedLocalChanges(_0x2a022f,_0x2adb31,_0x158379){const _0x1ae571=a36_0x56da08;if(!await fileExists(_0x2a022f))return![];const _0x349740=await computeFileHash(_0x2a022f);if(!_0x2adb31)return _0x158379?_0x349740!==_0x158379:!![];return _0x349740!==_0x2adb31[_0x1ae571(0x99)];}function buildDatasetCodeToAliasMap(_0x121e9e,_0x36aaaa){const _0x1bd55d=a36_0x56da08,_0x2d70b7=loadAliasMap(_0x121e9e,undefined,resolveApiFilePath(_0x121e9e,_0x36aaaa));return new Map(_0x2d70b7[_0x1bd55d(0xc1)](_0x56e985=>[_0x56e985['datasetCode'],_0x56e985[_0x1bd55d(0xb2)]]));}async function confirmForce(){const _0x304373=a36_0x56da08,_0xbc786c=createInterface({'input':process[_0x304373(0xcc)],'output':process[_0x304373(0xa7)]}),_0x23ccf0=await new Promise(_0x52d109=>{const _0x5daf4d=_0x304373;_0xbc786c[_0x5daf4d(0xcb)](_0x5daf4d(0xc5),_0x52d109);});return _0xbc786c[_0x304373(0xa9)](),['y','yes'][_0x304373(0xac)](_0x23ccf0['trim']()['toLowerCase']());}
|
package/lib/commands/bff/push.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a37_0x2f8d4f=a37_0x2fcc;(function(_0x32b729,_0x24e528){const _0x4df161=a37_0x2fcc,_0x1888bd=_0x32b729();while(!![]){try{const _0x3c6d1c=parseInt(_0x4df161(0x118))/0x1+-parseInt(_0x4df161(0x101))/0x2*(parseInt(_0x4df161(0x11b))/0x3)+parseInt(_0x4df161(0xdb))/0x4+-parseInt(_0x4df161(0xfd))/0x5*(parseInt(_0x4df161(0xfb))/0x6)+parseInt(_0x4df161(0xf0))/0x7+parseInt(_0x4df161(0xff))/0x8+parseInt(_0x4df161(0xf4))/0x9*(-parseInt(_0x4df161(0xf8))/0xa);if(_0x3c6d1c===_0x24e528)break;else _0x1888bd['push'](_0x1888bd['shift']());}catch(_0x2d5d8a){_0x1888bd['push'](_0x1888bd['shift']());}}}(a37_0x4293,0x5f370));import{readFile}from'node:fs/promises';import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';function a37_0x2fcc(_0x3c2cc1,_0x1f01a8){_0x3c2cc1=_0x3c2cc1-0xd9;const _0x4293da=a37_0x4293();let _0x2fcc27=_0x4293da[_0x3c2cc1];return _0x2fcc27;}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;export const bffPush={'service':a37_0x2f8d4f(0xf6),'command':a37_0x2f8d4f(0xe7),'description':a37_0x2f8d4f(0x102),'risk':a37_0x2f8d4f(0xe9),'flags':[{'name':a37_0x2f8d4f(0xf9),'type':a37_0x2f8d4f(0xf5),'description':a37_0x2f8d4f(0x10a),'enum':['COMMON',a37_0x2f8d4f(0xfa),'HOOK']},{'name':a37_0x2f8d4f(0xf2),'type':a37_0x2f8d4f(0xf5),'description':a37_0x2f8d4f(0xe0)},{'name':'force','type':a37_0x2f8d4f(0x111),'description':a37_0x2f8d4f(0x115)}],async 'dryRun'(_0x1191cf){const _0x338266=a37_0x2f8d4f,_0x46757f=loadBffProjectConfig(_0x1191cf[_0x338266(0xd9)]),_0x16f733=await readBffLockFile(_0x46757f['lockFilePath']),{appLock:_0x4195f1}=ensureLockScope(_0x16f733??createEmptyBffLock(),_0x1191cf[_0x338266(0xd9)],_0x46757f[_0x338266(0x114)],_0x338266(0xe7)),_0x10e54c=await getTargetFunctions(_0x46757f,_0x1191cf),_0x6b12ee=_0x1191cf[_0x338266(0xf3)](_0x338266(0xee)),_0xdab09a=[];for(const _0x4a92f6 of _0x10e54c){const _0x440762=await computeFileHash(_0x4a92f6[_0x338266(0x10e)]),_0x2b5a64=_0x4195f1[_0x338266(0xfc)][_0x4a92f6[_0x338266(0x109)]],_0x3a0602=!!_0x2b5a64&&_0x2b5a64[_0x338266(0x11f)]===_0x440762;_0xdab09a[_0x338266(0xe7)]({'lockKey':_0x4a92f6['lockKey'],'filePath':_0x4a92f6[_0x338266(0x10e)],'remoteId':_0x2b5a64?.[_0x338266(0xf7)]??null,'mode':_0x2b5a64?.['remoteId']?'update':_0x338266(0x10f),'status':!_0x6b12ee&&_0x3a0602?_0x338266(0xed):_0x338266(0xdf)});}return{'method':'POST','url':'/api/management/library/scripts/save','body':{'appCode':_0x1191cf[_0x338266(0xd9)],'force':_0x6b12ee,'files':_0xdab09a,'cacheClearAtRuntime':_0xdab09a['some'](_0x209e99=>_0x209e99[_0x338266(0x121)]===_0x338266(0xdf)),'cacheClearAtRuntimeTimes':_0xdab09a[_0x338266(0x123)](_0x2938f2=>_0x2938f2['status']===_0x338266(0xdf))?CACHE_CLEAR_ATTEMPTS:0x0},'description':'Would\x20inspect\x20'+_0xdab09a[_0x338266(0xe5)]+_0x338266(0x112)};},async 'execute'(_0x253c7b){const _0xf32e4c=a37_0x2f8d4f,_0x3c1d11=loadBffProjectConfig(_0x253c7b[_0xf32e4c(0xd9)]),_0x3561c5=await readBffLockFile(_0x3c1d11[_0xf32e4c(0x10b)]),{lockData:_0x22f2c6,appLock:_0x13532b}=ensureLockScope(_0x3561c5??createEmptyBffLock(),_0x253c7b['appCode'],_0x3c1d11[_0xf32e4c(0x114)],_0xf32e4c(0xe7)),_0x4f3bab=await getTargetFunctions(_0x3c1d11,_0x253c7b);if(_0x4f3bab[_0xf32e4c(0xe5)]===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0xf32e4c(0xe4)};const _0x9d9d0=_0x253c7b['bool'](_0xf32e4c(0xee)),_0x51abad=JSON[_0xf32e4c(0x11a)](JSON[_0xf32e4c(0x100)](_0x22f2c6)),_0x4bb485=_0x51abad[_0xf32e4c(0x10c)][_0x253c7b['appCode']];if(!_0x4bb485)throw new Error(_0xf32e4c(0x11c)+_0x253c7b[_0xf32e4c(0xd9)]+_0xf32e4c(0x106));const _0x36a40d=await buildHookMaps(_0x253c7b['appCode'],_0x253c7b[_0xf32e4c(0xe3)],_0x4f3bab,_0x4bb485),_0x1bf628=[],_0x359e24=[],_0x1e4f0b=[];for(const _0x5ab793 of _0x4f3bab){const _0x4f9dc7=await computeFileHash(_0x5ab793[_0xf32e4c(0x10e)]),_0x2f0334=_0x4bb485[_0xf32e4c(0xfc)][_0x5ab793[_0xf32e4c(0x109)]];if(!_0x9d9d0&&_0x2f0334&&_0x2f0334[_0xf32e4c(0x11f)]===_0x4f9dc7){_0x359e24['push']({'lockKey':_0x5ab793[_0xf32e4c(0x109)],'reason':_0xf32e4c(0xed)});continue;}try{await uploadSingleFunction(_0x253c7b[_0xf32e4c(0xd9)],_0x5ab793,_0x4bb485,_0x36a40d);const _0x313e61=_0x4bb485[_0xf32e4c(0xfc)][_0x5ab793[_0xf32e4c(0x109)]];_0x1bf628[_0xf32e4c(0xe7)]({'lockKey':_0x5ab793[_0xf32e4c(0x109)],'remoteId':_0x313e61?.[_0xf32e4c(0xf7)]??0x0});}catch(_0x4b3b54){_0x1e4f0b['push']({'lockKey':_0x5ab793[_0xf32e4c(0x109)],'error':_0x4b3b54 instanceof Error?_0x4b3b54['message']:String(_0x4b3b54)});}}_0x4bb485[_0xf32e4c(0xe1)]=new Date()['toISOString'](),await writeBffLockFile(_0x3c1d11[_0xf32e4c(0x10b)],_0x51abad),await waitForUploadedLockEntries(_0x3c1d11[_0xf32e4c(0x10b)],_0x253c7b[_0xf32e4c(0xd9)],_0x1bf628[_0xf32e4c(0x107)](_0x1dd7d8=>_0x1dd7d8[_0xf32e4c(0x109)]));let _0x5e9c49={'attempted':![],'cleared':![]};if(_0x1bf628[_0xf32e4c(0xe5)]>0x0)try{let _0x352cff='';for(let _0x5c3745=0x0;_0x5c3745<CACHE_CLEAR_ATTEMPTS;_0x5c3745+=0x1){_0x352cff=await clearBffScriptCache(),_0x5c3745<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x5e9c49={'attempted':!![],'cleared':!![],'message':_0x352cff||_0xf32e4c(0xfe)};}catch(_0x57700b){_0x5e9c49={'attempted':!![],'cleared':![],'error':_0x57700b instanceof Error?_0x57700b['message']:String(_0x57700b)};}const _0x21ac2c=_0x1e4f0b[_0xf32e4c(0xe5)]===0x0&&(_0x5e9c49[_0xf32e4c(0x120)]?_0x5e9c49[_0xf32e4c(0xe8)]:!![]),_0x409d6a=_0x5e9c49[_0xf32e4c(0x120)]?_0x5e9c49['cleared']?'runtime\x20cache\x20cleared':_0xf32e4c(0x117):'runtime\x20cache\x20not\x20needed';return{'ok':_0x21ac2c,'data':{'uploaded':_0x1bf628,'skipped':_0x359e24,'failed':_0x1e4f0b,'cacheClear':_0x5e9c49},'message':'Push\x20complete:\x20'+_0x1bf628[_0xf32e4c(0xe5)]+_0xf32e4c(0x105)+_0x359e24[_0xf32e4c(0xe5)]+'\x20skipped,\x20'+_0x1e4f0b['length']+_0xf32e4c(0x11d)+_0x409d6a};}};async function getTargetFunctions(_0x452d4a,_0x26eb6d){const _0x4c92e4=a37_0x2f8d4f,_0x5a4825=_0x26eb6d['str'](_0x4c92e4(0xf9)),_0x1c45e1=_0x26eb6d[_0x4c92e4(0xe6)]('name'),_0x34f811=normalizeBffType(_0x5a4825)??undefined;if(_0x1c45e1&&!_0x34f811)throw CliErrors[_0x4c92e4(0xdd)](_0x4c92e4(0xeb));const _0x6ab270=await scanLocalBffFunctions(_0x452d4a,_0x34f811);if(_0x1c45e1){const _0x147286=_0x6ab270[_0x4c92e4(0x126)](_0x576eaf=>_0x576eaf[_0x4c92e4(0xf2)]===_0x1c45e1);if(_0x147286[_0x4c92e4(0xe5)]===0x0)throw CliErrors[_0x4c92e4(0xdd)]('Local\x20function\x20not\x20found:\x20'+_0x34f811+'/'+_0x1c45e1);return _0x147286;}return _0x6ab270;}async function buildHookMaps(_0xff430c,_0x4327ab,_0x601fd9,_0x3b2ddb){const _0x400aa6=a37_0x2f8d4f,_0x32943e=_0x601fd9[_0x400aa6(0x123)](_0x448180=>_0x448180[_0x400aa6(0xf9)]===_0x400aa6(0x129));if(!_0x32943e)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x25c677=loadAliasMap(_0x4327ab,undefined,resolveApiFilePath(_0x4327ab,_0xff430c)),_0x3c37c4=new Map(_0x25c677[_0x400aa6(0x107)](_0x3c0931=>[_0x3c0931[_0x400aa6(0xde)],_0x3c0931['datasetCode']]));for(const _0x5972c7 of Object[_0x400aa6(0x119)](_0x3b2ddb[_0x400aa6(0xfc)])){_0x5972c7[_0x400aa6(0xde)]&&_0x5972c7[_0x400aa6(0xf1)]&&!_0x3c37c4[_0x400aa6(0x128)](_0x5972c7[_0x400aa6(0xde)])&&_0x3c37c4[_0x400aa6(0x127)](_0x5972c7[_0x400aa6(0xde)],_0x5972c7[_0x400aa6(0xf1)]);}const _0x207602=await listDatasets(_0xff430c),_0x3f7c5e=new Map(_0x207602[_0x400aa6(0x107)](_0x3c240a=>[_0x3c240a[_0x400aa6(0x116)],_0x3c240a]));return{'aliasToDatasetCode':_0x3c37c4,'datasetCodeToDataset':_0x3f7c5e};}async function uploadSingleFunction(_0x4c8ddc,_0x415cf0,_0xeb08e7,_0x16c6d3){const _0x45c750=a37_0x2f8d4f,_0x4d229b=await readFile(_0x415cf0['filePath'],_0x45c750(0xdc)),_0x471465=await computeFileHash(_0x415cf0[_0x45c750(0x10e)]),_0x5e5e56=_0xeb08e7[_0x45c750(0xfc)][_0x415cf0[_0x45c750(0x109)]];if(_0x5e5e56?.['remoteId']&&_0x5e5e56[_0x45c750(0x108)]==null)throw CliErrors['validation'](_0x415cf0[_0x45c750(0x109)]+_0x45c750(0x122));let _0x5cb027=extractScriptDescription(_0x4d229b);if(!_0x5cb027&&_0x5e5e56?.[_0x45c750(0xf7)]){const _0x2bd2e6=await getBffScriptInfo(_0x5e5e56[_0x45c750(0xf7)]);_0x5cb027=_0x2bd2e6[_0x45c750(0xec)]||undefined;}const _0x1c826d={'appCode':_0x4c8ddc,'functionName':_0x415cf0['name'],'scriptType':_0x415cf0[_0x45c750(0xf9)],'scriptContent':_0x4d229b};if(_0x5e5e56?.[_0x45c750(0xf7)])_0x1c826d['id']=_0x5e5e56['remoteId'];if(_0x5e5e56?.[_0x45c750(0x108)]!=null)_0x1c826d['version']=_0x5e5e56[_0x45c750(0x108)];if(_0x5cb027)_0x1c826d[_0x45c750(0xec)]=_0x5cb027;if(_0x415cf0[_0x45c750(0xf9)]===_0x45c750(0x129)){const _0x151f72=_0x415cf0[_0x45c750(0xde)];if(!_0x151f72||!_0x415cf0[_0x45c750(0x113)]||!_0x415cf0[_0x45c750(0x104)])throw CliErrors[_0x45c750(0xdd)](_0x45c750(0xea)+_0x415cf0['lockKey']);const _0x308793=_0x16c6d3[_0x45c750(0xda)]['get'](_0x151f72)??_0x5e5e56?.[_0x45c750(0xf1)]??_0x151f72,_0x8ded38=_0x16c6d3['datasetCodeToDataset']['get'](_0x308793);if(!_0x8ded38)throw CliErrors[_0x45c750(0xdd)]('Cannot\x20resolve\x20dataset\x20for\x20\x22'+_0x151f72+'\x22.\x20'+(_0x45c750(0xef)+CLI_BIN_NAME+_0x45c750(0x10d)));_0x1c826d[_0x45c750(0x125)]=_0x8ded38['id'],_0x1c826d[_0x45c750(0x113)]=_0x415cf0[_0x45c750(0x113)],_0x1c826d[_0x45c750(0x104)]=_0x415cf0[_0x45c750(0x104)];}const _0x26e36a=await saveBffScript(_0x1c826d),_0x5fdba4=_0x26e36a['id'],_0x2a62c0=_0x26e36a[_0x45c750(0xe2)]??await getBffScriptInfo(_0x5fdba4),_0x5c16f3={'hash':_0x471465,'remoteId':_0x5fdba4,'version':_0x2a62c0[_0x45c750(0x108)]};if(_0x415cf0[_0x45c750(0xf9)]===_0x45c750(0x129)){const _0x45ce8a=_0x415cf0['alias'],_0x399c7d=_0x16c6d3[_0x45c750(0xda)][_0x45c750(0x124)](_0x45ce8a)??_0x5e5e56?.['datasetCode']??_0x45ce8a;_0x16c6d3[_0x45c750(0xda)][_0x45c750(0x128)](_0x45ce8a)?_0x5c16f3[_0x45c750(0xde)]=_0x45ce8a:_0x5c16f3[_0x45c750(0xde)]=_0x5e5e56?.[_0x45c750(0xde)],_0x5c16f3['datasetCode']=_0x399c7d,_0x5c16f3[_0x45c750(0x113)]=_0x415cf0[_0x45c750(0x113)],_0x5c16f3[_0x45c750(0x104)]=_0x415cf0[_0x45c750(0x104)];}_0xeb08e7[_0x45c750(0xfc)][_0x415cf0['lockKey']]=_0x5c16f3;}function a37_0x4293(){const _0x509076=['create','every','boolean','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','operationType','scriptsRoot','Force\x20push\x20ignoring\x20hash\x20protection','code','runtime\x20cache\x20clear\x20failed','43640MvwPkm','values','parse','3WEsPWN','Lock\x20scope\x20for\x20app\x20\x22','\x20failed,\x20','Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20','hash','attempted','status',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','some','get','datasetId','filter','set','has','HOOK','appCode','aliasToDatasetCode','1453224tIIgVR','utf8','validation','alias','would_push','Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)','lastSync','script','apiDir','No\x20local\x20BFF\x20functions\x20found.','length','str','push','cleared','high-risk-write','Incomplete\x20HOOK\x20path:\x20','--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','description','unchanged','force','Run\x20`','2557926vOPCVv','datasetCode','name','bool','491499ItGhlb','string','bff','remoteId','20NOfKHZ','type','ENDPOINT','200688AFmxFN','functions','25XBpyun','Runtime\x20script\x20cache\x20cleared.','2364792hTsZqG','stringify','803002wvFZcf','Push\x20local\x20BFF\x20scripts\x20to\x20remote','join','functionNode','\x20uploaded,\x20','\x22\x20not\x20found\x20after\x20ensureLockScope.','map','version','lockKey','Push\x20only\x20this\x20script\x20type','lockFilePath','apps','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.','filePath'];a37_0x4293=function(){return _0x509076;};return a37_0x4293();}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x52767d,_0x580311,_0x182e42){const _0xf97e9d=a37_0x2f8d4f;if(_0x182e42[_0xf97e9d(0xe5)]===0x0)return;for(let _0x185ba4=0x0;_0x185ba4<LOCK_SETTLE_RETRY_COUNT;_0x185ba4+=0x1){const _0x11bb01=await readBffLockFile(_0x52767d),_0xda1e1e=_0x11bb01?.[_0xf97e9d(0x10c)]?.[_0x580311]?.['functions']??{},_0x5a15bc=_0x182e42[_0xf97e9d(0x110)](_0x333ce6=>!!_0xda1e1e[_0x333ce6]?.[_0xf97e9d(0xf7)]);if(_0x5a15bc)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error(_0xf97e9d(0x11e)+_0x182e42[_0xf97e9d(0x103)](',\x20')+'.');}
|
|
1
|
+
const a37_0x158eae=a37_0x1df4;(function(_0x76b118,_0x42d388){const _0x427581=a37_0x1df4,_0x56ea23=_0x76b118();while(!![]){try{const _0x37d66e=parseInt(_0x427581(0x180))/0x1+parseInt(_0x427581(0x179))/0x2*(parseInt(_0x427581(0x172))/0x3)+-parseInt(_0x427581(0x1a4))/0x4*(parseInt(_0x427581(0x184))/0x5)+-parseInt(_0x427581(0x168))/0x6+parseInt(_0x427581(0x189))/0x7*(parseInt(_0x427581(0x1b0))/0x8)+-parseInt(_0x427581(0x18f))/0x9*(parseInt(_0x427581(0x162))/0xa)+-parseInt(_0x427581(0x164))/0xb;if(_0x37d66e===_0x42d388)break;else _0x56ea23['push'](_0x56ea23['shift']());}catch(_0x29b63a){_0x56ea23['push'](_0x56ea23['shift']());}}}(a37_0x40f0,0x3b43c));import{readFile}from'node:fs/promises';import{saveBffScript,getBffScriptInfo,listDatasets,clearBffScriptCache}from'../../core/api-client.js';function a37_0x40f0(){const _0x3a4b0b=['--name\x20requires\x20--type\x20to\x20identify\x20the\x20function.','bool','bff','type','85172pTMSla','functions','high-risk-write','force','5kmoeiV','unchanged','functionNode','join','\x20uploaded,\x20','91wguTNU','push','lockKey','Local\x20function\x20not\x20found:\x20','Push\x20local\x20BFF\x20scripts\x20to\x20remote','hash','9LyiIKy','\x20skipped,\x20','Push\x20only\x20this\x20script\x20type','\x22\x20not\x20found\x20after\x20ensureLockScope.','\x20local\x20BFF\x20script(s)\x20for\x20push\x20and\x20clear\x20runtime\x20cache\x20if\x20files\x20are\x20uploaded','filePath','Push\x20complete:\x20','utf8','apps','aliasToDatasetCode','runtime\x20cache\x20clear\x20failed','string','COMMON','description','cleared','\x20failed,\x20','some','apiDir',':\x20missing\x20remote\x20version.\x20Run\x20`push`\x20after\x20`pull`\x20to\x20sync\x20version\x20info.','Cannot\x20resolve\x20dataset\x20for\x20\x22','create','446932gPUabb','update','operationType','\x20api\x20pull`\x20to\x20refresh\x20api.ts,\x20or\x20verify\x20the\x20dataset\x20exists.','length','alias','\x22.\x20','version','Force\x20push\x20ignoring\x20hash\x20protection','every','remoteId','POST','101392IIXVoY','name','Would\x20inspect\x20','scriptsRoot','would_push','attempted','script','has','459350UrOzPp','status','2194357utiywP','datasetCode','validation','stringify','447090spUgTw','Runtime\x20script\x20cache\x20cleared.','appCode','lockFilePath','toISOString','message','Lock\x20scope\x20for\x20app\x20\x22','No\x20local\x20BFF\x20functions\x20found.','parse','get','318363lQLIsx','filter','HOOK','map','lastSync','code','values','8QVFJaV','str','/api/management/library/scripts/save'];a37_0x40f0=function(){return _0x3a4b0b;};return a37_0x40f0();}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_0x1df4(_0x5b0a20,_0x162974){_0x5b0a20=_0x5b0a20-0x15e;const _0x40f02e=a37_0x40f0();let _0x1df413=_0x40f02e[_0x5b0a20];return _0x1df413;}export const bffPush={'service':a37_0x158eae(0x17e),'command':a37_0x158eae(0x18a),'description':a37_0x158eae(0x18d),'risk':a37_0x158eae(0x182),'flags':[{'name':'type','type':a37_0x158eae(0x19a),'description':a37_0x158eae(0x191),'enum':[a37_0x158eae(0x19b),'ENDPOINT',a37_0x158eae(0x174)]},{'name':'name','type':a37_0x158eae(0x19a),'description':'Push\x20only\x20the\x20named\x20function\x20(requires\x20--type)'},{'name':a37_0x158eae(0x183),'type':'boolean','description':a37_0x158eae(0x1ac)}],async 'dryRun'(_0x52f18a){const _0x2102f5=a37_0x158eae,_0x25b533=loadBffProjectConfig(_0x52f18a[_0x2102f5(0x16a)]),_0x3d9de4=await readBffLockFile(_0x25b533['lockFilePath']),{appLock:_0x5ab622}=ensureLockScope(_0x3d9de4??createEmptyBffLock(),_0x52f18a[_0x2102f5(0x16a)],_0x25b533[_0x2102f5(0x1b3)],_0x2102f5(0x18a)),_0x5cb0b0=await getTargetFunctions(_0x25b533,_0x52f18a),_0x7f3af=_0x52f18a[_0x2102f5(0x17d)](_0x2102f5(0x183)),_0x435172=[];for(const _0x591687 of _0x5cb0b0){const _0x2515f6=await computeFileHash(_0x591687[_0x2102f5(0x194)]),_0x182db5=_0x5ab622[_0x2102f5(0x181)][_0x591687['lockKey']],_0x43a6dd=!!_0x182db5&&_0x182db5['hash']===_0x2515f6;_0x435172[_0x2102f5(0x18a)]({'lockKey':_0x591687[_0x2102f5(0x18b)],'filePath':_0x591687[_0x2102f5(0x194)],'remoteId':_0x182db5?.['remoteId']??null,'mode':_0x182db5?.[_0x2102f5(0x1ae)]?_0x2102f5(0x1a5):_0x2102f5(0x1a3),'status':!_0x7f3af&&_0x43a6dd?_0x2102f5(0x185):_0x2102f5(0x15e)});}return{'method':_0x2102f5(0x1af),'url':_0x2102f5(0x17b),'body':{'appCode':_0x52f18a['appCode'],'force':_0x7f3af,'files':_0x435172,'cacheClearAtRuntime':_0x435172[_0x2102f5(0x19f)](_0x5ccd0a=>_0x5ccd0a[_0x2102f5(0x163)]==='would_push'),'cacheClearAtRuntimeTimes':_0x435172['some'](_0x6ff237=>_0x6ff237[_0x2102f5(0x163)]==='would_push')?CACHE_CLEAR_ATTEMPTS:0x0},'description':_0x2102f5(0x1b2)+_0x435172['length']+_0x2102f5(0x193)};},async 'execute'(_0x1f5a06){const _0xd52c5f=a37_0x158eae,_0x579006=loadBffProjectConfig(_0x1f5a06[_0xd52c5f(0x16a)]),_0x1b0e12=await readBffLockFile(_0x579006[_0xd52c5f(0x16b)]),{lockData:_0xbfae41,appLock:_0x560c40}=ensureLockScope(_0x1b0e12??createEmptyBffLock(),_0x1f5a06['appCode'],_0x579006[_0xd52c5f(0x1b3)],_0xd52c5f(0x18a)),_0xde2aee=await getTargetFunctions(_0x579006,_0x1f5a06);if(_0xde2aee['length']===0x0)return{'ok':!![],'data':{'uploaded':[],'skipped':[],'failed':[]},'message':_0xd52c5f(0x16f)};const _0x1ceae7=_0x1f5a06[_0xd52c5f(0x17d)]('force'),_0x5be1d8=JSON[_0xd52c5f(0x170)](JSON[_0xd52c5f(0x167)](_0xbfae41)),_0x27494d=_0x5be1d8[_0xd52c5f(0x197)][_0x1f5a06[_0xd52c5f(0x16a)]];if(!_0x27494d)throw new Error(_0xd52c5f(0x16e)+_0x1f5a06[_0xd52c5f(0x16a)]+_0xd52c5f(0x192));const _0x38a93e=await buildHookMaps(_0x1f5a06[_0xd52c5f(0x16a)],_0x1f5a06[_0xd52c5f(0x1a0)],_0xde2aee,_0x27494d),_0x279b0f=[],_0xdb8103=[],_0x25ad95=[];for(const _0x5a1fee of _0xde2aee){const _0x5d2d0c=await computeFileHash(_0x5a1fee[_0xd52c5f(0x194)]),_0x61e64b=_0x27494d['functions'][_0x5a1fee[_0xd52c5f(0x18b)]];if(!_0x1ceae7&&_0x61e64b&&_0x61e64b[_0xd52c5f(0x18e)]===_0x5d2d0c){_0xdb8103['push']({'lockKey':_0x5a1fee['lockKey'],'reason':_0xd52c5f(0x185)});continue;}try{await uploadSingleFunction(_0x1f5a06[_0xd52c5f(0x16a)],_0x5a1fee,_0x27494d,_0x38a93e);const _0x2bada2=_0x27494d[_0xd52c5f(0x181)][_0x5a1fee[_0xd52c5f(0x18b)]];_0x279b0f[_0xd52c5f(0x18a)]({'lockKey':_0x5a1fee['lockKey'],'remoteId':_0x2bada2?.[_0xd52c5f(0x1ae)]??0x0});}catch(_0x593bed){_0x25ad95[_0xd52c5f(0x18a)]({'lockKey':_0x5a1fee['lockKey'],'error':_0x593bed instanceof Error?_0x593bed[_0xd52c5f(0x16d)]:String(_0x593bed)});}}_0x27494d[_0xd52c5f(0x176)]=new Date()[_0xd52c5f(0x16c)](),await writeBffLockFile(_0x579006[_0xd52c5f(0x16b)],_0x5be1d8),await waitForUploadedLockEntries(_0x579006[_0xd52c5f(0x16b)],_0x1f5a06[_0xd52c5f(0x16a)],_0x279b0f[_0xd52c5f(0x175)](_0x11dc0d=>_0x11dc0d[_0xd52c5f(0x18b)]));let _0x1d6c43={'attempted':![],'cleared':![]};if(_0x279b0f[_0xd52c5f(0x1a8)]>0x0)try{let _0x3b2b94='';for(let _0x21a4bd=0x0;_0x21a4bd<CACHE_CLEAR_ATTEMPTS;_0x21a4bd+=0x1){_0x3b2b94=await clearBffScriptCache(),_0x21a4bd<CACHE_CLEAR_ATTEMPTS-0x1&&await sleep(CACHE_CLEAR_INTERVAL_MS);}_0x1d6c43={'attempted':!![],'cleared':!![],'message':_0x3b2b94||_0xd52c5f(0x169)};}catch(_0x17a398){_0x1d6c43={'attempted':!![],'cleared':![],'error':_0x17a398 instanceof Error?_0x17a398[_0xd52c5f(0x16d)]:String(_0x17a398)};}const _0x2bc582=_0x25ad95[_0xd52c5f(0x1a8)]===0x0&&(_0x1d6c43[_0xd52c5f(0x15f)]?_0x1d6c43[_0xd52c5f(0x19d)]:!![]),_0x405c90=_0x1d6c43[_0xd52c5f(0x15f)]?_0x1d6c43[_0xd52c5f(0x19d)]?'runtime\x20cache\x20cleared':_0xd52c5f(0x199):'runtime\x20cache\x20not\x20needed';return{'ok':_0x2bc582,'data':{'uploaded':_0x279b0f,'skipped':_0xdb8103,'failed':_0x25ad95,'cacheClear':_0x1d6c43},'message':_0xd52c5f(0x195)+_0x279b0f['length']+_0xd52c5f(0x188)+_0xdb8103[_0xd52c5f(0x1a8)]+_0xd52c5f(0x190)+_0x25ad95[_0xd52c5f(0x1a8)]+_0xd52c5f(0x19e)+_0x405c90};}};async function getTargetFunctions(_0x43a353,_0x41b5a5){const _0xedab1=a37_0x158eae,_0xde6a73=_0x41b5a5[_0xedab1(0x17a)](_0xedab1(0x17f)),_0xc6214f=_0x41b5a5['str'](_0xedab1(0x1b1)),_0x2b1f7f=normalizeBffType(_0xde6a73)??undefined;if(_0xc6214f&&!_0x2b1f7f)throw CliErrors[_0xedab1(0x166)](_0xedab1(0x17c));const _0x376a41=await scanLocalBffFunctions(_0x43a353,_0x2b1f7f);if(_0xc6214f){const _0x5bf8a9=_0x376a41[_0xedab1(0x173)](_0x3c4900=>_0x3c4900[_0xedab1(0x1b1)]===_0xc6214f);if(_0x5bf8a9[_0xedab1(0x1a8)]===0x0)throw CliErrors[_0xedab1(0x166)](_0xedab1(0x18c)+_0x2b1f7f+'/'+_0xc6214f);return _0x5bf8a9;}return _0x376a41;}async function buildHookMaps(_0x30e01b,_0x229fd6,_0x3066e7,_0x4beaf1){const _0xaa80de=a37_0x158eae,_0x110531=_0x3066e7[_0xaa80de(0x19f)](_0x261a58=>_0x261a58[_0xaa80de(0x17f)]===_0xaa80de(0x174));if(!_0x110531)return{'aliasToDatasetCode':new Map(),'datasetCodeToDataset':new Map()};const _0x28ffb7=loadAliasMap(_0x229fd6,undefined,resolveApiFilePath(_0x229fd6,_0x30e01b)),_0x11e99e=new Map(_0x28ffb7['map'](_0x3e6c1e=>[_0x3e6c1e[_0xaa80de(0x1a9)],_0x3e6c1e[_0xaa80de(0x165)]]));for(const _0x412a17 of Object[_0xaa80de(0x178)](_0x4beaf1[_0xaa80de(0x181)])){_0x412a17[_0xaa80de(0x1a9)]&&_0x412a17[_0xaa80de(0x165)]&&!_0x11e99e[_0xaa80de(0x161)](_0x412a17[_0xaa80de(0x1a9)])&&_0x11e99e['set'](_0x412a17['alias'],_0x412a17['datasetCode']);}const _0x1676c5=await listDatasets(_0x30e01b),_0x10a69c=new Map(_0x1676c5[_0xaa80de(0x175)](_0x56ecb7=>[_0x56ecb7[_0xaa80de(0x177)],_0x56ecb7]));return{'aliasToDatasetCode':_0x11e99e,'datasetCodeToDataset':_0x10a69c};}async function uploadSingleFunction(_0x5885c2,_0x83fe6d,_0x4c055d,_0x185b43){const _0x433281=a37_0x158eae,_0x1bb32f=await readFile(_0x83fe6d[_0x433281(0x194)],_0x433281(0x196)),_0x26c596=await computeFileHash(_0x83fe6d[_0x433281(0x194)]),_0x233835=_0x4c055d[_0x433281(0x181)][_0x83fe6d[_0x433281(0x18b)]];if(_0x233835?.[_0x433281(0x1ae)]&&_0x233835[_0x433281(0x1ab)]==null)throw CliErrors[_0x433281(0x166)](_0x83fe6d['lockKey']+_0x433281(0x1a1));let _0x11187c=extractScriptDescription(_0x1bb32f);if(!_0x11187c&&_0x233835?.[_0x433281(0x1ae)]){const _0x410227=await getBffScriptInfo(_0x233835[_0x433281(0x1ae)]);_0x11187c=_0x410227[_0x433281(0x19c)]||undefined;}const _0xac55d={'appCode':_0x5885c2,'functionName':_0x83fe6d['name'],'scriptType':_0x83fe6d[_0x433281(0x17f)],'scriptContent':_0x1bb32f};if(_0x233835?.[_0x433281(0x1ae)])_0xac55d['id']=_0x233835['remoteId'];if(_0x233835?.[_0x433281(0x1ab)]!=null)_0xac55d[_0x433281(0x1ab)]=_0x233835[_0x433281(0x1ab)];if(_0x11187c)_0xac55d[_0x433281(0x19c)]=_0x11187c;if(_0x83fe6d[_0x433281(0x17f)]===_0x433281(0x174)){const _0x68a47c=_0x83fe6d['alias'];if(!_0x68a47c||!_0x83fe6d[_0x433281(0x1a6)]||!_0x83fe6d['functionNode'])throw CliErrors[_0x433281(0x166)]('Incomplete\x20HOOK\x20path:\x20'+_0x83fe6d[_0x433281(0x18b)]);const _0xc8129=_0x185b43[_0x433281(0x198)]['get'](_0x68a47c)??_0x233835?.['datasetCode']??_0x68a47c,_0x3b2d29=_0x185b43['datasetCodeToDataset'][_0x433281(0x171)](_0xc8129);if(!_0x3b2d29)throw CliErrors['validation'](_0x433281(0x1a2)+_0x68a47c+_0x433281(0x1aa)+('Run\x20`'+CLI_BIN_NAME+_0x433281(0x1a7)));_0xac55d['datasetId']=_0x3b2d29['id'],_0xac55d[_0x433281(0x1a6)]=_0x83fe6d[_0x433281(0x1a6)],_0xac55d[_0x433281(0x186)]=_0x83fe6d[_0x433281(0x186)];}const _0x2a608e=await saveBffScript(_0xac55d),_0x343785=_0x2a608e['id'],_0x17cf43=_0x2a608e[_0x433281(0x160)]??await getBffScriptInfo(_0x343785),_0x579982={'hash':_0x26c596,'remoteId':_0x343785,'version':_0x17cf43[_0x433281(0x1ab)]};if(_0x83fe6d[_0x433281(0x17f)]==='HOOK'){const _0x880c7=_0x83fe6d[_0x433281(0x1a9)],_0x31a696=_0x185b43[_0x433281(0x198)]['get'](_0x880c7)??_0x233835?.[_0x433281(0x165)]??_0x880c7;_0x185b43['aliasToDatasetCode'][_0x433281(0x161)](_0x880c7)?_0x579982[_0x433281(0x1a9)]=_0x880c7:_0x579982[_0x433281(0x1a9)]=_0x233835?.[_0x433281(0x1a9)],_0x579982[_0x433281(0x165)]=_0x31a696,_0x579982[_0x433281(0x1a6)]=_0x83fe6d[_0x433281(0x1a6)],_0x579982[_0x433281(0x186)]=_0x83fe6d[_0x433281(0x186)];}_0x4c055d['functions'][_0x83fe6d[_0x433281(0x18b)]]=_0x579982;}const LOCK_SETTLE_RETRY_COUNT=0x14,LOCK_SETTLE_DELAY_MS=0x64;async function waitForUploadedLockEntries(_0x101fe3,_0x16cf97,_0x13ea8d){const _0x29036f=a37_0x158eae;if(_0x13ea8d[_0x29036f(0x1a8)]===0x0)return;for(let _0x28b09a=0x0;_0x28b09a<LOCK_SETTLE_RETRY_COUNT;_0x28b09a+=0x1){const _0x563602=await readBffLockFile(_0x101fe3),_0x1faaad=_0x563602?.[_0x29036f(0x197)]?.[_0x16cf97]?.[_0x29036f(0x181)]??{},_0x134c84=_0x13ea8d[_0x29036f(0x1ad)](_0xb6248c=>!!_0x1faaad[_0xb6248c]?.[_0x29036f(0x1ae)]);if(_0x134c84)return;await sleep(LOCK_SETTLE_DELAY_MS);}throw new Error('Lock\x20file\x20not\x20settled\x20after\x20push\x20for\x20'+_0x13ea8d[_0x29036f(0x187)](',\x20')+'.');}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a38_0x4d29(_0x219f49,_0x238cd9){_0x219f49=_0x219f49-0x1f3;const _0x21edfc=a38_0x21ed();let _0x4d29d0=_0x21edfc[_0x219f49];return _0x4d29d0;}const a38_0x16e6cd=a38_0x4d29;(function(_0x57ff84,_0x436c42){const _0x30dc81=a38_0x4d29,_0x20627b=_0x57ff84();while(!![]){try{const _0x5606da=-parseInt(_0x30dc81(0x206))/0x1*(-parseInt(_0x30dc81(0x1f3))/0x2)+-parseInt(_0x30dc81(0x1ff))/0x3+-parseInt(_0x30dc81(0x1f6))/0x4+-parseInt(_0x30dc81(0x211))/0x5*(-parseInt(_0x30dc81(0x209))/0x6)+-parseInt(_0x30dc81(0x213))/0x7+-parseInt(_0x30dc81(0x210))/0x8*(-parseInt(_0x30dc81(0x207))/0x9)+-parseInt(_0x30dc81(0x202))/0xa;if(_0x5606da===_0x436c42)break;else _0x20627b['push'](_0x20627b['shift']());}catch(_0x54581d){_0x20627b['push'](_0x20627b['shift']());}}}(a38_0x21ed,0x869dd));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';export const bffStatus={'service':a38_0x16e6cd(0x20f),'command':'status','description':a38_0x16e6cd(0x201),'risk':a38_0x16e6cd(0x1f9),'flags':[{'name':a38_0x16e6cd(0x20b),'type':a38_0x16e6cd(0x1fd),'description':a38_0x16e6cd(0x205)}],async 'execute'(_0x24b9e1){const _0x519d94=a38_0x16e6cd,_0x3e4429=loadBffProjectConfig(_0x24b9e1[_0x519d94(0x20c)]),_0x2e0feb=await readBffLockFile(_0x3e4429['lockFilePath']),{appLock:_0x5d501f}=ensureLockScope(_0x2e0feb??createEmptyBffLock(),_0x24b9e1[_0x519d94(0x20c)],_0x3e4429['scriptsRoot'],_0x519d94(0x1fa)),_0x90fb98=await scanLocalBffFunctions(_0x3e4429),_0x34be7f=[],_0x2cff14=[],_0x2f85c1=[];for(const _0x21eb1f of _0x90fb98){const _0x24b1e9=await computeFileHash(_0x21eb1f[_0x519d94(0x20d)]),_0x2d320b=_0x5d501f['functions'][_0x21eb1f[_0x519d94(0x20e)]];if(!_0x2d320b)_0x34be7f[_0x519d94(0x200)](_0x21eb1f[_0x519d94(0x20e)]);else _0x2d320b['hash']!==_0x24b1e9?_0x2cff14[_0x519d94(0x200)](_0x21eb1f[_0x519d94(0x20e)]):_0x2f85c1[_0x519d94(0x200)](_0x21eb1f[_0x519d94(0x20e)]);}const _0x183587=[];if(_0x24b9e1[_0x519d94(0x1f4)](_0x519d94(0x20b))){const _0x5b6769=loadAliasMap(_0x24b9e1[_0x519d94(0x203)],undefined,resolveApiFilePath(_0x24b9e1[_0x519d94(0x203)],_0x24b9e1['appCode'])),_0x1247a9=new Map(_0x5b6769[_0x519d94(0x1f5)](_0x189538=>[_0x189538[_0x519d94(0x1f7)],_0x189538['alias']])),[_0x265661,_0x52bcc6]=await Promise[_0x519d94(0x1f8)]([listBffScripts(_0x24b9e1['appCode']),getBffScriptStatistics(_0x24b9e1[_0x519d94(0x20c)])]),_0x56755e=createHookLocationMap(_0x52bcc6),_0x643627=new Set(_0x90fb98[_0x519d94(0x1f5)](_0x3f75c0=>_0x3f75c0['lockKey']));for(const _0x587095 of _0x265661){const _0x2585c7=resolveRemoteScriptTarget(_0x3e4429,_0x587095,_0x56755e,_0x5d501f[_0x519d94(0x212)],_0x1247a9);_0x2585c7&&!_0x643627['has'](_0x2585c7['lockKey'])&&_0x183587[_0x519d94(0x200)](_0x2585c7[_0x519d94(0x20e)]);}}const _0x12b488=_0x34be7f['length']===0x0&&_0x2cff14['length']===0x0&&_0x183587['length']===0x0;return{'ok':!![],'data':{'added':_0x34be7f,'modified':_0x2cff14,'unchanged':_0x2f85c1,'remoteOnly':_0x183587},'message':_0x12b488?_0x519d94(0x1fc):_0x34be7f[_0x519d94(0x1fb)]+_0x519d94(0x20a)+_0x2cff14['length']+_0x519d94(0x204)+_0x2f85c1[_0x519d94(0x1fb)]+_0x519d94(0x208)+(_0x183587['length']>0x0?',\x20'+_0x183587['length']+_0x519d94(0x1fe):'')};}};function a38_0x21ed(){const _0x3a42b4=['push','Check\x20local\x20BFF\x20sync\x20status\x20against\x20lock\x20file','5600600CutsFN','apiDir','\x20modified,\x20','Also\x20check\x20for\x20remote-only\x20scripts\x20not\x20present\x20locally','71184EiMQxq','135fFeOjM','\x20unchanged','48MkrrWo','\x20added,\x20','remote','appCode','filePath','lockKey','bff','483376pUIpNA','682445cniyBX','functions','907893lAetGv','24hPvSCG','bool','map','2885544wXDNym','datasetCode','all','read','status','length','All\x20BFF\x20scripts\x20are\x20in\x20sync.','boolean','\x20remote-only','2669748ffvcGd'];a38_0x21ed=function(){return _0x3a42b4;};return a38_0x21ed();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a39_0x5253(){const _0x36f526=['1699695jDRUaO','nonInteractive','npx\x20skills\x20add\x20failed:\x20','CLI\x20Built-in\x20Skill\x20installed','write','177WPIIfe','161RulKUU','Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx\x20(','5052XYtKtO','apiError','../../skills/npx-skills-add.js','Install\x20or\x20refresh\x20the\x20Rabetbase\x20CLI\x20Built-in\x20Skill','log','pipe','15977AVcYzh','install','info','5vBfyHa','11eOLIbk','7286SnAMmc','Check\x20network\x20connectivity\x20and\x20try\x20again,\x20or\x20run:\x20','cli-skill-install','skipped','3858RYBlst','error','113788pwsFcd','8miZHiV','inherit','1998330xDvgqn','382468WAHelE','cwd'];a39_0x5253=function(){return _0x36f526;};return a39_0x5253();}function a39_0x2554(_0x6c7c4c,_0x41abc8){_0x6c7c4c=_0x6c7c4c-0x103;const _0x52535b=a39_0x5253();let _0x25549b=_0x52535b[_0x6c7c4c];return _0x25549b;}const a39_0x15890f=a39_0x2554;(function(_0x58dd81,_0x35ac1f){const _0x130752=a39_0x2554,_0x49a63c=_0x58dd81();while(!![]){try{const _0x46ec1a=-parseInt(_0x130752(0x112))/0x1+-parseInt(_0x130752(0x10c))/0x2*(-parseInt(_0x130752(0x11d))/0x3)+parseInt(_0x130752(0x116))/0x4*(-parseInt(_0x130752(0x10a))/0x5)+parseInt(_0x130752(0x110))/0x6*(-parseInt(_0x130752(0x11e))/0x7)+-parseInt(_0x130752(0x113))/0x8*(parseInt(_0x130752(0x118))/0x9)+parseInt(_0x130752(0x115))/0xa*(-parseInt(_0x130752(0x10b))/0xb)+-parseInt(_0x130752(0x120))/0xc*(-parseInt(_0x130752(0x107))/0xd);if(_0x46ec1a===_0x35ac1f)break;else _0x49a63c['push'](_0x49a63c['shift']());}catch(_0x688c3e){_0x49a63c['push'](_0x49a63c['shift']());}}}(a39_0x5253,0x1d2a8));import{CliErrors}from'../../errors.js';import{logger}from'../../utils/logger.js';export const cliSkillDefinitions=[{'service':'cli-skill','command':a39_0x15890f(0x108),'description':a39_0x15890f(0x104),'risk':a39_0x15890f(0x11c),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':[],async 'execute'(_0x50e491){const _0x3ed437=a39_0x15890f;logger['setLogPath'](process[_0x3ed437(0x117)]()),logger[_0x3ed437(0x109)](_0x3ed437(0x10e),'Installing\x20CLI\x20Built-in\x20Skill\x20via\x20npx.');const {NPX_SKILLS_ADD_GLOBAL_COMMAND_LINE:_0x488321,RABETBASE_SKILL_SOURCE:_0x7a7559,runNpxSkillsAddGlobal:_0x14a1a5}=await import(_0x3ed437(0x103)),_0x573dd0=_0x50e491[_0x3ed437(0x119)]?_0x3ed437(0x106):_0x3ed437(0x114);console[_0x3ed437(0x105)](_0x3ed437(0x11f)+_0x488321+')...');const _0x1ad6f4=_0x14a1a5(process[_0x3ed437(0x117)](),_0x7a7559,{'stdio':_0x573dd0});if(_0x1ad6f4[_0x3ed437(0x10f)])console[_0x3ed437(0x105)]('Skipped\x20npx\x20(RABETBASE_SKIP_NPX_SKILLS=1);\x20assuming\x20CLI\x20Built-in\x20Skill\x20is\x20already\x20present.');else{if(_0x1ad6f4['ok'])console[_0x3ed437(0x105)](_0x3ed437(0x11b));else throw CliErrors[_0x3ed437(0x121)](_0x3ed437(0x11a)+(_0x1ad6f4[_0x3ed437(0x111)]||'unknown'),_0x3ed437(0x10d)+_0x488321);}return{'ok':!![]};}}];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a40_0x415ea7=a40_0x1552;(function(_0x58c2ae,_0xdf676e){const _0x24562e=a40_0x1552,_0x52664b=_0x58c2ae();while(!![]){try{const _0x5b5d78=parseInt(_0x24562e(0x149))/0x1*(parseInt(_0x24562e(0x130))/0x2)+parseInt(_0x24562e(0x168))/0x3*(parseInt(_0x24562e(0x148))/0x4)+-parseInt(_0x24562e(0x12e))/0x5+parseInt(_0x24562e(0x122))/0x6*(parseInt(_0x24562e(0x146))/0x7)+-parseInt(_0x24562e(0x15f))/0x8*(-parseInt(_0x24562e(0x16a))/0x9)+-parseInt(_0x24562e(0x14c))/0xa*(-parseInt(_0x24562e(0x126))/0xb)+-parseInt(_0x24562e(0x155))/0xc*(parseInt(_0x24562e(0x165))/0xd);if(_0x5b5d78===_0xdf676e)break;else _0x52664b['push'](_0x52664b['shift']());}catch(_0x57287f){_0x52664b['push'](_0x52664b['shift']());}}}(a40_0x5497,0x34a00));import a40_0x32dfb7 from'chalk';function a40_0x5497(){const _0x2bef25=['map','unknown','Checking\x20CLI\x20Built-in\x20Skill...','skills','object','fromEntries','Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','update','Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','7UKwYHA','/dist-tags','1634044fOiWGf','5uLJuXM','inherit','length','110JtnIeR','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','latest','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','cwd','validation','Install\x20a\x20specific\x20CLI\x20version','Version\x20comparison\x20failed','bun','1086996YArvMd','\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).','str','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','\x20cli-skill\x20install','write','Checking\x20for\x20updates...','version','@latest','Requested\x20version:\x20','9752KBTdeG','...','pipe','execPath','npm','Invalid\x20version:\x20','78TJEkKK','valid','\x20\x20Try\x20manually:\x20','3mTHAvD','\x20→\x20','2547fRloCv','log','succeed','Update\x20available:\x20','slice','Current\x20version:\x20','Already\x20up\x20to\x20date\x20(v','no-skills','entries','nonInteractive','gray','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.','https://registry.npmjs.org/-/package/','fail','flag','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','\x20install\x20-g\x20','35946fLSPON','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','red','yellow','343354GQyiwo','start','beta','Update\x20failed','green','install','source','string','2070940Fgrbqn','timeout','28162XgruQM','boolean','info','Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','warn','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','bool','toLowerCase','Updated\x20to\x20v','trim','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','error'];a40_0x5497=function(){return _0x2bef25;};return a40_0x5497();}import a40_0x25e06b from'ora';import a40_0x527291 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 _0x4eb86f=a40_0x1552;return GIT_COMMIT!==_0x4eb86f(0x13d)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[_0x4eb86f(0x16e)](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x581f6d=a40_0x1552,_0x427e14=process[_0x581f6d(0x162)][_0x581f6d(0x137)]();if(_0x427e14['includes']('bun'))return _0x581f6d(0x154);return _0x581f6d(0x163);}const updateFlags=[{'name':a40_0x415ea7(0x128),'type':a40_0x415ea7(0x131),'description':a40_0x415ea7(0x123),'default':![]},{'name':a40_0x415ea7(0x15c),'type':a40_0x415ea7(0x12d),'description':a40_0x415ea7(0x152)},{'name':a40_0x415ea7(0x171),'type':a40_0x415ea7(0x131),'description':a40_0x415ea7(0x142),'default':![]},{'name':a40_0x415ea7(0x13f),'type':'boolean','description':a40_0x415ea7(0x133),'default':!![],'hidden':!![]}];function getRequestedVersion(_0x5b8f45){const _0x271d44=a40_0x415ea7;return _0x5b8f45[_0x271d44(0x157)]('version')['trim']();}function shouldSkipCliSkill(_0x48469a){const _0x4c7319=a40_0x415ea7;return _0x48469a[_0x4c7319(0x136)]('no-skills')||_0x48469a[_0x4c7319(0x11f)]('skills')===![];}async function validateUpdateFlags(_0x96f393){const _0x4ab56f=a40_0x415ea7,_0x2a6b60=_0x96f393['bool']('beta'),_0x1c8ec1=getRequestedVersion(_0x96f393);if(_0x2a6b60&&_0x1c8ec1)throw CliErrors[_0x4ab56f(0x151)]('--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.',_0x4ab56f(0x11c));if(_0x1c8ec1&&!a40_0x527291[_0x4ab56f(0x166)](_0x1c8ec1))throw CliErrors[_0x4ab56f(0x151)](_0x4ab56f(0x164)+_0x1c8ec1,_0x4ab56f(0x158));}async function fetchNpmDistTags(){const _0x17b7cd=a40_0x415ea7;try{const _0x5131c3=await fetch(_0x17b7cd(0x11d)+encodeURIComponent(NPM_PACKAGE_NAME)+_0x17b7cd(0x147),{'signal':AbortSignal[_0x17b7cd(0x12f)](0x2710)});if(!_0x5131c3['ok'])return null;const _0x4be99d=await _0x5131c3['json']();if(!_0x4be99d||typeof _0x4be99d!==_0x17b7cd(0x140))return null;return Object[_0x17b7cd(0x141)](Object[_0x17b7cd(0x119)](_0x4be99d)['filter'](([,_0x374535])=>typeof _0x374535===_0x17b7cd(0x12d)&&_0x374535[_0x17b7cd(0x139)]()[_0x17b7cd(0x14b)]>0x0)[_0x17b7cd(0x13c)](([_0x2a3a7d,_0x5edf4e])=>[_0x2a3a7d,String(_0x5edf4e)[_0x17b7cd(0x139)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x4f8383){const _0x5efec2=await fetchNpmDistTags();return _0x5efec2?.[_0x4f8383]??null;}async function fetchLatestVersion(){const _0x4065df=a40_0x415ea7;return fetchNpmDistTagVersion(_0x4065df(0x14e));}async function resolveTargetVersion(_0x1f382c){const _0x5009fe=a40_0x415ea7,_0x3dfe96=getRequestedVersion(_0x1f382c);if(_0x3dfe96)return{'version':_0x3dfe96,'source':'version'};if(_0x1f382c[_0x5009fe(0x136)](_0x5009fe(0x128))){const _0x584a66=await fetchNpmDistTagVersion(_0x5009fe(0x128));if(!_0x584a66)return null;return{'version':_0x584a66,'source':_0x5009fe(0x128)};}const _0x4ad466=await fetchLatestVersion();if(!_0x4ad466)return null;return{'version':_0x4ad466,'source':_0x5009fe(0x14e)};}function shouldInstallTarget(_0x323102,_0x503f5c){const _0x1e471f=a40_0x415ea7;if(_0x503f5c[_0x1e471f(0x12c)]===_0x1e471f(0x15c)||_0x503f5c[_0x1e471f(0x12c)]===_0x1e471f(0x128))return!a40_0x527291['eq'](_0x323102,_0x503f5c[_0x1e471f(0x15c)]);return a40_0x527291['lt'](_0x323102,_0x503f5c[_0x1e471f(0x15c)]);}function getInstallPlanLabel(_0x571704,_0x42838f){const _0x2bea9d=a40_0x415ea7;switch(_0x42838f[_0x2bea9d(0x12c)]){case _0x2bea9d(0x128):return'Beta\x20version:\x20'+a40_0x32dfb7[_0x2bea9d(0x125)](_0x571704)+'\x20→\x20'+a40_0x32dfb7[_0x2bea9d(0x12a)](_0x42838f[_0x2bea9d(0x15c)]);case _0x2bea9d(0x15c):return _0x2bea9d(0x15e)+a40_0x32dfb7['yellow'](_0x571704)+_0x2bea9d(0x169)+a40_0x32dfb7[_0x2bea9d(0x12a)](_0x42838f[_0x2bea9d(0x15c)]);case _0x2bea9d(0x14e):default:return _0x2bea9d(0x16d)+a40_0x32dfb7[_0x2bea9d(0x125)](_0x571704)+'\x20→\x20'+a40_0x32dfb7['green'](_0x42838f['version']);}}async function installCliSkill(_0xa60897){const _0x13f932=a40_0x415ea7;console[_0x13f932(0x16b)](a40_0x32dfb7[_0x13f932(0x11b)](_0x13f932(0x13e)));const _0x3c167d=runNpxSkillsAddGlobal(process[_0x13f932(0x150)](),RABETBASE_SKILL_SOURCE,{'stdio':_0xa60897?_0x13f932(0x161):_0x13f932(0x14a)});if(_0x3c167d['skipped']){console[_0x13f932(0x16b)](a40_0x32dfb7[_0x13f932(0x11b)](_0x13f932(0x156)));return;}if(_0x3c167d['ok']){console[_0x13f932(0x16b)](a40_0x32dfb7['gray'](_0x13f932(0x120)));return;}console[_0x13f932(0x134)](a40_0x32dfb7[_0x13f932(0x125)]('\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20'+(_0x3c167d[_0x13f932(0x13b)]||'unknown'))),console['log'](a40_0x32dfb7[_0x13f932(0x11b)]('\x20\x20Run\x20manually:\x20'+CLI_BIN_NAME+_0x13f932(0x159)));}function a40_0x1552(_0x2cddfa,_0x3d795c){_0x2cddfa=_0x2cddfa-0x119;const _0x5497f8=a40_0x5497();let _0x1552a9=_0x5497f8[_0x2cddfa];return _0x1552a9;}async function execute(_0x52d7a6){const _0x531c5d=a40_0x415ea7;await validateUpdateFlags(_0x52d7a6);const _0x286cf8=getCurrentVersion();console[_0x531c5d(0x16b)](_0x531c5d(0x16f)+_0x286cf8);const _0x613035=a40_0x25e06b(_0x531c5d(0x15b))[_0x531c5d(0x127)](),_0x1ae43a=await resolveTargetVersion(_0x52d7a6);if(!_0x1ae43a){const _0x1d02d7=_0x52d7a6[_0x531c5d(0x136)](_0x531c5d(0x128))?_0x531c5d(0x144):_0x531c5d(0x145);return _0x613035['fail'](_0x1d02d7),console[_0x531c5d(0x16b)](a40_0x32dfb7[_0x531c5d(0x11b)](_0x531c5d(0x14f)+NPM_PACKAGE_NAME+_0x531c5d(0x15d))),{'ok':![],'message':_0x1d02d7};}const _0x556b8b=a40_0x527291[_0x531c5d(0x166)](VERSION),_0x2c8dac=a40_0x527291[_0x531c5d(0x166)](_0x1ae43a[_0x531c5d(0x15c)]);if(!_0x556b8b||!_0x2c8dac)return _0x613035[_0x531c5d(0x11e)](_0x531c5d(0x153)),{'ok':![],'message':'Version\x20comparison\x20failed'};if(!shouldInstallTarget(_0x556b8b,_0x1ae43a)){const _0x51c35b=_0x1ae43a[_0x531c5d(0x12c)]===_0x531c5d(0x15c)?'Already\x20on\x20requested\x20version\x20(v'+_0x1ae43a['version']+')':_0x531c5d(0x170)+_0x1ae43a[_0x531c5d(0x15c)]+')';return _0x613035[_0x531c5d(0x16c)](_0x51c35b),shouldSkipCliSkill(_0x52d7a6)?console[_0x531c5d(0x16b)](a40_0x32dfb7[_0x531c5d(0x11b)](_0x531c5d(0x135))):await installCliSkill(_0x52d7a6['nonInteractive']),{'ok':!![]};}_0x613035[_0x531c5d(0x132)](getInstallPlanLabel(_0x286cf8,_0x1ae43a));const _0x2ac1c5=detectPackageManager(),_0x358dd1=_0x2ac1c5==='npm'?resolveNpmBin(_0x531c5d(0x163)):_0x2ac1c5,_0xcf2aa6=a40_0x25e06b('Updating\x20via\x20'+_0x2ac1c5+_0x531c5d(0x160))[_0x531c5d(0x127)]();try{return await execa(_0x358dd1,[_0x531c5d(0x12b),'-g',NPM_PACKAGE_NAME+'@'+_0x1ae43a[_0x531c5d(0x15c)]],{'stdio':'pipe'}),_0xcf2aa6['succeed'](_0x531c5d(0x138)+_0x1ae43a[_0x531c5d(0x15c)]),console[_0x531c5d(0x16b)](a40_0x32dfb7[_0x531c5d(0x11b)](_0x531c5d(0x14d))),shouldSkipCliSkill(_0x52d7a6)?console[_0x531c5d(0x16b)](a40_0x32dfb7[_0x531c5d(0x11b)](_0x531c5d(0x135))):await installCliSkill(_0x52d7a6[_0x531c5d(0x11a)]),{'ok':!![]};}catch(_0x47654b){return _0xcf2aa6[_0x531c5d(0x11e)](_0x531c5d(0x129)),console[_0x531c5d(0x13b)](a40_0x32dfb7[_0x531c5d(0x124)]('\x20\x20'+_0x47654b['message'])),console[_0x531c5d(0x16b)](a40_0x32dfb7[_0x531c5d(0x11b)](_0x531c5d(0x167)+_0x2ac1c5+_0x531c5d(0x121)+NPM_PACKAGE_NAME+'@'+_0x1ae43a[_0x531c5d(0x15c)])),{'ok':![],'message':_0x47654b['message']};}}export const updateDefinition={'service':a40_0x415ea7(0x143),'command':'run','description':a40_0x415ea7(0x13a),'risk':a40_0x415ea7(0x15a),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
|
|
1
|
+
const a40_0x1c4dc5=a40_0x5b27;(function(_0x2809fc,_0x1a11c3){const _0x5749cf=a40_0x5b27,_0x346314=_0x2809fc();while(!![]){try{const _0x1a0eb3=-parseInt(_0x5749cf(0x102))/0x1*(parseInt(_0x5749cf(0x135))/0x2)+-parseInt(_0x5749cf(0x122))/0x3+parseInt(_0x5749cf(0x12d))/0x4+-parseInt(_0x5749cf(0x145))/0x5+parseInt(_0x5749cf(0x12a))/0x6*(-parseInt(_0x5749cf(0x127))/0x7)+-parseInt(_0x5749cf(0x119))/0x8*(-parseInt(_0x5749cf(0x113))/0x9)+-parseInt(_0x5749cf(0x11c))/0xa*(-parseInt(_0x5749cf(0x12b))/0xb);if(_0x1a0eb3===_0x1a11c3)break;else _0x346314['push'](_0x346314['shift']());}catch(_0x5b2785){_0x346314['push'](_0x346314['shift']());}}}(a40_0x2ba6,0x79a2f));import a40_0x58e928 from'chalk';import a40_0x3586a4 from'ora';import a40_0x110399 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';function a40_0x5b27(_0x2cf8f7,_0x427389){_0x2cf8f7=_0x2cf8f7-0xfc;const _0x2ba617=a40_0x2ba6();let _0x5b279a=_0x2ba617[_0x2cf8f7];return _0x5b279a;}import{RABETBASE_SKILL_SOURCE,runNpxSkillsAddGlobal}from'../skills/npx-skills-add.js';import{resolveNpmBin}from'../utils/platform.js';function getCurrentVersion(){const _0x19956b=a40_0x5b27;return GIT_COMMIT!==_0x19956b(0x11a)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME['slice'](0x0,0xa)+')':VERSION;}function detectPackageManager(){const _0x3ed59f=a40_0x5b27,_0x5e6106=process[_0x3ed59f(0x133)][_0x3ed59f(0x100)]();if(_0x5e6106[_0x3ed59f(0x144)]('bun'))return _0x3ed59f(0x128);return _0x3ed59f(0x123);}const updateFlags=[{'name':a40_0x1c4dc5(0x105),'type':a40_0x1c4dc5(0x12f),'description':a40_0x1c4dc5(0x106),'default':![]},{'name':a40_0x1c4dc5(0x114),'type':a40_0x1c4dc5(0x126),'description':a40_0x1c4dc5(0x134)},{'name':'no-skills','type':a40_0x1c4dc5(0x12f),'description':'Skip\x20CLI\x20Built-in\x20Skill\x20refresh\x20after\x20updating','default':![]},{'name':a40_0x1c4dc5(0x139),'type':'boolean','description':'Refresh\x20CLI\x20Built-in\x20Skill\x20after\x20updating','default':!![],'hidden':!![]}];function getRequestedVersion(_0x41653e){const _0x54417d=a40_0x1c4dc5;return _0x41653e[_0x54417d(0x10a)](_0x54417d(0x114))['trim']();}function shouldSkipCliSkill(_0x531f13){const _0x1a71ff=a40_0x1c4dc5;return _0x531f13[_0x1a71ff(0x116)](_0x1a71ff(0x13e))||_0x531f13[_0x1a71ff(0x115)](_0x1a71ff(0x139))===![];}async function validateUpdateFlags(_0x4f9b4b){const _0x38bdd9=a40_0x1c4dc5,_0x54369b=_0x4f9b4b['bool'](_0x38bdd9(0x105)),_0xe91588=getRequestedVersion(_0x4f9b4b);if(_0x54369b&&_0xe91588)throw CliErrors['validation']('--beta\x20and\x20--version\x20cannot\x20be\x20used\x20together.',_0x38bdd9(0x111));if(_0xe91588&&!a40_0x110399['valid'](_0xe91588))throw CliErrors['validation'](_0x38bdd9(0x140)+_0xe91588,_0x38bdd9(0x143));}async function fetchNpmDistTags(){const _0x453e3d=a40_0x1c4dc5;try{const _0x417a50=await fetch('https://registry.npmjs.org/-/package/'+encodeURIComponent(NPM_PACKAGE_NAME)+_0x453e3d(0x101),{'signal':AbortSignal[_0x453e3d(0x14b)](0x2710)});if(!_0x417a50['ok'])return null;const _0x19e249=await _0x417a50['json']();if(!_0x19e249||typeof _0x19e249!==_0x453e3d(0x109))return null;return Object['fromEntries'](Object[_0x453e3d(0x11f)](_0x19e249)['filter'](([,_0x115983])=>typeof _0x115983===_0x453e3d(0x126)&&_0x115983[_0x453e3d(0x138)]()[_0x453e3d(0x137)]>0x0)[_0x453e3d(0x146)](([_0x13f539,_0x4c5ac5])=>[_0x13f539,String(_0x4c5ac5)[_0x453e3d(0x138)]()]));}catch{return null;}}async function fetchNpmDistTagVersion(_0x4325c2){const _0x4912f7=await fetchNpmDistTags();return _0x4912f7?.[_0x4325c2]??null;}async function fetchLatestVersion(){const _0x2a0964=a40_0x1c4dc5;return fetchNpmDistTagVersion(_0x2a0964(0x104));}async function resolveTargetVersion(_0xa76fc7){const _0x3d108a=a40_0x1c4dc5,_0x4ebaa6=getRequestedVersion(_0xa76fc7);if(_0x4ebaa6)return{'version':_0x4ebaa6,'source':_0x3d108a(0x114)};if(_0xa76fc7[_0x3d108a(0x116)]('beta')){const _0x45d2f1=await fetchNpmDistTagVersion(_0x3d108a(0x105));if(!_0x45d2f1)return null;return{'version':_0x45d2f1,'source':'beta'};}const _0x10727b=await fetchLatestVersion();if(!_0x10727b)return null;return{'version':_0x10727b,'source':_0x3d108a(0x104)};}function a40_0x2ba6(){const _0x5e569f=['nonInteractive','no-skills','log','Invalid\x20version:\x20','start','red','Use\x20a\x20full\x20semver\x20such\x20as\x202.1.6\x20or\x202.1.6-beta.1.','includes','3420965QybUCF','map','\x20\x20CLI\x20Built-in\x20Skill\x20update\x20failed:\x20','green','gray','\x20\x20Run\x20manually:\x20npm\x20install\x20-g\x20','timeout','Checking\x20for\x20updates...','@latest','Update\x20failed','message','toLowerCase','/dist-tags','887jfRPRr','\x20install\x20-g\x20','latest','beta','Install\x20the\x20version\x20from\x20npm\x20beta\x20dist-tag','yellow','warn','object','str','Current\x20version:\x20','Updated\x20to\x20v','Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).','run','update','Already\x20up\x20to\x20date\x20(v','Choose\x20either\x20npm\x20beta\x20dist-tag\x20or\x20an\x20exact\x20version.','Update\x20rabetbase\x20CLI\x20to\x20the\x20latest\x20version','702AmVRmG','version','flag','bool','source','cwd','8256eLOvCd','unknown','Unable\x20to\x20check\x20for\x20updates\x20(network\x20error)','10ncuBtH','Checking\x20CLI\x20Built-in\x20Skill...','fail','entries','...','\x20\x20Run\x20manually:\x20','137010QAQtid','npm','pipe','valid','string','123095cOUPRt','bun','inherit','138tWiXEK','12532707iWUNpC','skipped','1856616BRsuXg','Beta\x20version:\x20','boolean','write','succeed','Already\x20on\x20requested\x20version\x20(v','execPath','Install\x20a\x20specific\x20CLI\x20version','116TodinX','\x20\x20Restart\x20your\x20terminal\x20to\x20use\x20the\x20new\x20version.','length','trim','skills','Version\x20comparison\x20failed','\x20\x20CLI\x20Built-in\x20Skill\x20is\x20up\x20to\x20date.','info'];a40_0x2ba6=function(){return _0x5e569f;};return a40_0x2ba6();}function shouldInstallTarget(_0x466d00,_0x29498f){const _0x30be9c=a40_0x1c4dc5;if(_0x29498f['source']===_0x30be9c(0x114)||_0x29498f[_0x30be9c(0x117)]==='beta')return!a40_0x110399['eq'](_0x466d00,_0x29498f[_0x30be9c(0x114)]);return a40_0x110399['lt'](_0x466d00,_0x29498f[_0x30be9c(0x114)]);}function getInstallPlanLabel(_0x2c9c42,_0xc5eb5b){const _0xf2dc61=a40_0x1c4dc5;switch(_0xc5eb5b[_0xf2dc61(0x117)]){case _0xf2dc61(0x105):return _0xf2dc61(0x12e)+a40_0x58e928[_0xf2dc61(0x107)](_0x2c9c42)+'\x20→\x20'+a40_0x58e928['green'](_0xc5eb5b['version']);case _0xf2dc61(0x114):return'Requested\x20version:\x20'+a40_0x58e928['yellow'](_0x2c9c42)+'\x20→\x20'+a40_0x58e928[_0xf2dc61(0x148)](_0xc5eb5b['version']);case _0xf2dc61(0x104):default:return'Update\x20available:\x20'+a40_0x58e928[_0xf2dc61(0x107)](_0x2c9c42)+'\x20→\x20'+a40_0x58e928[_0xf2dc61(0x148)](_0xc5eb5b['version']);}}async function installCliSkill(_0x5d5bb7){const _0x5d84d1=a40_0x1c4dc5;console['log'](a40_0x58e928[_0x5d84d1(0x149)](_0x5d84d1(0x11d)));const _0x46db09=runNpxSkillsAddGlobal(process[_0x5d84d1(0x118)](),RABETBASE_SKILL_SOURCE,{'stdio':_0x5d5bb7?_0x5d84d1(0x124):_0x5d84d1(0x129)});if(_0x46db09[_0x5d84d1(0x12c)]){console[_0x5d84d1(0x13f)](a40_0x58e928[_0x5d84d1(0x149)]('\x20\x20Skipped\x20CLI\x20Built-in\x20Skill\x20install\x20(RABETBASE_SKIP_NPX_SKILLS=1).'));return;}if(_0x46db09['ok']){console['log'](a40_0x58e928['gray'](_0x5d84d1(0x13b)));return;}console[_0x5d84d1(0x108)](a40_0x58e928[_0x5d84d1(0x107)](_0x5d84d1(0x147)+(_0x46db09['error']||_0x5d84d1(0x11a)))),console[_0x5d84d1(0x13f)](a40_0x58e928[_0x5d84d1(0x149)](_0x5d84d1(0x121)+CLI_BIN_NAME+'\x20cli-skill\x20install'));}async function execute(_0x59ce77){const _0x2f799a=a40_0x1c4dc5;await validateUpdateFlags(_0x59ce77);const _0x16c60c=getCurrentVersion();console[_0x2f799a(0x13f)](_0x2f799a(0x10b)+_0x16c60c);const _0x46cada=a40_0x3586a4(_0x2f799a(0xfc))[_0x2f799a(0x141)](),_0x1acca9=await resolveTargetVersion(_0x59ce77);if(!_0x1acca9){const _0x9cd52e=_0x59ce77['bool']('beta')?'Unable\x20to\x20resolve\x20beta\x20version\x20from\x20npm':_0x2f799a(0x11b);return _0x46cada[_0x2f799a(0x11e)](_0x9cd52e),console[_0x2f799a(0x13f)](a40_0x58e928[_0x2f799a(0x149)](_0x2f799a(0x14a)+NPM_PACKAGE_NAME+_0x2f799a(0xfd))),{'ok':![],'message':_0x9cd52e};}const _0x1b6898=a40_0x110399[_0x2f799a(0x125)](VERSION),_0x25d061=a40_0x110399[_0x2f799a(0x125)](_0x1acca9[_0x2f799a(0x114)]);if(!_0x1b6898||!_0x25d061)return _0x46cada[_0x2f799a(0x11e)]('Version\x20comparison\x20failed'),{'ok':![],'message':_0x2f799a(0x13a)};if(!shouldInstallTarget(_0x1b6898,_0x1acca9)){const _0x46132b=_0x1acca9[_0x2f799a(0x117)]===_0x2f799a(0x114)?_0x2f799a(0x132)+_0x1acca9[_0x2f799a(0x114)]+')':_0x2f799a(0x110)+_0x1acca9[_0x2f799a(0x114)]+')';return _0x46cada[_0x2f799a(0x131)](_0x46132b),shouldSkipCliSkill(_0x59ce77)?console[_0x2f799a(0x13f)](a40_0x58e928['gray'](_0x2f799a(0x10d))):await installCliSkill(_0x59ce77['nonInteractive']),{'ok':!![]};}_0x46cada[_0x2f799a(0x13c)](getInstallPlanLabel(_0x16c60c,_0x1acca9));const _0xa6fc53=detectPackageManager(),_0xb2f371=_0xa6fc53===_0x2f799a(0x123)?resolveNpmBin(_0x2f799a(0x123)):_0xa6fc53,_0x54c056=a40_0x3586a4('Updating\x20via\x20'+_0xa6fc53+_0x2f799a(0x120))[_0x2f799a(0x141)]();try{return await execa(_0xb2f371,['install','-g',NPM_PACKAGE_NAME+'@'+_0x1acca9[_0x2f799a(0x114)]],{'stdio':_0x2f799a(0x124)}),_0x54c056[_0x2f799a(0x131)](_0x2f799a(0x10c)+_0x1acca9[_0x2f799a(0x114)]),console[_0x2f799a(0x13f)](a40_0x58e928[_0x2f799a(0x149)](_0x2f799a(0x136))),shouldSkipCliSkill(_0x59ce77)?console[_0x2f799a(0x13f)](a40_0x58e928[_0x2f799a(0x149)]('Skipping\x20CLI\x20Built-in\x20Skill\x20refresh\x20(--no-skills).')):await installCliSkill(_0x59ce77[_0x2f799a(0x13d)]),{'ok':!![]};}catch(_0x5004ac){return _0x54c056['fail'](_0x2f799a(0xfe)),console['error'](a40_0x58e928[_0x2f799a(0x142)]('\x20\x20'+_0x5004ac[_0x2f799a(0xff)])),console[_0x2f799a(0x13f)](a40_0x58e928[_0x2f799a(0x149)]('\x20\x20Try\x20manually:\x20'+_0xa6fc53+_0x2f799a(0x103)+NPM_PACKAGE_NAME+'@'+_0x1acca9[_0x2f799a(0x114)])),{'ok':![],'message':_0x5004ac[_0x2f799a(0xff)]};}}export const updateDefinition={'service':a40_0x1c4dc5(0x10f),'command':a40_0x1c4dc5(0x10e),'description':a40_0x1c4dc5(0x112),'risk':a40_0x1c4dc5(0x130),'requiresAuth':![],'requiresAppCode':![],'hasFormat':![],'flags':updateFlags,'validate':validateUpdateFlags,'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x28b750,_0x5e0231){const _0x4f5dc7=a41_0x5de3,_0x510567=_0x28b750();while(!![]){try{const _0x1ee014=-parseInt(_0x4f5dc7(0x11b))/0x1*(-parseInt(_0x4f5dc7(0x11c))/0x2)+parseInt(_0x4f5dc7(0x117))/0x3+parseInt(_0x4f5dc7(0x120))/0x4*(-parseInt(_0x4f5dc7(0x11f))/0x5)+-parseInt(_0x4f5dc7(0x11e))/0x6*(-parseInt(_0x4f5dc7(0x11d))/0x7)+parseInt(_0x4f5dc7(0x118))/0x8+parseInt(_0x4f5dc7(0x116))/0x9+parseInt(_0x4f5dc7(0x119))/0xa*(-parseInt(_0x4f5dc7(0x11a))/0xb);if(_0x1ee014===_0x5e0231)break;else _0x510567['push'](_0x510567['shift']());}catch(_0x285182){_0x510567['push'](_0x510567['shift']());}}}(a41_0x28de,0x96a68));import{codegenSdk}from'../../commands/codegen/sdk.js';import{codegenSql}from'../../commands/codegen/sql.js';function a41_0x5de3(_0x22412a,_0x53abdd){_0x22412a=_0x22412a-0x116;const _0x28dea7=a41_0x28de();let _0x5de3db=_0x28dea7[_0x22412a];return _0x5de3db;}function a41_0x28de(){const _0x42dffe=['1060KQmprf','300003dZgiMd','169DAaadL','14102jLLSSv','55811EAYHmv','570QlmjrS','4219835ZdCarG','4cHshvp','9822051DmJzeE','2907036gFNjmw','2740512msXmGc'];a41_0x28de=function(){return _0x42dffe;};return a41_0x28de();}export const codegenDefinitions=[codegenSdk,codegenSql];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a42_0x12927b=a42_0x531e;(function(_0x48ed66,_0x2c13e1){const _0xf1ffc3=a42_0x531e,_0x1fdc2c=_0x48ed66();while(!![]){try{const _0x4e04e9=parseInt(_0xf1ffc3(0xc6))/0x1+parseInt(_0xf1ffc3(0xcb))/0x2*(-parseInt(_0xf1ffc3(0xc2))/0x3)+parseInt(_0xf1ffc3(0xce))/0x4+parseInt(_0xf1ffc3(0xcd))/0x5*(-parseInt(_0xf1ffc3(0xc9))/0x6)+-parseInt(_0xf1ffc3(0xd3))/0x7*(parseInt(_0xf1ffc3(0xcf))/0x8)+parseInt(_0xf1ffc3(0xc7))/0x9*(-parseInt(_0xf1ffc3(0xcc))/0xa)+-parseInt(_0xf1ffc3(0xd1))/0xb*(-parseInt(_0xf1ffc3(0xc3))/0xc);if(_0x4e04e9===_0x2c13e1)break;else _0x1fdc2c['push'](_0x1fdc2c['shift']());}catch(_0x3e6819){_0x1fdc2c['push'](_0x1fdc2c['shift']());}}}(a42_0x5d5c,0xc6dc8));function a42_0x5d5c(){const _0x3d8aac=['Omit\x20import\x20statements\x20from\x20generated\x20code','boolean','read','code','608457iEmtnQ','12rLHyIt','operation','bool','1430588TrFAbP','1865007yjTOpE','Dataset\x20alias\x20defined\x20in\x20api.ts\x20(e.g.\x20order,\x20coupon)','188112vwBerr','alias','6lDVVtq','30jzLdIY','145RPlmwB','3381880zpfVZR','274160OARRon','Generate\x20TypeScript\x20SDK\x20code\x20for\x20a\x20dataset\x20operation','10848662eIBQOz','skip-imports','63OTXFjo','str','name','string','Operation\x20name\x20(e.g.\x20filter,\x20getOne,\x20create,\x20update)','codegen'];a42_0x5d5c=function(){return _0x3d8aac;};return a42_0x5d5c();}import{getOperationDetail,generateSdkCode}from'../../core/api-client.js';function a42_0x531e(_0x4c33bc,_0x5a0322){_0x4c33bc=_0x4c33bc-0xbe;const _0x5d5c90=a42_0x5d5c();let _0x531e07=_0x5d5c90[_0x4c33bc];return _0x531e07;}import{CODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';export const codegenSdk={'service':a42_0x12927b(0xd8),'command':'sdk','description':a42_0x12927b(0xd0),'risk':a42_0x12927b(0xc0),'flags':[CODE_FLAG_OPTIONAL,{'name':a42_0x12927b(0xca),'type':a42_0x12927b(0xd6),'description':a42_0x12927b(0xc8)},{'name':a42_0x12927b(0xc4),'type':'string','required':!![],'description':a42_0x12927b(0xd7)},{'name':a42_0x12927b(0xd2),'type':a42_0x12927b(0xbf),'description':a42_0x12927b(0xbe)}],async 'execute'(_0x3d9511){const _0x4c0142=a42_0x12927b,{dataset:_0x11dab2,operation:_0x467df6}=await getOperationDetail(_0x3d9511['appCode'],_0x3d9511[_0x4c0142(0xd4)]('code'),_0x3d9511[_0x4c0142(0xd4)]('operation')),_0x414c72=generateSdkCode(_0x11dab2,_0x467df6,{'includeImports':!_0x3d9511[_0x4c0142(0xc5)](_0x4c0142(0xd2))});return{'ok':!![],'data':{'dataset':{'name':_0x11dab2[_0x4c0142(0xd5)],'code':_0x11dab2[_0x4c0142(0xc1)],'tableName':_0x11dab2['tableName']},'operation':_0x3d9511[_0x4c0142(0xd4)](_0x4c0142(0xc4)),'code':_0x414c72}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a43_0x3cb1fb=a43_0x1acc;(function(_0x20beef,_0x178556){const _0x5247d0=a43_0x1acc,_0x199039=_0x20beef();while(!![]){try{const _0x5df527=parseInt(_0x5247d0(0x10e))/0x1+parseInt(_0x5247d0(0x103))/0x2+-parseInt(_0x5247d0(0x10d))/0x3+-parseInt(_0x5247d0(0x114))/0x4+-parseInt(_0x5247d0(0x10f))/0x5*(parseInt(_0x5247d0(0x10b))/0x6)+parseInt(_0x5247d0(0x105))/0x7+-parseInt(_0x5247d0(0x116))/0x8*(-parseInt(_0x5247d0(0x10c))/0x9);if(_0x5df527===_0x178556)break;else _0x199039['push'](_0x199039['shift']());}catch(_0x4d267){_0x199039['push'](_0x199039['shift']());}}}(a43_0x5325,0xa94ce));import{getSqlQueryInfo,generateSqlCodeTemplate}from'../../core/api-client.js';function a43_0x1acc(_0x53918e,_0x13affc){_0x53918e=_0x53918e-0xff;const _0x53251c=a43_0x5325();let _0x1acc1b=_0x53251c[_0x53918e];return _0x1acc1b;}import{SQLCODE_FLAG}from'../../commands/common/flags.js';function a43_0x5325(){const _0x23c245=['codegen','1664088awpZqr','str','read','sqlcode','sql','766954aJUpIV','bff','4116700QGyich','sdk','Omit\x20import\x20statements\x20from\x20generated\x20code','appCode','Generate\x20TypeScript\x20code\x20for\x20a\x20custom\x20SQL\x20query','sqlCode','816tYzmVT','63KCVJaT','3097950DAaVJz','937216NXwvrB','37165xPWLIJ','string','boolean','no-imports','target','2511512adjkdq'];a43_0x5325=function(){return _0x23c245;};return a43_0x5325();}export const codegenSql={'service':a43_0x3cb1fb(0x115),'command':a43_0x3cb1fb(0x102),'description':a43_0x3cb1fb(0x109),'risk':a43_0x3cb1fb(0x100),'flags':[SQLCODE_FLAG,{'name':a43_0x3cb1fb(0x113),'type':a43_0x3cb1fb(0x110),'description':'Code\x20target:\x20sdk\x20(default)\x20or\x20bff','default':a43_0x3cb1fb(0x106),'enum':['sdk',a43_0x3cb1fb(0x104)]},{'name':'no-imports','type':a43_0x3cb1fb(0x111),'description':a43_0x3cb1fb(0x107)}],async 'execute'(_0x3c9e75){const _0x41fc21=a43_0x3cb1fb,_0x186afc=await getSqlQueryInfo(_0x3c9e75[_0x41fc21(0x108)],_0x3c9e75[_0x41fc21(0xff)](_0x41fc21(0x101))),_0x24efda=_0x3c9e75['str'](_0x41fc21(0x113))||_0x41fc21(0x106),_0x46117a=generateSqlCodeTemplate(_0x186afc,{'target':_0x24efda,'includeImports':!_0x3c9e75['bool'](_0x41fc21(0x112))});return{'ok':!![],'data':{'sqlCode':_0x186afc[_0x41fc21(0x10a)],'sqlName':_0x186afc['sqlName'],'target':_0x24efda,'code':_0x46117a}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x208202,_0x4d58cc){const _0x233f84=a44_0x1b1f,_0x3654be=_0x208202();while(!![]){try{const _0x59c6fd=-parseInt(_0x233f84(0x1c2))/0x1*(parseInt(_0x233f84(0x1ba))/0x2)+parseInt(_0x233f84(0x1b9))/0x3+-parseInt(_0x233f84(0x1be))/0x4+parseInt(_0x233f84(0x1d6))/0x5+parseInt(_0x233f84(0x1ce))/0x6*(-parseInt(_0x233f84(0x1b0))/0x7)+parseInt(_0x233f84(0x1ab))/0x8+parseInt(_0x233f84(0x1c6))/0x9;if(_0x59c6fd===_0x4d58cc)break;else _0x3654be['push'](_0x3654be['shift']());}catch(_0xc27da9){_0x3654be['push'](_0x3654be['shift']());}}}(a44_0x3756,0x666e3));import{CliErrors}from'../../errors.js';function a44_0x1b1f(_0x4c954e,_0xe3002f){_0x4c954e=_0x4c954e-0x1ab;const _0x375641=a44_0x3756();let _0x1b1fce=_0x375641[_0x4c954e];return _0x1b1fce;}import{CLI_BIN_NAME}from'../../constant/cli.js';import{collectAppProfileOverrides,getAppProfileFlagDefs}from'../../config/schema.js';import{readRawConfigWithLayers}from'../../context.js';import{readConfig,writeConfig,scopeLabel,resolveAppScopeForWrite,appDefinedIn}from'../../commands/app/shared.js';export function buildAppAddFlags(){const _0x1e3fcb=a44_0x1b1f;return[{'name':_0x1e3fcb(0x1b7),'type':_0x1e3fcb(0x1ac),'description':_0x1e3fcb(0x1cc),'required':!![]},{'name':_0x1e3fcb(0x1cd),'type':_0x1e3fcb(0x1b3),'description':_0x1e3fcb(0x1c1),'default':![]},...getAppProfileFlagDefs()];}function a44_0x3756(){const _0x17757f=['2688200NfQJax','4543928lUpRDD','string','projectConfig','Removed\x20app\x20\x22','args','5430873KGtsRS','\x20app\x20\x22','App\x20\x22','boolean','str','Added','bool','appcode','length','1848612lXrJFr','16962QliUoK','Usage:\x20','\x20Note:\x20app\x20\x22','project','3309188hVEwxP','\x22\x20still\x20defined\x20in\x20','validation','Use\x20global\x20config\x20scope','14SVvBak','\x20<name>\x20--appcode\x20<code>','trim','\x22\x20(appcode:\x20','3776310gexqDV','keys','inherit','\x20Set\x20as\x20default\x20app.','defaultApp','\x22\x20not\x20found.','App\x20code','global','6afzhxG','object','apps','\x20Default\x20app\x20changed\x20to\x20\x22','Updated','Missing\x20app\x20name.','globalConfig','both'];a44_0x3756=function(){return _0x17757f;};return a44_0x3756();}export function buildAppRemoveFlags(){const _0x13ebfb=a44_0x1b1f;return[{'name':_0x13ebfb(0x1cd),'type':_0x13ebfb(0x1b3),'description':_0x13ebfb(0x1c1),'default':![]}];}export async function validateAppName(_0x4621c1,_0x4122d5){const _0x3c80c9=a44_0x1b1f,_0x549b8d=_0x4621c1[_0x3c80c9(0x1af)][0x0]?.['trim']();if(!_0x549b8d)throw CliErrors['validation'](_0x3c80c9(0x1d3),_0x3c80c9(0x1bb)+CLI_BIN_NAME+'\x20'+_0x4122d5+'\x20<name>');}export async function runAppAdd(_0x80bbc3,_0x263e6e){const _0x13fe50=a44_0x1b1f,_0x24f8a2=_0x80bbc3['args'][0x0]?.[_0x13fe50(0x1c4)]();if(!_0x24f8a2)throw CliErrors[_0x13fe50(0x1c0)](_0x13fe50(0x1d3),_0x13fe50(0x1bb)+CLI_BIN_NAME+'\x20'+_0x263e6e+_0x13fe50(0x1c3));const _0x45847f=_0x80bbc3[_0x13fe50(0x1b4)](_0x13fe50(0x1b7));if(!_0x45847f)throw CliErrors['flagMissing'](_0x13fe50(0x1b7),_0x13fe50(0x1bb)+CLI_BIN_NAME+'\x20'+_0x263e6e+'\x20<name>\x20--appcode\x20<code>');const _0x351934={'global':_0x80bbc3[_0x13fe50(0x1b6)](_0x13fe50(0x1cd))},_0x18b36e=readConfig(_0x351934);if(!_0x18b36e[_0x13fe50(0x1d0)])_0x18b36e[_0x13fe50(0x1d0)]={};const _0x35ff30={'appcode':_0x45847f,...collectAppProfileOverrides(_0x7ffccf=>_0x80bbc3[_0x13fe50(0x1b4)](_0x7ffccf))},_0x22c43b=_0x18b36e['apps'],_0x1320a9=!!_0x22c43b[_0x24f8a2];_0x22c43b[_0x24f8a2]=_0x35ff30;if(!_0x18b36e[_0x13fe50(0x1ca)])_0x18b36e['defaultApp']=_0x24f8a2;writeConfig(_0x18b36e,_0x351934);const _0x5a9bda=!_0x1320a9&&_0x18b36e[_0x13fe50(0x1ca)]===_0x24f8a2?_0x13fe50(0x1c9):'',_0x31ef24=(_0x1320a9?_0x13fe50(0x1d2):_0x13fe50(0x1b5))+_0x13fe50(0x1b1)+_0x24f8a2+_0x13fe50(0x1c5)+_0x45847f+')'+scopeLabel(_0x351934)+'.'+_0x5a9bda;return{'ok':!![],'message':_0x31ef24};}export async function runAppRemove(_0x3d6917,_0x1845b4){const _0x16f034=a44_0x1b1f,_0x15bfdb=_0x3d6917['args'][0x0]?.[_0x16f034(0x1c4)]();if(!_0x15bfdb)throw CliErrors[_0x16f034(0x1c0)](_0x16f034(0x1d3),_0x16f034(0x1bb)+CLI_BIN_NAME+'\x20'+_0x1845b4+'\x20<name>\x20[--global]');const _0x4a4252=_0x3d6917['bool'](_0x16f034(0x1cd)),{config:_0x58bcc8,layers:_0x5f5532}=readRawConfigWithLayers(),_0x2ca239=_0x58bcc8['apps']??{};if(!_0x2ca239[_0x15bfdb])throw CliErrors[_0x16f034(0x1c0)](_0x16f034(0x1b2)+_0x15bfdb+_0x16f034(0x1cb));const _0x31f124=_0x5f5532['globalConfig']['apps']&&typeof _0x5f5532[_0x16f034(0x1d4)][_0x16f034(0x1d0)]===_0x16f034(0x1cf)?_0x5f5532['globalConfig']['apps']:{},_0x243647=_0x5f5532[_0x16f034(0x1ad)]['apps']&&typeof _0x5f5532[_0x16f034(0x1ad)][_0x16f034(0x1d0)]===_0x16f034(0x1cf)?_0x5f5532['projectConfig']['apps']:{},_0x11bbca=appDefinedIn(_0x15bfdb,_0x31f124,_0x243647,_0x5f5532[_0x16f034(0x1ad)][_0x16f034(0x1c8)]===![]),_0x1e8de7=resolveAppScopeForWrite(_0x15bfdb,_0x4a4252,_0x5f5532),_0x1fc4f4={'global':_0x1e8de7===_0x16f034(0x1cd)},_0x51aeb3=readConfig(_0x1fc4f4),_0x40af90=_0x51aeb3[_0x16f034(0x1d0)];if(!_0x40af90||!_0x40af90[_0x15bfdb])throw CliErrors[_0x16f034(0x1c0)](_0x16f034(0x1b2)+_0x15bfdb+_0x16f034(0x1cb));delete _0x40af90[_0x15bfdb];let _0x4adaae='';if(_0x51aeb3['defaultApp']===_0x15bfdb){const _0x20f0ed=Object[_0x16f034(0x1c7)](_0x40af90);_0x51aeb3[_0x16f034(0x1ca)]=_0x20f0ed[_0x16f034(0x1b8)]>0x0?_0x20f0ed[0x0]:undefined,_0x51aeb3[_0x16f034(0x1ca)]?_0x4adaae=_0x16f034(0x1d1)+_0x51aeb3[_0x16f034(0x1ca)]+'\x22.':delete _0x51aeb3[_0x16f034(0x1ca)];}Object[_0x16f034(0x1c7)](_0x40af90)[_0x16f034(0x1b8)]===0x0&&(delete _0x51aeb3['apps'],delete _0x51aeb3[_0x16f034(0x1ca)]);writeConfig(_0x51aeb3,_0x1fc4f4);const _0x32a746=_0x11bbca===_0x16f034(0x1d5)?_0x16f034(0x1bc)+_0x15bfdb+_0x16f034(0x1bf)+(_0x1e8de7===_0x16f034(0x1bd)?_0x16f034(0x1cd):'project')+'\x20config.':'';return{'ok':!![],'message':_0x16f034(0x1ae)+_0x15bfdb+'\x22'+scopeLabel(_0x1fc4f4)+'.'+_0x4adaae+_0x32a746};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x5b10cf,_0x3ab27f){const _0x5d1809=a45_0x3b37,_0x199baf=_0x5b10cf();while(!![]){try{const _0x1034d7=parseInt(_0x5d1809(0x161))/0x1*(-parseInt(_0x5d1809(0x158))/0x2)+parseInt(_0x5d1809(0x156))/0x3+-parseInt(_0x5d1809(0x163))/0x4*(-parseInt(_0x5d1809(0x15a))/0x5)+-parseInt(_0x5d1809(0x169))/0x6*(parseInt(_0x5d1809(0x150))/0x7)+-parseInt(_0x5d1809(0x16b))/0x8+parseInt(_0x5d1809(0x14f))/0x9+parseInt(_0x5d1809(0x152))/0xa*(-parseInt(_0x5d1809(0x15e))/0xb);if(_0x1034d7===_0x3ab27f)break;else _0x199baf['push'](_0x199baf['shift']());}catch(_0x450292){_0x199baf['push'](_0x199baf['shift']());}}}(a45_0x1118,0xbf113));import{input,checkbox,select}from'@inquirer/prompts';import a45_0x390120 from'chalk';import{validateAppcode}from'../../commands/common/validate.js';import{listRemoteApps}from'../../core/api-client.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export async function promptCustomAppcode(){const _0x15763f=a45_0x3b37,_0x4f5c15=await input({'message':'请输入\x20App\x20Code:','validate':_0x54b55f=>{const _0x404378=a45_0x3b37,_0x1d5a80=validateAppcode(_0x54b55f[_0x404378(0x16d)]());return _0x1d5a80['valid']||_0x1d5a80[_0x404378(0x15f)]||_0x404378(0x15b);}});return _0x4f5c15[_0x15763f(0x16d)]();}function a45_0x1118(){const _0x183fba=['15065479hKkUHF','message','无法获取远程应用列表,请手动输入。','659338hCTeNh','skip','56uiWNFR','yellow','find','appName','(跳过,稍后通过\x20config\x20set\x20appcode\x20配置)','gray','12HYMgCt','\x20\x20(','496920fGQwka','\x0a无法获取远程应用列表,请手动输入。','trim','(未检测到登录态,请手动输入\x20App\x20Code\x20或直接跳过)','custom','cyan','✎\x20自定义输入\x20appcode','includes','获取到\x20','13891788HCzpLl','1207171pfKqnO','\x20个应用,请选择\x20(空格勾选,\x20a=全选,\x20i=反选):','10VfYASL','未找到可用应用。','map','✎\x20手动输入','3629547TIlwpw','\x0a未找到可用应用。','2PbNiNs','正在获取可用应用列表...','166135JnblwI','Invalid\x20App\x20Code','length','appCode'];a45_0x1118=function(){return _0x183fba;};return a45_0x1118();}export async function promptAppSelection(_0x1d8b4f){const _0x28421a=a45_0x3b37,_0x305742=[{'name':a45_0x390120[_0x28421a(0x164)](_0x28421a(0x14c)),'value':-0x1},..._0x1d8b4f[_0x28421a(0x154)]((_0x40a2fc,_0x2a748a)=>({'name':_0x40a2fc[_0x28421a(0x166)]+'\x20\x20'+a45_0x390120[_0x28421a(0x168)]('('+_0x40a2fc[_0x28421a(0x15d)]+')'),'value':_0x2a748a}))],_0x13c02d=await checkbox({'message':_0x28421a(0x14e)+a45_0x390120[_0x28421a(0x14b)](_0x1d8b4f[_0x28421a(0x15c)])+_0x28421a(0x151),'choices':_0x305742,'loop':![]});if(_0x13c02d[_0x28421a(0x14d)](-0x1))return _0x28421a(0x16f);if(_0x13c02d[_0x28421a(0x15c)]===0x0)return _0x28421a(0x16f);return _0x13c02d['map'](_0x5914bf=>_0x1d8b4f[_0x5914bf]);}export async function promptSingleAppSelection(_0x36dd91){const _0x459e34=a45_0x3b37,_0x2a0ccd=[{'name':a45_0x390120['gray'](_0x459e34(0x167)),'value':_0x459e34(0x162)},{'name':a45_0x390120[_0x459e34(0x164)](_0x459e34(0x14c)),'value':'custom'},..._0x36dd91['map'](_0x5a04e7=>({'name':_0x5a04e7['appName']+'\x20\x20'+a45_0x390120[_0x459e34(0x168)]('('+_0x5a04e7[_0x459e34(0x15d)]+')'),'value':_0x5a04e7[_0x459e34(0x15d)]}))],_0x221ef6=await select({'message':'请选择要绑定的应用:','choices':_0x2a0ccd});if(_0x221ef6==='skip')return _0x459e34(0x162);if(_0x221ef6===_0x459e34(0x16f))return _0x459e34(0x16f);return _0x36dd91[_0x459e34(0x165)](_0x360106=>_0x360106['appCode']===_0x221ef6);}export async function selectSingleAppcode(_0x5170b2){const _0x3400d1=a45_0x3b37;if(!_0x5170b2)return writeCliSideChannelLine(a45_0x390120[_0x3400d1(0x168)](_0x3400d1(0x16e))),_fallbackOrSkip();writeCliSideChannelLine(_0x3400d1(0x159));let _0x5e50e8;try{_0x5e50e8=await withActiveCookie(_0x5170b2,()=>listRemoteApps());}catch(_0x811118){writeCliSideChannelLine(a45_0x390120[_0x3400d1(0x164)](_0x3400d1(0x160)));if(_0x811118 instanceof Error)writeCliSideChannelLine(a45_0x390120['gray'](_0x3400d1(0x16a)+_0x811118[_0x3400d1(0x15f)]+')'));return _fallbackOrSkip();}if(_0x5e50e8[_0x3400d1(0x15c)]===0x0)return writeCliSideChannelLine(a45_0x390120[_0x3400d1(0x164)](_0x3400d1(0x153))),_fallbackOrSkip();const _0xdfa5d9=await promptSingleAppSelection(_0x5e50e8);if(_0xdfa5d9===_0x3400d1(0x162))return'';if(_0xdfa5d9===_0x3400d1(0x16f))return promptCustomAppcode();return _0xdfa5d9[_0x3400d1(0x15d)];}export async function selectMultipleApps(_0x1222a1){const _0x4db953=a45_0x3b37;writeCliSideChannelLine(_0x4db953(0x159));let _0x128eed;try{_0x128eed=await withActiveCookie(_0x1222a1,()=>listRemoteApps());}catch(_0x1c4ba9){writeCliSideChannelLine(_0x4db953(0x16c));if(_0x1c4ba9 instanceof Error)writeCliSideChannelLine('\x20\x20('+_0x1c4ba9[_0x4db953(0x15f)]+')');return'custom';}if(_0x128eed[_0x4db953(0x15c)]===0x0)return writeCliSideChannelLine(_0x4db953(0x157)),_0x4db953(0x16f);return promptAppSelection(_0x128eed);}function a45_0x3b37(_0x5a4b34,_0x4de8b0){_0x5a4b34=_0x5a4b34-0x14b;const _0x1118b4=a45_0x1118();let _0x3b37a4=_0x1118b4[_0x5a4b34];return _0x3b37a4;}async function _fallbackOrSkip(){const _0x13e47f=a45_0x3b37,_0x3ea17f=await select({'message':'App\x20Code:','choices':[{'name':a45_0x390120[_0x13e47f(0x168)]('(跳过,稍后配置)'),'value':_0x13e47f(0x162)},{'name':a45_0x390120[_0x13e47f(0x164)](_0x13e47f(0x155)),'value':'manual'}]});if(_0x3ea17f==='skip')return'';return promptCustomAppcode();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a46_0x52b0ae=a46_0x3d1a;(function(_0x3c66e5,_0x2ef789){const _0x586e24=a46_0x3d1a,_0x4ed0aa=_0x3c66e5();while(!![]){try{const _0x54cefd=parseInt(_0x586e24(0x1d4))/0x1+-parseInt(_0x586e24(0x1e1))/0x2*(parseInt(_0x586e24(0x1c9))/0x3)+parseInt(_0x586e24(0x1e5))/0x4*(-parseInt(_0x586e24(0x1e4))/0x5)+parseInt(_0x586e24(0x1c7))/0x6+-parseInt(_0x586e24(0x1da))/0x7*(parseInt(_0x586e24(0x1c6))/0x8)+parseInt(_0x586e24(0x1cb))/0x9+parseInt(_0x586e24(0x1d2))/0xa;if(_0x54cefd===_0x2ef789)break;else _0x4ed0aa['push'](_0x4ed0aa['shift']());}catch(_0x10e078){_0x4ed0aa['push'](_0x4ed0aa['shift']());}}}(a46_0x41b4,0x391b6));import{CLI_BIN_NAME}from'../../constant/cli.js';function a46_0x3d1a(_0x3166c0,_0x2b3a43){_0x3166c0=_0x3166c0-0x1c4;const _0x41b4a2=a46_0x41b4();let _0x3d1a9a=_0x41b4a2[_0x3166c0];return _0x3d1a9a;}import{CliErrors}from'../../errors.js';const TERMINAL_STATUSES=new Set([a46_0x52b0ae(0x1db),a46_0x52b0ae(0x1d8)]),NON_TERMINAL_STATUSES=new Set(['PENDING',a46_0x52b0ae(0x1e0)]);function a46_0x41b4(){const _0x4e468f=['\x20returned\x20unknown\x20status\x20','482920NyHRcQ','8wfhigh','has','\x20is\x20processing.','24ESMsqt','240846ltZmZB','trim','195666shRCEv','Task\x20','1322307ZFSZWT','toUpperCase','\x20task\x20status\x20--task-id\x20','apiError','\x20response\x20did\x20not\x20contain\x20a\x20status.','errorMessage','Async\x20task\x20response\x20did\x20not\x20contain\x20a\x20taskId.','6902940ACWowR','\x20failed.','325241FQBkQa','Async\x20task\x20','\x27\x5c\x27\x27','taskId','FAILED','\x20--appcode\x20','896441RZKbHh','SUCCESS','string','\x20--format\x20compress','\x20is\x20pending.','status','PROCESSING','12nGVybc','\x20completed\x20successfully.'];a46_0x41b4=function(){return _0x4e468f;};return a46_0x41b4();}export function normalizeAsyncTask(_0x42305b){const _0x1b8bfc=a46_0x52b0ae,_0x1a476c=typeof _0x42305b?.[_0x1b8bfc(0x1d7)]===_0x1b8bfc(0x1dc)?_0x42305b['taskId'][_0x1b8bfc(0x1c8)]():'';if(!_0x1a476c)throw CliErrors[_0x1b8bfc(0x1ce)](_0x1b8bfc(0x1d1));const _0x155e1f=typeof _0x42305b['status']==='string'?_0x42305b['status']['trim']()[_0x1b8bfc(0x1cc)]():'';if(!_0x155e1f)throw CliErrors['apiError'](_0x1b8bfc(0x1d5)+_0x1a476c+_0x1b8bfc(0x1cf));return{'taskId':_0x1a476c,'status':_0x155e1f,'errorMessage':typeof _0x42305b['errorMessage']===_0x1b8bfc(0x1dc)&&_0x42305b['errorMessage'][_0x1b8bfc(0x1c8)]()?_0x42305b['errorMessage'][_0x1b8bfc(0x1c8)]():null,'isTerminal':TERMINAL_STATUSES[_0x1b8bfc(0x1c4)](_0x155e1f),'knownStatus':TERMINAL_STATUSES[_0x1b8bfc(0x1c4)](_0x155e1f)||NON_TERMINAL_STATUSES[_0x1b8bfc(0x1c4)](_0x155e1f)};}export function buildAsyncTaskStatusCommand(_0x200001,_0x50b151){const _0xc64449=a46_0x52b0ae;return CLI_BIN_NAME+_0xc64449(0x1cd)+quoteShellArg(_0x200001)+_0xc64449(0x1d9)+quoteShellArg(_0x50b151)+_0xc64449(0x1dd);}export function asyncTaskMessage(_0x2f11eb){const _0x5b2790=a46_0x52b0ae;switch(_0x2f11eb[_0x5b2790(0x1df)]){case'PENDING':return _0x5b2790(0x1ca)+_0x2f11eb['taskId']+_0x5b2790(0x1de);case'PROCESSING':return'Task\x20'+_0x2f11eb[_0x5b2790(0x1d7)]+_0x5b2790(0x1c5);case'SUCCESS':return _0x5b2790(0x1ca)+_0x2f11eb[_0x5b2790(0x1d7)]+_0x5b2790(0x1e2);case _0x5b2790(0x1d8):return _0x2f11eb[_0x5b2790(0x1d0)]?_0x5b2790(0x1ca)+_0x2f11eb[_0x5b2790(0x1d7)]+'\x20failed:\x20'+_0x2f11eb[_0x5b2790(0x1d0)]:_0x5b2790(0x1ca)+_0x2f11eb['taskId']+_0x5b2790(0x1d3);default:return _0x5b2790(0x1ca)+_0x2f11eb[_0x5b2790(0x1d7)]+_0x5b2790(0x1e3)+_0x2f11eb[_0x5b2790(0x1df)]+'.';}}function quoteShellArg(_0x1a8822){const _0x4021c0=a46_0x52b0ae;return'\x27'+_0x1a8822['replace'](/'/g,_0x4021c0(0x1d6))+'\x27';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x10d252,_0x3e1398){var _0x46813e=a47_0x5712,_0x24a67d=_0x10d252();while(!![]){try{var _0x3a49c5=parseInt(_0x46813e(0x141))/0x1+-parseInt(_0x46813e(0x142))/0x2+-parseInt(_0x46813e(0x145))/0x3*(-parseInt(_0x46813e(0x147))/0x4)+-parseInt(_0x46813e(0x143))/0x5+-parseInt(_0x46813e(0x144))/0x6+parseInt(_0x46813e(0x149))/0x7+parseInt(_0x46813e(0x146))/0x8*(parseInt(_0x46813e(0x14a))/0x9);if(_0x3a49c5===_0x3e1398)break;else _0x24a67d['push'](_0x24a67d['shift']());}catch(_0xae198d){_0x24a67d['push'](_0x24a67d['shift']());}}}(a47_0x4fe7,0x6aa28));function a47_0x4fe7(){var _0x982395=['8uKOjnM','1156khVTGK','defineProperties','5472446wJoRMF','3796614QWjOVB','description','550559yWWQOm','1283764RRKpju','3768395yDfBhn','3996126bierHS','7725kJOqEd'];a47_0x4fe7=function(){return _0x982395;};return a47_0x4fe7();}function a47_0x5712(_0xe290db,_0x5e9b49){_0xe290db=_0xe290db-0x140;var _0x4fe785=a47_0x4fe7();var _0x571281=_0x4fe785[_0xe290db];return _0x571281;}export function asDryRunResult(_0x4a8744,_0x5507c5){var _0x172713=a47_0x5712;return Object[_0x172713(0x148)](_0x4a8744,{'method':{'value':_0x5507c5['method'],'enumerable':![]},'url':{'value':_0x5507c5['url'],'enumerable':![]},..._0x5507c5['description']?{'description':{'value':_0x5507c5[_0x172713(0x140)],'enumerable':![]}}:{}});}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a48_0x29eb74=a48_0x2840;(function(_0x3c0087,_0x448188){const _0xea14eb=a48_0x2840,_0x2615d3=_0x3c0087();while(!![]){try{const _0xa4fedb=parseInt(_0xea14eb(0x8d))/0x1*(parseInt(_0xea14eb(0x94))/0x2)+parseInt(_0xea14eb(0x84))/0x3*(-parseInt(_0xea14eb(0x95))/0x4)+-parseInt(_0xea14eb(0x97))/0x5+-parseInt(_0xea14eb(0x8a))/0x6*(-parseInt(_0xea14eb(0x91))/0x7)+parseInt(_0xea14eb(0x8b))/0x8+-parseInt(_0xea14eb(0x89))/0x9+parseInt(_0xea14eb(0x83))/0xa;if(_0xa4fedb===_0x448188)break;else _0x2615d3['push'](_0x2615d3['shift']());}catch(_0x42697a){_0x2615d3['push'](_0x2615d3['shift']());}}}(a48_0x5476,0x1d997));export const DATASET_CODE_PATTERN={'regex':/^[a-f0-9]{32}$/i,'description':a48_0x29eb74(0x8c)};export const CODE_FLAG={'name':'code','type':a48_0x29eb74(0x98),'required':!![],'description':a48_0x29eb74(0x96),'pattern':DATASET_CODE_PATTERN};export const CODE_FLAG_OPTIONAL={...CODE_FLAG,'required':![]};export const DATASETCODE_FLAG_OPTIONAL={...CODE_FLAG_OPTIONAL,'name':a48_0x29eb74(0x85),'description':'Dataset\x20code\x20(32-char\x20hex\x20UUID)'};function a48_0x5476(){const _0x3b5e27=['72RARGsK','SQL\x20code\x20in\x20format\x20xxxxxxxx-xxxxxxxx\x20(e.g.\x202305f915-dd48cd4c)','dbtype','POSTGRESQL','568351MVtglf','Database\x20product\x20type','App\x20code\x20(e.g.\x20app-xxxxx)','5514qMwImC','39428oQNZBU','Dataset\x20code\x20(32-char\x20hex\x20UUID)','1093750HiYVnK','string','SQL\x20code\x20identifier\x20(format:\x20xxxxxxxx-xxxxxxxx,\x20e.g.\x202305f915-dd48cd4c)','2573350UgRcso','54lxbqau','datasetcode','sqlcode','Database\x20connection\x20ID\x20(dblink\x20id\x20from\x20db\x20list)','number','262539VhsxXt','6VKoExt','76432tJWFHf','a\x2032-character\x20hex\x20string\x20(e.g.\x2099a909313f1fa7153186431e1c551588)'];a48_0x5476=function(){return _0x3b5e27;};return a48_0x5476();}function a48_0x2840(_0x364be4,_0x4315f0){_0x364be4=_0x364be4-0x83;const _0x547606=a48_0x5476();let _0x284068=_0x547606[_0x364be4];return _0x284068;}export const SQLCODE_FLAG={'name':a48_0x29eb74(0x86),'type':a48_0x29eb74(0x98),'required':!![],'description':a48_0x29eb74(0x99),'pattern':{'regex':/^[a-f0-9]{8}-[a-f0-9]{8}$/i,'description':a48_0x29eb74(0x8e)}};export const APPCODE_FLAG_OPTIONAL={'name':'appcode','type':a48_0x29eb74(0x98),'required':![],'description':'App\x20code\x20(overrides\x20config\x20file,\x20e.g.\x20app-xxxxx)'};export const APPCODE_FLAG={...APPCODE_FLAG_OPTIONAL,'required':!![],'description':a48_0x29eb74(0x93)};export const SQLCODE_FLAG_OPTIONAL={...SQLCODE_FLAG,'required':![]};export const DBLINK_ID_FLAG={'name':'id','type':a48_0x29eb74(0x88),'required':!![],'description':a48_0x29eb74(0x87)};export const DB_TYPE_FLAG={'name':a48_0x29eb74(0x8f),'type':a48_0x29eb74(0x98),'required':!![],'description':a48_0x29eb74(0x92),'enum':['MYSQL',a48_0x29eb74(0x90)]};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a49_0x3511(){const _0x4deb68=['trim','2290878ragtih','6goWnzT','1539034YOQMAx','ceil','toFixed','File\x20is\x20not\x20a\x20regular\x20file:\x20','validation','6Fvrodd','1163228KEFphk','3878510AcmHyT','File\x20exceeds\x20the\x20development\x20upload\x20limit\x20of\x2050\x20MB:\x20','isFile','8XovatX','590540MDbRVc','166833Jivrxi','\x20MB','237826vjYNyM','size','File\x20not\x20found:\x20'];a49_0x3511=function(){return _0x4deb68;};return a49_0x3511();}(function(_0x355a01,_0x352d7d){const _0x591927=a49_0x24c4,_0x5a384e=_0x355a01();while(!![]){try{const _0x26c9b7=parseInt(_0x591927(0x1a1))/0x1+-parseInt(_0x591927(0x1a3))/0x2*(-parseInt(_0x591927(0x19a))/0x3)+parseInt(_0x591927(0x19b))/0x4+-parseInt(_0x591927(0x1a0))/0x5*(parseInt(_0x591927(0x1a8))/0x6)+parseInt(_0x591927(0x1a9))/0x7+-parseInt(_0x591927(0x19f))/0x8*(parseInt(_0x591927(0x1a7))/0x9)+-parseInt(_0x591927(0x19c))/0xa;if(_0x26c9b7===_0x352d7d)break;else _0x5a384e['push'](_0x5a384e['shift']());}catch(_0x4f4549){_0x5a384e['push'](_0x5a384e['shift']());}}}(a49_0x3511,0x25ccb));import{existsSync,statSync}from'node:fs';import{CliErrors}from'../../errors.js';function a49_0x24c4(_0x2ad3f2,_0x2c247a){_0x2ad3f2=_0x2ad3f2-0x197;const _0x351127=a49_0x3511();let _0x24c45f=_0x351127[_0x2ad3f2];return _0x24c45f;}const BYTES_PER_MB=0x400*0x400;export const DEVELOPMENT_UPLOAD_MAX_BYTES=0x32*BYTES_PER_MB;function formatBytes(_0x1ff7da){const _0x27bac8=a49_0x24c4;if(_0x1ff7da>=BYTES_PER_MB){const _0x26267c=Math[_0x27bac8(0x1aa)](_0x1ff7da/BYTES_PER_MB*0x64)/0x64;return _0x26267c[_0x27bac8(0x197)](0x2)+_0x27bac8(0x1a2);}return _0x1ff7da+'\x20B';}export function requireDevelopmentUploadFile(_0x19d64c,_0x5bd7cc){const _0x28c9f4=a49_0x24c4,_0x984540=_0x19d64c[_0x28c9f4(0x1a6)]();if(!_0x984540)throw CliErrors[_0x28c9f4(0x199)](_0x5bd7cc+'\x20path\x20is\x20required.');if(!existsSync(_0x984540))throw CliErrors[_0x28c9f4(0x199)](_0x28c9f4(0x1a5)+_0x984540);const _0x4286b1=statSync(_0x984540);if(!_0x4286b1[_0x28c9f4(0x19e)]())throw CliErrors[_0x28c9f4(0x199)](_0x28c9f4(0x198)+_0x984540);if(_0x4286b1[_0x28c9f4(0x1a4)]>DEVELOPMENT_UPLOAD_MAX_BYTES)throw CliErrors['validation'](_0x28c9f4(0x19d)+_0x984540+'\x20('+formatBytes(_0x4286b1['size'])+')');return{'path':_0x984540,'size':_0x4286b1[_0x28c9f4(0x1a4)]};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a50_0xdbf7(_0x5f14a9,_0x17b27c){_0x5f14a9=_0x5f14a9-0x1b9;const _0x3c23e3=a50_0x3c23();let _0xdbf72e=_0x3c23e3[_0x5f14a9];return _0xdbf72e;}function a50_0x3c23(){const _0xc7a19c=['App\x20Code\x20cannot\x20exceed\x20100\x20characters','511izaEwo','5440THpSXt','2128818CdrViE','2719260szmFpj','1859160xkSNlQ','29296uqmGgo','3FwxhRL','205782sUxvPZ','length','15480960UnKXgn','test','2464WkxyhM','App\x20Code\x20cannot\x20be\x20empty','Only\x20letters,\x20numbers,\x20-\x20and\x20_\x20are\x20allowed'];a50_0x3c23=function(){return _0xc7a19c;};return a50_0x3c23();}(function(_0xcfb267,_0x16becc){const _0x48f542=a50_0xdbf7,_0x1f5065=_0xcfb267();while(!![]){try{const _0x30ff99=parseInt(_0x48f542(0x1bb))/0x1*(-parseInt(_0x48f542(0x1bc))/0x2)+parseInt(_0x48f542(0x1c6))/0x3+-parseInt(_0x48f542(0x1c0))/0x4*(parseInt(_0x48f542(0x1c5))/0x5)+-parseInt(_0x48f542(0x1b9))/0x6+-parseInt(_0x48f542(0x1c4))/0x7*(parseInt(_0x48f542(0x1ba))/0x8)+-parseInt(_0x48f542(0x1c7))/0x9+parseInt(_0x48f542(0x1be))/0xa;if(_0x30ff99===_0x16becc)break;else _0x1f5065['push'](_0x1f5065['shift']());}catch(_0x4dd0f3){_0x1f5065['push'](_0x1f5065['shift']());}}}(a50_0x3c23,0x61887));export function validateAppcode(_0x57bc8d){const _0x3e20d8=a50_0xdbf7,_0xa65373=_0x57bc8d['trim']();if(!_0xa65373)return{'valid':![],'message':_0x3e20d8(0x1c1)};if(_0xa65373[_0x3e20d8(0x1bd)]>0x64)return{'valid':![],'message':_0x3e20d8(0x1c3)};if(!/^[A-Za-z0-9_-]+$/[_0x3e20d8(0x1bf)](_0xa65373))return{'valid':![],'message':_0x3e20d8(0x1c2)};return{'valid':!![]};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a51_0xaca1d5=a51_0x19ca;(function(_0x2c79f1,_0x1beee5){const _0x136410=a51_0x19ca,_0x3443d5=_0x2c79f1();while(!![]){try{const _0x69cc44=parseInt(_0x136410(0x1a9))/0x1*(-parseInt(_0x136410(0x1ab))/0x2)+parseInt(_0x136410(0x1b0))/0x3+parseInt(_0x136410(0x1b8))/0x4+parseInt(_0x136410(0x1b9))/0x5+-parseInt(_0x136410(0x1bb))/0x6+parseInt(_0x136410(0x1be))/0x7*(parseInt(_0x136410(0x1bc))/0x8)+parseInt(_0x136410(0x1b3))/0x9*(-parseInt(_0x136410(0x1b7))/0xa);if(_0x69cc44===_0x1beee5)break;else _0x3443d5['push'](_0x3443d5['shift']());}catch(_0x171181){_0x3443d5['push'](_0x3443d5['shift']());}}}(a51_0x276c,0xd8f3a));import{CliErrors}from'../../errors.js';import{readConfig}from'../../utils/config.js';function a51_0x276c(){const _0x290ae7=['9wjgzxH','Missing\x20key.','Get\x20a\x20config\x20value\x20by\x20key','Key\x20not\x20found:\x20','14283290ACwICJ','2581924iskkXK','7456825ZiTpWx','get','909720MMRgvy','43024FtJxTr','string','1463ijuSXd','13382qQcrZL','read','248LaYXXo','validation','\x20config\x20get\x20--key\x20<key>','str','object','2601309qcuZXC','app','Usage:\x20'];a51_0x276c=function(){return _0x290ae7;};return a51_0x276c();}import{CLI_BIN_NAME}from'../../constant/cli.js';function a51_0x19ca(_0x327cc4,_0x9001e){_0x327cc4=_0x327cc4-0x1a9;const _0x276c4f=a51_0x276c();let _0x19ca50=_0x276c4f[_0x327cc4];return _0x19ca50;}import{getConfigCommandKeyDescription}from'../../commands/config/shared.js';async function execute(_0x3febef){const _0x5cab39=a51_0x19ca,_0x10d982=_0x3febef[_0x5cab39(0x1ae)]('key');if(!_0x10d982)throw CliErrors[_0x5cab39(0x1ac)](_0x5cab39(0x1b4),_0x5cab39(0x1b2)+CLI_BIN_NAME+_0x5cab39(0x1ad));const _0x172a0a=readConfig(),_0x22d1d3=_0x10d982===_0x5cab39(0x1b1)?'appcode':_0x10d982,_0xc3cba2=_0x172a0a[_0x22d1d3];if(_0xc3cba2===undefined)throw CliErrors[_0x5cab39(0x1ac)](_0x5cab39(0x1b6)+_0x10d982);return{'ok':!![],'data':typeof _0xc3cba2==='object'?_0xc3cba2:{[_0x22d1d3]:_0xc3cba2},'message':typeof _0xc3cba2===_0x5cab39(0x1af)?undefined:String(_0xc3cba2)};}export const configGetDefinition={'service':'config','command':a51_0xaca1d5(0x1ba),'description':a51_0xaca1d5(0x1b5),'risk':a51_0xaca1d5(0x1aa),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':'key','type':a51_0xaca1d5(0x1bd),'description':getConfigCommandKeyDescription(),'required':!![]}],'execute':execute};
|