@lovrabet/rabetbase-cli 2.3.13 → 2.3.14-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/asset-update.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/external-link-update.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/notification/config-list.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/ocr/index.js +1 -0
- 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/restore.js +1 -0
- 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/sql/push.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a174_0x21cb4e=a174_0xe9ae;(function(_0x173693,_0x248571){const _0x35a777=a174_0xe9ae,_0x51e590=_0x173693();while(!![]){try{const _0x31b114=parseInt(_0x35a777(0xae))/0x1+-parseInt(_0x35a777(0x8f))/0x2*(parseInt(_0x35a777(0x7c))/0x3)+parseInt(_0x35a777(0xb1))/0x4*(parseInt(_0x35a777(0x8a))/0x5)+parseInt(_0x35a777(0x88))/0x6*(parseInt(_0x35a777(0x99))/0x7)+parseInt(_0x35a777(0x9f))/0x8*(-parseInt(_0x35a777(0xa9))/0x9)+-parseInt(_0x35a777(0xa8))/0xa*(parseInt(_0x35a777(0x87))/0xb)+-parseInt(_0x35a777(0x97))/0xc*(-parseInt(_0x35a777(0x9b))/0xd);if(_0x31b114===_0x248571)break;else _0x51e590['push'](_0x51e590['shift']());}catch(_0x5a32e0){_0x51e590['push'](_0x51e590['shift']());}}}(a174_0x2fce,0x58744));import{mkdir,readFile,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';import{updateSqlQuery}from'../../core/api-client.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{getDbName,listDatabases}from'../../core/db-resolver.js';import{scanLocalSqlQueries}from'../../core/sql-sync/file-system.js';import{computeSqlFileHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{fileExists}from'../../core/bff/file-system.js';import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{buildSqlLockEntry,stripLocalSqlMetadata}from'./shared.js';import{buildDbDirectoryName}from'../../core/sql-sync/utils.js';async function getTargetSqlQueries(_0x53ac07,_0x8987b2,_0x2bdfdc){const _0x364d5f=a174_0xe9ae,_0xfeed22=await scanLocalSqlQueries(_0x53ac07),_0x2f138c=new Map();for(const _0x50115f of _0xfeed22){if(_0x2bdfdc&&_0x50115f[_0x364d5f(0x81)]!==_0x2bdfdc)continue;const _0xe5b137=_0x2f138c[_0x364d5f(0xa0)](_0x50115f['sqlCode'])??[];_0xe5b137['push'](_0x50115f),_0x2f138c['set'](_0x50115f[_0x364d5f(0x81)],_0xe5b137);}if(_0x2bdfdc&&!_0x2f138c[_0x364d5f(0x9e)](_0x2bdfdc))throw CliErrors['validation'](_0x364d5f(0xb4)+_0x2bdfdc);const _0x4929c7=[];for(const [_0x3e7e94,_0x503f6c]of _0x2f138c['entries']()){if(_0x503f6c[_0x364d5f(0x9c)]===0x1){_0x4929c7['push'](_0x503f6c[0x0]);continue;}const _0x18ac56=_0x8987b2['sqls'][_0x3e7e94],_0x4dd262=_0x18ac56?.[_0x364d5f(0xaa)],_0x5a5e92=_0x4dd262?_0x503f6c[_0x364d5f(0xad)](_0x6ca02f=>_0x6ca02f[_0x364d5f(0x92)]!==_0x4dd262):_0x503f6c;if(_0x18ac56&&_0x5a5e92[_0x364d5f(0x9c)]===0x1){_0x4929c7[_0x364d5f(0xac)](_0x5a5e92[0x0]);continue;}throw CliErrors[_0x364d5f(0xb2)]('Multiple\x20local\x20SQL\x20files\x20found\x20for\x20sqlCode\x20'+_0x3e7e94+'.\x20Keep\x20only\x20one\x20file\x20under\x20its\x20sqlCode\x20directory\x20before\x20pushing.');}return _0x4929c7;}export const sqlPush={'service':a174_0x21cb4e(0x84),'command':'push','description':'Push\x20local\x20SQL\x20files\x20to\x20remote','risk':'high-risk-write','flags':[SQLCODE_FLAG_OPTIONAL,{'name':a174_0x21cb4e(0xb0),'type':a174_0x21cb4e(0x82),'description':a174_0x21cb4e(0xa4)}],async 'dryRun'(_0x419734){const _0x351fa2=a174_0x21cb4e,_0x4bc37b=loadSqlProjectConfig(_0x419734[_0x351fa2(0xb3)]),_0x2d187e=await readSqlLockFile(_0x4bc37b['lockFilePath']),{appLock:_0xb5057e}=ensureSqlLockScope(_0x2d187e??createEmptySqlLock(),_0x419734[_0x351fa2(0xb3)],_0x4bc37b[_0x351fa2(0xab)],_0x351fa2(0xac)),_0x238359=await getTargetSqlQueries(_0x4bc37b,_0xb5057e,_0x419734[_0x351fa2(0x7d)](_0x351fa2(0xb9))||undefined),_0x3e0fc1=[];for(const _0x443f67 of _0x238359){const _0x9347d0=await computeSqlFileHash(_0x443f67[_0x351fa2(0xb7)]),_0x5119e7=_0xb5057e[_0x351fa2(0x94)][_0x443f67[_0x351fa2(0x81)]],_0x19e4e5=!!_0x5119e7&&(_0x5119e7[_0x351fa2(0xaa)]!==_0x443f67[_0x351fa2(0x92)]||!!_0x443f67[_0x351fa2(0xa6)]&&_0x5119e7[_0x351fa2(0xa6)]!==_0x443f67[_0x351fa2(0xa6)]);if(!_0x419734['bool'](_0x351fa2(0xb0))&&_0x5119e7&&_0x5119e7[_0x351fa2(0xb8)]===_0x9347d0&&!_0x19e4e5)continue;_0x3e0fc1[_0x351fa2(0xac)](_0x443f67[_0x351fa2(0x81)]);}return{'method':'POST','url':'/smartapi/custom/updateUserCustomSql','body':{'sqlCodes':_0x3e0fc1,'appCode':_0x419734[_0x351fa2(0xb3)]},'description':_0x351fa2(0x86)+_0x3e0fc1[_0x351fa2(0x9c)]+_0x351fa2(0x85)};},async 'execute'(_0x1f1404){const _0x507dec=a174_0x21cb4e,_0x44a72c=loadSqlProjectConfig(_0x1f1404[_0x507dec(0xb3)]),_0x5116fc=await readSqlLockFile(_0x44a72c[_0x507dec(0x90)]),{lockData:_0x555206,appLock:_0x1d0481}=ensureSqlLockScope(_0x5116fc??createEmptySqlLock(),_0x1f1404[_0x507dec(0xb3)],_0x44a72c[_0x507dec(0xab)],_0x507dec(0xac)),_0x53c817=await getTargetSqlQueries(_0x44a72c,_0x1d0481,_0x1f1404[_0x507dec(0x7d)](_0x507dec(0xb9))||undefined);if(_0x53c817[_0x507dec(0x9c)]===0x0)return{'ok':!![],'data':{'pushed':[],'skipped':[],'failed':[]},'message':'No\x20local\x20SQL\x20files\x20found.'};const _0x188882=[],_0x4f906a=[],_0x3ced26=[];for(const _0x25ca9c of _0x53c817){const _0x29725d=_0x1d0481[_0x507dec(0x94)][_0x25ca9c['sqlCode']];if(!_0x29725d){_0x3ced26[_0x507dec(0xac)]({'sqlCode':_0x25ca9c[_0x507dec(0x81)],'error':_0x507dec(0x89)});continue;}try{const _0x31490d=await computeSqlFileHash(_0x25ca9c[_0x507dec(0xb7)]),_0x2c7e10=_0x29725d[_0x507dec(0xaa)]!==_0x25ca9c['relativePath']||!!_0x25ca9c[_0x507dec(0xa6)]&&_0x29725d[_0x507dec(0xa6)]!==_0x25ca9c[_0x507dec(0xa6)];if(!_0x1f1404[_0x507dec(0xaf)]('force')&&_0x29725d['hash']===_0x31490d&&!_0x2c7e10){_0x4f906a[_0x507dec(0xac)]({'sqlCode':_0x25ca9c[_0x507dec(0x81)],'reason':_0x507dec(0x98)});continue;}if(_0x29725d[_0x507dec(0xa2)]==null){_0x3ced26[_0x507dec(0xac)]({'sqlCode':_0x25ca9c[_0x507dec(0x81)],'error':'missing\x20remote\x20version;\x20run\x20`rabetbase\x20sql\x20pull`\x20to\x20refresh\x20version\x20info\x20first'});continue;}const _0x5308b5=await readFile(_0x25ca9c['filePath'],_0x507dec(0xa3)),_0xc603f7=stripLocalSqlMetadata(_0x5308b5,_0x25ca9c[_0x507dec(0x96)]),_0x2eb49e=_0x25ca9c[_0x507dec(0xa6)]||_0x29725d[_0x507dec(0xa6)],_0x11edee=await resolveTargetDbBinding(_0x1f1404[_0x507dec(0xb3)],_0x25ca9c,_0x29725d),_0x2f6b8a=await updateSqlQuery({'id':_0x29725d[_0x507dec(0x95)],'appCode':_0x1f1404['appCode'],'sqlCode':_0x25ca9c[_0x507dec(0x81)],'sqlName':_0x2eb49e,'dbId':_0x11edee[_0x507dec(0x91)],'version':_0x29725d[_0x507dec(0xa2)],'sqlContent':_0xc603f7,'sqlConfig':_0x29725d[_0x507dec(0xa7)]??undefined}),_0x5a0fb8=_0x2f6b8a[_0x507dec(0x91)]?await getDbName(_0x1f1404[_0x507dec(0xb3)],Number(_0x2f6b8a[_0x507dec(0x91)]))[_0x507dec(0x83)](()=>_0x11edee[_0x507dec(0x8b)]):_0x11edee[_0x507dec(0x8b)];_0x1d0481[_0x507dec(0x94)][_0x25ca9c['sqlCode']]={...buildSqlLockEntry(_0x2f6b8a,_0xc603f7,_0x31490d,{'dbName':_0x5a0fb8}),'path':_0x25ca9c[_0x507dec(0x92)],'mode':_0x29725d[_0x507dec(0x96)]},await archivePreviousSqlFileIfNeeded(_0x44a72c,_0x29725d[_0x507dec(0xaa)],_0x25ca9c['relativePath']),_0x188882[_0x507dec(0xac)]({'sqlCode':_0x25ca9c[_0x507dec(0x81)],'remoteId':_0x29725d[_0x507dec(0x95)]});}catch(_0x2d8867){_0x3ced26[_0x507dec(0xac)]({'sqlCode':_0x25ca9c['sqlCode'],'error':_0x2d8867 instanceof Error?_0x2d8867[_0x507dec(0x9d)]:String(_0x2d8867)});}}return _0x1d0481[_0x507dec(0xbb)]=new Date()[_0x507dec(0x8c)](),await writeSqlLockFile(_0x44a72c['lockFilePath'],_0x555206),{'ok':_0x3ced26['length']===0x0,'data':{'pushed':_0x188882,'skipped':_0x4f906a,'failed':_0x3ced26},'message':_0x507dec(0xa5)+_0x188882[_0x507dec(0x9c)]+'\x20pushed,\x20'+_0x4f906a[_0x507dec(0x9c)]+'\x20skipped,\x20'+_0x3ced26['length']+_0x507dec(0xb6)};}};async function archivePreviousSqlFileIfNeeded(_0x533146,_0x298ec7,_0xfef381){const _0x94d76f=a174_0x21cb4e;if(!_0x298ec7||_0x298ec7===_0xfef381)return;const _0x51ce79=join(_0x533146['sqlRootDir'],_0x298ec7);if(!await fileExists(_0x51ce79))return;const _0x92d897=await moveToTrash(_0x533146[_0x94d76f(0x8d)],_0x533146[_0x94d76f(0x80)],_0x51ce79);await cleanupEmptyDirectories(dirname(_0x51ce79),_0x533146[_0x94d76f(0xba)]),void _0x92d897;}async function moveToTrash(_0x1dfb4e,_0x701daa,_0x1c179d){const _0x5576f7=a174_0x21cb4e,_0x36cf5e=new Date()[_0x5576f7(0x8c)]()['replace'](/[:.]/g,'-'),_0x1301bc=relative(_0x1dfb4e,_0x1c179d),_0x30e23c=join(_0x701daa,_0x36cf5e,_0x1301bc);return await mkdir(dirname(_0x30e23c),{'recursive':!![]}),await rename(_0x1c179d,_0x30e23c),_0x30e23c;}async function cleanupEmptyDirectories(_0x1198dd,_0xfbb575){const _0x21ab00=a174_0x21cb4e;let _0x44daa1=resolve(_0x1198dd);const _0xd0cd29=resolve(_0xfbb575);while(_0x44daa1[_0x21ab00(0xb5)](''+_0xd0cd29+sep)||_0x44daa1===_0xd0cd29){if(_0x44daa1===_0xd0cd29)return;try{const _0x4809f7=await readdir(_0x44daa1);if(_0x4809f7[_0x21ab00(0x9c)]>0x0)return;await rmdir(_0x44daa1);}catch{return;}_0x44daa1=dirname(_0x44daa1);}}function a174_0xe9ae(_0x2cab8f,_0x5ecf73){_0x2cab8f=_0x2cab8f-0x7c;const _0x2fce02=a174_0x2fce();let _0xe9ae5a=_0x2fce02[_0x2cab8f];return _0xe9ae5a;}function a174_0x2fce(){const _0x3ca7ab=['Local\x20SQL\x20not\x20found:\x20','startsWith','\x20failed','filePath','hash','sqlcode','sqlRootDir','lastSync','1050474xKqAdw','str','Local\x20directory\x20\x22','isFinite','trashDir','sqlCode','boolean','catch','sql','\x20SQL\x20file(s)','Would\x20push\x20','235653uygvdm','773646TivieL','local\x20SQL\x20is\x20not\x20tracked\x20by\x20sql.lock.json;\x20use\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first','35TTxnWy','dbName','toISOString','projectRoot','join','2CXIUey','lockFilePath','dbId','relativePath','map','sqls','remoteId','mode','37644GbzJYG','unchanged','14ZtSYsx','dbDirectory','559WtdlTC','length','message','has','43752bHbGgI','get','No\x20database\x20matches\x20local\x20directory\x20\x22','version','utf8','Force\x20push\x20even\x20if\x20local\x20hash\x20matches\x20lock','Push\x20complete:\x20','sqlName','sqlConfig','50MnShWm','1125IwIGsf','path','sqlRoot','push','filter','387998wgnqEV','bool','force','412820OzbKQK','validation','appCode'];a174_0x2fce=function(){return _0x3ca7ab;};return a174_0x2fce();}async function resolveTargetDbBinding(_0x1f43bb,_0x2daa0c,_0x383312){const _0x200564=a174_0x21cb4e,_0x23586d=_0x2daa0c[_0x200564(0x9a)];if(!_0x23586d)return{'dbId':_0x383312['dbId'],'dbName':_0x383312[_0x200564(0x8b)]};const _0x55709c=buildDbDirectoryName(_0x383312[_0x200564(0x8b)],_0x383312[_0x200564(0x91)]);if(_0x23586d===_0x55709c)return{'dbId':_0x383312[_0x200564(0x91)],'dbName':_0x383312[_0x200564(0x8b)]};const _0x3ee2a4=parseExplicitDbDirectory(_0x23586d);if(_0x3ee2a4!=null)return{'dbId':_0x3ee2a4,'dbName':await getDbName(_0x1f43bb,_0x3ee2a4)['catch'](()=>undefined)};const _0x568265=await listDatabases(_0x1f43bb),_0x553a8b=_0x568265[_0x200564(0xad)](_0x3a65bd=>buildDbDirectoryName(_0x3a65bd['dbName'],_0x3a65bd[_0x200564(0x91)])===_0x23586d);if(_0x553a8b[_0x200564(0x9c)]===0x1)return{'dbId':_0x553a8b[0x0][_0x200564(0x91)],'dbName':_0x553a8b[0x0]['dbName']};if(_0x553a8b[_0x200564(0x9c)]===0x0)throw CliErrors['validation'](_0x200564(0xa1)+_0x23586d+'\x22\x20for\x20sqlCode\x20'+_0x2daa0c['sqlCode']+'.');const _0x5d4ae2=_0x553a8b[_0x200564(0x93)](_0x8fcb42=>_0x8fcb42[_0x200564(0x8b)]+'\x20('+_0x8fcb42[_0x200564(0x91)]+')')[_0x200564(0x8e)](',\x20');throw CliErrors['validation'](_0x200564(0x7e)+_0x23586d+'\x22\x20matches\x20multiple\x20databases\x20for\x20sqlCode\x20'+_0x2daa0c[_0x200564(0x81)]+':\x20'+_0x5d4ae2);}function parseExplicitDbDirectory(_0x40396b){const _0x27c112=a174_0x21cb4e,_0x42fd4d=/^db-(\d+)$/['exec'](_0x40396b);if(!_0x42fd4d)return null;const _0x1b89d9=Number(_0x42fd4d[0x1]);return Number[_0x27c112(0x7f)](_0x1b89d9)&&_0x1b89d9>0x0?_0x1b89d9:null;}
|
|
1
|
+
const a176_0x782f01=a176_0x12ea;(function(_0x2c70f5,_0x121119){const _0x189905=a176_0x12ea,_0x2a8852=_0x2c70f5();while(!![]){try{const _0x52b5d6=-parseInt(_0x189905(0x206))/0x1*(-parseInt(_0x189905(0x1f4))/0x2)+parseInt(_0x189905(0x213))/0x3*(-parseInt(_0x189905(0x22b))/0x4)+-parseInt(_0x189905(0x212))/0x5*(parseInt(_0x189905(0x21c))/0x6)+parseInt(_0x189905(0x1fe))/0x7+parseInt(_0x189905(0x1f2))/0x8+-parseInt(_0x189905(0x221))/0x9*(-parseInt(_0x189905(0x21b))/0xa)+parseInt(_0x189905(0x210))/0xb*(-parseInt(_0x189905(0x204))/0xc);if(_0x52b5d6===_0x121119)break;else _0x2a8852['push'](_0x2a8852['shift']());}catch(_0x298ccc){_0x2a8852['push'](_0x2a8852['shift']());}}}(a176_0x26fb,0x19a12));import{mkdir,readFile,readdir,rename,rmdir}from'node:fs/promises';import{dirname,join,relative,resolve,sep}from'node:path';import{updateSqlQuery}from'../../core/api-client.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{getDbName,listDatabases}from'../../core/db-resolver.js';import{scanLocalSqlQueries}from'../../core/sql-sync/file-system.js';import{computeSqlFileHash}from'../../core/sql-sync/hash.js';import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile,writeSqlLockFile}from'../../core/sql-sync/lock.js';import{fileExists}from'../../core/bff/file-system.js';function a176_0x12ea(_0x48a81b,_0x32a476){_0x48a81b=_0x48a81b-0x1ec;const _0x26fb80=a176_0x26fb();let _0x12eaa1=_0x26fb80[_0x48a81b];return _0x12eaa1;}import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{buildSqlLockEntry,stripLocalSqlMetadata}from'./shared.js';import{buildDbDirectoryName}from'../../core/sql-sync/utils.js';async function getTargetSqlQueries(_0x5a58c9,_0x16fa3b,_0x286cd3){const _0x4e5e4b=a176_0x12ea,_0x23677a=await scanLocalSqlQueries(_0x5a58c9),_0x300a9d=new Map();for(const _0x38d6a5 of _0x23677a){if(_0x286cd3&&_0x38d6a5[_0x4e5e4b(0x219)]!==_0x286cd3)continue;const _0x133650=_0x300a9d[_0x4e5e4b(0x205)](_0x38d6a5['sqlCode'])??[];_0x133650[_0x4e5e4b(0x20f)](_0x38d6a5),_0x300a9d[_0x4e5e4b(0x1fa)](_0x38d6a5[_0x4e5e4b(0x219)],_0x133650);}if(_0x286cd3&&!_0x300a9d[_0x4e5e4b(0x220)](_0x286cd3))throw CliErrors[_0x4e5e4b(0x20a)](_0x4e5e4b(0x229)+_0x286cd3);const _0xe16cfd=[];for(const [_0x1db2da,_0x37149c]of _0x300a9d[_0x4e5e4b(0x228)]()){if(_0x37149c[_0x4e5e4b(0x224)]===0x1){_0xe16cfd[_0x4e5e4b(0x20f)](_0x37149c[0x0]);continue;}const _0x48703b=_0x16fa3b[_0x4e5e4b(0x20e)][_0x1db2da],_0x39bd07=_0x48703b?.[_0x4e5e4b(0x1fb)],_0x199759=_0x39bd07?_0x37149c[_0x4e5e4b(0x222)](_0x415b4f=>_0x415b4f[_0x4e5e4b(0x202)]!==_0x39bd07):_0x37149c;if(_0x48703b&&_0x199759[_0x4e5e4b(0x224)]===0x1){_0xe16cfd[_0x4e5e4b(0x20f)](_0x199759[0x0]);continue;}throw CliErrors[_0x4e5e4b(0x20a)](_0x4e5e4b(0x1fc)+_0x1db2da+_0x4e5e4b(0x1f6));}return _0xe16cfd;}export const sqlPush={'service':a176_0x782f01(0x20b),'command':a176_0x782f01(0x20f),'description':a176_0x782f01(0x226),'risk':a176_0x782f01(0x223),'flags':[SQLCODE_FLAG_OPTIONAL,{'name':a176_0x782f01(0x22a),'type':a176_0x782f01(0x21a),'description':a176_0x782f01(0x1f5)}],async 'dryRun'(_0x166a26){const _0x4c0ae6=a176_0x782f01,_0x17169e=loadSqlProjectConfig(_0x166a26[_0x4c0ae6(0x227)]),_0x107ce7=await readSqlLockFile(_0x17169e[_0x4c0ae6(0x1ed)]),{appLock:_0x2f7080}=ensureSqlLockScope(_0x107ce7??createEmptySqlLock(),_0x166a26[_0x4c0ae6(0x227)],_0x17169e[_0x4c0ae6(0x1ef)],_0x4c0ae6(0x20f)),_0x3288e2=await getTargetSqlQueries(_0x17169e,_0x2f7080,_0x166a26[_0x4c0ae6(0x20c)]('sqlcode')||undefined),_0x12baaa=[];for(const _0x48c049 of _0x3288e2){const _0x2d5391=await computeSqlFileHash(_0x48c049[_0x4c0ae6(0x211)]),_0xdbf4c8=_0x2f7080[_0x4c0ae6(0x20e)][_0x48c049[_0x4c0ae6(0x219)]],_0x48ec12=!!_0xdbf4c8&&(_0xdbf4c8[_0x4c0ae6(0x1fb)]!==_0x48c049[_0x4c0ae6(0x202)]||!!_0x48c049[_0x4c0ae6(0x21f)]&&_0xdbf4c8['sqlName']!==_0x48c049[_0x4c0ae6(0x21f)]);if(!_0x166a26[_0x4c0ae6(0x1f0)]('force')&&_0xdbf4c8&&_0xdbf4c8['hash']===_0x2d5391&&!_0x48ec12)continue;_0x12baaa[_0x4c0ae6(0x20f)](_0x48c049[_0x4c0ae6(0x219)]);}return{'method':_0x4c0ae6(0x218),'url':'/smartapi/custom/updateUserCustomSql','body':{'sqlCodes':_0x12baaa,'appCode':_0x166a26['appCode']},'description':'Would\x20push\x20'+_0x12baaa[_0x4c0ae6(0x224)]+'\x20SQL\x20file(s)'};},async 'execute'(_0x5e4a88){const _0x476e20=a176_0x782f01,_0x1bdb33=loadSqlProjectConfig(_0x5e4a88['appCode']),_0x5f0627=await readSqlLockFile(_0x1bdb33[_0x476e20(0x1ed)]),{lockData:_0x21cd18,appLock:_0x4bd197}=ensureSqlLockScope(_0x5f0627??createEmptySqlLock(),_0x5e4a88['appCode'],_0x1bdb33[_0x476e20(0x1ef)],'push'),_0x200c16=await getTargetSqlQueries(_0x1bdb33,_0x4bd197,_0x5e4a88['str'](_0x476e20(0x21d))||undefined);if(_0x200c16['length']===0x0)return{'ok':!![],'data':{'pushed':[],'skipped':[],'failed':[]},'message':_0x476e20(0x21e)};const _0x29c986=[],_0x5e6f25=[],_0x24fd0d=[];for(const _0x509ba5 of _0x200c16){const _0x292e5a=_0x4bd197['sqls'][_0x509ba5[_0x476e20(0x219)]];if(!_0x292e5a){_0x24fd0d[_0x476e20(0x20f)]({'sqlCode':_0x509ba5['sqlCode'],'error':_0x476e20(0x20d)});continue;}try{const _0xa144da=await computeSqlFileHash(_0x509ba5[_0x476e20(0x211)]),_0x28c753=_0x292e5a[_0x476e20(0x1fb)]!==_0x509ba5[_0x476e20(0x202)]||!!_0x509ba5[_0x476e20(0x21f)]&&_0x292e5a[_0x476e20(0x21f)]!==_0x509ba5[_0x476e20(0x21f)];if(!_0x5e4a88[_0x476e20(0x1f0)]('force')&&_0x292e5a['hash']===_0xa144da&&!_0x28c753){_0x5e6f25[_0x476e20(0x20f)]({'sqlCode':_0x509ba5[_0x476e20(0x219)],'reason':'unchanged'});continue;}if(_0x292e5a[_0x476e20(0x215)]==null){_0x24fd0d[_0x476e20(0x20f)]({'sqlCode':_0x509ba5[_0x476e20(0x219)],'error':_0x476e20(0x1f8)});continue;}const _0x5e6faa=await readFile(_0x509ba5[_0x476e20(0x211)],'utf8'),_0x176a26=stripLocalSqlMetadata(_0x5e6faa,_0x509ba5[_0x476e20(0x208)]),_0x4f26ef=_0x509ba5[_0x476e20(0x21f)]||_0x292e5a[_0x476e20(0x21f)],_0x621c7f=await resolveTargetDbBinding(_0x5e4a88['appCode'],_0x509ba5,_0x292e5a),_0x489e3a=await updateSqlQuery({'id':_0x292e5a['remoteId'],'appCode':_0x5e4a88[_0x476e20(0x227)],'sqlCode':_0x509ba5[_0x476e20(0x219)],'sqlName':_0x4f26ef,'dbId':_0x621c7f[_0x476e20(0x216)],'version':_0x292e5a[_0x476e20(0x215)],'sqlContent':_0x176a26,'sqlConfig':_0x292e5a['sqlConfig']??undefined}),_0x551100=_0x489e3a[_0x476e20(0x216)]?await getDbName(_0x5e4a88['appCode'],Number(_0x489e3a[_0x476e20(0x216)]))['catch'](()=>_0x621c7f[_0x476e20(0x1ec)]):_0x621c7f[_0x476e20(0x1ec)];_0x4bd197['sqls'][_0x509ba5[_0x476e20(0x219)]]={...buildSqlLockEntry(_0x489e3a,_0x176a26,_0xa144da,{'dbName':_0x551100}),'path':_0x509ba5[_0x476e20(0x202)],'mode':_0x292e5a['mode']},await archivePreviousSqlFileIfNeeded(_0x1bdb33,_0x292e5a[_0x476e20(0x1fb)],_0x509ba5[_0x476e20(0x202)]),_0x29c986[_0x476e20(0x20f)]({'sqlCode':_0x509ba5[_0x476e20(0x219)],'remoteId':_0x292e5a[_0x476e20(0x1f1)]});}catch(_0xf6ab4c){_0x24fd0d[_0x476e20(0x20f)]({'sqlCode':_0x509ba5['sqlCode'],'error':_0xf6ab4c instanceof Error?_0xf6ab4c['message']:String(_0xf6ab4c)});}}return _0x4bd197[_0x476e20(0x209)]=new Date()[_0x476e20(0x1f9)](),await writeSqlLockFile(_0x1bdb33[_0x476e20(0x1ed)],_0x21cd18),{'ok':_0x24fd0d['length']===0x0,'data':{'pushed':_0x29c986,'skipped':_0x5e6f25,'failed':_0x24fd0d},'message':'Push\x20complete:\x20'+_0x29c986['length']+'\x20pushed,\x20'+_0x5e6f25[_0x476e20(0x224)]+'\x20skipped,\x20'+_0x24fd0d['length']+_0x476e20(0x214)};}};function a176_0x26fb(){const _0x1435e7=['sql','str','local\x20SQL\x20is\x20not\x20tracked\x20by\x20sql.lock.json;\x20use\x20`rabetbase\x20sql\x20create`\x20or\x20`rabetbase\x20sql\x20pull`\x20first','sqls','push','50171XzUQOC','filePath','219405cDfJix','50943yoTjcp','\x20failed','version','dbId','startsWith','POST','sqlCode','boolean','10awxHSm','6mGCNMs','sqlcode','No\x20local\x20SQL\x20files\x20found.','sqlName','has','1644291BXIaLT','filter','high-risk-write','length','sqlRootDir','Push\x20local\x20SQL\x20files\x20to\x20remote','appCode','entries','Local\x20SQL\x20not\x20found:\x20','force','20zkJnfI','dbName','lockFilePath','dbDirectory','sqlRoot','bool','remoteId','269752Swxqpi','replace','4NAHEQl','Force\x20push\x20even\x20if\x20local\x20hash\x20matches\x20lock','.\x20Keep\x20only\x20one\x20file\x20under\x20its\x20sqlCode\x20directory\x20before\x20pushing.','\x22\x20for\x20sqlCode\x20','missing\x20remote\x20version;\x20run\x20`rabetbase\x20sql\x20pull`\x20to\x20refresh\x20version\x20info\x20first','toISOString','set','path','Multiple\x20local\x20SQL\x20files\x20found\x20for\x20sqlCode\x20','trashDir','286209fUlmDK','\x22\x20matches\x20multiple\x20databases\x20for\x20sqlCode\x20','No\x20database\x20matches\x20local\x20directory\x20\x22','isFinite','relativePath','exec','588ptNyVi','get','99974hnUxpa','projectRoot','mode','lastSync','validation'];a176_0x26fb=function(){return _0x1435e7;};return a176_0x26fb();}async function archivePreviousSqlFileIfNeeded(_0x57265c,_0x1225c3,_0x20daa7){const _0x115432=a176_0x782f01;if(!_0x1225c3||_0x1225c3===_0x20daa7)return;const _0x176a5c=join(_0x57265c['sqlRootDir'],_0x1225c3);if(!await fileExists(_0x176a5c))return;const _0x1a468e=await moveToTrash(_0x57265c[_0x115432(0x207)],_0x57265c[_0x115432(0x1fd)],_0x176a5c);await cleanupEmptyDirectories(dirname(_0x176a5c),_0x57265c[_0x115432(0x225)]),void _0x1a468e;}async function moveToTrash(_0x342161,_0x42c798,_0x2ba801){const _0x199739=a176_0x782f01,_0x39bd2f=new Date()[_0x199739(0x1f9)]()[_0x199739(0x1f3)](/[:.]/g,'-'),_0x41478f=relative(_0x342161,_0x2ba801),_0x56b3d9=join(_0x42c798,_0x39bd2f,_0x41478f);return await mkdir(dirname(_0x56b3d9),{'recursive':!![]}),await rename(_0x2ba801,_0x56b3d9),_0x56b3d9;}async function cleanupEmptyDirectories(_0x165e76,_0x1ac53f){const _0x243306=a176_0x782f01;let _0xffda22=resolve(_0x165e76);const _0x67f621=resolve(_0x1ac53f);while(_0xffda22[_0x243306(0x217)](''+_0x67f621+sep)||_0xffda22===_0x67f621){if(_0xffda22===_0x67f621)return;try{const _0x586ed3=await readdir(_0xffda22);if(_0x586ed3[_0x243306(0x224)]>0x0)return;await rmdir(_0xffda22);}catch{return;}_0xffda22=dirname(_0xffda22);}}async function resolveTargetDbBinding(_0x57132a,_0x3a095e,_0x523d70){const _0x7e816f=a176_0x782f01,_0x42ad4e=_0x3a095e[_0x7e816f(0x1ee)];if(!_0x42ad4e)return{'dbId':_0x523d70['dbId'],'dbName':_0x523d70[_0x7e816f(0x1ec)]};const _0x4d44c2=buildDbDirectoryName(_0x523d70[_0x7e816f(0x1ec)],_0x523d70['dbId']);if(_0x42ad4e===_0x4d44c2)return{'dbId':_0x523d70['dbId'],'dbName':_0x523d70[_0x7e816f(0x1ec)]};const _0x546e98=parseExplicitDbDirectory(_0x42ad4e);if(_0x546e98!=null)return{'dbId':_0x546e98,'dbName':await getDbName(_0x57132a,_0x546e98)['catch'](()=>undefined)};const _0x5569cb=await listDatabases(_0x57132a),_0x59fb30=_0x5569cb[_0x7e816f(0x222)](_0x31af1b=>buildDbDirectoryName(_0x31af1b['dbName'],_0x31af1b[_0x7e816f(0x216)])===_0x42ad4e);if(_0x59fb30['length']===0x1)return{'dbId':_0x59fb30[0x0][_0x7e816f(0x216)],'dbName':_0x59fb30[0x0][_0x7e816f(0x1ec)]};if(_0x59fb30[_0x7e816f(0x224)]===0x0)throw CliErrors[_0x7e816f(0x20a)](_0x7e816f(0x200)+_0x42ad4e+_0x7e816f(0x1f7)+_0x3a095e['sqlCode']+'.');const _0x313a33=_0x59fb30['map'](_0x443635=>_0x443635[_0x7e816f(0x1ec)]+'\x20('+_0x443635[_0x7e816f(0x216)]+')')['join'](',\x20');throw CliErrors['validation']('Local\x20directory\x20\x22'+_0x42ad4e+_0x7e816f(0x1ff)+_0x3a095e[_0x7e816f(0x219)]+':\x20'+_0x313a33);}function parseExplicitDbDirectory(_0x44bc39){const _0x1e3954=a176_0x782f01,_0x2ad1d6=/^db-(\d+)$/[_0x1e3954(0x203)](_0x44bc39);if(!_0x2ad1d6)return null;const _0x396cfa=Number(_0x2ad1d6[0x1]);return Number[_0x1e3954(0x201)](_0x396cfa)&&_0x396cfa>0x0?_0x396cfa:null;}
|
package/lib/commands/sql/save.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a177_0x1897(_0x2958cd,_0x192b4b){_0x2958cd=_0x2958cd-0x125;const _0x3987fb=a177_0x3987();let _0x189793=_0x3987fb[_0x2958cd];return _0x189793;}function a177_0x3987(){const _0x506901=['save','validation','748359HAmWsL','1821496fZwLuM','Update\x20existing\x20SQL\x20by\x20editing\x20the\x20synced\x20file\x20under\x20`.rabetbase/sql/<appCode>/<dbName|db-<id>>/`\x20and\x20then\x20running\x20`rabetbase\x20sql\x20push\x20--sqlcode\x20<code>\x20--yes`.','46188EhzvGK','71562ZAbvcq','Deprecated:\x20use\x20sql\x20create\x20to\x20create\x20and\x20sql\x20push\x20to\x20update','Path\x20to\x20the\x20SQL\x20file','9596JmprQM','245zmwPMg','`rabetbase\x20sql\x20save`\x20has\x20been\x20deprecated.','30qPhoGR','file','3066CceFZn','sql','588275ZZAEvJ','39VFjwJw','Query\x20description','string','Target\x20database\x20—\x20accepts\x20a\x20numeric\x20ID\x20or\x20database\x20name\x20(e.g.\x20ecommerce_db)','SQL\x20query\x20display\x20name','sqlname'];a177_0x3987=function(){return _0x506901;};return a177_0x3987();}const a177_0x53e75a=a177_0x1897;(function(_0x38da82,_0x4af870){const _0x4b7989=a177_0x1897,_0xd6558f=_0x38da82();while(!![]){try{const _0x2a439d=parseInt(_0x4b7989(0x139))/0x1+-parseInt(_0x4b7989(0x125))/0x2*(parseInt(_0x4b7989(0x12d))/0x3)+parseInt(_0x4b7989(0x138))/0x4+parseInt(_0x4b7989(0x12c))/0x5+-parseInt(_0x4b7989(0x12a))/0x6*(parseInt(_0x4b7989(0x126))/0x7)+-parseInt(_0x4b7989(0x136))/0x8+parseInt(_0x4b7989(0x135))/0x9*(parseInt(_0x4b7989(0x128))/0xa);if(_0x2a439d===_0x4af870)break;else _0xd6558f['push'](_0xd6558f['shift']());}catch(_0x3a84d8){_0xd6558f['push'](_0xd6558f['shift']());}}}(a177_0x3987,0x22bbf));import{CliErrors}from'../../errors.js';import{SQLCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';const SQL_SAVE_DEPRECATED_HINT=[a177_0x53e75a(0x127),'Create\x20new\x20SQL\x20with\x20`rabetbase\x20sql\x20create\x20--name\x20<name>\x20--db-id\x20<id>\x20--mode\x20sql|mybatisXml`.',a177_0x53e75a(0x137)]['join']('\x0a');export const sqlSave={'service':a177_0x53e75a(0x12b),'command':a177_0x53e75a(0x133),'description':a177_0x53e75a(0x13a),'risk':'write','requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a177_0x53e75a(0x129),'type':a177_0x53e75a(0x12f),'required':!![],'description':a177_0x53e75a(0x13b)},SQLCODE_FLAG_OPTIONAL,{'name':a177_0x53e75a(0x132),'type':a177_0x53e75a(0x12f),'description':a177_0x53e75a(0x131)},{'name':'db','type':'string','description':a177_0x53e75a(0x130)},{'name':'description','type':a177_0x53e75a(0x12f),'description':a177_0x53e75a(0x12e)}],async 'validate'(){const _0x59cc06=a177_0x53e75a;throw CliErrors[_0x59cc06(0x134)](SQL_SAVE_DEPRECATED_HINT);},async 'execute'(){const _0x5a4389=a177_0x53e75a;throw CliErrors[_0x5a4389(0x134)](SQL_SAVE_DEPRECATED_HINT);}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a178_0x46e33c=a178_0x2e1c;(function(_0x9abdc8,_0xf1696f){const _0x23a325=a178_0x2e1c,_0xab418f=_0x9abdc8();while(!![]){try{const _0x578325=parseInt(_0x23a325(0x1ad))/0x1*(parseInt(_0x23a325(0x1c6))/0x2)+parseInt(_0x23a325(0x1a8))/0x3+-parseInt(_0x23a325(0x1c9))/0x4*(-parseInt(_0x23a325(0x1be))/0x5)+-parseInt(_0x23a325(0x1ab))/0x6*(-parseInt(_0x23a325(0x1c4))/0x7)+-parseInt(_0x23a325(0x1b6))/0x8*(parseInt(_0x23a325(0x1ca))/0x9)+-parseInt(_0x23a325(0x1b3))/0xa*(-parseInt(_0x23a325(0x1b2))/0xb)+parseInt(_0x23a325(0x1cb))/0xc*(-parseInt(_0x23a325(0x1a3))/0xd);if(_0x578325===_0xf1696f)break;else _0xab418f['push'](_0xab418f['shift']());}catch(_0x5726f9){_0xab418f['push'](_0xab418f['shift']());}}}(a178_0x350a,0x614e7));import{createInterface}from'node:readline';import{join}from'node:path';import{buildDefaultSqlFileName,buildSqlRelativePath,detectSqlMode}from'../../core/sql-sync/utils.js';export const SQL_LOCAL_REL_DIR=a178_0x46e33c(0x1b5);export function buildSqlLockEntry(_0x3d7bad,_0x354445,_0x4bdd85,_0x426f40){const _0x32929f=a178_0x46e33c,_0x12cacd=detectSqlMode(_0x354445);return{'path':buildSqlRelativePath(_0x3d7bad[_0x32929f(0x1c7)],_0x3d7bad[_0x32929f(0x1c5)],_0x426f40?.['dbName'],_0x12cacd,_0x3d7bad[_0x32929f(0x1a9)]),'hash':_0x4bdd85,'remoteId':_0x3d7bad['id'],'version':_0x3d7bad[_0x32929f(0x1c2)],'dbId':Number(_0x3d7bad[_0x32929f(0x1a9)]),'dbName':_0x426f40?.['dbName'],'sqlName':_0x3d7bad[_0x32929f(0x1c5)],'sqlConfig':_0x3d7bad['sqlConfig']??undefined,'mode':_0x12cacd};}export function cloneSqlLockData(_0x12a0a5){const _0x26dc5f=a178_0x46e33c;return{'apps':Object['fromEntries'](Object[_0x26dc5f(0x1a5)](_0x12a0a5['apps'])['map'](([_0x3eb0e1,_0x62a2d6])=>[_0x3eb0e1,{'sqlRoot':_0x62a2d6[_0x26dc5f(0x1ac)],'lastSync':_0x62a2d6['lastSync'],'sqls':{..._0x62a2d6[_0x26dc5f(0x1b0)]}}]))};}export function ensureRemoteSqlContent(_0x402774){const _0x4c08fd=a178_0x46e33c;return _0x402774[_0x4c08fd(0x1bc)]??'';}function a178_0x2e1c(_0x3043e5,_0x54e4dd){_0x3043e5=_0x3043e5-0x19d;const _0x350adc=a178_0x350a();let _0x2e1cd8=_0x350adc[_0x3043e5];return _0x2e1cd8;}export function buildLocalSqlFileContent(_0x38f6fc,_0x42d8d8,_0x5750d6){const _0x1bb52e=a178_0x46e33c,_0x4a707c=_0x5750d6?.[_0x1bb52e(0x1c0)]??detectSqlMode(_0x42d8d8),_0x5cecca=stripLocalSqlMetadata(_0x42d8d8,_0x4a707c)[_0x1bb52e(0x1a6)](),_0x2a09f3=[...buildMetadataHeaderLines({'sqlCode':_0x38f6fc[_0x1bb52e(0x1c7)],'sqlName':_0x38f6fc[_0x1bb52e(0x1c5)],'dbId':_0x38f6fc[_0x1bb52e(0x1a9)],'dbName':_0x5750d6?.['dbName'],'mode':_0x4a707c,'syncedAt':_0x5750d6?.[_0x1bb52e(0x1c3)],'description':_0x5750d6?.[_0x1bb52e(0x1af)]},_0x4a707c),'',_0x5cecca],_0xca3071=_0x2a09f3[_0x1bb52e(0x1bd)]('\x0a');return _0xca3071[_0x1bb52e(0x1bb)]('\x0a')?_0xca3071:_0xca3071+'\x0a';}export function stripLocalSqlMetadata(_0x592192,_0x4fd000){const _0x3260a3=a178_0x46e33c,_0x3a3960=_0x592192[_0x3260a3(0x1b8)](/\r\n/g,'\x0a')[_0x3260a3(0x1aa)]('\x0a'),_0x363de8=[];let _0x59d1e4=0x0;if(_0x4fd000===_0x3260a3(0x1b9))while(_0x59d1e4<_0x3a3960[_0x3260a3(0x1b7)]){const _0x4e90df=_0x3a3960[_0x59d1e4]??'';if(/^\s*<!--\s*@lovrabet\./[_0x3260a3(0x1a2)](_0x4e90df)){_0x59d1e4++;continue;}if(_0x4e90df[_0x3260a3(0x1a6)]()===''&&_0x59d1e4>0x0){_0x59d1e4++;continue;}break;}else while(_0x59d1e4<_0x3a3960[_0x3260a3(0x1b7)]){const _0x341249=_0x3a3960[_0x59d1e4]??'';if(/^\s*--\s*@lovrabet\./[_0x3260a3(0x1a2)](_0x341249)){_0x59d1e4++;continue;}if(_0x341249['trim']()===''&&_0x59d1e4>0x0){_0x59d1e4++;continue;}break;}for(;_0x59d1e4<_0x3a3960[_0x3260a3(0x1b7)];_0x59d1e4++){_0x363de8[_0x3260a3(0x19d)](_0x3a3960[_0x59d1e4]);}return _0x363de8[_0x3260a3(0x1bd)]('\x0a')[_0x3260a3(0x1a4)]();}export function resolveSqlMode(_0x4fb61b,_0x11f86c){const _0x28449d=a178_0x46e33c;if(_0x11f86c?.[_0x28449d(0x1c0)])return _0x11f86c[_0x28449d(0x1c0)];return detectSqlMode(_0x4fb61b);}function a178_0x350a(){const _0x119c19=['616055MIgtGb','40IqHWhw','stdin','.rabetbase/sql','168lawvkC','length','replace','mybatisXml','path','endsWith','sqlContent','join','1756195WVHoke','yes','mode','stderr','version','syncedAt','7SYbacT','sqlName','4dnrCwB','sqlCode','map','4TVTSji','118953BqrmzG','12ktEFHv','<!--\x20@lovrabet.','includes','push','dbName','filter','question','--\x20@lovrabet.','test','17819971bLCweq','trimStart','entries','trim','\x20[y/N]\x20','35133UFOYWK','dbId','split','4287270FpOjDE','sqlRoot','372688ZaXhld','close','description','sqls','toLowerCase'];a178_0x350a=function(){return _0x119c19;};return a178_0x350a();}export function resolveSqlFileName(_0x2cf7ac,_0x26982b,_0x3d96b0){const _0x10e5ab=a178_0x46e33c;if(_0x3d96b0?.[_0x10e5ab(0x1ba)])return _0x3d96b0[_0x10e5ab(0x1ba)];if(_0x3d96b0?.[_0x10e5ab(0x1c5)]||_0x3d96b0?.[_0x10e5ab(0x19e)])return buildSqlRelativePath(_0x2cf7ac,_0x3d96b0?.[_0x10e5ab(0x1c5)],_0x3d96b0?.[_0x10e5ab(0x19e)],resolveSqlMode(_0x26982b,_0x3d96b0),_0x3d96b0?.[_0x10e5ab(0x1a9)]);return buildDefaultSqlFileName(_0x2cf7ac,resolveSqlMode(_0x26982b,_0x3d96b0));}export function resolveSqlLocalDir(_0x4e72d4,_0x578180){return join(_0x4e72d4,SQL_LOCAL_REL_DIR,_0x578180);}export async function confirmForceOverwrite(_0x1c3042){const _0xcce0a5=a178_0x46e33c,_0x52986b=createInterface({'input':process[_0xcce0a5(0x1b4)],'output':process[_0xcce0a5(0x1c1)]}),_0xbf15d=await new Promise(_0x273fd7=>{const _0x1911f8=_0xcce0a5;_0x52986b[_0x1911f8(0x1a0)](_0x1c3042+_0x1911f8(0x1a7),_0x273fd7);});return _0x52986b[_0xcce0a5(0x1ae)](),['y',_0xcce0a5(0x1bf)][_0xcce0a5(0x1cd)](_0xbf15d['trim']()[_0xcce0a5(0x1b1)]());}export function findSqlLockScope(_0x58c917,_0x1e889d){return _0x58c917['apps'][_0x1e889d];}function buildMetadataHeaderLines(_0x16a071,_0x4dcc63){const _0x214605=a178_0x46e33c,_0x23f8c7=[[_0x214605(0x1c7),_0x16a071[_0x214605(0x1c7)]],[_0x214605(0x1c5),_0x16a071['sqlName']],[_0x214605(0x1a9),_0x16a071[_0x214605(0x1a9)]],[_0x214605(0x19e),_0x16a071[_0x214605(0x19e)]],['mode',_0x16a071[_0x214605(0x1c0)]],[_0x214605(0x1c3),_0x16a071[_0x214605(0x1c3)]],[_0x214605(0x1af),_0x16a071[_0x214605(0x1af)]]];if(_0x4dcc63==='mybatisXml')return _0x23f8c7[_0x214605(0x19f)](([,_0x2bde47])=>_0x2bde47!==undefined&&_0x2bde47!==null&&String(_0x2bde47)[_0x214605(0x1a6)]()!=='')['map'](([_0x2313f4,_0x3ab78f])=>_0x214605(0x1cc)+_0x2313f4+':\x20'+String(_0x3ab78f)+'\x20-->');return _0x23f8c7[_0x214605(0x19f)](([,_0x5aeab1])=>_0x5aeab1!==undefined&&_0x5aeab1!==null&&String(_0x5aeab1)[_0x214605(0x1a6)]()!=='')[_0x214605(0x1c8)](([_0x15aeb5,_0x32fc49])=>_0x214605(0x1a1)+_0x15aeb5+':\x20'+String(_0x32fc49));}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a179_0x1442f6=a179_0x229e;(function(_0x29ec40,_0x1598d1){const _0x2d65d0=a179_0x229e,_0x270748=_0x29ec40();while(!![]){try{const _0x1ba4a2=-parseInt(_0x2d65d0(0x137))/0x1*(-parseInt(_0x2d65d0(0x11a))/0x2)+-parseInt(_0x2d65d0(0x11e))/0x3+parseInt(_0x2d65d0(0x12a))/0x4*(-parseInt(_0x2d65d0(0x119))/0x5)+parseInt(_0x2d65d0(0x131))/0x6+-parseInt(_0x2d65d0(0x125))/0x7*(parseInt(_0x2d65d0(0x127))/0x8)+parseInt(_0x2d65d0(0x12f))/0x9*(-parseInt(_0x2d65d0(0x123))/0xa)+-parseInt(_0x2d65d0(0x11c))/0xb*(-parseInt(_0x2d65d0(0x130))/0xc);if(_0x1ba4a2===_0x1598d1)break;else _0x270748['push'](_0x270748['shift']());}catch(_0x2eb645){_0x270748['push'](_0x270748['shift']());}}}(a179_0x261d,0x8628d));import{listSqlQueries}from'../../core/api-client.js';import{loadSqlProjectConfig}from'../../core/sql-sync/config.js';import{scanLocalSqlQueries}from'../../core/sql-sync/file-system.js';import{computeSqlFileHash}from'../../core/sql-sync/hash.js';function a179_0x261d(){const _0xd6a1db=['paging','2690073VQnKRC','36408WQRGCa','1719012PDfjca','Check\x20local\x20SQL\x20sync\x20status\x20against\x20lock\x20file','sqlRoot','remote','sqls','relativePath','203964kVqIAT','\x20remote-only','map','has','hash','182445JmXmUO','4lJYtWu','totalCount','3102vivGck','sqlCode','509076YuoSMK','\x20added,\x20','status','lockKey','sql','10aWLExr','push','35sIPkfJ','appCode','675912oRsqfv','keys','All\x20SQL\x20queries\x20are\x20in\x20sync.','12YLzvlb','length','sqlName','\x20modified,\x20'];a179_0x261d=function(){return _0xd6a1db;};return a179_0x261d();}import{createEmptySqlLock,ensureSqlLockScope,readSqlLockFile}from'../../core/sql-sync/lock.js';const PAGE_SIZE=0x64;async function fetchAllSqlCodes(_0x506fa7){const _0x16c701=a179_0x229e,_0x24dea0=[];let _0x1b2b2b=0x1;while(!![]){const _0x556e56=await listSqlQueries(_0x506fa7,{'currentPage':_0x1b2b2b,'pageSize':PAGE_SIZE}),_0xb3bd48=_0x556e56['tableData']??[];_0x24dea0[_0x16c701(0x124)](..._0xb3bd48[_0x16c701(0x139)](_0xa347d3=>_0xa347d3[_0x16c701(0x11d)]));if(_0xb3bd48['length']===0x0)break;const _0x47fa00=_0x556e56[_0x16c701(0x12e)]?.[_0x16c701(0x11b)];if(_0x47fa00!=null?_0x24dea0[_0x16c701(0x12b)]>=_0x47fa00:_0xb3bd48[_0x16c701(0x12b)]<PAGE_SIZE)break;_0x1b2b2b++;}return _0x24dea0;}function a179_0x229e(_0xbbdda7,_0x5e8340){_0xbbdda7=_0xbbdda7-0x118;const _0x261d31=a179_0x261d();let _0x229e7b=_0x261d31[_0xbbdda7];return _0x229e7b;}export const sqlStatus={'service':a179_0x1442f6(0x122),'command':a179_0x1442f6(0x120),'description':a179_0x1442f6(0x132),'risk':'read','flags':[{'name':a179_0x1442f6(0x134),'type':'boolean','description':'Also\x20check\x20for\x20remote-only\x20SQL\x20queries\x20not\x20present\x20locally'}],async 'execute'(_0x5b9045){const _0xaebce0=a179_0x1442f6,_0x251064=loadSqlProjectConfig(_0x5b9045[_0xaebce0(0x126)]),_0x49ecb5=await readSqlLockFile(_0x251064['lockFilePath']),{appLock:_0x4b1160}=ensureSqlLockScope(_0x49ecb5??createEmptySqlLock(),_0x251064[_0xaebce0(0x126)],_0x251064[_0xaebce0(0x133)],_0xaebce0(0x120)),_0x4ca928=await scanLocalSqlQueries(_0x251064),_0x5a732a=[],_0x38526b=[],_0x519458=[],_0x80d60c=[],_0x169e14=new Set(_0x4ca928['map'](_0x1283fb=>_0x1283fb[_0xaebce0(0x121)]));for(const _0x4db1e0 of _0x4ca928){const _0x589677=await computeSqlFileHash(_0x4db1e0['filePath']),_0x3a6d52=_0x4b1160[_0xaebce0(0x135)][_0x4db1e0['lockKey']],_0x36b967=!!_0x3a6d52&&_0x3a6d52['path']!==_0x4db1e0[_0xaebce0(0x136)],_0x444a1d=!!_0x3a6d52&&!!_0x4db1e0[_0xaebce0(0x12c)]&&_0x3a6d52[_0xaebce0(0x12c)]!==_0x4db1e0[_0xaebce0(0x12c)];if(!_0x3a6d52)_0x5a732a[_0xaebce0(0x124)](_0x4db1e0[_0xaebce0(0x121)]);else _0x3a6d52[_0xaebce0(0x118)]!==_0x589677||_0x36b967||_0x444a1d?_0x38526b[_0xaebce0(0x124)](_0x4db1e0[_0xaebce0(0x121)]):_0x519458['push'](_0x4db1e0[_0xaebce0(0x121)]);}for(const _0x26cf9a of Object[_0xaebce0(0x128)](_0x4b1160[_0xaebce0(0x135)])){!_0x169e14[_0xaebce0(0x13a)](_0x26cf9a)&&_0x80d60c[_0xaebce0(0x124)](_0x26cf9a);}const _0x4ba754=[];if(_0x5b9045['bool'](_0xaebce0(0x134))){const _0x11d18b=await fetchAllSqlCodes(_0x5b9045[_0xaebce0(0x126)]);for(const _0x4d4b0d of _0x11d18b){!_0x169e14[_0xaebce0(0x13a)](_0x4d4b0d)&&!_0x4b1160[_0xaebce0(0x135)][_0x4d4b0d]&&_0x4ba754[_0xaebce0(0x124)](_0x4d4b0d);}}const _0x501c55=_0x5a732a[_0xaebce0(0x12b)]===0x0&&_0x38526b[_0xaebce0(0x12b)]===0x0&&_0x80d60c[_0xaebce0(0x12b)]===0x0&&_0x4ba754[_0xaebce0(0x12b)]===0x0;return{'ok':!![],'data':{'added':_0x5a732a,'modified':_0x38526b,'missing':_0x80d60c,'unchanged':_0x519458,'remoteOnly':_0x4ba754},'message':_0x501c55?_0xaebce0(0x129):_0x5a732a[_0xaebce0(0x12b)]+_0xaebce0(0x11f)+_0x38526b[_0xaebce0(0x12b)]+_0xaebce0(0x12d)+_0x80d60c[_0xaebce0(0x12b)]+'\x20missing,\x20'+_0x519458['length']+'\x20unchanged'+(_0x4ba754[_0xaebce0(0x12b)]>0x0?',\x20'+_0x4ba754['length']+_0xaebce0(0x138):'')};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a180_0x5f1ecf=a180_0x1642;function a180_0x1642(_0x19c75b,_0x3d2e20){_0x19c75b=_0x19c75b-0x124;const _0x5d70c0=a180_0x5d70();let _0x164231=_0x5d70c0[_0x19c75b];return _0x164231;}(function(_0x47c6b5,_0x46f4e2){const _0x423229=a180_0x1642,_0x3178b7=_0x47c6b5();while(!![]){try{const _0x378189=parseInt(_0x423229(0x14a))/0x1+-parseInt(_0x423229(0x13e))/0x2*(-parseInt(_0x423229(0x155))/0x3)+parseInt(_0x423229(0x144))/0x4*(-parseInt(_0x423229(0x134))/0x5)+-parseInt(_0x423229(0x160))/0x6*(-parseInt(_0x423229(0x165))/0x7)+parseInt(_0x423229(0x157))/0x8*(-parseInt(_0x423229(0x15b))/0x9)+-parseInt(_0x423229(0x14d))/0xa+parseInt(_0x423229(0x126))/0xb;if(_0x378189===_0x46f4e2)break;else _0x3178b7['push'](_0x3178b7['shift']());}catch(_0x1b2023){_0x3178b7['push'](_0x3178b7['shift']());}}}(a180_0x5d70,0x6d456));import{readFileSync,existsSync}from'node:fs';import{resolve}from'node:path';import{validateSql}from'../../core/sql-validator.js';import{auditSqlJoinIndexes}from'../../core/sql-index-auditor.js';import{getDatasetDetail,listDatasets}from'../../core/api-client.js';function a180_0x5d70(){const _0x164605=['\x22\x20not\x20found\x20or\x20not\x20accessible','size','Path\x20to\x20the\x20SQL\x20file\x20to\x20validate','toLowerCase','tables','length','index_type','isArray','name','pkField','File\x20not\x20found:\x20','5EqITfB','columns','Inline\x20SQL\x20content\x20to\x20validate\x20(alternative\x20to\x20--file)','string','sqlType','tableName','flatMap','dataset','valid','read','2788yevntP','filter','joinAudit','file','indexes','map','2507004WXfHmO','SQL\x20schema\x20validation','find','get','schema:','\x22\x20not\x20found\x20in\x20any\x20dataset','109311YjTJfK','indexName','index_name','8623220IYtNSE','push','Dataset\x20\x22','flagMissing','Comma-separated\x20dataset\x20codes\x20to\x20cross-check\x20table/column\x20names\x20against','type','from','fields','717wwTkkm','validation','8vnLkjo','trim','split','dbtableConfig','876222xjKACT','reason','Validate\x20SQL\x20content\x20without\x20saving\x20(type\x20detection,\x20parameter\x20extraction,\x20optional\x20schema\x20check)','str','sql','11580AHgFCN','message','schemas','utf-8','index_columns','854BhNfNG','columnNames','unshift','14916748JSNVOA','Audit\x20top-level\x20JOIN\x20equality\x20predicates\x20against\x20dataset\x20index\x20metadata','primary'];a180_0x5d70=function(){return _0x164605;};return a180_0x5d70();}import{CliErrors}from'../../errors.js';import{assertDatasetIsDbTableBacked,filterDbTableBackedDatasets}from'../../commands/dataset/capability.js';export const sqlValidate={'service':a180_0x5f1ecf(0x15f),'command':'validate','description':a180_0x5f1ecf(0x15d),'risk':a180_0x5f1ecf(0x13d),'flags':[{'name':a180_0x5f1ecf(0x141),'type':a180_0x5f1ecf(0x137),'description':a180_0x5f1ecf(0x12b)},{'name':a180_0x5f1ecf(0x15f),'type':'string','description':a180_0x5f1ecf(0x136)},{'name':a180_0x5f1ecf(0x162),'type':'string','description':a180_0x5f1ecf(0x151)},{'name':'check-indexes','type':'boolean','description':a180_0x5f1ecf(0x127)}],async 'execute'(_0x2ac045){const _0x55c4fc=a180_0x5f1ecf,_0x3d2178=_0x2ac045[_0x55c4fc(0x15e)](_0x55c4fc(0x141)),_0x487e54=_0x2ac045[_0x55c4fc(0x15e)](_0x55c4fc(0x15f)),_0x4eaf49=_0x2ac045['str'](_0x55c4fc(0x162)),_0x252ba4=_0x2ac045['bool']('check-indexes');if(!_0x3d2178&&!_0x487e54)throw CliErrors[_0x55c4fc(0x150)](_0x55c4fc(0x141),'Provide\x20--file\x20or\x20--sql');if(_0x252ba4&&!_0x4eaf49)throw CliErrors[_0x55c4fc(0x156)]('--check-indexes\x20requires\x20--schemas.');let _0xc58e3c;if(_0x3d2178){const _0x246499=resolve(process['cwd'](),_0x3d2178);if(!existsSync(_0x246499))throw CliErrors[_0x55c4fc(0x156)](_0x55c4fc(0x133)+_0x246499);_0xc58e3c=readFileSync(_0x246499,_0x55c4fc(0x163));}else _0xc58e3c=_0x487e54;const _0x28b4db=validateSql(_0xc58e3c),_0x387b87={'valid':_0x28b4db['valid'],'sqlType':_0x28b4db[_0x55c4fc(0x138)][_0x55c4fc(0x152)],'isSelectOnly':_0x28b4db[_0x55c4fc(0x138)]['isSelectOnly'],'isDangerous':_0x28b4db['sqlType']['isDangerous'],'tables':_0x28b4db[_0x55c4fc(0x12d)],'parameters':_0x28b4db['parameters'],'message':_0x28b4db[_0x55c4fc(0x161)]};_0x28b4db[_0x55c4fc(0x138)][_0x55c4fc(0x15c)]&&(_0x387b87['reason']=_0x28b4db[_0x55c4fc(0x138)][_0x55c4fc(0x15c)]);if(_0x4eaf49&&_0x28b4db[_0x55c4fc(0x13c)]){const _0x94ee32=_0x4eaf49[_0x55c4fc(0x159)](',')['map'](_0x4d95e4=>_0x4d95e4[_0x55c4fc(0x158)]())[_0x55c4fc(0x13f)](Boolean),_0x58491b=[],_0x2e4004=[],_0x5fa30c=filterDbTableBackedDatasets(await listDatasets(_0x2ac045['appCode'])),_0x37c77f=new Map(_0x5fa30c[_0x55c4fc(0x143)](_0x1db2cb=>[_0x1db2cb['dbtableConfig']?.[_0x55c4fc(0x139)]?.['toLowerCase'](),_0x1db2cb]));for(const _0x2cda37 of _0x28b4db[_0x55c4fc(0x12d)]){const _0x4c313a=_0x37c77f[_0x55c4fc(0x147)](_0x2cda37[_0x55c4fc(0x12c)]());!_0x4c313a&&_0x58491b['push']('Table\x20\x22'+_0x2cda37+_0x55c4fc(0x149));}for(const _0x2e7a4c of _0x94ee32){let _0x366c8a;try{_0x366c8a=await getDatasetDetail(_0x2e7a4c);}catch{_0x58491b[_0x55c4fc(0x14e)](_0x55c4fc(0x14f)+_0x2e7a4c+_0x55c4fc(0x129));continue;}assertDatasetIsDbTableBacked(_0x366c8a,_0x55c4fc(0x145));const _0x507c70=Array[_0x55c4fc(0x130)](_0x366c8a['fields'])?_0x366c8a[_0x55c4fc(0x154)]:[],_0x3b36af=new Set(_0x507c70[_0x55c4fc(0x143)](_0x2fa1e7=>_0x2fa1e7[_0x55c4fc(0x131)]?.['toLowerCase']())),_0x1248e7=_0x366c8a[_0x55c4fc(0x15a)]?.[_0x55c4fc(0x139)]||_0x366c8a[_0x55c4fc(0x139)]||_0x2e7a4c;_0x387b87[_0x55c4fc(0x148)+_0x1248e7]={'code':_0x2e7a4c,'tableName':_0x1248e7,'fieldCount':_0x3b36af[_0x55c4fc(0x12a)],'fields':Array[_0x55c4fc(0x153)](_0x3b36af)};if(_0x252ba4){const _0x4e09fd=normalizeDatasetIndexes(_0x366c8a);_0x2e4004[_0x55c4fc(0x14e)]({'tableName':_0x1248e7,..._0x4e09fd});}}_0x58491b[_0x55c4fc(0x12e)]>0x0&&(_0x387b87['schemaWarnings']=_0x58491b),_0x252ba4&&(_0x387b87[_0x55c4fc(0x140)]=auditSqlJoinIndexes(_0xc58e3c,_0x2e4004));}return{'ok':_0x28b4db[_0x55c4fc(0x13c)],'data':_0x387b87,'message':_0x28b4db[_0x55c4fc(0x161)]};}};function normalizeDatasetIndexes(_0x821b77){const _0x1ad06a=a180_0x5f1ecf,_0x20ca3b=Array[_0x1ad06a(0x130)](_0x821b77?.[_0x1ad06a(0x13b)]?.[_0x1ad06a(0x142)])?_0x821b77[_0x1ad06a(0x13b)][_0x1ad06a(0x142)]:Array[_0x1ad06a(0x130)](_0x821b77?.[_0x1ad06a(0x142)])?_0x821b77['indexes']:[],_0x115227=_0x20ca3b[_0x1ad06a(0x13a)](_0x1eb4db=>{const _0x548d8c=_0x1ad06a,_0x448e2f=Array[_0x548d8c(0x130)](_0x1eb4db?.['index_columns'])?_0x1eb4db[_0x548d8c(0x164)]:Array[_0x548d8c(0x130)](_0x1eb4db?.[_0x548d8c(0x124)])?_0x1eb4db[_0x548d8c(0x124)]:Array[_0x548d8c(0x130)](_0x1eb4db?.[_0x548d8c(0x135)])?_0x1eb4db['columns']:[],_0x5175a5=_0x448e2f[_0x548d8c(0x13f)](_0x581c72=>typeof _0x581c72===_0x548d8c(0x137))[_0x548d8c(0x143)](_0x2941d5=>_0x2941d5[_0x548d8c(0x158)]())[_0x548d8c(0x13f)](Boolean);if(_0x5175a5[_0x548d8c(0x12e)]===0x0)return[];const _0x18939e=[_0x1eb4db?.[_0x548d8c(0x14b)],_0x1eb4db?.[_0x548d8c(0x14c)],_0x1eb4db?.[_0x548d8c(0x131)]][_0x548d8c(0x146)](_0x335fd5=>typeof _0x335fd5==='string'&&_0x335fd5[_0x548d8c(0x158)]()),_0xc0820=[_0x1eb4db?.[_0x548d8c(0x12f)],_0x1eb4db?.[_0x548d8c(0x152)]][_0x548d8c(0x146)](_0x2b9e23=>typeof _0x2b9e23===_0x548d8c(0x137)&&_0x2b9e23[_0x548d8c(0x158)]());return[{..._0x18939e?{'name':_0x18939e[_0x548d8c(0x158)]()}:{},..._0xc0820?{'type':_0xc0820['trim']()}:{},'columns':_0x5175a5}];}),_0x1e4ed5=[..._0x115227],_0x4f8022=typeof _0x821b77?.[_0x1ad06a(0x15a)]?.[_0x1ad06a(0x132)]===_0x1ad06a(0x137)?_0x821b77[_0x1ad06a(0x15a)][_0x1ad06a(0x132)][_0x1ad06a(0x159)](',')[_0x1ad06a(0x143)](_0x4bf7bf=>_0x4bf7bf['trim']())[_0x1ad06a(0x13f)](Boolean):[];return _0x4f8022[_0x1ad06a(0x12e)]>0x0&&_0x1e4ed5[_0x1ad06a(0x125)]({'type':_0x1ad06a(0x128),'columns':_0x4f8022}),{'indexes':_0x1e4ed5,'metadataAvailable':_0x115227['length']>0x0};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0xca7d2f,_0x34b093){const _0x40d81b=a181_0x1d5a,_0x324eeb=_0xca7d2f();while(!![]){try{const _0x1eebc5=parseInt(_0x40d81b(0x11f))/0x1*(parseInt(_0x40d81b(0x126))/0x2)+-parseInt(_0x40d81b(0x124))/0x3+-parseInt(_0x40d81b(0x123))/0x4+-parseInt(_0x40d81b(0x122))/0x5*(-parseInt(_0x40d81b(0x125))/0x6)+parseInt(_0x40d81b(0x121))/0x7+-parseInt(_0x40d81b(0x11e))/0x8+parseInt(_0x40d81b(0x120))/0x9;if(_0x1eebc5===_0x34b093)break;else _0x324eeb['push'](_0x324eeb['shift']());}catch(_0x41fa61){_0x324eeb['push'](_0x324eeb['shift']());}}}(a181_0x1adf,0x20013));import{taskStatus}from'../../commands/task/status.js';function a181_0x1d5a(_0x45d4ce,_0x35ffc7){_0x45d4ce=_0x45d4ce-0x11e;const _0x1adf09=a181_0x1adf();let _0x1d5a74=_0x1adf09[_0x45d4ce];return _0x1d5a74;}function a181_0x1adf(){const _0x421728=['1116272Ejqwqk','75752FGMDKq','606123heuYXo','468328JVGGMn','95RJSScw','68388vgjjih','541068kUrBnp','33654KagJxJ','6WnqUDy'];a181_0x1adf=function(){return _0x421728;};return a181_0x1adf();}export const taskDefinitions=[taskStatus];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a182_0x1182(){const _0x59710a=['125808WHUsTI','apiError','task','1217000oqbVll','39KThMPw','1vWIfhT',',\x20received\x20','read','task-id','status','10234524PpBOlS','str','352216ZKgumY','11glkdJB','string','267804UIUIZb','appCode','9TmApxx','trim','8497630woeifF','340478HGxwyi','isTerminal','42nrPZzL','taskId'];a182_0x1182=function(){return _0x59710a;};return a182_0x1182();}const a182_0x29f290=a182_0x4e67;function a182_0x4e67(_0x142e62,_0x1c41fb){_0x142e62=_0x142e62-0x17b;const _0x1182eb=a182_0x1182();let _0x4e67fd=_0x1182eb[_0x142e62];return _0x4e67fd;}(function(_0x420c52,_0x5147cb){const _0x101f41=a182_0x4e67,_0x24515f=_0x420c52();while(!![]){try{const _0x25fd6f=-parseInt(_0x101f41(0x18c))/0x1*(parseInt(_0x101f41(0x183))/0x2)+-parseInt(_0x101f41(0x18b))/0x3*(-parseInt(_0x101f41(0x17b))/0x4)+-parseInt(_0x101f41(0x18a))/0x5+-parseInt(_0x101f41(0x17e))/0x6+-parseInt(_0x101f41(0x185))/0x7*(parseInt(_0x101f41(0x187))/0x8)+parseInt(_0x101f41(0x180))/0x9*(parseInt(_0x101f41(0x182))/0xa)+-parseInt(_0x101f41(0x17c))/0xb*(parseInt(_0x101f41(0x191))/0xc);if(_0x25fd6f===_0x5147cb)break;else _0x24515f['push'](_0x24515f['shift']());}catch(_0x14a5a6){_0x24515f['push'](_0x24515f['shift']());}}}(a182_0x1182,0x8fc9f));import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asyncTaskMessage,buildAsyncTaskStatusCommand,normalizeAsyncTask}from'../../commands/common/async-task.js';import{getAsyncTaskStatus}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';export const taskStatus={'service':a182_0x29f290(0x189),'command':a182_0x29f290(0x190),'description':'Query\x20an\x20asynchronous\x20task;\x20repeat\x20for\x20PENDING\x20or\x20PROCESSING\x20until\x20SUCCESS\x20or\x20FAILED','risk':a182_0x29f290(0x18e),'defaultOutputFormat':'compress','structuredErrors':!![],'flags':[{'name':a182_0x29f290(0x18f),'type':a182_0x29f290(0x17d),'required':!![],'description':'Task\x20id\x20returned\x20by\x20an\x20asynchronous\x20platform\x20command'},APPCODE_FLAG_OPTIONAL],async 'validate'(_0x23764e){const _0x4f9287=a182_0x29f290;if(!_0x23764e[_0x4f9287(0x192)]('task-id')[_0x4f9287(0x181)]())throw CliErrors['flagMissing'](_0x4f9287(0x18f));},async 'execute'(_0x80a655){const _0x3adb79=a182_0x29f290,_0x3feb1e=_0x80a655[_0x3adb79(0x192)](_0x3adb79(0x18f))[_0x3adb79(0x181)](),_0x12beb2=normalizeAsyncTask(await getAsyncTaskStatus(_0x3feb1e,_0x80a655['appCode'],_0x80a655['cookie']));if(_0x12beb2[_0x3adb79(0x186)]!==_0x3feb1e)throw CliErrors[_0x3adb79(0x188)]('Task\x20status\x20response\x20id\x20mismatch:\x20requested\x20'+_0x3feb1e+_0x3adb79(0x18d)+_0x12beb2[_0x3adb79(0x186)]+'.');const _0x1f63f0=buildAsyncTaskStatusCommand(_0x12beb2['taskId'],_0x80a655[_0x3adb79(0x17f)]);return{'ok':!![],'message':asyncTaskMessage(_0x12beb2),'data':{'appCode':_0x80a655[_0x3adb79(0x17f)],..._0x12beb2,'query':_0x12beb2[_0x3adb79(0x184)]?null:{'command':_0x1f63f0}}};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a183_0xe13b48=a183_0xe61f;(function(_0x5e9cba,_0x49de54){const _0x490e67=a183_0xe61f,_0x487a17=_0x5e9cba();while(!![]){try{const _0x12cac3=parseInt(_0x490e67(0x161))/0x1+-parseInt(_0x490e67(0x162))/0x2+-parseInt(_0x490e67(0x169))/0x3+-parseInt(_0x490e67(0x16b))/0x4*(parseInt(_0x490e67(0x165))/0x5)+-parseInt(_0x490e67(0x164))/0x6+parseInt(_0x490e67(0x16d))/0x7*(-parseInt(_0x490e67(0x16c))/0x8)+parseInt(_0x490e67(0x16e))/0x9;if(_0x12cac3===_0x49de54)break;else _0x487a17['push'](_0x487a17['shift']());}catch(_0x3d2ca3){_0x487a17['push'](_0x487a17['shift']());}}}(a183_0x28cb,0xe23d4));import{buildAppAddFlags,runAppAdd,validateAppName}from'../../commands/common/app-registry.js';function a183_0x28cb(){const _0x37cb2e=['24292224mRpyWt','855091zvexAP','2234926gPmNgY','workspace','654324CJTGIm','95GsVpiZ','write','name','workspace\x20add','678042ehcCMq','Register\x20an\x20app\x20profile\x20in\x20the\x20current\x20workspace\x20(or\x20--global)','55052KENlIl','8deigAG','6394661DaHoED'];a183_0x28cb=function(){return _0x37cb2e;};return a183_0x28cb();}function a183_0xe61f(_0x3ab325,_0x5abd31){_0x3ab325=_0x3ab325-0x161;const _0x28cbf8=a183_0x28cb();let _0xe61f5=_0x28cbf8[_0x3ab325];return _0xe61f5;}export const workspaceAddDefinition={'service':a183_0xe13b48(0x163),'command':'add','description':a183_0xe13b48(0x16a),'risk':a183_0xe13b48(0x166),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a183_0xe13b48(0x167),'description':'App\x20profile\x20name','required':!![]}],'flags':buildAppAddFlags(),'validate':_0xf6e9b8=>validateAppName(_0xf6e9b8,a183_0xe13b48(0x168)),'execute':_0x1071d4=>runAppAdd(_0x1071d4,a183_0xe13b48(0x168))};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a184_0xc8f5(){const _0x4c6cef=['use','validation','1499733fjBgqX','API\x20directory\x20path\x20for\x20this\x20workspace\x20app\x20profile','Pass\x20--appcode\x20<code>,\x20or\x20choose\x20one\x20of:\x20','write','\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`','apps','4385XAyvDK','\x20--app\x20','length','11MKJEKF','\x22\x20not\x20found.','number','defaultFormat','Use\x20`','riskLevel','app','init','Switch\x20the\x20current\x20workspace\x20app\x20binding','workspace','441bElWog','\x20--appcode\x20<code>`.','apiDir','.\x20Credentials:\x20not\x20written.','initialized','keys','\x20(appcode:\x20','10oRQyDd','trim','266FgzGRK','appcode','globalConfig','App\x20\x22','32488IasgTh','string','env','updated','isArray','flag','Initialize\x20the\x20current\x20workspace\x20app\x20binding','\x20workspace\x20use\x20--app\x20<name>`.','85380ZogmqO','Invalid\x20appcode:\x20','\x20workspace\x20<init|use>\x20--app\x20<name>\x20[--appcode\x20<code>]','Missing\x20workspace\x20app\x20selector.','join','workspace.','locale','Workspace\x20','format','3659748bnMhHj','project',').\x20Config:\x20','App\x20profile\x20name\x20to\x20use\x20in\x20this\x20workspace','1926OjSSmZ','2081cANREl','pageSize','Target\x20environment','str','Default\x20output\x20format\x20for\x20this\x20workspace\x20app\x20profile','1796808TfSNCu'];a184_0xc8f5=function(){return _0x4c6cef;};return a184_0xc8f5();}const a184_0x1175d6=a184_0x3ebd;function a184_0x3ebd(_0x1b1d8f,_0x34ec89){_0x1b1d8f=_0x1b1d8f-0x1bb;const _0xc8f570=a184_0xc8f5();let _0x3ebd2d=_0xc8f570[_0x1b1d8f];return _0x3ebd2d;}(function(_0x334358,_0x353442){const _0xed29f6=a184_0x3ebd,_0x2bcb8c=_0x334358();while(!![]){try{const _0x2aadff=parseInt(_0xed29f6(0x1f2))/0x1*(parseInt(_0xed29f6(0x1d8))/0x2)+-parseInt(_0xed29f6(0x1e4))/0x3+-parseInt(_0xed29f6(0x1f7))/0x4+-parseInt(_0xed29f6(0x1c2))/0x5*(-parseInt(_0xed29f6(0x1f1))/0x6)+-parseInt(_0xed29f6(0x1cf))/0x7*(parseInt(_0xed29f6(0x1dc))/0x8)+-parseInt(_0xed29f6(0x1bc))/0x9*(-parseInt(_0xed29f6(0x1d6))/0xa)+parseInt(_0xed29f6(0x1c5))/0xb*(parseInt(_0xed29f6(0x1ed))/0xc);if(_0x2aadff===_0x353442)break;else _0x2bcb8c['push'](_0x2bcb8c['shift']());}catch(_0x1ae380){_0x2bcb8c['push'](_0x2bcb8c['shift']());}}}(a184_0xc8f5,0x485d1));import{CliErrors}from'../../errors.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{RABETBASE_ENV_VALUES}from'../../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../../constant/output.js';import{RISK_LEVEL_VALUES}from'../../constant/risk.js';import{validateAppcode}from'../../commands/common/validate.js';import{readConfigFile,readRawConfigWithLayers,resolveWriteConfigPath,writeConfigFile}from'../../context.js';import{workspaceAddDefinition}from'../../commands/workspace/add.js';import{workspaceRemoveDefinition}from'../../commands/workspace/remove.js';const WORKSPACE_USAGE=CLI_BIN_NAME+a184_0x1175d6(0x1e6),SAFE_PROFILE_KEYS=[a184_0x1175d6(0x1d9),a184_0x1175d6(0x1de),'apiDir',a184_0x1175d6(0x1ec),a184_0x1175d6(0x1f3),a184_0x1175d6(0x1ca),a184_0x1175d6(0x1ea)],workspaceFlags=[{'name':a184_0x1175d6(0x1cb),'type':a184_0x1175d6(0x1dd),'description':a184_0x1175d6(0x1f0)},{'name':a184_0x1175d6(0x1d9),'type':a184_0x1175d6(0x1dd),'description':'App\x20code\x20to\x20bind\x20to\x20this\x20workspace'},{'name':a184_0x1175d6(0x1de),'type':a184_0x1175d6(0x1dd),'description':a184_0x1175d6(0x1f4),'enum':[...RABETBASE_ENV_VALUES]},{'name':'apiDir','type':'string','description':a184_0x1175d6(0x1bd)},{'name':'defaultFormat','type':a184_0x1175d6(0x1dd),'description':a184_0x1175d6(0x1f6),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':a184_0x1175d6(0x1f3),'type':a184_0x1175d6(0x1c7),'description':'Default\x20page\x20size\x20for\x20this\x20workspace\x20app\x20profile'},{'name':'riskLevel','type':a184_0x1175d6(0x1dd),'description':'Risk\x20level\x20for\x20this\x20workspace\x20app\x20profile','enum':[...RISK_LEVEL_VALUES]},{'name':a184_0x1175d6(0x1ea),'type':a184_0x1175d6(0x1dd),'description':'Locale\x20for\x20this\x20workspace\x20app\x20profile'}];function isRecord(_0x1c5cb3){const _0x37c0be=a184_0x1175d6;return!!_0x1c5cb3&&typeof _0x1c5cb3==='object'&&!Array[_0x37c0be(0x1e0)](_0x1c5cb3);}function assertValidAppcode(_0x9f854f){const _0x1fe72f=a184_0x1175d6,{valid:_0x4fb5b6,message:_0x5cccb0}=validateAppcode(_0x9f854f);if(!_0x4fb5b6)throw CliErrors['validation'](_0x1fe72f(0x1e5)+_0x9f854f,_0x5cccb0);}function sanitizeProfile(_0x519509){if(!isRecord(_0x519509))return{};const _0x7d3231={};for(const _0x55cb35 of SAFE_PROFILE_KEYS){if(_0x519509[_0x55cb35]!==undefined)_0x7d3231[_0x55cb35]=_0x519509[_0x55cb35];}return _0x7d3231;}function cloneProfile(_0x3d6888){return isRecord(_0x3d6888)?{..._0x3d6888}:{};}function collectWorkspaceProfileOverrides(_0x316c26){const _0xe2d687=a184_0x1175d6,_0xcc579e={},_0x3e551f=_0x316c26['str'](_0xe2d687(0x1de)),_0x430455=_0x316c26[_0xe2d687(0x1f5)](_0xe2d687(0x1d1)),_0x82ac42=_0x316c26[_0xe2d687(0x1f5)](_0xe2d687(0x1c8)),_0x1dec24=_0x316c26[_0xe2d687(0x1e1)](_0xe2d687(0x1f3)),_0x8fe3dc=_0x316c26['str']('riskLevel'),_0x2c071=_0x316c26['str'](_0xe2d687(0x1ea));if(_0x3e551f)_0xcc579e[_0xe2d687(0x1de)]=_0x3e551f;if(_0x430455)_0xcc579e['apiDir']=_0x430455;if(_0x82ac42)_0xcc579e[_0xe2d687(0x1ec)]=_0x82ac42;if(_0x1dec24!==undefined&&_0x1dec24!=='')_0xcc579e['pageSize']=Number(_0x1dec24);if(_0x8fe3dc)_0xcc579e[_0xe2d687(0x1ca)]=_0x8fe3dc;if(_0x2c071)_0xcc579e[_0xe2d687(0x1ea)]=_0x2c071;return _0xcc579e;}async function validateWorkspaceArgs(_0x137372){const _0x1263d0=a184_0x1175d6,_0x56992c=_0x137372[_0x1263d0(0x1f5)](_0x1263d0(0x1cb))['trim'](),_0x39678a=_0x137372[_0x1263d0(0x1f5)](_0x1263d0(0x1d9))[_0x1263d0(0x1d7)]();if(!_0x56992c&&!_0x39678a)throw CliErrors['validation'](_0x1263d0(0x1e7),'Use\x20`'+CLI_BIN_NAME+'\x20workspace\x20init\x20--appcode\x20<code>`\x20or\x20`'+CLI_BIN_NAME+'\x20workspace\x20use\x20--app\x20<name>`.');if(_0x39678a)assertValidAppcode(_0x39678a);}function resolveKnownApps(){const _0x3818e8=a184_0x1175d6,{config:_0x50e9a2,layers:_0x3649c6}=readRawConfigWithLayers(),_0x2fd0ac=isRecord(_0x50e9a2['apps'])?_0x50e9a2[_0x3818e8(0x1c1)]:{},_0x1702f0=isRecord(_0x3649c6[_0x3818e8(0x1da)][_0x3818e8(0x1c1)])?_0x3649c6[_0x3818e8(0x1da)][_0x3818e8(0x1c1)]:{};return{..._0x1702f0,..._0x2fd0ac};}async function configureWorkspace(_0x21d783,_0xb92a7){const _0x40ea66=a184_0x1175d6,_0x170c5a=_0x21d783[_0x40ea66(0x1f5)](_0x40ea66(0x1cb))[_0x40ea66(0x1d7)](),_0x283cdb=_0x21d783[_0x40ea66(0x1f5)]('appcode')[_0x40ea66(0x1d7)](),_0x46b05d=_0x170c5a||_0x283cdb;if(!_0x46b05d)throw CliErrors[_0x40ea66(0x1bb)](_0x40ea66(0x1e7),'Use\x20`'+CLI_BIN_NAME+_0x40ea66(0x1c0)+CLI_BIN_NAME+_0x40ea66(0x1e3));if(_0x283cdb)assertValidAppcode(_0x283cdb);const _0x5f0327=resolveWriteConfigPath(_0x40ea66(0x1ee)),_0x416a22=readConfigFile(_0x5f0327),_0x2490d0=resolveKnownApps(),_0x7f6b2c=isRecord(_0x416a22[_0x40ea66(0x1c1)])?{..._0x416a22[_0x40ea66(0x1c1)]}:{},_0x5d9122=cloneProfile(_0x7f6b2c[_0x46b05d]),_0x1c414a=sanitizeProfile(_0x2490d0[_0x46b05d]),_0x580e44=_0x283cdb?{}:_0x1c414a,_0x12d368=_0x283cdb||_0x580e44['appcode'];if(!_0x12d368){const _0x23fc3e=Object[_0x40ea66(0x1d4)](_0x2490d0),_0x380d52=_0x23fc3e[_0x40ea66(0x1c4)]===0x0?_0x40ea66(0x1c9)+CLI_BIN_NAME+'\x20workspace\x20'+_0xb92a7+_0x40ea66(0x1c3)+_0x46b05d+_0x40ea66(0x1d0):_0x40ea66(0x1be)+_0x23fc3e[_0x40ea66(0x1e8)](',\x20');throw CliErrors['validation'](_0x40ea66(0x1db)+_0x46b05d+_0x40ea66(0x1c6),_0x380d52);}assertValidAppcode(String(_0x12d368));const _0x3373a8={..._0x580e44,..._0x5d9122,'appcode':String(_0x12d368),...collectWorkspaceProfileOverrides(_0x21d783)};return _0x7f6b2c[_0x46b05d]=_0x3373a8,_0x416a22[_0x40ea66(0x1c1)]=_0x7f6b2c,_0x416a22['defaultApp']=_0x46b05d,delete _0x416a22[_0x40ea66(0x1d9)],delete _0x416a22[_0x40ea66(0x1cb)],_0x3373a8[_0x40ea66(0x1de)]&&(_0x416a22[_0x40ea66(0x1de)]=_0x3373a8[_0x40ea66(0x1de)]),writeConfigFile(_0x5f0327,_0x416a22),{'ok':!![],'message':_0x40ea66(0x1eb)+(_0xb92a7==='init'?_0x40ea66(0x1d3):_0x40ea66(0x1df))+':\x20'+_0x46b05d+_0x40ea66(0x1d5)+_0x3373a8[_0x40ea66(0x1d9)]+_0x40ea66(0x1ef)+_0x5f0327+_0x40ea66(0x1d2),'data':{'operation':_0x40ea66(0x1e9)+_0xb92a7,'configPath':_0x5f0327,'app':_0x46b05d,'appcode':_0x3373a8[_0x40ea66(0x1d9)],'env':_0x3373a8[_0x40ea66(0x1de)]??null,'credentialsWritten':![]}};}const workspaceInitDefinition={'service':a184_0x1175d6(0x1ce),'command':a184_0x1175d6(0x1cc),'description':a184_0x1175d6(0x1e2),'risk':a184_0x1175d6(0x1bf),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0xd8d132=>configureWorkspace(_0xd8d132,'init')},workspaceUseDefinition={'service':'workspace','command':a184_0x1175d6(0x1f8),'description':a184_0x1175d6(0x1cd),'risk':a184_0x1175d6(0x1bf),'requiresAuth':![],'requiresAppCode':![],'args':[],'flags':workspaceFlags,'validate':validateWorkspaceArgs,'execute':_0x428029=>configureWorkspace(_0x428029,a184_0x1175d6(0x1f8))};export const workspaceDefinitions=[workspaceInitDefinition,workspaceUseDefinition,workspaceAddDefinition,workspaceRemoveDefinition];export{WORKSPACE_USAGE};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a185_0x2f998c=a185_0x5570;(function(_0x227d2a,_0xd36596){const _0x46ab60=a185_0x5570,_0x384d28=_0x227d2a();while(!![]){try{const _0xfe78e0=-parseInt(_0x46ab60(0x76))/0x1+parseInt(_0x46ab60(0x71))/0x2+-parseInt(_0x46ab60(0x77))/0x3+parseInt(_0x46ab60(0x79))/0x4*(parseInt(_0x46ab60(0x72))/0x5)+-parseInt(_0x46ab60(0x75))/0x6+-parseInt(_0x46ab60(0x74))/0x7+parseInt(_0x46ab60(0x78))/0x8;if(_0xfe78e0===_0xd36596)break;else _0x384d28['push'](_0x384d28['shift']());}catch(_0x1c636d){_0x384d28['push'](_0x384d28['shift']());}}}(a185_0x1aeb,0x69142));function a185_0x1aeb(){const _0x3e3b8b=['2271702KCbqfe','16191992UbrNmZ','4djkSdO','workspace\x20remove','high-risk-write','301230kxvToD','1779205hYnaZr','name','2209774mdPRBj','2468376wKfrWp','615741iXbtzr'];a185_0x1aeb=function(){return _0x3e3b8b;};return a185_0x1aeb();}import{buildAppRemoveFlags,runAppRemove,validateAppName}from'../../commands/common/app-registry.js';function a185_0x5570(_0x1f729e,_0x16a244){_0x1f729e=_0x1f729e-0x6f;const _0x1aebbd=a185_0x1aeb();let _0x5570bb=_0x1aebbd[_0x1f729e];return _0x5570bb;}export const workspaceRemoveDefinition={'service':'workspace','command':'remove','description':'Remove\x20an\x20app\x20profile\x20from\x20the\x20current\x20workspace\x20(or\x20--global)','risk':a185_0x2f998c(0x70),'requiresAuth':![],'requiresAppCode':![],'args':[{'name':a185_0x2f998c(0x73),'description':'App\x20profile\x20name\x20to\x20remove','required':!![]}],'flags':buildAppRemoveFlags(),'validate':_0x3df709=>validateAppName(_0x3df709,'workspace\x20remove'),'execute':_0x2eee81=>runAppRemove(_0x2eee81,a185_0x2f998c(0x6f))};
|
package/lib/config/schema.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a186_0x287531=a186_0x191e;(function(_0x45bb95,_0x2b0f91){const _0x591215=a186_0x191e,_0x3e4ea0=_0x45bb95();while(!![]){try{const _0x3e7e90=-parseInt(_0x591215(0x175))/0x1*(-parseInt(_0x591215(0x17c))/0x2)+parseInt(_0x591215(0x177))/0x3+-parseInt(_0x591215(0x174))/0x4*(parseInt(_0x591215(0x161))/0x5)+-parseInt(_0x591215(0x181))/0x6+parseInt(_0x591215(0x176))/0x7+-parseInt(_0x591215(0x185))/0x8*(parseInt(_0x591215(0x186))/0x9)+parseInt(_0x591215(0x167))/0xa;if(_0x3e7e90===_0x2b0f91)break;else _0x3e4ea0['push'](_0x3e4ea0['shift']());}catch(_0x493712){_0x3e4ea0['push'](_0x3e4ea0['shift']());}}}(a186_0x41aa,0x994c5));import{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';import{RABETBASE_ENV_VALUES}from'../constant/env.js';import{RABETBASE_OUTPUT_FORMAT_VALUES}from'../constant/output.js';import{RISK_LEVEL_VALUES}from'../constant/risk.js';export{DEFAULT_CONFIG_VALUES}from'../constant/defaults.js';export const PROJECT_CREATE_INHERITABLE_KEYS=['cookie',a186_0x287531(0x164),a186_0x287531(0x168),a186_0x287531(0x16c),a186_0x287531(0x165)];export const TOP_LEVEL_CONFIG_KEYS=new Set([a186_0x287531(0x16d),a186_0x287531(0x16b),a186_0x287531(0x168),a186_0x287531(0x16c),a186_0x287531(0x163),a186_0x287531(0x164),'apiDir']);export const CONFIG_ENUM_VALUES={'env':[...RABETBASE_ENV_VALUES],'format':[...RABETBASE_OUTPUT_FORMAT_VALUES]};function a186_0x41aa(){const _0x3f4900=['locale','trim','pageSize','env','format','appcode','length','Config\x20key\x20(','inherit','defaultApp','API\x20directory\x20path','entries','2258572FwzuAb','1038881kegeEx','5870151UczWWN','1252041RtYssS','join','apiDir','Default\x20output\x20format\x20for\x20this\x20app\x20(profile)','Target\x20environment','2cDiUuW','map','en-US','app','defaultFormat','6830496xJMHCn','keys','zh-CN','apps','16nnXXzc','2638719vzDWGw','string','Access\x20key','toLowerCase','5akBNRf','Default\x20page\x20size','cookie','accessKey','riskLevel','Risk\x20level','6225290aEFnmK'];a186_0x41aa=function(){return _0x3f4900;};return a186_0x41aa();}export function formatConfigKeyList(_0x535049){const _0x4454e2=a186_0x287531;return[..._0x535049][_0x4454e2(0x178)](',\x20');}export function getTopLevelConfigKeyList(){return[...TOP_LEVEL_CONFIG_KEYS];}export function isTopLevelConfigKey(_0x58a760){return TOP_LEVEL_CONFIG_KEYS['has'](_0x58a760);}export function getTopLevelConfigKeySummary(){return formatConfigKeyList(getTopLevelConfigKeyList());}function a186_0x191e(_0x3c4f90,_0x4b4703){_0x3c4f90=_0x3c4f90-0x160;const _0x41aabd=a186_0x41aa();let _0x191e1c=_0x41aabd[_0x3c4f90];return _0x191e1c;}export function getConfigCommandKeyDescription(){const _0x595b50=a186_0x287531;return _0x595b50(0x16f)+getTopLevelConfigKeySummary()+')';}export const APP_PROFILE_FLAG_KEY_MAP={'env':a186_0x287531(0x16b),'apiDir':'apiDir','cookie':'cookie','accessKey':a186_0x287531(0x164),'defaultFormat':a186_0x287531(0x16c),'pageSize':'pageSize','riskLevel':a186_0x287531(0x165),'locale':a186_0x287531(0x168)};export function getAppProfileFlagDefs(){const _0x11dbdb=a186_0x287531;return[{'name':_0x11dbdb(0x16b),'type':'string','description':_0x11dbdb(0x17b),'enum':[...RABETBASE_ENV_VALUES]},{'name':_0x11dbdb(0x179),'type':_0x11dbdb(0x187),'description':_0x11dbdb(0x172)},{'name':_0x11dbdb(0x163),'type':_0x11dbdb(0x187),'description':'Auth\x20cookie','hidden':!![]},{'name':_0x11dbdb(0x164),'type':_0x11dbdb(0x187),'description':_0x11dbdb(0x188),'hidden':!![]},{'name':_0x11dbdb(0x180),'type':'string','description':_0x11dbdb(0x17a),'enum':[...RABETBASE_OUTPUT_FORMAT_VALUES]},{'name':_0x11dbdb(0x16a),'type':'number','description':_0x11dbdb(0x162)},{'name':_0x11dbdb(0x165),'type':_0x11dbdb(0x187),'description':_0x11dbdb(0x166),'enum':[...RISK_LEVEL_VALUES]},{'name':_0x11dbdb(0x168),'type':_0x11dbdb(0x187),'description':'Locale'}];}export function collectAppProfileOverrides(_0x2f1ee7){const _0x49e4a2=a186_0x287531,_0x2c5837={};for(const [_0x37288c,_0x528870]of Object[_0x49e4a2(0x173)](APP_PROFILE_FLAG_KEY_MAP)){const _0x378175=_0x2f1ee7(_0x37288c);if(!_0x378175)continue;_0x2c5837[_0x528870]=_0x528870===_0x49e4a2(0x16a)?Number(_0x378175):_0x378175;}return _0x2c5837;}export function buildAppProfileListFields(_0x5e7b8c){const _0x4d127f=a186_0x287531;return{'env':_0x5e7b8c[_0x4d127f(0x16b)]??null,'apiDir':_0x5e7b8c[_0x4d127f(0x179)]??null,'hasCookie':!!_0x5e7b8c[_0x4d127f(0x163)],'hasAccessKey':!!_0x5e7b8c[_0x4d127f(0x164)],'format':_0x5e7b8c['format']??null,'pageSize':_0x5e7b8c[_0x4d127f(0x16a)]??null,'riskLevel':_0x5e7b8c[_0x4d127f(0x165)]??null,'locale':_0x5e7b8c['locale']??null};}export function buildAppDoctorFields(_0x344707,_0x3566af){const _0x572e5b=a186_0x287531;return{'env':{'value':_0x344707[_0x572e5b(0x16b)]||_0x3566af['env'],'source':_0x344707[_0x572e5b(0x16b)]?_0x572e5b(0x17f):_0x572e5b(0x170)},'apiDir':{'value':_0x344707['apiDir']||_0x3566af['apiDir'],'source':_0x344707[_0x572e5b(0x179)]?_0x572e5b(0x17f):_0x572e5b(0x170)},'cookie':{'value':_0x344707[_0x572e5b(0x163)]||_0x3566af[_0x572e5b(0x163)],'source':_0x344707[_0x572e5b(0x163)]?_0x572e5b(0x17f):_0x572e5b(0x170)},'accessKey':{'value':_0x344707['accessKey']||_0x3566af[_0x572e5b(0x164)],'source':_0x344707[_0x572e5b(0x164)]?_0x572e5b(0x17f):_0x572e5b(0x170)}};}export function buildCanonicalAppConfig(_0x42096d,_0x3564f7){const _0x234b3e=a186_0x287531,_0x35d590=_0x42096d[_0x234b3e(0x17d)](_0x1e0ba4=>String(_0x1e0ba4||'')[_0x234b3e(0x169)]())['filter'](Boolean);if(_0x35d590['length']===0x0)return{};const _0xd8b1cb={};for(const _0x3e2f36 of _0x35d590){_0xd8b1cb[_0x3e2f36]=_0x3564f7?{'appcode':_0x3e2f36,'env':_0x3564f7}:{'appcode':_0x3e2f36};}return{'apps':_0xd8b1cb,'defaultApp':_0x35d590[0x0]};}export function buildCanonicalProjectConfig(_0x5c4e3c,_0x57596c){const _0x1457ae=a186_0x287531,{appCodes:appCodes=[],env:_0x4368f0,metadata:_0x4aa07a}=_0x57596c,_0xb721e1={..._0x5c4e3c,..._0x4aa07a||{}};delete _0xb721e1[_0x1457ae(0x16d)],delete _0xb721e1[_0x1457ae(0x17f)];if(_0x4368f0)_0xb721e1[_0x1457ae(0x16b)]=_0x4368f0;else!_0xb721e1[_0x1457ae(0x16b)]&&(_0xb721e1[_0x1457ae(0x16b)]=DEFAULT_CONFIG_VALUES[_0x1457ae(0x16b)]);const _0xa6e9aa=buildCanonicalAppConfig(appCodes,_0xb721e1[_0x1457ae(0x16b)]);return Object[_0x1457ae(0x182)](_0xa6e9aa)[_0x1457ae(0x16e)]>0x0&&(_0xb721e1[_0x1457ae(0x184)]=_0xa6e9aa[_0x1457ae(0x184)],_0xb721e1[_0x1457ae(0x171)]=_0xa6e9aa[_0x1457ae(0x171)]),_0xb721e1;}const LOCALE_MAP={'zh':a186_0x287531(0x183),'zh-cn':'zh-CN','zh_cn':a186_0x287531(0x183),'en':a186_0x287531(0x17e),'en-us':'en-US','en_us':'en-US'};export function normalizeLocale(_0x45eb80){const _0x52103f=a186_0x287531;if(!_0x45eb80)return null;return LOCALE_MAP[_0x45eb80[_0x52103f(0x160)]()]??null;}
|
package/lib/constant/cdn.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a187_0x1866(){const _0x514563=['319592GXeKNa','476430QGxtLa','6455MjdgMq','9AaXipH','842028JLEEWH','232uvYNyE','795872VWxCTu','https://g.lovrabet.com/dist/rabetbase-cli/config/index.json','837605DrJZOV','5908968fudjRu','63mUTXmN'];a187_0x1866=function(){return _0x514563;};return a187_0x1866();}function a187_0x247d(_0x306341,_0x5bc265){_0x306341=_0x306341-0x10d;const _0x186688=a187_0x1866();let _0x247d96=_0x186688[_0x306341];return _0x247d96;}const a187_0x565d97=a187_0x247d;(function(_0x10b566,_0x5978a6){const _0x5bce57=a187_0x247d,_0x1b2e58=_0x10b566();while(!![]){try{const _0x4a0cb8=parseInt(_0x5bce57(0x10d))/0x1*(-parseInt(_0x5bce57(0x110))/0x2)+-parseInt(_0x5bce57(0x10f))/0x3+parseInt(_0x5bce57(0x111))/0x4+parseInt(_0x5bce57(0x113))/0x5+parseInt(_0x5bce57(0x114))/0x6+parseInt(_0x5bce57(0x115))/0x7*(parseInt(_0x5bce57(0x116))/0x8)+parseInt(_0x5bce57(0x10e))/0x9*(-parseInt(_0x5bce57(0x117))/0xa);if(_0x4a0cb8===_0x5978a6)break;else _0x1b2e58['push'](_0x1b2e58['shift']());}catch(_0x2b3b99){_0x1b2e58['push'](_0x1b2e58['shift']());}}}(a187_0x1866,0x9ab9f));export const CLI_VERSION_POLICY_URL=a187_0x565d97(0x112);
|
package/lib/constant/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
function a186_0x4eb7(){const _0x45aa6c=['parentId','sqlcode','datasetcode','pagesize','Confirm\x20destructive\x20action','taskId','3352EhwInN','<code>','10XKfTUO','4977UGFHmb','sqlname','from-env','label','stdin','enableBffSave','expected-count','SQL\x20string','Alias\x20for\x20--non-interactive','production\x20|\x20daily','Select\x20app\x20profile\x20by\x20name','type','Operation\x20type','Preview\x20operation\x20without\x20executing','Output\x20path','non-interactive','Show\x20help','SQL\x20code','title','sqlName','Config\x20key','description-file','Output\x20format','12648519iuSgRm','skipImports','1193450hRFsgc','SQL\x20name','global','Asynchronous\x20task\x20ID','help','<expr>','map','boolean','env','reveal','Skip\x20import\x20generation','Read\x20value\x20from\x20environment\x20variable','dry-run','Enable\x20BFF\x20save','@lovrabet/rabetbase-cli','parent-id','enable-bff-save','Clear','file','watch','Schemas','Read\x20value\x20from\x20stdin','File\x20path','menuIds','code','Name','meowKey','output','menu-ids','expectedChildrenCount','clear','Keyword\x20filter','app','name','function-node','functionNode','Expected\x20current\x20child\x20count','Reveal\x20sensitive\x20value','keyword','json\x20|\x20pretty\x20|\x20compress','6616720UuRWaz','Force\x20non-interactive\x20mode\x20(CI)','value','yes','remote','page','Skip\x20confirmation\x20for\x20high-risk\x20writes','sql-name','appcode','expected-children-count','Expected\x20affected\x20count','all','params','expectPath','Watch\x20mode','192rGAPrM','description','Expected\x20current\x20parent\x20menu\x20id','170745GpBuxW','DB\x20ID','Code\x20filter','Function\x20node','1016790VkPixJ','Apply\x20to\x20all','JSON\x20params','expectParentId','Page\x20size','Record\x20ID','<name>','key','format','sql','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','Rabetbase\x20CLI','confirm','Expected\x20current\x20menu\x20path','Environment','dbid','5644219JieSwm','task-id','string','fromEntries','Config\x20value','sort','operationType','schemas','Comma-separated\x20menu\x20IDs','Description\x20file','target','Tags','Use\x20remote','verbose','Title','Force\x20overwrite','force','rabetbase','operation','project','Menu\x20label','descriptionFile','skip-imports','nonInteractive'];a186_0x4eb7=function(){return _0x45aa6c;};return a186_0x4eb7();}const a186_0x1d59a8=a186_0x2f33;(function(_0x5b1c76,_0x1c901d){const _0x4f7823=a186_0x2f33,_0x5c50ff=_0x5b1c76();while(!![]){try{const _0x3d02a7=parseInt(_0x4f7823(0x182))/0x1+-parseInt(_0x4f7823(0x1c0))/0x2+-parseInt(_0x4f7823(0x1f1))/0x3*(-parseInt(_0x4f7823(0x1ee))/0x4)+-parseInt(_0x4f7823(0x1bc))/0x5*(parseInt(_0x4f7823(0x1b9))/0x6)+-parseInt(_0x4f7823(0x1d0))/0x7+-parseInt(_0x4f7823(0x1aa))/0x8+parseInt(_0x4f7823(0x180))/0x9*(parseInt(_0x4f7823(0x1f0))/0xa);if(_0x3d02a7===_0x1c901d)break;else _0x5c50ff['push'](_0x5c50ff['shift']());}catch(_0xcf85f7){_0x5c50ff['push'](_0x5c50ff['shift']());}}}(a186_0x4eb7,0xb8351));export const CLI_BIN_NAME=a186_0x1d59a8(0x1e1);export const CLI_DISPLAY_NAME=a186_0x1d59a8(0x1cb);export const NPM_PACKAGE_NAME=a186_0x1d59a8(0x190);export const GLOBAL_FLAGS=[{'name':a186_0x1d59a8(0x1b2),'meowKey':'appcode','type':a186_0x1d59a8(0x1d2),'description':'Override\x20appcode','hint':a186_0x1d59a8(0x1ef)},{'name':'app','meowKey':a186_0x1d59a8(0x1a2),'type':'string','description':a186_0x1d59a8(0x173),'hint':a186_0x1d59a8(0x1c6)},{'name':a186_0x1d59a8(0x18a),'meowKey':'env','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1ce),'hint':a186_0x1d59a8(0x172)},{'name':a186_0x1d59a8(0x1c8),'meowKey':a186_0x1d59a8(0x1c8),'type':'string','description':a186_0x1d59a8(0x17f),'hint':a186_0x1d59a8(0x1a9)},{'name':'jq','meowKey':'jq','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1ca),'hint':a186_0x1d59a8(0x187)},{'name':a186_0x1d59a8(0x18e),'meowKey':'dryRun','type':'boolean','description':a186_0x1d59a8(0x176)},{'name':a186_0x1d59a8(0x1ad),'meowKey':a186_0x1d59a8(0x1ad),'type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x1b0)},{'name':a186_0x1d59a8(0x178),'meowKey':a186_0x1d59a8(0x1e7),'type':'boolean','description':a186_0x1d59a8(0x1ab)},{'name':'global','meowKey':a186_0x1d59a8(0x184),'type':a186_0x1d59a8(0x189),'description':'Use\x20global\x20config\x20scope'},{'name':a186_0x1d59a8(0x1e3),'meowKey':'project','type':a186_0x1d59a8(0x189),'description':'Use\x20project\x20config\x20scope'},{'name':'ci','meowKey':'ci','type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x171),'hidden':!![]},{'name':'help','meowKey':a186_0x1d59a8(0x186),'type':'boolean','description':a186_0x1d59a8(0x179)},{'name':a186_0x1d59a8(0x1a3),'meowKey':a186_0x1d59a8(0x1a3),'type':'string','description':a186_0x1d59a8(0x19b),'hidden':!![]},{'name':a186_0x1d59a8(0x17b),'meowKey':'title','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1de),'hidden':!![]},{'name':a186_0x1d59a8(0x1a0),'meowKey':a186_0x1d59a8(0x1a0),'type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x193),'hidden':!![]},{'name':'watch','meowKey':a186_0x1d59a8(0x195),'type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x1b8),'hidden':!![]},{'name':a186_0x1d59a8(0x19d),'meowKey':a186_0x1d59a8(0x19d),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x177),'hidden':!![]},{'name':a186_0x1d59a8(0x1b6),'meowKey':a186_0x1d59a8(0x1b6),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1c2),'hidden':!![]},{'name':'datasetcode','meowKey':a186_0x1d59a8(0x1ea),'type':a186_0x1d59a8(0x1d2),'description':'Dataset\x20code','hidden':!![]},{'name':a186_0x1d59a8(0x1b5),'meowKey':a186_0x1d59a8(0x1b5),'type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x1c1),'hidden':!![]},{'name':a186_0x1d59a8(0x192),'meowKey':a186_0x1d59a8(0x16e),'type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x18f),'hidden':!![]},{'name':'id','meowKey':'id','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1c5),'hidden':!![]},{'name':a186_0x1d59a8(0x174),'meowKey':a186_0x1d59a8(0x174),'type':a186_0x1d59a8(0x1d2),'description':'Type\x20filter','hidden':!![]},{'name':a186_0x1d59a8(0x194),'meowKey':a186_0x1d59a8(0x194),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x198),'hidden':!![]},{'name':a186_0x1d59a8(0x1e9),'meowKey':'sqlcode','type':'string','description':a186_0x1d59a8(0x17a),'hidden':!![]},{'name':a186_0x1d59a8(0x1b1),'meowKey':a186_0x1d59a8(0x17c),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x183),'hidden':!![]},{'name':a186_0x1d59a8(0x1f2),'meowKey':'sqlname','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x183),'hidden':!![]},{'name':'db-id','meowKey':'dbId','type':'string','description':a186_0x1d59a8(0x1bd),'hidden':!![]},{'name':a186_0x1d59a8(0x1cf),'meowKey':a186_0x1d59a8(0x1cf),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1bd),'hidden':!![]},{'name':'description','meowKey':a186_0x1d59a8(0x1ba),'type':a186_0x1d59a8(0x1d2),'description':'Description','hidden':!![]},{'name':a186_0x1d59a8(0x17e),'meowKey':a186_0x1d59a8(0x1e5),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1d9),'hidden':!![]},{'name':'page','meowKey':a186_0x1d59a8(0x1af),'type':a186_0x1d59a8(0x1d2),'description':'Page\x20number','hidden':!![]},{'name':'pagesize','meowKey':a186_0x1d59a8(0x1eb),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1c4),'hidden':!![]},{'name':a186_0x1d59a8(0x1a8),'meowKey':'keyword','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1a1),'hidden':!![]},{'name':a186_0x1d59a8(0x19a),'meowKey':a186_0x1d59a8(0x19a),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1be),'hidden':!![]},{'name':a186_0x1d59a8(0x1c9),'meowKey':a186_0x1d59a8(0x1c9),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x170),'hidden':!![]},{'name':a186_0x1d59a8(0x1d7),'meowKey':a186_0x1d59a8(0x1d7),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x196),'hidden':!![]},{'name':a186_0x1d59a8(0x1e2),'meowKey':a186_0x1d59a8(0x1e2),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x175),'hidden':!![]},{'name':a186_0x1d59a8(0x1da),'meowKey':a186_0x1d59a8(0x1da),'type':a186_0x1d59a8(0x1d2),'description':'Target\x20path','hidden':!![]},{'name':a186_0x1d59a8(0x1e6),'meowKey':a186_0x1d59a8(0x181),'type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x18c),'hidden':!![]},{'name':a186_0x1d59a8(0x1c7),'meowKey':'key','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x17d),'hidden':!![]},{'name':a186_0x1d59a8(0x1ac),'meowKey':a186_0x1d59a8(0x1ac),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1d4),'hidden':!![]},{'name':'tags','meowKey':'tags','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1db),'hidden':!![]},{'name':a186_0x1d59a8(0x16d),'meowKey':a186_0x1d59a8(0x16d),'type':'boolean','description':a186_0x1d59a8(0x197),'hidden':!![]},{'name':a186_0x1d59a8(0x16b),'meowKey':'fromEnv','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x18d),'hidden':!![]},{'name':a186_0x1d59a8(0x18b),'meowKey':'reveal','type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x1a7),'hidden':!![]},{'name':a186_0x1d59a8(0x1e0),'meowKey':a186_0x1d59a8(0x1e0),'type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x1df),'hidden':!![]},{'name':a186_0x1d59a8(0x1cc),'meowKey':a186_0x1d59a8(0x1cc),'type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x1ec),'hidden':!![]},{'name':a186_0x1d59a8(0x1ae),'meowKey':'remote','type':a186_0x1d59a8(0x189),'description':a186_0x1d59a8(0x1dc),'hidden':!![]},{'name':'verbose','meowKey':a186_0x1d59a8(0x1dd),'type':a186_0x1d59a8(0x189),'description':'Verbose\x20output','hidden':!![]},{'name':a186_0x1d59a8(0x16f),'meowKey':'expectedCount','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1b4),'hidden':!![]},{'name':a186_0x1d59a8(0x16c),'meowKey':'label','type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1e4),'hidden':!![]},{'name':a186_0x1d59a8(0x191),'meowKey':a186_0x1d59a8(0x1e8),'type':a186_0x1d59a8(0x1d2),'description':'Parent\x20menu\x20id','hidden':!![]},{'name':'sort','meowKey':a186_0x1d59a8(0x1d5),'type':a186_0x1d59a8(0x1d2),'description':'Menu\x20sort\x20value','hidden':!![]},{'name':'expect-parent-id','meowKey':a186_0x1d59a8(0x1c3),'type':'string','description':a186_0x1d59a8(0x1bb),'hidden':!![]},{'name':'expect-path','meowKey':a186_0x1d59a8(0x1b7),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1cd),'hidden':!![]},{'name':a186_0x1d59a8(0x1b3),'meowKey':a186_0x1d59a8(0x19f),'type':'string','description':a186_0x1d59a8(0x1a6),'hidden':!![]},{'name':a186_0x1d59a8(0x19e),'meowKey':a186_0x1d59a8(0x199),'type':'string','description':a186_0x1d59a8(0x1d8),'hidden':!![]},{'name':a186_0x1d59a8(0x1d1),'meowKey':a186_0x1d59a8(0x1ed),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x185),'hidden':!![]},{'name':'operation-type','meowKey':a186_0x1d59a8(0x1d6),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x175),'hidden':!![]},{'name':a186_0x1d59a8(0x1a4),'meowKey':a186_0x1d59a8(0x1a5),'type':a186_0x1d59a8(0x1d2),'description':a186_0x1d59a8(0x1bf),'hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set([a186_0x1d59a8(0x1b2),'app','env',a186_0x1d59a8(0x1c8),'jq',a186_0x1d59a8(0x18e),a186_0x1d59a8(0x1ad),a186_0x1d59a8(0x178),'ci']);function a186_0x2f33(_0xcecdd9,_0x582415){_0xcecdd9=_0xcecdd9-0x16b;const _0x4eb755=a186_0x4eb7();let _0x2f334b=_0x4eb755[_0xcecdd9];return _0x2f334b;}export function buildMeowFlags(){const _0x278b92=a186_0x1d59a8;return Object[_0x278b92(0x1d3)](GLOBAL_FLAGS[_0x278b92(0x188)](_0x11b83b=>[_0x11b83b[_0x278b92(0x19c)],{'type':_0x11b83b[_0x278b92(0x174)]}]));}
|
|
1
|
+
const a188_0x243e6b=a188_0x1081;function a188_0x180c(){const _0x5a5ee4=['expectParentId','force','Menu\x20label','label','Menu\x20sort\x20value','title','100eudGCe','Show\x20help','project','Output\x20path','string','dryRun','@lovrabet/rabetbase-cli','app','<expr>','remote','Config\x20key','skipImports','Comma-separated\x20menu\x20IDs','page','SQL\x20string','skip-imports','sqlname','2543218GltksH','120WrBdlM','sqlcode','Tags','expect-path','pagesize','Name','expectedChildrenCount','Expected\x20affected\x20count','sort','confirm','dry-run','32rLomoH','map','12Pywhmv','Skip\x20import\x20generation','SQL\x20name','fromEnv','boolean','expectPath','46660wtXnCS','clear','rabetbase','enable-bff-save','<code>','dbid','1544114ofrNJU','Read\x20value\x20from\x20environment\x20variable','Description\x20file','Config\x20value','from-env','expected-children-count','nonInteractive','1UINrza','keyword','non-interactive','Code\x20filter','Watch\x20mode','Operation\x20type','description-file','File\x20path','fromEntries','dbId','Use\x20global\x20config\x20scope','output','enableBffSave','schemas','params','Use\x20remote','task-id','Output\x20format','stdin','verbose','Confirm\x20destructive\x20action','file','3886582EmxNGv','<name>','expectedCount','json\x20|\x20pretty\x20|\x20compress','format','Force\x20overwrite','50265098sogiCq','datasetcode','Expected\x20current\x20parent\x20menu\x20id','tags','key','global','Filter\x20JSON\x20output\x20(JQ_PATH\x20>\x20bundled\x20jq\x20>\x20PATH;\x20use\x20with\x20--format\x20json\x20or\x20compress)','1240857DwlYzH','parent-id','sql','Dataset\x20code','Verbose\x20output','Expected\x20current\x20child\x20count','Preview\x20operation\x20without\x20executing','Alias\x20for\x20--non-interactive','Record\x20ID','watch','SQL\x20code','operation-type','target','Read\x20value\x20from\x20stdin','29568YuAetA','Enable\x20BFF\x20save','operation','yes','function-node','Clear','env','description','JSON\x20params','95ENrdvh','Page\x20size','Force\x20non-interactive\x20mode\x20(CI)','code','operationType','type','expected-count','Asynchronous\x20task\x20ID','value','Parent\x20menu\x20id','DB\x20ID','name','Skip\x20confirmation\x20for\x20high-risk\x20writes','expect-parent-id','sqlName','reveal','sql-name','help','Use\x20project\x20config\x20scope','all'];a188_0x180c=function(){return _0x5a5ee4;};return a188_0x180c();}(function(_0x19fcf5,_0x3763c6){const _0x19e457=a188_0x1081,_0x304002=_0x19fcf5();while(!![]){try{const _0x432467=parseInt(_0x19e457(0xf9))/0x1*(-parseInt(_0x19e457(0x15e))/0x2)+-parseInt(_0x19e457(0xd9))/0x3*(parseInt(_0x19e457(0xec))/0x4)+-parseInt(_0x19e457(0x133))/0x5*(-parseInt(_0x19e457(0x12a))/0x6)+parseInt(_0x19e457(0x10f))/0x7+parseInt(_0x19e457(0xe4))/0x8*(-parseInt(_0x19e457(0x11c))/0x9)+-parseInt(_0x19e457(0x14d))/0xa*(parseInt(_0x19e457(0xf2))/0xb)+-parseInt(_0x19e457(0xe6))/0xc*(-parseInt(_0x19e457(0x115))/0xd);if(_0x432467===_0x3763c6)break;else _0x304002['push'](_0x304002['shift']());}catch(_0xb68ba6){_0x304002['push'](_0x304002['shift']());}}}(a188_0x180c,0xc8acb));export const CLI_BIN_NAME=a188_0x243e6b(0xee);export const CLI_DISPLAY_NAME='Rabetbase\x20CLI';export const NPM_PACKAGE_NAME=a188_0x243e6b(0x153);export const GLOBAL_FLAGS=[{'name':'appcode','meowKey':'appcode','type':a188_0x243e6b(0x151),'description':'Override\x20appcode','hint':a188_0x243e6b(0xf0)},{'name':a188_0x243e6b(0x154),'meowKey':a188_0x243e6b(0x154),'type':a188_0x243e6b(0x151),'description':'Select\x20app\x20profile\x20by\x20name','hint':a188_0x243e6b(0x110)},{'name':a188_0x243e6b(0x130),'meowKey':a188_0x243e6b(0x130),'type':a188_0x243e6b(0x151),'description':'Environment','hint':'production\x20|\x20daily'},{'name':a188_0x243e6b(0x113),'meowKey':a188_0x243e6b(0x113),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x10a),'hint':a188_0x243e6b(0x112)},{'name':'jq','meowKey':'jq','type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x11b),'hint':a188_0x243e6b(0x155)},{'name':a188_0x243e6b(0xe3),'meowKey':a188_0x243e6b(0x152),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x122)},{'name':a188_0x243e6b(0x12d),'meowKey':a188_0x243e6b(0x12d),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x13f)},{'name':a188_0x243e6b(0xfb),'meowKey':a188_0x243e6b(0xf8),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x135)},{'name':'global','meowKey':a188_0x243e6b(0x11a),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x103)},{'name':a188_0x243e6b(0x14f),'meowKey':a188_0x243e6b(0x14f),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x145)},{'name':'ci','meowKey':'ci','type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x123),'hidden':!![]},{'name':'help','meowKey':a188_0x243e6b(0x144),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x14e)},{'name':a188_0x243e6b(0x13e),'meowKey':'name','type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xde),'hidden':!![]},{'name':a188_0x243e6b(0x14c),'meowKey':'title','type':a188_0x243e6b(0x151),'description':'Title','hidden':!![]},{'name':a188_0x243e6b(0xed),'meowKey':a188_0x243e6b(0xed),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x12f),'hidden':!![]},{'name':a188_0x243e6b(0x125),'meowKey':'watch','type':'boolean','description':a188_0x243e6b(0xfd),'hidden':!![]},{'name':a188_0x243e6b(0x104),'meowKey':a188_0x243e6b(0x104),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x150),'hidden':!![]},{'name':'params','meowKey':a188_0x243e6b(0x107),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x132),'hidden':!![]},{'name':a188_0x243e6b(0x116),'meowKey':a188_0x243e6b(0x116),'type':'string','description':a188_0x243e6b(0x11f),'hidden':!![]},{'name':a188_0x243e6b(0x146),'meowKey':a188_0x243e6b(0x146),'type':a188_0x243e6b(0xea),'description':'Apply\x20to\x20all','hidden':!![]},{'name':a188_0x243e6b(0xef),'meowKey':a188_0x243e6b(0x105),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x12b),'hidden':!![]},{'name':'id','meowKey':'id','type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x124),'hidden':!![]},{'name':a188_0x243e6b(0x138),'meowKey':'type','type':a188_0x243e6b(0x151),'description':'Type\x20filter','hidden':!![]},{'name':a188_0x243e6b(0x10e),'meowKey':'file','type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x100),'hidden':!![]},{'name':'sqlcode','meowKey':a188_0x243e6b(0xda),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x126),'hidden':!![]},{'name':a188_0x243e6b(0x143),'meowKey':a188_0x243e6b(0x141),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xe8),'hidden':!![]},{'name':a188_0x243e6b(0x15d),'meowKey':a188_0x243e6b(0x15d),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xe8),'hidden':!![]},{'name':'db-id','meowKey':a188_0x243e6b(0x102),'type':a188_0x243e6b(0x151),'description':'DB\x20ID','hidden':!![]},{'name':'dbid','meowKey':a188_0x243e6b(0xf1),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x13d),'hidden':!![]},{'name':a188_0x243e6b(0x131),'meowKey':a188_0x243e6b(0x131),'type':a188_0x243e6b(0x151),'description':'Description','hidden':!![]},{'name':a188_0x243e6b(0xff),'meowKey':'descriptionFile','type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xf4),'hidden':!![]},{'name':a188_0x243e6b(0x15a),'meowKey':a188_0x243e6b(0x15a),'type':'string','description':'Page\x20number','hidden':!![]},{'name':a188_0x243e6b(0xdd),'meowKey':a188_0x243e6b(0xdd),'type':'string','description':a188_0x243e6b(0x134),'hidden':!![]},{'name':'keyword','meowKey':a188_0x243e6b(0xfa),'type':a188_0x243e6b(0x151),'description':'Keyword\x20filter','hidden':!![]},{'name':a188_0x243e6b(0x136),'meowKey':'code','type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xfc),'hidden':!![]},{'name':a188_0x243e6b(0x11e),'meowKey':a188_0x243e6b(0x11e),'type':'string','description':a188_0x243e6b(0x15b),'hidden':!![]},{'name':a188_0x243e6b(0x106),'meowKey':a188_0x243e6b(0x106),'type':a188_0x243e6b(0x151),'description':'Schemas','hidden':!![]},{'name':a188_0x243e6b(0x12c),'meowKey':a188_0x243e6b(0x12c),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xfe),'hidden':!![]},{'name':a188_0x243e6b(0x128),'meowKey':a188_0x243e6b(0x128),'type':a188_0x243e6b(0x151),'description':'Target\x20path','hidden':!![]},{'name':a188_0x243e6b(0x15c),'meowKey':a188_0x243e6b(0x158),'type':'boolean','description':a188_0x243e6b(0xe7),'hidden':!![]},{'name':a188_0x243e6b(0x119),'meowKey':'key','type':'string','description':a188_0x243e6b(0x157),'hidden':!![]},{'name':'value','meowKey':a188_0x243e6b(0x13b),'type':'string','description':a188_0x243e6b(0xf5),'hidden':!![]},{'name':a188_0x243e6b(0x118),'meowKey':a188_0x243e6b(0x118),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xdb),'hidden':!![]},{'name':a188_0x243e6b(0x10b),'meowKey':a188_0x243e6b(0x10b),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x129),'hidden':!![]},{'name':a188_0x243e6b(0xf6),'meowKey':a188_0x243e6b(0xe9),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xf3),'hidden':!![]},{'name':a188_0x243e6b(0x142),'meowKey':'reveal','type':a188_0x243e6b(0xea),'description':'Reveal\x20sensitive\x20value','hidden':!![]},{'name':a188_0x243e6b(0x148),'meowKey':a188_0x243e6b(0x148),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x114),'hidden':!![]},{'name':'confirm','meowKey':a188_0x243e6b(0xe2),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x10d),'hidden':!![]},{'name':a188_0x243e6b(0x156),'meowKey':a188_0x243e6b(0x156),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x108),'hidden':!![]},{'name':a188_0x243e6b(0x10c),'meowKey':a188_0x243e6b(0x10c),'type':a188_0x243e6b(0xea),'description':a188_0x243e6b(0x120),'hidden':!![]},{'name':a188_0x243e6b(0x139),'meowKey':a188_0x243e6b(0x111),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0xe0),'hidden':!![]},{'name':a188_0x243e6b(0x14a),'meowKey':a188_0x243e6b(0x14a),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x149),'hidden':!![]},{'name':a188_0x243e6b(0x11d),'meowKey':'parentId','type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x13c),'hidden':!![]},{'name':a188_0x243e6b(0xe1),'meowKey':a188_0x243e6b(0xe1),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x14b),'hidden':!![]},{'name':a188_0x243e6b(0x140),'meowKey':a188_0x243e6b(0x147),'type':'string','description':a188_0x243e6b(0x117),'hidden':!![]},{'name':a188_0x243e6b(0xdc),'meowKey':a188_0x243e6b(0xeb),'type':a188_0x243e6b(0x151),'description':'Expected\x20current\x20menu\x20path','hidden':!![]},{'name':a188_0x243e6b(0xf7),'meowKey':a188_0x243e6b(0xdf),'type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x121),'hidden':!![]},{'name':'menu-ids','meowKey':'menuIds','type':'string','description':a188_0x243e6b(0x159),'hidden':!![]},{'name':a188_0x243e6b(0x109),'meowKey':'taskId','type':a188_0x243e6b(0x151),'description':a188_0x243e6b(0x13a),'hidden':!![]},{'name':a188_0x243e6b(0x127),'meowKey':a188_0x243e6b(0x137),'type':a188_0x243e6b(0x151),'description':'Operation\x20type','hidden':!![]},{'name':a188_0x243e6b(0x12e),'meowKey':'functionNode','type':a188_0x243e6b(0x151),'description':'Function\x20node','hidden':!![]}];export const PIPELINE_FLAG_NAMES=new Set(['appcode',a188_0x243e6b(0x154),a188_0x243e6b(0x130),a188_0x243e6b(0x113),'jq',a188_0x243e6b(0xe3),a188_0x243e6b(0x12d),a188_0x243e6b(0xfb),'ci']);function a188_0x1081(_0x357ba4,_0x54c18d){_0x357ba4=_0x357ba4-0xd9;const _0x180c6c=a188_0x180c();let _0x1081cd=_0x180c6c[_0x357ba4];return _0x1081cd;}export function buildMeowFlags(){const _0x511cb2=a188_0x243e6b;return Object[_0x511cb2(0x101)](GLOBAL_FLAGS[_0x511cb2(0xe5)](_0x2bf4c2=>[_0x2bf4c2['meowKey'],{'type':_0x2bf4c2[_0x511cb2(0x138)]}]));}
|
package/lib/constant/defaults.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a189_0x4eefd9=a189_0x424e;function a189_0x569f(){const _0x395832=['8MEpgJI','compress','3gdQCDF','7749240nKtauj','708vhfjSF','high-risk-write','6XWItdz','3848097herLJx','9gOOuNp','4zBbUal','5460445woMrxZ','en-US','production','5901357GKyQra','333307VptUIy','11491766OUYybG','698322qPrphp'];a189_0x569f=function(){return _0x395832;};return a189_0x569f();}(function(_0x2171ef,_0x4410c0){const _0x485de5=a189_0x424e,_0x54f5a0=_0x2171ef();while(!![]){try{const _0x1e9aae=parseInt(_0x485de5(0x14d))/0x1*(-parseInt(_0x485de5(0x14a))/0x2)+-parseInt(_0x485de5(0x152))/0x3*(parseInt(_0x485de5(0x154))/0x4)+-parseInt(_0x485de5(0x155))/0x5*(-parseInt(_0x485de5(0x151))/0x6)+-parseInt(_0x485de5(0x147))/0x7*(-parseInt(_0x485de5(0x14b))/0x8)+parseInt(_0x485de5(0x153))/0x9*(parseInt(_0x485de5(0x14e))/0xa)+-parseInt(_0x485de5(0x149))/0xb+parseInt(_0x485de5(0x14f))/0xc*(parseInt(_0x485de5(0x148))/0xd);if(_0x1e9aae===_0x4410c0)break;else _0x54f5a0['push'](_0x54f5a0['shift']());}catch(_0x3e1a7b){_0x54f5a0['push'](_0x54f5a0['shift']());}}}(a189_0x569f,0xcf005));import{DEFAULT_API_DIR}from'../constant/paths.js';function a189_0x424e(_0x49b0f4,_0x511799){_0x49b0f4=_0x49b0f4-0x146;const _0x569ff5=a189_0x569f();let _0x424e00=_0x569ff5[_0x49b0f4];return _0x424e00;}export const DEFAULT_CONFIG_VALUES={'env':a189_0x4eefd9(0x146),'format':'compress','locale':a189_0x4eefd9(0x156),'riskLevel':a189_0x4eefd9(0x150),'apiDir':DEFAULT_API_DIR};export const DEFAULT_COMMAND_OUTPUT_FORMAT=a189_0x4eefd9(0x14c);
|