@lovrabet/rabetbase-cli 2.5.3-beta.4 → 2.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/api/api-doc.js +1 -1
- package/lib/api/api-group.js +1 -1
- package/lib/api/fetch-model-list.js +1 -1
- package/lib/api/generate-api-file.js +1 -1
- package/lib/api/generate-sdk-config-file.js +1 -1
- package/lib/api/legacy-api-file.js +1 -1
- package/lib/api/model-registry-file.js +1 -1
- package/lib/api/model-registry-scaffold.js +1 -1
- package/lib/api/model-source.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/index.js +1 -1
- package/lib/commands/app/list.js +1 -1
- package/lib/commands/app/members-list.js +1 -1
- package/lib/commands/app/remote-directory.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/logs.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/delete.js +1 -1
- package/lib/commands/config/get.js +1 -1
- package/lib/commands/config/index.js +1 -1
- package/lib/commands/config/init.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/dataset/batch-design.js +1 -1
- package/lib/commands/dataset/business-group-update.js +1 -1
- package/lib/commands/dataset/business-groups.js +1 -1
- package/lib/commands/dataset/capability.js +1 -1
- package/lib/commands/dataset/cross-relation-create.js +1 -1
- package/lib/commands/dataset/cross-relation-delete.js +1 -1
- package/lib/commands/dataset/cross-relation-list.js +1 -1
- package/lib/commands/dataset/cross-relation-shared.js +1 -1
- package/lib/commands/dataset/cross-relation-update.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-restore.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/dataset/user-deleted-field-list.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-refresh-start.js +1 -1
- package/lib/commands/db/diff-refresh-status.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/table-diff-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/deployment/index.js +1 -1
- package/lib/commands/deployment/sync-all.js +1 -1
- package/lib/commands/deployment/sync-jobs.js +1 -1
- package/lib/commands/deployment/sync-status.js +1 -1
- package/lib/commands/doctor.js +1 -1
- package/lib/commands/file/index.js +1 -1
- package/lib/commands/flow/create.js +1 -1
- package/lib/commands/flow/detail.js +1 -1
- package/lib/commands/flow/index.js +1 -1
- package/lib/commands/flow/list.js +1 -1
- package/lib/commands/flow/publish.js +1 -1
- package/lib/commands/flow/runtime-resources-shared.js +1 -1
- package/lib/commands/flow/runtime-role-list.js +1 -1
- package/lib/commands/flow/runtime-role-user-list.js +1 -1
- package/lib/commands/flow/runtime-user-search.js +1 -1
- package/lib/commands/flow/shared.js +1 -1
- package/lib/commands/flow/update.js +1 -1
- package/lib/commands/flow/validate.js +1 -1
- package/lib/commands/instant-api-policy/current.js +1 -1
- package/lib/commands/instant-api-policy/index.js +1 -1
- package/lib/commands/instant-api-policy/init.js +1 -1
- package/lib/commands/instant-api-policy/publish.js +1 -1
- package/lib/commands/instant-api-policy/pull.js +1 -1
- package/lib/commands/instant-api-policy/revision.js +1 -1
- package/lib/commands/instant-api-policy/revisions.js +1 -1
- package/lib/commands/instant-api-policy/rollback.js +1 -1
- package/lib/commands/instant-api-policy/shared.js +1 -1
- package/lib/commands/instant-api-policy/validate.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/kb/create.js +1 -1
- package/lib/commands/kb/delete.js +1 -1
- package/lib/commands/kb/detail.js +1 -1
- package/lib/commands/kb/index.js +1 -1
- package/lib/commands/kb/list.js +1 -1
- package/lib/commands/kb/search.js +1 -1
- package/lib/commands/kb/shared.js +1 -1
- package/lib/commands/kb/update.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/rename.js +1 -1
- package/lib/commands/menu/shared/compare-table.js +1 -1
- package/lib/commands/menu/shared/delete-plan.js +1 -1
- package/lib/commands/menu/shared/facts.js +1 -1
- package/lib/commands/menu/shared/index.js +1 -1
- package/lib/commands/menu/shared/inquirer.js +1 -1
- package/lib/commands/menu/shared/local-pages.js +1 -1
- package/lib/commands/menu/shared/logic.js +1 -1
- package/lib/commands/menu/shared/mutations.js +1 -1
- package/lib/commands/menu/shared/service.js +1 -1
- package/lib/commands/menu/shared/sync-core.js +1 -1
- package/lib/commands/menu/shared/update-core.js +1 -1
- package/lib/commands/menu/shared/valid-url.js +1 -1
- package/lib/commands/menu/sync.js +1 -1
- package/lib/commands/menu/visibility-update.js +1 -1
- package/lib/commands/notification/config-create.js +1 -1
- package/lib/commands/notification/config-delete.js +1 -1
- package/lib/commands/notification/config-list.js +1 -1
- package/lib/commands/notification/config-update.js +1 -1
- package/lib/commands/notification/index.js +1 -1
- package/lib/commands/notification/shared.js +1 -1
- package/lib/commands/ocr/index.js +1 -1
- package/lib/commands/page/create.js +1 -1
- package/lib/commands/page/custom/detail.js +1 -1
- package/lib/commands/page/custom/list.js +1 -1
- package/lib/commands/page/custom/publish.js +1 -1
- package/lib/commands/page/custom/shared.js +1 -1
- package/lib/commands/page/custom/syntax.js +1 -1
- package/lib/commands/page/custom/update.js +1 -1
- package/lib/commands/page/data-list-status.js +1 -1
- package/lib/commands/page/generate-start.js +1 -1
- package/lib/commands/page/generate-status.js +1 -1
- package/lib/commands/page/index.js +1 -1
- package/lib/commands/page/pull.js +1 -1
- package/lib/commands/page/push.js +1 -1
- package/lib/commands/page/relation-audit.js +1 -1
- package/lib/commands/page/restore.js +1 -1
- package/lib/commands/page/shared.js +1 -1
- package/lib/commands/page/sync.js +1 -1
- package/lib/commands/project/api-architecture-upgrade.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/materialize-project-template.js +1 -1
- package/lib/commands/project/create/project-name.js +1 -1
- package/lib/commands/project/create/project-template-archive.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/domain-routing-sync.js +1 -1
- package/lib/commands/project/index.js +1 -1
- package/lib/commands/project/upgrade.js +1 -1
- package/lib/commands/registry.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/rule/get.js +1 -1
- package/lib/commands/rule/index.js +1 -1
- package/lib/commands/rule/list.js +1 -1
- package/lib/commands/rule/set.js +1 -1
- package/lib/commands/rule/shared.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/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/tenant/index.js +1 -1
- package/lib/commands/tenant/members-list.js +1 -1
- package/lib/commands/tenant/shared.js +1 -1
- package/lib/commands/user-account/dingding-sandbox-bind.js +1 -1
- package/lib/commands/user-account/index.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/domain-config.js +1 -1
- package/lib/config/project-domain-routing.js +1 -1
- package/lib/config/region-config.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/region.js +1 -1
- package/lib/constant/risk.js +1 -1
- package/lib/constant/routing-profile.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/hook-directory.js +1 -1
- package/lib/core/bff/lock.js +1 -1
- package/lib/core/bff/utils.js +1 -1
- package/lib/core/cross-db-relation.js +1 -1
- package/lib/core/db-resolver.js +1 -1
- package/lib/core/flow-config.js +1 -1
- package/lib/core/instant-api-policy/config.js +1 -1
- package/lib/core/kb-search-client.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/page/lr-smart-jsx.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/supported-flags.js +1 -1
- package/lib/framework/types.js +1 -1
- package/lib/generated/build-info.d.ts +4 -4
- package/lib/generated/build-info.js +1 -1
- package/lib/generated/official-routing.js +1 -1
- package/lib/generated/routing-contract.js +1 -1
- package/lib/help.js +1 -1
- package/lib/postinstall.js +1 -1
- package/lib/runtime/confirmation.js +1 -1
- package/lib/runtime/event.js +1 -1
- package/lib/runtime/index.js +1 -1
- package/lib/runtime/queue.js +1 -1
- package/lib/runtime/resolve.js +1 -1
- package/lib/skills/builtin-skill.js +1 -1
- package/lib/skills/main.js +1 -1
- package/lib/skills/npx-skills-add.js +1 -1
- package/lib/skills/skill-presence.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/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/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/skills/rabetbase/SKILL.md +1 -1
- package/skills/rabetbase.manifest.json +3 -3
package/lib/cli.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
const
|
|
2
|
+
const a18_0x44981f=a18_0x8394;(function(_0x2d8c25,_0x29d7f5){const _0x51e87a=a18_0x8394,_0x26fec4=_0x2d8c25();while(!![]){try{const _0x34c002=-parseInt(_0x51e87a(0xce))/0x1+-parseInt(_0x51e87a(0xda))/0x2*(parseInt(_0x51e87a(0xf6))/0x3)+parseInt(_0x51e87a(0xe5))/0x4+parseInt(_0x51e87a(0xd7))/0x5*(-parseInt(_0x51e87a(0xd1))/0x6)+parseInt(_0x51e87a(0xf8))/0x7*(-parseInt(_0x51e87a(0xd4))/0x8)+-parseInt(_0x51e87a(0xe1))/0x9+parseInt(_0x51e87a(0xf4))/0xa;if(_0x34c002===_0x29d7f5)break;else _0x26fec4['push'](_0x26fec4['shift']());}catch(_0x5883e1){_0x26fec4['push'](_0x26fec4['shift']());}}}(a18_0x1632,0xc0adc));import a18_0x1935bf from'meow';function a18_0x8394(_0xda87d1,_0x30e37e){_0xda87d1=_0xda87d1-0xcc;const _0x163290=a18_0x1632();let _0x83945=_0x163290[_0xda87d1];return _0x83945;}import{showHelp}from'./help.js';import{CliError,CliErrors}from'./errors.js';import{isKnownService,getServiceEntry,findDefinition,resolveRemovedCommand}from'./commands/registry.js';import{runCommand,createPipelineEnv}from'./framework/runner.js';import{formatCliError}from'./framework/output.js';import{resolveErrorOutputFormat,usesStructuredErrorOutput}from'./framework/error-output.js';import{generateCommandHelp,generateServiceHelp,generateFullHelp}from'./framework/help.js';import{CLI_BIN_NAME,buildMeowFlags}from'./constant/cli.js';import{VERSION,GIT_COMMIT,BUILD_TIME}from'./generated/build-info.js';import{reportCliHelpTrace}from'./telemetry/cli-help-trace.js';import{reportCommandTrace}from'./telemetry/cli-command-trace.js';import{registerOtelShutdownOnExit,exitWithOtelShutdown}from'./telemetry/register-otel-exit-shutdown.js';import{printIssueReportNudgeForError}from'./commands/issue/nudge.js';function a18_0x1632(){const _0x1128a9=['catch','hint','1985967snCtva','./context.js','string','unknownCommand','2778840sZeVrW','format','stderr','def','help','message','validation','error','name','defaultCommand','risk','write','unknown_service','Unexpected\x20error:','service','40632690iILDGL','input','3BQeeZf','code','1708ROqqoF','dynamicCliFlags','global','cancelled','999234XTaYXt','log','ExitPromptError','6ixENhv','flags','now','24448TPhfkv','Hint:\x20','unknown','3884165VLompQ','exitCode','wildcardDef','2452746maTSMA','slice','\x0aCancelled.\x0a','command','Error:\x20'];a18_0x1632=function(){return _0x1128a9;};return a18_0x1632();}import{assertSupportedCommandFlags}from'./framework/supported-flags.js';let dynamicCliFlags=null;try{dynamicCliFlags=(await import('./cli-flags.js'))[a18_0x44981f(0xf9)];}catch{}const helpText=generateFullHelp(),cliVersion=GIT_COMMIT!==a18_0x44981f(0xd6)?VERSION+'\x20('+GIT_COMMIT+',\x20'+BUILD_TIME[a18_0x44981f(0xdb)](0x0,0xa)+')':VERSION,cli=a18_0x1935bf(helpText,{'importMeta':import.meta,'version':cliVersion,'flags':{...buildMeowFlags(),...dynamicCliFlags||{}}});registerOtelShutdownOnExit(),await run()[a18_0x44981f(0xdf)](handleErrorAsync);async function run(){const _0x5922dd=a18_0x44981f;let _0xb25d94=cli[_0x5922dd(0xf5)][0x0],_0x315bdf=cli[_0x5922dd(0xf5)][0x1];const _0x297b67=cli[_0x5922dd(0xd2)];if(!_0xb25d94){await reportCliHelpTrace(_0x5922dd(0xcc)),showHelp();return;}const _0x3d051d=resolveRemovedCommand(_0xb25d94,_0x315bdf);_0x3d051d&&await handleErrorAsync(CliErrors[_0x5922dd(0xeb)](_0x3d051d[_0x5922dd(0xea)],_0x3d051d['hint']));if(!isKnownService(_0xb25d94)){await reportCliHelpTrace(_0x5922dd(0xf1),{'service':_0xb25d94}),showHelp();return;}const _0x59ef59=getServiceEntry(_0xb25d94);if(!_0x315bdf){if(_0x297b67[_0x5922dd(0xe9)]){printServiceHelp(_0xb25d94);return;}if(_0x59ef59[_0x5922dd(0xee)])_0x315bdf=_0x59ef59['defaultCommand'];else{if(_0x59ef59[_0x5922dd(0xd9)]){const {buildConfigFromFlags:_0x5535e8,initGlobalEnvironment:_0x9b373d}=await import(_0x5922dd(0xe2)),_0x1a9435=_0x5535e8(_0x297b67);await _0x9b373d(_0x1a9435),await dispatchDeclarative(_0x59ef59[_0x5922dd(0xd9)],_0xb25d94,'',[],_0x297b67,_0x1a9435);return;}else{printServiceHelp(_0xb25d94);return;}}}{let _0x2fefd8=findDefinition(_0xb25d94,_0x315bdf),_0x452b5f=cli[_0x5922dd(0xf5)][_0x5922dd(0xdb)](0x2);if(!_0x2fefd8){if(_0x59ef59[_0x5922dd(0xd9)]){if(_0x297b67[_0x5922dd(0xe9)]){console[_0x5922dd(0xcf)](generateCommandHelp(_0x59ef59[_0x5922dd(0xd9)]));return;}_0x2fefd8=_0x59ef59[_0x5922dd(0xd9)],_0x452b5f=[_0x315bdf,...cli[_0x5922dd(0xf5)][_0x5922dd(0xdb)](0x2)];}else{printServiceHelp(_0xb25d94),await handleErrorAsync(CliErrors[_0x5922dd(0xe4)](_0xb25d94+'\x20'+_0x315bdf));return;}}assertSupportedCommandFlags(_0x2fefd8,_0x297b67);if(_0x297b67[_0x5922dd(0xe9)]){console[_0x5922dd(0xcf)](generateCommandHelp(_0x2fefd8));return;}const {buildConfigFromFlags:_0xd59816,initGlobalEnvironment:_0x18d423,isRoutingRecoveryService:_0x559b4d}=await import(_0x5922dd(0xe2)),_0x4af107=_0xd59816(_0x297b67);!_0x559b4d(_0xb25d94)&&await _0x18d423(_0x4af107),await dispatchDeclarative(_0x2fefd8,_0xb25d94,_0x315bdf,_0x452b5f,_0x297b67,_0x4af107);}}async function dispatchDeclarative(_0x3f521a,_0x4b1d8f,_0x424d8b,_0x4589ef,_0x53bfb5,_0x24acdf){const _0x3aa865=a18_0x44981f,_0x16afec=Date[_0x3aa865(0xd3)]();let _0x2aaf7b;try{await runCommand(_0x3f521a,createPipelineEnv(_0x24acdf,_0x53bfb5,_0x4589ef));}catch(_0x2b7bb6){_0x2aaf7b=_0x2b7bb6;}await reportCommandTrace({'service':_0x4b1d8f,'command':_0x424d8b,'flags':_0x53bfb5,'durationMs':Date[_0x3aa865(0xd3)]()-_0x16afec,'error':_0x2aaf7b}),_0x2aaf7b&&await handleErrorAsync(_0x2aaf7b,{'service':_0x4b1d8f,'command':_0x424d8b,'def':_0x3f521a,'flags':_0x53bfb5,'defaultFormat':_0x24acdf[_0x3aa865(0xe6)]});}function printServiceHelp(_0x45c169){console['log'](generateServiceHelp(_0x45c169));}async function handleErrorAsync(_0xd73b18,_0x19d7bd){const _0x4a2d0c=a18_0x44981f;if(_0xd73b18 instanceof Error&&_0xd73b18[_0x4a2d0c(0xed)]===_0x4a2d0c(0xd0))return process[_0x4a2d0c(0xe7)][_0x4a2d0c(0xf0)](_0x4a2d0c(0xdc)),await exitWithOtelShutdown(0x0);if(_0xd73b18 instanceof CliError){if(_0xd73b18[_0x4a2d0c(0xf7)]===_0x4a2d0c(0xcd))return process['stderr'][_0x4a2d0c(0xf0)]('\x0a'+_0xd73b18['message']+'\x0a'),await exitWithOtelShutdown(0x0);let _0x226fff=![];_0x19d7bd&&usesStructuredErrorOutput(_0x19d7bd[_0x4a2d0c(0xe8)])&&(_0x226fff=formatCliError(_0xd73b18,{'command':CLI_BIN_NAME+'\x20'+_0x19d7bd[_0x4a2d0c(0xe8)][_0x4a2d0c(0xf3)]+'\x20'+_0x19d7bd[_0x4a2d0c(0xe8)][_0x4a2d0c(0xdd)],'risk':_0x19d7bd[_0x4a2d0c(0xe8)][_0x4a2d0c(0xef)],'format':resolveErrorOutputFormat(_0x19d7bd),'jqFilter':typeof _0x19d7bd[_0x4a2d0c(0xd2)]?.['jq']===_0x4a2d0c(0xe3)?_0x19d7bd[_0x4a2d0c(0xd2)]['jq']:undefined}));if(!_0x226fff){console[_0x4a2d0c(0xec)](_0x4a2d0c(0xde)+_0xd73b18['message']);if(_0xd73b18[_0x4a2d0c(0xe0)])console[_0x4a2d0c(0xec)](_0x4a2d0c(0xd5)+_0xd73b18['hint']);if(_0x19d7bd)printIssueReportNudgeForError(_0xd73b18,_0x19d7bd);}return await exitWithOtelShutdown(_0xd73b18[_0x4a2d0c(0xd8)]);}console[_0x4a2d0c(0xec)](_0x4a2d0c(0xf2),_0xd73b18);if(_0x19d7bd)printIssueReportNudgeForError(_0xd73b18,_0x19d7bd);return await exitWithOtelShutdown(0x1);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a19_0x4bd224=a19_0x7706;(function(_0x3fa26e,_0x51f2f4){const _0x51582d=a19_0x7706,_0x1ca484=_0x3fa26e();while(!![]){try{const _0x3c15ab=parseInt(_0x51582d(0x7c))/0x1+-parseInt(_0x51582d(0x76))/0x2*(-parseInt(_0x51582d(0xa8))/0x3)+parseInt(_0x51582d(0x73))/0x4*(parseInt(_0x51582d(0x72))/0x5)+-parseInt(_0x51582d(0xab))/0x6+parseInt(_0x51582d(0xb1))/0x7+-parseInt(_0x51582d(0x85))/0x8+-parseInt(_0x51582d(0x8b))/0x9*(-parseInt(_0x51582d(0x81))/0xa);if(_0x3c15ab===_0x51f2f4)break;else _0x1ca484['push'](_0x1ca484['shift']());}catch(_0x1ab27c){_0x1ca484['push'](_0x1ca484['shift']());}}}(a19_0x4893,0x7f8f8));import a19_0x513a05 from'ora';function a19_0x4893(){const _0xb7a327=['Fetched\x20','filter','✓\x20Generated\x20','datasetcode','Doc\x20generation\x20complete:\x20','isArray','\x20doc(s)\x20in\x20','error','stdout','3iBJIUP','\x20succeeded,\x20','...','4109202DdOAQV','params','must\x20be\x20a\x20JSON\x20object','success','start','map','355425RTqYZm','str','5nQLlNq','2147876jUdKBW','./docs','\x1b[33m!\x20The\x20following\x20dataset\x20codes\x20do\x20not\x20exist:\x20','125240oGlrLy','fail','message','\x1b[0m','join','succeed','312305NZYlog','write','has','Filter:\x20comma-separated\x20dataset\x20codes\x20to\x20generate\x20docs\x20for','Extra\x20params\x20passed\x20to\x20the\x20doc\x20generator\x20(JSON\x20object)','7943890FvJRBB','generate','\x20dataset(s)\x1b[0m','\x20doc(s)\x20failed','4397624GXpFal','trim','validation','length','--datasetcode\x20cannot\x20be\x20empty.','string','9dIKQUW','Provide\x20a\x20valid\x20JSON\x20object,\x20e.g.\x20--params\x20\x27{\x22key\x22:\x22value\x22}\x27','output','object','datasetCode','read','\x20\x20•\x20','\x1b[90m*\x20Generating\x20docs\x20for:\x20','\x0d\x20\x20[','None\x20of\x20the\x20specified\x20dataset\x20codes\x20exist:\x20','Output\x20directory\x20(default:\x20./docs)','Invalid\x20--params:\x20','api','padStart','appCode','parse','Fetching\x20dataset\x20list\x20for\x20','\x20of\x20','\x20failed','some'];a19_0x4893=function(){return _0xb7a327;};return a19_0x4893();}import{fetchModelList}from'../../core/api-client.js';import{generateDatasetDocs}from'../../api/api-doc.js';function a19_0x7706(_0x2513e1,_0x5aa10d){_0x2513e1=_0x2513e1-0x71;const _0x489362=a19_0x4893();let _0x7706c7=_0x489362[_0x2513e1];return _0x7706c7;}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';export const apiGenerate={'service':a19_0x4bd224(0x97),'command':a19_0x4bd224(0x82),'description':'Generate\x20markdown\x20documentation\x20for\x20all\x20datasets','risk':a19_0x4bd224(0x90),'requiresAppCode':!![],'hasFormat':![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a19_0x4bd224(0x8d),'type':'string','description':a19_0x4bd224(0x95)},{'name':a19_0x4bd224(0xa2),'type':'string','description':a19_0x4bd224(0x7f)},{'name':a19_0x4bd224(0xac),'type':a19_0x4bd224(0x8a),'description':a19_0x4bd224(0x80)}],async 'execute'(_0x3755c1){const _0x3ef30d=a19_0x4bd224,_0x73dfb0=_0x3755c1['str']('output')||_0x3ef30d(0x74),_0x1c67b8=_0x3755c1[_0x3ef30d(0x71)](_0x3ef30d(0xa2)),_0x309551=_0x3755c1[_0x3ef30d(0x71)](_0x3ef30d(0xac));let _0x237672;if(_0x309551)try{_0x237672=JSON[_0x3ef30d(0x9a)](_0x309551);if(typeof _0x237672!==_0x3ef30d(0x8e)||_0x237672===null||Array[_0x3ef30d(0xa4)](_0x237672))throw new Error(_0x3ef30d(0xad));}catch(_0x21e091){throw CliErrors[_0x3ef30d(0x87)](_0x3ef30d(0x96)+(_0x21e091 instanceof Error?_0x21e091[_0x3ef30d(0x78)]:String(_0x21e091)),_0x3ef30d(0x8c));}let _0x2abce2;if(_0x1c67b8){const _0x5d616c=_0x1c67b8['split'](',')[_0x3ef30d(0xb0)](_0x2e12f8=>_0x2e12f8[_0x3ef30d(0x86)]())[_0x3ef30d(0xa0)](_0x136e0c=>_0x136e0c[_0x3ef30d(0x88)]>0x0);if(_0x5d616c[_0x3ef30d(0x88)]===0x0)throw CliErrors[_0x3ef30d(0x87)](_0x3ef30d(0x89));_0x2abce2=new Set(_0x5d616c),writeCliSideChannelLine(_0x3ef30d(0x92)+_0x5d616c['join'](',\x20')+_0x3ef30d(0x79));}const _0x7743a4=a19_0x513a05(_0x3ef30d(0x9b)+_0x3755c1[_0x3ef30d(0x99)]+_0x3ef30d(0xaa))[_0x3ef30d(0xaf)]();let _0x31dbaf;try{({configArray:_0x31dbaf}=await fetchModelList(_0x3755c1[_0x3ef30d(0x99)],_0x3755c1['cookie']),_0x7743a4[_0x3ef30d(0x7b)](_0x3ef30d(0x9f)+_0x31dbaf['length']+'\x20dataset(s)'));}catch(_0x1fd426){_0x7743a4[_0x3ef30d(0x77)]('Failed\x20to\x20fetch\x20datasets');throw _0x1fd426;}if(_0x31dbaf['length']===0x0)return writeCliSideChannelLine('!\x20No\x20datasets\x20found.'),{'ok':!![]};let _0x312b19=_0x31dbaf;if(_0x2abce2){_0x312b19=_0x31dbaf[_0x3ef30d(0xa0)](_0x5200a5=>_0x2abce2[_0x3ef30d(0x7e)](_0x5200a5['datasetCode']));const _0x3ddd48=[..._0x2abce2][_0x3ef30d(0xa0)](_0x52b074=>!_0x31dbaf[_0x3ef30d(0x9e)](_0x20f836=>_0x20f836[_0x3ef30d(0x8f)]===_0x52b074));_0x3ddd48['length']>0x0&&writeCliSideChannelLine(_0x3ef30d(0x75)+_0x3ddd48[_0x3ef30d(0x7a)](',\x20')+'\x1b[0m');if(_0x312b19['length']===0x0)throw CliErrors['validation'](_0x3ef30d(0x94)+[..._0x2abce2]['join'](',\x20'));writeCliSideChannelLine('\x1b[90m*\x20Filtered\x20'+_0x312b19[_0x3ef30d(0x88)]+_0x3ef30d(0x9c)+_0x31dbaf[_0x3ef30d(0x88)]+_0x3ef30d(0x83));}let _0x1cf74c=0x0;const _0x48d7a9=await generateDatasetDocs(_0x312b19,_0x3755c1[_0x3ef30d(0x99)],_0x3755c1['cookie'],_0x73dfb0,(_0x585a5b,_0x241fe0,_0x55533c)=>{const _0x43064b=_0x3ef30d;_0x1cf74c=_0x585a5b,process[_0x43064b(0xa7)][_0x43064b(0x7d)](_0x43064b(0x93)+String(_0x585a5b)[_0x43064b(0x98)](String(_0x241fe0)['length'])+'/'+_0x241fe0+']\x20'+_0x55533c+'.md');},_0x237672);if(_0x1cf74c>0x0)process[_0x3ef30d(0xa7)][_0x3ef30d(0x7d)]('\x0a');const _0x178a18=_0x48d7a9['filter'](_0x3c46ab=>_0x3c46ab[_0x3ef30d(0xae)])[_0x3ef30d(0x88)],_0x3247db=_0x48d7a9[_0x3ef30d(0xa0)](_0xf891db=>!_0xf891db['success'])[_0x3ef30d(0x88)];writeCliSideChannelLine(''),writeCliSideChannelLine(_0x3ef30d(0xa1)+_0x178a18+_0x3ef30d(0xa5)+_0x73dfb0);if(_0x3247db>0x0){writeCliSideChannelLine('!\x20'+_0x3247db+_0x3ef30d(0x84));for(const _0x5181fc of _0x48d7a9['filter'](_0x4371e8=>!_0x4371e8['success'])){writeCliSideChannelLine(_0x3ef30d(0x91)+_0x5181fc['datasetName']+'\x20('+_0x5181fc[_0x3ef30d(0x8f)]+'):\x20'+_0x5181fc[_0x3ef30d(0xa6)]);}}return{'ok':_0x3247db===0x0,'message':_0x3247db>0x0?'Doc\x20generation:\x20'+_0x178a18+_0x3ef30d(0xa9)+_0x3247db+_0x3ef30d(0x9d):_0x3ef30d(0xa3)+_0x178a18+'\x20file(s)'};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a20_0x24b0(){const _0x218e61=['1628914xMDYgb','273212hpFAXe','5efQThN','281700TOhyYU','253597kKseUS','640812YHcQHC','1084746ELNJdI','2052400MHbZlh'];a20_0x24b0=function(){return _0x218e61;};return a20_0x24b0();}(function(_0x25ba60,_0x142cce){const _0x26fe63=a20_0x3a68,_0x5edc5f=_0x25ba60();while(!![]){try{const _0xb7ded0=parseInt(_0x26fe63(0x16f))/0x1+-parseInt(_0x26fe63(0x16e))/0x2+-parseInt(_0x26fe63(0x170))/0x3+-parseInt(_0x26fe63(0x174))/0x4*(parseInt(_0x26fe63(0x175))/0x5)+-parseInt(_0x26fe63(0x171))/0x6+parseInt(_0x26fe63(0x173))/0x7+parseInt(_0x26fe63(0x172))/0x8;if(_0xb7ded0===_0x142cce)break;else _0x5edc5f['push'](_0x5edc5f['shift']());}catch(_0x1cf07e){_0x5edc5f['push'](_0x5edc5f['shift']());}}}(a20_0x24b0,0x22025));import{apiList}from'../../commands/api/list.js';import{apiPull}from'../../commands/api/pull.js';import{apiGenerate}from'../../commands/api/generate.js';function a20_0x3a68(_0xb855fa,_0x5f9e40){_0xb855fa=_0xb855fa-0x16e;const _0x24b042=a20_0x24b0();let _0x3a681a=_0x24b042[_0xb855fa];return _0x3a681a;}export const apiDefinitions=[apiList,apiPull,apiGenerate];
|
package/lib/commands/api/list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
function a21_0x20bd(_0x1812b0,_0x4fbe92){_0x1812b0=_0x1812b0-0x119;const _0x4f83d7=a21_0x4f83();let _0x20bd11=_0x4f83d7[_0x1812b0];return _0x20bd11;}const a21_0x2f980c=a21_0x20bd;function a21_0x4f83(){const _0x1b66c5=['push','360TSoSiM','21698440Jklgpv','map','global','name','isDefault','cookie','boolean','appcode','rawFlags','3441012duXzsU','appCode','45384SmotRl','9296AiefcS','read','7260318wZdRwM','list','42989yneHBw','2562biEAjX','1382112OFLTOO','22NIknbI','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)'];a21_0x4f83=function(){return _0x1b66c5;};return a21_0x4f83();}(function(_0x187f34,_0x30f0cd){const _0x1e4b5b=a21_0x20bd,_0x57d15c=_0x187f34();while(!![]){try{const _0x373bd9=-parseInt(_0x1e4b5b(0x12f))/0x1*(-parseInt(_0x1e4b5b(0x11b))/0x2)+-parseInt(_0x1e4b5b(0x128))/0x3+parseInt(_0x1e4b5b(0x12a))/0x4*(-parseInt(_0x1e4b5b(0x11e))/0x5)+-parseInt(_0x1e4b5b(0x119))/0x6*(-parseInt(_0x1e4b5b(0x12b))/0x7)+parseInt(_0x1e4b5b(0x11a))/0x8+-parseInt(_0x1e4b5b(0x12d))/0x9+parseInt(_0x1e4b5b(0x11f))/0xa;if(_0x373bd9===_0x30f0cd)break;else _0x57d15c['push'](_0x57d15c['shift']());}catch(_0x14df83){_0x57d15c['push'](_0x57d15c['shift']());}}}(a21_0x4f83,0x95655));import{fetchModelList}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{initMultiAppEnvironment}from'../../context.js';export const apiList={'service':'api','command':a21_0x2f980c(0x12e),'description':'List\x20all\x20datasets/models\x20for\x20the\x20configured\x20app(s)','risk':a21_0x2f980c(0x12c),'requiresAppCode':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':a21_0x2f980c(0x121),'type':a21_0x2f980c(0x125),'description':a21_0x2f980c(0x11c),'default':![]}],async 'execute'(_0x4d0b4d){const _0xeaf61=a21_0x2f980c,_0x50b22f=_0x4d0b4d[_0xeaf61(0x127)][_0xeaf61(0x126)]?String(_0x4d0b4d['rawFlags']['appcode']):undefined,_0x2d67f5=resolveTargetApps(_0x4d0b4d,_0x50b22f);if(_0x2d67f5){const _0x17293e=[];for(const _0x5e4a8d of _0x2d67f5){const _0x4b3099=_0x5e4a8d['cookie']||_0x4d0b4d[_0xeaf61(0x124)];await initMultiAppEnvironment(_0x5e4a8d);const {configArray:_0x5f2151}=await fetchModelList(_0x5e4a8d[_0xeaf61(0x126)],_0x4b3099);_0x17293e[_0xeaf61(0x11d)](..._0x5f2151[_0xeaf61(0x120)](_0x4604e9=>({..._0x4604e9,'_appName':_0x5e4a8d[_0xeaf61(0x122)],'_appCode':_0x5e4a8d[_0xeaf61(0x126)],'_region':_0x5e4a8d['region'],'_isDefault':_0x5e4a8d[_0xeaf61(0x123)]})));}return{'ok':!![],'data':_0x17293e};}const {configArray:_0xf6dc8c}=await fetchModelList(_0x4d0b4d[_0xeaf61(0x129)],_0x4d0b4d[_0xeaf61(0x124)]);return{'ok':!![],'data':_0xf6dc8c};}};
|
package/lib/commands/api/pull.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a22_0x3d695e=a22_0x199d;function a22_0x415d(){const _0x3ce3b0=[';\x20preserved\x20the\x20stable\x20TypeScript\x20entrypoints','\x20does\x20not\x20contain\x20AppCode\x20\x22','needsAgentMerge','app','72cEyCsS','files','defaultApp','isDefault','bool','validation','env','...','12Kglszx','action','needsProjectUpgrade','268958OIrLcM','mergedCli','string','\x20succeeded,\x20','created','\x20failed','rawFlags','Internal\x20error:\x20API\x20layout\x20for\x20app\x20profile\x20\x22','479008YCIZDW','sdkConfigPath','appcode','project','api','Accept\x20an\x20empty\x20model\x20result,\x20or\x20replace\x20a\x20legacy\x20prefixed\x20scaffold;\x20requires\x20--yes','client','succeed','name','force','\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20','read','7CEhAqT','find','1564233vWYtLb','selectedAppName','apiDir','profiles','\x20app(s)\x20failed','Model\x20facts\x20were\x20refreshed,\x20but\x20the\x20stable\x20source\x20entrypoints\x20are\x20not\x20installed.\x20Run\x20`rabetbase\x20project\x20upgrade\x20--dry-run`,\x20then\x20`rabetbase\x20project\x20upgrade\x20--yes`.','clientFilePath','includes','models','isDefaultConfig','hasAppCode',';\x20replaced\x20the\x20stable\x20TypeScript\x20entrypoints','AppCode\x20\x22','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','Pulling\x20API\x20config\x20for\x20','map','2087765qrmdcw','global','modelCount','Output\x20directory\x20(default:\x20','\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.','overwritten','default','modelProfile','size','\x20dataset\x20fact(s)\x20and\x20refreshed\x20model\x20profile\x20\x22','NOT-SET','isUnboundTemplate','7356510ZocECx','boolean','pull','sdkRouting','join','slice','start','yes','Fetched\x20','exists','72810tSDNEL','push','modelRuntimePath','Pull\x20dataset\x20facts\x20and\x20refresh\x20the\x20generated\x20SDK\x20model\x20registry\x20(','appCode','modelRegistryPath','Pulling\x20','currentApp','none','\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20','message','split','apiFilePath','\x20\x20•\x20','\x20dataset\x20fact(s)\x20and\x20refreshed\x20','\x22\x20belongs\x20to\x20multiple\x20app\x20profiles:\x20','--force\x20requires\x20--yes\x20because\x20it\x20may\x20remove\x20existing\x20model\x20facts\x20or\x20replace\x20a\x20legacy\x20generated\x20scaffold.','filter','28zLKVEu',')...','Done:\x20','1617645TNBqVQ','production','Select\x20a\x20configured\x20app\x20profile\x20or\x20use\x20a\x20separate\x20apiDir.'];a22_0x415d=function(){return _0x3ce3b0;};return a22_0x415d();}(function(_0x5bbb65,_0x138036){const _0x5bcb66=a22_0x199d,_0x53ee8c=_0x5bbb65();while(!![]){try{const _0x307c82=-parseInt(_0x5bcb66(0x112))/0x1*(-parseInt(_0x5bcb66(0xfe))/0x2)+-parseInt(_0x5bcb66(0xec))/0x3+parseInt(_0x5bcb66(0xfb))/0x4*(-parseInt(_0x5bcb66(0x124))/0x5)+parseInt(_0x5bcb66(0x130))/0x6+-parseInt(_0x5bcb66(0xe9))/0x7*(-parseInt(_0x5bcb66(0x106))/0x8)+parseInt(_0x5bcb66(0xf3))/0x9*(-parseInt(_0x5bcb66(0x13a))/0xa)+parseInt(_0x5bcb66(0x114))/0xb;if(_0x307c82===_0x138036)break;else _0x53ee8c['push'](_0x53ee8c['shift']());}catch(_0x52db90){_0x53ee8c['push'](_0x53ee8c['shift']());}}}(a22_0x415d,0xaaa8f));import a22_0x33653a from'ora';import{getEnv}from'../../constant/env.js';import{fetchModelList}from'../../core/api-client.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';import{resolveTargetApps}from'../../commands/api/shared.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getRuntimeDomain,getSdkClientRoutingConfig}from'../../constant/domain.js';import{CliErrors}from'../../errors.js';import{initMultiAppEnvironment}from'../../context.js';function a22_0x199d(_0x16bce0,_0x5db8d0){_0x16bce0=_0x16bce0-0xde;const _0x415d60=a22_0x415d();let _0x199d6=_0x415d60[_0x16bce0];return _0x199d6;}import a22_0x5a3a21 from'node:path';import{existsSync}from'node:fs';import{MODEL_REGISTRY_FILE_NAME,readModelRegistry}from'../../api/model-registry-file.js';import{getMultiAppConfigs}from'../../utils/config.js';import{getRegistryGroup,resolveApiProfileLayouts}from'../../api/api-group.js';const EXISTING_TS_HINT=a22_0x3d695e(0x119);function inspectModelRegistry(_0x592fa1,_0x3057a1){const _0x5db9b6=a22_0x3d695e,_0x51ff8d=a22_0x5a3a21[_0x5db9b6(0x134)](_0x592fa1,MODEL_REGISTRY_FILE_NAME),_0x34eb48=existsSync(_0x51ff8d);if(!_0x34eb48)return{'exists':![],'hasAppCode':![],'isUnboundTemplate':![]};const _0x45df11=readModelRegistry(_0x51ff8d);if(!_0x45df11)throw new Error(MODEL_REGISTRY_FILE_NAME+_0x5db9b6(0x128));const _0x3d6128=new Set(Object['values'](_0x45df11[_0x5db9b6(0x117)])[_0x5db9b6(0x123)](_0x2ef32c=>_0x2ef32c[_0x5db9b6(0x13e)])[_0x5db9b6(0xe8)](_0x4a3d79=>_0x4a3d79!==_0x5db9b6(0x12e)));return{'exists':!![],'hasAppCode':!!_0x3057a1&&_0x3d6128['has'](_0x3057a1),'isUnboundTemplate':_0x3d6128[_0x5db9b6(0x12c)]===0x0};}function toPullData(_0x2c64b0){const _0x38ad7c=a22_0x3d695e;return{'appCode':_0x2c64b0[_0x38ad7c(0x13e)],'configName':_0x2c64b0['configName'],'isDefaultConfig':_0x2c64b0[_0x38ad7c(0x11d)],'models':_0x2c64b0[_0x38ad7c(0x11c)],'sdkRouting':_0x2c64b0[_0x38ad7c(0x133)],'files':_0x2c64b0['files'],'needsAgentMerge':_0x2c64b0['needsAgentMerge'],'needsProjectUpgrade':_0x2c64b0[_0x38ad7c(0xfd)],'apiFilePath':_0x2c64b0['apiFilePath'],'clientFilePath':_0x2c64b0[_0x38ad7c(0x11a)],'sdkConfigPath':_0x2c64b0['sdkConfigPath'],'modelRegistryPath':_0x2c64b0[_0x38ad7c(0x13f)],'modelRuntimePath':_0x2c64b0[_0x38ad7c(0x13c)],'modelProfile':_0x2c64b0[_0x38ad7c(0x12b)],'datasetCount':_0x2c64b0[_0x38ad7c(0x126)],'modelCount':_0x2c64b0[_0x38ad7c(0x126)]};}function describePull(_0x4c8bcf){const _0x1f4121=a22_0x3d695e,_0x5cb3eb=a22_0x5a3a21['basename'](_0x4c8bcf[_0x1f4121(0x107)]);if(_0x4c8bcf[_0x1f4121(0x12b)]){const _0x128004='Fetched\x20'+_0x4c8bcf[_0x1f4121(0x126)]+_0x1f4121(0x12d)+_0x4c8bcf[_0x1f4121(0x12b)]+'\x22';if(_0x4c8bcf[_0x1f4121(0xf1)])return _0x128004+'.\x20'+EXISTING_TS_HINT;if(_0x4c8bcf[_0x1f4121(0xf4)][_0x1f4121(0x10a)][_0x1f4121(0xfc)]===_0x1f4121(0x129)||_0x4c8bcf['files'][_0x1f4121(0x10c)][_0x1f4121(0xfc)]==='overwritten')return _0x128004+_0x1f4121(0x11f);if(_0x4c8bcf[_0x1f4121(0xf4)]['api']['action']===_0x1f4121(0x102)||_0x4c8bcf[_0x1f4121(0xf4)][_0x1f4121(0x10c)][_0x1f4121(0xfc)]==='created')return _0x128004+';\x20created\x20the\x20stable\x20TypeScript\x20entrypoints';return _0x128004+_0x1f4121(0xef);}if(_0x4c8bcf[_0x1f4121(0xf1)])return'Fetched\x20'+_0x4c8bcf[_0x1f4121(0x126)]+_0x1f4121(0xe5)+_0x5cb3eb+'.\x20'+EXISTING_TS_HINT;if(_0x4c8bcf[_0x1f4121(0xf4)][_0x1f4121(0x10a)][_0x1f4121(0xfc)]===_0x1f4121(0x129)||_0x4c8bcf[_0x1f4121(0xf4)]['client']['action']===_0x1f4121(0x129))return _0x1f4121(0x138)+_0x4c8bcf[_0x1f4121(0x126)]+_0x1f4121(0x110)+_0x4c8bcf[_0x1f4121(0x126)]+'\x20model(s)';return'Fetched\x20'+_0x4c8bcf[_0x1f4121(0x126)]+_0x1f4121(0xe0)+_0x4c8bcf['modelCount']+'\x20model(s)';}export const apiPull={'service':a22_0x3d695e(0x10a),'command':a22_0x3d695e(0x132),'description':a22_0x3d695e(0x13d)+DEFAULT_API_DIR+'/)','risk':a22_0x3d695e(0x111),'requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a22_0x3d695e(0x100),'description':a22_0x3d695e(0x127)+DEFAULT_API_DIR+'/)'},{'name':a22_0x3d695e(0x125),'type':a22_0x3d695e(0x131),'description':a22_0x3d695e(0x121),'default':![]},{'name':a22_0x3d695e(0x10f),'type':'boolean','description':a22_0x3d695e(0x10b),'default':![]}],async 'validate'(_0x303feb){const _0x5bd927=a22_0x3d695e;if(_0x303feb[_0x5bd927(0xf7)]('force')&&!_0x303feb[_0x5bd927(0xf7)](_0x5bd927(0x137)))throw CliErrors[_0x5bd927(0xf8)](_0x5bd927(0xe7),'Verify\x20the\x20selected\x20profile\x20and\x20review\x20legacy\x20generated\x20files,\x20then\x20rerun\x20with\x20--force\x20--yes.');},async 'execute'(_0x49f261){const _0x41740b=a22_0x3d695e,_0x57975f=_0x49f261[_0x41740b(0x104)][_0x41740b(0x108)]?String(_0x49f261[_0x41740b(0x104)][_0x41740b(0x108)]):undefined,_0x65c046=_0x49f261['str']('output')||undefined,_0x2d88b1=_0x49f261[_0x41740b(0xf7)](_0x41740b(0x10f)),_0x4c363f=resolveTargetApps(_0x49f261,_0x57975f),_0x59e2b9=_0x49f261['bool'](_0x41740b(0x125))?'merged':_0x41740b(0x109),_0x35297f=getMultiAppConfigs(_0x59e2b9),_0x361071=_0x3bbab8=>_0x3bbab8[_0x41740b(0x116)]||_0x65c046||_0x49f261[_0x41740b(0x116)]||DEFAULT_API_DIR,_0x467733=_0x35297f?resolveApiProfileLayouts(_0x35297f,_0x361071):undefined;let _0x6178c9=_0x4c363f;if(!_0x6178c9&&_0x35297f){const _0x2442be=_0x49f261[_0x41740b(0x115)]?_0x35297f[_0x41740b(0x113)](_0xa0f77e=>_0xa0f77e[_0x41740b(0x10e)]===_0x49f261[_0x41740b(0x115)]):undefined,_0x229ea2=_0x35297f[_0x41740b(0xe8)](_0xe25a3b=>_0xe25a3b[_0x41740b(0x108)]===_0x49f261[_0x41740b(0x13e)]);if(!_0x2442be&&_0x229ea2['length']>0x1)throw CliErrors[_0x41740b(0xf8)](_0x41740b(0x120)+_0x49f261[_0x41740b(0x13e)]+_0x41740b(0xe6)+_0x229ea2[_0x41740b(0x123)](_0xf81726=>_0xf81726['name'])[_0x41740b(0x134)](',\x20')+'.','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.');const _0x1c1065=_0x2442be??_0x229ea2[0x0];if(_0x1c1065)_0x6178c9=[_0x1c1065];}if(_0x6178c9){let _0x45a514=0x0,_0x3a68ed=0x0;const _0x2da5a0=[],_0x361e6e=_0x467733??resolveApiProfileLayouts(_0x6178c9,_0x361071);for(const _0x41e9a1 of _0x6178c9){const _0x462dcc=_0x41e9a1['cookie']||_0x49f261['cookie'],_0x50ea37=_0x41e9a1[_0x41740b(0xf9)]||_0x41740b(0xed);await initMultiAppEnvironment(_0x41e9a1);const _0x50f409=_0x361e6e[_0x41740b(0x113)](_0x2d4abf=>_0x2d4abf['app'][_0x41740b(0x10e)]===_0x41e9a1[_0x41740b(0x10e)]);if(!_0x50f409)throw new Error(_0x41740b(0x105)+_0x41e9a1[_0x41740b(0x10e)]+'\x22\x20was\x20not\x20resolved.');const _0x4a8e76=getRegistryGroup(_0x361e6e,_0x50f409),_0x22b9b7=_0x50f409['outputDir'],_0xb31309=_0x4a8e76?'':_0x41e9a1[_0x41740b(0xf6)]?'':_0x41e9a1['name']||_0x41e9a1[_0x41740b(0x108)],_0x61d053=_0x4a8e76?.[_0x41740b(0x113)](_0x1a8003=>_0x1a8003['app']['isDefault'])??_0x4a8e76?.[0x0];if(_0x4a8e76)inspectModelRegistry(_0x22b9b7);const _0x247a15=a22_0x33653a(_0x41740b(0x140)+_0x41e9a1[_0x41740b(0x10e)]+'\x20('+_0x41e9a1[_0x41740b(0x108)]+_0x41740b(0xea))[_0x41740b(0x136)]();try{const {configArray:_0x569d54}=await fetchModelList(_0x41e9a1[_0x41740b(0x108)],_0x462dcc),_0x5020bc=await generateApiFile(_0x569d54,_0xb31309,_0x41e9a1['appcode'],_0x41e9a1[_0x41740b(0xf6)],_0x50ea37,_0x22b9b7,_0x41e9a1[_0x41740b(0x10e)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x4a8e76?![]:_0x2d88b1,'allowEmptyModelReplacement':_0x4a8e76?_0x2d88b1:undefined,'scaffoldMode':_0x4a8e76?_0x41740b(0xdf):undefined,..._0x4a8e76?{'modelProfile':{'name':_0x41e9a1[_0x41740b(0x10e)],'defaultName':_0x61d053[_0x41740b(0xf2)][_0x41740b(0x10e)],'runtimeDomain':getRuntimeDomain()}}:{}});_0x247a15[_0x41740b(0x10d)](_0x41e9a1[_0x41740b(0x10e)]+':\x20'+describePull(_0x5020bc)),writeCliSideChannelLine(_0x41740b(0xe4)+_0x5020bc['sdkConfigPath']),writeCliSideChannelLine(_0x41740b(0xe4)+_0x5020bc['apiFilePath']),writeCliSideChannelLine(_0x41740b(0xe4)+_0x5020bc[_0x41740b(0x11a)]),_0x5020bc['modelRegistryPath']&&writeCliSideChannelLine('\x20\x20•\x20'+_0x5020bc['modelRegistryPath']),_0x5020bc[_0x41740b(0x13c)]&&writeCliSideChannelLine(_0x41740b(0xe4)+_0x5020bc['modelRuntimePath']),_0x2da5a0[_0x41740b(0x13b)](toPullData(_0x5020bc)),_0x45a514++;}catch(_0x56c3ac){_0x247a15['fail'](_0x41e9a1[_0x41740b(0x10e)]+':\x20'+(_0x56c3ac instanceof Error?_0x56c3ac[_0x41740b(0xe1)]:String(_0x56c3ac))),_0x3a68ed++;}}writeCliSideChannelLine('');if(_0x3a68ed>0x0)writeCliSideChannelLine('!\x20'+_0x3a68ed+_0x41740b(0x118));return{'ok':_0x3a68ed===0x0,'message':_0x41740b(0xeb)+_0x45a514+_0x41740b(0x101)+_0x3a68ed+_0x41740b(0x103),'data':{'apps':_0x2da5a0,'succeeded':_0x45a514,'failed':_0x3a68ed}};}const _0x2ed82a=_0x57975f&&_0x57975f[_0x41740b(0x11b)]('-')?_0x57975f[_0x41740b(0xe2)]('-')[_0x41740b(0x135)](0x1)[_0x41740b(0x134)]('-'):'',_0x2da0a0=_0x65c046||_0x49f261[_0x41740b(0x116)]||DEFAULT_API_DIR,_0x2eef98=!_0x57975f,_0x41d890=inspectModelRegistry(_0x2da0a0,_0x49f261['appCode']),_0x22908d=_0x49f261[_0x41740b(0x115)]||_0x49f261['mergedCli']?.[_0x41740b(0xde)]||_0x49f261[_0x41740b(0xff)]?.[_0x41740b(0xf5)]||_0x41740b(0x12a);if(_0x41d890['exists']&&!_0x41d890[_0x41740b(0x11e)]&&!_0x41d890['isUnboundTemplate'])throw CliErrors[_0x41740b(0xf8)](MODEL_REGISTRY_FILE_NAME+_0x41740b(0xf0)+_0x49f261['appCode']+'\x22.',_0x41740b(0xee));const _0xafe64a=a22_0x33653a(_0x41740b(0x122)+_0x49f261[_0x41740b(0x13e)]+_0x41740b(0xfa))[_0x41740b(0x136)]();try{const {configArray:_0x2655f2}=await fetchModelList(_0x49f261[_0x41740b(0x13e)],_0x49f261['cookie']),_0x4e87ad=await generateApiFile(_0x2655f2,_0x2ed82a,_0x49f261[_0x41740b(0x13e)],_0x2eef98,getEnv(),_0x2da0a0,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x41d890[_0x41740b(0x139)]?![]:_0x2d88b1,'allowEmptyModelReplacement':_0x41d890[_0x41740b(0x139)]?_0x2d88b1:undefined,'scaffoldMode':_0x41d890['exists']?_0x41740b(0xdf):undefined,..._0x41d890['hasAppCode']||_0x41d890[_0x41740b(0x12f)]||!_0x41d890['exists']&&_0x2d88b1?{'modelProfile':{'name':_0x22908d,'defaultName':_0x49f261['mergedCli']?.[_0x41740b(0xf5)]??_0x22908d,'runtimeDomain':getRuntimeDomain()}}:{}});return _0xafe64a[_0x41740b(0x10d)](describePull(_0x4e87ad)),writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad[_0x41740b(0x107)]),writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad[_0x41740b(0xe3)]),writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad[_0x41740b(0x11a)]),_0x4e87ad[_0x41740b(0x13f)]&&writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad[_0x41740b(0x13f)]),_0x4e87ad['modelRuntimePath']&&writeCliSideChannelLine(_0x41740b(0xe4)+_0x4e87ad['modelRuntimePath']),{'ok':!![],'message':describePull(_0x4e87ad),'data':toPullData(_0x4e87ad)};}catch(_0x431780){_0xafe64a['fail']('Failed:\x20'+(_0x431780 instanceof Error?_0x431780[_0x41740b(0xe1)]:String(_0x431780)));throw _0x431780;}}};
|
|
1
|
+
const a22_0x33ffe1=a22_0x12dd;(function(_0x2968c2,_0x2ee483){const _0x55ffe2=a22_0x12dd,_0xccf63b=_0x2968c2();while(!![]){try{const _0x45f60f=-parseInt(_0x55ffe2(0xf3))/0x1+-parseInt(_0x55ffe2(0x94))/0x2+parseInt(_0x55ffe2(0xac))/0x3*(parseInt(_0x55ffe2(0xe0))/0x4)+parseInt(_0x55ffe2(0xb7))/0x5+parseInt(_0x55ffe2(0xc8))/0x6*(parseInt(_0x55ffe2(0xc1))/0x7)+parseInt(_0x55ffe2(0xee))/0x8+parseInt(_0x55ffe2(0xdf))/0x9*(-parseInt(_0x55ffe2(0xaa))/0xa);if(_0x45f60f===_0x2ee483)break;else _0xccf63b['push'](_0xccf63b['shift']());}catch(_0x145226){_0xccf63b['push'](_0xccf63b['shift']());}}}(a22_0x1e0d,0x30b77));import a22_0x19cbc7 from'ora';import{getEnv}from'../../constant/env.js';import{fetchModelList}from'../../core/api-client.js';import{generateApiFile}from'../../api/generate-api-file.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{DEFAULT_API_DIR}from'../../constant/paths.js';function a22_0x12dd(_0x3230bc,_0x4f6b46){_0x3230bc=_0x3230bc-0x94;const _0x1e0ddf=a22_0x1e0d();let _0x12dd0a=_0x1e0ddf[_0x3230bc];return _0x12dd0a;}import{resolveTargetApps}from'../../commands/api/shared.js';import{writeCliSideChannelLine}from'../../utils/write-cli-side-channel.js';import{getRuntimeDomain,getSdkClientRoutingConfig}from'../../constant/domain.js';import{CliErrors}from'../../errors.js';import{initMultiAppEnvironment}from'../../context.js';import a22_0x108ac0 from'node:path';import{existsSync}from'node:fs';import{MODEL_REGISTRY_FILE_NAME,readModelRegistry}from'../../api/model-registry-file.js';import{getMultiAppConfigs}from'../../utils/config.js';import{getRegistryGroup,resolveApiProfileLayouts}from'../../api/api-group.js';const EXISTING_TS_HINT=a22_0x33ffe1(0xc2);function inspectModelRegistry(_0x46d4dc,_0x3cada0){const _0x50b347=a22_0x33ffe1,_0x1d8976=a22_0x108ac0[_0x50b347(0xd2)](_0x46d4dc,MODEL_REGISTRY_FILE_NAME),_0x43762b=existsSync(_0x1d8976);if(!_0x43762b)return{'exists':![],'hasAppCode':![],'isUnboundTemplate':![]};const _0xab0589=readModelRegistry(_0x1d8976);if(!_0xab0589)throw new Error(MODEL_REGISTRY_FILE_NAME+_0x50b347(0xe4));const _0xc32112=new Set(Object[_0x50b347(0xbe)](_0xab0589['profiles'])[_0x50b347(0xd7)](_0x233bcf=>_0x233bcf['appCode'])[_0x50b347(0xa5)](_0x2efe9f=>_0x2efe9f!==_0x50b347(0x9a)));return{'exists':!![],'hasAppCode':!!_0x3cada0&&_0xc32112[_0x50b347(0xba)](_0x3cada0),'isUnboundTemplate':_0xc32112[_0x50b347(0xa2)]===0x0};}function a22_0x1e0d(){const _0x3d560c=['pull','602040VQboSw','basename','merged','has','sdkConfigPath','clientFilePath','needsProjectUpgrade','values','\x20\x20•\x20','bool','15239RHEBJn','Model\x20facts\x20were\x20refreshed,\x20but\x20the\x20stable\x20source\x20entrypoints\x20are\x20not\x20installed.\x20Run\x20`rabetbase\x20project\x20upgrade\x20--dry-run`,\x20then\x20`rabetbase\x20project\x20upgrade\x20--yes`.','find','push','fail','succeed','app','414WEgSDP','validation',';\x20preserved\x20the\x20stable\x20TypeScript\x20entrypoints','\x22\x20belongs\x20to\x20multiple\x20app\x20profiles:\x20','Pull\x20dataset\x20facts\x20and\x20refresh\x20the\x20generated\x20SDK\x20model\x20registry\x20(','configName','string','project','\x20dataset\x20fact(s)\x20and\x20replaced\x20the\x20TypeScript\x20scaffold\x20with\x20','Fetched\x20','join','apiDir',';\x20replaced\x20the\x20stable\x20TypeScript\x20entrypoints','outputDir','\x20failed','map','Pulling\x20API\x20config\x20for\x20','modelRuntimePath','--force\x20requires\x20--yes\x20because\x20it\x20may\x20remove\x20existing\x20model\x20facts\x20or\x20replace\x20a\x20legacy\x20generated\x20scaffold.','message','needsAgentMerge','api','isUnboundTemplate','450AlEsFn','76HnBKzv','files','mergedCli','modelCount','\x20is\x20not\x20a\x20valid\x20Rabetbase\x20generated\x20file.\x20Move\x20or\x20repair\x20it\x20before\x20pulling\x20models\x20again.','modelProfile','Pulling\x20','includes','apiFilePath','AppCode\x20\x22','created','global','Output\x20directory\x20(default:\x20','Select\x20the\x20target\x20explicitly\x20with\x20--app\x20<profile>.','2297296fJhtjD','\x20dataset\x20fact(s)\x20and\x20refreshed\x20model\x20profile\x20\x22','force','isDefault','defaultApp','362106AqeGxB','Resolve\x20apps\x20from\x20merged\x20global+project\x20config\x20(default:\x20project\x20apps\x20only)','boolean','422612wZRaeO','length','rawFlags','Failed:\x20','Verify\x20the\x20selected\x20profile\x20and\x20review\x20legacy\x20generated\x20files,\x20then\x20rerun\x20with\x20--force\x20--yes.','\x20does\x20not\x20contain\x20AppCode\x20\x22','NOT-SET',')...','appcode','split','modelRegistryPath','currentApp','name','isDefaultConfig','size','\x20model(s)','action','filter','appCode','models','hasAppCode','none','6700lSpEfe','\x20dataset\x20fact(s)\x20and\x20refreshed\x20','39264YIvsBB','overwritten','selectedAppName','output','Select\x20a\x20configured\x20app\x20profile\x20or\x20use\x20a\x20separate\x20apiDir.','\x20succeeded,\x20','start','cookie','Done:\x20','client'];a22_0x1e0d=function(){return _0x3d560c;};return a22_0x1e0d();}function toPullData(_0x4db427){const _0x59bf2d=a22_0x33ffe1;return{'appCode':_0x4db427['appCode'],'configName':_0x4db427[_0x59bf2d(0xcd)],'isDefaultConfig':_0x4db427[_0x59bf2d(0xa1)],'models':_0x4db427[_0x59bf2d(0xa7)],'sdkRouting':_0x4db427['sdkRouting'],'files':_0x4db427[_0x59bf2d(0xe1)],'needsAgentMerge':_0x4db427[_0x59bf2d(0xdc)],'needsProjectUpgrade':_0x4db427[_0x59bf2d(0xbd)],'apiFilePath':_0x4db427[_0x59bf2d(0xe8)],'clientFilePath':_0x4db427[_0x59bf2d(0xbc)],'sdkConfigPath':_0x4db427['sdkConfigPath'],'modelRegistryPath':_0x4db427['modelRegistryPath'],'modelRuntimePath':_0x4db427['modelRuntimePath'],'modelProfile':_0x4db427[_0x59bf2d(0xe5)],'datasetCount':_0x4db427[_0x59bf2d(0xe3)],'modelCount':_0x4db427[_0x59bf2d(0xe3)]};}function describePull(_0x21d9ae){const _0xf363d9=a22_0x33ffe1,_0x5f556a=a22_0x108ac0[_0xf363d9(0xb8)](_0x21d9ae[_0xf363d9(0xbb)]);if(_0x21d9ae[_0xf363d9(0xe5)]){const _0x5a82b0=_0xf363d9(0xd1)+_0x21d9ae[_0xf363d9(0xe3)]+_0xf363d9(0xef)+_0x21d9ae[_0xf363d9(0xe5)]+'\x22';if(_0x21d9ae['needsAgentMerge'])return _0x5a82b0+'.\x20'+EXISTING_TS_HINT;if(_0x21d9ae[_0xf363d9(0xe1)][_0xf363d9(0xdd)][_0xf363d9(0xa4)]===_0xf363d9(0xad)||_0x21d9ae[_0xf363d9(0xe1)]['client'][_0xf363d9(0xa4)]===_0xf363d9(0xad))return _0x5a82b0+_0xf363d9(0xd4);if(_0x21d9ae[_0xf363d9(0xe1)][_0xf363d9(0xdd)][_0xf363d9(0xa4)]==='created'||_0x21d9ae[_0xf363d9(0xe1)][_0xf363d9(0xb5)][_0xf363d9(0xa4)]===_0xf363d9(0xea))return _0x5a82b0+';\x20created\x20the\x20stable\x20TypeScript\x20entrypoints';return _0x5a82b0+_0xf363d9(0xca);}if(_0x21d9ae[_0xf363d9(0xdc)])return _0xf363d9(0xd1)+_0x21d9ae['modelCount']+_0xf363d9(0xab)+_0x5f556a+'.\x20'+EXISTING_TS_HINT;if(_0x21d9ae[_0xf363d9(0xe1)][_0xf363d9(0xdd)][_0xf363d9(0xa4)]==='overwritten'||_0x21d9ae['files'][_0xf363d9(0xb5)][_0xf363d9(0xa4)]==='overwritten')return _0xf363d9(0xd1)+_0x21d9ae[_0xf363d9(0xe3)]+_0xf363d9(0xd0)+_0x21d9ae[_0xf363d9(0xe3)]+_0xf363d9(0xa3);return _0xf363d9(0xd1)+_0x21d9ae[_0xf363d9(0xe3)]+'\x20dataset\x20fact(s)\x20and\x20wrote\x20a\x20scaffold\x20with\x20'+_0x21d9ae['modelCount']+_0xf363d9(0xa3);}export const apiPull={'service':a22_0x33ffe1(0xdd),'command':a22_0x33ffe1(0xb6),'description':a22_0x33ffe1(0xcc)+DEFAULT_API_DIR+'/)','risk':'read','requiresAppCode':!![],'hasFormat':!![],'flags':[{...APPCODE_FLAG_OPTIONAL,'hidden':!![]},{'name':'output','type':a22_0x33ffe1(0xce),'description':a22_0x33ffe1(0xec)+DEFAULT_API_DIR+'/)'},{'name':'global','type':a22_0x33ffe1(0xf5),'description':a22_0x33ffe1(0xf4),'default':![]},{'name':a22_0x33ffe1(0xf0),'type':'boolean','description':'Accept\x20an\x20empty\x20model\x20result,\x20or\x20replace\x20a\x20legacy\x20prefixed\x20scaffold;\x20requires\x20--yes','default':![]}],async 'validate'(_0x5cd241){const _0x2c2e52=a22_0x33ffe1;if(_0x5cd241[_0x2c2e52(0xc0)]('force')&&!_0x5cd241['bool']('yes'))throw CliErrors[_0x2c2e52(0xc9)](_0x2c2e52(0xda),_0x2c2e52(0x98));},async 'execute'(_0x319236){const _0x3fe78d=a22_0x33ffe1,_0x4b7cc2=_0x319236[_0x3fe78d(0x96)]['appcode']?String(_0x319236[_0x3fe78d(0x96)]['appcode']):undefined,_0x854d50=_0x319236['str'](_0x3fe78d(0xaf))||undefined,_0x459cf9=_0x319236['bool'](_0x3fe78d(0xf0)),_0x2b45ff=resolveTargetApps(_0x319236,_0x4b7cc2),_0x178441=_0x319236[_0x3fe78d(0xc0)](_0x3fe78d(0xeb))?_0x3fe78d(0xb9):_0x3fe78d(0xcf),_0x563085=getMultiAppConfigs(_0x178441),_0x5c16a5=_0x55b3a9=>_0x55b3a9[_0x3fe78d(0xd3)]||_0x854d50||_0x319236[_0x3fe78d(0xd3)]||DEFAULT_API_DIR,_0x50bc5a=_0x563085?resolveApiProfileLayouts(_0x563085,_0x5c16a5):undefined;let _0x18337c=_0x2b45ff;if(!_0x18337c&&_0x563085){const _0xe16b4c=_0x319236[_0x3fe78d(0xae)]?_0x563085[_0x3fe78d(0xc3)](_0x2353bf=>_0x2353bf['name']===_0x319236[_0x3fe78d(0xae)]):undefined,_0x357702=_0x563085['filter'](_0x59c5b8=>_0x59c5b8[_0x3fe78d(0x9c)]===_0x319236['appCode']);if(!_0xe16b4c&&_0x357702[_0x3fe78d(0x95)]>0x1)throw CliErrors[_0x3fe78d(0xc9)](_0x3fe78d(0xe9)+_0x319236['appCode']+_0x3fe78d(0xcb)+_0x357702[_0x3fe78d(0xd7)](_0x345872=>_0x345872[_0x3fe78d(0xa0)])['join'](',\x20')+'.',_0x3fe78d(0xed));const _0x229ed2=_0xe16b4c??_0x357702[0x0];if(_0x229ed2)_0x18337c=[_0x229ed2];}if(_0x18337c){let _0x230e9e=0x0,_0x670d08=0x0;const _0x5c6b86=[],_0x3188a9=_0x50bc5a??resolveApiProfileLayouts(_0x18337c,_0x5c16a5);for(const _0x48ccc9 of _0x18337c){const _0x389397=_0x48ccc9[_0x3fe78d(0xb3)]||_0x319236[_0x3fe78d(0xb3)],_0x5484d8=_0x48ccc9['env']||'production';await initMultiAppEnvironment(_0x48ccc9);const _0xbd84eb=_0x3188a9['find'](_0x33d474=>_0x33d474['app'][_0x3fe78d(0xa0)]===_0x48ccc9[_0x3fe78d(0xa0)]);if(!_0xbd84eb)throw new Error('Internal\x20error:\x20API\x20layout\x20for\x20app\x20profile\x20\x22'+_0x48ccc9[_0x3fe78d(0xa0)]+'\x22\x20was\x20not\x20resolved.');const _0x35723e=getRegistryGroup(_0x3188a9,_0xbd84eb),_0x56c2e5=_0xbd84eb[_0x3fe78d(0xd5)],_0x24e30d=_0x35723e?'':_0x48ccc9[_0x3fe78d(0xf1)]?'':_0x48ccc9[_0x3fe78d(0xa0)]||_0x48ccc9[_0x3fe78d(0x9c)],_0x2446c5=_0x35723e?.['find'](_0xd7f43e=>_0xd7f43e['app'][_0x3fe78d(0xf1)])??_0x35723e?.[0x0];if(_0x35723e)inspectModelRegistry(_0x56c2e5);const _0x2364b0=a22_0x19cbc7(_0x3fe78d(0xe6)+_0x48ccc9[_0x3fe78d(0xa0)]+'\x20('+_0x48ccc9['appcode']+_0x3fe78d(0x9b))[_0x3fe78d(0xb2)]();try{const {configArray:_0x5c44e0}=await fetchModelList(_0x48ccc9[_0x3fe78d(0x9c)],_0x389397),_0x45d6db=await generateApiFile(_0x5c44e0,_0x24e30d,_0x48ccc9[_0x3fe78d(0x9c)],_0x48ccc9[_0x3fe78d(0xf1)],_0x5484d8,_0x56c2e5,_0x48ccc9[_0x3fe78d(0xa0)],getSdkClientRoutingConfig(),{'overwriteTypescript':_0x35723e?![]:_0x459cf9,'allowEmptyModelReplacement':_0x35723e?_0x459cf9:undefined,'scaffoldMode':_0x35723e?_0x3fe78d(0xa9):undefined,..._0x35723e?{'modelProfile':{'name':_0x48ccc9[_0x3fe78d(0xa0)],'defaultName':_0x2446c5[_0x3fe78d(0xc7)][_0x3fe78d(0xa0)],'runtimeDomain':getRuntimeDomain()}}:{}});_0x2364b0[_0x3fe78d(0xc6)](_0x48ccc9['name']+':\x20'+describePull(_0x45d6db)),writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x45d6db[_0x3fe78d(0xbb)]),writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x45d6db[_0x3fe78d(0xe8)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x45d6db[_0x3fe78d(0xbc)]),_0x45d6db[_0x3fe78d(0x9e)]&&writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x45d6db[_0x3fe78d(0x9e)]),_0x45d6db[_0x3fe78d(0xd9)]&&writeCliSideChannelLine('\x20\x20•\x20'+_0x45d6db['modelRuntimePath']),_0x5c6b86[_0x3fe78d(0xc4)](toPullData(_0x45d6db)),_0x230e9e++;}catch(_0x475ec0){_0x2364b0[_0x3fe78d(0xc5)](_0x48ccc9[_0x3fe78d(0xa0)]+':\x20'+(_0x475ec0 instanceof Error?_0x475ec0['message']:String(_0x475ec0))),_0x670d08++;}}writeCliSideChannelLine('');if(_0x670d08>0x0)writeCliSideChannelLine('!\x20'+_0x670d08+'\x20app(s)\x20failed');return{'ok':_0x670d08===0x0,'message':_0x3fe78d(0xb4)+_0x230e9e+_0x3fe78d(0xb1)+_0x670d08+_0x3fe78d(0xd6),'data':{'apps':_0x5c6b86,'succeeded':_0x230e9e,'failed':_0x670d08}};}const _0x2119c3=_0x4b7cc2&&_0x4b7cc2[_0x3fe78d(0xe7)]('-')?_0x4b7cc2[_0x3fe78d(0x9d)]('-')['slice'](0x1)[_0x3fe78d(0xd2)]('-'):'',_0x40b791=_0x854d50||_0x319236[_0x3fe78d(0xd3)]||DEFAULT_API_DIR,_0x15aa12=!_0x4b7cc2,_0x3b2c72=inspectModelRegistry(_0x40b791,_0x319236['appCode']),_0x1a7da1=_0x319236[_0x3fe78d(0xae)]||_0x319236[_0x3fe78d(0xe2)]?.[_0x3fe78d(0x9f)]||_0x319236['mergedCli']?.[_0x3fe78d(0xf2)]||'default';if(_0x3b2c72['exists']&&!_0x3b2c72[_0x3fe78d(0xa8)]&&!_0x3b2c72[_0x3fe78d(0xde)])throw CliErrors[_0x3fe78d(0xc9)](MODEL_REGISTRY_FILE_NAME+_0x3fe78d(0x99)+_0x319236[_0x3fe78d(0xa6)]+'\x22.',_0x3fe78d(0xb0));const _0x82a65b=a22_0x19cbc7(_0x3fe78d(0xd8)+_0x319236[_0x3fe78d(0xa6)]+'...')['start']();try{const {configArray:_0x398033}=await fetchModelList(_0x319236[_0x3fe78d(0xa6)],_0x319236[_0x3fe78d(0xb3)]),_0x3bd2d2=await generateApiFile(_0x398033,_0x2119c3,_0x319236[_0x3fe78d(0xa6)],_0x15aa12,getEnv(),_0x40b791,undefined,getSdkClientRoutingConfig(),{'overwriteTypescript':_0x3b2c72['exists']?![]:_0x459cf9,'allowEmptyModelReplacement':_0x3b2c72['exists']?_0x459cf9:undefined,'scaffoldMode':_0x3b2c72['exists']?_0x3fe78d(0xa9):undefined,..._0x3b2c72[_0x3fe78d(0xa8)]||_0x3b2c72[_0x3fe78d(0xde)]||!_0x3b2c72['exists']&&_0x459cf9?{'modelProfile':{'name':_0x1a7da1,'defaultName':_0x319236[_0x3fe78d(0xe2)]?.['defaultApp']??_0x1a7da1,'runtimeDomain':getRuntimeDomain()}}:{}});return _0x82a65b[_0x3fe78d(0xc6)](describePull(_0x3bd2d2)),writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x3bd2d2[_0x3fe78d(0xbb)]),writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x3bd2d2[_0x3fe78d(0xe8)]),writeCliSideChannelLine('\x20\x20•\x20'+_0x3bd2d2[_0x3fe78d(0xbc)]),_0x3bd2d2['modelRegistryPath']&&writeCliSideChannelLine('\x20\x20•\x20'+_0x3bd2d2['modelRegistryPath']),_0x3bd2d2[_0x3fe78d(0xd9)]&&writeCliSideChannelLine(_0x3fe78d(0xbf)+_0x3bd2d2[_0x3fe78d(0xd9)]),{'ok':!![],'message':describePull(_0x3bd2d2),'data':toPullData(_0x3bd2d2)};}catch(_0x34e394){_0x82a65b[_0x3fe78d(0xc5)](_0x3fe78d(0x97)+(_0x34e394 instanceof Error?_0x34e394[_0x3fe78d(0xdb)]:String(_0x34e394)));throw _0x34e394;}}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
function a23_0x25d8(){const _0xca38db=['selectedAppName','name','validation','merged','46ByyqOV','2047932BEargQ','project','3313dFgLKn','4915840ylrzoP','join','App\x20\x22','3131520yjfTbd','5216TzsXeD','global','2289312EjuHob','\x22\x20not\x20found\x20in\x20config.\x20Available:\x20','4907TvmJVb','950922ISIpfo','length','5mUSfXu'];a23_0x25d8=function(){return _0xca38db;};return a23_0x25d8();}(function(_0x1a0945,_0x5f2bab){const _0x402109=a23_0x4cda,_0x3018de=_0x1a0945();while(!![]){try{const _0x1a5a59=-parseInt(_0x402109(0x77))/0x1*(-parseInt(_0x402109(0x88))/0x2)+parseInt(_0x402109(0x7e))/0x3+-parseInt(_0x402109(0x7b))/0x4+parseInt(_0x402109(0x83))/0x5*(parseInt(_0x402109(0x75))/0x6)+-parseInt(_0x402109(0x80))/0x7*(-parseInt(_0x402109(0x7c))/0x8)+parseInt(_0x402109(0x81))/0x9+-parseInt(_0x402109(0x78))/0xa;if(_0x1a5a59===_0x5f2bab)break;else _0x3018de['push'](_0x3018de['shift']());}catch(_0x2f2866){_0x3018de['push'](_0x3018de['shift']());}}}(a23_0x25d8,0x72787));import{getMultiAppConfigs}from'../../utils/config.js';import{CliErrors}from'../../errors.js';function a23_0x4cda(_0x3ab4f4,_0x202cb9){_0x3ab4f4=_0x3ab4f4-0x75;const _0x25d835=a23_0x25d8();let _0x4cdacb=_0x25d835[_0x3ab4f4];return _0x4cdacb;}export function resolveTargetApps(_0x5a6ee7,_0x52f286){const _0x2e8aa8=a23_0x4cda;if(_0x52f286)return null;const _0x109ce5=_0x5a6ee7['bool'](_0x2e8aa8(0x7d))?_0x2e8aa8(0x87):_0x2e8aa8(0x76);let _0x28bbf1=getMultiAppConfigs(_0x109ce5);if(!_0x28bbf1||_0x28bbf1[_0x2e8aa8(0x82)]===0x0)return null;if(_0x5a6ee7[_0x2e8aa8(0x84)]){const _0x4c0e6d=_0x28bbf1['filter'](_0x2f2e1b=>_0x2f2e1b[_0x2e8aa8(0x85)]===_0x5a6ee7[_0x2e8aa8(0x84)]);if(_0x4c0e6d[_0x2e8aa8(0x82)]===0x0){const _0x296ce2=_0x28bbf1['map'](_0x5cc238=>_0x5cc238[_0x2e8aa8(0x85)])[_0x2e8aa8(0x79)](',\x20');throw CliErrors[_0x2e8aa8(0x86)](_0x2e8aa8(0x7a)+_0x5a6ee7['selectedAppName']+_0x2e8aa8(0x7f)+_0x296ce2);}_0x28bbf1=_0x4c0e6d;}return _0x28bbf1;}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x23d918,_0x504299){const _0x5ea433=a24_0x21a1,_0x3affe1=_0x23d918();while(!![]){try{const _0x3a14a6=parseInt(_0x5ea433(0x194))/0x1*(-parseInt(_0x5ea433(0x196))/0x2)+parseInt(_0x5ea433(0x195))/0x3+-parseInt(_0x5ea433(0x18c))/0x4*(-parseInt(_0x5ea433(0x18d))/0x5)+-parseInt(_0x5ea433(0x190))/0x6*(parseInt(_0x5ea433(0x191))/0x7)+-parseInt(_0x5ea433(0x197))/0x8*(parseInt(_0x5ea433(0x192))/0x9)+-parseInt(_0x5ea433(0x18e))/0xa*(-parseInt(_0x5ea433(0x198))/0xb)+-parseInt(_0x5ea433(0x193))/0xc*(-parseInt(_0x5ea433(0x18f))/0xd);if(_0x3a14a6===_0x504299)break;else _0x3affe1['push'](_0x3affe1['shift']());}catch(_0xfc0661){_0x3affe1['push'](_0x3affe1['shift']());}}}(a24_0x1916,0x5ee54));function a24_0x21a1(_0x2faf71,_0x1922ba){_0x2faf71=_0x2faf71-0x18c;const _0x1916c0=a24_0x1916();let _0x21a154=_0x1916c0[_0x2faf71];return _0x21a154;}import{appListDefinition}from'../../commands/app/list.js';function a24_0x1916(){const _0x47f0ac=['7sGuxEO','889203qapFjd','202054mJleHc','1264vEvxXq','11WivOBR','4tNxsbS','1340995lQZmWY','723970KPRabT','718224Lgukrm','12tTfaUQ','2015363DJUNVM','855tMCNTx','228ZHcgWM'];a24_0x1916=function(){return _0x47f0ac;};return a24_0x1916();}import{appMembersListDefinition}from'../../commands/app/members-list.js';export const appDefinitions=[appListDefinition,appMembersListDefinition];
|
package/lib/commands/app/list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a25_0x1b8e39=a25_0x4f52;(function(_0x49166f,_0x140c50){const _0x1b637e=a25_0x4f52,_0x254897=_0x49166f();while(!![]){try{const _0x677546=-parseInt(_0x1b637e(0x1e4))/0x1+-parseInt(_0x1b637e(0x1e5))/0x2+parseInt(_0x1b637e(0x201))/0x3+-parseInt(_0x1b637e(0x1db))/0x4*(parseInt(_0x1b637e(0x1f1))/0x5)+parseInt(_0x1b637e(0x1d8))/0x6*(-parseInt(_0x1b637e(0x1ec))/0x7)+parseInt(_0x1b637e(0x1f2))/0x8*(parseInt(_0x1b637e(0x1f3))/0x9)+-parseInt(_0x1b637e(0x1d3))/0xa*(-parseInt(_0x1b637e(0x1fb))/0xb);if(_0x677546===_0x140c50)break;else _0x254897['push'](_0x254897['shift']());}catch(_0x37f593){_0x254897['push'](_0x254897['shift']());}}}(a25_0x5ca7,0x29169));import{readRawConfigWithLayers}from'../../context.js';import{CLI_BIN_NAME}from'../../constant/cli.js';import{CliErrors}from'../../errors.js';import{buildAppProfileListFields}from'../../config/schema.js';import{appDefinedIn,enrichAppListItemsWithMergedSelection,resolveDefaultAppSource}from'../../commands/app/shared.js';import{listRemoteAppDirectory}from'../../commands/app/remote-directory.js';import{resolveEffectiveRegion}from'../../config/region-config.js';function buildItemsFromLayer(_0x4f842c,_0x543302,_0x6927b5){const _0xefae97=a25_0x4f52,_0x546d7f=[],_0x35c059=_0x4f842c[_0xefae97(0x1fd)]&&typeof _0x4f842c['apps']==='object'?_0x4f842c[_0xefae97(0x1fd)]:{},_0x5e88c5=_0x4f842c[_0xefae97(0x202)]||undefined,_0x422321=_0x5e88c5??(Object[_0xefae97(0x1f0)](_0x35c059)[_0xefae97(0x1d7)]===0x1?Object[_0xefae97(0x1f0)](_0x35c059)[0x0]:undefined);for(const [_0x34a1db,_0x40ea4d]of Object['entries'](_0x35c059)){if(!_0x40ea4d||typeof _0x40ea4d!==_0xefae97(0x1de)||!_0x40ea4d['appcode'])continue;const _0x44276c=resolveEffectiveRegion({'appRegion':_0x40ea4d[_0xefae97(0x1dc)],'projectRegion':_0x543302==='project'?_0x4f842c[_0xefae97(0x1dc)]:undefined,'globalRegion':_0x543302==='global'?_0x4f842c['region']:_0x6927b5,'appName':_0x34a1db});_0x546d7f['push']({'name':_0x34a1db,'appcode':_0x40ea4d[_0xefae97(0x1dd)],'named':!![],'definedIn':_0x543302,'isDefault':_0x34a1db===_0x422321,...buildAppProfileListFields(_0x40ea4d),'effectiveRegion':_0x44276c[_0xefae97(0x1dc)],'regionSource':_0x44276c[_0xefae97(0x1f7)]});}return _0x546d7f;}function buildMergedItems(_0x3df0e9,_0x2373cd){const _0xfa3880=a25_0x4f52,{apps:apps={}}=_0x3df0e9,_0x225e66=_0x3df0e9[_0xfa3880(0x202)],_0x53e3a7=_0x225e66??(Object['keys'](apps)[_0xfa3880(0x1d7)]===0x1?Object[_0xfa3880(0x1f0)](apps)[0x0]:undefined),_0x4abcff=_0x2373cd[_0xfa3880(0x1d9)][_0xfa3880(0x1fd)]&&typeof _0x2373cd[_0xfa3880(0x1d9)][_0xfa3880(0x1fd)]===_0xfa3880(0x1de)?_0x2373cd[_0xfa3880(0x1d9)][_0xfa3880(0x1fd)]:{},_0x185b92=_0x2373cd['projectConfig']['apps']&&typeof _0x2373cd['projectConfig'][_0xfa3880(0x1fd)]===_0xfa3880(0x1de)?_0x2373cd['projectConfig']['apps']:{},_0xf242ee=Object['entries'](apps),_0x18552f=_0xf242ee[_0xfa3880(0x1f9)](([_0x59b308,_0x444d32])=>{const _0x48c229=_0xfa3880,_0x2f54aa=appDefinedIn(_0x59b308,_0x4abcff,_0x185b92),_0x45822c=Object['prototype'][_0x48c229(0x1e8)][_0x48c229(0x1e1)](_0x185b92,_0x59b308),_0x5df891=resolveEffectiveRegion({'appRegion':_0x444d32[_0x48c229(0x1dc)],'projectRegion':_0x45822c?_0x2373cd[_0x48c229(0x1ee)][_0x48c229(0x1dc)]:undefined,'globalRegion':_0x2373cd['globalConfig']['region'],'mergedRegion':_0x3df0e9['region'],'appName':_0x59b308});return{'name':_0x59b308,'appcode':_0x444d32[_0x48c229(0x1dd)],'named':!![],'definedIn':_0x2f54aa,'isDefault':_0x59b308===_0x53e3a7,...buildAppProfileListFields(_0x444d32),'effectiveRegion':_0x5df891[_0x48c229(0x1dc)],'regionSource':_0x5df891['source']};});return _0x18552f;}function a25_0x4f52(_0x46294a,_0x3e4820){_0x46294a=_0x46294a-0x1d3;const _0x5ca7d3=a25_0x5ca7();let _0x4f5263=_0x5ca7d3[_0x46294a];return _0x4f5263;}function a25_0x5ca7(){const _0x398fed=['appcode','object','bool','`--remote`\x20cannot\x20be\x20used\x20with\x20`--global`\x20or\x20`--project`.','call','No\x20apps\x20configured','projectPath','255339HGXrnn','343180FHxGKc','find','Show\x20only\x20apps\x20from\x20global\x20~/.rabetbase.json','hasOwnProperty','\x20workspace\x20add\x20<name>\x20--appcode\x20<code>`\x20to\x20add\x20one.','global','\x20in\x20','7iaXzUy','.\x20Use\x20`','projectConfig','project','keys','1385zSCTfC','1613192PoQcrb','9rPTnWw','remote','merged','name','source','\x20config','map','list','1841180FWDdIW','read','apps','optional','app','mergedCli','1002018NDPFtb','defaultApp','List\x20configured\x20apps,\x20or\x20platform\x20apps\x20with\x20--remote','10FhPKoh','Show\x20only\x20apps\x20from\x20project\x20.rabetbase.json','isCurrent','validation','length','598656HOxVIh','globalConfig','boolean','116ORsnuM','region'];a25_0x5ca7=function(){return _0x398fed;};return a25_0x5ca7();}function validateAppListFlags(_0x1f1d01){const _0x30fac8=a25_0x4f52;if(!_0x1f1d01[_0x30fac8(0x1df)](_0x30fac8(0x1f4)))return;if(!_0x1f1d01[_0x30fac8(0x1df)]('global')&&!_0x1f1d01[_0x30fac8(0x1df)](_0x30fac8(0x1ef)))return;throw CliErrors[_0x30fac8(0x1d6)](_0x30fac8(0x1e0),'Use\x20`rabetbase\x20app\x20list\x20--remote`\x20for\x20the\x20platform\x20directory,\x20or\x20`rabetbase\x20app\x20list\x20--global/--project`\x20for\x20local\x20config.');}async function execute(_0x26c94e){const _0x216bb2=a25_0x4f52;validateAppListFlags(_0x26c94e);if(_0x26c94e[_0x216bb2(0x1df)](_0x216bb2(0x1f4)))return{'ok':!![],'data':await listRemoteAppDirectory(_0x26c94e)};const _0x413c53=_0x26c94e[_0x216bb2(0x1df)](_0x216bb2(0x1ea)),_0x2d9576=_0x26c94e[_0x216bb2(0x1df)](_0x216bb2(0x1ef)),_0x729681=_0x413c53?_0x216bb2(0x1ea):_0x2d9576?_0x216bb2(0x1ef):_0x216bb2(0x1f5),{config:_0x21c2d0,layers:_0x22536c}=readRawConfigWithLayers(),_0x209339=resolveDefaultAppSource(_0x22536c),{defaultApp:_0x1695ae}=_0x21c2d0;let _0x11ae60,_0x317e80;switch(_0x729681){case _0x216bb2(0x1ea):_0x11ae60=buildItemsFromLayer(_0x22536c[_0x216bb2(0x1d9)],_0x216bb2(0x1ea)),_0x317e80=_0x22536c['globalPath'];break;case _0x216bb2(0x1ef):_0x11ae60=buildItemsFromLayer(_0x22536c[_0x216bb2(0x1ee)],_0x216bb2(0x1ef),_0x22536c[_0x216bb2(0x1d9)][_0x216bb2(0x1dc)]),_0x317e80=_0x22536c['projectPath'];break;default:_0x11ae60=buildMergedItems(_0x21c2d0,_0x22536c);break;}enrichAppListItemsWithMergedSelection(_0x11ae60,_0x26c94e[_0x216bb2(0x200)]);if(_0x11ae60[_0x216bb2(0x1d7)]===0x0){const _0x41cabe=_0x729681==='merged'?'':_0x216bb2(0x1eb)+_0x729681+_0x216bb2(0x1f8);return{'ok':!![],'data':[],'message':_0x216bb2(0x1e2)+_0x41cabe+_0x216bb2(0x1ed)+CLI_BIN_NAME+_0x216bb2(0x1e9)};}const _0x4dc3e1=_0x11ae60[_0x216bb2(0x1e6)](_0x2463a4=>_0x2463a4[_0x216bb2(0x1d5)]===!![]),_0x15528e=_0x1695ae??_0x4dc3e1?.[_0x216bb2(0x1f6)]??null,_0x1afdb3=_0x729681==='merged'?{'globalPath':_0x22536c['globalPath']??null,'projectPath':_0x22536c[_0x216bb2(0x1e3)]??null,'defaultApp':_0x15528e,'defaultAppSource':_0x1695ae!=null?_0x209339:null}:{'scope':_0x729681,'configPath':_0x317e80??null};return{'ok':!![],'data':{'items':_0x11ae60,'meta':_0x1afdb3}};}export const appListDefinition={'service':a25_0x1b8e39(0x1ff),'command':a25_0x1b8e39(0x1fa),'description':a25_0x1b8e39(0x203),'risk':a25_0x1b8e39(0x1fc),'auth':a25_0x1b8e39(0x1fe),'requiresAuth':![],'requiresAppCode':![],'flags':[{'name':a25_0x1b8e39(0x1f4),'type':a25_0x1b8e39(0x1da),'description':'List\x20apps\x20available\x20on\x20the\x20platform\x20for\x20the\x20current\x20login','default':![]},{'name':'global','type':a25_0x1b8e39(0x1da),'description':a25_0x1b8e39(0x1e7),'default':![]},{'name':'project','type':'boolean','description':a25_0x1b8e39(0x1d4),'default':![]}],async 'validate'(_0x2937bd){validateAppListFlags(_0x2937bd);},'execute':execute};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a26_0x5ecb92=a26_0x2d15;(function(_0x216d06,_0x3455f8){const _0x948aa9=a26_0x2d15,_0x1bee0c=_0x216d06();while(!![]){try{const _0x1514f9=parseInt(_0x948aa9(0x1b5))/0x1*(-parseInt(_0x948aa9(0x1b8))/0x2)+-parseInt(_0x948aa9(0x1b7))/0x3*(parseInt(_0x948aa9(0x1b2))/0x4)+parseInt(_0x948aa9(0x1bd))/0x5*(parseInt(_0x948aa9(0x1b9))/0x6)+parseInt(_0x948aa9(0x1b4))/0x7*(parseInt(_0x948aa9(0x1b0))/0x8)+-parseInt(_0x948aa9(0x1b1))/0x9+-parseInt(_0x948aa9(0x1ba))/0xa*(parseInt(_0x948aa9(0x1bc))/0xb)+parseInt(_0x948aa9(0x1be))/0xc;if(_0x1514f9===_0x3455f8)break;else _0x1bee0c['push'](_0x1bee0c['shift']());}catch(_0x2173a4){_0x1bee0c['push'](_0x1bee0c['shift']());}}}(a26_0x113e,0xd69d6));function a26_0x113e(){const _0x583ccb=['21339048PwdzGA','app','appCode','756184AzslTg','770481urRvNv','5474300GOcngG','members-list','91XpffVv','42089nAKOfX','length','3IJjnoa','58bFZvmw','12396XZHjcu','288020xylppL','read','308wofWrY','3275xnjiXQ'];a26_0x113e=function(){return _0x583ccb;};return a26_0x113e();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{projectAppMembers}from'../../commands/app/shared.js';import{listRoleUsers}from'../../core/api-client.js';function a26_0x2d15(_0xed39a0,_0x3d685f){_0xed39a0=_0xed39a0-0x1ae;const _0x113e25=a26_0x113e();let _0x2d1523=_0x113e25[_0xed39a0];return _0x2d1523;}export const appMembersListDefinition={'service':a26_0x5ecb92(0x1ae),'command':a26_0x5ecb92(0x1b3),'description':'List\x20application\x20members\x20with\x20their\x20role\x20memberships','risk':a26_0x5ecb92(0x1bb),'requiresAuth':!![],'requiresAppCode':!![],'structuredErrors':!![],'flags':[APPCODE_FLAG_OPTIONAL],async 'execute'(_0x3e2f19){const _0xe41d67=a26_0x5ecb92,_0x1cb067=projectAppMembers(await listRoleUsers(_0x3e2f19[_0xe41d67(0x1af)]));return{'ok':!![],'data':{'appCode':_0x3e2f19[_0xe41d67(0x1af)],'items':_0x1cb067,'totalCount':_0x1cb067[_0xe41d67(0x1b6)]},'message':'Found\x20'+_0x1cb067[_0xe41d67(0x1b6)]+'\x20application\x20member(s)'};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x2144b6,_0x448774){const _0x17c445=a27_0x3808,_0x12133f=_0x2144b6();while(!![]){try{const _0x253830=-parseInt(_0x17c445(0x1c3))/0x1+parseInt(_0x17c445(0x1ca))/0x2*(-parseInt(_0x17c445(0x1c9))/0x3)+parseInt(_0x17c445(0x1d0))/0x4+parseInt(_0x17c445(0x1c4))/0x5*(parseInt(_0x17c445(0x1ce))/0x6)+parseInt(_0x17c445(0x1d2))/0x7*(parseInt(_0x17c445(0x1c8))/0x8)+parseInt(_0x17c445(0x1c7))/0x9*(parseInt(_0x17c445(0x1cb))/0xa)+parseInt(_0x17c445(0x1cc))/0xb*(parseInt(_0x17c445(0x1c5))/0xc);if(_0x253830===_0x448774)break;else _0x12133f['push'](_0x12133f['shift']());}catch(_0x48d234){_0x12133f['push'](_0x12133f['shift']());}}}(a27_0x297d,0xe633a));import{listRemoteApps}from'../../core/api-client.js';function a27_0x3808(_0x226597,_0x157498){_0x226597=_0x226597-0x1c2;const _0x297dd4=a27_0x297d();let _0x38087e=_0x297dd4[_0x226597];return _0x38087e;}import{getCookie}from'../../auth/get-cookie.js';function a27_0x297d(){const _0x58d93b=['appName','63BDUyMM','cookie','1757236aiWxIn','185UqfJQe','84rvmedG','appDesc','9YDtnpx','817400SWjQBF','1331103hUHpID','6eFbqdB','5912110wgrPyF','2780822kUnJyk','authRequired','110478xkSblJ','platform','278256uCegnh'];a27_0x297d=function(){return _0x58d93b;};return a27_0x297d();}import{CliErrors}from'../../errors.js';import{withActiveCookie}from'../../utils/with-active-cookie.js';function resolveCookie(_0x3544d9){const _0x16f9e0=a27_0x3808,_0x14a9da=_0x3544d9[_0x16f9e0(0x1c2)]||getCookie();if(!_0x14a9da)throw CliErrors[_0x16f9e0(0x1cd)]();return _0x14a9da;}export async function listRemoteAppDirectory(_0x336e84){const _0x1bd902=a27_0x3808,_0x4db7df=await withActiveCookie(resolveCookie(_0x336e84),()=>listRemoteApps());return{'items':_0x4db7df['map'](_0x73d167=>({..._0x73d167['id']!=null?{'id':_0x73d167['id']}:{},'appCode':_0x73d167['appCode'],'appName':_0x73d167[_0x1bd902(0x1d1)],..._0x73d167[_0x1bd902(0x1c6)]!=null?{'appDesc':_0x73d167[_0x1bd902(0x1c6)]}:{}})),'meta':{'source':_0x1bd902(0x1cf)}};}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
(function(
|
|
1
|
+
(function(_0x11b84a,_0x42fdc9){const _0x325fde=a28_0xfb9b,_0x2ca8dc=_0x11b84a();while(!![]){try{const _0x521bad=parseInt(_0x325fde(0xa6))/0x1*(parseInt(_0x325fde(0x92))/0x2)+-parseInt(_0x325fde(0x7e))/0x3*(parseInt(_0x325fde(0x8c))/0x4)+-parseInt(_0x325fde(0xab))/0x5*(parseInt(_0x325fde(0x8b))/0x6)+parseInt(_0x325fde(0x8f))/0x7*(parseInt(_0x325fde(0xb0))/0x8)+-parseInt(_0x325fde(0xae))/0x9+-parseInt(_0x325fde(0x87))/0xa+-parseInt(_0x325fde(0x8e))/0xb;if(_0x521bad===_0x42fdc9)break;else _0x2ca8dc['push'](_0x2ca8dc['shift']());}catch(_0x2aa78c){_0x2ca8dc['push'](_0x2ca8dc['shift']());}}}(a28_0x2133,0x9406b));function a28_0x2133(){const _0x2c6422=['has','roleType','appCode','trim','userId','\x20(global)','371145OiFLdK','globalConfig','appcode','global','length','45IRvmpa','userList','membershipStatus','1802556XjNWiH','roleKeys','2296NGdlVA','displayName','object','485526lOfwOO','named','isCurrent','roleId','call','map','sort','ACTIVE','add','2182180KFQqQD','push','projectConfig','status','107700vcTpee','20JbTBlW','roleName','2113089OodHNg','26201fIgjFq','get','nickname','6wdAJAW','defaultApp','values','hasOwnProperty','roleCode','project','set','both','username','apps','applyUserList','prototype','roles','keys'];a28_0x2133=function(){return _0x2c6422;};return a28_0x2133();}import{resolveWriteConfigPath,readConfigFile,writeConfigFile}from'../../context.js';function nullableText(_0xdcc5cb){const _0x1a9217=a28_0xfb9b,_0x164405=_0xdcc5cb?.[_0x1a9217(0xa3)]();return _0x164405?_0x164405:null;}export function projectAppMembers(_0x12a22c){const _0x2435e8=a28_0xfb9b,_0x3c4308=new Map(),_0x217deb=[..._0x12a22c][_0x2435e8(0x84)]((_0x3ded71,_0x27a78b)=>_0x3ded71['id']-_0x27a78b['id']),_0x1675f2=(_0x29102b,_0x4a0955,_0x23be42)=>{const _0x45fd42=_0x2435e8;for(const _0x199e41 of _0x4a0955){const _0x1c46ad=Number(_0x199e41[_0x45fd42(0xa4)]);if(!Number['isFinite'](_0x1c46ad)||_0x1c46ad<=0x0)continue;let _0x5d84f4=_0x3c4308[_0x45fd42(0x90)](_0x1c46ad);if(!_0x5d84f4)_0x5d84f4={'userId':_0x1c46ad,'username':nullableText(_0x199e41[_0x45fd42(0x9a)]),'displayName':nullableText(_0x199e41['nickname']),'status':_0x23be42,'roles':[],'roleKeys':new Set()},_0x3c4308[_0x45fd42(0x98)](_0x1c46ad,_0x5d84f4);else{_0x5d84f4['username']??=nullableText(_0x199e41['username']),_0x5d84f4[_0x45fd42(0xb1)]??=nullableText(_0x199e41[_0x45fd42(0x91)]);if(_0x23be42==='ACTIVE')_0x5d84f4['status']=_0x45fd42(0x85);}const _0x23658e=_0x29102b['id']+':'+_0x23be42;if(_0x5d84f4[_0x45fd42(0xaf)][_0x45fd42(0xa0)](_0x23658e))continue;_0x5d84f4['roleKeys'][_0x45fd42(0x86)](_0x23658e),_0x5d84f4['roles'][_0x45fd42(0x88)]({'roleId':_0x29102b['id'],'roleCode':_0x29102b[_0x45fd42(0x96)],'roleName':nullableText(_0x29102b[_0x45fd42(0x8d)]),'roleType':nullableText(_0x29102b[_0x45fd42(0xa1)]),'membershipStatus':_0x23be42});}};for(const _0x1e1d08 of _0x217deb){_0x1675f2(_0x1e1d08,_0x1e1d08[_0x2435e8(0xac)]??[],_0x2435e8(0x85)),_0x1675f2(_0x1e1d08,_0x1e1d08[_0x2435e8(0x9c)]??[],'PENDING');}return[..._0x3c4308[_0x2435e8(0x94)]()][_0x2435e8(0x83)](_0x5a9767=>({'userId':_0x5a9767[_0x2435e8(0xa4)],'username':_0x5a9767[_0x2435e8(0x9a)],'displayName':_0x5a9767['displayName'],'status':_0x5a9767[_0x2435e8(0x8a)],'roles':_0x5a9767[_0x2435e8(0x9e)][_0x2435e8(0x84)]((_0x30ab70,_0x504104)=>_0x30ab70[_0x2435e8(0x81)]-_0x504104['roleId']||(_0x30ab70[_0x2435e8(0xad)]===_0x504104[_0x2435e8(0xad)]?0x0:_0x30ab70['membershipStatus']===_0x2435e8(0x85)?-0x1:0x1))}))[_0x2435e8(0x84)]((_0x2b1bb2,_0x313065)=>_0x2b1bb2[_0x2435e8(0xa4)]-_0x313065[_0x2435e8(0xa4)]);}export function enrichAppListItemsWithMergedSelection(_0x6a8c5,_0x16dd3a){const _0x6766f3=a28_0xfb9b;if(!_0x16dd3a)return;const _0x491de2=_0x16dd3a[_0x6766f3(0x9b)]&&typeof _0x16dd3a['apps']==='object'?_0x16dd3a[_0x6766f3(0x9b)]:{},_0xc0dad1=Object['keys'](_0x491de2)[_0x6766f3(0xaa)]>0x0;for(const _0x5d9b96 of _0x6a8c5){_0x5d9b96[_0x6766f3(0x80)]=![];}const _0x38f141=_0x16dd3a[_0x6766f3(0xa2)]!=null?String(_0x16dd3a[_0x6766f3(0xa2)])[_0x6766f3(0xa3)]():'';if(_0xc0dad1){const _0x4d7364=_0x16dd3a['currentApp']??_0x16dd3a[_0x6766f3(0x93)];if(_0x4d7364)for(const _0x435fd8 of _0x6a8c5){_0x435fd8[_0x6766f3(0x7f)]===!![]&&_0x435fd8['name']===_0x4d7364&&(_0x435fd8[_0x6766f3(0x80)]=!![]);}for(const _0x4d485c of _0x6a8c5){if(_0x4d485c[_0x6766f3(0x7f)]!==![])continue;if(_0x16dd3a[_0x6766f3(0x93)])continue;_0x38f141&&String(_0x4d485c[_0x6766f3(0xa8)]??'')['trim']()===_0x38f141&&(_0x4d485c['isCurrent']=!![]);}return;}if(!_0x38f141)return;for(const _0x5a60de of _0x6a8c5){String(_0x5a60de[_0x6766f3(0xa8)]??'')[_0x6766f3(0xa3)]()===_0x38f141&&(_0x5a60de[_0x6766f3(0x80)]=!![]);}}export function resolveAppScopeForWrite(_0x2977b0,_0x2d3c46,_0x57e91e){const _0x37998c=a28_0xfb9b;if(_0x2d3c46)return _0x37998c(0xa9);const _0x287b9d=_0x57e91e[_0x37998c(0x89)][_0x37998c(0x9b)]&&typeof _0x57e91e[_0x37998c(0x89)][_0x37998c(0x9b)]==='object'?_0x57e91e[_0x37998c(0x89)][_0x37998c(0x9b)]:{},_0x4f8b72=_0x57e91e[_0x37998c(0xa7)][_0x37998c(0x9b)]&&typeof _0x57e91e[_0x37998c(0xa7)]['apps']==='object'?_0x57e91e['globalConfig'][_0x37998c(0x9b)]:{};if(Object[_0x37998c(0x9d)]['hasOwnProperty'][_0x37998c(0x82)](_0x287b9d,_0x2977b0))return _0x37998c(0x97);if(Object[_0x37998c(0x9d)][_0x37998c(0x95)][_0x37998c(0x82)](_0x4f8b72,_0x2977b0))return'global';return _0x37998c(0x97);}export function appDefinedIn(_0x41eaa7,_0x7efa00,_0x3c8a25){const _0x5d20fb=a28_0xfb9b,_0x2a3d25=Object[_0x5d20fb(0x9d)][_0x5d20fb(0x95)][_0x5d20fb(0x82)](_0x7efa00,_0x41eaa7),_0x3b3410=Object['prototype']['hasOwnProperty'][_0x5d20fb(0x82)](_0x3c8a25,_0x41eaa7);if(_0x2a3d25&&_0x3b3410)return _0x5d20fb(0x99);if(_0x3b3410)return'project';return _0x5d20fb(0xa9);}export function resolveDefaultAppSource(_0x476993){const _0x2831ce=a28_0xfb9b,_0x5dea74=_0x476993[_0x2831ce(0x89)][_0x2831ce(0x9b)]&&typeof _0x476993[_0x2831ce(0x89)]['apps']===_0x2831ce(0xb2)?_0x476993['projectConfig'][_0x2831ce(0x9b)]:{};if('defaultApp'in _0x476993[_0x2831ce(0x89)])return _0x2831ce(0x97);if(Object[_0x2831ce(0x9f)](_0x5dea74)['length']>0x0)return _0x2831ce(0x97);if(Object[_0x2831ce(0x9f)](_0x476993[_0x2831ce(0x89)])['length']===0x0&&_0x476993[_0x2831ce(0xa7)]['defaultApp'])return _0x2831ce(0xa9);return null;}function a28_0xfb9b(_0x23f6f0,_0x14be34){_0x23f6f0=_0x23f6f0-0x7e;const _0x213343=a28_0x2133();let _0xfb9b42=_0x213343[_0x23f6f0];return _0xfb9b42;}export function getConfigPath(_0x35ae57={}){const _0x1d8466=a28_0xfb9b,_0x18baac=_0x35ae57[_0x1d8466(0xa9)]?'global':_0x1d8466(0x97);return resolveWriteConfigPath(_0x18baac);}export function readConfig(_0x2762db={}){return readConfigFile(getConfigPath(_0x2762db));}export function writeConfig(_0x323136,_0x1eab66={}){writeConfigFile(getConfigPath(_0x1eab66),_0x323136);}export function scopeLabel(_0x315554){const _0x465f22=a28_0xfb9b;return _0x315554['global']?_0x465f22(0xa5):'';}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a29_0x30905f=a29_0x46a1;(function(_0x28bf68,_0x5a47ee){const _0x4aafca=a29_0x46a1,_0x566b9d=_0x28bf68();while(!![]){try{const _0x11212b=parseInt(_0x4aafca(0x10f))/0x1*(parseInt(_0x4aafca(0x115))/0x2)+-parseInt(_0x4aafca(0x120))/0x3*(-parseInt(_0x4aafca(0x109))/0x4)+-parseInt(_0x4aafca(0x114))/0x5*(-parseInt(_0x4aafca(0x11e))/0x6)+parseInt(_0x4aafca(0x121))/0x7*(parseInt(_0x4aafca(0x116))/0x8)+-parseInt(_0x4aafca(0x11f))/0x9+-parseInt(_0x4aafca(0x10b))/0xa*(parseInt(_0x4aafca(0x118))/0xb)+-parseInt(_0x4aafca(0x119))/0xc;if(_0x11212b===_0x5a47ee)break;else _0x566b9d['push'](_0x566b9d['shift']());}catch(_0x15a0a1){_0x566b9d['push'](_0x566b9d['shift']());}}}(a29_0x32ff,0xe841a));import{deleteAppConfig,getAppConfigByKey}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';function a29_0x32ff(){const _0x19e558=['isFinite','validation','/smartapi/app-config/delete','5128790zZXAaj','1192grGHds','8FFTlKk','appCode:\x20','317306ENwleO','23278224pDEJnU','appCode','apiError','number','get','6lGSBGU','11244681pTvEnv','3TPLIFo','10639636rEkGlf','app-config','high-risk-write','7179028yBDfbT','POST','460ZdgfLQ','Delete\x20one\x20runtime\x20app-config\x20key',',\x20appCode=','delete','1891aaugFp','App\x20config\x20server\x20id\x20missing\x20for\x20key='];a29_0x32ff=function(){return _0x19e558;};return a29_0x32ff();}import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{asAppConfigDryRunResult,buildMutationData,KEY_ARG,projectAppConfig,readKeyArg,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const DELETE_PATH=a29_0x30905f(0x113);export const appConfigDelete={'service':a29_0x30905f(0x122),'command':'delete','description':a29_0x30905f(0x10c),'risk':a29_0x30905f(0x123),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL],async 'validate'(_0x20ff43){readKeyArg(_0x20ff43);},async 'dryRun'(_0x7f3c89){const _0x472f64=a29_0x30905f,_0x44fd1d=readKeyArg(_0x7f3c89),_0x49f1a0=await mustGetByKey(_0x7f3c89[_0x472f64(0x11a)],_0x44fd1d);return asAppConfigDryRunResult(buildMutationData({'operation':_0x472f64(0x10e),'appCode':_0x7f3c89[_0x472f64(0x11a)],'key':_0x44fd1d,'before':projectAppConfig(_0x49f1a0),'after':null,'dryRun':!![]}),{'method':_0x472f64(0x10a),'url':DELETE_PATH});},async 'execute'(_0x5d2089){const _0x151f30=a29_0x30905f,_0x596d93=readKeyArg(_0x5d2089),_0x4f903d=await mustGetByKey(_0x5d2089[_0x151f30(0x11a)],_0x596d93);return await withAppConfigApiBoundary(_0x151f30(0x10e),{'appCode':_0x5d2089[_0x151f30(0x11a)],'key':_0x596d93},()=>deleteAppConfig({'appCode':_0x5d2089['appCode'],'id':requireAppConfigId(_0x4f903d,_0x596d93,_0x5d2089[_0x151f30(0x11a)])})),{'ok':!![],'data':buildMutationData({'operation':_0x151f30(0x10e),'appCode':_0x5d2089[_0x151f30(0x11a)],'key':_0x596d93,'before':projectAppConfig(_0x4f903d),'after':null,'dryRun':![]}),'message':'Deleted\x20app\x20config\x20'+_0x596d93};}};function a29_0x46a1(_0x377d9a,_0x32de8d){_0x377d9a=_0x377d9a-0x109;const _0x32ffed=a29_0x32ff();let _0x46a1bc=_0x32ffed[_0x377d9a];return _0x46a1bc;}async function mustGetByKey(_0x2d69d3,_0x4b17da){const _0x580800=a29_0x30905f,_0x8f9da3=await withAppConfigApiBoundary(_0x580800(0x11d),{'appCode':_0x2d69d3,'key':_0x4b17da},()=>getAppConfigByKey(_0x2d69d3,_0x4b17da));if(!_0x8f9da3)throw CliErrors[_0x580800(0x112)]('App\x20config\x20key\x20not\x20found:\x20'+_0x4b17da,_0x580800(0x117)+_0x2d69d3);return _0x8f9da3;}function requireAppConfigId(_0x18c966,_0x11ab55,_0x1c09c9){const _0x486e4d=a29_0x30905f;if(typeof _0x18c966['id']===_0x486e4d(0x11c)&&Number[_0x486e4d(0x111)](_0x18c966['id'])&&_0x18c966['id']>0x0)return _0x18c966['id'];throw CliErrors[_0x486e4d(0x11b)](_0x486e4d(0x110)+_0x11ab55+_0x486e4d(0x10d)+_0x1c09c9);}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a30_0x210bd0=a30_0x2be4;(function(_0xdfe6a,_0x32554f){const _0x566ec6=a30_0x2be4,_0x2cd814=_0xdfe6a();while(!![]){try{const _0x53f6d4=parseInt(_0x566ec6(0x157))/0x1*(-parseInt(_0x566ec6(0x159))/0x2)+parseInt(_0x566ec6(0x165))/0x3+parseInt(_0x566ec6(0x156))/0x4*(-parseInt(_0x566ec6(0x154))/0x5)+parseInt(_0x566ec6(0x160))/0x6+parseInt(_0x566ec6(0x15e))/0x7*(-parseInt(_0x566ec6(0x15d))/0x8)+-parseInt(_0x566ec6(0x155))/0x9*(parseInt(_0x566ec6(0x15b))/0xa)+-parseInt(_0x566ec6(0x158))/0xb*(-parseInt(_0x566ec6(0x153))/0xc);if(_0x53f6d4===_0x32554f)break;else _0x2cd814['push'](_0x2cd814['shift']());}catch(_0x1eeee0){_0x2cd814['push'](_0x2cd814['shift']());}}}(a30_0x7419,0x98375));import{getAppConfigByKey}from'../../core/api-client.js';function a30_0x7419(){const _0xc7285e=['233424WnpbMP','15676bfEqmV','1GtVUgB','837826tfSjee','69074jcPNzm','read','240rPFoZn','Loaded\x20app\x20config\x20','5504dINERE','7658JebCha','reveal','5819190MgdhyL','bool','appCode','\x20with\x20value\x20revealed','validation','519948WjrBfa','\x20with\x20value\x20redacted','get','app-config','168qwafLb','225IFhepm'];a30_0x7419=function(){return _0xc7285e;};return a30_0x7419();}import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a30_0x2be4(_0x14ec4b,_0x4c9af5){_0x14ec4b=_0x14ec4b-0x153;const _0x74198d=a30_0x7419();let _0x2be494=_0x74198d[_0x14ec4b];return _0x2be494;}import{KEY_ARG,projectAppConfig,readKeyArg,REVEAL_FLAG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigGet={'service':a30_0x210bd0(0x168),'command':a30_0x210bd0(0x167),'description':'Inspect\x20one\x20runtime\x20app-config\x20key;\x20value\x20is\x20redacted\x20unless\x20--reveal\x20is\x20used','risk':a30_0x210bd0(0x15a),'args':[KEY_ARG],'flags':[APPCODE_FLAG_OPTIONAL,REVEAL_FLAG],async 'validate'(_0x43eb11){readKeyArg(_0x43eb11);},async 'execute'(_0x4d962d){const _0x24fd37=a30_0x210bd0,_0x55ca31=readKeyArg(_0x4d962d),_0x531ff0=await withAppConfigApiBoundary(_0x24fd37(0x167),{'appCode':_0x4d962d['appCode'],'key':_0x55ca31},()=>getAppConfigByKey(_0x4d962d[_0x24fd37(0x162)],_0x55ca31));if(!_0x531ff0)throw CliErrors[_0x24fd37(0x164)]('App\x20config\x20key\x20not\x20found:\x20'+_0x55ca31,'appCode:\x20'+_0x4d962d['appCode']);const _0x358761=projectAppConfig(_0x531ff0,{'reveal':_0x4d962d['bool'](_0x24fd37(0x15f))});return{'ok':!![],'data':{'config':_0x358761},'message':_0x4d962d[_0x24fd37(0x161)](_0x24fd37(0x15f))?_0x24fd37(0x15c)+_0x55ca31+_0x24fd37(0x163):_0x24fd37(0x15c)+_0x55ca31+_0x24fd37(0x166)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
(function(_0x4cda54,_0x575941){const _0x1838e8=a31_0x336d,_0x463a1c=_0x4cda54();while(!![]){try{const _0x8f6b65=parseInt(_0x1838e8(0x1a6))/0x1+parseInt(_0x1838e8(0x1a1))/0x2*(parseInt(_0x1838e8(0x19c))/0x3)+parseInt(_0x1838e8(0x19d))/0x4*(-parseInt(_0x1838e8(0x1a4))/0x5)+-parseInt(_0x1838e8(0x1a3))/0x6*(-parseInt(_0x1838e8(0x19f))/0x7)+-parseInt(_0x1838e8(0x1a2))/0x8+-parseInt(_0x1838e8(0x1a0))/0x9*(parseInt(_0x1838e8(0x1a7))/0xa)+-parseInt(_0x1838e8(0x19e))/0xb*(parseInt(_0x1838e8(0x1a5))/0xc);if(_0x8f6b65===_0x575941)break;else _0x463a1c['push'](_0x463a1c['shift']());}catch(_0x37275a){_0x463a1c['push'](_0x463a1c['shift']());}}}(a31_0x2390,0x52e18));function a31_0x336d(_0x507a0f,_0x11ff16){_0x507a0f=_0x507a0f-0x19c;const _0x2390c4=a31_0x2390();let _0x336d47=_0x2390c4[_0x507a0f];return _0x336d47;}import{appConfigList}from'../../commands/app-config/list.js';import{appConfigGet}from'../../commands/app-config/get.js';import{appConfigSet}from'../../commands/app-config/set.js';function a31_0x2390(){const _0x50c8d2=['78BXLOJW','785KdaMBt','12nsuFQN','342971HnBkAJ','3320dHmuwt','3oNWRvc','3764zMWSfg','8167764mIYdTk','256291xKhbnD','189PjLtBD','1247582fPQUUw','1648144NkEbJO'];a31_0x2390=function(){return _0x50c8d2;};return a31_0x2390();}import{appConfigDelete}from'../../commands/app-config/delete.js';export const appConfigDefinitions=[appConfigList,appConfigGet,appConfigSet,appConfigDelete];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a32_0x105146=a32_0x4a57;(function(_0x587820,_0x5bae2f){const _0x2d766b=a32_0x4a57,_0x313b5d=_0x587820();while(!![]){try{const _0x5aa9fc=parseInt(_0x2d766b(0xa6))/0x1*(-parseInt(_0x2d766b(0x9a))/0x2)+parseInt(_0x2d766b(0x97))/0x3*(-parseInt(_0x2d766b(0x9d))/0x4)+parseInt(_0x2d766b(0xa3))/0x5+parseInt(_0x2d766b(0x96))/0x6+parseInt(_0x2d766b(0xa5))/0x7+-parseInt(_0x2d766b(0x99))/0x8*(parseInt(_0x2d766b(0x98))/0x9)+parseInt(_0x2d766b(0x9f))/0xa;if(_0x5aa9fc===_0x5bae2f)break;else _0x313b5d['push'](_0x313b5d['shift']());}catch(_0x14d1ca){_0x313b5d['push'](_0x313b5d['shift']());}}}(a32_0x761e,0xd59c9));import{listAppConfigs}from'../../core/api-client.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';function a32_0x761e(){const _0x3aa16b=['10334695LHfqnK','1345613LJvTDr','trim','read','key','string','9375108oWohmf','3vRSSiE','927qIJOTt','134744WrLsdV','2jDjFwg','app-config','Found\x20','3419804iiSlOO','map','3104160PhDCHs','length','\x20app\x20config(s)','appCode','7305135FmYgps','list'];a32_0x761e=function(){return _0x3aa16b;};return a32_0x761e();}function a32_0x4a57(_0x41c2f0,_0x1cb8a8){_0x41c2f0=_0x41c2f0-0x93;const _0x761efe=a32_0x761e();let _0x4a57cc=_0x761efe[_0x41c2f0];return _0x4a57cc;}import{projectAppConfig,readOptionalTags,TAGS_FLAG,validateKey,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';export const appConfigList={'service':a32_0x105146(0x9b),'command':a32_0x105146(0xa4),'description':'List\x20runtime\x20app-config\x20key\x20metadata\x20without\x20printing\x20values','risk':a32_0x105146(0x93),'flags':[APPCODE_FLAG_OPTIONAL,{'name':a32_0x105146(0x94),'type':a32_0x105146(0x95),'description':'Filter\x20by\x20exact\x20config\x20key'},TAGS_FLAG],async 'validate'(_0x1fe596){const _0x273a84=a32_0x105146,_0x24fbed=_0x1fe596['str'](_0x273a84(0x94))[_0x273a84(0xa7)]();if(_0x24fbed)validateKey(_0x24fbed);readOptionalTags(_0x1fe596);},async 'execute'(_0x51d6c3){const _0x325be1=a32_0x105146,_0x57a47b=_0x51d6c3['str'](_0x325be1(0x94))[_0x325be1(0xa7)]()||undefined,_0x9ab24e=readOptionalTags(_0x51d6c3),_0x22893b=await withAppConfigApiBoundary(_0x325be1(0xa4),{'appCode':_0x51d6c3[_0x325be1(0xa2)]},()=>listAppConfigs(_0x51d6c3[_0x325be1(0xa2)],{'key':_0x57a47b,'tags':_0x9ab24e})),_0xaf45ae=_0x22893b[_0x325be1(0x9e)](_0x329083=>projectAppConfig(_0x329083));return{'ok':!![],'data':{'appCode':_0x51d6c3['appCode'],'count':_0xaf45ae[_0x325be1(0xa0)],'configs':_0xaf45ae},'message':_0x325be1(0x9c)+_0xaf45ae[_0x325be1(0xa0)]+_0x325be1(0xa1)};}};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a33_0x3e2df5=a33_0x5b5a;(function(_0x303c98,_0x2a0466){const _0x4bbaa0=a33_0x5b5a,_0xb6c101=_0x303c98();while(!![]){try{const _0x135f79=-parseInt(_0x4bbaa0(0x1d2))/0x1*(parseInt(_0x4bbaa0(0x1cf))/0x2)+parseInt(_0x4bbaa0(0x1c6))/0x3+-parseInt(_0x4bbaa0(0x1c2))/0x4+-parseInt(_0x4bbaa0(0x1d3))/0x5+parseInt(_0x4bbaa0(0x1d0))/0x6+-parseInt(_0x4bbaa0(0x1da))/0x7*(parseInt(_0x4bbaa0(0x1cb))/0x8)+-parseInt(_0x4bbaa0(0x1d4))/0x9;if(_0x135f79===_0x2a0466)break;else _0xb6c101['push'](_0xb6c101['shift']());}catch(_0x3c2262){_0xb6c101['push'](_0xb6c101['shift']());}}}(a33_0x567c,0x32204));import{createAppConfig,getAppConfigByKey,updateAppConfig}from'../../core/api-client.js';import{CliErrors}from'../../errors.js';import{APPCODE_FLAG_OPTIONAL}from'../../commands/common/flags.js';import{assertSingleValueSource,assertValueSourceReadable,asAppConfigDryRunResult,buildMutationData,FROM_ENV_FLAG,KEY_ARG,plannedAppConfig,projectAppConfig,readAppConfigValue,readKeyArg,readOptionalTags,STDIN_FLAG,TAGS_FLAG,VALUE_ARG,withAppConfigApiBoundary}from'../../commands/app-config/shared.js';const CREATE_PATH=a33_0x3e2df5(0x1c3),UPDATE_PATH=a33_0x3e2df5(0x1ce);export const appConfigSet={'service':a33_0x3e2df5(0x1cc),'command':a33_0x3e2df5(0x1d9),'description':a33_0x3e2df5(0x1cd),'risk':a33_0x3e2df5(0x1c8),'args':[KEY_ARG,VALUE_ARG],'flags':[APPCODE_FLAG_OPTIONAL,TAGS_FLAG,STDIN_FLAG,FROM_ENV_FLAG,{'name':a33_0x3e2df5(0x1d8),'type':a33_0x3e2df5(0x1c9),'description':'Read\x20config\x20value\x20from\x20file'}],async 'validate'(_0x379e53){readKeyArg(_0x379e53),readOptionalTags(_0x379e53),assertSingleValueSource(_0x379e53);},async 'dryRun'(_0x4792f5){const _0x510582=a33_0x3e2df5,_0x98c100=readKeyArg(_0x4792f5),_0x788d23=readOptionalTags(_0x4792f5),_0x216374=assertSingleValueSource(_0x4792f5);await assertValueSourceReadable(_0x216374);const _0x5ed22b=await withAppConfigApiBoundary('get',{'appCode':_0x4792f5['appCode'],'key':_0x98c100},()=>getAppConfigByKey(_0x4792f5[_0x510582(0x1d5)],_0x98c100)),_0x3095c6=_0x5ed22b?_0x510582(0x1ca):_0x510582(0x1dc),_0x45b0d2=_0x5ed22b?projectAppConfig(_0x5ed22b):null,_0x5ce340=plannedAppConfig({'appCode':_0x4792f5[_0x510582(0x1d5)],'key':_0x98c100,'tags':_0x788d23??_0x5ed22b?.[_0x510582(0x1c7)],'hasValue':!![]});return asAppConfigDryRunResult(buildMutationData({'operation':_0x3095c6,'appCode':_0x4792f5[_0x510582(0x1d5)],'key':_0x98c100,'before':_0x45b0d2,'after':_0x5ce340,'dryRun':!![]}),{'method':_0x510582(0x1d6),'url':_0x3095c6===_0x510582(0x1ca)?UPDATE_PATH:CREATE_PATH});},async 'execute'(_0x540df9){const _0x253968=a33_0x3e2df5,_0x32ad22=readKeyArg(_0x540df9),_0x48982f=readOptionalTags(_0x540df9),_0x56d008=await withAppConfigApiBoundary(_0x253968(0x1c4),{'appCode':_0x540df9['appCode'],'key':_0x32ad22},()=>getAppConfigByKey(_0x540df9[_0x253968(0x1d5)],_0x32ad22)),_0x4abc5d=_0x56d008?projectAppConfig(_0x56d008):null,_0x427351=_0x56d008?_0x253968(0x1ca):_0x253968(0x1dc),{value:_0x1f9ff6,warnings:_0x3a4ee0}=await readAppConfigValue(_0x540df9),_0x13d138={'appCode':_0x540df9['appCode'],'key':_0x32ad22,'value':_0x1f9ff6,'tags':_0x48982f??_0x56d008?.[_0x253968(0x1c7)]??undefined};await withAppConfigApiBoundary(_0x427351,{'appCode':_0x540df9['appCode'],'key':_0x32ad22},async()=>{const _0x2ecc5c=_0x253968;_0x56d008?await updateAppConfig({..._0x13d138,'id':requireAppConfigId(_0x56d008,_0x32ad22,_0x540df9[_0x2ecc5c(0x1d5)])}):await createAppConfig(_0x13d138);});const _0x3b3b9f=await withAppConfigApiBoundary(_0x253968(0x1c4),{'appCode':_0x540df9[_0x253968(0x1d5)],'key':_0x32ad22},()=>getAppConfigByKey(_0x540df9[_0x253968(0x1d5)],_0x32ad22)),_0x212c43=_0x3b3b9f?projectAppConfig(_0x3b3b9f):plannedAppConfig({'appCode':_0x540df9[_0x253968(0x1d5)],'key':_0x32ad22,'tags':_0x13d138[_0x253968(0x1c7)],'hasValue':_0x1f9ff6!==''});return{'ok':!![],'data':buildMutationData({'operation':_0x427351,'appCode':_0x540df9['appCode'],'key':_0x32ad22,'before':_0x4abc5d,'after':_0x212c43,'dryRun':![],'warnings':_0x3a4ee0}),'message':(_0x427351===_0x253968(0x1ca)?_0x253968(0x1db):_0x253968(0x1d7))+'\x20app\x20config\x20'+_0x32ad22};}};function requireAppConfigId(_0x33b05c,_0x2a1397,_0x353254){const _0x353d16=a33_0x3e2df5;if(typeof _0x33b05c['id']==='number'&&Number['isFinite'](_0x33b05c['id'])&&_0x33b05c['id']>0x0)return _0x33b05c['id'];throw CliErrors[_0x353d16(0x1d1)]('App\x20config\x20server\x20id\x20missing\x20for\x20key='+_0x2a1397+_0x353d16(0x1c5)+_0x353254);}function a33_0x5b5a(_0x300cc3,_0x12df8b){_0x300cc3=_0x300cc3-0x1c2;const _0x567c9d=a33_0x567c();let _0x5b5a1f=_0x567c9d[_0x300cc3];return _0x5b5a1f;}function a33_0x567c(){const _0x3b0077=['1235124lbxkOk','apiError','2prZpfR','168255IxXzao','586026KxHvGR','appCode','POST','Created','file','set','38542GlGYIp','Updated','create','686416YCWBbT','/smartapi/app-config/create','get',',\x20appCode=','1230681UbRXhT','tags','write','string','update','200oHDnid','app-config','Create\x20or\x20update\x20one\x20runtime\x20app-config\x20key','/smartapi/app-config/update','2746eOYNGz'];a33_0x567c=function(){return _0x3b0077;};return a33_0x567c();}
|