@treasuredata/tdx 2026.4.19 → 2026.4.20
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/dist/bin.js +1 -1
- package/dist/build-info.json +3 -3
- package/dist/cli-categories.js +1 -1
- package/dist/cli.d.ts.map +1 -1
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/commands/activations.js +1 -1
- package/dist/commands/agent-command.js +1 -1
- package/dist/commands/agent-test-command.js +1 -1
- package/dist/commands/api-command.js +1 -1
- package/dist/commands/auth-command.js +1 -1
- package/dist/commands/cas-command.js +1 -1
- package/dist/commands/cas-segment-command.js +1 -1
- package/dist/commands/chat-command.js +1 -1
- package/dist/commands/claude-command.js +1 -1
- package/dist/commands/claude-statusline-command.js +1 -1
- package/dist/commands/claude-usage-command.js +1 -1
- package/dist/commands/command.js +1 -1
- package/dist/commands/connection-command.js +1 -1
- package/dist/commands/databases.js +1 -1
- package/dist/commands/delivery-command.js +1 -1
- package/dist/commands/describe.js +1 -1
- package/dist/commands/engage-campaign-pull-command.js +1 -1
- package/dist/commands/engage-campaign-push-command.js +1 -1
- package/dist/commands/engage-campaign-validate-command.js +1 -1
- package/dist/commands/engage-command.js +1 -1
- package/dist/commands/engage-template-pull-command.js +1 -1
- package/dist/commands/engage-template-push-command.js +1 -1
- package/dist/commands/engage-template-validate-command.js +1 -1
- package/dist/commands/job-command.js +1 -1
- package/dist/commands/journey-command.d.ts +1 -0
- package/dist/commands/journey-command.d.ts.map +1 -1
- package/dist/commands/journey-command.js +1 -1
- package/dist/commands/journey-command.js.map +1 -1
- package/dist/commands/journey-validate-command.js +1 -1
- package/dist/commands/llm-command.js +1 -1
- package/dist/commands/mcp-command.js +1 -1
- package/dist/commands/parent-segment-command.js +1 -1
- package/dist/commands/policy-command.js +1 -1
- package/dist/commands/profile-command.js +1 -1
- package/dist/commands/profiles-command.js +1 -1
- package/dist/commands/query-command.js +1 -1
- package/dist/commands/schedule-command.js +1 -1
- package/dist/commands/segment-command.js +1 -1
- package/dist/commands/segment-create-command.js +1 -1
- package/dist/commands/segment-fields-command.js +1 -1
- package/dist/commands/segment-pull-command.js +1 -1
- package/dist/commands/segment-push-command.js +1 -1
- package/dist/commands/segment-update-command.js +1 -1
- package/dist/commands/segment-use-command.js +1 -1
- package/dist/commands/segment-validate-command.js +1 -1
- package/dist/commands/segments.js +1 -1
- package/dist/commands/show.js +1 -1
- package/dist/commands/status-command.js +1 -1
- package/dist/commands/tables.js +1 -1
- package/dist/commands/unset-command.js +1 -1
- package/dist/commands/upgrade-command.js +1 -1
- package/dist/commands/use-command.js +1 -1
- package/dist/commands/user-command.js +1 -1
- package/dist/commands/work-command.js +1 -1
- package/dist/commands/workflow-command.d.ts +1 -0
- package/dist/commands/workflow-command.d.ts.map +1 -1
- package/dist/commands/workflow-command.js +1 -1
- package/dist/commands/workflow-command.js.map +1 -1
- package/dist/core/auth.js +1 -1
- package/dist/core/command-output.js +1 -1
- package/dist/core/config.js +1 -1
- package/dist/core/connection-cache.js +1 -1
- package/dist/core/constants.js +1 -1
- package/dist/core/credential-cache.js +1 -1
- package/dist/core/global-context.js +1 -1
- package/dist/core/keychain.js +1 -1
- package/dist/core/oauth-keychain.js +1 -1
- package/dist/core/oauth.js +1 -1
- package/dist/core/profile.js +1 -1
- package/dist/core/project-config.js +1 -1
- package/dist/core/session.js +1 -1
- package/dist/core/user-cache.js +1 -1
- package/dist/core/version.js +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp/server.js +1 -1
- package/dist/mcp/tools/index.js +1 -1
- package/dist/mcp/tools/tdx-run.js +1 -1
- package/dist/mcp/tools/tdx-search.js +1 -1
- package/dist/mcp/tools/work-create-item.js +1 -1
- package/dist/mcp/utils.js +1 -1
- package/dist/proxy/claude-usage-tracker.js +1 -1
- package/dist/proxy/passthrough-server.js +1 -1
- package/dist/proxy/sse-usage-parser.js +1 -1
- package/dist/sdk/agent/agent-config.js +1 -1
- package/dist/sdk/agent/agent-ref-parser.js +1 -1
- package/dist/sdk/agent/agent-yaml.js +1 -1
- package/dist/sdk/agent/test/evaluator.js +1 -1
- package/dist/sdk/agent/test/executor.js +1 -1
- package/dist/sdk/agent/test/index.js +1 -1
- package/dist/sdk/agent/test/output.js +1 -1
- package/dist/sdk/agent/test/parser.js +1 -1
- package/dist/sdk/agent/tool-target-registry.js +1 -1
- package/dist/sdk/api.js +1 -1
- package/dist/sdk/cas/cas-api-client.js +1 -1
- package/dist/sdk/cas/cas-audience-yaml.js +1 -1
- package/dist/sdk/cas/cas-segment-yaml.js +1 -1
- package/dist/sdk/cas/index.js +1 -1
- package/dist/sdk/cas/pull-workflow.js +1 -1
- package/dist/sdk/cas/push-workflow.js +1 -1
- package/dist/sdk/client/cdp-api-client.js +1 -1
- package/dist/sdk/client/delivery-api-client.js +1 -1
- package/dist/sdk/client/endpoints.js +1 -1
- package/dist/sdk/client/engage-api-client.js +1 -1
- package/dist/sdk/client/http-client.js +1 -1
- package/dist/sdk/client/llm-api-client.js +1 -1
- package/dist/sdk/client/oauth-refresh.js +1 -1
- package/dist/sdk/client/rate-limiter.js +1 -1
- package/dist/sdk/client/td-api-client.js +1 -1
- package/dist/sdk/client/trino-api-client.js +1 -1
- package/dist/sdk/client/workflow-client.d.ts +7 -0
- package/dist/sdk/client/workflow-client.d.ts.map +1 -1
- package/dist/sdk/client/workflow-client.js +1 -1
- package/dist/sdk/client/workflow-client.js.map +1 -1
- package/dist/sdk/connection-validator.js +1 -1
- package/dist/sdk/connection.js +1 -1
- package/dist/sdk/delivery.js +1 -1
- package/dist/sdk/engage/campaign-pull.js +1 -1
- package/dist/sdk/engage/campaign-push.js +1 -1
- package/dist/sdk/engage/campaign-validator.js +1 -1
- package/dist/sdk/engage/campaign-yaml.js +1 -1
- package/dist/sdk/engage/template-pull.js +1 -1
- package/dist/sdk/engage/template-push.js +1 -1
- package/dist/sdk/engage/template-validator.js +1 -1
- package/dist/sdk/engage/template-yaml.js +1 -1
- package/dist/sdk/engage/types/campaign-def.js +1 -1
- package/dist/sdk/engage/types/campaign-schema.js +1 -1
- package/dist/sdk/engage/types/template-schema.js +1 -1
- package/dist/sdk/engage.js +1 -1
- package/dist/sdk/errors.js +1 -1
- package/dist/sdk/index.js +1 -1
- package/dist/sdk/io/index.js +1 -1
- package/dist/sdk/io/node-filesystem.js +1 -1
- package/dist/sdk/job.js +1 -1
- package/dist/sdk/journey.js +1 -1
- package/dist/sdk/llm/chat-cache.js +1 -1
- package/dist/sdk/llm/index.js +1 -1
- package/dist/sdk/llm/llm-backup-utils.js +1 -1
- package/dist/sdk/llm/model-factors.js +1 -1
- package/dist/sdk/personalization.js +1 -1
- package/dist/sdk/policy.js +1 -1
- package/dist/sdk/query/index.js +1 -1
- package/dist/sdk/query/sql-parser.js +1 -1
- package/dist/sdk/realtime.js +1 -1
- package/dist/sdk/schedule.js +1 -1
- package/dist/sdk/segment/child-segment-yaml.js +1 -1
- package/dist/sdk/segment/fields-display.js +1 -1
- package/dist/sdk/segment/file-discovery.js +1 -1
- package/dist/sdk/segment/journey-utils.js +1 -1
- package/dist/sdk/segment/journey-validator.js +1 -1
- package/dist/sdk/segment/journey-yaml.js +1 -1
- package/dist/sdk/segment/parent-segment-preview.js +1 -1
- package/dist/sdk/segment/parent-segment-yaml.js +1 -1
- package/dist/sdk/segment/pull-workflow.js +1 -1
- package/dist/sdk/segment/push-recovery.js +1 -1
- package/dist/sdk/segment/push-workflow.js +1 -1
- package/dist/sdk/segment/resolution-context.js +1 -1
- package/dist/sdk/segment/segment-path-parser.js +1 -1
- package/dist/sdk/segment/segment-ref-parser.js +1 -1
- package/dist/sdk/segment/segment-validator.js +1 -1
- package/dist/sdk/segment/target-resolution.js +1 -1
- package/dist/sdk/segment/tdx-config.js +1 -1
- package/dist/sdk/segment/types/activation-schema.js +1 -1
- package/dist/sdk/segment/types/journey-def.js +1 -1
- package/dist/sdk/segment/types/journey-schema.js +1 -1
- package/dist/sdk/segment/types/segment-def.js +1 -1
- package/dist/sdk/segment/types/segment-schema.js +1 -1
- package/dist/sdk/segment/validate-files.js +1 -1
- package/dist/sdk/segment/yaml-validator.js +1 -1
- package/dist/sdk/segment.js +1 -1
- package/dist/sdk/types/index.js +1 -1
- package/dist/sdk/types/progress.js +1 -1
- package/dist/sdk/types/workspace.js +1 -1
- package/dist/sdk/user.js +1 -1
- package/dist/sdk/util/format-detector.js +1 -1
- package/dist/sdk/util/formatters.js +1 -1
- package/dist/sdk/util/index.js +1 -1
- package/dist/sdk/util/paginate.js +1 -1
- package/dist/sdk/util/tree-formatter.js +1 -1
- package/dist/sdk/workflow/archive-validation.js +1 -1
- package/dist/sdk/workflow/clone-workflow.js +1 -1
- package/dist/sdk/workflow/index.d.ts +14 -1
- package/dist/sdk/workflow/index.d.ts.map +1 -1
- package/dist/sdk/workflow/index.js +1 -1
- package/dist/sdk/workflow/index.js.map +1 -1
- package/dist/sdk/workflow/pull-workflow.js +1 -1
- package/dist/sdk/workflow/push-workflow.js +1 -1
- package/dist/sdk/workflow/task-graph.d.ts +65 -0
- package/dist/sdk/workflow/task-graph.d.ts.map +1 -0
- package/dist/sdk/workflow/task-graph.js +1 -0
- package/dist/sdk/workflow/task-graph.js.map +1 -0
- package/dist/sdk/workflow/tdx-config.js +1 -1
- package/dist/sdk/workflow/workflow-utils.js +1 -1
- package/dist/sdk/workspace/access-tracker.js +1 -1
- package/dist/sdk/workspace/frontmatter.js +1 -1
- package/dist/sdk/workspace/git.js +1 -1
- package/dist/sdk/workspace/index.js +1 -1
- package/dist/sdk/workspace/templates.js +1 -1
- package/dist/sdk/workspace/weekly.js +1 -1
- package/dist/sdk/workspace/wikilinks.js +1 -1
- package/dist/test-utils/command-runner.js +1 -1
- package/dist/test-utils/factories.js +1 -1
- package/dist/test-utils/fixtures.js +1 -1
- package/dist/test-utils/http-mock.js +1 -1
- package/dist/test-utils/index.js +1 -1
- package/dist/utils/async.js +1 -1
- package/dist/utils/colors.js +1 -1
- package/dist/utils/diff.js +1 -1
- package/dist/utils/file-permissions.js +1 -1
- package/dist/utils/file-reader.js +1 -1
- package/dist/utils/github-releases.js +1 -1
- package/dist/utils/global-cache.js +1 -1
- package/dist/utils/json-loader.js +1 -1
- package/dist/utils/local-cache.js +1 -1
- package/dist/utils/logger/formatters/default-formatter.js +1 -1
- package/dist/utils/logger/formatters/index.js +1 -1
- package/dist/utils/logger/handlers/console-handler.js +1 -1
- package/dist/utils/logger/handlers/file-handler.js +1 -1
- package/dist/utils/logger/handlers/index.js +1 -1
- package/dist/utils/logger/handlers/null-handler.js +1 -1
- package/dist/utils/logger/index.js +1 -1
- package/dist/utils/logger/logger.js +1 -1
- package/dist/utils/logger/types.js +1 -1
- package/dist/utils/option-validation.js +1 -1
- package/dist/utils/process.js +1 -1
- package/dist/utils/prompt.js +1 -1
- package/dist/utils/spinner.js +1 -1
- package/dist/utils/sse-parser.js +1 -1
- package/dist/utils/string-utils.js +1 -1
- package/dist/utils/table-ref-parser.js +1 -1
- package/dist/utils/tdx-logger.js +1 -1
- package/dist/utils/version-check.js +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
const a2_0x2ebaf3=a2_0x22e8;(function(_0x1fa865,_0x21ae70){const _0xa4474e=a2_0x22e8,_0x18a55c=_0x1fa865();while(!![]){try{const _0x21ea2a=parseInt(_0xa4474e(0x1f3))/0x1+-parseInt(_0xa4474e(0x2c6))/0x2+-parseInt(_0xa4474e(0x2e8))/0x3*(-parseInt(_0xa4474e(0x29c))/0x4)+-parseInt(_0xa4474e(0x416))/0x5*(-parseInt(_0xa4474e(0x289))/0x6)+parseInt(_0xa4474e(0x422))/0x7+-parseInt(_0xa4474e(0x4ab))/0x8+-parseInt(_0xa4474e(0x3b5))/0x9;if(_0x21ea2a===_0x21ae70)break;else _0x18a55c['push'](_0x18a55c['shift']());}catch(_0x54c919){_0x18a55c['push'](_0x18a55c['shift']());}}}(a2_0x46e2,0xb7f0a));import{Command}from'commander';import{existsSync,statSync}from'fs';import{resolve}from'path';import{TDX,SDKError,ErrorCode}from'./sdk/index.js';import{COMMAND_CATEGORIES}from'./cli-categories.js';import{GlobalContext}from'./core/global-context.js';import{getBuildInfo,getVersion,isDevVersion}from'./core/auth.js';import{LogLevel}from'./utils/logger/index.js';import{QueryCommand}from'./commands/query-command.js';import{ChatCommand,ChatCreateCommand}from'./commands/chat-command.js';import{ApiCommand}from'./commands/api-command.js';import{DatabasesCommand}from'./commands/databases.js';import{TablesCommand}from'./commands/tables.js';import{SegmentsCommand}from'./commands/segments.js';import{ActivationsCommand}from'./commands/activations.js';import{ShowCommand}from'./commands/show.js';import{DescribeCommand}from'./commands/describe.js';import{SegmentShowCommand,SegmentFolderListCommand,SegmentFolderShowCommand,SegmentSQLCommand,SegmentFolderCreateCommand,SegmentViewCommand,SegmentDescCommand}from'./commands/segment-command.js';import{SegmentFieldsCommand}from'./commands/segment-fields-command.js';import{ParentSegmentListCommand,ParentSegmentCreateCommand,ParentSegmentUpdateCommand,ParentSegmentPullCommand,ParentSegmentPushCommand,ParentSegmentPreviewCommand,ParentSegmentValidateCommand,ParentSegmentRunCommand,ParentSegmentFieldsCommand,ParentSegmentViewCommand,ParentSegmentDescCommand,ParentSegmentSQLCommand,ParentSegmentShowCommand,PSRtListCommand,PSRtValidateCommand,PSRtJnListCommand,PSRtJnPauseCommand,PSRtJnResumeCommand,PSRtConfigVersionCommand,PSPzServiceListCommand,PSPzServiceCreateCommand,PSPzServiceShowCommand,PSPzServiceDeleteCommand,PSPzServiceUpdateCommand,PSPzServiceTokenCreateCommand,PSPzServiceTokenDeleteCommand,PSPzListCommand,PSPzShowCommand,PSPzDeleteCommand,PSPzCreateCommand,PSPzPatchCommand,PSPzInitCommand}from'./commands/parent-segment-command.js';import{SegmentCreateCommand}from'./commands/segment-create-command.js';import{SegmentUpdateCommand}from'./commands/segment-update-command.js';import{SegmentPullCommand}from'./commands/segment-pull-command.js';import{SegmentPushCommand}from'./commands/segment-push-command.js';import{SegmentValidateCommand}from'./commands/segment-validate-command.js';import{SegmentUseCommand}from'./commands/segment-use-command.js';import{WorkflowProjectsCommand,WorkflowWorkflowsCommand,WorkflowSessionsCommand,WorkflowAttemptsCommand,WorkflowAttemptCommand,WorkflowTasksCommand,WorkflowLogsCommand,WorkflowTimelineCommand,WorkflowKillCommand,WorkflowRetryCommand,WorkflowRunCommand,WorkflowDownloadCommand,WorkflowUploadCommand,WorkflowPullCommand,WorkflowPushCommand,WorkflowCloneCommand,WorkflowDeleteCommand,WorkflowUseCommand,WorkflowSecretsListCommand,WorkflowSecretsSetCommand,WorkflowSecretsDeleteCommand,WorkflowSchedulesCommand,WorkflowScheduleEnableCommand,WorkflowScheduleDisableCommand}from'./commands/workflow-command.js';import{JourneyListCommand,JourneyViewCommand,JourneyStatsCommand,JourneyTrafficCommand,JourneyPauseCommand,JourneyResumeCommand,JourneyPullCommand,JourneyPushCommand,JourneyColumnsCommand,JourneyActivationsCommand,JourneyVersionsCommand,JourneyVersionCreateCommand,JourneyVersionViewCommand}from'./commands/journey-command.js';import{JourneyValidateCommand}from'./commands/journey-validate-command.js';import{JobListCommand,JobShowCommand,JobKillCommand,JobSubmitCommand,JobResultCommand}from'./commands/job-command.js';import{ScheduleListCommand,ScheduleShowCommand,ScheduleCreateCommand,ScheduleUpdateCommand,ScheduleDeleteCommand,ScheduleRunCommand,ScheduleHistoryCommand}from'./commands/schedule-command.js';import{LLMModelsCommand,LLMProjectsCommand,LLMAgentsCommand,LLMAgentShowCommand,LLMAgentCreateCommand,LLMAgentUpdateCommand,LLMAgentDeleteCommand,LLMHistoryCommand,LLMLogCommand,LLMUseCommand,LLMProjectCreateCommand,LLMProjectDeleteCommand,LLMProjectBackupCommand,LLMProjectRestoreCommand,ChatsCommand}from'./commands/llm-command.js';import{EngageCampaignsCommand,EngageCampaignShowCommand,EngageCampaignCreateCommand,EngageCampaignUpdateCommand,EngageCampaignDeleteCommand,EngageCampaignLaunchCommand,EngageCampaignPauseCommand,EngageCampaignResumeCommand,EngageCampaignDuplicateCommand,EngageAlwaysOnCampaignsCommand,EngageAlwaysOnCampaignShowCommand,EngageAlwaysOnCampaignCreateCommand,EngageAlwaysOnCampaignUpdateCommand,EngageAlwaysOnCampaignDeleteCommand,EngageAlwaysOnCampaignLaunchCommand,EngageAlwaysOnCampaignPauseCommand,EngageAlwaysOnCampaignResumeCommand,EngageAlwaysOnCampaignFinishCommand,EngageAlwaysOnCampaignDuplicateCommand,EngageTemplatesCommand,EngageTemplateShowCommand,EngageTemplateCreateCommand,EngageTemplateUpdateCommand,EngageTemplateDeleteCommand,EngageWorkspacesCommand,EngageWorkspaceShowCommand,EngageWorkspaceCreateCommand,EngageWorkspaceUpdateCommand,EngageWorkspaceDeleteCommand,EngageWorkspaceUseCommand,EngageLineSenderAccountsCommand,EngageLineSenderAccountShowCommand,EngageLineImagemapImageUploadCommand}from'./commands/engage-command.js';import{EngageCampaignPullCommand}from'./commands/engage-campaign-pull-command.js';import{EngageCampaignPushCommand}from'./commands/engage-campaign-push-command.js';import{EngageCampaignValidateCommand}from'./commands/engage-campaign-validate-command.js';import{EngageTemplateValidateCommand}from'./commands/engage-template-validate-command.js';import{EngageTemplatePullCommand}from'./commands/engage-template-pull-command.js';import{EngageTemplatePushCommand}from'./commands/engage-template-push-command.js';import{DeliveryEmailSendersCommand}from'./commands/delivery-command.js';import{ClaudeCommand}from'./commands/claude-command.js';import{ClaudeStatuslineCommand}from'./commands/claude-statusline-command.js';import{ClaudeUsageCommand}from'./commands/claude-usage-command.js';import{AgentPullCommand,AgentPushCommand,AgentCloneCommand}from'./commands/agent-command.js';import{AgentTestCommand}from'./commands/agent-test-command.js';import{UseCommand}from'./commands/use-command.js';import{UnsetCommand}from'./commands/unset-command.js';import{StatusCommand}from'./commands/status-command.js';import{ProfilesCommand}from'./commands/profiles-command.js';import{ProfileCreateCommand,ProfileDeleteCommand,ProfileSetCommand,ProfileUseCommand}from'./commands/profile-command.js';import{AuthSetupCommand,AuthStatusCommand,AuthClearCommand}from'./commands/auth-command.js';import{UserCommand,UserListCommand}from'./commands/user-command.js';import{PolicyCommand,PolicyListCommand,PolicyShowCommand}from'./commands/policy-command.js';import{ConnectionListCommand,ConnectionShowCommand,ConnectionSchemaCommand,ConnectionTypesCommand,ConnectionSettingsCommand}from'./commands/connection-command.js';import{CASListCommand,CASDescCommand,CASPullCommand,CASPushCommand,CASPreviewCommand}from'./commands/cas-command.js';import{CASSegmentListCommand}from'./commands/cas-segment-command.js';import{MCPCommand}from'./commands/mcp-command.js';import{UpgradeCommand}from'./commands/upgrade-command.js';import{workSummaryAction,workInitAction,workNewAction,workMoveAction,workBoardAction,workShowAction,workLinksAction,workOpenAction}from'./commands/work-command.js';import{checkForUpdate,displayUpdateNotification}from'./utils/version-check.js';import{gracefulExit}from'./utils/process.js';import{isExperimentalAvailable,loadReleaseChannel}from'./core/config.js';const buildInfo=getBuildInfo(),currentVersion=getVersion();if(process[a2_0x2ebaf3(0x21f)][a2_0x2ebaf3(0x4df)](a2_0x2ebaf3(0x2c1))){let versionOutput=a2_0x2ebaf3(0x1e4)+currentVersion;buildInfo[a2_0x2ebaf3(0x223)]&&!currentVersion['includes'](buildInfo[a2_0x2ebaf3(0x223)])&&(versionOutput+='\x20('+buildInfo[a2_0x2ebaf3(0x223)]+')'),buildInfo[a2_0x2ebaf3(0x25e)]&&(versionOutput+='\x20-\x20built\x20'+buildInfo[a2_0x2ebaf3(0x25e)]),console[a2_0x2ebaf3(0x1e1)](versionOutput),process['exit'](0x0);}const program=new Command();export function mergeCommandOptions(_0x34aa1a,_0x4ec67e){const _0x9e8e2a=a2_0x2ebaf3,_0x1805d5={..._0x34aa1a};for(const [_0x238f61,_0x185f73]of Object[_0x9e8e2a(0x454)](_0x4ec67e)){_0x185f73!==undefined&&(_0x1805d5[_0x238f61]=_0x185f73);}return _0x1805d5;}let showBriefHelp=![],description='AI-native\x20CLI\x20for\x20Treasure\x20Data';buildInfo[a2_0x2ebaf3(0x223)]&&!currentVersion['includes'](buildInfo[a2_0x2ebaf3(0x223)])?description+=a2_0x2ebaf3(0x2df)+currentVersion+'\x20('+buildInfo['gitRevision']+')':description+=a2_0x2ebaf3(0x2df)+currentVersion;program[a2_0x2ebaf3(0x3a9)]('tdx')[a2_0x2ebaf3(0x39c)](description),program[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3cc),'Change\x20to\x20directory\x20before\x20executing\x20command')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x44c),a2_0x2ebaf3(0x3a0))[a2_0x2ebaf3(0x1ea)]('--site\x20<site>',a2_0x2ebaf3(0x378),'us01')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x205),a2_0x2ebaf3(0x1b5))['option'](a2_0x2ebaf3(0x264),a2_0x2ebaf3(0x282))['option'](a2_0x2ebaf3(0x2bf),'Output\x20in\x20JSON\x20format\x20(shorthand\x20for\x20--format\x20json)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x43a),a2_0x2ebaf3(0x1f5))['option'](a2_0x2ebaf3(0x3ab),'Output\x20in\x20TSV\x20format\x20(shorthand\x20for\x20--format\x20tsv)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x228),'Save\x20output\x20to\x20file')[a2_0x2ebaf3(0x1ea)]('--limit\x20<number>',a2_0x2ebaf3(0x49d))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2ec),a2_0x2ebaf3(0x20f),![])[a2_0x2ebaf3(0x1ea)]('--no-color',a2_0x2ebaf3(0x312),![])[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x21e),a2_0x2ebaf3(0x2bc),![])[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3ad),a2_0x2ebaf3(0x3fa))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2f7),a2_0x2ebaf3(0x257))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x290),a2_0x2ebaf3(0x44e),'30')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x48f),![])['option']('-y,\x20--yes',a2_0x2ebaf3(0x2af),![])['option'](a2_0x2ebaf3(0x48b),'Session\x20ID\x20to\x20use\x20(defaults\x20to\x20TDX_SESSION\x20env\x20var\x20or\x20parent\x20PID)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2ef),'Parent\x20segment\x20to\x20use\x20(overrides\x20context)')['option'](a2_0x2ebaf3(0x43c),a2_0x2ebaf3(0x32f)),program[a2_0x2ebaf3(0x24d)]({'formatHelp':(_0x430198,_0x5459b5)=>{const _0x2f0d81=a2_0x2ebaf3,_0x19a48c=_0x5459b5[_0x2f0d81(0x44d)](_0x430198,_0x5459b5),_0x272fab=0x2,_0x278b62=0x2;function _0x447bfc(_0x39c4b1){const _0x2fbc10=_0x2f0d81,_0x49f1fe=_0x39c4b1;return!!(_0x49f1fe[_0x2fbc10(0x310)]||_0x49f1fe[_0x2fbc10(0x4aa)]);}function _0x35ebcc(_0x547fd0,_0x5897b7){const _0x5b21d7=_0x2f0d81;if(_0x5897b7){const _0x598d5f=''+_0x547fd0[_0x5b21d7(0x25f)](_0x19a48c+_0x278b62)+_0x5897b7;return _0x598d5f;}return _0x547fd0;}function _0x3ef45a(_0x4d8cca){const _0x1a96fa=_0x2f0d81;return _0x4d8cca[_0x1a96fa(0x413)]('\x0a')[_0x1a96fa(0x41e)](/^/gm,'\x20'[_0x1a96fa(0x256)](_0x272fab));}const _0x39d53f=[];_0x39d53f[_0x2f0d81(0x437)]('Usage:\x20'+_0x5459b5['commandUsage'](_0x430198));const _0x4f6c00=_0x5459b5[_0x2f0d81(0x2b2)](_0x430198);_0x4f6c00&&(_0x39d53f[_0x2f0d81(0x437)](''),_0x39d53f['push'](_0x4f6c00));const _0x6f5ada=_0x430198[_0x2f0d81(0x240)][_0x2f0d81(0x491)](_0xdae70=>!_0x447bfc(_0xdae70));if(_0x6f5ada[_0x2f0d81(0x22a)]>0x0){if(_0x430198['name']()==='tdx'){const _0x627b42=_0x430198['opts'](),_0xe92fba=!_0x627b42[_0x2f0d81(0x25a)]&&process[_0x2f0d81(0x465)][_0x2f0d81(0x4c7)],_0x314054=COMMAND_CATEGORIES,_0x4db259=(_0x9f2085,_0x1b4b92)=>_0xe92fba?_0x1b4b92(_0x9f2085):_0x9f2085,_0x27c937=new Map();_0x6f5ada[_0x2f0d81(0x21c)](_0x1d0e38=>{const _0x36c115=_0x2f0d81;_0x27c937[_0x36c115(0x281)](_0x1d0e38[_0x36c115(0x3a9)](),_0x1d0e38);}),_0x314054[_0x2f0d81(0x21c)](_0x552c2d=>{const _0x122da8=_0x2f0d81,_0x206b3d=_0x552c2d['commands'][_0x122da8(0x2dd)](_0x5e5715=>_0x27c937[_0x122da8(0x350)](_0x5e5715)??[]);if(_0x206b3d[_0x122da8(0x22a)]>0x0){_0x39d53f['push'](''),_0x39d53f[_0x122da8(0x437)](_0x4db259(_0x552c2d[_0x122da8(0x3a9)]+':',_0x552c2d[_0x122da8(0x4a6)]));const _0x42a90f=_0x206b3d[_0x122da8(0x2b8)](_0x446221=>{const _0x56c571=_0x122da8,_0x30494b=_0x5459b5[_0x56c571(0x485)](_0x446221),_0x26b9bf=_0x5459b5[_0x56c571(0x342)](_0x446221);return _0x35ebcc(_0x30494b,_0x26b9bf);});_0x39d53f[_0x122da8(0x437)](_0x3ef45a(_0x42a90f));}}),_0x39d53f['push'](''),_0x39d53f['push'](_0x2f0d81(0x270));}else{const _0x588259=_0x6f5ada[_0x2f0d81(0x2b8)](_0x52b278=>{const _0xa22dac=_0x2f0d81,_0x4c5a10=_0x5459b5[_0xa22dac(0x485)](_0x52b278),_0x529a34=_0x5459b5['subcommandDescription'](_0x52b278);return _0x35ebcc(_0x4c5a10,_0x529a34);});_0x39d53f[_0x2f0d81(0x437)](''),_0x39d53f['push']('Commands:'),_0x39d53f[_0x2f0d81(0x437)](_0x3ef45a(_0x588259));}}if(showBriefHelp&&_0x430198[_0x2f0d81(0x3a9)]()===_0x2f0d81(0x3ca))_0x39d53f[_0x2f0d81(0x437)](''),_0x39d53f[_0x2f0d81(0x437)](_0x2f0d81(0x2c3));else{const _0x4debf9=_0x430198[_0x2f0d81(0x222)]['filter'](_0x367166=>!_0x447bfc(_0x367166));if(_0x4debf9['length']>0x0){const _0x3bc6c2=_0x4debf9['map'](_0x1e50a5=>{const _0x354625=_0x2f0d81,_0x5df4bc=_0x5459b5[_0x354625(0x376)](_0x1e50a5),_0x59a2d8=_0x5459b5[_0x354625(0x1c7)](_0x1e50a5);return _0x35ebcc(_0x5df4bc,_0x59a2d8);});_0x39d53f[_0x2f0d81(0x437)](''),_0x39d53f[_0x2f0d81(0x437)]('Options:'),_0x39d53f[_0x2f0d81(0x437)](_0x3ef45a(_0x3bc6c2));}}const _0xbb3f83=(_0x430198[_0x2f0d81(0x2d7)]||[])['filter'](_0x519c99=>!_0x447bfc(_0x519c99));if(_0xbb3f83[_0x2f0d81(0x22a)]>0x0){const _0x17ede1=_0xbb3f83[_0x2f0d81(0x2b8)](_0x53f3d3=>{const _0x2487b7=_0x2f0d81,_0x5d9955=_0x5459b5['argumentTerm'](_0x53f3d3),_0x23b0d5=_0x5459b5[_0x2487b7(0x3a1)](_0x53f3d3);return _0x35ebcc(_0x5d9955,_0x23b0d5);});_0x39d53f[_0x2f0d81(0x437)](''),_0x39d53f[_0x2f0d81(0x437)](_0x2f0d81(0x363)),_0x39d53f[_0x2f0d81(0x437)](_0x3ef45a(_0x17ede1));}return _0x39d53f[_0x2f0d81(0x413)]('\x0a')+'\x0a';},'subcommandTerm':_0xaf1063=>{const _0x1177c9=a2_0x2ebaf3,_0x2dc186=(_0xaf1063[_0x1177c9(0x2d7)]||[])[_0x1177c9(0x2b8)](_0x44afe8=>_0x44afe8['required']?'<'+_0x44afe8['name']()+'>':'['+_0x44afe8[_0x1177c9(0x3a9)]()+']')['join']('\x20'),_0xde6b64=_0xaf1063[_0x1177c9(0x3b4)](),_0x5c9cbf=_0xde6b64[_0x1177c9(0x22a)]>0x0?_0xaf1063['name']()+',\x20'+_0xde6b64[_0x1177c9(0x413)](',\x20'):_0xaf1063[_0x1177c9(0x3a9)]();return _0x2dc186?_0x5c9cbf+'\x20'+_0x2dc186:_0x5c9cbf;}}),program[a2_0x2ebaf3(0x37b)](a2_0x2ebaf3(0x43f),_0x5e3623=>{const _0xd9dad1=a2_0x2ebaf3,_0x3095a8=_0x5e3623[_0xd9dad1(0x1af)]();if(_0x3095a8[_0xd9dad1(0x373)]){const _0x47db77=resolve(_0x3095a8['directory']),_0x45f57b=_0x47db77!==_0x3095a8[_0xd9dad1(0x373)]?_0xd9dad1(0x402)+_0x47db77+')':'';if(!existsSync(_0x47db77))throw new SDKError(ErrorCode[_0xd9dad1(0x42f)],_0xd9dad1(0x384)+_0x3095a8['directory']+_0x45f57b,undefined,{'helpText':_0xd9dad1(0x3be)});const _0x120db6=statSync(_0x47db77);if(!_0x120db6[_0xd9dad1(0x31f)]())throw new SDKError(ErrorCode['INVALID_ARGUMENT'],'Path\x20is\x20not\x20a\x20directory:\x20'+_0x3095a8[_0xd9dad1(0x373)]+_0x45f57b,undefined,{'helpText':_0xd9dad1(0x439)});process[_0xd9dad1(0x4dd)](_0x47db77);}if(!_0x3095a8[_0xd9dad1(0x3dd)]){if(_0x3095a8[_0xd9dad1(0x46a)])_0x3095a8['format']=_0xd9dad1(0x46a);else{if(_0x3095a8['json'])_0x3095a8[_0xd9dad1(0x3dd)]=_0xd9dad1(0x48e);else{if(_0x3095a8[_0xd9dad1(0x401)])_0x3095a8[_0xd9dad1(0x3dd)]='jsonl';else _0x3095a8['tsv']&&(_0x3095a8[_0xd9dad1(0x3dd)]=_0xd9dad1(0x3f7));}}}if(_0x3095a8[_0xd9dad1(0x1eb)])_0x3095a8['logLevel']=LogLevel[_0xd9dad1(0x366)];else{if(_0x3095a8[_0xd9dad1(0x3df)])_0x3095a8[_0xd9dad1(0x209)]=LogLevel[_0xd9dad1(0x353)];else _0x3095a8[_0xd9dad1(0x209)]===undefined&&(_0x3095a8[_0xd9dad1(0x209)]=LogLevel[_0xd9dad1(0x1b8)]);}});async function createTDXInstance(_0x2d71fc){const _0x1104ae=a2_0x2ebaf3,_0x42e31=await GlobalContext[_0x1104ae(0x4e8)](_0x2d71fc);_0x42e31['injectIntoOptions'](_0x2d71fc);const _0x3aff06=Number(_0x2d71fc['timeout']),_0x3b23dc=!isNaN(_0x3aff06)&&_0x3aff06>0x0?_0x3aff06*0x3e8:undefined;return TDX[_0x1104ae(0x4d9)]({'site':_0x42e31['site'],'apiKey':_0x42e31['apiKey'],'accessToken':_0x42e31['accessToken'],'logLevel':_0x42e31[_0x1104ae(0x209)],'profile':_0x42e31[_0x1104ae(0x268)],'timeout':_0x3b23dc});}const databaseCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x219))['alias']('db')[a2_0x2ebaf3(0x39c)]('Database\x20management\x20commands'),databaseListAction=async(_0x6f7b87,_0x5ea35b)=>{const _0x4e5120=a2_0x2ebaf3,_0x3f2dfc=new DatabasesCommand(),_0x2fbff1=program[_0x4e5120(0x1af)](),_0x42ae15=await createTDXInstance(_0x2fbff1),_0x279a13=await _0x3f2dfc[_0x4e5120(0x1e5)]({'options':{..._0x2fbff1,..._0x5ea35b},'args':_0x6f7b87?[_0x6f7b87]:[],'tdx':_0x42ae15});gracefulExit(_0x279a13);};databaseCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3c4))[a2_0x2ebaf3(0x345)](databaseListAction),program[a2_0x2ebaf3(0x308)]('databases\x20[pattern]',{'hidden':!![]})[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2f3))[a2_0x2ebaf3(0x345)](databaseListAction),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4b0))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x266))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2dc),'Agent\x20reference\x20(project/agent\x20or\x20just\x20agent\x20if\x20llm_project\x20is\x20set)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x288),a2_0x2ebaf3(0x2c8))['option']('--chat-id\x20<id>','Continue\x20a\x20specific\x20chat\x20session\x20by\x20ID')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x284),'Output\x20events\x20as\x20JSONL\x20stream\x20(one\x20JSON\x20object\x20per\x20line)')['action'](async(_0x40018e,_0x2f6291)=>{const _0x5c7316=a2_0x2ebaf3,_0x17646f=program[_0x5c7316(0x1af)](),_0x4e5f4a=await createTDXInstance(_0x17646f);if(_0x40018e[0x0]===_0x5c7316(0x4d9)){const _0x1f5fae=new ChatCreateCommand();gracefulExit(await _0x1f5fae[_0x5c7316(0x1e5)]({'options':{..._0x17646f,..._0x2f6291},'args':_0x40018e[_0x5c7316(0x315)](0x1),'tdx':_0x4e5f4a}));return;}const _0x2690f4=new ChatCommand(),_0x592995=await _0x2690f4[_0x5c7316(0x1e5)]({'options':{..._0x17646f,..._0x2f6291},'args':_0x40018e,'tdx':_0x4e5f4a});gracefulExit(_0x592995);});const apiCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x26d))[a2_0x2ebaf3(0x2fc)](a2_0x2ebaf3(0x3e6))[a2_0x2ebaf3(0x245)](a2_0x2ebaf3(0x4c1),a2_0x2ebaf3(0x313))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x483),a2_0x2ebaf3(0x1e6),'GET')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x405),'Request\x20body\x20as\x20JSON\x20string')['option'](a2_0x2ebaf3(0x449),'Read\x20request\x20body\x20from\x20file')['option'](a2_0x2ebaf3(0x35c),a2_0x2ebaf3(0x448),(_0x21e855,_0x30d43a)=>{return _0x30d43a?[..._0x30d43a,_0x21e855]:[_0x21e855];})['option'](a2_0x2ebaf3(0x34f),a2_0x2ebaf3(0x415),'td')['action'](async(_0x2d81af,_0x1ef7e9)=>{const _0x5ecfd8=a2_0x2ebaf3;if(!_0x2d81af){apiCmd[_0x5ecfd8(0x4bc)]();return;}const _0xd38dd6=new ApiCommand(),_0x1a890f=program['opts'](),_0x4477fe=await createTDXInstance(_0x1a890f),_0x4937e3=await _0xd38dd6[_0x5ecfd8(0x1e5)]({'options':{..._0x1a890f,..._0x1ef7e9},'args':[_0x2d81af],'tdx':_0x4477fe});gracefulExit(_0x4937e3);});program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x231))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3f5))[a2_0x2ebaf3(0x245)](a2_0x2ebaf3(0x4c1),'\x0aEnables\x20AI\x20coding\x20assistants\x20to\x20interact\x20with\x20Treasure\x20Data\x20via\x20MCP\x20(Model\x20Context\x20Protocol).\x0aWorks\x20with\x20Cursor,\x20Windsurf,\x20VS\x20Code,\x20Claude\x20Desktop,\x20and\x20other\x20MCP-compatible\x20AI\x20tools.\x0aUses\x20existing\x20tdx\x20authentication\x20-\x20no\x20additional\x20setup\x20needed\x20if\x20already\x20logged\x20in.\x0a\x0aSetup\x20(add\x20to\x20your\x20AI\x20tool\x27s\x20MCP\x20config):\x0a\x20\x20{\x20\x22mcpServers\x22:\x20{\x20\x22tdx\x22:\x20{\x20\x22command\x22:\x20\x22tdx\x22,\x20\x22args\x22:\x20[\x22mcp\x22]\x20}\x20}\x20}\x0a\x0aAvailable\x20Tools:\x0a\x20\x20tdx_run\x20\x20\x20\x20\x20-\x20Execute\x20any\x20tdx\x20CLI\x20command\x0a\x20\x20tdx_search\x20\x20-\x20Search\x20for\x20relevant\x20tdx\x20commands\x0a\x0aEnvironment\x20Variables\x20(optional):\x0a\x20\x20TDX_PROFILE\x20\x20\x20-\x20Use\x20a\x20specific\x20profile\x0a\x20\x20TDX_API_KEY\x20\x20\x20-\x20Direct\x20API\x20key\x0a\x20\x20TDX_SITE\x20\x20\x20\x20\x20\x20-\x20Site\x20(us01,\x20ap01,\x20eu01,\x20ap02)\x0a\x0aSee:\x20https://tdx.treasuredata.com/commands/mcp\x0a')[a2_0x2ebaf3(0x345)](async _0x4c11c1=>{const _0x59c129=a2_0x2ebaf3,_0x460a42=new MCPCommand(),_0x49f6bf=program['opts'](),_0x3ea8b5=await createTDXInstance(_0x49f6bf),_0xd65841=await _0x460a42[_0x59c129(0x1e5)]({'options':{..._0x49f6bf,..._0x4c11c1},'args':[],'tdx':_0x3ea8b5});gracefulExit(_0xd65841);});const tableCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x46a))[a2_0x2ebaf3(0x39c)]('Table\x20management\x20commands'),tableListAction=async(_0x52ea35,_0xfc71e5)=>{const _0x1dfbaa=a2_0x2ebaf3,_0x33b666=new TablesCommand(),_0x483ca3=program[_0x1dfbaa(0x1af)](),_0x246987=await createTDXInstance(_0x483ca3);_0xfc71e5['in']&&(_0xfc71e5[_0x1dfbaa(0x219)]=_0xfc71e5['in']);const _0x5deb5d=await _0x33b666[_0x1dfbaa(0x1e5)]({'options':{..._0x483ca3,..._0xfc71e5},'args':_0x52ea35?[_0x52ea35]:[],'tdx':_0x246987});gracefulExit(_0x5deb5d);};tableCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x250))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x359),a2_0x2ebaf3(0x489))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4c8),a2_0x2ebaf3(0x482))[a2_0x2ebaf3(0x345)](tableListAction),program['command']('tables\x20[pattern]',{'hidden':!![]})[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x34e))['option'](a2_0x2ebaf3(0x359),a2_0x2ebaf3(0x489))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4c8),a2_0x2ebaf3(0x482))[a2_0x2ebaf3(0x345)](tableListAction),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3bb))['description'](a2_0x2ebaf3(0x2ee))['option']('-d,\x20--database\x20<database>',a2_0x2ebaf3(0x421))[a2_0x2ebaf3(0x1ea)]('--in\x20<database>',a2_0x2ebaf3(0x482))[a2_0x2ebaf3(0x345)](async(_0x46695e,_0x507633)=>{const _0x7c40a9=a2_0x2ebaf3,_0x9f097d=new ShowCommand(),_0x81ac9=program[_0x7c40a9(0x1af)](),_0x18c2da=await createTDXInstance(_0x81ac9);_0x507633['in']&&(_0x507633['database']=_0x507633['in']);const _0x18fd1c=await _0x9f097d[_0x7c40a9(0x1e5)]({'options':{..._0x81ac9,..._0x507633},'args':_0x46695e?[_0x46695e]:[],'tdx':_0x18c2da});gracefulExit(_0x18fd1c);}),program[a2_0x2ebaf3(0x308)]('describe\x20[table]')[a2_0x2ebaf3(0x262)](a2_0x2ebaf3(0x435))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x368))[a2_0x2ebaf3(0x1ea)]('-d,\x20--database\x20<database>',a2_0x2ebaf3(0x421))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4c8),'Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x2ebaf3(0x345)](async(_0x1df04b,_0x413b3c)=>{const _0x2416d6=a2_0x2ebaf3,_0x4f23ed=new DescribeCommand(),_0x10fca7=program['opts'](),_0x56695b=await createTDXInstance(_0x10fca7);_0x413b3c['in']&&(_0x413b3c[_0x2416d6(0x219)]=_0x413b3c['in']);const _0x4f142d=await _0x4f23ed[_0x2416d6(0x1e5)]({'options':{..._0x10fca7,..._0x413b3c},'args':_0x1df04b?[_0x1df04b]:[],'tdx':_0x56695b});gracefulExit(_0x4f142d);}),program[a2_0x2ebaf3(0x308)]('query\x20[sql]')['description'](a2_0x2ebaf3(0x1ba))['option'](a2_0x2ebaf3(0x359),'Database\x20to\x20query\x20(default:\x20information_schema)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4c8),'Alias\x20for\x20--database\x20(natural\x20language\x20style)')['option'](a2_0x2ebaf3(0x3ee),'Trino\x20catalog\x20(default:\x20td)')['option']('-f,\x20--file\x20<path>',a2_0x2ebaf3(0x4d7))['option']('--limit\x20<rows>',a2_0x2ebaf3(0x33b))[a2_0x2ebaf3(0x345)](async(_0x3cd773,_0x181e14)=>{const _0x5af770=a2_0x2ebaf3,_0x46503c=new QueryCommand(),_0x33686b=program['opts'](),_0x4681d8=await createTDXInstance(_0x33686b);_0x181e14['in']&&(_0x181e14[_0x5af770(0x219)]=_0x181e14['in']);const _0x565b8f=await _0x46503c[_0x5af770(0x1e5)]({'options':mergeCommandOptions(_0x33686b,_0x181e14),'args':_0x3cd773?[_0x3cd773]:[],'tdx':_0x4681d8});gracefulExit(_0x565b8f);});const segmentCmd=program[a2_0x2ebaf3(0x308)]('segment')[a2_0x2ebaf3(0x262)]('sg')['description'](a2_0x2ebaf3(0x4dc)),segmentListAction=async(_0x306fbd,_0x8e530e)=>{const _0x174134=a2_0x2ebaf3,_0x4e6dc6=new SegmentsCommand(),_0x27dfb3=program[_0x174134(0x1af)](),_0x253fa2=await createTDXInstance(_0x27dfb3),_0x4de3b7=await _0x4e6dc6[_0x174134(0x1e5)]({'options':{..._0x27dfb3,..._0x8e530e},'args':_0x306fbd?[_0x306fbd]:[],'tdx':_0x253fa2});gracefulExit(_0x4de3b7);};function a2_0x22e8(_0x3b5a0a,_0x225a49){_0x3b5a0a=_0x3b5a0a-0x1ad;const _0x46e205=a2_0x46e2();let _0x22e803=_0x46e205[_0x3b5a0a];return _0x22e803;}segmentCmd['command'](a2_0x2ebaf3(0x479))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1cb))[a2_0x2ebaf3(0x1ea)]('-r,\x20--recursive','List\x20recursively\x20(show\x20full\x20hierarchy\x20tree)')[a2_0x2ebaf3(0x1ea)]('--max-depth\x20<depth>','Maximum\x20recursion\x20depth\x20(default:\x2010)','10')[a2_0x2ebaf3(0x345)](segmentListAction),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x418),{'hidden':!![]})['description'](a2_0x2ebaf3(0x447))['option']('-r,\x20--recursive',a2_0x2ebaf3(0x377))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x440),a2_0x2ebaf3(0x2ba),'10')[a2_0x2ebaf3(0x345)](segmentListAction),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x292),{'hidden':!![]})[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x356))['action'](async(_0x56cebb,_0x306a40)=>{const _0x1266f4=a2_0x2ebaf3,_0x5c4d5c=new SegmentUseCommand(),_0x563794=program[_0x1266f4(0x1af)](),_0x4ed551=await createTDXInstance(_0x563794),_0x529105=await _0x5c4d5c[_0x1266f4(0x1e5)]({'options':{..._0x563794,..._0x306a40},'args':[_0x56cebb],'tdx':_0x4ed551});gracefulExit(_0x529105);});const segmentViewAction=async(_0x3d1e7b,_0x28181b)=>{const _0x3d308a=new SegmentViewCommand(),_0x193ab2=program['opts'](),_0x5efe02=await createTDXInstance(_0x193ab2),_0x2b5476=await _0x3d308a['run']({'options':{..._0x193ab2,..._0x28181b},'args':_0x3d1e7b?[_0x3d1e7b]:[],'tdx':_0x5efe02});gracefulExit(_0x2b5476);};segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x28f))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x48a))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x432),a2_0x2ebaf3(0x36a))[a2_0x2ebaf3(0x345)](segmentViewAction),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1de),{'hidden':!![]})['alias'](a2_0x2ebaf3(0x303))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x432),a2_0x2ebaf3(0x36a))['description'](a2_0x2ebaf3(0x349))[a2_0x2ebaf3(0x345)](segmentViewAction),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x253))[a2_0x2ebaf3(0x39c)]('Show\x20segment\x20schema\x20(column\x20types)')[a2_0x2ebaf3(0x345)](async(_0x43862f,_0x181e7f)=>{const _0x5319af=a2_0x2ebaf3,_0x1bfc91=new SegmentDescCommand(),_0x59a6b6=program[_0x5319af(0x1af)](),_0x63a726=await createTDXInstance(_0x59a6b6),_0x37838a=await _0x1bfc91[_0x5319af(0x1e5)]({'options':{..._0x59a6b6,..._0x181e7f},'args':_0x43862f?[_0x43862f]:[],'tdx':_0x63a726});gracefulExit(_0x37838a);}),segmentCmd[a2_0x2ebaf3(0x308)]('show\x20[segment_name]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4e2))['action'](async(_0x5895fd,_0x50af2a)=>{const _0x5209a0=a2_0x2ebaf3,_0x36f356=new SegmentShowCommand(),_0x50f9e5=program[_0x5209a0(0x1af)](),_0x5a7c0e=await createTDXInstance(_0x50f9e5),_0x2a1974=await _0x36f356[_0x5209a0(0x1e5)]({'options':{..._0x50f9e5,..._0x50af2a},'args':_0x5895fd?[_0x5895fd]:[],'tdx':_0x5a7c0e});gracefulExit(_0x2a1974);}),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4af),{'hidden':!![]})['description'](a2_0x2ebaf3(0x33d))[a2_0x2ebaf3(0x345)](async(_0x4735e3,_0x329638)=>{const _0x274f52=a2_0x2ebaf3,_0x23c3cf=new SegmentFolderListCommand(),_0x15fc55=program[_0x274f52(0x1af)](),_0x1d5d14=await createTDXInstance(_0x15fc55),_0x13157f=await _0x23c3cf[_0x274f52(0x1e5)]({'options':{..._0x15fc55,..._0x329638},'args':[_0x4735e3],'tdx':_0x1d5d14});gracefulExit(_0x13157f);});const folderCmd=segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1d1),{'hidden':!![]})[a2_0x2ebaf3(0x39c)]('[DEPRECATED]\x20Segment\x20folder\x20management');folderCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x220))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1b9))['action'](async(_0x116ab5,_0x34db2c)=>{const _0x2b218f=a2_0x2ebaf3,_0x5d7bcf=new SegmentFolderShowCommand(),_0xd2061f=program[_0x2b218f(0x1af)](),_0x129010=await createTDXInstance(_0xd2061f),_0x1bec46=await _0x5d7bcf[_0x2b218f(0x1e5)]({'options':{..._0xd2061f,..._0x34db2c},'args':[_0x116ab5],'tdx':_0x129010});gracefulExit(_0x1bec46);}),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x46f))['description'](a2_0x2ebaf3(0x2d6))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x388),a2_0x2ebaf3(0x238))['action'](async(_0x1f19c5,_0x1b7671)=>{const _0x3955f4=a2_0x2ebaf3,_0x553d7e=new SegmentSQLCommand(),_0x43f51b=program[_0x3955f4(0x1af)](),_0x162824=await createTDXInstance(_0x43f51b),_0xe37eaa=await _0x553d7e['run']({'options':{..._0x43f51b,..._0x1b7671},'args':_0x1f19c5?[_0x1f19c5]:[],'tdx':_0x162824});gracefulExit(_0xe37eaa);}),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x39a))[a2_0x2ebaf3(0x39c)]('List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20parent_name\x20not\x20provided)')['action'](async(_0x1f7c2b,_0x2fe9d3)=>{const _0x1903c2=a2_0x2ebaf3,_0x4263d7=new SegmentFieldsCommand(),_0x34a003=program[_0x1903c2(0x1af)](),_0x1c0928=await createTDXInstance(_0x34a003),_0x11091a=await _0x4263d7[_0x1903c2(0x1e5)]({'options':{..._0x34a003,..._0x2fe9d3},'args':_0x1f7c2b?[_0x1f7c2b]:[],'tdx':_0x1c0928});gracefulExit(_0x11091a);}),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x31d))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x425))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x276))[a2_0x2ebaf3(0x345)](async(_0xfb4d6a,_0x3640e5)=>{const _0x3b25c6=a2_0x2ebaf3,_0x23429a=new SegmentPullCommand(),_0x1091bb=program[_0x3b25c6(0x1af)](),_0x2c5940=await createTDXInstance(_0x1091bb),_0x49e3c1=await _0x23429a[_0x3b25c6(0x1e5)]({'options':{..._0x1091bb,..._0x3640e5},'args':_0xfb4d6a?[_0xfb4d6a]:[],'tdx':_0x2c5940});gracefulExit(_0x49e3c1);}),segmentCmd[a2_0x2ebaf3(0x308)]('push\x20[parent_or_file]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4a3))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x276))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x406),a2_0x2ebaf3(0x41b))[a2_0x2ebaf3(0x345)](async(_0x2f6e9b,_0x4ec206)=>{const _0x457572=a2_0x2ebaf3,_0x577dd5=new SegmentPushCommand(),_0x4630c6=program[_0x457572(0x1af)](),_0x40ce97=await createTDXInstance(_0x4630c6),_0x3bc993=await _0x577dd5['run']({'options':{..._0x4630c6,..._0x4ec206},'args':_0x2f6e9b?[_0x2f6e9b]:[],'tdx':_0x40ce97});gracefulExit(_0x3bc993);}),segmentCmd['command'](a2_0x2ebaf3(0x362))[a2_0x2ebaf3(0x39c)]('Validate\x20segment\x20and\x20journey\x20YAML\x20files\x20locally')[a2_0x2ebaf3(0x345)](async(_0x12ca58,_0x199e5c)=>{const _0x1de4ec=a2_0x2ebaf3,_0x1e32f2=new SegmentValidateCommand(),_0x35f6bf=program[_0x1de4ec(0x1af)](),_0x3c9714=await createTDXInstance(_0x35f6bf),_0x549b1c=await _0x1e32f2[_0x1de4ec(0x1e5)]({'options':{..._0x35f6bf,..._0x199e5c},'args':_0x12ca58?[_0x12ca58]:[],'tdx':_0x3c9714});gracefulExit(_0x549b1c);}),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x468),{'hidden':!![]})[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2db))['option']('--description\x20<text>',a2_0x2ebaf3(0x33c))[a2_0x2ebaf3(0x1ea)]('--rule\x20<json>',a2_0x2ebaf3(0x1c4))[a2_0x2ebaf3(0x1ea)]('--rule-file\x20<file>',a2_0x2ebaf3(0x3b2))['option'](a2_0x2ebaf3(0x2ab),a2_0x2ebaf3(0x40d))['option'](a2_0x2ebaf3(0x2e5),a2_0x2ebaf3(0x20a))['option'](a2_0x2ebaf3(0x484),a2_0x2ebaf3(0x1e7))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x394),a2_0x2ebaf3(0x314))[a2_0x2ebaf3(0x345)](async(_0x47f0c0,_0x2c05f5)=>{const _0x2d25d9=a2_0x2ebaf3,_0x4304e6=new SegmentCreateCommand(),_0x365413=program[_0x2d25d9(0x1af)](),_0x556736=await createTDXInstance(_0x365413),_0x4723e7=await _0x4304e6[_0x2d25d9(0x1e5)]({'options':{..._0x365413,..._0x2c05f5},'args':[_0x47f0c0],'tdx':_0x556736});gracefulExit(_0x4723e7);}),segmentCmd['command']('update\x20<segment_name>',{'hidden':!![]})[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2ce))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x267),a2_0x2ebaf3(0x218))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d6),a2_0x2ebaf3(0x490))[a2_0x2ebaf3(0x1ea)]('--rule\x20<json>','Updated\x20filtering\x20rule\x20as\x20JSON\x20string')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x29b),a2_0x2ebaf3(0x2be))['option'](a2_0x2ebaf3(0x2ab),a2_0x2ebaf3(0x22b))[a2_0x2ebaf3(0x1ea)]('--kind\x20<type>','Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage')[a2_0x2ebaf3(0x345)](async(_0x3d48bd,_0x573ed6)=>{const _0x4efd3a=a2_0x2ebaf3,_0x45104d=new SegmentUpdateCommand(),_0x2e2c85=program[_0x4efd3a(0x1af)](),_0x1a2b7c=await createTDXInstance(_0x2e2c85),_0x3acc9d=await _0x45104d[_0x4efd3a(0x1e5)]({'options':{..._0x2e2c85,..._0x573ed6},'args':[_0x3d48bd],'tdx':_0x1a2b7c});gracefulExit(_0x3acc9d);});const parentCmd=segmentCmd['command'](a2_0x2ebaf3(0x36f),{'hidden':!![]})['description'](a2_0x2ebaf3(0x4c9)),parentListAction=async(_0x2b5297,_0x5293da)=>{const _0x16503a=a2_0x2ebaf3,_0x5b2874=new ParentSegmentListCommand(),_0x270dfd=program[_0x16503a(0x1af)](),_0x2f6f8c=await createTDXInstance(_0x270dfd),_0x1a019e=await _0x5b2874[_0x16503a(0x1e5)]({'options':{..._0x270dfd,..._0x5293da},'args':_0x2b5297?[_0x2b5297]:[],'tdx':_0x2f6f8c});gracefulExit(_0x1a019e);};parentCmd[a2_0x2ebaf3(0x308)]('list\x20[pattern]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3ba))[a2_0x2ebaf3(0x345)](parentListAction),segmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x335),{'hidden':!![]})['description'](a2_0x2ebaf3(0x4a8))[a2_0x2ebaf3(0x345)](parentListAction),parentCmd['command'](a2_0x2ebaf3(0x451))['description']('Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file')['option'](a2_0x2ebaf3(0x2d3),'Output\x20file\x20path\x20(default:\x20<name>.yml)')['action'](async(_0x59b179,_0x3d845f)=>{const _0x2e0f52=a2_0x2ebaf3,_0x4b997f=new ParentSegmentPullCommand(),_0x52fafa=program[_0x2e0f52(0x1af)](),_0x2a53bf=await createTDXInstance(_0x52fafa),_0x3e0798=await _0x4b997f[_0x2e0f52(0x1e5)]({'options':{..._0x52fafa,..._0x3d845f},'args':_0x59b179?[_0x59b179]:[],'tdx':_0x2a53bf});gracefulExit(_0x3e0798);}),parentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4b3))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x427))[a2_0x2ebaf3(0x345)](async(_0x11c094,_0x581333)=>{const _0x575ef9=a2_0x2ebaf3,_0xd5481e=new ParentSegmentPushCommand(),_0x15b366=program['opts'](),_0x18940d=await createTDXInstance(_0x15b366),_0x1a4b39=await _0xd5481e[_0x575ef9(0x1e5)]({'options':{..._0x15b366,..._0x581333},'args':_0x11c094?[_0x11c094]:[],'tdx':_0x18940d});gracefulExit(_0x1a4b39);}),parentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1c6))['description']('Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x444),a2_0x2ebaf3(0x271))['option']('--attribute\x20[name]',a2_0x2ebaf3(0x4bf))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2b7),a2_0x2ebaf3(0x442))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f8),a2_0x2ebaf3(0x4da))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3c6),a2_0x2ebaf3(0x2e7),a2_0x2ebaf3(0x357))['action'](async(_0x3f9b90,_0x418b2a)=>{const _0x532903=a2_0x2ebaf3,_0x4a1308=new ParentSegmentValidateCommand(),_0xaa9032=program[_0x532903(0x1af)](),_0x1208aa=await createTDXInstance(_0xaa9032),_0x546716=await _0x4a1308[_0x532903(0x1e5)]({'options':{..._0xaa9032,..._0x418b2a},'args':_0x3f9b90?[_0x3f9b90]:[],'tdx':_0x1208aa});gracefulExit(_0x546716);}),parentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x49b))[a2_0x2ebaf3(0x39c)]('Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration')['option']('--master',a2_0x2ebaf3(0x480))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x300),a2_0x2ebaf3(0x4e0))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2b7),'Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f8),'Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)')[a2_0x2ebaf3(0x1ea)]('--interval\x20<range>',a2_0x2ebaf3(0x2e7),a2_0x2ebaf3(0x357))[a2_0x2ebaf3(0x345)](async(_0xff1231,_0x445465)=>{const _0x1f530=a2_0x2ebaf3,_0x284db4=new ParentSegmentPreviewCommand(),_0x17bf4a=program[_0x1f530(0x1af)](),_0x10f69b=await createTDXInstance(_0x17bf4a),_0x228e39=await _0x284db4[_0x1f530(0x1e5)]({'options':{..._0x17bf4a,..._0x445465},'args':_0xff1231?[_0xff1231]:[],'tdx':_0x10f69b});gracefulExit(_0x228e39);}),parentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1da))[a2_0x2ebaf3(0x39c)]('Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)')[a2_0x2ebaf3(0x345)](async(_0xbba393,_0x445cba)=>{const _0x157608=a2_0x2ebaf3,_0x1a334c=new ParentSegmentRunCommand(),_0x5cb3dc=program[_0x157608(0x1af)](),_0x4029e1=await createTDXInstance(_0x5cb3dc),_0x399ecb=await _0x1a334c[_0x157608(0x1e5)]({'options':{..._0x5cb3dc,..._0x445cba},'args':_0xbba393?[_0xbba393]:[],'tdx':_0x4029e1});gracefulExit(_0x399ecb);});const parentSegmentCmd=program[a2_0x2ebaf3(0x308)]('parent-segment')[a2_0x2ebaf3(0x262)]('ps')['description'](a2_0x2ebaf3(0x2c5));parentSegmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3ba))[a2_0x2ebaf3(0x345)](parentListAction),parentSegmentCmd['command']('pull\x20[name]')[a2_0x2ebaf3(0x39c)]('Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x2ebaf3(0x1ea)]('-o,\x20--output\x20<file>',a2_0x2ebaf3(0x41f))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x355),a2_0x2ebaf3(0x2a7))[a2_0x2ebaf3(0x345)](async(_0x289cd0,_0x5ae341)=>{const _0xf196c2=a2_0x2ebaf3,_0x114362=new ParentSegmentPullCommand(),_0x5e6b31=program[_0xf196c2(0x1af)](),_0x5d34db=await createTDXInstance(_0x5e6b31),_0xe4bb3=await _0x114362['run']({'options':{..._0x5e6b31,..._0x5ae341},'args':_0x289cd0?[_0x289cd0]:[],'tdx':_0x5d34db});gracefulExit(_0xe4bb3);}),parentSegmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1ff))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4d0))[a2_0x2ebaf3(0x345)](async(_0x483df8,_0x4f2dd7)=>{const _0x49474d=a2_0x2ebaf3,_0x42da66=new ParentSegmentPushCommand(),_0x5e102e=program[_0x49474d(0x1af)](),_0x4c0330=await createTDXInstance(_0x5e102e),_0x4df0d6=await _0x42da66[_0x49474d(0x1e5)]({'options':{..._0x5e102e,..._0x4f2dd7},'args':_0x483df8?[_0x483df8]:[],'tdx':_0x4c0330});gracefulExit(_0x4df0d6);}),parentSegmentCmd['command'](a2_0x2ebaf3(0x438))[a2_0x2ebaf3(0x39c)]('Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics')[a2_0x2ebaf3(0x1ea)]('--master',a2_0x2ebaf3(0x271))[a2_0x2ebaf3(0x1ea)]('--attribute\x20[name]','Show\x20attributes\x20only,\x20or\x20a\x20specific\x20attribute')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2b7),a2_0x2ebaf3(0x442))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f8),'Validate\x20enriched\x20master\x20(master\x20+\x20all\x20attributes)')[a2_0x2ebaf3(0x1ea)]('--interval\x20<range>','TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)','-1d')[a2_0x2ebaf3(0x345)](async(_0x2d1d16,_0x267ccd)=>{const _0x394e16=a2_0x2ebaf3,_0x417d93=new ParentSegmentValidateCommand(),_0x4dcf11=program['opts'](),_0xb77c53=await createTDXInstance(_0x4dcf11),_0x3aa4ee=await _0x417d93[_0x394e16(0x1e5)]({'options':{..._0x4dcf11,..._0x267ccd},'args':_0x2d1d16?[_0x2d1d16]:[],'tdx':_0xb77c53});gracefulExit(_0x3aa4ee);}),parentSegmentCmd[a2_0x2ebaf3(0x308)]('preview\x20[name]')[a2_0x2ebaf3(0x39c)]('Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x444),a2_0x2ebaf3(0x480))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x300),a2_0x2ebaf3(0x4e0))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2b7),'Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f8),a2_0x2ebaf3(0x4e4))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3c6),a2_0x2ebaf3(0x2e7),a2_0x2ebaf3(0x357))[a2_0x2ebaf3(0x345)](async(_0x3db0c5,_0x1c006d)=>{const _0x737a76=a2_0x2ebaf3,_0x4e6774=new ParentSegmentPreviewCommand(),_0x45797f=program[_0x737a76(0x1af)](),_0x4aa8a6=await createTDXInstance(_0x45797f),_0x4aac5a=await _0x4e6774[_0x737a76(0x1e5)]({'options':{..._0x45797f,..._0x1c006d},'args':_0x3db0c5?[_0x3db0c5]:[],'tdx':_0x4aa8a6});gracefulExit(_0x4aac5a);}),parentSegmentCmd['command'](a2_0x2ebaf3(0x1da))['description'](a2_0x2ebaf3(0x25b))['action'](async(_0x301857,_0x499bb4)=>{const _0x3d6a6e=a2_0x2ebaf3,_0x29cc57=new ParentSegmentRunCommand(),_0x43338a=program[_0x3d6a6e(0x1af)](),_0x5eb5dc=await createTDXInstance(_0x43338a),_0x2b56c3=await _0x29cc57['run']({'options':{..._0x43338a,..._0x499bb4},'args':_0x301857?[_0x301857]:[],'tdx':_0x5eb5dc});gracefulExit(_0x2b56c3);}),parentSegmentCmd[a2_0x2ebaf3(0x308)]('fields\x20[name]')['description'](a2_0x2ebaf3(0x1c3))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2bf),a2_0x2ebaf3(0x279))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x43a),a2_0x2ebaf3(0x4e6))[a2_0x2ebaf3(0x345)](async(_0x491539,_0x525f0c)=>{const _0x2d5e57=a2_0x2ebaf3,_0x21657b=new ParentSegmentFieldsCommand(),_0xfdc89e=program['opts'](),_0x2fec8d=await createTDXInstance(_0xfdc89e),_0x50ee05=await _0x21657b[_0x2d5e57(0x1e5)]({'options':{..._0xfdc89e,..._0x525f0c},'args':_0x491539?[_0x491539]:[],'tdx':_0x2fec8d});gracefulExit(_0x50ee05);}),parentSegmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x46d))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x242))[a2_0x2ebaf3(0x1ea)]('-w,\x20--web',a2_0x2ebaf3(0x3a4))['option'](a2_0x2ebaf3(0x2bf),a2_0x2ebaf3(0x279))[a2_0x2ebaf3(0x1ea)]('--jsonl','Output\x20as\x20JSON\x20Lines')[a2_0x2ebaf3(0x345)](async(_0x35b642,_0x3c8e44)=>{const _0x351f67=a2_0x2ebaf3,_0x294ea4=new ParentSegmentViewCommand(),_0x4a9e72=program[_0x351f67(0x1af)](),_0xf67673=await createTDXInstance(_0x4a9e72),_0x1f9f1e=await _0x294ea4[_0x351f67(0x1e5)]({'options':{..._0x4a9e72,..._0x3c8e44},'args':_0x35b642?[_0x35b642]:[],'tdx':_0xf67673});gracefulExit(_0x1f9f1e);}),parentSegmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3d3))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2d8))[a2_0x2ebaf3(0x1ea)]('-o,\x20--output\x20<file>',a2_0x2ebaf3(0x41f))['option']('--json',a2_0x2ebaf3(0x279))[a2_0x2ebaf3(0x1ea)]('--jsonl','Output\x20as\x20JSON\x20Lines')['action'](async(_0x1ea2a2,_0x5075e6)=>{const _0x59abf6=new ParentSegmentDescCommand(),_0x32e087=program['opts'](),_0x44f353=await createTDXInstance(_0x32e087),_0x20091e=await _0x59abf6['run']({'options':{..._0x32e087,..._0x5075e6},'args':_0x1ea2a2?[_0x1ea2a2]:[],'tdx':_0x44f353});gracefulExit(_0x20091e);}),parentSegmentCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4a5))[a2_0x2ebaf3(0x39c)]('Get\x20SQL\x20query\x20for\x20parent\x20segment\x20(uses\x20context\x20if\x20name\x20omitted)')['option'](a2_0x2ebaf3(0x2bf),a2_0x2ebaf3(0x279))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x43a),a2_0x2ebaf3(0x4e6))['action'](async(_0x40ee12,_0x117393)=>{const _0x6b5a0e=a2_0x2ebaf3,_0x3586e5=new ParentSegmentSQLCommand(),_0x2c262a=program[_0x6b5a0e(0x1af)](),_0x8ba742=await createTDXInstance(_0x2c262a),_0x4795fe=await _0x3586e5[_0x6b5a0e(0x1e5)]({'options':{..._0x2c262a,..._0x117393},'args':_0x40ee12?[_0x40ee12]:[],'tdx':_0x8ba742});gracefulExit(_0x4795fe);}),parentSegmentCmd['command']('show\x20[name]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x40b))['option'](a2_0x2ebaf3(0x4e9),a2_0x2ebaf3(0x346))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2bf),a2_0x2ebaf3(0x279))['option'](a2_0x2ebaf3(0x43a),a2_0x2ebaf3(0x4e6))[a2_0x2ebaf3(0x345)](async(_0x59e9fa,_0x201f5d)=>{const _0x1312f7=a2_0x2ebaf3,_0x46e4cd=new ParentSegmentShowCommand(),_0x23d87e=program[_0x1312f7(0x1af)](),_0x4a51e4=await createTDXInstance(_0x23d87e),_0x5755ce=await _0x46e4cd[_0x1312f7(0x1e5)]({'options':{..._0x23d87e,..._0x201f5d},'args':_0x59e9fa?[_0x59e9fa]:[],'tdx':_0x4a51e4});gracefulExit(_0x5755ce);}),parentSegmentCmd['command'](a2_0x2ebaf3(0x1fc))['description']('Set\x20or\x20show\x20parent\x20segment\x20context')[a2_0x2ebaf3(0x345)](async(_0x54e1c5,_0x564203)=>{const _0x1f21da=a2_0x2ebaf3,_0xdefa01=new UseCommand(),_0x1b2914=program[_0x1f21da(0x1af)](),_0x3dc54a=_0x54e1c5?['parent_segment',_0x54e1c5]:[],_0x19df05=await _0xdefa01[_0x1f21da(0x1e5)]({'options':{..._0x1b2914,..._0x564203},'args':_0x3dc54a,'tdx':null});gracefulExit(_0x19df05);});const psRtCmd=parentSegmentCmd[a2_0x2ebaf3(0x308)]('rt')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x496));psRtCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x332))['description'](a2_0x2ebaf3(0x38e))[a2_0x2ebaf3(0x345)](async(_0x1959e1,_0x360eb4)=>{const _0x222545=a2_0x2ebaf3,_0x4565ef=new PSRtListCommand(),_0x2c240e=program[_0x222545(0x1af)](),_0x5635cd=await createTDXInstance(_0x2c240e),_0x5b8335=await _0x4565ef[_0x222545(0x1e5)]({'options':{..._0x2c240e,..._0x360eb4},'args':_0x1959e1?[_0x1959e1]:[],'tdx':_0x5635cd});gracefulExit(_0x5b8335);}),psRtCmd['command'](a2_0x2ebaf3(0x438))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x453))['action'](async(_0x25d63a,_0x398e7a)=>{const _0x1a7f7c=a2_0x2ebaf3,_0x3cd086=new PSRtValidateCommand(),_0x41e079=program[_0x1a7f7c(0x1af)](),_0x2ba208=await createTDXInstance(_0x41e079),_0x57f9af=await _0x3cd086[_0x1a7f7c(0x1e5)]({'options':{..._0x41e079,..._0x398e7a},'args':_0x25d63a?[_0x25d63a]:[],'tdx':_0x2ba208});gracefulExit(_0x57f9af);}),psRtCmd['command'](a2_0x2ebaf3(0x30e))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3a6))['action'](async(_0x350eb5,_0x42a98a)=>{const _0x30dfd4=a2_0x2ebaf3,_0xd9cd9d=new PSRtConfigVersionCommand(),_0x4d36c0=program['opts'](),_0x13d6c7=await createTDXInstance(_0x4d36c0),_0x14f4a1=await _0xd9cd9d[_0x30dfd4(0x1e5)]({'options':{..._0x4d36c0,..._0x42a98a},'args':_0x350eb5?[_0x350eb5]:[],'tdx':_0x13d6c7});gracefulExit(_0x14f4a1);});const psRtJnCmd=psRtCmd[a2_0x2ebaf3(0x308)]('jn')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x410));psRtJnCmd['command'](a2_0x2ebaf3(0x460))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x41a))['action'](async(_0x441d70,_0x1fad45)=>{const _0x36135e=a2_0x2ebaf3,_0xba2dd8=new PSRtJnListCommand(),_0x12fefc=program[_0x36135e(0x1af)](),_0x345751=await createTDXInstance(_0x12fefc),_0x181ef5=await _0xba2dd8[_0x36135e(0x1e5)]({'options':{..._0x12fefc,..._0x1fad45},'args':_0x441d70?[_0x441d70]:[],'tdx':_0x345751});gracefulExit(_0x181ef5);}),psRtJnCmd[a2_0x2ebaf3(0x308)]('pause_activations\x20<journeyId>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x43d))[a2_0x2ebaf3(0x345)](async(_0x2180df,_0xb90c54)=>{const _0xa3e97b=a2_0x2ebaf3,_0x56cdc2=new PSRtJnPauseCommand(),_0x127d1b=program[_0xa3e97b(0x1af)](),_0x4c2646=await createTDXInstance(_0x127d1b),_0x455a18=await _0x56cdc2[_0xa3e97b(0x1e5)]({'options':{..._0x127d1b,..._0xb90c54},'args':[_0x2180df],'tdx':_0x4c2646});gracefulExit(_0x455a18);}),psRtJnCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4e7))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4ba))[a2_0x2ebaf3(0x345)](async(_0x527758,_0x149122)=>{const _0x3cf2d0=a2_0x2ebaf3,_0x11c0fa=new PSRtJnResumeCommand(),_0xe12e20=program[_0x3cf2d0(0x1af)](),_0x36e795=await createTDXInstance(_0xe12e20),_0x229cb7=await _0x11c0fa['run']({'options':{..._0xe12e20,..._0x149122},'args':[_0x527758],'tdx':_0x36e795});gracefulExit(_0x229cb7);});const parentRtCmd=parentCmd[a2_0x2ebaf3(0x308)]('rt',{'hidden':!![]})['description'](a2_0x2ebaf3(0x496));parentRtCmd[a2_0x2ebaf3(0x308)]('list\x20[pattern]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x38e))[a2_0x2ebaf3(0x345)](async(_0x1bf13a,_0x4b9212)=>{const _0xb4925a=a2_0x2ebaf3,_0x4405f0=new PSRtListCommand(),_0x74a43b=program['opts'](),_0x200f0e=await createTDXInstance(_0x74a43b),_0x50c833=await _0x4405f0[_0xb4925a(0x1e5)]({'options':{..._0x74a43b,..._0x4b9212},'args':_0x1bf13a?[_0x1bf13a]:[],'tdx':_0x200f0e});gracefulExit(_0x50c833);}),parentRtCmd['command'](a2_0x2ebaf3(0x438))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x453))[a2_0x2ebaf3(0x345)](async(_0x596881,_0x5146ed)=>{const _0x4bb856=a2_0x2ebaf3,_0x5a72b1=new PSRtValidateCommand(),_0x2b8ba0=program[_0x4bb856(0x1af)](),_0xd1e49f=await createTDXInstance(_0x2b8ba0),_0x8d5592=await _0x5a72b1[_0x4bb856(0x1e5)]({'options':{..._0x2b8ba0,..._0x5146ed},'args':_0x596881?[_0x596881]:[],'tdx':_0xd1e49f});gracefulExit(_0x8d5592);});const psPzCmd=parentSegmentCmd[a2_0x2ebaf3(0x308)]('pz')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x488));psPzCmd[a2_0x2ebaf3(0x308)]('list\x20[name]')[a2_0x2ebaf3(0x39c)]('List\x20realtime\x20personalizations\x20(uses\x20context\x20if\x20name\x20omitted)')['action'](async(_0x33eb08,_0x5d5d84)=>{const _0x807dd7=a2_0x2ebaf3,_0x26b8ab=new PSPzListCommand(),_0x1a742d=program[_0x807dd7(0x1af)](),_0x7b531a=await createTDXInstance(_0x1a742d),_0x5d3f91=await _0x26b8ab[_0x807dd7(0x1e5)]({'options':{..._0x1a742d,..._0x5d5d84},'args':_0x33eb08?[_0x33eb08]:[],'tdx':_0x7b531a});gracefulExit(_0x5d3f91);}),psPzCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x434))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4bd))[a2_0x2ebaf3(0x345)](async(_0x2fe360,_0x578d46)=>{const _0x420dea=a2_0x2ebaf3,_0x3010df=new PSPzShowCommand(),_0x3e2d22=program[_0x420dea(0x1af)](),_0x64e784=await createTDXInstance(_0x3e2d22),_0x41c267=await _0x3010df[_0x420dea(0x1e5)]({'options':{..._0x3e2d22,..._0x578d46},'args':[_0x2fe360],'tdx':_0x64e784});gracefulExit(_0x41c267);}),psPzCmd['command']('delete\x20<personalization_id>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x343))[a2_0x2ebaf3(0x345)](async(_0x579175,_0x485406)=>{const _0x2bd071=a2_0x2ebaf3,_0x4a664=new PSPzDeleteCommand(),_0x467cb4=program[_0x2bd071(0x1af)](),_0x3d7b11=await createTDXInstance(_0x467cb4),_0x44295a=await _0x4a664[_0x2bd071(0x1e5)]({'options':{..._0x467cb4,..._0x485406},'args':[_0x579175],'tdx':_0x3d7b11});gracefulExit(_0x44295a);}),psPzCmd['command'](a2_0x2ebaf3(0x4d9))[a2_0x2ebaf3(0x39c)]('Create\x20a\x20realtime\x20personalization\x20entity\x20(uses\x20context\x20for\x20audience\x20if\x20set)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x26f),a2_0x2ebaf3(0x2cc))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d6),'Personalization\x20description')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x385),'Audience\x20(parent\x20segment)\x20ID\x20—\x20inferred\x20from\x20context\x20if\x20omitted')[a2_0x2ebaf3(0x1ea)]('--folder-id\x20<id>',a2_0x2ebaf3(0x23f))['option']('--sections\x20<json>',a2_0x2ebaf3(0x45e))['option'](a2_0x2ebaf3(0x475),a2_0x2ebaf3(0x2a8))[a2_0x2ebaf3(0x345)](async _0x21c996=>{const _0x27a1c6=a2_0x2ebaf3,_0x5253b2=new PSPzCreateCommand(),_0x39bd73=program[_0x27a1c6(0x1af)](),_0x27e8c5=await createTDXInstance(_0x39bd73),_0x43273c=await _0x5253b2[_0x27a1c6(0x1e5)]({'options':{..._0x39bd73,..._0x21c996},'args':[],'tdx':_0x27e8c5});gracefulExit(_0x43273c);}),psPzCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1ec))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3ce))['option']('--name\x20<text>',a2_0x2ebaf3(0x2cc))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d6),'Personalization\x20description')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x400),a2_0x2ebaf3(0x45e))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x475),'Full\x20request\x20body\x20from\x20a\x20JSON\x20file\x20(overrides\x20other\x20flags)')[a2_0x2ebaf3(0x345)](async(_0x3cc2bb,_0x5d1c8a)=>{const _0x4dabe2=a2_0x2ebaf3,_0x36ae68=new PSPzPatchCommand(),_0xbec64c=program[_0x4dabe2(0x1af)](),_0x485a04=await createTDXInstance(_0xbec64c),_0x521349=await _0x36ae68['run']({'options':{..._0xbec64c,..._0x5d1c8a},'args':[_0x3cc2bb],'tdx':_0x485a04});gracefulExit(_0x521349);});const psPzServiceCmd=psPzCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x237))[a2_0x2ebaf3(0x39c)]('Personalization\x20service\x20management');psPzServiceCmd[a2_0x2ebaf3(0x308)]('list\x20[name]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x42e))['action'](async(_0x198eb9,_0x4667d9)=>{const _0x22f5b3=a2_0x2ebaf3,_0xa234e1=new PSPzServiceListCommand(),_0x577627=program[_0x22f5b3(0x1af)](),_0x2b0610=await createTDXInstance(_0x577627),_0xf7c4e0=await _0xa234e1[_0x22f5b3(0x1e5)]({'options':{..._0x577627,..._0x4667d9},'args':_0x198eb9?[_0x198eb9]:[],'tdx':_0x2b0610});gracefulExit(_0xf7c4e0);}),psPzServiceCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x297))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x408))['option'](a2_0x2ebaf3(0x1d6),a2_0x2ebaf3(0x302))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4d1),a2_0x2ebaf3(0x452))[a2_0x2ebaf3(0x345)](async(_0x2c73de,_0x1e27c4,_0x42982d)=>{const _0x35ce04=a2_0x2ebaf3,_0x2ea17e=new PSPzServiceCreateCommand(),_0x57223b=program[_0x35ce04(0x1af)](),_0x500062=await createTDXInstance(_0x57223b),_0x58148d=await _0x2ea17e[_0x35ce04(0x1e5)]({'options':{..._0x57223b,..._0x42982d},'args':_0x1e27c4?[_0x2c73de,_0x1e27c4]:[_0x2c73de],'tdx':_0x500062});gracefulExit(_0x58148d);}),psPzServiceCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x28d))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2d1))['action'](async(_0xb585fc,_0x36f1bd,_0x57f57f)=>{const _0x4780d8=a2_0x2ebaf3,_0x382eeb=new PSPzServiceShowCommand(),_0x31d589=program[_0x4780d8(0x1af)](),_0x4f4bee=await createTDXInstance(_0x31d589),_0x4b193b=await _0x382eeb[_0x4780d8(0x1e5)]({'options':{..._0x31d589,..._0x57f57f},'args':_0x36f1bd?[_0xb585fc,_0x36f1bd]:[_0xb585fc],'tdx':_0x4f4bee});gracefulExit(_0x4b193b);}),psPzServiceCmd['command'](a2_0x2ebaf3(0x2a1))['description'](a2_0x2ebaf3(0x3f9))[a2_0x2ebaf3(0x345)](async(_0xc2edda,_0x17652e,_0x5645e1)=>{const _0x4bde5f=a2_0x2ebaf3,_0x5c3ff8=new PSPzServiceDeleteCommand(),_0x20cba0=program[_0x4bde5f(0x1af)](),_0x169e7f=await createTDXInstance(_0x20cba0),_0x31641c=await _0x5c3ff8['run']({'options':{..._0x20cba0,..._0x5645e1},'args':_0x17652e?[_0xc2edda,_0x17652e]:[_0xc2edda],'tdx':_0x169e7f});gracefulExit(_0x31641c);}),psPzServiceCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3e4))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x30a))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x301),a2_0x2ebaf3(0x31e))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d6),a2_0x2ebaf3(0x1be))[a2_0x2ebaf3(0x345)](async(_0x3bb55f,_0x3ade24,_0x4edab9)=>{const _0x121842=a2_0x2ebaf3,_0x3d6f69=new PSPzServiceUpdateCommand(),_0x318f2c=program[_0x121842(0x1af)](),_0x1c7ed7=await createTDXInstance(_0x318f2c),_0x3ecc3c=await _0x3d6f69[_0x121842(0x1e5)]({'options':{..._0x318f2c,..._0x4edab9},'args':_0x3ade24?[_0x3bb55f,_0x3ade24]:[_0x3bb55f],'tdx':_0x1c7ed7});gracefulExit(_0x3ecc3c);}),psPzServiceCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x327))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x47f))[a2_0x2ebaf3(0x345)](async(_0x437931,_0x55e09f)=>{const _0x89a9c6=a2_0x2ebaf3,_0x2f0a2b=new PSPzInitCommand(),_0x14b5a1=program[_0x89a9c6(0x1af)](),_0xc034ab=await createTDXInstance(_0x14b5a1),_0x3f6449=await _0x2f0a2b[_0x89a9c6(0x1e5)]({'options':{..._0x14b5a1,..._0x55e09f},'args':_0x437931?[_0x437931]:[],'tdx':_0xc034ab});gracefulExit(_0x3f6449);});const psPzServiceTokenCmd=psPzServiceCmd[a2_0x2ebaf3(0x308)]('token')['description'](a2_0x2ebaf3(0x32e));psPzServiceTokenCmd['command'](a2_0x2ebaf3(0x370))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2e9))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x330),a2_0x2ebaf3(0x1c9))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d6),a2_0x2ebaf3(0x2e6))[a2_0x2ebaf3(0x345)](async(_0x9b8bb7,_0x42d240,_0x290e96,_0x3a734b)=>{const _0x3627e1=new PSPzServiceTokenCreateCommand(),_0x54d1b4=program['opts'](),_0x592375=await createTDXInstance(_0x54d1b4),_0x1f3ed2=await _0x3627e1['run']({'options':{..._0x54d1b4,..._0x3a734b},'args':_0x290e96?[_0x9b8bb7,_0x42d240,_0x290e96]:[_0x9b8bb7,_0x42d240],'tdx':_0x592375});gracefulExit(_0x1f3ed2);}),psPzServiceTokenCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x320))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x407))[a2_0x2ebaf3(0x345)](async(_0x8f8e12,_0x47b22e,_0x4fb985)=>{const _0x129f23=new PSPzServiceTokenDeleteCommand(),_0x5a3bfe=program['opts'](),_0x2bbc41=await createTDXInstance(_0x5a3bfe),_0x4b6f4f=await _0x129f23['run']({'options':{..._0x5a3bfe,..._0x4fb985},'args':_0x47b22e?[_0x8f8e12,_0x47b22e]:[_0x8f8e12],'tdx':_0x2bbc41});gracefulExit(_0x4b6f4f);}),parentCmd['command'](a2_0x2ebaf3(0x2a9))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1d0))[a2_0x2ebaf3(0x27b)]('--database\x20<db>',a2_0x2ebaf3(0x2b5))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x338),a2_0x2ebaf3(0x344))[a2_0x2ebaf3(0x1ea)]('--description\x20<text>',a2_0x2ebaf3(0x211))[a2_0x2ebaf3(0x1ea)]('--schedule-type\x20<type>','Schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x216),a2_0x2ebaf3(0x36b))['option'](a2_0x2ebaf3(0x4cf),a2_0x2ebaf3(0x2c9))[a2_0x2ebaf3(0x1ea)]('--attributes\x20<json>',a2_0x2ebaf3(0x1e2))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x40e),a2_0x2ebaf3(0x28e))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x43b),a2_0x2ebaf3(0x369))['option'](a2_0x2ebaf3(0x4a4),a2_0x2ebaf3(0x241))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x29d),a2_0x2ebaf3(0x45b))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x285),a2_0x2ebaf3(0x1c8))[a2_0x2ebaf3(0x345)](async(_0x4110d3,_0x40a7e3)=>{const _0xe67129=a2_0x2ebaf3,_0xcfb91e=new ParentSegmentCreateCommand(),_0x5b4f65=program[_0xe67129(0x1af)](),_0x458158=await createTDXInstance(_0x5b4f65),_0x24b1ab=await _0xcfb91e[_0xe67129(0x1e5)]({'options':{..._0x5b4f65,..._0x40a7e3},'args':[_0x4110d3],'tdx':_0x458158});gracefulExit(_0x24b1ab);}),parentCmd['command'](a2_0x2ebaf3(0x212))[a2_0x2ebaf3(0x39c)]('[DEPRECATED]\x20Update\x20parent\x20segment\x20-\x20use\x20`push`\x20instead')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d6),a2_0x2ebaf3(0x490))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3c9),a2_0x2ebaf3(0x41c))['option']('--schedule-option\x20<value>',a2_0x2ebaf3(0x283))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4cf),a2_0x2ebaf3(0x348))[a2_0x2ebaf3(0x1ea)]('--add-attributes\x20<json>',a2_0x2ebaf3(0x2cb))['option'](a2_0x2ebaf3(0x360),a2_0x2ebaf3(0x39f))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4ac),a2_0x2ebaf3(0x2cf))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x26e),a2_0x2ebaf3(0x2a0))[a2_0x2ebaf3(0x345)](async(_0x59f78a,_0x248eaf)=>{const _0x382ec6=a2_0x2ebaf3,_0xc10e3c=new ParentSegmentUpdateCommand(),_0x105be4=program['opts'](),_0x57fedb=await createTDXInstance(_0x105be4),_0x2c5ffd=await _0xc10e3c[_0x382ec6(0x1e5)]({'options':{..._0x105be4,..._0x248eaf},'args':[_0x59f78a],'tdx':_0x57fedb});gracefulExit(_0x2c5ffd);}),folderCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3ea))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x26b))['option']('--description\x20<text>','Folder\x20description')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x46c),a2_0x2ebaf3(0x4e3))[a2_0x2ebaf3(0x345)](async(_0x207a54,_0x35b6e6,_0x50fa6b)=>{const _0x526035=a2_0x2ebaf3,_0xc44ead=new SegmentFolderCreateCommand(),_0x4df340=program['opts'](),_0x5923db=await createTDXInstance(_0x4df340),_0x49979f=await _0xc44ead[_0x526035(0x1e5)]({'options':{..._0x4df340,..._0x50fa6b},'args':[_0x207a54,_0x35b6e6],'tdx':_0x5923db});gracefulExit(_0x49979f);}),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2c0))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x31b))['action'](async(_0x502f19,_0x26d685)=>{const _0x29abf9=a2_0x2ebaf3,_0x3df471=new ActivationsCommand(),_0x499fb8=program[_0x29abf9(0x1af)](),_0x4c9030=await createTDXInstance(_0x499fb8),_0xbd083d=await _0x3df471['run']({'options':{..._0x499fb8,..._0x26d685},'args':[_0x502f19],'tdx':_0x4c9030});gracefulExit(_0xbd083d);});const workflowCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1d2))['alias']('wf')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x450)),wfProjectCmd=workflowCmd[a2_0x2ebaf3(0x308)]('project')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x203)),wfProjectListAction=async(_0x418887,_0x41eb23)=>{const _0x3b0c47=a2_0x2ebaf3,_0x2ad90e=new WorkflowProjectsCommand(),_0x18c766=program[_0x3b0c47(0x1af)](),_0x2350b5=await createTDXInstance(_0x18c766),_0x5d2cec=await _0x2ad90e[_0x3b0c47(0x1e5)]({'options':{..._0x18c766,..._0x41eb23},'args':_0x418887?[_0x418887]:[],'tdx':_0x2350b5});gracefulExit(_0x5d2cec);};wfProjectCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x403))[a2_0x2ebaf3(0x345)](wfProjectListAction),workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3a7))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x252))[a2_0x2ebaf3(0x345)](wfProjectListAction);const wfWorkflowListAction=async(_0x2b30fe,_0x493803)=>{const _0x562db1=a2_0x2ebaf3,_0x2fee58=new WorkflowWorkflowsCommand(),_0x335cdb=program[_0x562db1(0x1af)](),_0x2ffcb4=await createTDXInstance(_0x335cdb),_0xa13e62=await _0x2fee58['run']({'options':{..._0x335cdb,..._0x493803},'args':_0x2b30fe?[_0x2b30fe]:[],'tdx':_0x2ffcb4});gracefulExit(_0xa13e62);};workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x423))['description'](a2_0x2ebaf3(0x391))['action'](wfWorkflowListAction);const wfSessionCmd=workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2e2))[a2_0x2ebaf3(0x39c)]('Workflow\x20session\x20management'),wfSessionListAction=async(_0x3b7d8a,_0x5219db)=>{const _0x6eb552=a2_0x2ebaf3,_0x4ea83d=new WorkflowSessionsCommand(),_0x45c9bf=program[_0x6eb552(0x1af)](),_0x29e64a=await createTDXInstance(_0x45c9bf),_0x1b8f1e=await _0x4ea83d[_0x6eb552(0x1e5)]({'options':{..._0x45c9bf,..._0x5219db},'args':_0x3b7d8a?[_0x3b7d8a]:[],'tdx':_0x29e64a});gracefulExit(_0x1b8f1e);};wfSessionCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x457))['description']('List\x20workflow\x20execution\x20sessions\x20(filter\x20by\x20project\x20or\x20project.workflow)')['option'](a2_0x2ebaf3(0x1d9),a2_0x2ebaf3(0x2e0))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x318),a2_0x2ebaf3(0x1f0))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1ae),a2_0x2ebaf3(0x1d3))[a2_0x2ebaf3(0x345)](wfSessionListAction),workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4b5))['description'](a2_0x2ebaf3(0x36d))['option'](a2_0x2ebaf3(0x1d9),a2_0x2ebaf3(0x2e0))['option']('--from\x20<timestamp>',a2_0x2ebaf3(0x1f0))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1ae),a2_0x2ebaf3(0x1d3))[a2_0x2ebaf3(0x345)](wfSessionListAction);const wfAttemptListAction=async(_0x1a9629,_0x5bb1d9)=>{const _0x5a7ae1=a2_0x2ebaf3,_0x3d3c49=new WorkflowAttemptsCommand(),_0x4ee86a=program[_0x5a7ae1(0x1af)](),_0x20cb97=await createTDXInstance(_0x4ee86a),_0x41d813=await _0x3d3c49[_0x5a7ae1(0x1e5)]({'options':{..._0x4ee86a,..._0x5bb1d9},'args':_0x1a9629?[_0x1a9629]:[],'tdx':_0x20cb97});gracefulExit(_0x41d813);},attemptCmd=workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4c0))['description'](a2_0x2ebaf3(0x49c))[a2_0x2ebaf3(0x4b6)](a2_0x2ebaf3(0x286),'Attempt\x20ID')[a2_0x2ebaf3(0x4b6)](a2_0x2ebaf3(0x2ae),a2_0x2ebaf3(0x396))[a2_0x2ebaf3(0x4b6)](a2_0x2ebaf3(0x23c),a2_0x2ebaf3(0x3a5))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x471),a2_0x2ebaf3(0x37c))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3e0),a2_0x2ebaf3(0x494))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x45d),a2_0x2ebaf3(0x3c2))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x233),a2_0x2ebaf3(0x36e))[a2_0x2ebaf3(0x1ea)]('--force',a2_0x2ebaf3(0x3d1))['option']('--include-retried',a2_0x2ebaf3(0x2ea))[a2_0x2ebaf3(0x345)](async(_0x49f699,_0x2e335a,_0x2e19d7,_0x510eca)=>{const _0x399f4c=a2_0x2ebaf3;if(_0x49f699===_0x399f4c(0x201)){await wfAttemptListAction(_0x2e335a,_0x510eca);return;}if(!_0x49f699){attemptCmd[_0x399f4c(0x4bc)]();return;}const _0x2678df=program[_0x399f4c(0x1af)](),_0x5f089d=await createTDXInstance(_0x2678df);let _0x51ef36=0x0;if(!_0x2e335a){const _0x9d2ab9=new WorkflowAttemptCommand();_0x51ef36=await _0x9d2ab9[_0x399f4c(0x1e5)]({'options':{..._0x2678df,..._0x510eca},'args':[_0x49f699],'tdx':_0x5f089d});}else{if(_0x2e335a===_0x399f4c(0x4ca)){const _0xdeb935=new WorkflowLogsCommand();_0x51ef36=await _0xdeb935[_0x399f4c(0x1e5)]({'options':{..._0x2678df,..._0x510eca},'args':_0x2e19d7?[_0x49f699,_0x2e19d7]:[_0x49f699],'tdx':_0x5f089d});}else{if(_0x2e335a===_0x399f4c(0x329)){const _0x15b9f8=new WorkflowTasksCommand();_0x51ef36=await _0x15b9f8['run']({'options':{..._0x2678df,..._0x510eca},'args':[_0x49f699],'tdx':_0x5f089d});}else{if(_0x2e335a===_0x399f4c(0x3b8)){const _0x3012dd=new WorkflowKillCommand();_0x51ef36=await _0x3012dd['run']({'options':{..._0x2678df,..._0x510eca},'args':[_0x49f699],'tdx':_0x5f089d});}else{if(_0x2e335a===_0x399f4c(0x45a)){const _0x121134=new WorkflowRetryCommand();_0x51ef36=await _0x121134[_0x399f4c(0x1e5)]({'options':{..._0x2678df,..._0x510eca},'args':['attempt:'+_0x49f699],'tdx':_0x5f089d});}else console[_0x399f4c(0x1ca)](_0x399f4c(0x463)+_0x2e335a),console[_0x399f4c(0x1ca)]('Available\x20actions:\x20logs,\x20tasks,\x20kill,\x20retry'),_0x51ef36=0x1;}}}}gracefulExit(_0x51ef36);});attemptCmd[a2_0x2ebaf3(0x308)]('list\x20[project]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3d6))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f2),a2_0x2ebaf3(0x1e9))[a2_0x2ebaf3(0x345)](wfAttemptListAction),workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x28b))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x39e))['option'](a2_0x2ebaf3(0x3f2),a2_0x2ebaf3(0x1e9))[a2_0x2ebaf3(0x345)](wfAttemptListAction),workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2c2))[a2_0x2ebaf3(0x39c)]('Show\x20task\x20execution\x20timeline\x20for\x20a\x20workflow\x20attempt')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4c6),a2_0x2ebaf3(0x260))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x317),a2_0x2ebaf3(0x295))[a2_0x2ebaf3(0x1ea)]('--attempt-id\x20<id>',a2_0x2ebaf3(0x3e7))[a2_0x2ebaf3(0x345)](async(_0x5d95b2,_0x47d5fa)=>{const _0x2fcf45=a2_0x2ebaf3,_0x4160e1=new WorkflowTimelineCommand(),_0x3b682b=program[_0x2fcf45(0x1af)](),_0x31dc25=await createTDXInstance(_0x3b682b),_0x40008c=await _0x4160e1[_0x2fcf45(0x1e5)]({'options':{..._0x3b682b,..._0x47d5fa},'args':_0x5d95b2?[_0x5d95b2]:[],'tdx':_0x31dc25});gracefulExit(_0x40008c);}),workflowCmd[a2_0x2ebaf3(0x308)]('retry\x20<session-id>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3e1))[a2_0x2ebaf3(0x1ea)]('--from-task\x20<task>',a2_0x2ebaf3(0x3c7))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x233),a2_0x2ebaf3(0x4b1))[a2_0x2ebaf3(0x345)](async(_0x5a8d34,_0x4dfdbd)=>{const _0x9e93d7=a2_0x2ebaf3,_0x1b3a84=new WorkflowRetryCommand(),_0x13b9b9=program[_0x9e93d7(0x1af)](),_0x3c3fbc=await createTDXInstance(_0x13b9b9),_0x106f3f=await _0x1b3a84['run']({'options':{..._0x13b9b9,..._0x4dfdbd},'args':[_0x5a8d34],'tdx':_0x3c3fbc});gracefulExit(_0x106f3f);}),workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2f4))['description']('Start\x20a\x20workflow\x20run\x20(format:\x20project.workflow,\x20or\x20select\x20interactively)')['option'](a2_0x2ebaf3(0x333),a2_0x2ebaf3(0x3ac),(_0x21d1b5,_0x201fad=[])=>[..._0x201fad,_0x21d1b5],[])[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4bb),a2_0x2ebaf3(0x3d0))[a2_0x2ebaf3(0x345)](async(_0x496ed0,_0x4a7dae)=>{const _0x1b4572=a2_0x2ebaf3,_0x860b5b=new WorkflowRunCommand(),_0x263622=program[_0x1b4572(0x1af)](),_0x2d719c=await createTDXInstance(_0x263622),_0xc151ba=await _0x860b5b[_0x1b4572(0x1e5)]({'options':{..._0x263622,..._0x4a7dae},'args':_0x496ed0?[_0x496ed0]:[],'tdx':_0x2d719c});gracefulExit(_0xc151ba);}),workflowCmd[a2_0x2ebaf3(0x308)]('download\x20<project-name>\x20[output-dir]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x263))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x47c),'Specific\x20revision\x20to\x20download\x20(default:\x20latest)')[a2_0x2ebaf3(0x345)](async(_0x5d25f0,_0x4adc1e,_0x3b6a66)=>{const _0x1819a8=a2_0x2ebaf3,_0x1aa9bc=new WorkflowDownloadCommand(),_0x2fd68d=program[_0x1819a8(0x1af)](),_0x272528=await createTDXInstance(_0x2fd68d),_0x1bc4a7=await _0x1aa9bc[_0x1819a8(0x1e5)]({'options':{..._0x2fd68d,..._0x3b6a66},'args':[_0x5d25f0,_0x4adc1e||'.'],'tdx':_0x272528});gracefulExit(_0x1bc4a7);}),workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x227))['description'](a2_0x2ebaf3(0x4a1))['option']('--revision\x20<revision>','Pull\x20specific\x20revision\x20(default:\x20latest)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),'Preview\x20changes\x20without\x20writing\x20files')[a2_0x2ebaf3(0x345)](async(_0x5544df,_0x2bce52,_0x4e4095)=>{const _0x553d44=a2_0x2ebaf3,_0x28bef4=new WorkflowPullCommand(),_0xfa453b=program[_0x553d44(0x1af)](),_0x33523b=await createTDXInstance(_0xfa453b),_0x3e35a0=await _0x28bef4['run']({'options':{..._0xfa453b,..._0x4e4095},'args':_0x2bce52?[_0x5544df,_0x2bce52]:[_0x5544df],'tdx':_0x33523b});gracefulExit(_0x3e35a0);}),workflowCmd['command'](a2_0x2ebaf3(0x3fd))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x361))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x47c),a2_0x2ebaf3(0x417))['option'](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x2ed))['option']('--skip-validation',a2_0x2ebaf3(0x3c1))[a2_0x2ebaf3(0x345)](async(_0x13b737,_0x57058a)=>{const _0x38c316=a2_0x2ebaf3,_0x1d371e=new WorkflowPushCommand(),_0x55d692=program[_0x38c316(0x1af)](),_0x19138f=await createTDXInstance(_0x55d692),_0x50b550=await _0x1d371e['run']({'options':{..._0x55d692,..._0x57058a},'args':_0x13b737?[_0x13b737]:[],'tdx':_0x19138f});gracefulExit(_0x50b550);}),workflowCmd['command'](a2_0x2ebaf3(0x37d))['description'](a2_0x2ebaf3(0x3ec))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x301),a2_0x2ebaf3(0x428))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x47c),a2_0x2ebaf3(0x3cb))[a2_0x2ebaf3(0x1ea)]('--skip-validation',a2_0x2ebaf3(0x3c1))[a2_0x2ebaf3(0x345)](async(_0x404823,_0x31201f)=>{const _0x4a9848=a2_0x2ebaf3,_0x577114=new WorkflowUploadCommand(),_0x34e8ab=program['opts'](),_0x383d53=await createTDXInstance(_0x34e8ab),_0x29f250=await _0x577114[_0x4a9848(0x1e5)]({'options':{..._0x34e8ab,..._0x31201f},'args':_0x404823?[_0x404823]:[],'tdx':_0x383d53});gracefulExit(_0x29f250);}),workflowCmd[a2_0x2ebaf3(0x308)]('clone\x20[source-dir]')[a2_0x2ebaf3(0x39c)]('Clone\x20a\x20workflow\x20project\x20to\x20a\x20new\x20project\x20name')[a2_0x2ebaf3(0x1ea)]('--name\x20<name>',a2_0x2ebaf3(0x3d4))['option'](a2_0x2ebaf3(0x47c),a2_0x2ebaf3(0x417))[a2_0x2ebaf3(0x1ea)]('--dry-run',a2_0x2ebaf3(0x4ad))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x48c),a2_0x2ebaf3(0x3c1))[a2_0x2ebaf3(0x345)](async(_0x3d82ee,_0x1eae3a)=>{const _0x57ad40=a2_0x2ebaf3,_0x4c2ebb=new WorkflowCloneCommand(),_0x43e9be=program[_0x57ad40(0x1af)](),_0x499fb3=await createTDXInstance(_0x43e9be),_0x4eec41=await _0x4c2ebb[_0x57ad40(0x1e5)]({'options':{..._0x43e9be,..._0x1eae3a},'args':_0x3d82ee?[_0x3d82ee]:[],'tdx':_0x499fb3});gracefulExit(_0x4eec41);}),workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x28a))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x37a))[a2_0x2ebaf3(0x345)](async(_0x32bda9,_0x2c7db7)=>{const _0x5c678e=a2_0x2ebaf3,_0x38312f=new WorkflowDeleteCommand(),_0x8b88e3=program['opts'](),_0x35002d=await createTDXInstance(_0x8b88e3),_0x2f0f68=await _0x38312f[_0x5c678e(0x1e5)]({'options':{..._0x8b88e3,..._0x2c7db7},'args':[_0x32bda9],'tdx':_0x35002d});gracefulExit(_0x2f0f68);}),workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x392))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x495))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x287),'Clear\x20workflow\x20project\x20context')[a2_0x2ebaf3(0x345)](async(_0x2ad2be,_0x43a961)=>{const _0x4cacdd=a2_0x2ebaf3,_0x2a8dd5=new WorkflowUseCommand(),_0xbc514=program[_0x4cacdd(0x1af)](),_0x1218ce=await createTDXInstance(_0xbc514),_0x180b12=await _0x2a8dd5[_0x4cacdd(0x1e5)]({'options':{..._0xbc514,..._0x43a961},'args':_0x2ad2be?[_0x2ad2be]:[],'tdx':_0x1218ce});gracefulExit(_0x180b12);});const wfSecretsCmd=workflowCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x461))[a2_0x2ebaf3(0x39c)]('Manage\x20workflow\x20project\x20secrets');wfSecretsCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x457))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x304))[a2_0x2ebaf3(0x345)](async(_0x2aeceb,_0x41745c)=>{const _0x3560d9=new WorkflowSecretsListCommand(),_0x42b890=program['opts'](),_0x51f99a=await createTDXInstance(_0x42b890),_0x131273=await _0x3560d9['run']({'options':{..._0x42b890,..._0x41745c},'args':_0x2aeceb?[_0x2aeceb]:[],'tdx':_0x51f99a});gracefulExit(_0x131273);}),wfSecretsCmd['command'](a2_0x2ebaf3(0x2b6))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x339))[a2_0x2ebaf3(0x345)](async(_0x1ad376,_0x1890b7)=>{const _0xd63107=a2_0x2ebaf3,_0x3eef23=new WorkflowSecretsSetCommand(),_0x120e2c=program[_0xd63107(0x1af)](),_0x2a29dd=await createTDXInstance(_0x120e2c),_0x4943ec=await _0x3eef23['run']({'options':{..._0x120e2c,..._0x1890b7},'args':_0x1ad376,'tdx':_0x2a29dd});gracefulExit(_0x4943ec);}),wfSecretsCmd['command'](a2_0x2ebaf3(0x466))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4b7))[a2_0x2ebaf3(0x345)](async(_0x471210,_0x57c967)=>{const _0x339106=a2_0x2ebaf3,_0x4df495=new WorkflowSecretsDeleteCommand(),_0xddcdc7=program[_0x339106(0x1af)](),_0x4f816d=await createTDXInstance(_0xddcdc7),_0x26b2db=await _0x4df495['run']({'options':{..._0xddcdc7,..._0x57c967},'args':_0x471210,'tdx':_0x4f816d});gracefulExit(_0x26b2db);});const wfScheduleCmd=workflowCmd['command'](a2_0x2ebaf3(0x32d))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3dc));wfScheduleCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x34d))['description'](a2_0x2ebaf3(0x2b1))[a2_0x2ebaf3(0x345)](async(_0x18bfc9,_0x5492ec)=>{const _0x5b64b0=a2_0x2ebaf3,_0x5ac217=new WorkflowScheduleEnableCommand(),_0x40ec78=program[_0x5b64b0(0x1af)](),_0x4999db=await createTDXInstance(_0x40ec78),_0x461cf3=await _0x5ac217['run']({'options':{..._0x40ec78,..._0x5492ec},'args':[_0x18bfc9],'tdx':_0x4999db});gracefulExit(_0x461cf3);}),wfScheduleCmd['command']('disable\x20<id>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3ef))[a2_0x2ebaf3(0x345)](async(_0x529ccd,_0xe70b05)=>{const _0x101cb0=a2_0x2ebaf3,_0xff3382=new WorkflowScheduleDisableCommand(),_0x4bdd4b=program[_0x101cb0(0x1af)](),_0x3b2dd2=await createTDXInstance(_0x4bdd4b),_0x195039=await _0xff3382[_0x101cb0(0x1e5)]({'options':{..._0x4bdd4b,..._0xe70b05},'args':[_0x529ccd],'tdx':_0x3b2dd2});gracefulExit(_0x195039);}),workflowCmd['command'](a2_0x2ebaf3(0x2a2))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x46b))['action'](async _0x257fcb=>{const _0x8abce4=a2_0x2ebaf3,_0xfe5b21=new WorkflowSchedulesCommand(),_0x4bcbff=program[_0x8abce4(0x1af)](),_0xfbfe9a=await createTDXInstance(_0x4bcbff),_0x107e8b=await _0xfe5b21[_0x8abce4(0x1e5)]({'options':{..._0x4bcbff,..._0x257fcb},'args':[],'tdx':_0xfbfe9a});gracefulExit(_0x107e8b);});const jobCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x386))['description'](a2_0x2ebaf3(0x21b)),jobListAction=async _0x537f0e=>{const _0x31a0bd=a2_0x2ebaf3,_0x455a34=new JobListCommand(),_0x303f1e=program[_0x31a0bd(0x1af)](),_0x130df3=await createTDXInstance(_0x303f1e),_0x8ef4df=await _0x455a34[_0x31a0bd(0x1e5)]({'options':{..._0x303f1e,..._0x537f0e},'args':[],'tdx':_0x130df3});gracefulExit(_0x8ef4df);};jobCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x201))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x213))['option'](a2_0x2ebaf3(0x1d9),'Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)')['action'](jobListAction),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x215),{'hidden':!![]})['description']('List\x20jobs\x20(alias\x20for\x20\x22job\x20list\x22)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d9),a2_0x2ebaf3(0x35f))[a2_0x2ebaf3(0x345)](jobListAction),jobCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2cd))['description'](a2_0x2ebaf3(0x280))[a2_0x2ebaf3(0x345)](async(_0x6cdf9,_0x15aed2)=>{const _0x5d7a74=a2_0x2ebaf3,_0x325de5=new JobShowCommand(),_0x3ef779=program[_0x5d7a74(0x1af)](),_0x5ef074=await createTDXInstance(_0x3ef779),_0x3d8211=await _0x325de5[_0x5d7a74(0x1e5)]({'options':{..._0x3ef779,..._0x15aed2},'args':[_0x6cdf9],'tdx':_0x5ef074});gracefulExit(_0x3d8211);}),jobCmd['command'](a2_0x2ebaf3(0x379))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1b4))['action'](async(_0x48fdd5,_0x12535b)=>{const _0x1e2585=a2_0x2ebaf3,_0xbe0e94=new JobKillCommand(),_0x2ecfad=program[_0x1e2585(0x1af)](),_0x1b9f99=await createTDXInstance(_0x2ecfad),_0x28b1be=await _0xbe0e94['run']({'options':{..._0x2ecfad,..._0x12535b},'args':[_0x48fdd5],'tdx':_0x1b9f99});gracefulExit(_0x28b1be);}),jobCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3d5))['description'](a2_0x2ebaf3(0x226))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x34b),a2_0x2ebaf3(0x458),'trino')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x449),a2_0x2ebaf3(0x254))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x38d),a2_0x2ebaf3(0x380),a2_0x2ebaf3(0x2c7))[a2_0x2ebaf3(0x1ea)]('--result\x20<target>',a2_0x2ebaf3(0x331))[a2_0x2ebaf3(0x345)](async(_0x1e090b,_0x4e0ccf)=>{const _0xb92108=a2_0x2ebaf3,_0x33b8e9=new JobSubmitCommand(),_0x22857f=program['opts'](),_0x4e62e4=await createTDXInstance(_0x22857f),_0x38b2ad=await _0x33b8e9[_0xb92108(0x1e5)]({'options':{..._0x22857f,..._0x4e0ccf},'args':_0x1e090b?[_0x1e090b]:[],'tdx':_0x4e62e4});gracefulExit(_0x38b2ad);}),jobCmd['command'](a2_0x2ebaf3(0x38c))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x246))[a2_0x2ebaf3(0x345)](async(_0x5ecac6,_0x343bb7)=>{const _0x2c95cc=a2_0x2ebaf3,_0x3049ff=new JobResultCommand(),_0x560346=program[_0x2c95cc(0x1af)](),_0x5ce927=await createTDXInstance(_0x560346),_0x156096=await _0x3049ff[_0x2c95cc(0x1e5)]({'options':{..._0x560346,..._0x343bb7},'args':[_0x5ecac6],'tdx':_0x5ce927});gracefulExit(_0x156096);});const scheduleCmd=jobCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x32d))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x202));scheduleCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x332))['description'](a2_0x2ebaf3(0x3c0))['action'](async(_0x38473f,_0x1768d1)=>{const _0xebef31=a2_0x2ebaf3,_0x54986c=new ScheduleListCommand(),_0x45c971=program[_0xebef31(0x1af)](),_0xb7dd7c=await createTDXInstance(_0x45c971),_0x3a1a27=await _0x54986c[_0xebef31(0x1e5)]({'options':{..._0x45c971,..._0x1768d1},'args':_0x38473f?[_0x38473f]:[],'tdx':_0xb7dd7c});gracefulExit(_0x3a1a27);}),scheduleCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3cf))[a2_0x2ebaf3(0x39c)]('Show\x20schedule\x20details')[a2_0x2ebaf3(0x345)](async(_0x1587e3,_0xb87b87)=>{const _0x25fa6c=a2_0x2ebaf3,_0x3d61cc=new ScheduleShowCommand(),_0x3bee22=program['opts'](),_0x49446b=await createTDXInstance(_0x3bee22),_0x1da409=await _0x3d61cc[_0x25fa6c(0x1e5)]({'options':{..._0x3bee22,..._0xb87b87},'args':[_0x1587e3],'tdx':_0x49446b});gracefulExit(_0x1da409);}),scheduleCmd[a2_0x2ebaf3(0x308)]('create\x20<name>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x32c))['option'](a2_0x2ebaf3(0x1bf),a2_0x2ebaf3(0x3e8))['option'](a2_0x2ebaf3(0x277),a2_0x2ebaf3(0x482))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x449),a2_0x2ebaf3(0x254))[a2_0x2ebaf3(0x1ea)]('--type\x20<type>','Query\x20type:\x20trino\x20or\x20hive',a2_0x2ebaf3(0x1ee))['option']('--cron\x20<expression>',a2_0x2ebaf3(0x2de))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4cf),a2_0x2ebaf3(0x20c))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x20d),a2_0x2ebaf3(0x3a3))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1e8),'Job\x20priority\x20(-2\x20to\x202)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1dd),a2_0x2ebaf3(0x200))['option']('--engine-version\x20<version>',a2_0x2ebaf3(0x321))['option'](a2_0x2ebaf3(0x2f5),a2_0x2ebaf3(0x1c5))[a2_0x2ebaf3(0x345)](async(_0x514b4f,_0x5898c5)=>{const _0x6c3ed6=new ScheduleCreateCommand(),_0x33cac0=program['opts'](),_0x3c9caf=await createTDXInstance(_0x33cac0);_0x5898c5['in']&&(_0x5898c5['database']=_0x5898c5['in']);const _0x625221=await _0x6c3ed6['run']({'options':{..._0x33cac0,..._0x5898c5},'args':[_0x514b4f],'tdx':_0x3c9caf});gracefulExit(_0x625221);}),scheduleCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x212))['description']('Update\x20a\x20scheduled\x20query')[a2_0x2ebaf3(0x1ea)]('-d,\x20--database\x20<db>',a2_0x2ebaf3(0x232))['option'](a2_0x2ebaf3(0x277),a2_0x2ebaf3(0x482))[a2_0x2ebaf3(0x1ea)]('-f,\x20--file\x20<path>','Read\x20query\x20from\x20file')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f4),a2_0x2ebaf3(0x33a))['option'](a2_0x2ebaf3(0x37f),a2_0x2ebaf3(0x2de))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4cf),a2_0x2ebaf3(0x293))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x20d),a2_0x2ebaf3(0x3a3))['option'](a2_0x2ebaf3(0x1e8),a2_0x2ebaf3(0x399))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1dd),a2_0x2ebaf3(0x200))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x325),a2_0x2ebaf3(0x321))['option']('--result\x20<url>',a2_0x2ebaf3(0x1c5))['action'](async(_0x34c5cd,_0x532596)=>{const _0x548bbb=a2_0x2ebaf3,_0x17a317=new ScheduleUpdateCommand(),_0x23fd27=program[_0x548bbb(0x1af)](),_0x45c8fc=await createTDXInstance(_0x23fd27);_0x532596['in']&&(_0x532596[_0x548bbb(0x219)]=_0x532596['in']);const _0x282087=await _0x17a317[_0x548bbb(0x1e5)]({'options':{..._0x23fd27,..._0x532596},'args':[_0x34c5cd],'tdx':_0x45c8fc});gracefulExit(_0x282087);}),scheduleCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2a3))['description']('Delete\x20a\x20scheduled\x20query')['action'](async(_0x5c9033,_0x33fb5a)=>{const _0x4dcef3=a2_0x2ebaf3,_0xf4db07=new ScheduleDeleteCommand(),_0x39ac09=program['opts'](),_0x1251dc=await createTDXInstance(_0x39ac09),_0x43d762=await _0xf4db07[_0x4dcef3(0x1e5)]({'options':{..._0x39ac09,..._0x33fb5a},'args':[_0x5c9033],'tdx':_0x1251dc});gracefulExit(_0x43d762);}),scheduleCmd[a2_0x2ebaf3(0x308)]('run\x20<name>')['description']('Run\x20a\x20scheduled\x20query\x20immediately')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x35e),a2_0x2ebaf3(0x2ad))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x30f),'Number\x20of\x20executions\x20(1-10,\x20default:\x201)')[a2_0x2ebaf3(0x345)](async(_0x154b08,_0x2104d4)=>{const _0x4c1321=a2_0x2ebaf3,_0x3ece3f=new ScheduleRunCommand(),_0x291f20=program['opts'](),_0x3a664e=await createTDXInstance(_0x291f20),_0x53cc53=await _0x3ece3f[_0x4c1321(0x1e5)]({'options':{..._0x291f20,..._0x2104d4},'args':[_0x154b08],'tdx':_0x3a664e});gracefulExit(_0x53cc53);}),scheduleCmd['command'](a2_0x2ebaf3(0x478))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2aa))['option'](a2_0x2ebaf3(0x27c),'Starting\x20offset\x20(default:\x200)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1fa),a2_0x2ebaf3(0x409))[a2_0x2ebaf3(0x345)](async(_0x3bffd8,_0x40bdca)=>{const _0x2eace7=a2_0x2ebaf3,_0x4b581b=new ScheduleHistoryCommand(),_0x47c0f4=program['opts'](),_0x3e1266=await createTDXInstance(_0x47c0f4),_0x7bc73d=await _0x4b581b[_0x2eace7(0x1e5)]({'options':{..._0x47c0f4,..._0x40bdca},'args':[_0x3bffd8],'tdx':_0x3e1266});gracefulExit(_0x7bc73d);});const llmCmd=program[a2_0x2ebaf3(0x308)]('llm')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x34a));llmCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4d6))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4a7))['action'](async(_0x5881e4,_0x3c00ec)=>{const _0x2e5f11=a2_0x2ebaf3,_0x118ab5=new LLMUseCommand(),_0xad8062=program[_0x2e5f11(0x1af)](),_0x39580a=await createTDXInstance(_0xad8062),_0x92e616=await _0x118ab5[_0x2e5f11(0x1e5)]({'options':{..._0xad8062,..._0x3c00ec},'args':[_0x5881e4],'tdx':_0x39580a});gracefulExit(_0x92e616);}),llmCmd[a2_0x2ebaf3(0x308)]('models')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x429))[a2_0x2ebaf3(0x345)](async _0x1162e4=>{const _0x35400c=new LLMModelsCommand(),_0x4a4d1f=program['opts'](),_0x5c0873=await createTDXInstance(_0x4a4d1f),_0x544e34=await _0x35400c['run']({'options':{..._0x4a4d1f,..._0x1162e4},'args':[],'tdx':_0x5c0873});gracefulExit(_0x544e34);});const projectCmd=llmCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x487))['description']('LLM\x20project\x20management'),llmProjectListAction=async(_0x2960c6,_0x1ee429)=>{const _0x42e3a8=a2_0x2ebaf3,_0x6c0a48=new LLMProjectsCommand(),_0x43a4dd=program[_0x42e3a8(0x1af)](),_0x9dfb47=await createTDXInstance(_0x43a4dd),_0x27c20f=await _0x6c0a48['run']({'options':{..._0x43a4dd,..._0x1ee429},'args':_0x2960c6?[_0x2960c6]:[],'tdx':_0x9dfb47});gracefulExit(_0x27c20f);};projectCmd['command'](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)]('List\x20all\x20LLM\x20projects\x20(optionally\x20filtered\x20by\x20pattern)')[a2_0x2ebaf3(0x345)](llmProjectListAction),llmCmd['command'](a2_0x2ebaf3(0x3a7))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x473))['action'](llmProjectListAction),projectCmd['command'](a2_0x2ebaf3(0x2a9))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x296))['option'](a2_0x2ebaf3(0x1d6),a2_0x2ebaf3(0x30c))[a2_0x2ebaf3(0x345)](async(_0x2823ff,_0x33d7f3)=>{const _0x439095=a2_0x2ebaf3,_0x2b64f7=new LLMProjectCreateCommand(),_0x15802c=program[_0x439095(0x1af)](),_0x340bcd=await createTDXInstance(_0x15802c),_0x5873c2=await _0x2b64f7[_0x439095(0x1e5)]({'options':{..._0x15802c,..._0x33d7f3},'args':[_0x2823ff],'tdx':_0x340bcd});gracefulExit(_0x5873c2);}),projectCmd[a2_0x2ebaf3(0x308)]('delete\x20<name>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2fd))[a2_0x2ebaf3(0x345)](async(_0xf1b0cf,_0xb77150)=>{const _0x35fe6c=a2_0x2ebaf3,_0x387649=new LLMProjectDeleteCommand(),_0x5e8010=program[_0x35fe6c(0x1af)](),_0x2b6229=await createTDXInstance(_0x5e8010),_0x4b5cdc=await _0x387649[_0x35fe6c(0x1e5)]({'options':{..._0x5e8010,..._0xb77150},'args':[_0xf1b0cf],'tdx':_0x2b6229});gracefulExit(_0x4b5cdc);}),projectCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x398))['description'](a2_0x2ebaf3(0x4c3))['option']('-o,\x20--output\x20<folder>',a2_0x2ebaf3(0x4a2))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),'Show\x20what\x20would\x20be\x20backed\x20up\x20without\x20creating\x20files')[a2_0x2ebaf3(0x345)](async(_0xd7a150,_0x53e77f)=>{const _0x36266c=a2_0x2ebaf3,_0x595a0e=new LLMProjectBackupCommand(),_0x5a6838=program['opts'](),_0x34ffb3=await createTDXInstance(_0x5a6838),_0x553cc7=await _0x595a0e[_0x36266c(0x1e5)]({'options':{..._0x5a6838,..._0x53e77f},'args':[_0xd7a150],'tdx':_0x34ffb3});gracefulExit(_0x553cc7);}),projectCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x404))['description']('[DEPRECATED]\x20Restore\x20project\x20(use\x20`tdx\x20agent\x20push/clone`\x20instead)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x40c),a2_0x2ebaf3(0x337))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x459))['action'](async(_0x1ca9d1,_0xac94d7)=>{const _0x123b8b=a2_0x2ebaf3,_0x56a459=new LLMProjectRestoreCommand(),_0x4e69a4=program[_0x123b8b(0x1af)](),_0x308192=await createTDXInstance(_0x4e69a4),_0x4235a1=await _0x56a459[_0x123b8b(0x1e5)]({'options':{..._0x4e69a4,..._0xac94d7},'args':[_0x1ca9d1],'tdx':_0x308192});gracefulExit(_0x4235a1);});const llmAgentListAction=async(_0x454636,_0x8f5a98)=>{const _0x2a23a6=a2_0x2ebaf3,_0x5bb5b5=new LLMAgentsCommand(),_0x4f694d=program[_0x2a23a6(0x1af)](),_0xeb8f4a=await createTDXInstance(_0x4f694d),_0x522501=await _0x5bb5b5['run']({'options':{..._0x4f694d,..._0x8f5a98},'args':_0x454636?[_0x454636]:[],'tdx':_0xeb8f4a});gracefulExit(_0x522501);};llmCmd['command'](a2_0x2ebaf3(0x1df))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x470))['action'](llmAgentListAction),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1df))['description'](a2_0x2ebaf3(0x470))[a2_0x2ebaf3(0x345)](llmAgentListAction),llmCmd[a2_0x2ebaf3(0x308)]('history\x20[chat-id]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x22d))['option'](a2_0x2ebaf3(0x469),a2_0x2ebaf3(0x3bd))[a2_0x2ebaf3(0x345)](async(_0x193686,_0x360461)=>{const _0x43f6bf=a2_0x2ebaf3,_0x43e703=new LLMHistoryCommand(),_0x5332cd=program[_0x43f6bf(0x1af)](),_0x4ac665=await createTDXInstance(_0x5332cd),_0x5f5075=await _0x43e703['run']({'options':{..._0x5332cd,..._0x360461},'args':_0x193686?[_0x193686]:[],'tdx':_0x4ac665});gracefulExit(_0x5f5075);});isExperimentalAvailable()&&llmCmd['command'](a2_0x2ebaf3(0x322))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1ad))[a2_0x2ebaf3(0x345)](async(_0x43a862,_0x54d6b0)=>{const _0x11239f=a2_0x2ebaf3,_0x2f45dc=new LLMLogCommand(),_0x34a6c5=program[_0x11239f(0x1af)](),_0x4e078a=await createTDXInstance(_0x34a6c5),_0x375e3e=await _0x2f45dc[_0x11239f(0x1e5)]({'options':{..._0x34a6c5,..._0x54d6b0},'args':[_0x43a862],'tdx':_0x4e078a});gracefulExit(_0x375e3e);});program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x234))[a2_0x2ebaf3(0x2d4)](a2_0x2ebaf3(0x2d5))['description'](a2_0x2ebaf3(0x21d))[a2_0x2ebaf3(0x1ea)]('-c,\x20--continue',a2_0x2ebaf3(0x2f6))[a2_0x2ebaf3(0x1ea)]('-r,\x20--resume','Resume\x20a\x20conversation\x20(shows\x20selector)')['option'](a2_0x2ebaf3(0x1f8),a2_0x2ebaf3(0x3af))['allowUnknownOption']()[a2_0x2ebaf3(0x2f0)](!![])[a2_0x2ebaf3(0x245)](a2_0x2ebaf3(0x4c1),a2_0x2ebaf3(0x1cc))['action'](async(_0x47ae83,_0x3b3523)=>{const _0x357fdd=a2_0x2ebaf3,_0x4b43c3=program[_0x357fdd(0x1af)](),_0x8b10e=Array[_0x357fdd(0x23a)](_0x47ae83)?_0x47ae83:[];if(_0x8b10e[0x0]===_0x357fdd(0x2f1)){const _0xfd93f2=new ClaudeStatuslineCommand(),_0x82d84f=await _0xfd93f2[_0x357fdd(0x1e5)]({'options':{..._0x4b43c3,..._0x3b3523},'args':_0x8b10e[_0x357fdd(0x315)](0x1),'tdx':null});gracefulExit(_0x82d84f);}if(_0x8b10e[0x0]===_0x357fdd(0x2d4)){const _0xc0717d=new ClaudeUsageCommand(),_0x3457bf=await _0xc0717d[_0x357fdd(0x1e5)]({'options':{..._0x4b43c3,..._0x3b3523},'args':_0x8b10e['slice'](0x1),'tdx':null});gracefulExit(_0x3457bf);}const _0x21c088=new ClaudeCommand(),_0x55b685=await createTDXInstance(_0x4b43c3),_0x1f32bf=await _0x21c088['run']({'options':{..._0x4b43c3,..._0x3b3523},'args':_0x8b10e,'tdx':_0x55b685});gracefulExit(_0x1f32bf);}),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x436))[a2_0x2ebaf3(0x39c)]('Show\x20or\x20set\x20session-level\x20context\x20(resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20cas)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x287),a2_0x2ebaf3(0x1d7))['option'](a2_0x2ebaf3(0x204),a2_0x2ebaf3(0x29e))[a2_0x2ebaf3(0x345)](async(_0x526a0b,_0x30fcc6,_0x2b4f3f)=>{const _0x26b9aa=a2_0x2ebaf3,_0x11d717=new UseCommand(),_0x3bed0b=program[_0x26b9aa(0x1af)](),_0x5f0073=[];if(_0x526a0b)_0x5f0073[_0x26b9aa(0x437)](_0x526a0b);if(_0x30fcc6)_0x5f0073[_0x26b9aa(0x437)](_0x30fcc6);const _0x186afd=_0x526a0b===_0x26b9aa(0x2ca),_0x2091fe=_0x186afd?await createTDXInstance(_0x3bed0b):null,_0x467c93=await _0x11d717[_0x26b9aa(0x1e5)]({'options':{..._0x3bed0b,..._0x2b4f3f},'args':_0x5f0073,'tdx':_0x2091fe});gracefulExit(_0x467c93);}),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x33f))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4d8))[a2_0x2ebaf3(0x345)](async _0x77fcfd=>{const _0x43235c=a2_0x2ebaf3,_0x440aff=new StatusCommand(),_0x31a175=program[_0x43235c(0x1af)](),_0x45e817=await createTDXInstance(_0x31a175),_0x3178cf=await _0x440aff['run']({'options':{..._0x31a175,..._0x77fcfd},'args':[],'tdx':_0x45e817});gracefulExit(_0x3178cf);}),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x341))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x32a))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x3f3))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x445),a2_0x2ebaf3(0x316))['option'](a2_0x2ebaf3(0x31a),a2_0x2ebaf3(0x4e1))[a2_0x2ebaf3(0x345)](async(_0x1de3e7,_0x63f21a)=>{const _0x23d6de=a2_0x2ebaf3,_0x50c679=new UpgradeCommand(),_0x28964=program[_0x23d6de(0x1af)](),_0x2ff0bb=await _0x50c679[_0x23d6de(0x1e5)]({'options':{..._0x28964,..._0x63f21a},'args':_0x1de3e7?[_0x1de3e7]:[],'tdx':null});gracefulExit(_0x2ff0bb);}),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1e3))[a2_0x2ebaf3(0x39c)]('Clear\x20session-level\x20or\x20default\x20context\x20values\x20(resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20cas)')['option'](a2_0x2ebaf3(0x204),a2_0x2ebaf3(0x2f9))[a2_0x2ebaf3(0x345)](async(_0x2fbde4,_0x105bc4)=>{const _0x1e7114=a2_0x2ebaf3,_0x15b5c8=new UnsetCommand(),_0x4f4233=program[_0x1e7114(0x1af)](),_0x47006a=await _0x15b5c8[_0x1e7114(0x1e5)]({'options':{..._0x4f4233,..._0x105bc4},'args':[_0x2fbde4],'tdx':null});gracefulExit(_0x47006a);}),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1ce))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x40a))['option'](a2_0x2ebaf3(0x469),'Show\x20the\x20most\x20recent\x20chat')['action'](async _0x2735a4=>{const _0x4d4c97=a2_0x2ebaf3,_0x298700=new ChatsCommand(),_0x374329=program[_0x4d4c97(0x1af)](),_0x1b0657=await createTDXInstance(_0x374329),_0x597183=await _0x298700[_0x4d4c97(0x1e5)]({'options':{..._0x374329,..._0x2735a4},'args':[],'tdx':_0x1b0657});gracefulExit(_0x597183);});const authCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x492))[a2_0x2ebaf3(0x39c)]('Authentication\x20management');async function runAuthStatusCommand(_0x2f9e57){const _0x16b52c=a2_0x2ebaf3,_0x3dfac8=new AuthStatusCommand(),_0x30a952=program[_0x16b52c(0x1af)](),_0x54dcf3=await createTDXInstance(_0x30a952),_0x1ebfda=await _0x3dfac8[_0x16b52c(0x1e5)]({'options':{..._0x30a952,..._0x2f9e57},'args':[],'tdx':_0x54dcf3});gracefulExit(_0x1ebfda);}authCmd[a2_0x2ebaf3(0x345)](runAuthStatusCommand),authCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x33f))['description'](a2_0x2ebaf3(0x4c2))[a2_0x2ebaf3(0x345)](runAuthStatusCommand);async function authSetupAction(_0x1017a6){const _0x4ae709=a2_0x2ebaf3,_0x430e66=new AuthSetupCommand(),_0x377e51=program[_0x4ae709(0x1af)](),_0x3b3336=await createTDXInstance(_0x377e51),_0x14303e=await _0x430e66['run']({'options':{..._0x377e51,..._0x1017a6},'args':[],'tdx':_0x3b3336});gracefulExit(_0x14303e);}authCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3fc))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2e4))[a2_0x2ebaf3(0x1ea)]('--account-name\x20<name>',a2_0x2ebaf3(0x23d))[a2_0x2ebaf3(0x245)]('after',a2_0x2ebaf3(0x2ac))[a2_0x2ebaf3(0x345)](authSetupAction),authCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x48d),{'hidden':!![]})[a2_0x2ebaf3(0x1ea)]('--account-name\x20<name>',a2_0x2ebaf3(0x23d))[a2_0x2ebaf3(0x345)](authSetupAction),authCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x419))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x45f))[a2_0x2ebaf3(0x245)](a2_0x2ebaf3(0x4c1),a2_0x2ebaf3(0x2b3))[a2_0x2ebaf3(0x345)](async _0x33d5d4=>{const _0x5471a2=a2_0x2ebaf3,_0x3e28c2=new AuthClearCommand(),_0x493f0a=program[_0x5471a2(0x1af)](),_0x281d1a=await _0x3e28c2[_0x5471a2(0x1e5)]({'options':{..._0x493f0a,..._0x33d5d4},'args':[],'tdx':null});gracefulExit(_0x281d1a);});const userCmd=program['command'](a2_0x2ebaf3(0x42d))[a2_0x2ebaf3(0x39c)]('User\x20management\x20commands'),userListAction=async _0x5e95d6=>{const _0x3d2f4e=a2_0x2ebaf3,_0x2436ea=new UserListCommand(),_0x4cc931=program[_0x3d2f4e(0x1af)](),_0x5dd47f=await createTDXInstance(_0x4cc931),_0x5d9f64=await _0x2436ea['run']({'options':{..._0x4cc931,..._0x5e95d6},'args':[],'tdx':_0x5dd47f});gracefulExit(_0x5d9f64);};userCmd[a2_0x2ebaf3(0x345)](async _0x5a9c01=>{const _0x34dbe4=a2_0x2ebaf3,_0x4b5e04=new UserCommand(),_0x49b3d0=program[_0x34dbe4(0x1af)](),_0x24eecf=await createTDXInstance(_0x49b3d0),_0x405485=await _0x4b5e04['run']({'options':{..._0x49b3d0,..._0x5a9c01},'args':[],'tdx':_0x24eecf});gracefulExit(_0x405485);}),userCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x201))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x31c))[a2_0x2ebaf3(0x345)](userListAction),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x430))[a2_0x2ebaf3(0x39c)]('List\x20all\x20users\x20(alias\x20for\x20\x22user\x20list\x22)')[a2_0x2ebaf3(0x345)](userListAction);const policyCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3b7))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x230));policyCmd['action'](async _0x5d5876=>{const _0x50c058=new PolicyCommand(),_0x2dad84=program['opts'](),_0x31f7ec=await createTDXInstance(_0x2dad84),_0x4d6d28=await _0x50c058['run']({'options':{..._0x2dad84,..._0x5d5876},'args':[],'tdx':_0x31f7ec});gracefulExit(_0x4d6d28);}),policyCmd['command']('list')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3aa))[a2_0x2ebaf3(0x345)](async _0x10708a=>{const _0x5302e5=a2_0x2ebaf3,_0x49c9f5=new PolicyListCommand(),_0x4a7800=program[_0x5302e5(0x1af)](),_0x8cfd1f=await createTDXInstance(_0x4a7800),_0x3c1071=await _0x49c9f5[_0x5302e5(0x1e5)]({'options':{..._0x4a7800,..._0x10708a},'args':[],'tdx':_0x8cfd1f});gracefulExit(_0x3c1071);}),policyCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x42c))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x206))['action'](async(_0x4b5017,_0x44aa80)=>{const _0x2da969=a2_0x2ebaf3,_0x32f021=new PolicyShowCommand(),_0x4b1186=program[_0x2da969(0x1af)](),_0x3390de=await createTDXInstance(_0x4b1186),_0x3494e8=await _0x32f021['run']({'options':{..._0x4b1186,..._0x44aa80},'args':[_0x4b5017],'tdx':_0x3390de});gracefulExit(_0x3494e8);}),program['command'](a2_0x2ebaf3(0x1f1))['description'](a2_0x2ebaf3(0x3f6))[a2_0x2ebaf3(0x345)](async _0x28d2a2=>{const _0x3a40be=a2_0x2ebaf3,_0x1ac54d=new ProfilesCommand(),_0x1c25b2=program['opts'](),_0x35e967=await _0x1ac54d[_0x3a40be(0x1e5)]({'options':{..._0x1c25b2,..._0x28d2a2},'args':[],'tdx':null});gracefulExit(_0x35e967);});const profileCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x268))['description'](a2_0x2ebaf3(0x4d2));profileCmd['action'](()=>{const _0xe4768=a2_0x2ebaf3;profileCmd[_0xe4768(0x35a)]();});const profileListAction=async _0x14fef4=>{const _0x3f75aa=a2_0x2ebaf3,_0x4c6646=new ProfilesCommand(),_0x5b29ea=program[_0x3f75aa(0x1af)](),_0x4745f3=await _0x4c6646['run']({'options':{..._0x5b29ea,..._0x14fef4},'args':[],'tdx':null});gracefulExit(_0x4745f3);};profileCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x201))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3f6))[a2_0x2ebaf3(0x345)](profileListAction),profileCmd[a2_0x2ebaf3(0x308)]('create\x20[name]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x298))['option'](a2_0x2ebaf3(0x456),a2_0x2ebaf3(0x23d))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3d9),a2_0x2ebaf3(0x1d5))[a2_0x2ebaf3(0x245)](a2_0x2ebaf3(0x4c1),'\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20create\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Create\x20a\x20new\x20profile\x20interactively\x0a\x20\x20$\x20tdx\x20profile\x20create\x20production\x20\x20\x20#\x20Create\x20profile\x20named\x20\x27production\x27\x0a\x20\x20$\x20tdx\x20profile\x20create\x20prod\x20-f\x20\x20\x20\x20\x20\x20#\x20Overwrite\x20existing\x20\x27prod\x27\x20profile\x0a')[a2_0x2ebaf3(0x345)](async(_0x10d858,_0x45e9b5)=>{const _0x577a84=a2_0x2ebaf3,_0xbd5372=new ProfileCreateCommand(),_0x3fa004=program[_0x577a84(0x1af)](),_0x233bb0=await _0xbd5372[_0x577a84(0x1e5)]({'options':{..._0x3fa004,..._0x45e9b5},'args':_0x10d858?[_0x10d858]:[],'tdx':null});gracefulExit(_0x233bb0);});async function profileDeleteAction(_0x4aa1f1,_0x4898cf){const _0x57087e=a2_0x2ebaf3,_0x3cf576=new ProfileDeleteCommand(),_0x3d44eb=program[_0x57087e(0x1af)](),_0x2f9b47=await _0x3cf576[_0x57087e(0x1e5)]({'options':{..._0x3d44eb,..._0x4898cf},'args':[_0x4aa1f1],'tdx':null});gracefulExit(_0x2f9b47);}profileCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2a3))['description']('Delete\x20a\x20profile')[a2_0x2ebaf3(0x245)]('after','\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20delete\x20staging\x20\x20\x20\x20\x20\x20#\x20Delete\x20the\x20\x27staging\x27\x20profile\x0a')[a2_0x2ebaf3(0x345)](profileDeleteAction),profileCmd[a2_0x2ebaf3(0x308)]('remove\x20<name>',{'hidden':!![]})[a2_0x2ebaf3(0x345)](profileDeleteAction),profileCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3eb))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4d3))[a2_0x2ebaf3(0x245)](a2_0x2ebaf3(0x4c1),a2_0x2ebaf3(0x387))['action'](async(_0x290a13,_0x24e97f)=>{const _0x449297=new ProfileSetCommand(),_0x519635=program['opts'](),_0x76f32c=await _0x449297['run']({'options':{..._0x519635,..._0x24e97f},'args':[_0x290a13],'tdx':null});gracefulExit(_0x76f32c);}),profileCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x38a))[a2_0x2ebaf3(0x39c)]('Set\x20session\x20profile\x20(use\x20--default\x20to\x20save\x20permanently)')['option'](a2_0x2ebaf3(0x204),a2_0x2ebaf3(0x29e))[a2_0x2ebaf3(0x245)](a2_0x2ebaf3(0x4c1),a2_0x2ebaf3(0x1f2))[a2_0x2ebaf3(0x345)](async(_0x11dccd,_0x107e60)=>{const _0x5a4dab=a2_0x2ebaf3,_0x527af5=new ProfileUseCommand(),_0x51a01c=program['opts'](),_0x44fe6b=await _0x527af5[_0x5a4dab(0x1e5)]({'options':{..._0x51a01c,..._0x107e60},'args':[_0x11dccd],'tdx':null});gracefulExit(_0x44fe6b);});const engageCmd=program['command'](a2_0x2ebaf3(0x4de))[a2_0x2ebaf3(0x39c)]('Engage\x20operations\x20(campaigns,\x20templates,\x20workspaces)'),createEngageAction=_0x2685af=>{return async(_0x2d836d,_0x245d4b)=>{const _0x37836a=a2_0x22e8,_0x8ecb9e=new _0x2685af(),_0x257f2c=program[_0x37836a(0x1af)](),_0x3037e8=await createTDXInstance(_0x257f2c),_0x958280=await _0x8ecb9e[_0x37836a(0x1e5)]({'options':{..._0x257f2c,..._0x245d4b},'args':[_0x2d836d],'tdx':_0x3037e8});gracefulExit(_0x958280);};},createEngageNoArgAction=_0x1aa3fa=>{return async _0x5751c2=>{const _0x23db98=a2_0x22e8,_0x282e7a=new _0x1aa3fa(),_0x161863=program[_0x23db98(0x1af)](),_0x507785=await createTDXInstance(_0x161863),_0x4039ec=await _0x282e7a['run']({'options':{..._0x161863,..._0x5751c2},'args':[],'tdx':_0x507785});gracefulExit(_0x4039ec);};},createEngageListAction=_0x15507c=>{return async(_0x4c392c,_0x2bf186)=>{const _0x5f4a7f=a2_0x22e8,_0x31af8f=new _0x15507c(),_0x13dfdd=program['opts'](),_0x1c5d4c=await createTDXInstance(_0x13dfdd),_0x52e4da=await _0x31af8f[_0x5f4a7f(0x1e5)]({'options':{..._0x13dfdd,..._0x2bf186},'args':_0x4c392c?[_0x4c392c]:[],'tdx':_0x1c5d4c});gracefulExit(_0x52e4da);};},campaignCmd=engageCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2bb))['description']('Campaign\x20management');campaignCmd['command'](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x224))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f4),a2_0x2ebaf3(0x2a4))['option'](a2_0x2ebaf3(0x1d9),a2_0x2ebaf3(0x372))['option'](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))['action'](createEngageListAction(EngageCampaignsCommand)),engageCmd['command'](a2_0x2ebaf3(0x3e5))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x23b))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f4),'Filter\x20by\x20campaign\x20type\x20(email,\x20push)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d9),a2_0x2ebaf3(0x372))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x345)](createEngageListAction(EngageCampaignsCommand)),campaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3ed))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1cf))[a2_0x2ebaf3(0x1ea)]('--workspace\x20<name>',a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3e9),a2_0x2ebaf3(0x49e))[a2_0x2ebaf3(0x345)](createEngageAction(EngageCampaignShowCommand)),campaignCmd['command']('create')['description'](a2_0x2ebaf3(0x2b0))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x301),'Campaign\x20name')[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x3f4),a2_0x2ebaf3(0x3fb))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x441))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1f9),'Campaign\x20description')['option'](a2_0x2ebaf3(0x3b3),a2_0x2ebaf3(0x275))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x412),a2_0x2ebaf3(0x244))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x27e),a2_0x2ebaf3(0x2bd))[a2_0x2ebaf3(0x1ea)]('--start-at\x20<datetime>',a2_0x2ebaf3(0x261))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4cf),a2_0x2ebaf3(0x476))[a2_0x2ebaf3(0x345)](createEngageNoArgAction(EngageCampaignCreateCommand)),campaignCmd['command']('update\x20<name-or-id>')['description'](a2_0x2ebaf3(0x258))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))['option'](a2_0x2ebaf3(0x301),'New\x20campaign\x20name')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1f9),a2_0x2ebaf3(0x2b4))['option'](a2_0x2ebaf3(0x3b3),a2_0x2ebaf3(0x275))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x412),a2_0x2ebaf3(0x244))['option']('--json-columns\x20<cols>','JSON\x20columns\x20for\x20connector\x20(comma-separated)')['option'](a2_0x2ebaf3(0x499),a2_0x2ebaf3(0x261))[a2_0x2ebaf3(0x1ea)]('--timezone\x20<tz>',a2_0x2ebaf3(0x476))[a2_0x2ebaf3(0x345)](createEngageAction(EngageCampaignUpdateCommand)),campaignCmd['command'](a2_0x2ebaf3(0x1d4))['description'](a2_0x2ebaf3(0x1fb))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),'Workspace\x20name')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x319),a2_0x2ebaf3(0x347))[a2_0x2ebaf3(0x345)](createEngageAction(EngageCampaignDeleteCommand)),campaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x236))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x47e))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x345)](createEngageAction(EngageCampaignLaunchCommand)),campaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x334))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3b9))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))['action'](createEngageAction(EngageCampaignPauseCommand)),campaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x20b))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x210))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))['action'](createEngageAction(EngageCampaignResumeCommand)),campaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3b1))['description']('Duplicate\x20a\x20campaign')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))['action'](createEngageAction(EngageCampaignDuplicateCommand)),campaignCmd[a2_0x2ebaf3(0x308)]('pull\x20[workspace-name]')['description'](a2_0x2ebaf3(0x306))['option'](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x301),'Pull\x20specific\x20campaign\x20by\x20name')['option'](a2_0x2ebaf3(0x3f4),a2_0x2ebaf3(0x2a4))['option'](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x1fe))[a2_0x2ebaf3(0x345)](createEngageAction(EngageCampaignPullCommand)),campaignCmd['command'](a2_0x2ebaf3(0x352))['description'](a2_0x2ebaf3(0x47b))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),'Show\x20what\x20would\x20be\x20applied\x20without\x20applying')[a2_0x2ebaf3(0x345)](createEngageAction(EngageCampaignPushCommand)),campaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x362))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x27f))['option'](a2_0x2ebaf3(0x424),'Show\x20all\x20files\x20including\x20valid\x20ones')[a2_0x2ebaf3(0x345)](createEngageAction(EngageCampaignValidateCommand));const alwaysOnCampaignCmd=engageCmd['command'](a2_0x2ebaf3(0x26a))['description']('Always-on\x20campaign\x20management');alwaysOnCampaignCmd['command'](a2_0x2ebaf3(0x332))['description'](a2_0x2ebaf3(0x46e))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f4),a2_0x2ebaf3(0x2a4))[a2_0x2ebaf3(0x1ea)]('--status\x20<status>','Filter\x20by\x20status\x20(DRAFT,\x20LIVE,\x20PAUSED,\x20FINISHED)')[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x441))[a2_0x2ebaf3(0x345)](createEngageListAction(EngageAlwaysOnCampaignsCommand)),engageCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4c5))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x326))[a2_0x2ebaf3(0x1ea)]('--type\x20<type>',a2_0x2ebaf3(0x2a4))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1d9),a2_0x2ebaf3(0x20e))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x328),'Workspace\x20name\x20(required)')['action'](createEngageListAction(EngageAlwaysOnCampaignsCommand)),alwaysOnCampaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3ed))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x497))[a2_0x2ebaf3(0x27b)]('--workspace\x20<name>',a2_0x2ebaf3(0x441))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3e9),a2_0x2ebaf3(0x49e))[a2_0x2ebaf3(0x345)](createEngageAction(EngageAlwaysOnCampaignShowCommand)),alwaysOnCampaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4d9))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x49f))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x301),'Campaign\x20name')['requiredOption'](a2_0x2ebaf3(0x3f4),a2_0x2ebaf3(0x3fb))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x328),'Workspace\x20name\x20(required)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1f9),a2_0x2ebaf3(0x2b4))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3b3),'Segment\x20path\x20(e.g.,\x20\x22Audience\x22\x20for\x20parent\x20segment\x20only)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4c4),a2_0x2ebaf3(0x26c))[a2_0x2ebaf3(0x345)](createEngageNoArgAction(EngageAlwaysOnCampaignCreateCommand)),alwaysOnCampaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x43e))[a2_0x2ebaf3(0x39c)]('Update\x20an\x20always-on\x20campaign')[a2_0x2ebaf3(0x27b)]('--workspace\x20<name>',a2_0x2ebaf3(0x441))[a2_0x2ebaf3(0x1ea)]('--name\x20<name>',a2_0x2ebaf3(0x4cc))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1f9),'Campaign\x20description')['option'](a2_0x2ebaf3(0x3b3),'Segment\x20path\x20(e.g.,\x20\x22Audience\x22\x20for\x20parent\x20segment\x20only)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4c4),a2_0x2ebaf3(0x26c))[a2_0x2ebaf3(0x345)](createEngageAction(EngageAlwaysOnCampaignUpdateCommand)),alwaysOnCampaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1d4))[a2_0x2ebaf3(0x39c)]('Delete\x20an\x20always-on\x20campaign\x20(DRAFT\x20only)')[a2_0x2ebaf3(0x27b)]('--workspace\x20<name>',a2_0x2ebaf3(0x441))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x319),a2_0x2ebaf3(0x347))[a2_0x2ebaf3(0x345)](createEngageAction(EngageAlwaysOnCampaignDeleteCommand)),alwaysOnCampaignCmd[a2_0x2ebaf3(0x308)]('launch\x20<name-or-id>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x44b))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x441))[a2_0x2ebaf3(0x345)](createEngageAction(EngageAlwaysOnCampaignLaunchCommand)),alwaysOnCampaignCmd['command'](a2_0x2ebaf3(0x334))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x214))[a2_0x2ebaf3(0x27b)]('--workspace\x20<name>',a2_0x2ebaf3(0x441))[a2_0x2ebaf3(0x345)](createEngageAction(EngageAlwaysOnCampaignPauseCommand)),alwaysOnCampaignCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x20b))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3a8))['requiredOption'](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x441))['action'](createEngageAction(EngageAlwaysOnCampaignResumeCommand)),alwaysOnCampaignCmd['command'](a2_0x2ebaf3(0x374))['description'](a2_0x2ebaf3(0x24a))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x328),'Workspace\x20name\x20(required)')['option'](a2_0x2ebaf3(0x319),'Skip\x20confirmation\x20prompt')[a2_0x2ebaf3(0x345)](createEngageAction(EngageAlwaysOnCampaignFinishCommand)),alwaysOnCampaignCmd['command']('duplicate\x20<name-or-id>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4d5))['requiredOption'](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x441))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x301),a2_0x2ebaf3(0x446))[a2_0x2ebaf3(0x345)](createEngageAction(EngageAlwaysOnCampaignDuplicateCommand));const templateCmd=engageCmd['command']('template')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1d8));templateCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)]('List\x20email\x20templates\x20(optionally\x20filtered\x20by\x20pattern)')['option'](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x345)](createEngageListAction(EngageTemplatesCommand)),engageCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3de))['description'](a2_0x2ebaf3(0x1ef))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x345)](createEngageListAction(EngageTemplatesCommand)),templateCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3ed))['description']('Show\x20email\x20template\x20details')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x1ea)]('--full',a2_0x2ebaf3(0x49e))['action'](createEngageAction(EngageTemplateShowCommand)),templateCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4d9))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x29a))[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x301),a2_0x2ebaf3(0x42a))['requiredOption'](a2_0x2ebaf3(0x2d0),a2_0x2ebaf3(0x367))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x365),'HTML\x20template\x20content')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x464),a2_0x2ebaf3(0x364))[a2_0x2ebaf3(0x1ea)]('--workspace\x20<name>','Workspace\x20name\x20(required)')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3f1),a2_0x2ebaf3(0x35b))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x431),'Editor\x20type:\x20grapesjs\x20(HTML\x20Editor,\x20default)\x20or\x20beefree\x20(Visual\x20Editor)',_0x10b6df=>{const _0x3a86db=a2_0x2ebaf3;if(![_0x3a86db(0x38f),_0x3a86db(0x4b2)][_0x3a86db(0x4df)](_0x10b6df))throw new SDKError(ErrorCode[_0x3a86db(0x42f)],_0x3a86db(0x4ae)+_0x10b6df+'.\x20Must\x20be\x20beefree\x20or\x20grapesjs');return _0x10b6df;})[a2_0x2ebaf3(0x345)](createEngageNoArgAction(EngageTemplateCreateCommand)),templateCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x43e))['description'](a2_0x2ebaf3(0x455))[a2_0x2ebaf3(0x1ea)]('--workspace\x20<name>','Workspace\x20name')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x301),a2_0x2ebaf3(0x3d7))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2d0),a2_0x2ebaf3(0x367))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x365),'HTML\x20template\x20content')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x464),a2_0x2ebaf3(0x364))['option'](a2_0x2ebaf3(0x3f1),a2_0x2ebaf3(0x35b))['action'](createEngageAction(EngageTemplateUpdateCommand)),templateCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x371))[a2_0x2ebaf3(0x39c)]('Pull\x20templates\x20to\x20YAML\x20files')[a2_0x2ebaf3(0x1ea)]('--workspace\x20<name>',a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x301),'Pull\x20specific\x20template\x20by\x20name')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4cd),a2_0x2ebaf3(0x347))['option'](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x1fe))['action'](createEngageAction(EngageTemplatePullCommand)),templateCmd[a2_0x2ebaf3(0x308)]('push\x20[target]')['description'](a2_0x2ebaf3(0x477))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))['option'](a2_0x2ebaf3(0x4cd),'Skip\x20confirmation\x20prompt')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x272))[a2_0x2ebaf3(0x345)](createEngageAction(EngageTemplatePushCommand)),templateCmd['command'](a2_0x2ebaf3(0x362))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3bc))['option'](a2_0x2ebaf3(0x424),a2_0x2ebaf3(0x30d))['action'](createEngageAction(EngageTemplateValidateCommand)),templateCmd[a2_0x2ebaf3(0x308)]('delete\x20<name-or-id>')['description'](a2_0x2ebaf3(0x390))['option']('--workspace\x20<name>','Workspace\x20name')['option'](a2_0x2ebaf3(0x319),'Skip\x20confirmation\x20prompt')[a2_0x2ebaf3(0x345)](createEngageAction(EngageTemplateDeleteCommand));const workspaceCmd=engageCmd['command'](a2_0x2ebaf3(0x420))[a2_0x2ebaf3(0x39c)]('Workspace\x20management');workspaceCmd['command'](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1b7))[a2_0x2ebaf3(0x345)](createEngageListAction(EngageWorkspacesCommand)),engageCmd['command'](a2_0x2ebaf3(0x249))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1b0))[a2_0x2ebaf3(0x345)](createEngageListAction(EngageWorkspacesCommand)),workspaceCmd['command'](a2_0x2ebaf3(0x3ed))[a2_0x2ebaf3(0x39c)]('Show\x20workspace\x20details')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3e9),'Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields')[a2_0x2ebaf3(0x345)](createEngageAction(EngageWorkspaceShowCommand)),workspaceCmd['command'](a2_0x2ebaf3(0x4d9))[a2_0x2ebaf3(0x39c)]('Create\x20a\x20workspace')[a2_0x2ebaf3(0x27b)](a2_0x2ebaf3(0x301),a2_0x2ebaf3(0x3ff))['option'](a2_0x2ebaf3(0x1f9),'Workspace\x20description')[a2_0x2ebaf3(0x345)](createEngageNoArgAction(EngageWorkspaceCreateCommand)),workspaceCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x43e))['description'](a2_0x2ebaf3(0x4cb))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x301),a2_0x2ebaf3(0x22f))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1f9),a2_0x2ebaf3(0x1f6))[a2_0x2ebaf3(0x345)](createEngageAction(EngageWorkspaceUpdateCommand)),workspaceCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1d4))['description'](a2_0x2ebaf3(0x1cd))[a2_0x2ebaf3(0x1ea)]('--yes',a2_0x2ebaf3(0x347))[a2_0x2ebaf3(0x345)](createEngageAction(EngageWorkspaceDeleteCommand)),workspaceCmd['command']('use\x20<name>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x2fa))[a2_0x2ebaf3(0x345)](createEngageAction(EngageWorkspaceUseCommand));const lineSenderAccountCmd=engageCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x27a))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3da));lineSenderAccountCmd['command'](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)]('List\x20LINE\x20sender\x20accounts')['option'](a2_0x2ebaf3(0x328),'Workspace\x20name')['action'](createEngageListAction(EngageLineSenderAccountsCommand)),lineSenderAccountCmd[a2_0x2ebaf3(0x308)]('show\x20<name-or-id>')['description'](a2_0x2ebaf3(0x1ed))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))['action'](createEngageAction(EngageLineSenderAccountShowCommand));const lineImagemapImageCmd=engageCmd['command']('line-imagemap-image')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x248));function a2_0x46e2(){const _0x266f7b=['Ending\x20offset\x20(default:\x2020)','Interactive\x20chat\x20selector','Execute\x20parent\x20segment\x20SQL\x20and\x20show\x20results\x20(uses\x20context\x20if\x20name\x20omitted)','--name\x20<new-name>','Folder\x20name\x20for\x20organization','--attributes-file\x20<file>','0.7','RT\x20Journey\x20management','--kind\x20<kind>','--email-sender-id\x20<id>','join','Target\x20directory\x20for\x20YAML\x20files','API\x20type\x20(td,\x20cdp,\x20workflow,\x20trino,\x20llm)','45Ifmquf','Custom\x20revision\x20name\x20(default:\x20timestamp)','segments\x20[path]','clear','List\x20RT\x20journeys\x20(uses\x20context\x20if\x20name\x20omitted)','Delete\x20segments\x20not\x20in\x20local\x20YAML\x20files\x20(disabled\x20by\x20default)','Updated\x20schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly','--max-tool-iterations\x20<n>','replace','Output\x20file\x20path','workspace','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20table\x20pattern)','5177186bZnyFa','workflows\x20[project]','--verbose','Pull\x20child\x20segments\x20to\x20YAML\x20files','Overwrite\x20local\x20changes\x20without\x20confirmation','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file','Override\x20project\x20name','List\x20available\x20LLM\x20models','Template\x20name','\x22.\x20Must\x20be\x20a\x20number.','show\x20<policy>','user','List\x20personalization\x20services\x20(uses\x20context\x20if\x20name\x20omitted)','INVALID_ARGUMENT','users','--editor-type\x20<type>','-w,\x20--web','resume\x20<name-or-path>','show\x20<personalization_id>','desc','use\x20[resource]\x20[value]','push','validate\x20[name]','The\x20-C\x20option\x20requires\x20a\x20directory\x20path,\x20not\x20a\x20file.','--jsonl','--behaviors\x20<json>','--llm-project\x20<name>','Pause\x20activations\x20in\x20an\x20RT\x20journey','update\x20<name-or-id>','preAction','--max-depth\x20<depth>','Workspace\x20name\x20(required)','Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior','Composable\x20Audience\x20Studio\x20commands\x20(zero-copy\x20CDP)','--master','--next','Name\x20for\x20the\x20duplicated\x20campaign','List\x20folders\x20and\x20segments\x20(alias\x20for\x20\x22segment\x20list\x22)','Custom\x20header\x20(format:\x20\x22Key:\x20Value\x22,\x20repeatable)','-f,\x20--file\x20<path>','Transition\x20a\x20task\x20to\x20a\x20new\x20status','Launch\x20an\x20always-on\x20campaign','-p,\x20--profile\x20<name>','padWidth','Set\x20operation\x20timeout\x20in\x20seconds','Show\x20what\x20would\x20be\x20done\x20without\x20writing\x20files','Workflow\x20(Digdag)\x20management\x20commands','pull\x20[name]','Make\x20service\x20public\x20(default:\x20private)','Validate\x20RT\x202.0\x20configuration\x20from\x20parent\x20segment\x20YAML','entries','Update\x20an\x20email\x20template','--account-name\x20<name>','list\x20[project]','Job\x20type:\x20trino\x20or\x20hive\x20(default:\x20trino)','Show\x20what\x20would\x20be\x20restored\x20without\x20making\x20changes','retry','Customer\x20group\x20as\x20JSON\x20string','Push\x20journey\x20YAML\x20files\x20to\x20Treasure\x20Data','--resume-from\x20<task>','Sections\x20as\x20an\x20inline\x20JSON\x20array','Remove\x20API\x20key\x20from\x20system\x20keychain','list\x20[name]','secrets','List\x20journeys\x20in\x20current\x20context','Unknown\x20action:\x20','--html-file\x20<path>','stdout','delete\x20<args...>','Run\x20tests\x20for\x20an\x20LLM\x20agent','create\x20<segment_name>','--last','table','List\x20all\x20workflow\x20schedules','--parent-folder\x20<name>','view\x20[name]','List\x20always-on\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)','sql\x20[segment_name]','List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)','--include-subtasks','Show\x20journey\x20table\x20column-to-step\x20mapping','List\x20all\x20LLM\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','--github\x20<owner/repo>','--file\x20<path>','Timezone\x20for\x20delivery\x20(e.g.,\x20\x22UTC\x22,\x20\x22Asia/Tokyo\x22)','Push\x20YAML\x20files\x20to\x20Engage\x20API\x20as\x20templates','history\x20<name>','list\x20[path]','versions\x20<name-or-path>','Push\x20YAML\x20files\x20to\x20Engage\x20API\x20as\x20campaigns','--revision\x20<revision>','--from\x20<date>','Launch\x20a\x20campaign','Add\x20template\x20personalization\x20section\x20to\x20YAML\x20(uses\x20context\x20if\x20name\x20omitted)','Show\x20master\x20table\x20sample\x20data','--temperature\x20<n>','Alias\x20for\x20--database\x20(natural\x20language\x20style)','-X,\x20--method\x20<method>','--invisible','subcommandTerm','Document\x20kind\x20(item,\x20goal,\x20guide,\x20note,\x20reference)','project','Personalization\x20management','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20pattern)','Show\x20segment\x20details\x20(uses\x20context\x20if\x20not\x20provided)','--session\x20<id>','--skip-validation','login','json','Preview\x20operation\x20without\x20executing','Updated\x20description','filter','auth','columns\x20<name-or-path>','Reason\x20for\x20killing\x20the\x20attempt','Set\x20default\x20workflow\x20project\x20for\x20this\x20session','RT\x202.0\x20configuration\x20management','Show\x20always-on\x20campaign\x20details','--model\x20<name>','--start-at\x20<datetime>','Create\x20a\x20new\x20draft\x20version\x20of\x20a\x20journey','preview\x20[file]','Workflow\x20attempt\x20management','Maximum\x20number\x20of\x20items\x20to\x20return\x20(default\x20varies\x20by\x20command)','Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields','Create\x20a\x20new\x20always-on\x20campaign','Push\x20without\x20confirmation','Pull\x20workflow\x20project\x20to\x20local\x20folder','Output\x20folder\x20(default:\x20{project_name}.llm)','Push\x20YAML\x20files\x20to\x20Treasure\x20Data\x20as\x20child\x20segments','--behaviors-file\x20<file>','sql\x20[name]','colorFn','Set\x20current\x20project\x20context\x20for\x20agent\x20operations','List\x20parent\x20segments\x20(alias\x20for\x20\x22segment\x20parent\x20list\x22)','Show\x20document\x20details','hidden','2146280SrwAbs','--add-behaviors\x20<json>','Preview\x20without\x20creating\x20the\x20project','Invalid\x20editor\x20type:\x20','folders\x20<parent_name>','chat\x20[message...]','Override\x20parameters\x20(JSON\x20string\x20or\x20@file.json)','grapesjs','push\x20[file]','AI-native\x20work\x20management','sessions\x20[project]','argument','Delete\x20a\x20secret\x20from\x20a\x20project\x20(format:\x20[project]\x20<key>)','Show\x20wiki-links\x20and\x20backlinks\x20for\x20a\x20document','List\x20composable\x20audiences','Resume\x20activations\x20in\x20an\x20RT\x20journey','--session-time\x20<time>','help','Show\x20a\x20specific\x20realtime\x20personalization','parse','Show\x20attributes\x20only,\x20or\x20a\x20specific\x20attribute','attempt','after','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','[DEPRECATED]\x20Backup\x20project\x20(use\x20`tdx\x20agent\x20pull`\x20instead)','--enable-utm-tracking','always-on-campaigns\x20[pattern]','--follow','isTTY','--in\x20<database>','[DEPRECATED]\x20Use\x20\x22tdx\x20ps\x22\x20or\x20\x22tdx\x20parent-segment\x22\x20instead','logs','Update\x20a\x20workspace','New\x20campaign\x20name','-y,\x20--yes','upload\x20<file>','--timezone\x20<tz>','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','--public','Profile\x20management\x20(create,\x20list,\x20remove,\x20configure)','Set\x20a\x20profile\x20configuration\x20value','Output\x20directory','Duplicate\x20an\x20always-on\x20campaign','use\x20<project-name>','Read\x20SQL\x20query\x20from\x20file','Show\x20authentication\x20status\x20and\x20current\x20context','create','Validate\x20enriched\x20master\x20(master\x20+\x20all\x20attributes)','--all','CDP\x20segment\x20management\x20commands','chdir','engage','includes','Show\x20sample\x20data\x20for\x20a\x20specific\x20attribute','Package\x20manager\x20to\x20use\x20(npm,\x20bun,\x20pnpm,\x20yarn)','Execute\x20segment\x20SQL\x20query\x20and\x20show\x20results\x20(uses\x20context\x20if\x20not\x20provided)','Parent\x20folder\x20name\x20for\x20nested\x20folders','Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)','Preview\x20composable\x20segment\x20query\x20on\x20CDW','Output\x20as\x20JSON\x20Lines','resume_activations\x20<journeyId>','createAsync','--limit\x20<n>','[EXPERIMENTAL]\x20Show\x20chat\x20log','--to\x20<timestamp>','opts','List\x20workspaces\x20(alias\x20for\x20\x22workspace\x20list\x22)','End\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)','Run\x20specific\x20tests\x20(comma-separated)','schema\x20<type>','Kill\x20a\x20job','Output\x20format\x20(table,\x20json,\x20jsonl,\x20tsv)','Agent\x20description','List\x20workspaces\x20(optionally\x20filtered\x20by\x20pattern)','INFO','Show\x20folder\x20details\x20(use\x20parent_name/folder_name)','Run\x20Trino\x20query\x20with\x20streaming\x20results','--include-stats','_list-commands','Composable\x20segment\x20commands','New\x20service\x20description','-d,\x20--database\x20<db>','flags','push\x20[path]','List\x20email\x20senders','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20name\x20omitted)','Filtering\x20rule\x20as\x20JSON\x20string','Result\x20output\x20destination\x20URL','validate\x20[file]','optionDescription','Customer\x20group\x20from\x20JSON\x20file','Comma-separated\x20list\x20of\x20allowed\x20IP\x20addresses','error','List\x20folders\x20and\x20segments\x20at\x20path\x20or\x20in\x20current\x20context','\x0aSubcommands:\x0a\x20\x20usage\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20AI\x20Suite\x20credit\x20usage\x20by\x20profile\x0a\x20\x20statusline\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Output\x20statusline\x20for\x20Claude\x20Code\x20(reads\x20JSON\x20from\x20stdin)\x0a\x0aExamples:\x0a\x20\x20tdx\x20claude\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Launch\x20Claude\x20Code\x20with\x20TD\x20LLM\x20proxy\x0a\x20\x20tdx\x20claude\x20-c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Continue\x20most\x20recent\x20conversation\x0a\x20\x20tdx\x20claude\x20-r\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20conversation\x20(shows\x20selector)\x0a\x20\x20tdx\x20claude\x20--\x20\x22your\x20prompt\x20here\x22\x20\x20\x20\x20Start\x20with\x20an\x20initial\x20prompt\x0a\x20\x20tdx\x20claude\x20usage\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20credit\x20usage\x20statistics\x0a\x20\x20tdx\x20claude\x20usage\x20--json\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Output\x20usage\x20as\x20JSON','Delete\x20a\x20workspace','chats','Show\x20campaign\x20details','[DEPRECATED]\x20Create\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','folder','workflow','End\x20time\x20filter\x20(ISO\x208601\x20format)','delete\x20<name-or-id>','Overwrite\x20existing\x20profile','--description\x20<text>','Clear\x20session\x20context','Email\x20template\x20management','--status\x20<status>','run\x20[name]','Push\x20YAML\x20files\x20to\x20CAS\x20API','Chart\x20type:\x20conversion\x20or\x20activation\x20(default:\x20both)','--retry-limit\x20<0~32>','info\x20[segment_name]','agents\x20[pattern]','stats\x20<name-or-path>','log','Attributes\x20as\x20JSON\x20string','unset\x20<resource>','tdx\x20','run','HTTP\x20method\x20(GET,\x20POST,\x20PUT,\x20DELETE,\x20PATCH)','Make\x20segment\x20invisible\x20(default:\x20visible)','--priority\x20<-2~2>','Include\x20retried\x20attempts','option','trace','patch\x20<personalization_id>','Show\x20LINE\x20sender\x20account\x20details','trino','List\x20email\x20templates\x20(alias\x20for\x20\x22template\x20list\x22)','Start\x20time\x20filter\x20(ISO\x208601\x20format)','profiles','\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20use\x20prod\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Set\x20session\x20profile\x20to\x20\x27prod\x27\x0a\x20\x20$\x20tdx\x20profile\x20use\x20staging\x20\x20\x20\x20\x20\x20\x20#\x20Set\x20session\x20profile\x20to\x20\x27staging\x27\x0a\x20\x20$\x20tdx\x20profile\x20use\x20prod\x20--default\x20#\x20Set\x20default\x20profile\x20permanently\x0a','117675tjjLJB','--tags\x20<tags>','Output\x20in\x20JSON\x20Lines\x20format\x20(shorthand\x20for\x20--format\x20jsonl)','Workspace\x20description','Show\x20connection\x20details\x20by\x20name','--no-proxy','--description\x20<desc>','--to\x20<n>','Delete\x20a\x20campaign','use\x20[name]','agent','Show\x20what\x20would\x20be\x20written\x20without\x20writing','push\x20[name]','Retry\x20limit\x20(0\x20to\x2032)','list','Scheduled\x20query\x20management\x20commands','Workflow\x20project\x20management','--default','--format\x20<format>','Show\x20a\x20specific\x20policy\x20details\x20and\x20permissions\x20(admin\x20only)','Pull\x20specific\x20agent\x20by\x20name\x20(uses\x20llm_project\x20context)','update\x20<agent-name>','logLevel','Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage','resume\x20<name-or-id>','Timezone\x20for\x20cron\x20(default:\x20UTC)','--delay\x20<seconds>','Filter\x20by\x20status\x20(DRAFT,\x20LIVE,\x20PAUSED,\x20FINISHED)','Force\x20ANSI\x20color\x20output\x20(overrides\x20TTY\x20detection)','Resume\x20a\x20paused\x20campaign','Parent\x20segment\x20description','update\x20<name>','List\x20jobs','Pause\x20an\x20always-on\x20campaign','jobs','--schedule-option\x20<value>','List\x20journeys\x20(alias\x20for\x20journey\x20list)','New\x20segment\x20name','database','preview\x20<segment_name>','Job\x20management\x20commands','forEach','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','-v,\x20--verbose','argv','show\x20<folder_ref>','Invalid\x20--limit\x20value:\x20\x22','options','gitRevision','List\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)','Agent\x20prompt/instructions','Submit\x20a\x20job','pull\x20<project>\x20[target-dir]','--output\x20<file>','clone\x20[source]','length','Move\x20to\x20folder','catch','Show\x20chat\x20history\x20(or\x20list\x20all\x20sessions\x20if\x20no\x20ID\x20provided)','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','New\x20workspace\x20name','Access\x20control\x20policy\x20commands','mcp','Database\x20name','--params\x20<json>','claude\x20[args...]','create\x20<name-or-path>','launch\x20<name-or-id>','service','YAML\x20file\x20path\x20for\x20unpushed\x20segment','--days\x20<n>','isArray','List\x20campaigns\x20(alias\x20for\x20\x22campaign\x20list\x22)','[task-name]','Account\x20name\x20for\x20SSO\x20(Single\x20Sign-On)\x20login','Version\x20number\x20to\x20view','Parent\x20folder\x20ID\x20(required;\x20use\x20null\x20for\x20root\x20folder)','commands','Behaviors\x20from\x20JSON\x20file','Show\x20parent\x20segment\x20details\x20(uses\x20context\x20if\x20name\x20omitted)','Temperature\x20(0.0-2.0,\x20default:\x200.7)','Email\x20sender\x20ID\x20for\x20delivery','addHelpText','Get\x20job\x20results','view\x20<name-or-path>','LINE\x20imagemap\x20image\x20management','workspaces\x20[pattern]','Finish\x20an\x20always-on\x20campaign','Pull\x20composable\x20audience\x20+\x20segments\x20to\x20YAML\x20files\x20(uses\x20context\x20if\x20name\x20omitted)','--template\x20<name>','configureHelp','board','Composable\x20audience\x20name','List\x20tables\x20(e.g.,\x20mydb,\x20mydb.*,\x20*.user*,\x20mydb.user*)','stderr','List\x20all\x20workflow\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','desc\x20[segment_name]','Read\x20query\x20from\x20file','Open\x20a\x20document\x20in\x20$EDITOR','repeat','Enable\x20trace\x20logging\x20(ultra-verbose,\x20all\x20internal\x20operations)','Update\x20a\x20campaign','Create\x20a\x20new\x20agent\x20in\x20current\x20project','noColor','Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)','audience','--help','buildTime','padEnd','Follow/watch\x20timeline\x20for\x20running\x20attempts','Delivery\x20start\x20time\x20(ISO\x208601\x20format)','alias','Download\x20workflow\x20project\x20from\x20Treasure\x20Data','--table','Document\x20body\x20text','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified\x20interface)','--name\x20<new_name>','profile','Initialize\x20a\x20new\x20workspace','always-on-campaign','Create\x20segment\x20folder','Enable\x20UTM\x20tracking','api\x20[endpoint]','--add-behaviors-file\x20<file>','--name\x20<text>','Tip:\x20Use\x20plural\x20forms\x20(tdx\x20databases,\x20tables,\x20segments,\x20jobs)\x20as\x20aliases\x20for\x20\x22tdx\x20xxx\x20list\x22','Show\x20only\x20master\x20table\x20validation','Show\x20what\x20would\x20be\x20applied\x20without\x20applying','Priority\x20(critical,\x20high,\x20medium,\x20low)','View\x20a\x20specific\x20version\x20of\x20a\x20journey','Segment\x20path\x20(e.g.,\x20\x22Audience/Segment\x22\x20or\x20just\x20\x22Segment\x22)','Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes','--in\x20<db>','new\x20<title>','Output\x20as\x20JSON','line-sender-account','requiredOption','--from\x20<n>','--starter-message\x20<text>','--json-columns\x20<cols>','Validate\x20campaign\x20YAML\x20files\x20locally','Show\x20job\x20details','set','Output\x20in\x20table\x20format\x20(horizontal\x20layout,\x20shorthand\x20for\x20--format\x20table)','Updated\x20schedule\x20option','--stream','--customer-group-file\x20<file>','[attempt-id]','--clear','--new','617982UAGbNQ','delete\x20<project-name-or-id>','attempts\x20[project]','Show\x20connection-level\x20settings\x20(credentials,\x20authentication)','show\x20<service_id>\x20[parent_segment]','Attributes\x20from\x20JSON\x20file','view\x20[segment_name]','--timeout\x20<seconds>','Get\x20journey\x20traffic\x20data\x20(Sankey\x20charts)','use\x20<path>','Timezone\x20for\x20cron','Agent\x20name','Show\x20timeline\x20for\x20specific\x20session\x20(uses\x20last\x20attempt)','Create\x20a\x20new\x20LLM\x20project','create\x20<name>\x20[parent_segment]','Create\x20a\x20new\x20profile','journeys\x20[pattern]','Create\x20an\x20email\x20template','--rule-file\x20<file>','8852zIMeWV','--customer-group\x20<json>','Save\x20as\x20default\x20in\x20config\x20(~/.config/tdx/tdx.json)','Assignee','Add\x20behaviors\x20from\x20JSON\x20file','delete\x20<service_id>\x20[parent_segment]','schedules','delete\x20<name>','Filter\x20by\x20campaign\x20type\x20(email,\x20push)','--prompt\x20<text>','split','Also\x20set\x20context\x20to\x20this\x20parent\x20segment\x20after\x20pull','Full\x20request\x20body\x20from\x20a\x20JSON\x20file\x20(overrides\x20other\x20flags)','create\x20<name>','Show\x20schedule\x20execution\x20history','--folder\x20<name>','\x0aGlobal\x20Options:\x0a\x20\x20--site\x20<site>\x20\x20\x20\x20\x20\x20Target\x20site\x20(us01,\x20ap01,\x20eu01,\x20ap02)\x0a\x20\x20--profile\x20<name>\x20\x20\x20Profile\x20to\x20use\x20(saves\x20API\x20key\x20to\x20profile-specific\x20config)\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20auth\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Interactive\x20setup\x20for\x20default\x20site\x20(us01)\x0a\x20\x20$\x20tdx\x20auth\x20setup\x20--site\x20ap01\x20\x20#\x20Setup\x20for\x20Japan\x20site\x0a','Scheduled\x20time\x20(ISO\x208601\x20format,\x20defaults\x20to\x20now)','[action]','Skip\x20confirmation\x20prompts','Create\x20a\x20new\x20campaign','Enable\x20a\x20disabled\x20workflow\x20schedule','commandDescription','\x0aGlobal\x20Options:\x0a\x20\x20--profile\x20<name>\x20\x20\x20Profile\x20to\x20clear\x20(clears\x20default\x20profile\x20if\x20not\x20specified)\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20auth\x20clear\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clear\x20API\x20key\x20for\x20default\x20profile\x0a\x20\x20$\x20tdx\x20auth\x20clear\x20--profile\x20prod\x20\x20#\x20Clear\x20API\x20key\x20for\x20\x27prod\x27\x20profile\x0a','Campaign\x20description','Master\x20database\x20name','set\x20<args...>','--behavior\x20[name]','map','Start\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)','Maximum\x20recursion\x20depth\x20(default:\x2010)','campaign','Enable\x20verbose\x20logging','JSON\x20columns\x20for\x20connector\x20(comma-separated)','Updated\x20filtering\x20rule\x20from\x20JSON\x20file','--json','activations\x20<segment_name>','--version','timeline\x20[project.workflow]','Use\x20--help\x20to\x20see\x20all\x20options,\x20--version\x20to\x20show\x20version','delivery','Parent\x20segment\x20management','1157264fOIQkX','information_schema','Start\x20a\x20new\x20chat\x20session','Timezone\x20(e.g.,\x20America/Los_Angeles)','engage_workspace','Add\x20attributes\x20as\x20JSON\x20string','Personalization\x20name','show\x20<job-id>','[DEPRECATED]\x20Update\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','Add\x20behaviors\x20as\x20JSON\x20string','--subject\x20<subject>','Show\x20personalization\x20service\x20details\x20(uses\x20context\x20if\x20parent\x20omitted)','Starter\x20message','-o,\x20--output\x20<file>','usage','[options]\x20--\x20[claude-code-args...]','Get\x20SQL\x20query\x20for\x20segment.\x20For\x20segments\x20in\x20folders,\x20include\x20folder\x20path\x20(e.g.,\x20\x22Folder/Segment\x22)','registeredArguments','Show\x20parent\x20segment\x20output\x20schema\x20(uses\x20context\x20if\x20name\x20omitted)','connections','Update\x20an\x20existing\x20agent','[DEPRECATED]\x20Create\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','--agent\x20<ref>','flatMap','Cron\x20expression\x20for\x20scheduling',',\x20version\x20','Filter\x20by\x20status\x20(running,\x20success,\x20error,\x20blocked,\x20all)','--limit\x20<number>','session','Include\x20all\x20items\x20(no\x20stale\x20filtering)','Setup\x20API\x20key\x20authentication\x20interactively','--kind\x20<type>','Token\x20description','TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)','549nmcatQ','Create\x20a\x20token\x20for\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','Include\x20retried\x20attempts\x20(for\x20list)','required','--color','Preview\x20changes\x20without\x20pushing','Show\x20table\x20contents\x20(SELECT\x20*\x20with\x20limit)','--parent-segment\x20<name>','allowExcessArguments','statusline','--body\x20<body>','List\x20all\x20databases\x20(alias\x20for\x20\x22database\x20list\x22)','run\x20[workflow]','--result\x20<url>','Continue\x20most\x20recent\x20conversation','--trace','--to\x20<date>','Clear\x20default\x20from\x20config\x20(~/.config/tdx/tdx.json)','Set\x20workspace\x20context\x20for\x20Engage\x20commands\x20(alias\x20for\x20\x22tdx\x20use\x20engage_workspace\x22)','Show\x20items\x20updated\x20within\x20N\x20days','summary','Delete\x20an\x20LLM\x20project','-o,\x20--output\x20<dir>','delete\x20<agent-name>','--attribute\x20[name]','--name\x20<name>','Service\x20description','describe','List\x20secret\x20keys\x20for\x20a\x20project','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','Pull\x20campaigns\x20to\x20YAML\x20files','--dry-run','command','Maximum\x20tool\x20iterations\x20(default:\x204)','Update\x20a\x20personalization\x20service\x20name/description\x20(uses\x20context\x20if\x20parent\x20omitted)','Export\x20journey(s)\x20as\x20YAML\x20files','Project\x20description','Show\x20all\x20files\x20including\x20valid\x20ones','configuration_versions\x20[name]','--num\x20<1-10>','_hidden','journey','Disable\x20ANSI\x20color\x20output\x20(also\x20respects\x20NO_COLOR\x20env\x20var)','\x0aExamples:\x0a\x20\x20$\x20tdx\x20api\x20/v3/database/list\x0a\x20\x20$\x20tdx\x20api\x20/v3/database/show/mydb\x0a\x20\x20$\x20tdx\x20api\x20-X\x20POST\x20--data\x20\x27{\x22query\x22:\x22SELECT\x201\x22}\x27\x20/v3/job/issue/hive/mydb\x0a\x20\x20$\x20tdx\x20api\x20/entities/parent_segments\x20--type\x20cdp\x0a\x20\x20$\x20tdx\x20api\x20/api/workflows\x20--type\x20workflow\x0a','Skip\x20population\x20counting','slice','Upgrade\x20to\x20the\x20next\x20(pre-release)\x20channel','--session-id\x20<id>','--from\x20<timestamp>','--yes','--method\x20<pm>','List\x20activations\x20for\x20a\x20segment\x20(use\x20parent_name/child_name)','List\x20all\x20users\x20in\x20the\x20account','pull\x20[parent_or_file]','New\x20service\x20name','isDirectory','delete\x20<token_id>\x20[parent_segment]','Query\x20engine\x20version','log\x20<chat-id>','--no-eval','stringify','--engine-version\x20<version>','List\x20always-on\x20campaigns\x20(alias\x20for\x20\x22always-on-campaign\x20list\x22)','init\x20[name]','--workspace\x20<name>','tasks','Upgrade\x20tdx\x20to\x20the\x20latest\x20version','Show\x20connector\x20output\x20schema\x20for\x20connector_config\x20validation','Create\x20a\x20scheduled\x20query','schedule','Personalization\x20service\x20token\x20management','LLM\x20project\x20to\x20use\x20(overrides\x20context)','--allowed-ips\x20<ips>','Result\x20export\x20destination\x20(URL\x20or\x20JSON)','list\x20[pattern]','--param\x20<key=value>','pause\x20<name-or-id>','parents\x20[pattern]','Initial\x20status','New\x20project\x20name\x20(default:\x20original\x20name\x20from\x20backup)','--table\x20<table>','Set\x20secrets\x20for\x20a\x20project\x20(format:\x20[project]\x20KEY=VALUE\x20[KEY2=VALUE2\x20...])','Query\x20type:\x20trino\x20or\x20hive','Maximum\x20rows\x20to\x20display','Segment\x20description','[DEPRECATED]\x20List\x20segment\x20folders\x20(use\x20\x22tdx\x20sg\x20list\x22\x20instead)','links\x20<name>','status','show\x20<agent-name>','upgrade\x20[version]','subcommandDescription','Delete\x20a\x20realtime\x20personalization','Master\x20table\x20name','action','Limit\x20number\x20of\x20rows','Skip\x20confirmation\x20prompt','Updated\x20timezone','Show\x20segment\x20details\x20(alias\x20for\x20view)','LLM\x20operations\x20(models,\x20projects,\x20agents,\x20chat)','--job-type\x20<type>','Link\x20workspace\x20to\x20a\x20GitHub\x20repository','enable\x20<id>','List\x20tables\x20(alias\x20for\x20\x22table\x20list\x22)','--type\x20<api_type>','get','Delete\x20an\x20agent','push\x20[target]','DEBUG','CDP\x20Journey\x20Orchestration\x20commands','-u,\x20--use','[DEPRECATED]\x20Set\x20current\x20segment/folder\x20context\x20(use\x20\x22tdx\x20use\x20parent_segment\x22\x20instead)','-1d','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','-d,\x20--database\x20<database>','outputHelp','Plaintext\x20template\x20content','-H,\x20--header\x20<header>','Data\x20connection\x20management\x20(for\x20activations/exports)','--time\x20<iso8601>','Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)','--add-attributes-file\x20<file>','Push\x20local\x20workflow\x20changes\x20to\x20Treasure\x20Data','validate\x20[target]','Arguments:','Read\x20HTML\x20template\x20from\x20file','--html\x20<html>','TRACE','Email\x20subject\x20template','Describe\x20table\x20schema','Behaviors\x20as\x20JSON\x20string','Open\x20segment\x20in\x20web\x20browser','Schedule\x20option\x20(time\x20for\x20daily,\x20day\x20for\x20weekly/monthly)','Model\x20type\x20(default:\x20claude-4.5-sonnet)','List\x20workflow\x20execution\x20sessions\x20(alias\x20for\x20\x22session\x20list\x22)','Override\x20parameters\x20for\x20retry\x20(JSON\x20string\x20or\x20@file.json)','parent','create\x20<name>\x20<service_id>\x20[parent_segment]','pull\x20[workspace]','Filter\x20by\x20status\x20(DRAFT,\x20ACTIVE,\x20PAUSED,\x20COMPLETED)','directory','finish\x20<name-or-id>','System\x20prompt/instructions\x20(default:\x20empty)','optionTerm','List\x20recursively\x20(show\x20full\x20hierarchy\x20tree)','TD\x20site/region\x20(us01,\x20ap01,\x20eu01,\x20ap02;\x20aliases:\x20us,\x20jp,\x20aws)','kill\x20<job-id>','Delete\x20workflow\x20project\x20from\x20Treasure\x20Data','hook','Include\x20subtasks\x20in\x20tasks\x20output','upload\x20[project-name-or-dir]','upgrade','--cron\x20<expression>','Database\x20name\x20(default:\x20information_schema)','Pause\x20a\x20running\x20journey','Show\x20Kanban\x20board\x20view\x20of\x20tasks','item','Directory\x20does\x20not\x20exist:\x20','--audience-id\x20<id>','job','\x0aValid\x20keys:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20llm_agent,\x20description\x0a\x0aUses\x20session\x20profile\x20if\x20set\x20(via\x20\x27tdx\x20profile\x20use\x27),\x20or\x20specify\x20with\x20--profile.\x0aNote:\x20Setting\x20\x27site\x27\x20requires\x20API\x20key\x20validation.\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20use\x20prod\x20&&\x20tdx\x20profile\x20set\x20database=my_db\x0a\x20\x20$\x20tdx\x20profile\x20set\x20--profile\x20staging\x20site=ap01\x20\x20\x20#\x20Will\x20prompt\x20for\x20API\x20key\x0a\x20\x20$\x20tdx\x20profile\x20set\x20description=\x22Development\x20environment\x22\x0a','--path\x20<file-path>','work','use\x20<name>','--priority\x20<priority>','result\x20<job-id>','--database\x20<name>','List\x20parent\x20segments\x20with\x20RT\x202.0\x20status','beefree','Delete\x20an\x20email\x20template','List\x20workflows\x20(optionally\x20filtered\x20by\x20project)','use\x20[project]','List\x20activations\x20for\x20a\x20journey','--no-count-population','Show\x20journey\x20details','Action:\x20logs,\x20tasks,\x20kill,\x20retry','Resume\x20a\x20paused\x20journey','backup\x20<name>','Job\x20priority\x20(-2\x20to\x202)','fields\x20[parent_name]','LLM\x20agent\x20management','description','List\x20all\x20data\x20connections\x20(alias\x20for\x20\x22connection\x20list\x22)','List\x20workflow\x20attempts\x20(alias\x20for\x20\x22attempt\x20list\x22)','Add\x20attributes\x20from\x20JSON\x20file','Profile\x20to\x20use\x20(overrides\x20active\x20profile)','argumentDescription','Include\x20raw\x20history\x20data\x20in\x20output','Delay\x20in\x20seconds\x20before\x20execution','Open\x20parent\x20segment\x20in\x20web\x20browser','Task\x20name\x20for\x20logs\x20action','Get\x20current\x20RT\x20configuration\x20version\x20status','projects\x20[pattern]','Resume\x20a\x20paused\x20always-on\x20campaign','name','List\x20all\x20policies\x20in\x20the\x20account\x20(admin\x20only)','--tsv','Workflow\x20parameter\x20(repeatable)','--debug','Parse\x20and\x20validate\x20without\x20executing','Use\x20your\x20own\x20Claude\x20Code\x20account\x20(Anthropic/AWS\x20Bedrock/Vertex\x20AI,\x20etc.)','Comma-separated\x20tags','duplicate\x20<name-or-id>','Filtering\x20rule\x20from\x20JSON\x20file','--segment\x20<path>','aliases','5300010oHdEwZ','senders\x20[pattern]','policy','kill','Pause\x20a\x20campaign','List\x20parent\x20segments\x20(supports\x20wildcards:\x20*,\x20?)','show\x20[table]','Validate\x20template\x20YAML\x20files\x20locally','Show\x20history\x20of\x20the\x20most\x20recent\x20chat\x20session','Provide\x20a\x20valid\x20directory\x20path\x20with\x20-C\x20option.','traffic\x20<name-or-path>','List\x20scheduled\x20queries\x20(optional\x20regex\x20pattern\x20filter)','Skip\x20validation\x20of\x20.dig\x20files','Resume\x20from\x20specific\x20task\x20(retry)','List\x20all\x20versions\x20of\x20a\x20journey','List\x20all\x20databases\x20(optionally\x20filtered\x20by\x20glob\x20pattern)','--assignee\x20<assignee>','--interval\x20<range>','Resume\x20from\x20specific\x20task','--name\x20<names>','--schedule-type\x20<type>','tdx','Revision\x20name\x20(default:\x20timestamp)','-C,\x20--directory\x20<path>','move\x20<name>\x20<status>','Update\x20a\x20realtime\x20personalization\x20entity','show\x20<name>','Session\x20time\x20(ISO\x208601,\x20defaults\x20to\x20now)','Force\x20retry\x20even\x20if\x20not\x20failed','List\x20all\x20data\x20connections','desc\x20[name]','Name\x20for\x20the\x20new\x20project\x20(required)','submit\x20[query]','List\x20workflow\x20attempts\x20(filter\x20by\x20project\x20or\x20project.workflow)','New\x20template\x20name','then','-f,\x20--force','LINE\x20sender\x20account\x20management','Journey\x20version\x20management','Manage\x20workflow\x20schedules\x20(enable/disable)','format','templates\x20[pattern]','debug','--reason\x20<text>','Retry\x20a\x20session\x20(prefix\x20with\x20session:)','Apply\x20a\x20template','...','update\x20<service_id>\x20[parent_segment]','campaigns\x20[pattern]','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','Show\x20timeline\x20for\x20specific\x20attempt','Database\x20name\x20(required)','--full','create\x20<parent_name>\x20<folder_name>','set\x20<key=value>','Upload\x20workflow\x20project\x20to\x20Treasure\x20Data\x20(digdag-style)','show\x20<name-or-id>','--catalog\x20<catalog>','Disable\x20a\x20workflow\x20schedule','Run\x20tests\x20with\x20specific\x20tags\x20(comma-separated)','--plaintext\x20<text>','--include-retried','Check\x20for\x20updates\x20without\x20installing','--type\x20<type>','Start\x20MCP\x20server\x20for\x20AI\x20tool\x20integration','List\x20all\x20available\x20profiles','tsv','--enriched','Delete\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','Enable\x20debug\x20logging\x20(shows\x20HTTP\x20requests/responses)','Campaign\x20type\x20(email\x20or\x20push)','setup','push\x20[source-dir]','variadic','Workspace\x20name','--sections\x20<json>','jsonl','\x20(resolved\x20to\x20','List\x20all\x20workflow\x20projects\x20(optionally\x20filtered\x20by\x20glob\x20pattern)','restore\x20<folder>','--data\x20<data>','--delete','Delete\x20a\x20token\x20from\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','Create\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)'];a2_0x46e2=function(){return _0x266f7b;};return a2_0x46e2();}lineImagemapImageCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x4ce))[a2_0x2ebaf3(0x39c)]('Upload\x20an\x20image\x20for\x20LINE\x20imagemap\x20(JPEG/PNG,\x20min\x201040px,\x20max\x2010MB)')['action'](createEngageAction(EngageLineImagemapImageUploadCommand));const deliveryCmd=program['command'](a2_0x2ebaf3(0x2c4))['description']('Delivery\x20operations\x20(email\x20senders)');deliveryCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3b6))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1c2))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x328),a2_0x2ebaf3(0x3ff))[a2_0x2ebaf3(0x345)](createEngageListAction(DeliveryEmailSendersCommand));const connectionCmd=program[a2_0x2ebaf3(0x308)]('connection')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x35d)),connectionListAction=async _0xd1df24=>{const _0x15cadc=a2_0x2ebaf3,_0x2c7333=new ConnectionListCommand(),_0x43eb26=program[_0x15cadc(0x1af)](),_0x20423=await createTDXInstance(_0x43eb26),_0x1b9c32=await _0x2c7333[_0x15cadc(0x1e5)]({'options':{..._0x43eb26,..._0xd1df24},'args':[],'tdx':_0x20423});gracefulExit(_0x1b9c32);};connectionCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x201))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3d2))[a2_0x2ebaf3(0x345)](connectionListAction),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x2d9),{'hidden':!![]})[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x39d))[a2_0x2ebaf3(0x345)](connectionListAction),connectionCmd[a2_0x2ebaf3(0x308)]('show\x20<name>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1f7))['action'](async(_0x4fb297,_0x3bc2f8)=>{const _0x1dafd9=a2_0x2ebaf3,_0x268757=new ConnectionShowCommand(),_0x1abc32=program[_0x1dafd9(0x1af)](),_0x10b0b=await createTDXInstance(_0x1abc32),_0x4dc16f=await _0x268757[_0x1dafd9(0x1e5)]({'options':{..._0x1abc32,..._0x3bc2f8},'args':[_0x4fb297],'tdx':_0x10b0b});gracefulExit(_0x4dc16f);}),connectionCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1b3))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x32b))[a2_0x2ebaf3(0x345)](async(_0x131454,_0x278123)=>{const _0x58c89e=a2_0x2ebaf3,_0x240183=new ConnectionSchemaCommand(),_0x17931c=program['opts'](),_0x5d0265=await createTDXInstance(_0x17931c),_0xd574ca=await _0x240183[_0x58c89e(0x1e5)]({'options':{..._0x17931c,..._0x278123},'args':[_0x131454],'tdx':_0x5d0265});gracefulExit(_0xd574ca);}),connectionCmd['command']('types')[a2_0x2ebaf3(0x39c)]('List\x20available\x20connector\x20types')[a2_0x2ebaf3(0x345)](async _0x26965e=>{const _0x297358=a2_0x2ebaf3,_0x5e8732=new ConnectionTypesCommand(),_0xb59400=program[_0x297358(0x1af)](),_0x705fc0=await createTDXInstance(_0xb59400),_0x2fbf0c=await _0x5e8732[_0x297358(0x1e5)]({'options':{..._0xb59400,..._0x26965e},'args':[],'tdx':_0x705fc0});gracefulExit(_0x2fbf0c);}),connectionCmd[a2_0x2ebaf3(0x308)]('settings\x20<type>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x28c))['action'](async(_0x162faa,_0x7aafdc)=>{const _0x2eda0a=a2_0x2ebaf3,_0x2fdad4=new ConnectionSettingsCommand(),_0x56f74a=program[_0x2eda0a(0x1af)](),_0x158879=await createTDXInstance(_0x56f74a),_0x34d85c=await _0x2fdad4[_0x2eda0a(0x1e5)]({'options':{..._0x56f74a,..._0x7aafdc},'args':[_0x162faa],'tdx':_0x158879});gracefulExit(_0x34d85c);});const casCmd=program[a2_0x2ebaf3(0x308)]('cas')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x443));casCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x201))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4b9))[a2_0x2ebaf3(0x345)](async _0x213d4e=>{const _0x477db8=a2_0x2ebaf3,_0x594f49=new CASListCommand(),_0x292e07=program[_0x477db8(0x1af)](),_0xfe6bc=await createTDXInstance(_0x292e07),_0x485f36=await _0x594f49['run']({'options':{..._0x292e07,..._0x213d4e},'args':[],'tdx':_0xfe6bc});gracefulExit(_0x485f36);}),casCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x3d3))[a2_0x2ebaf3(0x39c)]('Describe\x20a\x20composable\x20audience\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x2ebaf3(0x345)](async(_0x7ed391,_0x8904f4)=>{const _0x473dd1=a2_0x2ebaf3,_0x28a351=new CASDescCommand(),_0x51829f=program[_0x473dd1(0x1af)](),_0x2cfe55=await createTDXInstance(_0x51829f),_0x321e00=await _0x28a351['run']({'options':{..._0x51829f,..._0x8904f4},'args':_0x7ed391?[_0x7ed391]:[],'tdx':_0x2cfe55});gracefulExit(_0x321e00);}),casCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x451))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x24b))[a2_0x2ebaf3(0x1ea)]('--dir\x20<dir>',a2_0x2ebaf3(0x414))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x44f))[a2_0x2ebaf3(0x345)](async(_0x1db23c,_0xaa0572)=>{const _0x4e3275=a2_0x2ebaf3,_0x151410=new CASPullCommand(),_0x315013=program[_0x4e3275(0x1af)](),_0x296adb=await createTDXInstance(_0x315013),_0x3376e8=await _0x151410[_0x4e3275(0x1e5)]({'options':{..._0x315013,..._0xaa0572},'args':_0x1db23c?[_0x1db23c]:[],'tdx':_0x296adb});gracefulExit(_0x3376e8);}),casCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x352))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1db))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x276))[a2_0x2ebaf3(0x345)](async(_0x2bdb7d,_0x5d783e)=>{const _0x1ccc3d=a2_0x2ebaf3,_0x575472=new CASPushCommand(),_0x150559=program[_0x1ccc3d(0x1af)](),_0x2964ff=await createTDXInstance(_0x150559),_0x2a8bb0=await _0x575472[_0x1ccc3d(0x1e5)]({'options':{..._0x150559,..._0x5d783e},'args':_0x2bdb7d?[_0x2bdb7d]:[],'tdx':_0x2964ff});gracefulExit(_0x2a8bb0);}),casCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x21a))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4e5))[a2_0x2ebaf3(0x1ea)]('--audience\x20<name>',a2_0x2ebaf3(0x24f))[a2_0x2ebaf3(0x345)](async(_0x973433,_0x9212ac)=>{const _0x5b3e18=a2_0x2ebaf3,_0x5483f6=new CASPreviewCommand(),_0x131250=program[_0x5b3e18(0x1af)](),_0x2f6693=await createTDXInstance(_0x131250),_0x225af2=await _0x5483f6['run']({'options':{..._0x131250,..._0x9212ac},'args':[_0x973433,_0x9212ac[_0x5b3e18(0x25c)]],'tdx':_0x2f6693});gracefulExit(_0x225af2);});const casSgCmd=casCmd['command']('sg')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x1bd));casSgCmd[a2_0x2ebaf3(0x308)]('list\x20[audience_name]')[a2_0x2ebaf3(0x39c)]('List\x20composable\x20segments\x20for\x20an\x20audience')[a2_0x2ebaf3(0x345)](async(_0x5cb3b5,_0x31792f)=>{const _0x3636ca=a2_0x2ebaf3,_0x3887db=new CASSegmentListCommand(),_0x179429=program[_0x3636ca(0x1af)](),_0x23b4ea=await createTDXInstance(_0x179429),_0x2c623a=await _0x3887db[_0x3636ca(0x1e5)]({'options':{..._0x179429,..._0x31792f},'args':_0x5cb3b5?[_0x5cb3b5]:[],'tdx':_0x23b4ea});gracefulExit(_0x2c623a);});const journeyCmd=program['command'](a2_0x2ebaf3(0x311))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x354)),journeyListAction=async(_0x1e5211,_0x2dbf2e)=>{const _0x1ab38a=a2_0x2ebaf3,_0x4b452c=new JourneyListCommand(),_0x2f9382=program[_0x1ab38a(0x1af)](),_0x483ced=await createTDXInstance(_0x2f9382),_0x4deddb=await _0x4b452c[_0x1ab38a(0x1e5)]({'options':{..._0x2f9382,..._0x2dbf2e},'args':_0x1e5211?[_0x1e5211]:[],'tdx':_0x483ced});gracefulExit(_0x4deddb);};journeyCmd['command'](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x462))[a2_0x2ebaf3(0x345)](journeyListAction),journeyCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x247))['description'](a2_0x2ebaf3(0x395))['option'](a2_0x2ebaf3(0x432),'Open\x20journey\x20in\x20web\x20browser')['option'](a2_0x2ebaf3(0x1bb),'Include\x20execution\x20statistics')[a2_0x2ebaf3(0x345)](async(_0x50eb12,_0x760b43)=>{const _0x8ec1a7=a2_0x2ebaf3,_0x2d63b0=new JourneyViewCommand(),_0xf98ee=program['opts'](),_0x26667c=await createTDXInstance(_0xf98ee),_0x3bd975=await _0x2d63b0[_0x8ec1a7(0x1e5)]({'options':{..._0xf98ee,..._0x760b43},'args':[_0x50eb12],'tdx':_0x26667c});gracefulExit(_0x3bd975);}),journeyCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1e0))['description']('Show\x20journey\x20statistics')[a2_0x2ebaf3(0x1ea)]('--stage\x20<name>','Show\x20stats\x20for\x20specific\x20stage')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x47d),a2_0x2ebaf3(0x2b9))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2f8),a2_0x2ebaf3(0x1b1))[a2_0x2ebaf3(0x1ea)]('--include-history',a2_0x2ebaf3(0x3a2))['action'](async(_0x5ec42f,_0x5aa778)=>{const _0x2252b7=a2_0x2ebaf3,_0xaf72e4=new JourneyStatsCommand(),_0x3304ef=program[_0x2252b7(0x1af)](),_0x46d3b4=await createTDXInstance(_0x3304ef),_0xa27797=await _0xaf72e4[_0x2252b7(0x1e5)]({'options':{..._0x3304ef,..._0x5aa778},'args':[_0x5ec42f],'tdx':_0x46d3b4});gracefulExit(_0xa27797);}),journeyCmd['command'](a2_0x2ebaf3(0x3bf))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x291))[a2_0x2ebaf3(0x1ea)]('--type\x20<type>',a2_0x2ebaf3(0x1dc))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x47d),a2_0x2ebaf3(0x2b9))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2f8),a2_0x2ebaf3(0x1b1))['option'](a2_0x2ebaf3(0x2e1),'Maximum\x20number\x20of\x20nodes',_0x5e127f=>{const _0x29b7ef=a2_0x2ebaf3,_0x117af3=parseInt(_0x5e127f,0xa);if(isNaN(_0x117af3))throw new Error(_0x29b7ef(0x221)+_0x5e127f+_0x29b7ef(0x42b));return _0x117af3;})[a2_0x2ebaf3(0x345)](async(_0x2830cf,_0x49abbb)=>{const _0x1a4f39=a2_0x2ebaf3,_0x5ed6fc=new JourneyTrafficCommand(),_0x5464fe=program[_0x1a4f39(0x1af)](),_0xf517fb=await createTDXInstance(_0x5464fe),_0x4af7fd=await _0x5ed6fc['run']({'options':{..._0x5464fe,..._0x49abbb},'args':[_0x2830cf],'tdx':_0xf517fb});gracefulExit(_0x4af7fd);}),journeyCmd[a2_0x2ebaf3(0x308)]('pause\x20<name-or-path>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x381))[a2_0x2ebaf3(0x345)](async(_0x4d8d7f,_0x524a1e)=>{const _0x58128f=a2_0x2ebaf3,_0x213c59=new JourneyPauseCommand(),_0x718613=program['opts'](),_0x5390b8=await createTDXInstance(_0x718613),_0x2cec61=await _0x213c59[_0x58128f(0x1e5)]({'options':{..._0x718613,..._0x524a1e},'args':[_0x4d8d7f],'tdx':_0x5390b8});gracefulExit(_0x2cec61);}),journeyCmd['command'](a2_0x2ebaf3(0x433))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x397))['action'](async(_0x409d1a,_0x4da1b7)=>{const _0x367a8f=a2_0x2ebaf3,_0x566910=new JourneyResumeCommand(),_0x498f72=program[_0x367a8f(0x1af)](),_0xa08a02=await createTDXInstance(_0x498f72),_0x56194a=await _0x566910[_0x367a8f(0x1e5)]({'options':{..._0x498f72,..._0x4da1b7},'args':[_0x409d1a],'tdx':_0xa08a02});gracefulExit(_0x56194a);}),journeyCmd['command'](a2_0x2ebaf3(0x451))['description'](a2_0x2ebaf3(0x30b))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x44f))[a2_0x2ebaf3(0x345)](async(_0x39631b,_0x53db24)=>{const _0x4b3c81=a2_0x2ebaf3,_0x18c951=new JourneyPullCommand(),_0x3bbbfe=program[_0x4b3c81(0x1af)](),_0x292b42=await createTDXInstance(_0x3bbbfe),_0x11dd4a=await _0x18c951[_0x4b3c81(0x1e5)]({'options':{..._0x3bbbfe,..._0x53db24},'args':_0x39631b?[_0x39631b]:[],'tdx':_0x292b42});gracefulExit(_0x11dd4a);}),journeyCmd['command'](a2_0x2ebaf3(0x352))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x45c))['action'](async(_0x18508d,_0x14237f)=>{const _0x39b6a6=a2_0x2ebaf3,_0x4d228d=new JourneyPushCommand(),_0x4404d9=program['opts'](),_0x25776d=await createTDXInstance(_0x4404d9),_0x1d9e0a=await _0x4d228d[_0x39b6a6(0x1e5)]({'options':{..._0x4404d9,..._0x14237f},'args':_0x18508d?[_0x18508d]:[],'tdx':_0x25776d});gracefulExit(_0x1d9e0a);}),journeyCmd['command'](a2_0x2ebaf3(0x493))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x472))[a2_0x2ebaf3(0x345)](async(_0x4d3122,_0x370129)=>{const _0x2baf92=a2_0x2ebaf3,_0x55fc52=new JourneyColumnsCommand(),_0x129038=program[_0x2baf92(0x1af)](),_0x4fcc78=await createTDXInstance(_0x129038),_0x4647ca=await _0x55fc52[_0x2baf92(0x1e5)]({'options':{..._0x129038,..._0x370129},'args':[_0x4d3122],'tdx':_0x4fcc78});gracefulExit(_0x4647ca);}),journeyCmd[a2_0x2ebaf3(0x308)]('activations\x20<name-or-path>')['description'](a2_0x2ebaf3(0x393))[a2_0x2ebaf3(0x345)](async(_0x35be08,_0x3f9ba5)=>{const _0x3feb80=a2_0x2ebaf3,_0x277689=new JourneyActivationsCommand(),_0x1c99da=program[_0x3feb80(0x1af)](),_0x50dfb2=await createTDXInstance(_0x1c99da),_0x59cf54=await _0x277689['run']({'options':{..._0x1c99da,..._0x3f9ba5},'args':[_0x35be08],'tdx':_0x50dfb2});gracefulExit(_0x59cf54);}),journeyCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x47a))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3c3))[a2_0x2ebaf3(0x345)](async(_0x5b4742,_0x133762)=>{const _0x4459c4=a2_0x2ebaf3,_0x1a871f=new JourneyVersionsCommand(),_0x2f06e5=program[_0x4459c4(0x1af)](),_0xad59c8=await createTDXInstance(_0x2f06e5),_0x396332=await _0x1a871f[_0x4459c4(0x1e5)]({'options':{..._0x2f06e5,..._0x133762},'args':[_0x5b4742],'tdx':_0xad59c8});gracefulExit(_0x396332);});const journeyVersionCmd=journeyCmd[a2_0x2ebaf3(0x308)]('version')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x3db));journeyVersionCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x235))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x49a))[a2_0x2ebaf3(0x345)](async(_0x43300c,_0x2cd34f)=>{const _0x3a35c2=a2_0x2ebaf3,_0x40a8df=new JourneyVersionCreateCommand(),_0x5d03df=program[_0x3a35c2(0x1af)](),_0x50e827=await createTDXInstance(_0x5d03df),_0x9c8ef7=await _0x40a8df[_0x3a35c2(0x1e5)]({'options':{..._0x5d03df,..._0x2cd34f},'args':[_0x43300c],'tdx':_0x50e827});gracefulExit(_0x9c8ef7);}),journeyVersionCmd['command']('view\x20<name-or-path>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x274))[a2_0x2ebaf3(0x27b)]('--version\x20<number>',a2_0x2ebaf3(0x23e))[a2_0x2ebaf3(0x345)](async(_0x312c7a,_0x503e58)=>{const _0x55fd11=a2_0x2ebaf3,_0x530026=new JourneyVersionViewCommand(),_0xb51d48=program[_0x55fd11(0x1af)](),_0x2deb76=await createTDXInstance(_0xb51d48),_0x4fe1d1=await _0x530026[_0x55fd11(0x1e5)]({'options':{..._0xb51d48,..._0x503e58},'args':[_0x312c7a],'tdx':_0x2deb76});gracefulExit(_0x4fe1d1);}),journeyCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x362))[a2_0x2ebaf3(0x39c)]('Validate\x20journey\x20YAML\x20files\x20locally')[a2_0x2ebaf3(0x345)](async(_0x3095b2,_0x2d9986)=>{const _0xaed2ad=a2_0x2ebaf3,_0x5dfee3=new JourneyValidateCommand(),_0x17ff5c=program['opts'](),_0xa8e735=await createTDXInstance(_0x17ff5c),_0x456376=await _0x5dfee3[_0xaed2ad(0x1e5)]({'options':{..._0x17ff5c,..._0x2d9986},'args':_0x3095b2?[_0x3095b2]:[],'tdx':_0xa8e735});gracefulExit(_0x456376);}),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x299))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x217))[a2_0x2ebaf3(0x345)](journeyListAction);const agentSyncCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1fd))['description'](a2_0x2ebaf3(0x39b));agentSyncCmd[a2_0x2ebaf3(0x308)]('pull\x20[project]\x20[agent-name]')['description'](a2_0x2ebaf3(0x22e))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2fe),a2_0x2ebaf3(0x4d4))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3d9),a2_0x2ebaf3(0x426))[a2_0x2ebaf3(0x1ea)]('-a,\x20--agent\x20<name>',a2_0x2ebaf3(0x207))[a2_0x2ebaf3(0x345)](async(_0x2b0e93,_0x5cbb01,_0x2d96d7)=>{const _0x400315=a2_0x2ebaf3,_0x26fe99=new AgentPullCommand(),_0xac0639=program[_0x400315(0x1af)](),_0x40366e=await createTDXInstance(_0xac0639),_0x568796=[];if(_0x2b0e93)_0x568796[_0x400315(0x437)](_0x2b0e93);if(_0x5cbb01)_0x568796[_0x400315(0x437)](_0x5cbb01);const _0x373395=await _0x26fe99[_0x400315(0x1e5)]({'options':{..._0xac0639,..._0x2d96d7},'args':_0x568796,'tdx':_0x40366e});gracefulExit(_0x373395);}),agentSyncCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1c1))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x305))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3d9),a2_0x2ebaf3(0x4a0))[a2_0x2ebaf3(0x345)](async(_0x45f8e2,_0x11a2a7)=>{const _0x430c7c=a2_0x2ebaf3,_0x2176ce=new AgentPushCommand(),_0x482fd7=program[_0x430c7c(0x1af)](),_0x36dc5a=await createTDXInstance(_0x482fd7),_0x1cf4c4=await _0x2176ce[_0x430c7c(0x1e5)]({'options':{..._0x482fd7,..._0x11a2a7},'args':_0x45f8e2?[_0x45f8e2]:[],'tdx':_0x36dc5a});gracefulExit(_0x1cf4c4);}),agentSyncCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x229))['description'](a2_0x2ebaf3(0x358))[a2_0x2ebaf3(0x1ea)]('-n,\x20--name\x20<name>','Name\x20for\x20the\x20new\x20project\x20(required)')[a2_0x2ebaf3(0x345)](async(_0x427050,_0x428703)=>{const _0x28e833=a2_0x2ebaf3,_0x3d8be0=new AgentCloneCommand(),_0x18937f=program[_0x28e833(0x1af)](),_0xe7963b=await createTDXInstance(_0x18937f),_0x54b982=await _0x3d8be0['run']({'options':{..._0x18937f,..._0x428703},'args':_0x427050?[_0x427050]:[],'tdx':_0xe7963b});gracefulExit(_0x54b982);}),agentSyncCmd['command']('test\x20[path]')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x467))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3c8),a2_0x2ebaf3(0x1b2))[a2_0x2ebaf3(0x1ea)]('--tags\x20<tags>',a2_0x2ebaf3(0x3f0))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x307),a2_0x2ebaf3(0x3ae))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x323),'Generate\x20test\x20conversations\x20without\x20evaluation')['option']('--reeval','Re-evaluate\x20last\x20test\x20run\x20with\x20updated\x20criteria')[a2_0x2ebaf3(0x345)](async(_0x4fb9da,_0x14ef79)=>{const _0xbd1ff9=a2_0x2ebaf3,_0x25a3f2=new AgentTestCommand(),_0x5bd463=program[_0xbd1ff9(0x1af)](),_0x253c26=await createTDXInstance(_0x5bd463),_0x3c4704=await _0x25a3f2[_0xbd1ff9(0x1e5)]({'options':{..._0x5bd463,..._0x14ef79},'args':_0x4fb9da?[_0x4fb9da]:[],'tdx':_0x253c26});gracefulExit(_0x3c4704);}),agentSyncCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x332))[a2_0x2ebaf3(0x39c)]('List\x20agents\x20in\x20current\x20project')[a2_0x2ebaf3(0x345)](llmAgentListAction),agentSyncCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x340))['description']('Show\x20agent\x20details')['action'](async(_0x5b201b,_0x5062f2)=>{const _0x19ab93=a2_0x2ebaf3,_0xe242cf=new LLMAgentShowCommand(),_0x1222cf=program[_0x19ab93(0x1af)](),_0x5eb63b=await createTDXInstance(_0x1222cf),_0xed862d=await _0xe242cf[_0x19ab93(0x1e5)]({'options':{..._0x1222cf,..._0x5062f2},'args':[_0x5b201b],'tdx':_0x5eb63b});gracefulExit(_0xed862d);}),agentSyncCmd['command'](a2_0x2ebaf3(0x2a9))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x259))[a2_0x2ebaf3(0x1ea)]('--system-prompt\x20<text>',a2_0x2ebaf3(0x375))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x498),a2_0x2ebaf3(0x36c),'claude-4.5-sonnet')[a2_0x2ebaf3(0x1ea)]('--starter-message\x20<text>',a2_0x2ebaf3(0x2d2))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x41d),a2_0x2ebaf3(0x309),'4')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x481),a2_0x2ebaf3(0x243),a2_0x2ebaf3(0x40f))['action'](async(_0x35093d,_0x314612)=>{const _0x4aea49=a2_0x2ebaf3,_0x5684be=new LLMAgentCreateCommand(),_0x3e9657=program[_0x4aea49(0x1af)](),_0x56a41c=await createTDXInstance(_0x3e9657),_0x2ed4c9=await _0x5684be[_0x4aea49(0x1e5)]({'options':{..._0x3e9657,..._0x314612},'args':[_0x35093d],'tdx':_0x56a41c});gracefulExit(_0x2ed4c9);}),agentSyncCmd['command'](a2_0x2ebaf3(0x208))['description'](a2_0x2ebaf3(0x2da))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x26f),a2_0x2ebaf3(0x294))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2a5),a2_0x2ebaf3(0x225))['option'](a2_0x2ebaf3(0x1d6),a2_0x2ebaf3(0x1b6))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x27d),a2_0x2ebaf3(0x2d2))[a2_0x2ebaf3(0x345)](async(_0x29ddee,_0x32593a)=>{const _0x493e46=a2_0x2ebaf3,_0x190100=new LLMAgentUpdateCommand(),_0x20c74a=program[_0x493e46(0x1af)](),_0x10dd05=await createTDXInstance(_0x20c74a),_0x35e709=await _0x190100[_0x493e46(0x1e5)]({'options':{..._0x20c74a,..._0x32593a},'args':[_0x29ddee],'tdx':_0x10dd05});gracefulExit(_0x35e709);}),agentSyncCmd['command'](a2_0x2ebaf3(0x2ff))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x351))[a2_0x2ebaf3(0x345)](async(_0x316d35,_0x154c5a)=>{const _0x21873b=a2_0x2ebaf3,_0x294917=new LLMAgentDeleteCommand(),_0xc8950d=program[_0x21873b(0x1af)](),_0x28ba7d=await createTDXInstance(_0xc8950d),_0x2e5508=await _0x294917[_0x21873b(0x1e5)]({'options':{..._0xc8950d,..._0x154c5a},'args':[_0x316d35],'tdx':_0x28ba7d});gracefulExit(_0x2e5508);});const workCmd=program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x389))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4b4));workCmd[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x239),a2_0x2ebaf3(0x2fb))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4db),a2_0x2ebaf3(0x2e3))[a2_0x2ebaf3(0x345)](workSummaryAction),workCmd['command'](a2_0x2ebaf3(0x327))['description'](a2_0x2ebaf3(0x269))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x474),a2_0x2ebaf3(0x34c))[a2_0x2ebaf3(0x345)](workInitAction),workCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x278))['description']('Create\x20a\x20new\x20document')[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x411),a2_0x2ebaf3(0x486),a2_0x2ebaf3(0x383))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x1f4),a2_0x2ebaf3(0x3b0))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x38b),a2_0x2ebaf3(0x273))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x2f2),a2_0x2ebaf3(0x265))['option'](a2_0x2ebaf3(0x24c),a2_0x2ebaf3(0x3e2))['option']('--status\x20<status>',a2_0x2ebaf3(0x336))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x3c5),a2_0x2ebaf3(0x29f))[a2_0x2ebaf3(0x345)](workNewAction),workCmd['command'](a2_0x2ebaf3(0x3cd))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x44a))[a2_0x2ebaf3(0x345)](workMoveAction),workCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x24e))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x382))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x239),a2_0x2ebaf3(0x2fb))[a2_0x2ebaf3(0x1ea)](a2_0x2ebaf3(0x4db),a2_0x2ebaf3(0x2e3))[a2_0x2ebaf3(0x345)](workBoardAction),workCmd['command'](a2_0x2ebaf3(0x3cf))[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x4a9))['action'](workShowAction),workCmd[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x33e))['description'](a2_0x2ebaf3(0x4b8))[a2_0x2ebaf3(0x345)](workLinksAction),workCmd[a2_0x2ebaf3(0x308)]('open\x20<name>')[a2_0x2ebaf3(0x39c)](a2_0x2ebaf3(0x255))['action'](workOpenAction),program[a2_0x2ebaf3(0x308)](a2_0x2ebaf3(0x1bc),{'hidden':!![]})['action'](()=>{const _0x403472=a2_0x2ebaf3;function _0x41537a(_0x31b94b,_0x59c034){const _0x104ee7=a2_0x22e8,_0x454306=[];for(const _0x1a70ee of _0x31b94b[_0x104ee7(0x240)]){if(_0x1a70ee['_hidden'])continue;const _0x4cb766=_0x59c034?_0x59c034+'\x20'+_0x1a70ee['name']():_0x1a70ee['name'](),_0xaf68f9=_0x4cb766[_0x104ee7(0x2a6)]('\x20')[0x0],_0x52b7b9=COMMAND_CATEGORIES['find'](_0x47c4f7=>_0x47c4f7[_0x104ee7(0x240)][_0x104ee7(0x4df)](_0xaf68f9)),_0x381cbe=_0x52b7b9?.['name']??'';if(_0x1a70ee[_0x104ee7(0x240)][_0x104ee7(0x22a)]>0x0)_0x454306[_0x104ee7(0x437)](..._0x41537a(_0x1a70ee,_0x4cb766));else{const _0x55db6d=(_0x1a70ee[_0x104ee7(0x2d7)]||[])[_0x104ee7(0x2b8)](_0x2e6d07=>{const _0x503778=_0x104ee7,_0x4e72c0=_0x2e6d07[_0x503778(0x3fe)]?_0x2e6d07[_0x503778(0x3a9)]()+_0x503778(0x3e3):_0x2e6d07[_0x503778(0x3a9)]();return _0x2e6d07[_0x503778(0x2eb)]?'<'+_0x4e72c0+'>':'['+_0x4e72c0+']';})[_0x104ee7(0x413)]('\x20'),_0x397804=_0x1a70ee[_0x104ee7(0x222)]['filter'](_0x1ed8dd=>!_0x1ed8dd[_0x104ee7(0x4aa)]&&_0x1ed8dd['long']!==_0x104ee7(0x25d))[_0x104ee7(0x2b8)](_0x1247f3=>({'flags':_0x1247f3[_0x104ee7(0x1c0)],'description':_0x1247f3[_0x104ee7(0x39c)]}));_0x454306['push']({'name':_0x4cb766,'description':_0x1a70ee[_0x104ee7(0x39c)](),'group':_0x381cbe,'usage':_0x55db6d,'options':_0x397804});}}return _0x454306;}console[_0x403472(0x1e1)](JSON[_0x403472(0x324)](_0x41537a(program,''))),gracefulExit(0x0);});export{program};export function runCLI(){const _0x4b729b=a2_0x2ebaf3,_0x2e3d0b=!process[_0x4b729b(0x21f)][_0x4b729b(0x315)](0x2)[_0x4b729b(0x22a)];showBriefHelp=_0x2e3d0b,program[_0x4b729b(0x4be)](process[_0x4b729b(0x21f)]);_0x2e3d0b&&program[_0x4b729b(0x35a)]();const _0x86c380=process['argv'][0x2]===_0x4b729b(0x37e);if(process[_0x4b729b(0x251)][_0x4b729b(0x4c7)]&&process[_0x4b729b(0x21f)]['length']>0x2&&!isDevVersion()&&!_0x86c380){const _0x496471=loadReleaseChannel();checkForUpdate(currentVersion,_0x496471)[_0x4b729b(0x3d8)](_0x15e421=>{_0x15e421&&displayUpdateNotification(_0x15e421);})[_0x4b729b(0x22c)](()=>{});}}
|
|
1
|
+
const a2_0x59687f=a2_0x5f3e;(function(_0xeec26a,_0x508ee7){const _0x16a20a=a2_0x5f3e,_0x114e4b=_0xeec26a();while(!![]){try{const _0x512d5f=parseInt(_0x16a20a(0x319))/0x1+parseInt(_0x16a20a(0x296))/0x2+-parseInt(_0x16a20a(0xa5))/0x3*(-parseInt(_0x16a20a(0xad))/0x4)+-parseInt(_0x16a20a(0xf8))/0x5+parseInt(_0x16a20a(0x32d))/0x6+parseInt(_0x16a20a(0x369))/0x7*(parseInt(_0x16a20a(0x137))/0x8)+-parseInt(_0x16a20a(0x8a))/0x9*(parseInt(_0x16a20a(0x1cc))/0xa);if(_0x512d5f===_0x508ee7)break;else _0x114e4b['push'](_0x114e4b['shift']());}catch(_0x1a7704){_0x114e4b['push'](_0x114e4b['shift']());}}}(a2_0x428b,0x59dfc));import{Command}from'commander';import{existsSync,statSync}from'fs';import{resolve}from'path';import{TDX,SDKError,ErrorCode}from'./sdk/index.js';import{COMMAND_CATEGORIES}from'./cli-categories.js';import{GlobalContext}from'./core/global-context.js';import{getBuildInfo,getVersion,isDevVersion}from'./core/auth.js';import{LogLevel}from'./utils/logger/index.js';import{QueryCommand}from'./commands/query-command.js';import{ChatCommand,ChatCreateCommand}from'./commands/chat-command.js';import{ApiCommand}from'./commands/api-command.js';import{DatabasesCommand}from'./commands/databases.js';import{TablesCommand}from'./commands/tables.js';import{SegmentsCommand}from'./commands/segments.js';import{ActivationsCommand}from'./commands/activations.js';import{ShowCommand}from'./commands/show.js';import{DescribeCommand}from'./commands/describe.js';import{SegmentShowCommand,SegmentFolderListCommand,SegmentFolderShowCommand,SegmentSQLCommand,SegmentFolderCreateCommand,SegmentViewCommand,SegmentDescCommand}from'./commands/segment-command.js';import{SegmentFieldsCommand}from'./commands/segment-fields-command.js';import{ParentSegmentListCommand,ParentSegmentCreateCommand,ParentSegmentUpdateCommand,ParentSegmentPullCommand,ParentSegmentPushCommand,ParentSegmentPreviewCommand,ParentSegmentValidateCommand,ParentSegmentRunCommand,ParentSegmentFieldsCommand,ParentSegmentViewCommand,ParentSegmentDescCommand,ParentSegmentSQLCommand,ParentSegmentShowCommand,PSRtListCommand,PSRtValidateCommand,PSRtJnListCommand,PSRtJnPauseCommand,PSRtJnResumeCommand,PSRtConfigVersionCommand,PSPzServiceListCommand,PSPzServiceCreateCommand,PSPzServiceShowCommand,PSPzServiceDeleteCommand,PSPzServiceUpdateCommand,PSPzServiceTokenCreateCommand,PSPzServiceTokenDeleteCommand,PSPzListCommand,PSPzShowCommand,PSPzDeleteCommand,PSPzCreateCommand,PSPzPatchCommand,PSPzInitCommand}from'./commands/parent-segment-command.js';import{SegmentCreateCommand}from'./commands/segment-create-command.js';import{SegmentUpdateCommand}from'./commands/segment-update-command.js';import{SegmentPullCommand}from'./commands/segment-pull-command.js';import{SegmentPushCommand}from'./commands/segment-push-command.js';import{SegmentValidateCommand}from'./commands/segment-validate-command.js';import{SegmentUseCommand}from'./commands/segment-use-command.js';import{WorkflowProjectsCommand,WorkflowWorkflowsCommand,WorkflowSessionsCommand,WorkflowAttemptsCommand,WorkflowAttemptCommand,WorkflowTasksCommand,WorkflowLogsCommand,WorkflowTimelineCommand,WorkflowKillCommand,WorkflowRetryCommand,WorkflowRunCommand,WorkflowDownloadCommand,WorkflowUploadCommand,WorkflowPullCommand,WorkflowPushCommand,WorkflowCloneCommand,WorkflowDeleteCommand,WorkflowUseCommand,WorkflowSecretsListCommand,WorkflowSecretsSetCommand,WorkflowSecretsDeleteCommand,WorkflowSchedulesCommand,WorkflowScheduleEnableCommand,WorkflowScheduleDisableCommand}from'./commands/workflow-command.js';import{JourneyListCommand,JourneyViewCommand,JourneyStatsCommand,JourneyTrafficCommand,JourneyPauseCommand,JourneyResumeCommand,JourneyPullCommand,JourneyPushCommand,JourneyColumnsCommand,JourneyActivationsCommand,JourneyVersionsCommand,JourneyVersionCreateCommand,JourneyVersionViewCommand}from'./commands/journey-command.js';import{JourneyValidateCommand}from'./commands/journey-validate-command.js';import{JobListCommand,JobShowCommand,JobKillCommand,JobSubmitCommand,JobResultCommand}from'./commands/job-command.js';import{ScheduleListCommand,ScheduleShowCommand,ScheduleCreateCommand,ScheduleUpdateCommand,ScheduleDeleteCommand,ScheduleRunCommand,ScheduleHistoryCommand}from'./commands/schedule-command.js';import{LLMModelsCommand,LLMProjectsCommand,LLMAgentsCommand,LLMAgentShowCommand,LLMAgentCreateCommand,LLMAgentUpdateCommand,LLMAgentDeleteCommand,LLMHistoryCommand,LLMLogCommand,LLMUseCommand,LLMProjectCreateCommand,LLMProjectDeleteCommand,LLMProjectBackupCommand,LLMProjectRestoreCommand,ChatsCommand}from'./commands/llm-command.js';import{EngageCampaignsCommand,EngageCampaignShowCommand,EngageCampaignCreateCommand,EngageCampaignUpdateCommand,EngageCampaignDeleteCommand,EngageCampaignLaunchCommand,EngageCampaignPauseCommand,EngageCampaignResumeCommand,EngageCampaignDuplicateCommand,EngageAlwaysOnCampaignsCommand,EngageAlwaysOnCampaignShowCommand,EngageAlwaysOnCampaignCreateCommand,EngageAlwaysOnCampaignUpdateCommand,EngageAlwaysOnCampaignDeleteCommand,EngageAlwaysOnCampaignLaunchCommand,EngageAlwaysOnCampaignPauseCommand,EngageAlwaysOnCampaignResumeCommand,EngageAlwaysOnCampaignFinishCommand,EngageAlwaysOnCampaignDuplicateCommand,EngageTemplatesCommand,EngageTemplateShowCommand,EngageTemplateCreateCommand,EngageTemplateUpdateCommand,EngageTemplateDeleteCommand,EngageWorkspacesCommand,EngageWorkspaceShowCommand,EngageWorkspaceCreateCommand,EngageWorkspaceUpdateCommand,EngageWorkspaceDeleteCommand,EngageWorkspaceUseCommand,EngageLineSenderAccountsCommand,EngageLineSenderAccountShowCommand,EngageLineImagemapImageUploadCommand}from'./commands/engage-command.js';import{EngageCampaignPullCommand}from'./commands/engage-campaign-pull-command.js';import{EngageCampaignPushCommand}from'./commands/engage-campaign-push-command.js';import{EngageCampaignValidateCommand}from'./commands/engage-campaign-validate-command.js';import{EngageTemplateValidateCommand}from'./commands/engage-template-validate-command.js';import{EngageTemplatePullCommand}from'./commands/engage-template-pull-command.js';import{EngageTemplatePushCommand}from'./commands/engage-template-push-command.js';import{DeliveryEmailSendersCommand}from'./commands/delivery-command.js';import{ClaudeCommand}from'./commands/claude-command.js';import{ClaudeStatuslineCommand}from'./commands/claude-statusline-command.js';import{ClaudeUsageCommand}from'./commands/claude-usage-command.js';import{AgentPullCommand,AgentPushCommand,AgentCloneCommand}from'./commands/agent-command.js';import{AgentTestCommand}from'./commands/agent-test-command.js';function a2_0x428b(){const _0x1410f0=['update\x20<service_id>\x20[parent_segment]','_hidden','View\x20a\x20specific\x20version\x20of\x20a\x20journey','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','resume_activations\x20<journeyId>','Get\x20journey\x20traffic\x20data\x20(Sankey\x20charts)','update\x20<name>','--stream','List\x20activations\x20for\x20a\x20journey','create\x20<name>','database','board','attempt','Show\x20wiki-links\x20and\x20backlinks\x20for\x20a\x20document','-C,\x20--directory\x20<path>','validate\x20[file]','Usage:\x20','subcommandDescription','Parse\x20and\x20validate\x20without\x20executing','List\x20parent\x20segments\x20with\x20RT\x202.0\x20status','-o,\x20--output\x20<dir>','Disable\x20a\x20workflow\x20schedule','required','get','use\x20<name>','List\x20journeys\x20in\x20current\x20context','grapesjs','--param\x20<key=value>','Profile\x20management\x20(create,\x20list,\x20remove,\x20configure)','--data\x20<data>','debug','error','--json-columns\x20<cols>','--html-file\x20<path>','Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)','Show\x20attributes\x20only,\x20or\x20a\x20specific\x20attribute',',\x20version\x20','Create\x20a\x20workspace','--account-name\x20<name>','auth','Filter\x20by\x20campaign\x20type\x20(email,\x20push)','Assignee','--editor-type\x20<type>','description','--color','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','\x0aSubcommands:\x0a\x20\x20usage\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20AI\x20Suite\x20credit\x20usage\x20by\x20profile\x0a\x20\x20statusline\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Output\x20statusline\x20for\x20Claude\x20Code\x20(reads\x20JSON\x20from\x20stdin)\x0a\x0aExamples:\x0a\x20\x20tdx\x20claude\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Launch\x20Claude\x20Code\x20with\x20TD\x20LLM\x20proxy\x0a\x20\x20tdx\x20claude\x20-c\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Continue\x20most\x20recent\x20conversation\x0a\x20\x20tdx\x20claude\x20-r\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Resume\x20a\x20conversation\x20(shows\x20selector)\x0a\x20\x20tdx\x20claude\x20--\x20\x22your\x20prompt\x20here\x22\x20\x20\x20\x20Start\x20with\x20an\x20initial\x20prompt\x0a\x20\x20tdx\x20claude\x20usage\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Show\x20credit\x20usage\x20statistics\x0a\x20\x20tdx\x20claude\x20usage\x20--json\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20Output\x20usage\x20as\x20JSON','create\x20<name>\x20<service_id>\x20[parent_segment]','Include\x20retried\x20attempts','kill\x20<job-id>','List\x20parent\x20segments\x20(alias\x20for\x20\x22segment\x20parent\x20list\x22)','--add-behaviors-file\x20<file>','--database\x20<name>','Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20parent_name\x20not\x20provided)','after','57174jiMLqI','Launch\x20an\x20always-on\x20campaign','--yes','--parent-segment\x20<name>','Create\x20a\x20new\x20profile','--tags\x20<tags>','Delete\x20workflow\x20project\x20from\x20Treasure\x20Data','chats','Also\x20set\x20context\x20to\x20this\x20parent\x20segment\x20after\x20pull','commands','Add\x20attributes\x20as\x20JSON\x20string','parent','sql\x20[name]','List\x20jobs','List\x20all\x20users\x20(alias\x20for\x20\x22user\x20list\x22)','Resume\x20from\x20specific\x20task\x20(retry)','Maximum\x20number\x20of\x20items\x20to\x20return\x20(default\x20varies\x20by\x20command)','history\x20[chat-id]','[task-name]','parent_segment','Push\x20without\x20confirmation','preview\x20[name]','Execute\x20parent\x20segment\x20SQL\x20and\x20show\x20results\x20(uses\x20context\x20if\x20name\x20omitted)','Set\x20session\x20profile\x20(use\x20--default\x20to\x20save\x20permanently)','Start\x20a\x20new\x20chat\x20session','Temperature\x20(0.0-2.0,\x20default:\x200.7)','Reason\x20for\x20killing\x20the\x20attempt','Pull\x20child\x20segments\x20to\x20YAML\x20files','Starting\x20offset\x20(default:\x200)','--parent-folder\x20<name>','End\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)','List\x20all\x20policies\x20in\x20the\x20account\x20(admin\x20only)','Resume\x20a\x20paused\x20campaign','-r,\x20--recursive','agents\x20[pattern]','senders\x20[pattern]','profile','Sections\x20as\x20an\x20inline\x20JSON\x20array','campaigns\x20[pattern]','--revision\x20<revision>','Set\x20workspace\x20context\x20for\x20Engage\x20commands\x20(alias\x20for\x20\x22tdx\x20use\x20engage_workspace\x22)','--llm-project\x20<name>','list\x20[pattern]','Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)','connection','Output\x20events\x20as\x20JSONL\x20stream\x20(one\x20JSON\x20object\x20per\x20line)','--no-count-population','Query\x20type:\x20trino\x20or\x20hive','show\x20<name>','Get\x20current\x20RT\x20configuration\x20version\x20status','pull\x20[workspace]','--segment\x20<path>','Overwrite\x20local\x20changes\x20without\x20confirmation','Update\x20an\x20email\x20template','versions\x20<name-or-path>','Show\x20stats\x20for\x20specific\x20stage','delete\x20<token_id>\x20[parent_segment]','List\x20always-on\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)','--behaviors\x20<json>','Name\x20for\x20the\x20new\x20project\x20(required)','--default','injectIntoOptions','-f,\x20--file\x20<path>','Timezone\x20for\x20delivery\x20(e.g.,\x20\x22UTC\x22,\x20\x22Asia/Tokyo\x22)','Maximum\x20recursion\x20depth\x20(default:\x2010)','Show\x20segment\x20details\x20(alias\x20for\x20view)','0.7','[DEPRECATED]\x20Update\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','show\x20<service_id>\x20[parent_segment]','hidden','Skip\x20confirmation\x20prompt','Read\x20query\x20from\x20file','Show\x20timeline\x20for\x20specific\x20attempt','GET','Set\x20a\x20profile\x20configuration\x20value','Delete\x20a\x20workspace','--interval\x20<range>','\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20create\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Create\x20a\x20new\x20profile\x20interactively\x0a\x20\x20$\x20tdx\x20profile\x20create\x20production\x20\x20\x20#\x20Create\x20profile\x20named\x20\x27production\x27\x0a\x20\x20$\x20tdx\x20profile\x20create\x20prod\x20-f\x20\x20\x20\x20\x20\x20#\x20Overwrite\x20existing\x20\x27prod\x27\x20profile\x0a','List\x20realtime\x20personalizations\x20(uses\x20context\x20if\x20name\x20omitted)','Email\x20template\x20management','--name\x20<names>','Show\x20history\x20of\x20the\x20most\x20recent\x20chat\x20session','Pull\x20campaigns\x20to\x20YAML\x20files','Clear\x20session-level\x20or\x20default\x20context\x20values\x20(resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20cas)','Show\x20Kanban\x20board\x20view\x20of\x20tasks','Preview\x20changes\x20without\x20pushing','Workspace\x20name','Specific\x20revision\x20to\x20download\x20(default:\x20latest)','engage','buildTime','Workflow\x20session\x20management','Continue\x20most\x20recent\x20conversation','--workspace\x20<name>','jsonl','--schedule-type\x20<type>','Execute\x20segment\x20SQL\x20query\x20and\x20show\x20results\x20(uses\x20context\x20if\x20not\x20provided)','use\x20[project]','--session-time\x20<time>','--from\x20<timestamp>','Upload\x20workflow\x20project\x20to\x20Treasure\x20Data\x20(digdag-style)','--engine-version\x20<version>','Delay\x20in\x20seconds\x20before\x20execution','Output\x20in\x20TSV\x20format\x20(shorthand\x20for\x20--format\x20tsv)','finish\x20<name-or-id>','Show\x20sample\x20data\x20for\x20a\x20specific\x20attribute','User\x20management\x20commands','--email-sender-id\x20<id>','--description\x20<desc>','--limit\x20<number>','workflow','run\x20[name]','Show\x20all\x20files\x20including\x20valid\x20ones','Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage','delete\x20<args...>','Output\x20file\x20path','--starter-message\x20<text>','setup','New\x20service\x20name','New\x20workspace\x20name','Show\x20segment\x20details\x20(uses\x20context\x20if\x20not\x20provided)','Campaign\x20name','Delivery\x20start\x20time\x20(ISO\x208601\x20format)','Create\x20a\x20new\x20campaign','schedule','Custom\x20header\x20(format:\x20\x22Key:\x20Value\x22,\x20repeatable)','Run\x20a\x20scheduled\x20query\x20immediately','List\x20folders\x20and\x20segments\x20at\x20path\x20or\x20in\x20current\x20context','pause_activations\x20<journeyId>','Show\x20chat\x20history\x20(or\x20list\x20all\x20sessions\x20if\x20no\x20ID\x20provided)','--to\x20<n>','--in\x20<db>','71744vjAiaX','user','Customer\x20group\x20from\x20JSON\x20file','--reason\x20<text>','Attributes\x20from\x20JSON\x20file','Make\x20segment\x20invisible\x20(default:\x20visible)','Move\x20to\x20folder','chat\x20[message...]','delete\x20<name-or-id>','--clear','retry','Output\x20folder\x20(default:\x20{project_name}.llm)','help','Show\x20task\x20execution\x20timeline\x20for\x20a\x20workflow\x20attempt','remove\x20<name>','Manage\x20workflow\x20schedules\x20(enable/disable)','Upload\x20an\x20image\x20for\x20LINE\x20imagemap\x20(JPEG/PNG,\x20min\x201040px,\x20max\x2010MB)','Open\x20journey\x20in\x20web\x20browser','List\x20LINE\x20sender\x20accounts','Save\x20as\x20default\x20in\x20config\x20(~/.config/tdx/tdx.json)','3139830gCrXsk','cas','Output\x20in\x20table\x20format\x20(horizontal\x20layout,\x20shorthand\x20for\x20--format\x20table)','Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior','Database\x20name\x20(default:\x20information_schema)','Override\x20project\x20name','Authentication\x20management','List\x20campaigns\x20(alias\x20for\x20\x22campaign\x20list\x22)','--customer-group-file\x20<file>','Push\x20YAML\x20files\x20to\x20Engage\x20API\x20as\x20templates','Preview\x20operation\x20without\x20executing','Show\x20a\x20specific\x20realtime\x20personalization','view\x20[segment_name]','Show\x20journey\x20table\x20column-to-step\x20mapping','attempts\x20[project]','catch','TRACE','pause\x20<name-or-id>','Show\x20table\x20contents\x20(SELECT\x20*\x20with\x20limit)','Filtering\x20rule\x20from\x20JSON\x20file','name','Update\x20a\x20scheduled\x20query','Validate\x20campaign\x20YAML\x20files\x20locally','Delete\x20an\x20agent','--cron\x20<expression>','tasks','Delivery\x20operations\x20(email\x20senders)','Setup\x20API\x20key\x20authentication\x20interactively','list','Start\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)','Include\x20execution\x20statistics','List\x20tables\x20(e.g.,\x20mydb,\x20mydb.*,\x20*.user*,\x20mydb.user*)','Set\x20secrets\x20for\x20a\x20project\x20(format:\x20[project]\x20KEY=VALUE\x20[KEY2=VALUE2\x20...])','Open\x20segment\x20in\x20web\x20browser','-X,\x20--method\x20<method>','Force\x20retry\x20even\x20if\x20not\x20failed','replace','summary','Parent\x20folder\x20name\x20for\x20nested\x20folders','LLM\x20operations\x20(models,\x20projects,\x20agents,\x20chat)','preAction','history\x20<name>','Folder\x20description','Invalid\x20editor\x20type:\x20','delete\x20<name>','createAsync','List\x20all\x20workflow\x20projects\x20(optionally\x20filtered\x20by\x20glob\x20pattern)','HTTP\x20method\x20(GET,\x20POST,\x20PUT,\x20DELETE,\x20PATCH)','Force\x20ANSI\x20color\x20output\x20(overrides\x20TTY\x20detection)','information_schema','workflows\x20[project]','Parent\x20folder\x20ID\x20(required;\x20use\x20null\x20for\x20root\x20folder)','Apply\x20a\x20template','Manage\x20workflow\x20project\x20secrets','--delay\x20<seconds>','commandUsage','--html\x20<html>','mcp','--description\x20<text>','Update\x20a\x20workspace','7gGJhzV','Provide\x20a\x20valid\x20directory\x20path\x20with\x20-C\x20option.','The\x20-C\x20option\x20requires\x20a\x20directory\x20path,\x20not\x20a\x20file.','-o,\x20--output\x20<folder>','Arguments:','schema\x20<type>','Trino\x20catalog\x20(default:\x20td)','--include-retried','accessToken','fields\x20[name]','Skip\x20population\x20counting','login','requiredOption','show\x20[table]','--include-history','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file','update\x20<segment_name>','Pause\x20an\x20always-on\x20campaign','--model\x20<name>','Start\x20time\x20filter\x20(ISO\x208601\x20format)','Describe\x20a\x20composable\x20audience\x20(uses\x20context\x20if\x20name\x20omitted)','upgrade','--reeval','Priority\x20(critical,\x20high,\x20medium,\x20low)','Package\x20manager\x20to\x20use\x20(npm,\x20bun,\x20pnpm,\x20yarn)','Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior','Pull\x20workflow\x20project\x20to\x20local\x20folder','--kind\x20<kind>','then','Create\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','\x0aGlobal\x20Options:\x0a\x20\x20--profile\x20<name>\x20\x20\x20Profile\x20to\x20clear\x20(clears\x20default\x20profile\x20if\x20not\x20specified)\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20auth\x20clear\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Clear\x20API\x20key\x20for\x20default\x20profile\x0a\x20\x20$\x20tdx\x20auth\x20clear\x20--profile\x20prod\x20\x20#\x20Clear\x20API\x20key\x20for\x20\x27prod\x27\x20profile\x0a','Show\x20what\x20would\x20be\x20done\x20without\x20writing\x20files','padWidth','slice','create\x20<parent_name>\x20<folder_name>','--max-tool-iterations\x20<n>','Enable\x20a\x20disabled\x20workflow\x20schedule','delete\x20<personalization_id>','Session\x20time\x20(ISO\x208601,\x20defaults\x20to\x20now)','preview\x20<segment_name>','map','view\x20[name]','Updated\x20filtering\x20rule\x20from\x20JSON\x20file','Available\x20actions:\x20logs,\x20tasks,\x20kill,\x20retry','Start\x20MCP\x20server\x20for\x20AI\x20tool\x20integration','result\x20<job-id>','Updated\x20timezone','List\x20folders\x20and\x20segments\x20(alias\x20for\x20\x22segment\x20list\x22)','Session\x20ID\x20to\x20use\x20(defaults\x20to\x20TDX_SESSION\x20env\x20var\x20or\x20parent\x20PID)','argument','Download\x20workflow\x20project\x20from\x20Treasure\x20Data','show\x20<policy>','Updated\x20filtering\x20rule\x20as\x20JSON\x20string','preview\x20[file]','--jsonl','Behaviors\x20as\x20JSON\x20string','Duplicate\x20an\x20always-on\x20campaign','Pause\x20a\x20running\x20journey','init\x20[name]','--new','colorFn','Action:\x20logs,\x20tasks,\x20kill,\x20retry','List\x20secret\x20keys\x20for\x20a\x20project','Comma-separated\x20list\x20of\x20allowed\x20IP\x20addresses','Read\x20request\x20body\x20from\x20file','Updated\x20schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly','--enable-utm-tracking','types','show\x20<name-or-id>','List\x20all\x20workflow\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','Open\x20a\x20document\x20in\x20$EDITOR','Preview\x20composable\x20segment\x20query\x20on\x20CDW','--type\x20<type>','--catalog\x20<catalog>','API\x20type\x20(td,\x20cdp,\x20workflow,\x20trino,\x20llm)','Include\x20all\x20items\x20(no\x20stale\x20filtering)','registeredArguments','Add\x20behaviors\x20from\x20JSON\x20file','Preview\x20changes\x20without\x20writing\x20files','831861tmpNtf','Commands:','--from\x20<n>','delivery','Path\x20is\x20not\x20a\x20directory:\x20','subcommandTerm','set','Show\x20campaign\x20details','Maximum\x20number\x20of\x20nodes','List\x20all\x20LLM\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','push\x20[parent_or_file]','Set\x20default\x20workflow\x20project\x20for\x20this\x20session','create\x20<name>\x20[parent_segment]','Delete\x20a\x20profile','Parent\x20segment\x20management','upload\x20<file>','Personalization\x20description','[attempt-id]','Agent\x20description','-1d','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified\x20interface)','Name\x20for\x20the\x20duplicated\x20campaign','Filter\x20by\x20status\x20(DRAFT,\x20LIVE,\x20PAUSED,\x20FINISHED)','--file\x20<path>','Comma-separated\x20tags','usage','configureHelp','6udWSpv','filter','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','Behaviors\x20from\x20JSON\x20file','tdx','Updated\x20schedule\x20option','upload\x20[project-name-or-dir]','update\x20<agent-name>','126628KnQvCa','List\x20workflows\x20(optionally\x20filtered\x20by\x20project)','Output\x20as\x20JSON\x20Lines','Revision\x20name\x20(default:\x20timestamp)','update\x20<name-or-id>','.\x20Must\x20be\x20beefree\x20or\x20grapesjs','Export\x20journey(s)\x20as\x20YAML\x20files','Update\x20a\x20campaign','show\x20<folder_ref>','attempt:','Create\x20an\x20email\x20template','Validate\x20RT\x202.0\x20configuration\x20from\x20parent\x20segment\x20YAML','--add-behaviors\x20<json>','--result\x20<target>','folders\x20<parent_name>','Updated\x20description','Read\x20SQL\x20query\x20from\x20file','Output\x20format\x20(table,\x20json,\x20jsonl,\x20tsv)','addHelpText','validate\x20[name]','session','Push\x20journey\x20YAML\x20files\x20to\x20Treasure\x20Data','audience','--assignee\x20<assignee>','Make\x20service\x20public\x20(default:\x20private)','Get\x20job\x20results','show\x20<job-id>','\x0aValid\x20keys:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20llm_agent,\x20description\x0a\x0aUses\x20session\x20profile\x20if\x20set\x20(via\x20\x27tdx\x20profile\x20use\x27),\x20or\x20specify\x20with\x20--profile.\x0aNote:\x20Setting\x20\x27site\x27\x20requires\x20API\x20key\x20validation.\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20use\x20prod\x20&&\x20tdx\x20profile\x20set\x20database=my_db\x0a\x20\x20$\x20tdx\x20profile\x20set\x20--profile\x20staging\x20site=ap01\x20\x20\x20#\x20Will\x20prompt\x20for\x20API\x20key\x0a\x20\x20$\x20tdx\x20profile\x20set\x20description=\x22Development\x20environment\x22\x0a','split','agent','show\x20<personalization_id>','Validate\x20journey\x20YAML\x20files\x20locally','List\x20all\x20LLM\x20projects\x20(optionally\x20filtered\x20by\x20pattern)','--table','Ending\x20offset\x20(default:\x2020)','Show\x20segment\x20schema\x20(column\x20types)','settings\x20<type>','Clone\x20a\x20workflow\x20project\x20to\x20a\x20new\x20project\x20name','--limit\x20<rows>','--json','Pull\x20composable\x20audience\x20+\x20segments\x20to\x20YAML\x20files\x20(uses\x20context\x20if\x20name\x20omitted)','Plaintext\x20template\x20content','--subject\x20<subject>','view\x20<name-or-path>','Target\x20directory\x20for\x20YAML\x20files','Resume\x20from\x20specific\x20task','--rule\x20<json>','format','--to\x20<date>','List\x20all\x20versions\x20of\x20a\x20journey','alias','--attempt-id\x20<id>','-y,\x20--yes','argumentDescription','workspace','Kill\x20a\x20job','TD\x20site/region\x20(us01,\x20ap01,\x20eu01,\x20ap02;\x20aliases:\x20us,\x20jp,\x20aws)','run\x20[workflow]','--behavior\x20[name]','Open\x20parent\x20segment\x20in\x20web\x20browser','Show\x20connection-level\x20settings\x20(credentials,\x20authentication)','--time\x20<iso8601>','apiKey','Add\x20behaviors\x20as\x20JSON\x20string','logLevel','Segment\x20description','Enable\x20verbose\x20logging','show\x20<agent-name>','Show\x20master\x20table\x20sample\x20data','databases\x20[pattern]','Push\x20YAML\x20files\x20to\x20Engage\x20API\x20as\x20campaigns','Pause\x20a\x20campaign','List\x20workflow\x20execution\x20sessions\x20(alias\x20for\x20\x22session\x20list\x22)','Push\x20YAML\x20files\x20to\x20CAS\x20API','padEnd','3338100SsPTHy','Access\x20control\x20policy\x20commands','--method\x20<pm>','--name\x20<text>','traffic\x20<name-or-path>','Validate\x20template\x20YAML\x20files\x20locally','version','Agent\x20prompt/instructions','Editor\x20type:\x20grapesjs\x20(HTML\x20Editor,\x20default)\x20or\x20beefree\x20(Visual\x20Editor)','delete\x20<service_id>\x20[parent_segment]','Filter\x20by\x20status\x20(DRAFT,\x20ACTIVE,\x20PAUSED,\x20COMPLETED)','list\x20[project]','Database\x20to\x20query\x20(default:\x20information_schema)','flatMap','Preview\x20without\x20creating\x20the\x20project','--trace','--days\x20<n>','--num\x20<1-10>','--customer-group\x20<json>','json','Full\x20request\x20body\x20from\x20a\x20JSON\x20file\x20(overrides\x20other\x20flags)','Delete\x20a\x20realtime\x20personalization','List\x20all\x20workflow\x20schedules','List\x20jobs\x20(alias\x20for\x20\x22job\x20list\x22)','--behaviors-file\x20<file>','Output\x20as\x20JSON','Show\x20always-on\x20campaign\x20details','Show\x20journey\x20statistics','--priority\x20<priority>','push','segment','Folder\x20name\x20for\x20organization','create\x20[name]','Show\x20connector\x20output\x20schema\x20for\x20connector_config\x20validation','command','INVALID_ARGUMENT','--allowed-ips\x20<ips>','CDP\x20Journey\x20Orchestration\x20commands','--max-depth\x20<depth>','kill','line-sender-account','--no-proxy','Show\x20what\x20would\x20be\x20applied\x20without\x20applying','Job\x20management\x20commands','Describe\x20table\x20schema','Pull\x20specific\x20campaign\x20by\x20name','Show\x20journey\x20details','Output\x20file\x20path\x20(default:\x20<name>.yml)','create\x20<segment_name>','Template\x20name','join','Show\x20what\x20would\x20be\x20backed\x20up\x20without\x20creating\x20files','restore\x20<folder>','commandDescription','outputHelp','Include\x20subtasks\x20in\x20tasks\x20output','LLM\x20agent\x20management','length','List\x20all\x20databases\x20(alias\x20for\x20\x22database\x20list\x22)','open\x20<name>','tables\x20[pattern]','Delete\x20an\x20always-on\x20campaign\x20(DRAFT\x20only)','Email\x20sender\x20ID\x20for\x20delivery','5008648oWkFKg','-c,\x20--continue','clear','Unknown\x20action:\x20','--verbose','Show\x20items\x20updated\x20within\x20N\x20days','Resume\x20a\x20paused\x20always-on\x20campaign','Workspace\x20name\x20(required)','-o,\x20--output\x20<file>','LINE\x20sender\x20account\x20management','Document\x20body\x20text','--agent\x20<ref>','Remove\x20API\x20key\x20from\x20system\x20keychain','-f,\x20--force','allowUnknownOption','--folder\x20<name>','--attributes-file\x20<file>','journey','action','--no-color','Create\x20a\x20new\x20LLM\x20project','policy','--system-prompt\x20<text>','-u,\x20--use','Limit\x20number\x20of\x20rows','status','--skip-validation','Engage\x20operations\x20(campaigns,\x20templates,\x20workspaces)','use\x20<path>','--site\x20<site>','--to\x20<timestamp>','Result\x20export\x20destination\x20(URL\x20or\x20JSON)','site','pull\x20<project>\x20[target-dir]','--prompt\x20<text>','isTTY','YAML\x20file\x20path\x20for\x20unpushed\x20segment','--in\x20<database>','List\x20agents\x20in\x20current\x20project','\x0aEnables\x20AI\x20coding\x20assistants\x20to\x20interact\x20with\x20Treasure\x20Data\x20via\x20MCP\x20(Model\x20Context\x20Protocol).\x0aWorks\x20with\x20Cursor,\x20Windsurf,\x20VS\x20Code,\x20Claude\x20Desktop,\x20and\x20other\x20MCP-compatible\x20AI\x20tools.\x0aUses\x20existing\x20tdx\x20authentication\x20-\x20no\x20additional\x20setup\x20needed\x20if\x20already\x20logged\x20in.\x0a\x0aSetup\x20(add\x20to\x20your\x20AI\x20tool\x27s\x20MCP\x20config):\x0a\x20\x20{\x20\x22mcpServers\x22:\x20{\x20\x22tdx\x22:\x20{\x20\x22command\x22:\x20\x22tdx\x22,\x20\x22args\x22:\x20[\x22mcp\x22]\x20}\x20}\x20}\x0a\x0aAvailable\x20Tools:\x0a\x20\x20tdx_run\x20\x20\x20\x20\x20-\x20Execute\x20any\x20tdx\x20CLI\x20command\x0a\x20\x20tdx_search\x20\x20-\x20Search\x20for\x20relevant\x20tdx\x20commands\x0a\x0aEnvironment\x20Variables\x20(optional):\x0a\x20\x20TDX_PROFILE\x20\x20\x20-\x20Use\x20a\x20specific\x20profile\x0a\x20\x20TDX_API_KEY\x20\x20\x20-\x20Direct\x20API\x20key\x0a\x20\x20TDX_SITE\x20\x20\x20\x20\x20\x20-\x20Site\x20(us01,\x20ap01,\x20eu01,\x20ap02)\x0a\x0aSee:\x20https://tdx.treasuredata.com/commands/mcp\x0a','always-on-campaigns\x20[pattern]','New\x20campaign\x20name','INFO','parents\x20[pattern]','-w,\x20--web','Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics','-a,\x20--agent\x20<name>','use\x20<project-name>','--audience\x20<name>','engage_workspace','always-on-campaign','--schedule-option\x20<value>','Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file','allowExcessArguments','Show\x20job\x20details','Timezone\x20for\x20cron','--temperature\x20<n>','variadic','clone\x20[source]','fields\x20[parent_name]','--invisible','use\x20[resource]\x20[value]','Run\x20specific\x20tests\x20(comma-separated)','Number\x20of\x20executions\x20(1-10,\x20default:\x201)','Show\x20authentication\x20status\x20and\x20current\x20context','claude\x20[args...]','--start-at\x20<datetime>','Show\x20timeline\x20for\x20specific\x20session\x20(uses\x20last\x20attempt)','Campaign\x20management','Check\x20for\x20updates\x20without\x20installing','[DEPRECATED]\x20Create\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','Save\x20output\x20to\x20file','Schedule\x20option\x20(time\x20for\x20daily,\x20day\x20for\x20weekly/monthly)','opts','Model\x20type\x20(default:\x20claude-4.5-sonnet)','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','--database\x20<db>','Resume\x20a\x20paused\x20journey','--type\x20<api_type>','Output\x20in\x20JSON\x20Lines\x20format\x20(shorthand\x20for\x20--format\x20jsonl)','--next','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20table\x20pattern)','Show\x20LINE\x20sender\x20account\x20details','us01','flags','--sections\x20<json>','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20pattern)','isArray','[DEPRECATED]\x20List\x20segment\x20folders\x20(use\x20\x22tdx\x20sg\x20list\x22\x20instead)','Delete\x20an\x20email\x20template','--timezone\x20<tz>','[DEPRECATED]\x20Segment\x20folder\x20management','Transition\x20a\x20task\x20to\x20a\x20new\x20status','[DEPRECATED]\x20Set\x20current\x20segment/folder\x20context\x20(use\x20\x22tdx\x20use\x20parent_segment\x22\x20instead)','option','move\x20<name>\x20<status>','list\x20[name]','--name\x20<new-name>','New\x20service\x20description','List\x20parent\x20segments\x20(supports\x20wildcards:\x20*,\x20?)','create','Create\x20a\x20token\x20for\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','table','\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20use\x20prod\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Set\x20session\x20profile\x20to\x20\x27prod\x27\x0a\x20\x20$\x20tdx\x20profile\x20use\x20staging\x20\x20\x20\x20\x20\x20\x20#\x20Set\x20session\x20profile\x20to\x20\x27staging\x27\x0a\x20\x20$\x20tdx\x20profile\x20use\x20prod\x20--default\x20#\x20Set\x20default\x20profile\x20permanently\x0a','Workflow\x20attempt\x20management','Add\x20template\x20personalization\x20section\x20to\x20YAML\x20(uses\x20context\x20if\x20name\x20omitted)','[options]\x20--\x20[claude-code-args...]','Workspace\x20description','--result\x20<url>','Retry\x20limit\x20(0\x20to\x2032)','validate\x20[target]','Clear\x20session\x20context','submit\x20[query]','[DEPRECATED]\x20Restore\x20project\x20(use\x20`tdx\x20agent\x20push/clone`\x20instead)','set\x20<key=value>','Validate\x20segment\x20and\x20journey\x20YAML\x20files\x20locally','chdir','Show\x20schedule\x20execution\x20history','--include-subtasks','Run\x20tests\x20for\x20an\x20LLM\x20agent','trino','log','Campaign\x20description','templates\x20[pattern]','--master','noColor','Segment\x20path\x20(e.g.,\x20\x22Audience\x22\x20for\x20parent\x20segment\x20only)','--enriched','desc\x20[name]','llm','Skip\x20validation\x20of\x20.dig\x20files','Enable\x20trace\x20logging\x20(ultra-verbose,\x20all\x20internal\x20operations)','--public','push\x20[name]','Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes','use\x20[name]','Job\x20priority\x20(-2\x20to\x202)','stringify','AI-native\x20CLI\x20for\x20Treasure\x20Data','Attempt\x20ID','query\x20[sql]','Enable\x20debug\x20logging\x20(shows\x20HTTP\x20requests/responses)','Show\x20schedule\x20details','Push\x20local\x20workflow\x20changes\x20to\x20Treasure\x20Data','Pull\x20specific\x20revision\x20(default:\x20latest)','\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20delete\x20staging\x20\x20\x20\x20\x20\x20#\x20Delete\x20the\x20\x27staging\x27\x20profile\x0a','Workflow\x20parameter\x20(repeatable)','Continue\x20a\x20specific\x20chat\x20session\x20by\x20ID','30nactlF','Pull\x20specific\x20agent\x20by\x20name\x20(uses\x20llm_project\x20context)','Delete\x20a\x20secret\x20from\x20a\x20project\x20(format:\x20[project]\x20<key>)','run','Personalization\x20service\x20token\x20management','Interactive\x20chat\x20selector','--params\x20<json>','projects\x20[pattern]','activations\x20<name-or-path>','Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration','disable\x20<id>','Finish\x20an\x20always-on\x20campaign','--include-stats','push\x20[target]','tsv','List\x20workflow\x20attempts\x20(filter\x20by\x20project\x20or\x20project.workflow)','Workflow\x20(Digdag)\x20management\x20commands','Workspace\x20management','--tsv','List\x20all\x20available\x20profiles','Override\x20parameters\x20(JSON\x20string\x20or\x20@file.json)','-d,\x20--database\x20<database>','logs','JSON\x20columns\x20for\x20connector\x20(comma-separated)','Use\x20--help\x20to\x20see\x20all\x20options,\x20--version\x20to\x20show\x20version','LLM\x20project\x20to\x20use\x20(overrides\x20context)','List\x20email\x20templates\x20(optionally\x20filtered\x20by\x20pattern)','Delete\x20an\x20LLM\x20project','argv','List\x20recursively\x20(show\x20full\x20hierarchy\x20tree)','Job\x20type:\x20trino\x20or\x20hive\x20(default:\x20trino)','pull\x20[name]','[DEPRECATED]\x20Backup\x20project\x20(use\x20`tdx\x20agent\x20pull`\x20instead)','Token\x20description','models','Service\x20description','Follow/watch\x20timeline\x20for\x20running\x20attempts','List\x20all\x20data\x20connections','Show\x20parent\x20segment\x20output\x20schema\x20(uses\x20context\x20if\x20name\x20omitted)','Disable\x20ANSI\x20color\x20output\x20(also\x20respects\x20NO_COLOR\x20env\x20var)','Filter\x20by\x20status\x20(running,\x20success,\x20error,\x20blocked,\x20all)','Push\x20YAML\x20files\x20to\x20Treasure\x20Data\x20as\x20child\x20segments','log\x20<chat-id>','beefree','TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)','Result\x20output\x20destination\x20URL','HTML\x20template\x20content','patch\x20<personalization_id>','run\x20<name>','Get\x20SQL\x20query\x20for\x20segment.\x20For\x20segments\x20in\x20folders,\x20include\x20folder\x20path\x20(e.g.,\x20\x22Folder/Segment\x22)','List\x20scheduled\x20queries\x20(optional\x20regex\x20pattern\x20filter)','describe','--kind\x20<type>','Run\x20tests\x20with\x20specific\x20tags\x20(comma-separated)','duplicate\x20<name-or-id>','stderr','--follow','pull\x20[project]\x20[agent-name]','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)','Profile\x20to\x20use\x20(overrides\x20active\x20profile)','find','CDP\x20segment\x20management\x20commands','create\x20<name-or-path>','Add\x20attributes\x20from\x20JSON\x20file','--full','Override\x20parameters\x20for\x20retry\x20(JSON\x20string\x20or\x20@file.json)','Scheduled\x20query\x20management\x20commands','Email\x20subject\x20template','Update\x20an\x20always-on\x20campaign','Always-on\x20campaign\x20management','--status\x20<status>','Personalization\x20management','_list-commands','Alias\x20for\x20--database\x20(natural\x20language\x20style)','Delete\x20a\x20scheduled\x20query','Include\x20retried\x20attempts\x20(for\x20list)','Update\x20an\x20existing\x20agent','columns\x20<name-or-path>','Generate\x20test\x20conversations\x20without\x20evaluation','Resume\x20a\x20conversation\x20(shows\x20selector)','\x20-\x20built\x20','Database\x20management\x20commands','set\x20<args...>','--plaintext\x20<text>','Delete\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','directory','Create\x20a\x20realtime\x20personalization\x20entity\x20(uses\x20context\x20for\x20audience\x20if\x20set)','connections','Journey\x20version\x20management','Task\x20name\x20for\x20logs\x20action','--rule-file\x20<file>','Maximum\x20tool\x20iterations\x20(default:\x204)','Validate\x20enriched\x20master\x20(master\x20+\x20all\x20attributes)','...','item','list\x20[path]','statusline','Delete\x20segments\x20not\x20in\x20local\x20YAML\x20files\x20(disabled\x20by\x20default)','--all','Maximum\x20rows\x20to\x20display','test\x20[path]','gitRevision','Read\x20HTML\x20template\x20from\x20file','configuration_versions\x20[name]','List\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)','schedules','List\x20available\x20connector\x20types','-H,\x20--header\x20<header>','Cron\x20expression\x20for\x20scheduling','--body\x20<body>','Campaign\x20type\x20(email\x20or\x20push)','--github\x20<owner/repo>','--dry-run','List\x20journeys\x20(alias\x20for\x20journey\x20list)','Show\x20the\x20task\x20graph\x20and\x20side-effect\x20warnings\x20without\x20executing','launch\x20<name-or-id>','[DEPRECATED]\x20Use\x20\x22tdx\x20ps\x22\x20or\x20\x22tdx\x20parent-segment\x22\x20instead','Output\x20in\x20JSON\x20format\x20(shorthand\x20for\x20--format\x20json)','Query\x20engine\x20version','--attribute\x20[name]','--debug','\x0aGlobal\x20Options:\x0a\x20\x20--site\x20<site>\x20\x20\x20\x20\x20\x20Target\x20site\x20(us01,\x20ap01,\x20eu01,\x20ap02)\x0a\x20\x20--profile\x20<name>\x20\x20\x20Profile\x20to\x20use\x20(saves\x20API\x20key\x20to\x20profile-specific\x20config)\x0a\x0aExamples:\x0a\x20\x20$\x20tdx\x20auth\x20setup\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20\x20#\x20Interactive\x20setup\x20for\x20default\x20site\x20(us01)\x0a\x20\x20$\x20tdx\x20auth\x20setup\x20--site\x20ap01\x20\x20#\x20Setup\x20for\x20Japan\x20site\x0a','Show\x20workspace\x20details','[DEPRECATED]\x20Update\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','--name\x20<name>','claude-4.5-sonnet','Show\x20the\x20most\x20recent\x20chat','Enable\x20UTM\x20tracking','Clear\x20default\x20from\x20config\x20(~/.config/tdx/tdx.json)','Set\x20operation\x20timeout\x20in\x20seconds','--retry-limit\x20<0~32>','-d,\x20--database\x20<db>','Show\x20what\x20would\x20be\x20restored\x20without\x20making\x20changes','timeout','Timezone\x20(e.g.,\x20America/Los_Angeles)','options','Options:','--from\x20<date>','sql\x20[segment_name]','Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)','Parent\x20segment\x20to\x20use\x20(overrides\x20context)','retry\x20<session-id>','Create\x20segment\x20folder','Custom\x20revision\x20name\x20(default:\x20timestamp)'];a2_0x428b=function(){return _0x1410f0;};return a2_0x428b();}import{UseCommand}from'./commands/use-command.js';import{UnsetCommand}from'./commands/unset-command.js';import{StatusCommand}from'./commands/status-command.js';import{ProfilesCommand}from'./commands/profiles-command.js';import{ProfileCreateCommand,ProfileDeleteCommand,ProfileSetCommand,ProfileUseCommand}from'./commands/profile-command.js';import{AuthSetupCommand,AuthStatusCommand,AuthClearCommand}from'./commands/auth-command.js';import{UserCommand,UserListCommand}from'./commands/user-command.js';import{PolicyCommand,PolicyListCommand,PolicyShowCommand}from'./commands/policy-command.js';import{ConnectionListCommand,ConnectionShowCommand,ConnectionSchemaCommand,ConnectionTypesCommand,ConnectionSettingsCommand}from'./commands/connection-command.js';import{CASListCommand,CASDescCommand,CASPullCommand,CASPushCommand,CASPreviewCommand}from'./commands/cas-command.js';import{CASSegmentListCommand}from'./commands/cas-segment-command.js';import{MCPCommand}from'./commands/mcp-command.js';import{UpgradeCommand}from'./commands/upgrade-command.js';import{workSummaryAction,workInitAction,workNewAction,workMoveAction,workBoardAction,workShowAction,workLinksAction,workOpenAction}from'./commands/work-command.js';import{checkForUpdate,displayUpdateNotification}from'./utils/version-check.js';import{gracefulExit}from'./utils/process.js';import{isExperimentalAvailable,loadReleaseChannel}from'./core/config.js';const buildInfo=getBuildInfo(),currentVersion=getVersion();if(process[a2_0x59687f(0x1e8)]['includes']('--version')){let versionOutput='tdx\x20'+currentVersion;buildInfo[a2_0x59687f(0x232)]&&!currentVersion['includes'](buildInfo[a2_0x59687f(0x232)])&&(versionOutput+='\x20('+buildInfo[a2_0x59687f(0x232)]+')'),buildInfo[a2_0x59687f(0x2ef)]&&(versionOutput+=a2_0x59687f(0x21d)+buildInfo[a2_0x59687f(0x2ef)]),console['log'](versionOutput),process['exit'](0x0);}const program=new Command();export function mergeCommandOptions(_0x6933e8,_0x5d0091){const _0x1dfb49={..._0x6933e8};for(const [_0x1219df,_0x5515e2]of Object['entries'](_0x5d0091)){_0x5515e2!==undefined&&(_0x1dfb49[_0x1219df]=_0x5515e2);}return _0x1dfb49;}let showBriefHelp=![],description=a2_0x59687f(0x1c2);buildInfo[a2_0x59687f(0x232)]&&!currentVersion['includes'](buildInfo[a2_0x59687f(0x232)])?description+=a2_0x59687f(0x281)+currentVersion+'\x20('+buildInfo[a2_0x59687f(0x232)]+')':description+=a2_0x59687f(0x281)+currentVersion;program[a2_0x59687f(0x341)](a2_0x59687f(0xa9))[a2_0x59687f(0x288)](description),program[a2_0x59687f(0x195)](a2_0x59687f(0x26b),'Change\x20to\x20directory\x20before\x20executing\x20command')[a2_0x59687f(0x195)]('-p,\x20--profile\x20<name>',a2_0x59687f(0x208))[a2_0x59687f(0x195)](a2_0x59687f(0x154),a2_0x59687f(0xe5),a2_0x59687f(0x18a))[a2_0x59687f(0x195)]('--format\x20<format>',a2_0x59687f(0xbe))['option'](a2_0x59687f(0xce),a2_0x59687f(0x32f))[a2_0x59687f(0x195)]('--json',a2_0x59687f(0x242))['option']('--jsonl',a2_0x59687f(0x186))['option'](a2_0x59687f(0x1de),a2_0x59687f(0x2fc))[a2_0x59687f(0x195)]('--output\x20<file>',a2_0x59687f(0x17e))['option']('--limit\x20<number>',a2_0x59687f(0x2a6))['option'](a2_0x59687f(0x289),a2_0x59687f(0x35d),![])['option'](a2_0x59687f(0x14a),a2_0x59687f(0x1f3),![])[a2_0x59687f(0x195)]('-v,\x20--verbose',a2_0x59687f(0xef),![])[a2_0x59687f(0x195)](a2_0x59687f(0x245),a2_0x59687f(0x1c5))[a2_0x59687f(0x195)](a2_0x59687f(0x107),a2_0x59687f(0x1ba))['option']('--timeout\x20<seconds>',a2_0x59687f(0x24e),'30')[a2_0x59687f(0x195)](a2_0x59687f(0x23d),a2_0x59687f(0x337),![])[a2_0x59687f(0x195)](a2_0x59687f(0xe1),'Skip\x20confirmation\x20prompts',![])[a2_0x59687f(0x195)]('--session\x20<id>',a2_0x59687f(0x399))['option'](a2_0x59687f(0x299),a2_0x59687f(0x259))[a2_0x59687f(0x195)](a2_0x59687f(0x2bf),a2_0x59687f(0x1e5)),program[a2_0x59687f(0xa4)]({'formatHelp':(_0x343a01,_0x1a72f1)=>{const _0x40952e=a2_0x59687f,_0x3938af=_0x1a72f1[_0x40952e(0x389)](_0x343a01,_0x1a72f1),_0x1817d7=0x2,_0x4593fc=0x2;function _0x2a2914(_0x252568){const _0x119d54=_0x40952e,_0x46830c=_0x252568;return!!(_0x46830c[_0x119d54(0x25e)]||_0x46830c[_0x119d54(0x2db)]);}function _0x30c39d(_0x4c55ae,_0x10844f){const _0xd663c4=_0x40952e;if(_0x10844f){const _0x48dd01=''+_0x4c55ae[_0xd663c4(0xf7)](_0x3938af+_0x4593fc)+_0x10844f;return _0x48dd01;}return _0x4c55ae;}function _0x472c7d(_0x2b97d6){const _0x5228a4=_0x40952e;return _0x2b97d6['join']('\x0a')[_0x5228a4(0x351)](/^/gm,'\x20'['repeat'](_0x1817d7));}const _0xeb1483=[];_0xeb1483[_0x40952e(0x115)](_0x40952e(0x26d)+_0x1a72f1[_0x40952e(0x364)](_0x343a01));const _0x1610f7=_0x1a72f1[_0x40952e(0x12d)](_0x343a01);_0x1610f7&&(_0xeb1483[_0x40952e(0x115)](''),_0xeb1483[_0x40952e(0x115)](_0x1610f7));const _0x493a77=_0x343a01['commands'][_0x40952e(0xa6)](_0x5e0d4e=>!_0x2a2914(_0x5e0d4e));if(_0x493a77[_0x40952e(0x131)]>0x0){if(_0x343a01[_0x40952e(0x341)]()===_0x40952e(0xa9)){const _0x1a32e1=_0x343a01[_0x40952e(0x180)](),_0x4448d3=!_0x1a32e1[_0x40952e(0x1b4)]&&process['stdout'][_0x40952e(0x15a)],_0x5eee77=COMMAND_CATEGORIES,_0x2ed2c3=(_0x121fd4,_0x5127c3)=>_0x4448d3?_0x5127c3(_0x121fd4):_0x121fd4,_0x1ca462=new Map();_0x493a77['forEach'](_0x136674=>{const _0x4dc988=_0x40952e;_0x1ca462[_0x4dc988(0x90)](_0x136674[_0x4dc988(0x341)](),_0x136674);}),_0x5eee77['forEach'](_0x2c701c=>{const _0x393201=_0x40952e,_0x1e5aed=_0x2c701c[_0x393201(0x29f)][_0x393201(0x105)](_0x3e1825=>_0x1ca462[_0x393201(0x274)](_0x3e1825)??[]);if(_0x1e5aed[_0x393201(0x131)]>0x0){_0xeb1483[_0x393201(0x115)](''),_0xeb1483[_0x393201(0x115)](_0x2ed2c3(_0x2c701c[_0x393201(0x341)]+':',_0x2c701c[_0x393201(0x3a5)]));const _0x33de67=_0x1e5aed['map'](_0x393d29=>{const _0x5cd577=_0x393201,_0x31ca97=_0x1a72f1[_0x5cd577(0x8f)](_0x393d29),_0x5cf495=_0x1a72f1[_0x5cd577(0x26e)](_0x393d29);return _0x30c39d(_0x31ca97,_0x5cf495);});_0xeb1483[_0x393201(0x115)](_0x472c7d(_0x33de67));}}),_0xeb1483['push'](''),_0xeb1483[_0x40952e(0x115)]('Tip:\x20Use\x20plural\x20forms\x20(tdx\x20databases,\x20tables,\x20segments,\x20jobs)\x20as\x20aliases\x20for\x20\x22tdx\x20xxx\x20list\x22');}else{const _0x4948f5=_0x493a77['map'](_0x68892b=>{const _0x1a20b3=_0x40952e,_0x2fd8cb=_0x1a72f1['subcommandTerm'](_0x68892b),_0x531b3c=_0x1a72f1[_0x1a20b3(0x26e)](_0x68892b);return _0x30c39d(_0x2fd8cb,_0x531b3c);});_0xeb1483[_0x40952e(0x115)](''),_0xeb1483[_0x40952e(0x115)](_0x40952e(0x8b)),_0xeb1483['push'](_0x472c7d(_0x4948f5));}}if(showBriefHelp&&_0x343a01[_0x40952e(0x341)]()===_0x40952e(0xa9))_0xeb1483[_0x40952e(0x115)](''),_0xeb1483[_0x40952e(0x115)](_0x40952e(0x1e4));else{const _0x94a2e7=_0x343a01[_0x40952e(0x254)][_0x40952e(0xa6)](_0x107b50=>!_0x2a2914(_0x107b50));if(_0x94a2e7['length']>0x0){const _0x59a1ba=_0x94a2e7[_0x40952e(0x391)](_0x6d74f9=>{const _0x235e55=_0x1a72f1['optionTerm'](_0x6d74f9),_0x42fac0=_0x1a72f1['optionDescription'](_0x6d74f9);return _0x30c39d(_0x235e55,_0x42fac0);});_0xeb1483[_0x40952e(0x115)](''),_0xeb1483[_0x40952e(0x115)](_0x40952e(0x255)),_0xeb1483[_0x40952e(0x115)](_0x472c7d(_0x59a1ba));}}const _0x4bed79=(_0x343a01['registeredArguments']||[])[_0x40952e(0xa6)](_0x598809=>!_0x2a2914(_0x598809));if(_0x4bed79[_0x40952e(0x131)]>0x0){const _0x5e5837=_0x4bed79['map'](_0x156562=>{const _0x56c7ea=_0x40952e,_0x3d68eb=_0x1a72f1['argumentTerm'](_0x156562),_0x1b4b7a=_0x1a72f1[_0x56c7ea(0xe2)](_0x156562);return _0x30c39d(_0x3d68eb,_0x1b4b7a);});_0xeb1483[_0x40952e(0x115)](''),_0xeb1483[_0x40952e(0x115)](_0x40952e(0x36d)),_0xeb1483['push'](_0x472c7d(_0x5e5837));}return _0xeb1483[_0x40952e(0x12a)]('\x0a')+'\x0a';},'subcommandTerm':_0x41db2d=>{const _0x3963e5=a2_0x59687f,_0x5121f5=(_0x41db2d['registeredArguments']||[])[_0x3963e5(0x391)](_0x5d82d3=>_0x5d82d3['required']?'<'+_0x5d82d3[_0x3963e5(0x341)]()+'>':'['+_0x5d82d3[_0x3963e5(0x341)]()+']')[_0x3963e5(0x12a)]('\x20'),_0x4676a1=_0x41db2d['aliases'](),_0x13e896=_0x4676a1[_0x3963e5(0x131)]>0x0?_0x41db2d[_0x3963e5(0x341)]()+',\x20'+_0x4676a1[_0x3963e5(0x12a)](',\x20'):_0x41db2d['name']();return _0x5121f5?_0x13e896+'\x20'+_0x5121f5:_0x13e896;}}),program['hook'](a2_0x59687f(0x355),_0x378be8=>{const _0x33c40c=a2_0x59687f,_0x1a8048=_0x378be8[_0x33c40c(0x180)]();if(_0x1a8048[_0x33c40c(0x222)]){const _0x4825c6=resolve(_0x1a8048['directory']),_0x14e82c=_0x4825c6!==_0x1a8048[_0x33c40c(0x222)]?'\x20(resolved\x20to\x20'+_0x4825c6+')':'';if(!existsSync(_0x4825c6))throw new SDKError(ErrorCode['INVALID_ARGUMENT'],'Directory\x20does\x20not\x20exist:\x20'+_0x1a8048[_0x33c40c(0x222)]+_0x14e82c,undefined,{'helpText':_0x33c40c(0x36a)});const _0x2e89fc=statSync(_0x4825c6);if(!_0x2e89fc['isDirectory']())throw new SDKError(ErrorCode[_0x33c40c(0x11b)],_0x33c40c(0x8e)+_0x1a8048[_0x33c40c(0x222)]+_0x14e82c,undefined,{'helpText':_0x33c40c(0x36b)});process[_0x33c40c(0x1ab)](_0x4825c6);}if(!_0x1a8048[_0x33c40c(0xdc)]){if(_0x1a8048['table'])_0x1a8048[_0x33c40c(0xdc)]=_0x33c40c(0x19d);else{if(_0x1a8048[_0x33c40c(0x10b)])_0x1a8048[_0x33c40c(0xdc)]=_0x33c40c(0x10b);else{if(_0x1a8048[_0x33c40c(0x2f3)])_0x1a8048[_0x33c40c(0xdc)]=_0x33c40c(0x2f3);else _0x1a8048[_0x33c40c(0x1da)]&&(_0x1a8048[_0x33c40c(0xdc)]=_0x33c40c(0x1da));}}}if(_0x1a8048['trace'])_0x1a8048[_0x33c40c(0xed)]=LogLevel[_0x33c40c(0x33d)];else{if(_0x1a8048[_0x33c40c(0x27b)])_0x1a8048[_0x33c40c(0xed)]=LogLevel['DEBUG'];else _0x1a8048[_0x33c40c(0xed)]===undefined&&(_0x1a8048[_0x33c40c(0xed)]=LogLevel[_0x33c40c(0x161)]);}});async function createTDXInstance(_0x30ddd1){const _0x116577=a2_0x59687f,_0x233578=await GlobalContext[_0x116577(0x35a)](_0x30ddd1);_0x233578[_0x116577(0x2d3)](_0x30ddd1);const _0x44e86f=Number(_0x30ddd1[_0x116577(0x252)]),_0x1c799c=!isNaN(_0x44e86f)&&_0x44e86f>0x0?_0x44e86f*0x3e8:undefined;return TDX[_0x116577(0x19b)]({'site':_0x233578[_0x116577(0x157)],'apiKey':_0x233578[_0x116577(0xeb)],'accessToken':_0x233578[_0x116577(0x371)],'logLevel':_0x233578[_0x116577(0xed)],'profile':_0x233578[_0x116577(0x2ba)],'timeout':_0x1c799c});}const databaseCmd=program[a2_0x59687f(0x11a)](a2_0x59687f(0x267))['alias']('db')[a2_0x59687f(0x288)](a2_0x59687f(0x21e)),databaseListAction=async(_0x2b04a9,_0x5833bd)=>{const _0x143585=a2_0x59687f,_0x1f4ab3=new DatabasesCommand(),_0x43a2d0=program[_0x143585(0x180)](),_0x1b0395=await createTDXInstance(_0x43a2d0),_0x25368a=await _0x1f4ab3[_0x143585(0x1cf)]({'options':{..._0x43a2d0,..._0x5833bd},'args':_0x2b04a9?[_0x2b04a9]:[],'tdx':_0x1b0395});gracefulExit(_0x25368a);};databaseCmd['command'](a2_0x59687f(0x2c0))['description']('List\x20all\x20databases\x20(optionally\x20filtered\x20by\x20glob\x20pattern)')['action'](databaseListAction),program[a2_0x59687f(0x11a)](a2_0x59687f(0xf2),{'hidden':!![]})['description'](a2_0x59687f(0x132))[a2_0x59687f(0x149)](databaseListAction),program[a2_0x59687f(0x11a)](a2_0x59687f(0x320))[a2_0x59687f(0x288)](a2_0x59687f(0x9e))[a2_0x59687f(0x195)](a2_0x59687f(0x142),'Agent\x20reference\x20(project/agent\x20or\x20just\x20agent\x20if\x20llm_project\x20is\x20set)')[a2_0x59687f(0x195)](a2_0x59687f(0x3a4),a2_0x59687f(0x2ae))['option']('--chat-id\x20<id>',a2_0x59687f(0x1cb))[a2_0x59687f(0x195)](a2_0x59687f(0x264),a2_0x59687f(0x2c3))[a2_0x59687f(0x149)](async(_0x2f7d82,_0x1660cc)=>{const _0x3fcc99=a2_0x59687f,_0x41097a=program[_0x3fcc99(0x180)](),_0x1d8527=await createTDXInstance(_0x41097a);if(_0x2f7d82[0x0]===_0x3fcc99(0x19b)){const _0x216650=new ChatCreateCommand();gracefulExit(await _0x216650['run']({'options':{..._0x41097a,..._0x1660cc},'args':_0x2f7d82[_0x3fcc99(0x38a)](0x1),'tdx':_0x1d8527}));return;}const _0x1f40c8=new ChatCommand(),_0x4aa41b=await _0x1f40c8[_0x3fcc99(0x1cf)]({'options':{..._0x41097a,..._0x1660cc},'args':_0x2f7d82,'tdx':_0x1d8527});gracefulExit(_0x4aa41b);});const apiCmd=program[a2_0x59687f(0x11a)]('api\x20[endpoint]')[a2_0x59687f(0x352)](a2_0x59687f(0x206))['addHelpText']('after','\x0aExamples:\x0a\x20\x20$\x20tdx\x20api\x20/v3/database/list\x0a\x20\x20$\x20tdx\x20api\x20/v3/database/show/mydb\x0a\x20\x20$\x20tdx\x20api\x20-X\x20POST\x20--data\x20\x27{\x22query\x22:\x22SELECT\x201\x22}\x27\x20/v3/job/issue/hive/mydb\x0a\x20\x20$\x20tdx\x20api\x20/entities/parent_segments\x20--type\x20cdp\x0a\x20\x20$\x20tdx\x20api\x20/api/workflows\x20--type\x20workflow\x0a')[a2_0x59687f(0x195)](a2_0x59687f(0x34f),a2_0x59687f(0x35c),a2_0x59687f(0x2df))[a2_0x59687f(0x195)](a2_0x59687f(0x27a),'Request\x20body\x20as\x20JSON\x20string')[a2_0x59687f(0x195)](a2_0x59687f(0x2d4),a2_0x59687f(0x3a9))['option'](a2_0x59687f(0x238),a2_0x59687f(0x312),(_0x4f8f25,_0x460f25)=>{return _0x460f25?[..._0x460f25,_0x4f8f25]:[_0x4f8f25];})[a2_0x59687f(0x195)](a2_0x59687f(0x185),a2_0x59687f(0x85),'td')[a2_0x59687f(0x149)](async(_0x4fff86,_0x2a5322)=>{const _0x425efb=a2_0x59687f;if(!_0x4fff86){apiCmd['help']();return;}const _0x44a49c=new ApiCommand(),_0x323e1e=program[_0x425efb(0x180)](),_0x41150b=await createTDXInstance(_0x323e1e),_0x5978f7=await _0x44a49c[_0x425efb(0x1cf)]({'options':{..._0x323e1e,..._0x2a5322},'args':[_0x4fff86],'tdx':_0x41150b});gracefulExit(_0x5978f7);});program[a2_0x59687f(0x11a)](a2_0x59687f(0x366))[a2_0x59687f(0x288)](a2_0x59687f(0x395))[a2_0x59687f(0xbf)](a2_0x59687f(0x295),a2_0x59687f(0x15e))[a2_0x59687f(0x149)](async _0xf3bd5b=>{const _0xac3374=a2_0x59687f,_0x4cd9cc=new MCPCommand(),_0x21a828=program[_0xac3374(0x180)](),_0x321ea2=await createTDXInstance(_0x21a828),_0x6021f6=await _0x4cd9cc['run']({'options':{..._0x21a828,..._0xf3bd5b},'args':[],'tdx':_0x321ea2});gracefulExit(_0x6021f6);});const tableCmd=program[a2_0x59687f(0x11a)](a2_0x59687f(0x19d))[a2_0x59687f(0x288)]('Table\x20management\x20commands'),tableListAction=async(_0x17546c,_0x592261)=>{const _0x2cb419=a2_0x59687f,_0x4633a8=new TablesCommand(),_0x47ce44=program['opts'](),_0x2ebfe9=await createTDXInstance(_0x47ce44);_0x592261['in']&&(_0x592261[_0x2cb419(0x267)]=_0x592261['in']);const _0x1cf2fc=await _0x4633a8[_0x2cb419(0x1cf)]({'options':{..._0x47ce44,..._0x592261},'args':_0x17546c?[_0x17546c]:[],'tdx':_0x2ebfe9});gracefulExit(_0x1cf2fc);};tableCmd['command'](a2_0x59687f(0x2c0))[a2_0x59687f(0x288)](a2_0x59687f(0x34c))[a2_0x59687f(0x195)](a2_0x59687f(0x1e1),a2_0x59687f(0x18d))[a2_0x59687f(0x195)](a2_0x59687f(0x15c),a2_0x59687f(0x216))['action'](tableListAction),program[a2_0x59687f(0x11a)](a2_0x59687f(0x134),{'hidden':!![]})['description']('List\x20tables\x20(alias\x20for\x20\x22table\x20list\x22)')[a2_0x59687f(0x195)](a2_0x59687f(0x1e1),a2_0x59687f(0x18d))['option'](a2_0x59687f(0x15c),'Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x59687f(0x149)](tableListAction),program[a2_0x59687f(0x11a)](a2_0x59687f(0x376))[a2_0x59687f(0x288)](a2_0x59687f(0x33f))[a2_0x59687f(0x195)](a2_0x59687f(0x1e1),a2_0x59687f(0x188))['option'](a2_0x59687f(0x15c),a2_0x59687f(0x216))['action'](async(_0x85c9c8,_0x82cf76)=>{const _0x3c6157=a2_0x59687f,_0x183986=new ShowCommand(),_0x58c038=program[_0x3c6157(0x180)](),_0x2e7b27=await createTDXInstance(_0x58c038);_0x82cf76['in']&&(_0x82cf76[_0x3c6157(0x267)]=_0x82cf76['in']);const _0x3f0771=await _0x183986[_0x3c6157(0x1cf)]({'options':{..._0x58c038,..._0x82cf76},'args':_0x85c9c8?[_0x85c9c8]:[],'tdx':_0x2e7b27});gracefulExit(_0x3f0771);}),program[a2_0x59687f(0x11a)]('describe\x20[table]')[a2_0x59687f(0xdf)]('desc')[a2_0x59687f(0x288)](a2_0x59687f(0x124))[a2_0x59687f(0x195)](a2_0x59687f(0x1e1),a2_0x59687f(0x188))[a2_0x59687f(0x195)]('--in\x20<database>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x59687f(0x149)](async(_0x4c9933,_0x28d3de)=>{const _0x5b6fb9=a2_0x59687f,_0x15b2a3=new DescribeCommand(),_0x4aad93=program[_0x5b6fb9(0x180)](),_0x3db382=await createTDXInstance(_0x4aad93);_0x28d3de['in']&&(_0x28d3de[_0x5b6fb9(0x267)]=_0x28d3de['in']);const _0x4e9802=await _0x15b2a3[_0x5b6fb9(0x1cf)]({'options':{..._0x4aad93,..._0x28d3de},'args':_0x4c9933?[_0x4c9933]:[],'tdx':_0x3db382});gracefulExit(_0x4e9802);}),program[a2_0x59687f(0x11a)](a2_0x59687f(0x1c4))[a2_0x59687f(0x288)]('Run\x20Trino\x20query\x20with\x20streaming\x20results')[a2_0x59687f(0x195)](a2_0x59687f(0x1e1),a2_0x59687f(0x104))['option'](a2_0x59687f(0x15c),a2_0x59687f(0x216))[a2_0x59687f(0x195)](a2_0x59687f(0x84),a2_0x59687f(0x36f))[a2_0x59687f(0x195)]('-f,\x20--file\x20<path>',a2_0x59687f(0xbd))[a2_0x59687f(0x195)](a2_0x59687f(0xd3),a2_0x59687f(0x230))[a2_0x59687f(0x149)](async(_0x4e0dae,_0x2469d4)=>{const _0x313735=a2_0x59687f,_0x525441=new QueryCommand(),_0x3f9ee0=program['opts'](),_0x35419b=await createTDXInstance(_0x3f9ee0);_0x2469d4['in']&&(_0x2469d4['database']=_0x2469d4['in']);const _0xb1ccdd=await _0x525441[_0x313735(0x1cf)]({'options':mergeCommandOptions(_0x3f9ee0,_0x2469d4),'args':_0x4e0dae?[_0x4e0dae]:[],'tdx':_0x35419b});gracefulExit(_0xb1ccdd);});const segmentCmd=program['command'](a2_0x59687f(0x116))[a2_0x59687f(0xdf)]('sg')[a2_0x59687f(0x288)](a2_0x59687f(0x20a)),segmentListAction=async(_0x361cdc,_0x541cfd)=>{const _0x5e60b8=a2_0x59687f,_0x81d57b=new SegmentsCommand(),_0x3605b5=program[_0x5e60b8(0x180)](),_0x10ba71=await createTDXInstance(_0x3605b5),_0x1d5a34=await _0x81d57b[_0x5e60b8(0x1cf)]({'options':{..._0x3605b5,..._0x541cfd},'args':_0x361cdc?[_0x361cdc]:[],'tdx':_0x10ba71});gracefulExit(_0x1d5a34);};segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x22c))['description'](a2_0x59687f(0x314))[a2_0x59687f(0x195)](a2_0x59687f(0x2b7),a2_0x59687f(0x1e9))[a2_0x59687f(0x195)](a2_0x59687f(0x11e),a2_0x59687f(0x2d6),'10')['action'](segmentListAction),program[a2_0x59687f(0x11a)]('segments\x20[path]',{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x398))[a2_0x59687f(0x195)](a2_0x59687f(0x2b7),a2_0x59687f(0x1e9))[a2_0x59687f(0x195)](a2_0x59687f(0x11e),'Maximum\x20recursion\x20depth\x20(default:\x2010)','10')[a2_0x59687f(0x149)](segmentListAction),segmentCmd['command'](a2_0x59687f(0x153),{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x194))['action'](async(_0x5db917,_0x4f20cf)=>{const _0x3e36d3=a2_0x59687f,_0x3865d0=new SegmentUseCommand(),_0x7843a4=program['opts'](),_0x1c7e64=await createTDXInstance(_0x7843a4),_0x51794e=await _0x3865d0[_0x3e36d3(0x1cf)]({'options':{..._0x7843a4,..._0x4f20cf},'args':[_0x5db917],'tdx':_0x1c7e64});gracefulExit(_0x51794e);});const segmentViewAction=async(_0x101281,_0x50ea93)=>{const _0x5cdc86=a2_0x59687f,_0x11e6c4=new SegmentViewCommand(),_0x37c66b=program['opts'](),_0x1e4cf4=await createTDXInstance(_0x37c66b),_0x18b85c=await _0x11e6c4[_0x5cdc86(0x1cf)]({'options':{..._0x37c66b,..._0x50ea93},'args':_0x101281?[_0x101281]:[],'tdx':_0x1e4cf4});gracefulExit(_0x18b85c);};segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x339))['description'](a2_0x59687f(0x30d))[a2_0x59687f(0x195)](a2_0x59687f(0x163),a2_0x59687f(0x34e))['action'](segmentViewAction),segmentCmd['command']('info\x20[segment_name]',{'hidden':!![]})[a2_0x59687f(0xdf)](a2_0x59687f(0x1ff))[a2_0x59687f(0x195)]('-w,\x20--web',a2_0x59687f(0x34e))[a2_0x59687f(0x288)](a2_0x59687f(0x2d7))[a2_0x59687f(0x149)](segmentViewAction),segmentCmd[a2_0x59687f(0x11a)]('desc\x20[segment_name]')['description'](a2_0x59687f(0xd0))['action'](async(_0x48377b,_0x2c5f10)=>{const _0x3056de=new SegmentDescCommand(),_0x4ce454=program['opts'](),_0x25968c=await createTDXInstance(_0x4ce454),_0x1c5d19=await _0x3056de['run']({'options':{..._0x4ce454,..._0x2c5f10},'args':_0x48377b?[_0x48377b]:[],'tdx':_0x25968c});gracefulExit(_0x1c5d19);}),segmentCmd[a2_0x59687f(0x11a)]('show\x20[segment_name]')[a2_0x59687f(0x288)](a2_0x59687f(0x2f5))[a2_0x59687f(0x149)](async(_0x53066c,_0x17ba7a)=>{const _0x415e5a=a2_0x59687f,_0x19583e=new SegmentShowCommand(),_0x4fdb7a=program[_0x415e5a(0x180)](),_0x366ff2=await createTDXInstance(_0x4fdb7a),_0x355699=await _0x19583e[_0x415e5a(0x1cf)]({'options':{..._0x4fdb7a,..._0x17ba7a},'args':_0x53066c?[_0x53066c]:[],'tdx':_0x366ff2});gracefulExit(_0x355699);}),segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xbb),{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x18f))[a2_0x59687f(0x149)](async(_0x251e4c,_0x37bfc9)=>{const _0x22c47d=a2_0x59687f,_0xc0314a=new SegmentFolderListCommand(),_0x2899a1=program[_0x22c47d(0x180)](),_0x2c8d80=await createTDXInstance(_0x2899a1),_0x574a42=await _0xc0314a['run']({'options':{..._0x2899a1,..._0x37bfc9},'args':[_0x251e4c],'tdx':_0x2c8d80});gracefulExit(_0x574a42);});const folderCmd=segmentCmd['command']('folder',{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x192));folderCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xb5))[a2_0x59687f(0x288)]('Show\x20folder\x20details\x20(use\x20parent_name/folder_name)')[a2_0x59687f(0x149)](async(_0x270c22,_0xdd9c35)=>{const _0x52ecf7=a2_0x59687f,_0x1446bb=new SegmentFolderShowCommand(),_0x418196=program['opts'](),_0x181188=await createTDXInstance(_0x418196),_0x18694d=await _0x1446bb[_0x52ecf7(0x1cf)]({'options':{..._0x418196,..._0xdd9c35},'args':[_0x270c22],'tdx':_0x181188});gracefulExit(_0x18694d);}),segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x257))['description'](a2_0x59687f(0x1fd))['option']('--path\x20<file-path>',a2_0x59687f(0x15b))[a2_0x59687f(0x149)](async(_0x2f4284,_0x77d5e)=>{const _0x16c568=a2_0x59687f,_0x3ccd39=new SegmentSQLCommand(),_0x12b597=program[_0x16c568(0x180)](),_0x1767f8=await createTDXInstance(_0x12b597),_0x2e7b28=await _0x3ccd39['run']({'options':{..._0x12b597,..._0x77d5e},'args':_0x2f4284?[_0x2f4284]:[],'tdx':_0x1767f8});gracefulExit(_0x2e7b28);}),segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x172))['description'](a2_0x59687f(0x294))[a2_0x59687f(0x149)](async(_0x105c35,_0x4446a6)=>{const _0x6e682e=a2_0x59687f,_0x5bafab=new SegmentFieldsCommand(),_0x11ee60=program[_0x6e682e(0x180)](),_0x60a738=await createTDXInstance(_0x11ee60),_0x3ab17a=await _0x5bafab['run']({'options':{..._0x11ee60,..._0x4446a6},'args':_0x105c35?[_0x105c35]:[],'tdx':_0x60a738});gracefulExit(_0x3ab17a);}),segmentCmd[a2_0x59687f(0x11a)]('pull\x20[parent_or_file]')[a2_0x59687f(0x288)](a2_0x59687f(0x2b1))[a2_0x59687f(0x195)]('--dry-run',a2_0x59687f(0x1be))[a2_0x59687f(0x149)](async(_0x225940,_0x59efe4)=>{const _0x4370ac=a2_0x59687f,_0x44dda7=new SegmentPullCommand(),_0xc20cac=program[_0x4370ac(0x180)](),_0x230ca1=await createTDXInstance(_0xc20cac),_0x579460=await _0x44dda7['run']({'options':{..._0xc20cac,..._0x59efe4},'args':_0x225940?[_0x225940]:[],'tdx':_0x230ca1});gracefulExit(_0x579460);}),segmentCmd['command'](a2_0x59687f(0x94))['description'](a2_0x59687f(0x1f5))['option'](a2_0x59687f(0x23d),a2_0x59687f(0x1be))[a2_0x59687f(0x195)]('--delete',a2_0x59687f(0x22e))[a2_0x59687f(0x149)](async(_0x156cfd,_0xc05b17)=>{const _0x58d8e0=a2_0x59687f,_0x173093=new SegmentPushCommand(),_0x17ee2a=program[_0x58d8e0(0x180)](),_0x569c29=await createTDXInstance(_0x17ee2a),_0x3764ca=await _0x173093[_0x58d8e0(0x1cf)]({'options':{..._0x17ee2a,..._0xc05b17},'args':_0x156cfd?[_0x156cfd]:[],'tdx':_0x569c29});gracefulExit(_0x3764ca);}),segmentCmd['command'](a2_0x59687f(0x1a5))['description'](a2_0x59687f(0x1aa))['action'](async(_0x4a7995,_0x5969ee)=>{const _0xd3d58a=a2_0x59687f,_0x2b1366=new SegmentValidateCommand(),_0x2b1f25=program['opts'](),_0x46100e=await createTDXInstance(_0x2b1f25),_0x170049=await _0x2b1366[_0xd3d58a(0x1cf)]({'options':{..._0x2b1f25,..._0x5969ee},'args':_0x4a7995?[_0x4a7995]:[],'tdx':_0x46100e});gracefulExit(_0x170049);}),segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x128),{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x17d))[a2_0x59687f(0x195)](a2_0x59687f(0x367),a2_0x59687f(0xee))[a2_0x59687f(0x195)](a2_0x59687f(0xdb),'Filtering\x20rule\x20as\x20JSON\x20string')[a2_0x59687f(0x195)](a2_0x59687f(0x227),a2_0x59687f(0x340))['option'](a2_0x59687f(0x146),a2_0x59687f(0x117))[a2_0x59687f(0x195)]('--kind\x20<type>',a2_0x59687f(0x306))['option'](a2_0x59687f(0x173),a2_0x59687f(0x31e))[a2_0x59687f(0x195)](a2_0x59687f(0x2c4),a2_0x59687f(0x373))[a2_0x59687f(0x149)](async(_0x264b0e,_0x1d2177)=>{const _0x2df706=a2_0x59687f,_0x1b217f=new SegmentCreateCommand(),_0x15d0e2=program[_0x2df706(0x180)](),_0x8249c7=await createTDXInstance(_0x15d0e2),_0x4c0140=await _0x1b217f[_0x2df706(0x1cf)]({'options':{..._0x15d0e2,..._0x1d2177},'args':[_0x264b0e],'tdx':_0x8249c7});gracefulExit(_0x4c0140);}),segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x379),{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x248))[a2_0x59687f(0x195)]('--name\x20<new_name>','New\x20segment\x20name')['option'](a2_0x59687f(0x367),a2_0x59687f(0xbc))[a2_0x59687f(0x195)]('--rule\x20<json>',a2_0x59687f(0x39d))[a2_0x59687f(0x195)](a2_0x59687f(0x227),a2_0x59687f(0x393))['option'](a2_0x59687f(0x146),a2_0x59687f(0x31f))[a2_0x59687f(0x195)](a2_0x59687f(0x200),a2_0x59687f(0x306))[a2_0x59687f(0x149)](async(_0x1e18b2,_0x4c8bc5)=>{const _0x380530=a2_0x59687f,_0x45dac0=new SegmentUpdateCommand(),_0x23a0c2=program[_0x380530(0x180)](),_0x96e071=await createTDXInstance(_0x23a0c2),_0x363d50=await _0x45dac0[_0x380530(0x1cf)]({'options':{..._0x23a0c2,..._0x4c8bc5},'args':[_0x1e18b2],'tdx':_0x96e071});gracefulExit(_0x363d50);});const parentCmd=segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2a1),{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x241)),parentListAction=async(_0x54272f,_0x4c5776)=>{const _0xb7ba3c=a2_0x59687f,_0x4563d6=new ParentSegmentListCommand(),_0x50c770=program[_0xb7ba3c(0x180)](),_0xe39569=await createTDXInstance(_0x50c770),_0x180c73=await _0x4563d6['run']({'options':{..._0x50c770,..._0x4c5776},'args':_0x54272f?[_0x54272f]:[],'tdx':_0xe39569});gracefulExit(_0x180c73);};parentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c0))[a2_0x59687f(0x288)](a2_0x59687f(0x19a))['action'](parentListAction),segmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x162),{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x290))['action'](parentListAction),parentCmd['command'](a2_0x59687f(0x1eb))[a2_0x59687f(0x288)](a2_0x59687f(0x16b))[a2_0x59687f(0x195)](a2_0x59687f(0x13f),a2_0x59687f(0x127))[a2_0x59687f(0x149)](async(_0x1a27cc,_0x150b03)=>{const _0x38e662=a2_0x59687f,_0x16d282=new ParentSegmentPullCommand(),_0x30f4ff=program[_0x38e662(0x180)](),_0x28e4c0=await createTDXInstance(_0x30f4ff),_0x50a0ac=await _0x16d282[_0x38e662(0x1cf)]({'options':{..._0x30f4ff,..._0x150b03},'args':_0x1a27cc?[_0x1a27cc]:[],'tdx':_0x28e4c0});gracefulExit(_0x50a0ac);}),parentCmd[a2_0x59687f(0x11a)]('push\x20[file]')[a2_0x59687f(0x288)](a2_0x59687f(0x378))[a2_0x59687f(0x149)](async(_0x475510,_0x25aaac)=>{const _0x4d32f8=a2_0x59687f,_0xd51b85=new ParentSegmentPushCommand(),_0xf76016=program[_0x4d32f8(0x180)](),_0x33cc8d=await createTDXInstance(_0xf76016),_0x2de3fa=await _0xd51b85[_0x4d32f8(0x1cf)]({'options':{..._0xf76016,..._0x25aaac},'args':_0x475510?[_0x475510]:[],'tdx':_0x33cc8d});gracefulExit(_0x2de3fa);}),parentCmd['command'](a2_0x59687f(0x26c))[a2_0x59687f(0x288)](a2_0x59687f(0x164))[a2_0x59687f(0x195)](a2_0x59687f(0x1b3),'Show\x20only\x20master\x20table\x20validation')[a2_0x59687f(0x195)](a2_0x59687f(0x244),a2_0x59687f(0x280))[a2_0x59687f(0x195)](a2_0x59687f(0xe7),a2_0x59687f(0x330))[a2_0x59687f(0x195)](a2_0x59687f(0x1b6),a2_0x59687f(0x229))['option'](a2_0x59687f(0x2e2),a2_0x59687f(0x1f8),'-1d')['action'](async(_0x1717d2,_0x4070a0)=>{const _0x4dcf4b=a2_0x59687f,_0x46d846=new ParentSegmentValidateCommand(),_0x7498c0=program[_0x4dcf4b(0x180)](),_0x2a68f0=await createTDXInstance(_0x7498c0),_0x408318=await _0x46d846[_0x4dcf4b(0x1cf)]({'options':{..._0x7498c0,..._0x4070a0},'args':_0x1717d2?[_0x1717d2]:[],'tdx':_0x2a68f0});gracefulExit(_0x408318);}),parentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x39e))['description'](a2_0x59687f(0x1d5))[a2_0x59687f(0x195)](a2_0x59687f(0x1b3),'Show\x20master\x20table\x20sample\x20data')[a2_0x59687f(0x195)]('--attribute\x20[name]','Show\x20sample\x20data\x20for\x20a\x20specific\x20attribute')['option'](a2_0x59687f(0xe7),a2_0x59687f(0x382))[a2_0x59687f(0x195)](a2_0x59687f(0x1b6),a2_0x59687f(0x27f))[a2_0x59687f(0x195)](a2_0x59687f(0x2e2),a2_0x59687f(0x1f8),a2_0x59687f(0x9d))[a2_0x59687f(0x149)](async(_0x4b04a8,_0x49c847)=>{const _0x210285=a2_0x59687f,_0x5e1a5c=new ParentSegmentPreviewCommand(),_0x4db82b=program['opts'](),_0x1ae49e=await createTDXInstance(_0x4db82b),_0x42a4d7=await _0x5e1a5c[_0x210285(0x1cf)]({'options':{..._0x4db82b,..._0x49c847},'args':_0x4b04a8?[_0x4b04a8]:[],'tdx':_0x1ae49e});gracefulExit(_0x42a4d7);}),parentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x304))[a2_0x59687f(0x288)](a2_0x59687f(0x2c1))[a2_0x59687f(0x149)](async(_0x4a0198,_0xb317fc)=>{const _0x509195=a2_0x59687f,_0x2a9571=new ParentSegmentRunCommand(),_0x2b23bb=program['opts'](),_0x290eaf=await createTDXInstance(_0x2b23bb),_0x2beb68=await _0x2a9571[_0x509195(0x1cf)]({'options':{..._0x2b23bb,..._0xb317fc},'args':_0x4a0198?[_0x4a0198]:[],'tdx':_0x290eaf});gracefulExit(_0x2beb68);});const parentSegmentCmd=program[a2_0x59687f(0x11a)]('parent-segment')[a2_0x59687f(0xdf)]('ps')[a2_0x59687f(0x288)](a2_0x59687f(0x98));parentSegmentCmd['command'](a2_0x59687f(0x2c0))[a2_0x59687f(0x288)](a2_0x59687f(0x19a))['action'](parentListAction),parentSegmentCmd['command'](a2_0x59687f(0x1eb))[a2_0x59687f(0x288)](a2_0x59687f(0x1bd))['option'](a2_0x59687f(0x13f),a2_0x59687f(0x308))[a2_0x59687f(0x195)](a2_0x59687f(0x14e),a2_0x59687f(0x29e))['action'](async(_0x9a110b,_0x4250b3)=>{const _0x407e01=a2_0x59687f,_0x2f79e5=new ParentSegmentPullCommand(),_0x3cb830=program[_0x407e01(0x180)](),_0x50a04b=await createTDXInstance(_0x3cb830),_0x39e300=await _0x2f79e5[_0x407e01(0x1cf)]({'options':{..._0x3cb830,..._0x4250b3},'args':_0x9a110b?[_0x9a110b]:[],'tdx':_0x50a04b});gracefulExit(_0x39e300);}),parentSegmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1bc))[a2_0x59687f(0x288)](a2_0x59687f(0xa7))['action'](async(_0x43206b,_0x166ac1)=>{const _0x128fe8=a2_0x59687f,_0x34c5d7=new ParentSegmentPushCommand(),_0x536068=program[_0x128fe8(0x180)](),_0x507cec=await createTDXInstance(_0x536068),_0x54d366=await _0x34c5d7[_0x128fe8(0x1cf)]({'options':{..._0x536068,..._0x166ac1},'args':_0x43206b?[_0x43206b]:[],'tdx':_0x507cec});gracefulExit(_0x54d366);}),parentSegmentCmd['command'](a2_0x59687f(0xc0))[a2_0x59687f(0x288)](a2_0x59687f(0x164))[a2_0x59687f(0x195)](a2_0x59687f(0x1b3),'Show\x20only\x20master\x20table\x20validation')['option'](a2_0x59687f(0x244),a2_0x59687f(0x280))[a2_0x59687f(0x195)](a2_0x59687f(0xe7),a2_0x59687f(0x330))[a2_0x59687f(0x195)](a2_0x59687f(0x1b6),a2_0x59687f(0x229))[a2_0x59687f(0x195)](a2_0x59687f(0x2e2),a2_0x59687f(0x1f8),a2_0x59687f(0x9d))[a2_0x59687f(0x149)](async(_0x5da5d5,_0x471d0d)=>{const _0x41ce=a2_0x59687f,_0x3ee8c3=new ParentSegmentValidateCommand(),_0x271d60=program[_0x41ce(0x180)](),_0x112a4d=await createTDXInstance(_0x271d60),_0x58140c=await _0x3ee8c3['run']({'options':{..._0x271d60,..._0x471d0d},'args':_0x5da5d5?[_0x5da5d5]:[],'tdx':_0x112a4d});gracefulExit(_0x58140c);}),parentSegmentCmd['command'](a2_0x59687f(0x2ab))[a2_0x59687f(0x288)](a2_0x59687f(0x1d5))[a2_0x59687f(0x195)](a2_0x59687f(0x1b3),a2_0x59687f(0xf1))[a2_0x59687f(0x195)](a2_0x59687f(0x244),a2_0x59687f(0x2fe))[a2_0x59687f(0x195)](a2_0x59687f(0xe7),'Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior')['option'](a2_0x59687f(0x1b6),a2_0x59687f(0x27f))['option'](a2_0x59687f(0x2e2),a2_0x59687f(0x1f8),a2_0x59687f(0x9d))['action'](async(_0x9d945a,_0x2ad00f)=>{const _0x31535a=a2_0x59687f,_0x4bba8b=new ParentSegmentPreviewCommand(),_0x4bff92=program[_0x31535a(0x180)](),_0x4212aa=await createTDXInstance(_0x4bff92),_0x184f53=await _0x4bba8b[_0x31535a(0x1cf)]({'options':{..._0x4bff92,..._0x2ad00f},'args':_0x9d945a?[_0x9d945a]:[],'tdx':_0x4212aa});gracefulExit(_0x184f53);}),parentSegmentCmd[a2_0x59687f(0x11a)]('run\x20[name]')[a2_0x59687f(0x288)](a2_0x59687f(0x2c1))[a2_0x59687f(0x149)](async(_0x353f30,_0x1d48ce)=>{const _0x321d02=a2_0x59687f,_0x328d7d=new ParentSegmentRunCommand(),_0x49bfd8=program[_0x321d02(0x180)](),_0x45b48e=await createTDXInstance(_0x49bfd8),_0x3cdbab=await _0x328d7d['run']({'options':{..._0x49bfd8,..._0x1d48ce},'args':_0x353f30?[_0x353f30]:[],'tdx':_0x45b48e});gracefulExit(_0x3cdbab);}),parentSegmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x372))[a2_0x59687f(0x288)]('List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20name\x20omitted)')['option'](a2_0x59687f(0xd4),a2_0x59687f(0x111))[a2_0x59687f(0x195)](a2_0x59687f(0x39f),a2_0x59687f(0xaf))[a2_0x59687f(0x149)](async(_0x3bde82,_0x4a4b7b)=>{const _0x48c20b=a2_0x59687f,_0x50b34c=new ParentSegmentFieldsCommand(),_0x3466e3=program[_0x48c20b(0x180)](),_0x334d24=await createTDXInstance(_0x3466e3),_0xbbac53=await _0x50b34c[_0x48c20b(0x1cf)]({'options':{..._0x3466e3,..._0x4a4b7b},'args':_0x3bde82?[_0x3bde82]:[],'tdx':_0x334d24});gracefulExit(_0xbbac53);}),parentSegmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x392))[a2_0x59687f(0x288)]('Show\x20parent\x20segment\x20details\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x59687f(0x195)](a2_0x59687f(0x163),a2_0x59687f(0xe8))[a2_0x59687f(0x195)]('--json',a2_0x59687f(0x111))[a2_0x59687f(0x195)](a2_0x59687f(0x39f),a2_0x59687f(0xaf))[a2_0x59687f(0x149)](async(_0x5c83e7,_0x56612c)=>{const _0x4f5e0e=a2_0x59687f,_0x53e252=new ParentSegmentViewCommand(),_0x57d608=program[_0x4f5e0e(0x180)](),_0x3499f3=await createTDXInstance(_0x57d608),_0x1a8c97=await _0x53e252['run']({'options':{..._0x57d608,..._0x56612c},'args':_0x5c83e7?[_0x5c83e7]:[],'tdx':_0x3499f3});gracefulExit(_0x1a8c97);}),parentSegmentCmd['command']('desc\x20[name]')[a2_0x59687f(0x288)](a2_0x59687f(0x1f2))[a2_0x59687f(0x195)](a2_0x59687f(0x13f),a2_0x59687f(0x308))['option'](a2_0x59687f(0xd4),a2_0x59687f(0x111))[a2_0x59687f(0x195)]('--jsonl',a2_0x59687f(0xaf))['action'](async(_0x41610f,_0x36512d)=>{const _0x1cbf03=a2_0x59687f,_0x13e512=new ParentSegmentDescCommand(),_0x56f2ae=program[_0x1cbf03(0x180)](),_0x121f80=await createTDXInstance(_0x56f2ae),_0x2c8303=await _0x13e512[_0x1cbf03(0x1cf)]({'options':{..._0x56f2ae,..._0x36512d},'args':_0x41610f?[_0x41610f]:[],'tdx':_0x121f80});gracefulExit(_0x2c8303);}),parentSegmentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2a2))[a2_0x59687f(0x288)]('Get\x20SQL\x20query\x20for\x20parent\x20segment\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x59687f(0x195)](a2_0x59687f(0xd4),a2_0x59687f(0x111))[a2_0x59687f(0x195)]('--jsonl',a2_0x59687f(0xaf))[a2_0x59687f(0x149)](async(_0x5e45b3,_0x103eef)=>{const _0x308267=a2_0x59687f,_0x41a5ac=new ParentSegmentSQLCommand(),_0x5ccc3b=program['opts'](),_0x2442fd=await createTDXInstance(_0x5ccc3b),_0x2c320d=await _0x41a5ac[_0x308267(0x1cf)]({'options':{..._0x5ccc3b,..._0x103eef},'args':_0x5e45b3?[_0x5e45b3]:[],'tdx':_0x2442fd});gracefulExit(_0x2c320d);}),parentSegmentCmd['command']('show\x20[name]')[a2_0x59687f(0x288)](a2_0x59687f(0x2ac))['option']('--limit\x20<n>',a2_0x59687f(0x14f))[a2_0x59687f(0x195)](a2_0x59687f(0xd4),a2_0x59687f(0x111))[a2_0x59687f(0x195)](a2_0x59687f(0x39f),'Output\x20as\x20JSON\x20Lines')[a2_0x59687f(0x149)](async(_0x53ef4a,_0x58b4ef)=>{const _0x5bd789=a2_0x59687f,_0x1cb50b=new ParentSegmentShowCommand(),_0x40ca84=program['opts'](),_0x2573f0=await createTDXInstance(_0x40ca84),_0x18897f=await _0x1cb50b[_0x5bd789(0x1cf)]({'options':{..._0x40ca84,..._0x58b4ef},'args':_0x53ef4a?[_0x53ef4a]:[],'tdx':_0x2573f0});gracefulExit(_0x18897f);}),parentSegmentCmd['command'](a2_0x59687f(0x1bf))['description']('Set\x20or\x20show\x20parent\x20segment\x20context')[a2_0x59687f(0x149)](async(_0x5587c6,_0x5b024e)=>{const _0x768896=a2_0x59687f,_0x2d5d56=new UseCommand(),_0x2d706b=program['opts'](),_0x361788=_0x5587c6?[_0x768896(0x2a9),_0x5587c6]:[],_0x380a10=await _0x2d5d56[_0x768896(0x1cf)]({'options':{..._0x2d706b,..._0x5b024e},'args':_0x361788,'tdx':null});gracefulExit(_0x380a10);});const psRtCmd=parentSegmentCmd['command']('rt')['description']('RT\x202.0\x20configuration\x20management');psRtCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c0))['description'](a2_0x59687f(0x270))['action'](async(_0x5d32a7,_0x3d2575)=>{const _0x9fcc77=a2_0x59687f,_0xc34a2=new PSRtListCommand(),_0x216f44=program[_0x9fcc77(0x180)](),_0x4161af=await createTDXInstance(_0x216f44),_0x5263ee=await _0xc34a2['run']({'options':{..._0x216f44,..._0x3d2575},'args':_0x5d32a7?[_0x5d32a7]:[],'tdx':_0x4161af});gracefulExit(_0x5263ee);}),psRtCmd['command']('validate\x20[name]')[a2_0x59687f(0x288)](a2_0x59687f(0xb8))[a2_0x59687f(0x149)](async(_0x32d506,_0x8ee5a7)=>{const _0x25a8b4=new PSRtValidateCommand(),_0x5b11df=program['opts'](),_0x58496e=await createTDXInstance(_0x5b11df),_0x1290ab=await _0x25a8b4['run']({'options':{..._0x5b11df,..._0x8ee5a7},'args':_0x32d506?[_0x32d506]:[],'tdx':_0x58496e});gracefulExit(_0x1290ab);}),psRtCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x234))[a2_0x59687f(0x288)](a2_0x59687f(0x2c7))['action'](async(_0x539eb3,_0x2195cf)=>{const _0x1e6ade=a2_0x59687f,_0x512e11=new PSRtConfigVersionCommand(),_0x47b54e=program['opts'](),_0x2c9b7d=await createTDXInstance(_0x47b54e),_0x2dd16c=await _0x512e11[_0x1e6ade(0x1cf)]({'options':{..._0x47b54e,..._0x2195cf},'args':_0x539eb3?[_0x539eb3]:[],'tdx':_0x2c9b7d});gracefulExit(_0x2dd16c);});const psRtJnCmd=psRtCmd['command']('jn')[a2_0x59687f(0x288)]('RT\x20Journey\x20management');psRtJnCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x197))[a2_0x59687f(0x288)]('List\x20RT\x20journeys\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x59687f(0x149)](async(_0x1d132c,_0x3eedab)=>{const _0x30880a=a2_0x59687f,_0x3defc9=new PSRtJnListCommand(),_0xdacc47=program[_0x30880a(0x180)](),_0x27f325=await createTDXInstance(_0xdacc47),_0x17ae7d=await _0x3defc9[_0x30880a(0x1cf)]({'options':{..._0xdacc47,..._0x3eedab},'args':_0x1d132c?[_0x1d132c]:[],'tdx':_0x27f325});gracefulExit(_0x17ae7d);}),psRtJnCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x315))[a2_0x59687f(0x288)]('Pause\x20activations\x20in\x20an\x20RT\x20journey')[a2_0x59687f(0x149)](async(_0x55894b,_0x4804f7)=>{const _0x203c4e=a2_0x59687f,_0x58e2d3=new PSRtJnPauseCommand(),_0x5c0326=program[_0x203c4e(0x180)](),_0x3a2858=await createTDXInstance(_0x5c0326),_0xaea9a=await _0x58e2d3[_0x203c4e(0x1cf)]({'options':{..._0x5c0326,..._0x4804f7},'args':[_0x55894b],'tdx':_0x3a2858});gracefulExit(_0xaea9a);}),psRtJnCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x261))[a2_0x59687f(0x288)]('Resume\x20activations\x20in\x20an\x20RT\x20journey')[a2_0x59687f(0x149)](async(_0x36df87,_0x399123)=>{const _0x263c52=a2_0x59687f,_0x20410c=new PSRtJnResumeCommand(),_0x1b9857=program[_0x263c52(0x180)](),_0x5a15fd=await createTDXInstance(_0x1b9857),_0x3750e3=await _0x20410c[_0x263c52(0x1cf)]({'options':{..._0x1b9857,..._0x399123},'args':[_0x36df87],'tdx':_0x5a15fd});gracefulExit(_0x3750e3);});const parentRtCmd=parentCmd[a2_0x59687f(0x11a)]('rt',{'hidden':!![]})['description']('RT\x202.0\x20configuration\x20management');parentRtCmd['command'](a2_0x59687f(0x2c0))['description']('List\x20parent\x20segments\x20with\x20RT\x202.0\x20status')[a2_0x59687f(0x149)](async(_0x5f4644,_0x3ff8b2)=>{const _0x156061=a2_0x59687f,_0x272354=new PSRtListCommand(),_0x329b53=program[_0x156061(0x180)](),_0x5a509e=await createTDXInstance(_0x329b53),_0x116dac=await _0x272354[_0x156061(0x1cf)]({'options':{..._0x329b53,..._0x3ff8b2},'args':_0x5f4644?[_0x5f4644]:[],'tdx':_0x5a509e});gracefulExit(_0x116dac);}),parentRtCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xc0))['description']('Validate\x20RT\x202.0\x20configuration\x20from\x20parent\x20segment\x20YAML')['action'](async(_0x4ae5b7,_0x455b67)=>{const _0x3b18c2=a2_0x59687f,_0x4e46b0=new PSRtValidateCommand(),_0x3835fc=program[_0x3b18c2(0x180)](),_0x2817cb=await createTDXInstance(_0x3835fc),_0x2958f6=await _0x4e46b0['run']({'options':{..._0x3835fc,..._0x455b67},'args':_0x4ae5b7?[_0x4ae5b7]:[],'tdx':_0x2817cb});gracefulExit(_0x2958f6);});const psPzCmd=parentSegmentCmd['command']('pz')[a2_0x59687f(0x288)](a2_0x59687f(0x214));psPzCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x197))[a2_0x59687f(0x288)](a2_0x59687f(0x2e4))['action'](async(_0x343a2f,_0x5ba1f3)=>{const _0x21e697=a2_0x59687f,_0x35502d=new PSPzListCommand(),_0x57cc20=program['opts'](),_0x13e8fe=await createTDXInstance(_0x57cc20),_0x334818=await _0x35502d[_0x21e697(0x1cf)]({'options':{..._0x57cc20,..._0x5ba1f3},'args':_0x343a2f?[_0x343a2f]:[],'tdx':_0x13e8fe});gracefulExit(_0x334818);}),psPzCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xcb))[a2_0x59687f(0x288)](a2_0x59687f(0x338))[a2_0x59687f(0x149)](async(_0x26e306,_0x2c0f53)=>{const _0x2efe16=a2_0x59687f,_0x3b9912=new PSPzShowCommand(),_0x3ece5f=program[_0x2efe16(0x180)](),_0x3bd73d=await createTDXInstance(_0x3ece5f),_0x3374b0=await _0x3b9912[_0x2efe16(0x1cf)]({'options':{..._0x3ece5f,..._0x2c0f53},'args':[_0x26e306],'tdx':_0x3bd73d});gracefulExit(_0x3374b0);}),psPzCmd['command'](a2_0x59687f(0x38e))['description'](a2_0x59687f(0x10d))[a2_0x59687f(0x149)](async(_0x4a3dab,_0x5c19c7)=>{const _0x259422=a2_0x59687f,_0x2f76a4=new PSPzDeleteCommand(),_0x129301=program[_0x259422(0x180)](),_0x2811f8=await createTDXInstance(_0x129301),_0x41f218=await _0x2f76a4[_0x259422(0x1cf)]({'options':{..._0x129301,..._0x5c19c7},'args':[_0x4a3dab],'tdx':_0x2811f8});gracefulExit(_0x41f218);}),psPzCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x19b))[a2_0x59687f(0x288)](a2_0x59687f(0x223))[a2_0x59687f(0x195)](a2_0x59687f(0xfb),'Personalization\x20name')[a2_0x59687f(0x195)](a2_0x59687f(0x367),a2_0x59687f(0x9a))['option']('--audience-id\x20<id>','Audience\x20(parent\x20segment)\x20ID\x20—\x20inferred\x20from\x20context\x20if\x20omitted')[a2_0x59687f(0x195)]('--folder-id\x20<id>',a2_0x59687f(0x360))['option']('--sections\x20<json>',a2_0x59687f(0x2bb))[a2_0x59687f(0x195)](a2_0x59687f(0xa1),a2_0x59687f(0x10c))[a2_0x59687f(0x149)](async _0xfd4b4b=>{const _0x512646=a2_0x59687f,_0x348a33=new PSPzCreateCommand(),_0x3d486d=program['opts'](),_0x328c0e=await createTDXInstance(_0x3d486d),_0x15803d=await _0x348a33[_0x512646(0x1cf)]({'options':{..._0x3d486d,..._0xfd4b4b},'args':[],'tdx':_0x328c0e});gracefulExit(_0x15803d);}),psPzCmd['command'](a2_0x59687f(0x1fb))[a2_0x59687f(0x288)]('Update\x20a\x20realtime\x20personalization\x20entity')[a2_0x59687f(0x195)](a2_0x59687f(0xfb),'Personalization\x20name')['option'](a2_0x59687f(0x367),a2_0x59687f(0x9a))['option'](a2_0x59687f(0x18c),'Sections\x20as\x20an\x20inline\x20JSON\x20array')[a2_0x59687f(0x195)](a2_0x59687f(0xa1),a2_0x59687f(0x10c))[a2_0x59687f(0x149)](async(_0x386c34,_0x4d9326)=>{const _0x3aa7da=a2_0x59687f,_0x2014c5=new PSPzPatchCommand(),_0x266eb5=program[_0x3aa7da(0x180)](),_0x1cd264=await createTDXInstance(_0x266eb5),_0x4e8cae=await _0x2014c5[_0x3aa7da(0x1cf)]({'options':{..._0x266eb5,..._0x4d9326},'args':[_0x386c34],'tdx':_0x1cd264});gracefulExit(_0x4e8cae);});const psPzServiceCmd=psPzCmd[a2_0x59687f(0x11a)]('service')[a2_0x59687f(0x288)]('Personalization\x20service\x20management');psPzServiceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x197))[a2_0x59687f(0x288)]('List\x20personalization\x20services\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x59687f(0x149)](async(_0x5607b0,_0x1bb19e)=>{const _0x4c4a5c=a2_0x59687f,_0x569c81=new PSPzServiceListCommand(),_0x5a387a=program['opts'](),_0x1318f5=await createTDXInstance(_0x5a387a),_0x5e93f7=await _0x569c81[_0x4c4a5c(0x1cf)]({'options':{..._0x5a387a,..._0x1bb19e},'args':_0x5607b0?[_0x5607b0]:[],'tdx':_0x1318f5});gracefulExit(_0x5e93f7);}),psPzServiceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x96))[a2_0x59687f(0x288)](a2_0x59687f(0x386))['option'](a2_0x59687f(0x367),a2_0x59687f(0x1ef))[a2_0x59687f(0x195)](a2_0x59687f(0x1bb),a2_0x59687f(0xc5))[a2_0x59687f(0x149)](async(_0x2b24fc,_0x4992e3,_0x164e20)=>{const _0x5017ad=a2_0x59687f,_0x26b800=new PSPzServiceCreateCommand(),_0x4874df=program[_0x5017ad(0x180)](),_0x40f581=await createTDXInstance(_0x4874df),_0x40eb1f=await _0x26b800[_0x5017ad(0x1cf)]({'options':{..._0x4874df,..._0x164e20},'args':_0x4992e3?[_0x2b24fc,_0x4992e3]:[_0x2b24fc],'tdx':_0x40f581});gracefulExit(_0x40eb1f);}),psPzServiceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2da))[a2_0x59687f(0x288)]('Show\x20personalization\x20service\x20details\x20(uses\x20context\x20if\x20parent\x20omitted)')['action'](async(_0x5f0f06,_0x1c4fb1,_0x18369e)=>{const _0x20c642=a2_0x59687f,_0x1db730=new PSPzServiceShowCommand(),_0x412596=program[_0x20c642(0x180)](),_0x3ec416=await createTDXInstance(_0x412596),_0x213879=await _0x1db730[_0x20c642(0x1cf)]({'options':{..._0x412596,..._0x18369e},'args':_0x1c4fb1?[_0x5f0f06,_0x1c4fb1]:[_0x5f0f06],'tdx':_0x3ec416});gracefulExit(_0x213879);}),psPzServiceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x101))[a2_0x59687f(0x288)](a2_0x59687f(0x221))[a2_0x59687f(0x149)](async(_0x5cf4d3,_0x11e7f0,_0x1fdea9)=>{const _0x56ee57=a2_0x59687f,_0x33caf8=new PSPzServiceDeleteCommand(),_0x374f29=program['opts'](),_0x12e74d=await createTDXInstance(_0x374f29),_0x1e7303=await _0x33caf8[_0x56ee57(0x1cf)]({'options':{..._0x374f29,..._0x1fdea9},'args':_0x11e7f0?[_0x5cf4d3,_0x11e7f0]:[_0x5cf4d3],'tdx':_0x12e74d});gracefulExit(_0x1e7303);}),psPzServiceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x25d))[a2_0x59687f(0x288)]('Update\x20a\x20personalization\x20service\x20name/description\x20(uses\x20context\x20if\x20parent\x20omitted)')[a2_0x59687f(0x375)](a2_0x59687f(0x249),a2_0x59687f(0x30b))[a2_0x59687f(0x195)](a2_0x59687f(0x367),a2_0x59687f(0x199))[a2_0x59687f(0x149)](async(_0x316a41,_0x4512f3,_0x4d026b)=>{const _0x115f4e=new PSPzServiceUpdateCommand(),_0xe35bb9=program['opts'](),_0x57f463=await createTDXInstance(_0xe35bb9),_0x47fe8e=await _0x115f4e['run']({'options':{..._0xe35bb9,..._0x4d026b},'args':_0x4512f3?[_0x316a41,_0x4512f3]:[_0x316a41],'tdx':_0x57f463});gracefulExit(_0x47fe8e);}),psPzServiceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x3a3))['description'](a2_0x59687f(0x1a0))[a2_0x59687f(0x149)](async(_0x69b272,_0x4dc245)=>{const _0x4bf22f=a2_0x59687f,_0x112764=new PSPzInitCommand(),_0x201f11=program[_0x4bf22f(0x180)](),_0x361d86=await createTDXInstance(_0x201f11),_0x5019f7=await _0x112764[_0x4bf22f(0x1cf)]({'options':{..._0x201f11,..._0x4dc245},'args':_0x69b272?[_0x69b272]:[],'tdx':_0x361d86});gracefulExit(_0x5019f7);});const psPzServiceTokenCmd=psPzServiceCmd['command']('token')[a2_0x59687f(0x288)](a2_0x59687f(0x1d0));psPzServiceTokenCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x28d))[a2_0x59687f(0x288)](a2_0x59687f(0x19c))['option'](a2_0x59687f(0x11c),a2_0x59687f(0x3a8))[a2_0x59687f(0x195)](a2_0x59687f(0x367),a2_0x59687f(0x1ed))[a2_0x59687f(0x149)](async(_0x1ea1e6,_0x21e1fd,_0x534d61,_0x3957ae)=>{const _0x27534f=a2_0x59687f,_0x50ac67=new PSPzServiceTokenCreateCommand(),_0x434237=program[_0x27534f(0x180)](),_0x42d35e=await createTDXInstance(_0x434237),_0x34f35d=await _0x50ac67[_0x27534f(0x1cf)]({'options':{..._0x434237,..._0x3957ae},'args':_0x534d61?[_0x1ea1e6,_0x21e1fd,_0x534d61]:[_0x1ea1e6,_0x21e1fd],'tdx':_0x42d35e});gracefulExit(_0x34f35d);}),psPzServiceTokenCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2ce))['description']('Delete\x20a\x20token\x20from\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)')[a2_0x59687f(0x149)](async(_0x93016,_0x5e78e2,_0x14c22b)=>{const _0x3597e1=a2_0x59687f,_0x1d25e9=new PSPzServiceTokenDeleteCommand(),_0x392455=program['opts'](),_0x51b8a5=await createTDXInstance(_0x392455),_0x22761d=await _0x1d25e9[_0x3597e1(0x1cf)]({'options':{..._0x392455,..._0x14c22b},'args':_0x5e78e2?[_0x93016,_0x5e78e2]:[_0x93016],'tdx':_0x51b8a5});gracefulExit(_0x22761d);}),parentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x266))['description']('[DEPRECATED]\x20Create\x20parent\x20segment\x20-\x20use\x20`push`\x20instead')['requiredOption'](a2_0x59687f(0x183),'Master\x20database\x20name')['requiredOption']('--table\x20<table>','Master\x20table\x20name')['option'](a2_0x59687f(0x367),'Parent\x20segment\x20description')[a2_0x59687f(0x195)]('--schedule-type\x20<type>','Schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly')[a2_0x59687f(0x195)](a2_0x59687f(0x16a),a2_0x59687f(0x17f))[a2_0x59687f(0x195)](a2_0x59687f(0x191),a2_0x59687f(0x253))[a2_0x59687f(0x195)]('--attributes\x20<json>','Attributes\x20as\x20JSON\x20string')[a2_0x59687f(0x195)](a2_0x59687f(0x147),a2_0x59687f(0x31d))[a2_0x59687f(0x195)](a2_0x59687f(0x2d0),a2_0x59687f(0x3a0))['option'](a2_0x59687f(0x110),a2_0x59687f(0xa8))[a2_0x59687f(0x195)](a2_0x59687f(0x10a),'Customer\x20group\x20as\x20JSON\x20string')[a2_0x59687f(0x195)](a2_0x59687f(0x335),a2_0x59687f(0x31b))[a2_0x59687f(0x149)](async(_0x1b5f60,_0xc15cb9)=>{const _0x53f234=a2_0x59687f,_0xd731bc=new ParentSegmentCreateCommand(),_0x555dfb=program['opts'](),_0x23d738=await createTDXInstance(_0x555dfb),_0x2e9ee0=await _0xd731bc[_0x53f234(0x1cf)]({'options':{..._0x555dfb,..._0xc15cb9},'args':[_0x1b5f60],'tdx':_0x23d738});gracefulExit(_0x2e9ee0);}),parentCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x263))['description'](a2_0x59687f(0x2d9))[a2_0x59687f(0x195)]('--description\x20<text>',a2_0x59687f(0xbc))[a2_0x59687f(0x195)](a2_0x59687f(0x2f4),a2_0x59687f(0x3aa))[a2_0x59687f(0x195)]('--schedule-option\x20<value>',a2_0x59687f(0xaa))[a2_0x59687f(0x195)](a2_0x59687f(0x191),a2_0x59687f(0x397))[a2_0x59687f(0x195)]('--add-attributes\x20<json>',a2_0x59687f(0x2a0))[a2_0x59687f(0x195)]('--add-attributes-file\x20<file>',a2_0x59687f(0x20c))[a2_0x59687f(0x195)](a2_0x59687f(0xb9),a2_0x59687f(0xec))[a2_0x59687f(0x195)](a2_0x59687f(0x291),a2_0x59687f(0x88))[a2_0x59687f(0x149)](async(_0x56d9f3,_0x32ad29)=>{const _0x2c836b=a2_0x59687f,_0x12ed23=new ParentSegmentUpdateCommand(),_0x19142a=program[_0x2c836b(0x180)](),_0x4fcdf5=await createTDXInstance(_0x19142a),_0x3116ed=await _0x12ed23[_0x2c836b(0x1cf)]({'options':{..._0x19142a,..._0x32ad29},'args':[_0x56d9f3],'tdx':_0x4fcdf5});gracefulExit(_0x3116ed);}),folderCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x38b))[a2_0x59687f(0x288)](a2_0x59687f(0x25b))[a2_0x59687f(0x195)](a2_0x59687f(0x367),a2_0x59687f(0x357))['option'](a2_0x59687f(0x2b3),a2_0x59687f(0x353))[a2_0x59687f(0x149)](async(_0xaf2847,_0x48c3e7,_0x5c9bb3)=>{const _0x3967c3=a2_0x59687f,_0x115680=new SegmentFolderCreateCommand(),_0x24c4db=program[_0x3967c3(0x180)](),_0x131d06=await createTDXInstance(_0x24c4db),_0x20dc00=await _0x115680['run']({'options':{..._0x24c4db,..._0x5c9bb3},'args':[_0xaf2847,_0x48c3e7],'tdx':_0x131d06});gracefulExit(_0x20dc00);}),program[a2_0x59687f(0x11a)]('activations\x20<segment_name>')[a2_0x59687f(0x288)]('List\x20activations\x20for\x20a\x20segment\x20(use\x20parent_name/child_name)')[a2_0x59687f(0x149)](async(_0x11f733,_0x4ee64e)=>{const _0x195a05=a2_0x59687f,_0x47663c=new ActivationsCommand(),_0x2d5977=program[_0x195a05(0x180)](),_0x550487=await createTDXInstance(_0x2d5977),_0x44f8ec=await _0x47663c[_0x195a05(0x1cf)]({'options':{..._0x2d5977,..._0x4ee64e},'args':[_0x11f733],'tdx':_0x550487});gracefulExit(_0x44f8ec);});const workflowCmd=program['command'](a2_0x59687f(0x303))[a2_0x59687f(0xdf)]('wf')[a2_0x59687f(0x288)](a2_0x59687f(0x1dc)),wfProjectCmd=workflowCmd[a2_0x59687f(0x11a)]('project')[a2_0x59687f(0x288)]('Workflow\x20project\x20management'),wfProjectListAction=async(_0x467d48,_0x577dcf)=>{const _0x484d51=a2_0x59687f,_0x30e629=new WorkflowProjectsCommand(),_0x57e23e=program[_0x484d51(0x180)](),_0xf0dfd7=await createTDXInstance(_0x57e23e),_0x2d3544=await _0x30e629[_0x484d51(0x1cf)]({'options':{..._0x57e23e,..._0x577dcf},'args':_0x467d48?[_0x467d48]:[],'tdx':_0xf0dfd7});gracefulExit(_0x2d3544);};wfProjectCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c0))[a2_0x59687f(0x288)](a2_0x59687f(0x35b))['action'](wfProjectListAction),workflowCmd['command'](a2_0x59687f(0x1d3))[a2_0x59687f(0x288)](a2_0x59687f(0x80))[a2_0x59687f(0x149)](wfProjectListAction);const wfWorkflowListAction=async(_0x1b572d,_0x4bcd51)=>{const _0x1ed2be=a2_0x59687f,_0x4a4154=new WorkflowWorkflowsCommand(),_0x4bacca=program[_0x1ed2be(0x180)](),_0x4c5f58=await createTDXInstance(_0x4bacca),_0x2b4428=await _0x4a4154[_0x1ed2be(0x1cf)]({'options':{..._0x4bacca,..._0x4bcd51},'args':_0x1b572d?[_0x1b572d]:[],'tdx':_0x4c5f58});gracefulExit(_0x2b4428);};workflowCmd['command'](a2_0x59687f(0x35f))[a2_0x59687f(0x288)](a2_0x59687f(0xae))[a2_0x59687f(0x149)](wfWorkflowListAction);const wfSessionCmd=workflowCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xc1))['description'](a2_0x59687f(0x2f0)),wfSessionListAction=async(_0x3718f0,_0x406aec)=>{const _0x4a166e=new WorkflowSessionsCommand(),_0x14eac0=program['opts'](),_0x27b1a8=await createTDXInstance(_0x14eac0),_0x1c4797=await _0x4a166e['run']({'options':{..._0x14eac0,..._0x406aec},'args':_0x3718f0?[_0x3718f0]:[],'tdx':_0x27b1a8});gracefulExit(_0x1c4797);};wfSessionCmd['command'](a2_0x59687f(0x103))[a2_0x59687f(0x288)]('List\x20workflow\x20execution\x20sessions\x20(filter\x20by\x20project\x20or\x20project.workflow)')[a2_0x59687f(0x195)](a2_0x59687f(0x213),a2_0x59687f(0x1f4))[a2_0x59687f(0x195)](a2_0x59687f(0x2f8),'Start\x20time\x20filter\x20(ISO\x208601\x20format)')[a2_0x59687f(0x195)](a2_0x59687f(0x155),'End\x20time\x20filter\x20(ISO\x208601\x20format)')[a2_0x59687f(0x149)](wfSessionListAction),workflowCmd['command']('sessions\x20[project]')['description'](a2_0x59687f(0xf5))[a2_0x59687f(0x195)]('--status\x20<status>',a2_0x59687f(0x1f4))[a2_0x59687f(0x195)](a2_0x59687f(0x2f8),a2_0x59687f(0x37c))[a2_0x59687f(0x195)](a2_0x59687f(0x155),'End\x20time\x20filter\x20(ISO\x208601\x20format)')[a2_0x59687f(0x149)](wfSessionListAction);const wfAttemptListAction=async(_0x1ff5ee,_0x1b5830)=>{const _0x21a8be=a2_0x59687f,_0x59261f=new WorkflowAttemptsCommand(),_0x12730e=program[_0x21a8be(0x180)](),_0x3d48c5=await createTDXInstance(_0x12730e),_0x27415b=await _0x59261f['run']({'options':{..._0x12730e,..._0x1b5830},'args':_0x1ff5ee?[_0x1ff5ee]:[],'tdx':_0x3d48c5});gracefulExit(_0x27415b);},attemptCmd=workflowCmd['command'](a2_0x59687f(0x269))[a2_0x59687f(0x288)](a2_0x59687f(0x19f))[a2_0x59687f(0x39a)](a2_0x59687f(0x9b),a2_0x59687f(0x1c3))[a2_0x59687f(0x39a)]('[action]',a2_0x59687f(0x3a6))[a2_0x59687f(0x39a)](a2_0x59687f(0x2a8),a2_0x59687f(0x226))[a2_0x59687f(0x195)](a2_0x59687f(0x1ad),a2_0x59687f(0x12f))[a2_0x59687f(0x195)](a2_0x59687f(0x31c),a2_0x59687f(0x2b0))['option']('--resume-from\x20<task>',a2_0x59687f(0x2a5))['option'](a2_0x59687f(0x1d2),a2_0x59687f(0x20e))[a2_0x59687f(0x195)]('--force',a2_0x59687f(0x350))[a2_0x59687f(0x195)](a2_0x59687f(0x370),a2_0x59687f(0x218))[a2_0x59687f(0x149)](async(_0x40e711,_0x2217b6,_0x3f6929,_0x5272b5)=>{const _0x3f43c0=a2_0x59687f;if(_0x40e711===_0x3f43c0(0x349)){await wfAttemptListAction(_0x2217b6,_0x5272b5);return;}if(!_0x40e711){attemptCmd[_0x3f43c0(0x325)]();return;}const _0x12cf09=program[_0x3f43c0(0x180)](),_0x215648=await createTDXInstance(_0x12cf09);let _0x198ee2=0x0;if(!_0x2217b6){const _0x15165a=new WorkflowAttemptCommand();_0x198ee2=await _0x15165a[_0x3f43c0(0x1cf)]({'options':{..._0x12cf09,..._0x5272b5},'args':[_0x40e711],'tdx':_0x215648});}else{if(_0x2217b6===_0x3f43c0(0x1e2)){const _0x4119ee=new WorkflowLogsCommand();_0x198ee2=await _0x4119ee[_0x3f43c0(0x1cf)]({'options':{..._0x12cf09,..._0x5272b5},'args':_0x3f6929?[_0x40e711,_0x3f6929]:[_0x40e711],'tdx':_0x215648});}else{if(_0x2217b6===_0x3f43c0(0x346)){const _0x44266e=new WorkflowTasksCommand();_0x198ee2=await _0x44266e[_0x3f43c0(0x1cf)]({'options':{..._0x12cf09,..._0x5272b5},'args':[_0x40e711],'tdx':_0x215648});}else{if(_0x2217b6===_0x3f43c0(0x11f)){const _0x51579b=new WorkflowKillCommand();_0x198ee2=await _0x51579b[_0x3f43c0(0x1cf)]({'options':{..._0x12cf09,..._0x5272b5},'args':[_0x40e711],'tdx':_0x215648});}else{if(_0x2217b6===_0x3f43c0(0x323)){const _0x542c06=new WorkflowRetryCommand();_0x198ee2=await _0x542c06[_0x3f43c0(0x1cf)]({'options':{..._0x12cf09,..._0x5272b5},'args':[_0x3f43c0(0xb6)+_0x40e711],'tdx':_0x215648});}else console[_0x3f43c0(0x27c)](_0x3f43c0(0x13a)+_0x2217b6),console['error'](_0x3f43c0(0x394)),_0x198ee2=0x1;}}}}gracefulExit(_0x198ee2);});attemptCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x103))[a2_0x59687f(0x288)](a2_0x59687f(0x1db))[a2_0x59687f(0x195)](a2_0x59687f(0x370),a2_0x59687f(0x28e))[a2_0x59687f(0x149)](wfAttemptListAction),workflowCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x33b))[a2_0x59687f(0x288)]('List\x20workflow\x20attempts\x20(alias\x20for\x20\x22attempt\x20list\x22)')[a2_0x59687f(0x195)](a2_0x59687f(0x370),a2_0x59687f(0x28e))[a2_0x59687f(0x149)](wfAttemptListAction),workflowCmd['command']('timeline\x20[project.workflow]')[a2_0x59687f(0x288)](a2_0x59687f(0x326))[a2_0x59687f(0x195)](a2_0x59687f(0x204),a2_0x59687f(0x1f0))[a2_0x59687f(0x195)]('--session-id\x20<id>',a2_0x59687f(0x17a))[a2_0x59687f(0x195)](a2_0x59687f(0xe0),a2_0x59687f(0x2de))[a2_0x59687f(0x149)](async(_0x15aa9d,_0x166b95)=>{const _0x49d192=a2_0x59687f,_0x1cac05=new WorkflowTimelineCommand(),_0x40b8f9=program[_0x49d192(0x180)](),_0x14b70c=await createTDXInstance(_0x40b8f9),_0xc12518=await _0x1cac05[_0x49d192(0x1cf)]({'options':{..._0x40b8f9,..._0x166b95},'args':_0x15aa9d?[_0x15aa9d]:[],'tdx':_0x14b70c});gracefulExit(_0xc12518);}),workflowCmd['command'](a2_0x59687f(0x25a))[a2_0x59687f(0x288)]('Retry\x20a\x20session\x20(prefix\x20with\x20session:)')['option']('--from-task\x20<task>',a2_0x59687f(0xda))[a2_0x59687f(0x195)](a2_0x59687f(0x1d2),a2_0x59687f(0x1e0))['action'](async(_0x45a0bf,_0x4ec01f)=>{const _0x34b38b=a2_0x59687f,_0x34968d=new WorkflowRetryCommand(),_0x197ea4=program[_0x34b38b(0x180)](),_0x2cdd93=await createTDXInstance(_0x197ea4),_0x4a5159=await _0x34968d[_0x34b38b(0x1cf)]({'options':{..._0x197ea4,..._0x4ec01f},'args':[_0x45a0bf],'tdx':_0x2cdd93});gracefulExit(_0x4a5159);}),workflowCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xe6))[a2_0x59687f(0x288)]('Start\x20a\x20workflow\x20run\x20(format:\x20project.workflow,\x20or\x20select\x20interactively)')['option'](a2_0x59687f(0x278),a2_0x59687f(0x1ca),(_0x10e175,_0x48215c=[])=>[..._0x48215c,_0x10e175],[])[a2_0x59687f(0x195)](a2_0x59687f(0x2f7),a2_0x59687f(0x38f))[a2_0x59687f(0x195)](a2_0x59687f(0x23d),a2_0x59687f(0x23f))['action'](async(_0x2fed17,_0x4328fc)=>{const _0x1ac4a7=a2_0x59687f,_0x95ead9=new WorkflowRunCommand(),_0x1f2578=program[_0x1ac4a7(0x180)](),_0x1424fe=await createTDXInstance(_0x1f2578),_0x41b758=await _0x95ead9[_0x1ac4a7(0x1cf)]({'options':{..._0x1f2578,..._0x4328fc},'args':_0x2fed17?[_0x2fed17]:[],'tdx':_0x1424fe});gracefulExit(_0x41b758);}),workflowCmd[a2_0x59687f(0x11a)]('download\x20<project-name>\x20[output-dir]')['description'](a2_0x59687f(0x39b))[a2_0x59687f(0x195)](a2_0x59687f(0x2bd),a2_0x59687f(0x2ed))[a2_0x59687f(0x149)](async(_0x3c014f,_0x7dffcb,_0x25ee29)=>{const _0x23d861=a2_0x59687f,_0x375dca=new WorkflowDownloadCommand(),_0xa95ce7=program[_0x23d861(0x180)](),_0xa3d7bc=await createTDXInstance(_0xa95ce7),_0x46079c=await _0x375dca[_0x23d861(0x1cf)]({'options':{..._0xa95ce7,..._0x25ee29},'args':[_0x3c014f,_0x7dffcb||'.'],'tdx':_0xa3d7bc});gracefulExit(_0x46079c);}),workflowCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x158))['description'](a2_0x59687f(0x383))[a2_0x59687f(0x195)]('--revision\x20<revision>',a2_0x59687f(0x1c8))['option'](a2_0x59687f(0x23d),a2_0x59687f(0x89))[a2_0x59687f(0x149)](async(_0x1a37c5,_0x3b68c6,_0x3df4e4)=>{const _0x2174f5=a2_0x59687f,_0xe6793a=new WorkflowPullCommand(),_0x9a8923=program[_0x2174f5(0x180)](),_0x3c95b6=await createTDXInstance(_0x9a8923),_0xf928e7=await _0xe6793a['run']({'options':{..._0x9a8923,..._0x3df4e4},'args':_0x3b68c6?[_0x1a37c5,_0x3b68c6]:[_0x1a37c5],'tdx':_0x3c95b6});gracefulExit(_0xf928e7);}),workflowCmd[a2_0x59687f(0x11a)]('push\x20[source-dir]')[a2_0x59687f(0x288)](a2_0x59687f(0x1c7))['option']('--revision\x20<revision>',a2_0x59687f(0x25c))[a2_0x59687f(0x195)]('--dry-run',a2_0x59687f(0x2eb))['option']('--skip-validation',a2_0x59687f(0x1b9))['action'](async(_0x442648,_0x1afb17)=>{const _0x5f0193=a2_0x59687f,_0x3a1427=new WorkflowPushCommand(),_0x248ecd=program['opts'](),_0x499e9b=await createTDXInstance(_0x248ecd),_0x21bd88=await _0x3a1427[_0x5f0193(0x1cf)]({'options':{..._0x248ecd,..._0x1afb17},'args':_0x442648?[_0x442648]:[],'tdx':_0x499e9b});gracefulExit(_0x21bd88);}),workflowCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xab))['description'](a2_0x59687f(0x2f9))[a2_0x59687f(0x195)](a2_0x59687f(0x249),a2_0x59687f(0x332))[a2_0x59687f(0x195)](a2_0x59687f(0x2bd),a2_0x59687f(0xb0))['option'](a2_0x59687f(0x151),'Skip\x20validation\x20of\x20.dig\x20files')['action'](async(_0x36a241,_0x25e474)=>{const _0x464249=a2_0x59687f,_0x4245bd=new WorkflowUploadCommand(),_0x1219e1=program[_0x464249(0x180)](),_0x2a590d=await createTDXInstance(_0x1219e1),_0xfedca7=await _0x4245bd['run']({'options':{..._0x1219e1,..._0x25e474},'args':_0x36a241?[_0x36a241]:[],'tdx':_0x2a590d});gracefulExit(_0xfedca7);}),workflowCmd['command']('clone\x20[source-dir]')[a2_0x59687f(0x288)](a2_0x59687f(0xd2))[a2_0x59687f(0x195)](a2_0x59687f(0x249),a2_0x59687f(0x2d1))[a2_0x59687f(0x195)]('--revision\x20<revision>',a2_0x59687f(0x25c))[a2_0x59687f(0x195)](a2_0x59687f(0x23d),a2_0x59687f(0x106))[a2_0x59687f(0x195)](a2_0x59687f(0x151),a2_0x59687f(0x1b9))[a2_0x59687f(0x149)](async(_0x33ead1,_0x2e5034)=>{const _0x1275af=a2_0x59687f,_0x41ed7a=new WorkflowCloneCommand(),_0x12966d=program['opts'](),_0x4eac89=await createTDXInstance(_0x12966d),_0xfe3b1f=await _0x41ed7a[_0x1275af(0x1cf)]({'options':{..._0x12966d,..._0x2e5034},'args':_0x33ead1?[_0x33ead1]:[],'tdx':_0x4eac89});gracefulExit(_0xfe3b1f);}),workflowCmd[a2_0x59687f(0x11a)]('delete\x20<project-name-or-id>')[a2_0x59687f(0x288)](a2_0x59687f(0x29c))[a2_0x59687f(0x149)](async(_0x18b48f,_0x5b91e3)=>{const _0x45c21c=a2_0x59687f,_0x680501=new WorkflowDeleteCommand(),_0x1c216d=program[_0x45c21c(0x180)](),_0x2bd268=await createTDXInstance(_0x1c216d),_0x327552=await _0x680501[_0x45c21c(0x1cf)]({'options':{..._0x1c216d,..._0x5b91e3},'args':[_0x18b48f],'tdx':_0x2bd268});gracefulExit(_0x327552);}),workflowCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2f6))[a2_0x59687f(0x288)](a2_0x59687f(0x95))['option'](a2_0x59687f(0x322),'Clear\x20workflow\x20project\x20context')[a2_0x59687f(0x149)](async(_0x75c806,_0x158837)=>{const _0x2ea266=a2_0x59687f,_0x3dc0a5=new WorkflowUseCommand(),_0x5f1005=program[_0x2ea266(0x180)](),_0x4ba70b=await createTDXInstance(_0x5f1005),_0x1593d4=await _0x3dc0a5[_0x2ea266(0x1cf)]({'options':{..._0x5f1005,..._0x158837},'args':_0x75c806?[_0x75c806]:[],'tdx':_0x4ba70b});gracefulExit(_0x1593d4);});const wfSecretsCmd=workflowCmd['command']('secrets')[a2_0x59687f(0x288)](a2_0x59687f(0x362));wfSecretsCmd['command'](a2_0x59687f(0x103))['description'](a2_0x59687f(0x3a7))[a2_0x59687f(0x149)](async(_0x4c2bb2,_0x5a1b34)=>{const _0x44d9b0=a2_0x59687f,_0x10adc2=new WorkflowSecretsListCommand(),_0x1eed59=program[_0x44d9b0(0x180)](),_0x1692f9=await createTDXInstance(_0x1eed59),_0x3d7eaf=await _0x10adc2['run']({'options':{..._0x1eed59,..._0x5a1b34},'args':_0x4c2bb2?[_0x4c2bb2]:[],'tdx':_0x1692f9});gracefulExit(_0x3d7eaf);}),wfSecretsCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x21f))[a2_0x59687f(0x288)](a2_0x59687f(0x34d))[a2_0x59687f(0x149)](async(_0x166672,_0xf8535a)=>{const _0x21dff5=a2_0x59687f,_0x96515d=new WorkflowSecretsSetCommand(),_0x1f26ff=program[_0x21dff5(0x180)](),_0x20693b=await createTDXInstance(_0x1f26ff),_0x1f7570=await _0x96515d[_0x21dff5(0x1cf)]({'options':{..._0x1f26ff,..._0xf8535a},'args':_0x166672,'tdx':_0x20693b});gracefulExit(_0x1f7570);}),wfSecretsCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x307))[a2_0x59687f(0x288)](a2_0x59687f(0x1ce))[a2_0x59687f(0x149)](async(_0xa7e3c9,_0x3dc4a8)=>{const _0x503b80=a2_0x59687f,_0x594d24=new WorkflowSecretsDeleteCommand(),_0x820a3=program['opts'](),_0x242881=await createTDXInstance(_0x820a3),_0x4e01bf=await _0x594d24[_0x503b80(0x1cf)]({'options':{..._0x820a3,..._0x3dc4a8},'args':_0xa7e3c9,'tdx':_0x242881});gracefulExit(_0x4e01bf);});const wfScheduleCmd=workflowCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x311))[a2_0x59687f(0x288)](a2_0x59687f(0x328));wfScheduleCmd[a2_0x59687f(0x11a)]('enable\x20<id>')[a2_0x59687f(0x288)](a2_0x59687f(0x38d))[a2_0x59687f(0x149)](async(_0x1a97da,_0x69e06)=>{const _0x26a8d6=a2_0x59687f,_0x2c4f69=new WorkflowScheduleEnableCommand(),_0x22b76a=program[_0x26a8d6(0x180)](),_0x3791db=await createTDXInstance(_0x22b76a),_0x5d0aa4=await _0x2c4f69[_0x26a8d6(0x1cf)]({'options':{..._0x22b76a,..._0x69e06},'args':[_0x1a97da],'tdx':_0x3791db});gracefulExit(_0x5d0aa4);}),wfScheduleCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1d6))[a2_0x59687f(0x288)](a2_0x59687f(0x272))[a2_0x59687f(0x149)](async(_0x363a22,_0x376058)=>{const _0x4b8c78=a2_0x59687f,_0x9d576c=new WorkflowScheduleDisableCommand(),_0x690e5a=program[_0x4b8c78(0x180)](),_0x1302fb=await createTDXInstance(_0x690e5a),_0x22b52b=await _0x9d576c[_0x4b8c78(0x1cf)]({'options':{..._0x690e5a,..._0x376058},'args':[_0x363a22],'tdx':_0x1302fb});gracefulExit(_0x22b52b);}),workflowCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x236))[a2_0x59687f(0x288)](a2_0x59687f(0x10e))[a2_0x59687f(0x149)](async _0x13ccb5=>{const _0x270498=a2_0x59687f,_0x510a81=new WorkflowSchedulesCommand(),_0x41af99=program[_0x270498(0x180)](),_0xdd1a02=await createTDXInstance(_0x41af99),_0x52352e=await _0x510a81[_0x270498(0x1cf)]({'options':{..._0x41af99,..._0x13ccb5},'args':[],'tdx':_0xdd1a02});gracefulExit(_0x52352e);});const jobCmd=program[a2_0x59687f(0x11a)]('job')[a2_0x59687f(0x288)](a2_0x59687f(0x123)),jobListAction=async _0x2e087b=>{const _0x356bcd=a2_0x59687f,_0x160e76=new JobListCommand(),_0x1f93bf=program[_0x356bcd(0x180)](),_0x46f9ba=await createTDXInstance(_0x1f93bf),_0x3b1e62=await _0x160e76[_0x356bcd(0x1cf)]({'options':{..._0x1f93bf,..._0x2e087b},'args':[],'tdx':_0x46f9ba});gracefulExit(_0x3b1e62);};jobCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x349))['description'](a2_0x59687f(0x2a3))[a2_0x59687f(0x195)](a2_0x59687f(0x213),a2_0x59687f(0x258))[a2_0x59687f(0x149)](jobListAction),program['command']('jobs',{'hidden':!![]})[a2_0x59687f(0x288)](a2_0x59687f(0x10f))[a2_0x59687f(0x195)]('--status\x20<status>',a2_0x59687f(0x258))[a2_0x59687f(0x149)](jobListAction),jobCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xc7))[a2_0x59687f(0x288)](a2_0x59687f(0x16d))['action'](async(_0xabbe14,_0x58f654)=>{const _0x465d50=a2_0x59687f,_0x5bd67a=new JobShowCommand(),_0x426c43=program[_0x465d50(0x180)](),_0x3720cc=await createTDXInstance(_0x426c43),_0x388a76=await _0x5bd67a[_0x465d50(0x1cf)]({'options':{..._0x426c43,..._0x58f654},'args':[_0xabbe14],'tdx':_0x3720cc});gracefulExit(_0x388a76);}),jobCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x28f))[a2_0x59687f(0x288)](a2_0x59687f(0xe4))[a2_0x59687f(0x149)](async(_0x5dd1ce,_0x4c4b49)=>{const _0x56983d=a2_0x59687f,_0x4120a9=new JobKillCommand(),_0x17688e=program[_0x56983d(0x180)](),_0x5322d1=await createTDXInstance(_0x17688e),_0x3d71e2=await _0x4120a9[_0x56983d(0x1cf)]({'options':{..._0x17688e,..._0x4c4b49},'args':[_0x5dd1ce],'tdx':_0x5322d1});gracefulExit(_0x3d71e2);}),jobCmd['command'](a2_0x59687f(0x1a7))['description']('Submit\x20a\x20job')[a2_0x59687f(0x195)]('--job-type\x20<type>',a2_0x59687f(0x1ea),a2_0x59687f(0x1af))['option']('-f,\x20--file\x20<path>',a2_0x59687f(0x2dd))[a2_0x59687f(0x195)](a2_0x59687f(0x292),a2_0x59687f(0x331),a2_0x59687f(0x35e))[a2_0x59687f(0x195)](a2_0x59687f(0xba),a2_0x59687f(0x156))[a2_0x59687f(0x149)](async(_0x5a4fe9,_0x831bd1)=>{const _0x338023=new JobSubmitCommand(),_0x9df240=program['opts'](),_0x159724=await createTDXInstance(_0x9df240),_0x16b514=await _0x338023['run']({'options':{..._0x9df240,..._0x831bd1},'args':_0x5a4fe9?[_0x5a4fe9]:[],'tdx':_0x159724});gracefulExit(_0x16b514);}),jobCmd['command'](a2_0x59687f(0x396))[a2_0x59687f(0x288)](a2_0x59687f(0xc6))[a2_0x59687f(0x149)](async(_0x401224,_0x45ebbf)=>{const _0x35034c=a2_0x59687f,_0x313006=new JobResultCommand(),_0x20a58e=program[_0x35034c(0x180)](),_0x24c5b6=await createTDXInstance(_0x20a58e),_0x48880e=await _0x313006[_0x35034c(0x1cf)]({'options':{..._0x20a58e,..._0x45ebbf},'args':[_0x401224],'tdx':_0x24c5b6});gracefulExit(_0x48880e);});const scheduleCmd=jobCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x311))['description'](a2_0x59687f(0x20f));scheduleCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c0))['description'](a2_0x59687f(0x1fe))[a2_0x59687f(0x149)](async(_0x5c0a45,_0x70e71d)=>{const _0x791f83=a2_0x59687f,_0x23af59=new ScheduleListCommand(),_0x18aaf8=program[_0x791f83(0x180)](),_0x23b6f5=await createTDXInstance(_0x18aaf8),_0x29905f=await _0x23af59[_0x791f83(0x1cf)]({'options':{..._0x18aaf8,..._0x70e71d},'args':_0x5c0a45?[_0x5c0a45]:[],'tdx':_0x23b6f5});gracefulExit(_0x29905f);}),scheduleCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c6))[a2_0x59687f(0x288)](a2_0x59687f(0x1c6))['action'](async(_0x2b05b,_0x54f8bd)=>{const _0x2499f0=a2_0x59687f,_0x33a3de=new ScheduleShowCommand(),_0x5e4edd=program[_0x2499f0(0x180)](),_0x4acee9=await createTDXInstance(_0x5e4edd),_0x2f5b06=await _0x33a3de[_0x2499f0(0x1cf)]({'options':{..._0x5e4edd,..._0x54f8bd},'args':[_0x2b05b],'tdx':_0x4acee9});gracefulExit(_0x2f5b06);}),scheduleCmd['command']('create\x20<name>')['description']('Create\x20a\x20scheduled\x20query')[a2_0x59687f(0x195)](a2_0x59687f(0x250),'Database\x20name\x20(required)')[a2_0x59687f(0x195)](a2_0x59687f(0x318),'Alias\x20for\x20--database\x20(natural\x20language\x20style)')['requiredOption'](a2_0x59687f(0x2d4),a2_0x59687f(0x2dd))[a2_0x59687f(0x195)](a2_0x59687f(0x83),a2_0x59687f(0x2c5),a2_0x59687f(0x1af))['option'](a2_0x59687f(0x345),a2_0x59687f(0x239))[a2_0x59687f(0x195)](a2_0x59687f(0x191),'Timezone\x20for\x20cron\x20(default:\x20UTC)')[a2_0x59687f(0x195)](a2_0x59687f(0x363),'Delay\x20in\x20seconds\x20before\x20execution')['option']('--priority\x20<-2~2>',a2_0x59687f(0x1c0))[a2_0x59687f(0x195)](a2_0x59687f(0x24f),a2_0x59687f(0x1a4))[a2_0x59687f(0x195)]('--engine-version\x20<version>','Query\x20engine\x20version')[a2_0x59687f(0x195)](a2_0x59687f(0x1a3),a2_0x59687f(0x1f9))[a2_0x59687f(0x149)](async(_0x299258,_0xc6bf82)=>{const _0x39f513=a2_0x59687f,_0x42baf7=new ScheduleCreateCommand(),_0x5d72be=program[_0x39f513(0x180)](),_0x1600dd=await createTDXInstance(_0x5d72be);_0xc6bf82['in']&&(_0xc6bf82[_0x39f513(0x267)]=_0xc6bf82['in']);const _0x88ebf1=await _0x42baf7[_0x39f513(0x1cf)]({'options':{..._0x5d72be,..._0xc6bf82},'args':[_0x299258],'tdx':_0x1600dd});gracefulExit(_0x88ebf1);}),scheduleCmd['command'](a2_0x59687f(0x263))[a2_0x59687f(0x288)](a2_0x59687f(0x342))['option'](a2_0x59687f(0x250),'Database\x20name')[a2_0x59687f(0x195)](a2_0x59687f(0x318),a2_0x59687f(0x216))[a2_0x59687f(0x195)]('-f,\x20--file\x20<path>',a2_0x59687f(0x2dd))[a2_0x59687f(0x195)](a2_0x59687f(0x83),a2_0x59687f(0x2c5))['option'](a2_0x59687f(0x345),'Cron\x20expression\x20for\x20scheduling')[a2_0x59687f(0x195)](a2_0x59687f(0x191),a2_0x59687f(0x16e))[a2_0x59687f(0x195)](a2_0x59687f(0x363),a2_0x59687f(0x2fb))['option']('--priority\x20<-2~2>',a2_0x59687f(0x1c0))[a2_0x59687f(0x195)]('--retry-limit\x20<0~32>',a2_0x59687f(0x1a4))[a2_0x59687f(0x195)](a2_0x59687f(0x2fa),a2_0x59687f(0x243))['option']('--result\x20<url>',a2_0x59687f(0x1f9))[a2_0x59687f(0x149)](async(_0x4f906f,_0x30ec73)=>{const _0x570be4=a2_0x59687f,_0x415ee7=new ScheduleUpdateCommand(),_0x3a7a0f=program[_0x570be4(0x180)](),_0x2edc66=await createTDXInstance(_0x3a7a0f);_0x30ec73['in']&&(_0x30ec73[_0x570be4(0x267)]=_0x30ec73['in']);const _0x73451e=await _0x415ee7[_0x570be4(0x1cf)]({'options':{..._0x3a7a0f,..._0x30ec73},'args':[_0x4f906f],'tdx':_0x2edc66});gracefulExit(_0x73451e);}),scheduleCmd['command']('delete\x20<name>')[a2_0x59687f(0x288)](a2_0x59687f(0x217))[a2_0x59687f(0x149)](async(_0x356b27,_0x422cfd)=>{const _0x4be57f=a2_0x59687f,_0xd4ec94=new ScheduleDeleteCommand(),_0x306761=program[_0x4be57f(0x180)](),_0xf85b39=await createTDXInstance(_0x306761),_0x2f72ad=await _0xd4ec94[_0x4be57f(0x1cf)]({'options':{..._0x306761,..._0x422cfd},'args':[_0x356b27],'tdx':_0xf85b39});gracefulExit(_0x2f72ad);}),scheduleCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1fc))['description'](a2_0x59687f(0x313))['option'](a2_0x59687f(0xea),'Scheduled\x20time\x20(ISO\x208601\x20format,\x20defaults\x20to\x20now)')[a2_0x59687f(0x195)](a2_0x59687f(0x109),a2_0x59687f(0x176))[a2_0x59687f(0x149)](async(_0x5b6c62,_0x3b0736)=>{const _0x451a70=a2_0x59687f,_0x1876ba=new ScheduleRunCommand(),_0x246105=program[_0x451a70(0x180)](),_0x1c7416=await createTDXInstance(_0x246105),_0x2522d9=await _0x1876ba['run']({'options':{..._0x246105,..._0x3b0736},'args':[_0x5b6c62],'tdx':_0x1c7416});gracefulExit(_0x2522d9);}),scheduleCmd['command'](a2_0x59687f(0x356))['description'](a2_0x59687f(0x1ac))[a2_0x59687f(0x195)](a2_0x59687f(0x8c),a2_0x59687f(0x2b2))['option'](a2_0x59687f(0x317),a2_0x59687f(0xcf))[a2_0x59687f(0x149)](async(_0x3d889c,_0x3ef32e)=>{const _0x3829b6=a2_0x59687f,_0x28d8a0=new ScheduleHistoryCommand(),_0x3ee575=program[_0x3829b6(0x180)](),_0x4cde90=await createTDXInstance(_0x3ee575),_0x35c6a2=await _0x28d8a0[_0x3829b6(0x1cf)]({'options':{..._0x3ee575,..._0x3ef32e},'args':[_0x3d889c],'tdx':_0x4cde90});gracefulExit(_0x35c6a2);});const llmCmd=program[a2_0x59687f(0x11a)](a2_0x59687f(0x1b8))[a2_0x59687f(0x288)](a2_0x59687f(0x354));llmCmd['command'](a2_0x59687f(0x166))[a2_0x59687f(0x288)]('Set\x20current\x20project\x20context\x20for\x20agent\x20operations')[a2_0x59687f(0x149)](async(_0x355cc6,_0x401e09)=>{const _0x270889=a2_0x59687f,_0x24d84a=new LLMUseCommand(),_0x3ba1e7=program[_0x270889(0x180)](),_0x57f8c8=await createTDXInstance(_0x3ba1e7),_0x45b1b7=await _0x24d84a[_0x270889(0x1cf)]({'options':{..._0x3ba1e7,..._0x401e09},'args':[_0x355cc6],'tdx':_0x57f8c8});gracefulExit(_0x45b1b7);}),llmCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1ee))[a2_0x59687f(0x288)]('List\x20available\x20LLM\x20models')[a2_0x59687f(0x149)](async _0x3d9301=>{const _0x36743d=a2_0x59687f,_0x38c51d=new LLMModelsCommand(),_0x4b5818=program[_0x36743d(0x180)](),_0x5c7fca=await createTDXInstance(_0x4b5818),_0x28d3b6=await _0x38c51d[_0x36743d(0x1cf)]({'options':{..._0x4b5818,..._0x3d9301},'args':[],'tdx':_0x5c7fca});gracefulExit(_0x28d3b6);});const projectCmd=llmCmd[a2_0x59687f(0x11a)]('project')['description']('LLM\x20project\x20management'),llmProjectListAction=async(_0x1619f2,_0x23d2b6)=>{const _0x1b046c=a2_0x59687f,_0x8cc0c2=new LLMProjectsCommand(),_0x176d7c=program[_0x1b046c(0x180)](),_0x1a783b=await createTDXInstance(_0x176d7c),_0x4de57a=await _0x8cc0c2['run']({'options':{..._0x176d7c,..._0x23d2b6},'args':_0x1619f2?[_0x1619f2]:[],'tdx':_0x1a783b});gracefulExit(_0x4de57a);};projectCmd['command'](a2_0x59687f(0x2c0))['description'](a2_0x59687f(0xcd))[a2_0x59687f(0x149)](llmProjectListAction),llmCmd[a2_0x59687f(0x11a)]('projects\x20[pattern]')[a2_0x59687f(0x288)](a2_0x59687f(0x93))[a2_0x59687f(0x149)](llmProjectListAction),projectCmd['command'](a2_0x59687f(0x266))['description'](a2_0x59687f(0x14b))['option']('--description\x20<text>','Project\x20description')[a2_0x59687f(0x149)](async(_0x30d0b5,_0x2f0d93)=>{const _0x23b972=a2_0x59687f,_0x497295=new LLMProjectCreateCommand(),_0x478816=program[_0x23b972(0x180)](),_0x5aa577=await createTDXInstance(_0x478816),_0x3b86a8=await _0x497295['run']({'options':{..._0x478816,..._0x2f0d93},'args':[_0x30d0b5],'tdx':_0x5aa577});gracefulExit(_0x3b86a8);}),projectCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x359))[a2_0x59687f(0x288)](a2_0x59687f(0x1e7))[a2_0x59687f(0x149)](async(_0x27b788,_0xccaf14)=>{const _0x84b10a=a2_0x59687f,_0x624013=new LLMProjectDeleteCommand(),_0x33b6ab=program[_0x84b10a(0x180)](),_0x24ff7c=await createTDXInstance(_0x33b6ab),_0x9234d4=await _0x624013[_0x84b10a(0x1cf)]({'options':{..._0x33b6ab,..._0xccaf14},'args':[_0x27b788],'tdx':_0x24ff7c});gracefulExit(_0x9234d4);}),projectCmd[a2_0x59687f(0x11a)]('backup\x20<name>')[a2_0x59687f(0x288)](a2_0x59687f(0x1ec))[a2_0x59687f(0x195)](a2_0x59687f(0x36c),a2_0x59687f(0x324))['option'](a2_0x59687f(0x23d),a2_0x59687f(0x12b))[a2_0x59687f(0x149)](async(_0x31c50e,_0x3b2960)=>{const _0x519d11=a2_0x59687f,_0x3ad18b=new LLMProjectBackupCommand(),_0xc02016=program['opts'](),_0x1310e5=await createTDXInstance(_0xc02016),_0x28bb2c=await _0x3ad18b[_0x519d11(0x1cf)]({'options':{..._0xc02016,..._0x3b2960},'args':[_0x31c50e],'tdx':_0x1310e5});gracefulExit(_0x28bb2c);}),projectCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x12c))[a2_0x59687f(0x288)](a2_0x59687f(0x1a8))[a2_0x59687f(0x195)](a2_0x59687f(0x198),'New\x20project\x20name\x20(default:\x20original\x20name\x20from\x20backup)')[a2_0x59687f(0x195)](a2_0x59687f(0x23d),a2_0x59687f(0x251))[a2_0x59687f(0x149)](async(_0x34f47c,_0x5b78da)=>{const _0x5aee51=a2_0x59687f,_0x2b052c=new LLMProjectRestoreCommand(),_0x47f4cf=program['opts'](),_0x275be7=await createTDXInstance(_0x47f4cf),_0x254958=await _0x2b052c[_0x5aee51(0x1cf)]({'options':{..._0x47f4cf,..._0x5b78da},'args':[_0x34f47c],'tdx':_0x275be7});gracefulExit(_0x254958);});const llmAgentListAction=async(_0x38ae3c,_0x27e0ed)=>{const _0xf018e4=a2_0x59687f,_0x404cec=new LLMAgentsCommand(),_0xb82364=program['opts'](),_0x28cc93=await createTDXInstance(_0xb82364),_0x5b21ef=await _0x404cec[_0xf018e4(0x1cf)]({'options':{..._0xb82364,..._0x27e0ed},'args':_0x38ae3c?[_0x38ae3c]:[],'tdx':_0x28cc93});gracefulExit(_0x5b21ef);};llmCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2b8))['description'](a2_0x59687f(0x207))['action'](llmAgentListAction),program[a2_0x59687f(0x11a)](a2_0x59687f(0x2b8))[a2_0x59687f(0x288)]('List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)')[a2_0x59687f(0x149)](llmAgentListAction),llmCmd['command'](a2_0x59687f(0x2a7))[a2_0x59687f(0x288)](a2_0x59687f(0x316))[a2_0x59687f(0x195)]('--last',a2_0x59687f(0x2e7))['action'](async(_0x1a8dd3,_0x1a5c14)=>{const _0x5aa6f4=a2_0x59687f,_0x115cd9=new LLMHistoryCommand(),_0x2ea2c1=program[_0x5aa6f4(0x180)](),_0x1bcf45=await createTDXInstance(_0x2ea2c1),_0x21bccc=await _0x115cd9[_0x5aa6f4(0x1cf)]({'options':{..._0x2ea2c1,..._0x1a5c14},'args':_0x1a8dd3?[_0x1a8dd3]:[],'tdx':_0x1bcf45});gracefulExit(_0x21bccc);});isExperimentalAvailable()&&llmCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1f6))[a2_0x59687f(0x288)]('[EXPERIMENTAL]\x20Show\x20chat\x20log')[a2_0x59687f(0x149)](async(_0x27ca99,_0x455c26)=>{const _0x54bff0=a2_0x59687f,_0x1fd219=new LLMLogCommand(),_0x2f675e=program['opts'](),_0x299ef9=await createTDXInstance(_0x2f675e),_0x2f60a5=await _0x1fd219[_0x54bff0(0x1cf)]({'options':{..._0x2f675e,..._0x455c26},'args':[_0x27ca99],'tdx':_0x299ef9});gracefulExit(_0x2f60a5);});program[a2_0x59687f(0x11a)](a2_0x59687f(0x178))[a2_0x59687f(0xa3)](a2_0x59687f(0x1a1))[a2_0x59687f(0x288)](a2_0x59687f(0x28b))[a2_0x59687f(0x195)](a2_0x59687f(0x138),a2_0x59687f(0x2f1))[a2_0x59687f(0x195)]('-r,\x20--resume',a2_0x59687f(0x21c))[a2_0x59687f(0x195)](a2_0x59687f(0x121),'Use\x20your\x20own\x20Claude\x20Code\x20account\x20(Anthropic/AWS\x20Bedrock/Vertex\x20AI,\x20etc.)')[a2_0x59687f(0x145)]()[a2_0x59687f(0x16c)](!![])[a2_0x59687f(0xbf)](a2_0x59687f(0x295),a2_0x59687f(0x28c))['action'](async(_0x1e615c,_0x9200a5)=>{const _0xa4fddf=a2_0x59687f,_0x21921d=program[_0xa4fddf(0x180)](),_0x1a59ee=Array[_0xa4fddf(0x18e)](_0x1e615c)?_0x1e615c:[];if(_0x1a59ee[0x0]===_0xa4fddf(0x22d)){const _0x5f099f=new ClaudeStatuslineCommand(),_0x1625b8=await _0x5f099f[_0xa4fddf(0x1cf)]({'options':{..._0x21921d,..._0x9200a5},'args':_0x1a59ee[_0xa4fddf(0x38a)](0x1),'tdx':null});gracefulExit(_0x1625b8);}if(_0x1a59ee[0x0]===_0xa4fddf(0xa3)){const _0x5c7efc=new ClaudeUsageCommand(),_0x3ae84d=await _0x5c7efc['run']({'options':{..._0x21921d,..._0x9200a5},'args':_0x1a59ee[_0xa4fddf(0x38a)](0x1),'tdx':null});gracefulExit(_0x3ae84d);}const _0x471f6e=new ClaudeCommand(),_0x5bb8b9=await createTDXInstance(_0x21921d),_0x51596f=await _0x471f6e['run']({'options':{..._0x21921d,..._0x9200a5},'args':_0x1a59ee,'tdx':_0x5bb8b9});gracefulExit(_0x51596f);}),program[a2_0x59687f(0x11a)](a2_0x59687f(0x174))[a2_0x59687f(0x288)]('Show\x20or\x20set\x20session-level\x20context\x20(resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20cas)')['option'](a2_0x59687f(0x322),a2_0x59687f(0x1a6))[a2_0x59687f(0x195)](a2_0x59687f(0x2d2),a2_0x59687f(0x32c))[a2_0x59687f(0x149)](async(_0x362b0a,_0x2e20ef,_0x501c6d)=>{const _0x5b1cb2=a2_0x59687f,_0x561dab=new UseCommand(),_0x474c73=program[_0x5b1cb2(0x180)](),_0x1d0561=[];if(_0x362b0a)_0x1d0561[_0x5b1cb2(0x115)](_0x362b0a);if(_0x2e20ef)_0x1d0561[_0x5b1cb2(0x115)](_0x2e20ef);const _0x82b0a1=_0x362b0a===_0x5b1cb2(0x168),_0xcc0625=_0x82b0a1?await createTDXInstance(_0x474c73):null,_0x5dda47=await _0x561dab['run']({'options':{..._0x474c73,..._0x501c6d},'args':_0x1d0561,'tdx':_0xcc0625});gracefulExit(_0x5dda47);}),program[a2_0x59687f(0x11a)](a2_0x59687f(0x150))[a2_0x59687f(0x288)](a2_0x59687f(0x177))[a2_0x59687f(0x149)](async _0x339e63=>{const _0x2a0014=a2_0x59687f,_0x5204d5=new StatusCommand(),_0x166d8c=program[_0x2a0014(0x180)](),_0x2aab0a=await createTDXInstance(_0x166d8c),_0x1d6381=await _0x5204d5[_0x2a0014(0x1cf)]({'options':{..._0x166d8c,..._0x339e63},'args':[],'tdx':_0x2aab0a});gracefulExit(_0x1d6381);}),program[a2_0x59687f(0x11a)]('upgrade\x20[version]')[a2_0x59687f(0x288)]('Upgrade\x20tdx\x20to\x20the\x20latest\x20version')[a2_0x59687f(0x195)](a2_0x59687f(0x23d),a2_0x59687f(0x17c))[a2_0x59687f(0x195)](a2_0x59687f(0x187),'Upgrade\x20to\x20the\x20next\x20(pre-release)\x20channel')[a2_0x59687f(0x195)](a2_0x59687f(0xfa),a2_0x59687f(0x381))[a2_0x59687f(0x149)](async(_0x966480,_0x2420bc)=>{const _0x397e78=a2_0x59687f,_0xe4a9d1=new UpgradeCommand(),_0x59eddf=program[_0x397e78(0x180)](),_0x5d196e=await _0xe4a9d1[_0x397e78(0x1cf)]({'options':{..._0x59eddf,..._0x2420bc},'args':_0x966480?[_0x966480]:[],'tdx':null});gracefulExit(_0x5d196e);}),program[a2_0x59687f(0x11a)]('unset\x20<resource>')[a2_0x59687f(0x288)](a2_0x59687f(0x2e9))[a2_0x59687f(0x195)](a2_0x59687f(0x2d2),a2_0x59687f(0x24d))[a2_0x59687f(0x149)](async(_0x798e09,_0x5e8b2a)=>{const _0x479de3=a2_0x59687f,_0x571e46=new UnsetCommand(),_0x141b3a=program[_0x479de3(0x180)](),_0x4da491=await _0x571e46[_0x479de3(0x1cf)]({'options':{..._0x141b3a,..._0x5e8b2a},'args':[_0x798e09],'tdx':null});gracefulExit(_0x4da491);}),program[a2_0x59687f(0x11a)](a2_0x59687f(0x29d))[a2_0x59687f(0x288)](a2_0x59687f(0x1d1))['option']('--last',a2_0x59687f(0x24b))[a2_0x59687f(0x149)](async _0x486f16=>{const _0x2bb6af=a2_0x59687f,_0x552362=new ChatsCommand(),_0x444b6a=program[_0x2bb6af(0x180)](),_0x5cfa42=await createTDXInstance(_0x444b6a),_0x263292=await _0x552362[_0x2bb6af(0x1cf)]({'options':{..._0x444b6a,..._0x486f16},'args':[],'tdx':_0x5cfa42});gracefulExit(_0x263292);});const authCmd=program[a2_0x59687f(0x11a)](a2_0x59687f(0x284))[a2_0x59687f(0x288)](a2_0x59687f(0x333));async function runAuthStatusCommand(_0x1f2e7a){const _0x139660=a2_0x59687f,_0x5299c9=new AuthStatusCommand(),_0x30cd0e=program[_0x139660(0x180)](),_0xcc45bd=await createTDXInstance(_0x30cd0e),_0x24ed07=await _0x5299c9[_0x139660(0x1cf)]({'options':{..._0x30cd0e,..._0x1f2e7a},'args':[],'tdx':_0xcc45bd});gracefulExit(_0x24ed07);}authCmd[a2_0x59687f(0x149)](runAuthStatusCommand),authCmd[a2_0x59687f(0x11a)]('status')[a2_0x59687f(0x288)](a2_0x59687f(0x182))['action'](runAuthStatusCommand);async function authSetupAction(_0x387e13){const _0x1d9f37=a2_0x59687f,_0x4004b7=new AuthSetupCommand(),_0x533f08=program[_0x1d9f37(0x180)](),_0x1e418e=await createTDXInstance(_0x533f08),_0x465b51=await _0x4004b7[_0x1d9f37(0x1cf)]({'options':{..._0x533f08,..._0x387e13},'args':[],'tdx':_0x1e418e});gracefulExit(_0x465b51);}authCmd['command'](a2_0x59687f(0x30a))[a2_0x59687f(0x288)](a2_0x59687f(0x348))[a2_0x59687f(0x195)](a2_0x59687f(0x283),'Account\x20name\x20for\x20SSO\x20(Single\x20Sign-On)\x20login')[a2_0x59687f(0xbf)](a2_0x59687f(0x295),a2_0x59687f(0x246))[a2_0x59687f(0x149)](authSetupAction),authCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x374),{'hidden':!![]})[a2_0x59687f(0x195)](a2_0x59687f(0x283),'Account\x20name\x20for\x20SSO\x20(Single\x20Sign-On)\x20login')[a2_0x59687f(0x149)](authSetupAction),authCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x139))['description'](a2_0x59687f(0x143))[a2_0x59687f(0xbf)]('after',a2_0x59687f(0x387))[a2_0x59687f(0x149)](async _0xca7e7a=>{const _0x2998b5=a2_0x59687f,_0xf870e7=new AuthClearCommand(),_0x5ea051=program[_0x2998b5(0x180)](),_0x1bc235=await _0xf870e7[_0x2998b5(0x1cf)]({'options':{..._0x5ea051,..._0xca7e7a},'args':[],'tdx':null});gracefulExit(_0x1bc235);});const userCmd=program[a2_0x59687f(0x11a)](a2_0x59687f(0x31a))[a2_0x59687f(0x288)](a2_0x59687f(0x2ff)),userListAction=async _0x6c1dd4=>{const _0x46eb62=a2_0x59687f,_0x40937e=new UserListCommand(),_0x380dd6=program[_0x46eb62(0x180)](),_0x381833=await createTDXInstance(_0x380dd6),_0x1afcbf=await _0x40937e[_0x46eb62(0x1cf)]({'options':{..._0x380dd6,..._0x6c1dd4},'args':[],'tdx':_0x381833});gracefulExit(_0x1afcbf);};userCmd[a2_0x59687f(0x149)](async _0x2b7ddd=>{const _0x380d9f=a2_0x59687f,_0x94cf0f=new UserCommand(),_0x4ea9a0=program[_0x380d9f(0x180)](),_0x4f7a25=await createTDXInstance(_0x4ea9a0),_0x10f457=await _0x94cf0f['run']({'options':{..._0x4ea9a0,..._0x2b7ddd},'args':[],'tdx':_0x4f7a25});gracefulExit(_0x10f457);}),userCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x349))[a2_0x59687f(0x288)]('List\x20all\x20users\x20in\x20the\x20account')[a2_0x59687f(0x149)](userListAction),program['command']('users')['description'](a2_0x59687f(0x2a4))[a2_0x59687f(0x149)](userListAction);const policyCmd=program['command'](a2_0x59687f(0x14c))[a2_0x59687f(0x288)](a2_0x59687f(0xf9));policyCmd[a2_0x59687f(0x149)](async _0x2c5e74=>{const _0x3a4018=a2_0x59687f,_0x435517=new PolicyCommand(),_0x1b4596=program[_0x3a4018(0x180)](),_0xc42a88=await createTDXInstance(_0x1b4596),_0x430d23=await _0x435517[_0x3a4018(0x1cf)]({'options':{..._0x1b4596,..._0x2c5e74},'args':[],'tdx':_0xc42a88});gracefulExit(_0x430d23);}),policyCmd['command']('list')['description'](a2_0x59687f(0x2b5))[a2_0x59687f(0x149)](async _0x51279f=>{const _0x40568d=a2_0x59687f,_0x288819=new PolicyListCommand(),_0x49f267=program[_0x40568d(0x180)](),_0x5eb77f=await createTDXInstance(_0x49f267),_0x1158e6=await _0x288819['run']({'options':{..._0x49f267,..._0x51279f},'args':[],'tdx':_0x5eb77f});gracefulExit(_0x1158e6);}),policyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x39c))[a2_0x59687f(0x288)]('Show\x20a\x20specific\x20policy\x20details\x20and\x20permissions\x20(admin\x20only)')['action'](async(_0x266ac5,_0x323a66)=>{const _0x53b430=a2_0x59687f,_0x43a0a5=new PolicyShowCommand(),_0x25a90d=program[_0x53b430(0x180)](),_0x37c069=await createTDXInstance(_0x25a90d),_0x19d122=await _0x43a0a5[_0x53b430(0x1cf)]({'options':{..._0x25a90d,..._0x323a66},'args':[_0x266ac5],'tdx':_0x37c069});gracefulExit(_0x19d122);}),program[a2_0x59687f(0x11a)]('profiles')[a2_0x59687f(0x288)]('List\x20all\x20available\x20profiles')[a2_0x59687f(0x149)](async _0x2df7e8=>{const _0x141cb9=a2_0x59687f,_0x4d1bce=new ProfilesCommand(),_0x368377=program[_0x141cb9(0x180)](),_0x50ec52=await _0x4d1bce[_0x141cb9(0x1cf)]({'options':{..._0x368377,..._0x2df7e8},'args':[],'tdx':null});gracefulExit(_0x50ec52);});const profileCmd=program[a2_0x59687f(0x11a)](a2_0x59687f(0x2ba))['description'](a2_0x59687f(0x279));profileCmd[a2_0x59687f(0x149)](()=>{const _0xb598a0=a2_0x59687f;profileCmd[_0xb598a0(0x12e)]();});const profileListAction=async _0x2370ed=>{const _0x444cf2=a2_0x59687f,_0x4ebe58=new ProfilesCommand(),_0x13d8c5=program[_0x444cf2(0x180)](),_0x28c321=await _0x4ebe58[_0x444cf2(0x1cf)]({'options':{..._0x13d8c5,..._0x2370ed},'args':[],'tdx':null});gracefulExit(_0x28c321);};profileCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x349))[a2_0x59687f(0x288)](a2_0x59687f(0x1df))[a2_0x59687f(0x149)](profileListAction),profileCmd['command'](a2_0x59687f(0x118))[a2_0x59687f(0x288)](a2_0x59687f(0x29a))['option'](a2_0x59687f(0x283),'Account\x20name\x20for\x20SSO\x20(Single\x20Sign-On)\x20login')[a2_0x59687f(0x195)](a2_0x59687f(0x144),'Overwrite\x20existing\x20profile')[a2_0x59687f(0xbf)](a2_0x59687f(0x295),a2_0x59687f(0x2e3))['action'](async(_0x493618,_0x30139e)=>{const _0x4b589a=a2_0x59687f,_0x550045=new ProfileCreateCommand(),_0x28c44e=program[_0x4b589a(0x180)](),_0x150908=await _0x550045[_0x4b589a(0x1cf)]({'options':{..._0x28c44e,..._0x30139e},'args':_0x493618?[_0x493618]:[],'tdx':null});gracefulExit(_0x150908);});async function profileDeleteAction(_0x5f4461,_0x4530d8){const _0x5914fb=a2_0x59687f,_0x5413a1=new ProfileDeleteCommand(),_0xbc4350=program['opts'](),_0x1833f2=await _0x5413a1[_0x5914fb(0x1cf)]({'options':{..._0xbc4350,..._0x4530d8},'args':[_0x5f4461],'tdx':null});gracefulExit(_0x1833f2);}profileCmd['command'](a2_0x59687f(0x359))[a2_0x59687f(0x288)](a2_0x59687f(0x97))[a2_0x59687f(0xbf)](a2_0x59687f(0x295),a2_0x59687f(0x1c9))[a2_0x59687f(0x149)](profileDeleteAction),profileCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x327),{'hidden':!![]})['action'](profileDeleteAction),profileCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1a9))[a2_0x59687f(0x288)](a2_0x59687f(0x2e0))[a2_0x59687f(0xbf)]('after',a2_0x59687f(0xc8))[a2_0x59687f(0x149)](async(_0x11ecf9,_0x302437)=>{const _0x509a4d=a2_0x59687f,_0x36107b=new ProfileSetCommand(),_0x40b848=program[_0x509a4d(0x180)](),_0x7a7812=await _0x36107b[_0x509a4d(0x1cf)]({'options':{..._0x40b848,..._0x302437},'args':[_0x11ecf9],'tdx':null});gracefulExit(_0x7a7812);}),profileCmd[a2_0x59687f(0x11a)]('use\x20<name>')['description'](a2_0x59687f(0x2ad))['option'](a2_0x59687f(0x2d2),'Save\x20as\x20default\x20in\x20config\x20(~/.config/tdx/tdx.json)')[a2_0x59687f(0xbf)](a2_0x59687f(0x295),a2_0x59687f(0x19e))[a2_0x59687f(0x149)](async(_0x408ffe,_0xd83b1e)=>{const _0x3735e5=a2_0x59687f,_0x2e5492=new ProfileUseCommand(),_0x3f5cdc=program[_0x3735e5(0x180)](),_0x106486=await _0x2e5492[_0x3735e5(0x1cf)]({'options':{..._0x3f5cdc,..._0xd83b1e},'args':[_0x408ffe],'tdx':null});gracefulExit(_0x106486);});const engageCmd=program['command'](a2_0x59687f(0x2ee))['description'](a2_0x59687f(0x152)),createEngageAction=_0x174c1b=>{return async(_0x2d5ce6,_0x43529c)=>{const _0x583557=a2_0x5f3e,_0x4c8564=new _0x174c1b(),_0x2fa6e6=program[_0x583557(0x180)](),_0x4c65f1=await createTDXInstance(_0x2fa6e6),_0x28b391=await _0x4c8564[_0x583557(0x1cf)]({'options':{..._0x2fa6e6,..._0x43529c},'args':[_0x2d5ce6],'tdx':_0x4c65f1});gracefulExit(_0x28b391);};},createEngageNoArgAction=_0x529c81=>{return async _0x43f5e6=>{const _0x5196a1=a2_0x5f3e,_0x2e1add=new _0x529c81(),_0x5177e2=program[_0x5196a1(0x180)](),_0x489ed9=await createTDXInstance(_0x5177e2),_0x45b825=await _0x2e1add[_0x5196a1(0x1cf)]({'options':{..._0x5177e2,..._0x43f5e6},'args':[],'tdx':_0x489ed9});gracefulExit(_0x45b825);};},createEngageListAction=_0x147e88=>{return async(_0x112342,_0x4fbb9e)=>{const _0x107efa=a2_0x5f3e,_0x34b47d=new _0x147e88(),_0x56e970=program[_0x107efa(0x180)](),_0x9fb710=await createTDXInstance(_0x56e970),_0x5a7d1b=await _0x34b47d[_0x107efa(0x1cf)]({'options':{..._0x56e970,..._0x4fbb9e},'args':_0x112342?[_0x112342]:[],'tdx':_0x9fb710});gracefulExit(_0x5a7d1b);};},campaignCmd=engageCmd[a2_0x59687f(0x11a)]('campaign')[a2_0x59687f(0x288)](a2_0x59687f(0x17b));campaignCmd['command'](a2_0x59687f(0x2c0))['description'](a2_0x59687f(0x235))[a2_0x59687f(0x195)](a2_0x59687f(0x83),'Filter\x20by\x20campaign\x20type\x20(email,\x20push)')[a2_0x59687f(0x195)](a2_0x59687f(0x213),a2_0x59687f(0x102))['option'](a2_0x59687f(0x2f2),'Workspace\x20name')[a2_0x59687f(0x149)](createEngageListAction(EngageCampaignsCommand)),engageCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2bc))[a2_0x59687f(0x288)](a2_0x59687f(0x334))[a2_0x59687f(0x195)](a2_0x59687f(0x83),a2_0x59687f(0x285))[a2_0x59687f(0x195)](a2_0x59687f(0x213),a2_0x59687f(0x102))[a2_0x59687f(0x195)]('--workspace\x20<name>',a2_0x59687f(0x2ec))[a2_0x59687f(0x149)](createEngageListAction(EngageCampaignsCommand)),campaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x7f))[a2_0x59687f(0x288)](a2_0x59687f(0x91))[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x195)](a2_0x59687f(0x20d),'Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields')['action'](createEngageAction(EngageCampaignShowCommand)),campaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x19b))['description'](a2_0x59687f(0x310))[a2_0x59687f(0x375)](a2_0x59687f(0x249),a2_0x59687f(0x30e))[a2_0x59687f(0x375)]('--type\x20<type>','Campaign\x20type\x20(email\x20or\x20push)')[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),a2_0x59687f(0x13e))['option']('--description\x20<desc>',a2_0x59687f(0x1b1))[a2_0x59687f(0x195)](a2_0x59687f(0x2c9),'Segment\x20path\x20(e.g.,\x20\x22Audience/Segment\x22\x20or\x20just\x20\x22Segment\x22)')[a2_0x59687f(0x195)](a2_0x59687f(0x300),a2_0x59687f(0x136))['option'](a2_0x59687f(0x27d),a2_0x59687f(0x1e3))[a2_0x59687f(0x195)](a2_0x59687f(0x179),a2_0x59687f(0x30f))[a2_0x59687f(0x195)](a2_0x59687f(0x191),a2_0x59687f(0x2d5))[a2_0x59687f(0x149)](createEngageNoArgAction(EngageCampaignCreateCommand)),campaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xb1))['description'](a2_0x59687f(0xb4))['option']('--workspace\x20<name>',a2_0x59687f(0x2ec))[a2_0x59687f(0x195)]('--name\x20<name>',a2_0x59687f(0x160))[a2_0x59687f(0x195)](a2_0x59687f(0x301),'Campaign\x20description')[a2_0x59687f(0x195)](a2_0x59687f(0x2c9),'Segment\x20path\x20(e.g.,\x20\x22Audience/Segment\x22\x20or\x20just\x20\x22Segment\x22)')[a2_0x59687f(0x195)](a2_0x59687f(0x300),'Email\x20sender\x20ID\x20for\x20delivery')[a2_0x59687f(0x195)](a2_0x59687f(0x27d),a2_0x59687f(0x1e3))[a2_0x59687f(0x195)](a2_0x59687f(0x179),a2_0x59687f(0x30f))[a2_0x59687f(0x195)](a2_0x59687f(0x191),a2_0x59687f(0x2d5))[a2_0x59687f(0x149)](createEngageAction(EngageCampaignUpdateCommand)),campaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x321))['description']('Delete\x20a\x20campaign')[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))['option'](a2_0x59687f(0x298),'Skip\x20confirmation\x20prompt')[a2_0x59687f(0x149)](createEngageAction(EngageCampaignDeleteCommand)),campaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x240))['description']('Launch\x20a\x20campaign')[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x149)](createEngageAction(EngageCampaignLaunchCommand)),campaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x33e))[a2_0x59687f(0x288)](a2_0x59687f(0xf4))[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x149)](createEngageAction(EngageCampaignPauseCommand)),campaignCmd[a2_0x59687f(0x11a)]('resume\x20<name-or-id>')[a2_0x59687f(0x288)](a2_0x59687f(0x2b6))[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),'Workspace\x20name')['action'](createEngageAction(EngageCampaignResumeCommand)),campaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x202))[a2_0x59687f(0x288)]('Duplicate\x20a\x20campaign')[a2_0x59687f(0x195)]('--workspace\x20<name>',a2_0x59687f(0x2ec))[a2_0x59687f(0x149)](createEngageAction(EngageCampaignDuplicateCommand)),campaignCmd[a2_0x59687f(0x11a)]('pull\x20[workspace-name]')['description'](a2_0x59687f(0x2e8))[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),'Workspace\x20name')['option'](a2_0x59687f(0x249),a2_0x59687f(0x125))[a2_0x59687f(0x195)](a2_0x59687f(0x83),a2_0x59687f(0x285))['option'](a2_0x59687f(0x23d),'Show\x20what\x20would\x20be\x20written\x20without\x20writing')['action'](createEngageAction(EngageCampaignPullCommand)),campaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1d9))[a2_0x59687f(0x288)](a2_0x59687f(0xf3))[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),'Workspace\x20name')['option'](a2_0x59687f(0x23d),a2_0x59687f(0x122))[a2_0x59687f(0x149)](createEngageAction(EngageCampaignPushCommand)),campaignCmd[a2_0x59687f(0x11a)]('validate\x20[target]')[a2_0x59687f(0x288)](a2_0x59687f(0x343))[a2_0x59687f(0x195)](a2_0x59687f(0x13b),'Show\x20all\x20files\x20including\x20valid\x20ones')['action'](createEngageAction(EngageCampaignValidateCommand));const alwaysOnCampaignCmd=engageCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x169))['description'](a2_0x59687f(0x212));alwaysOnCampaignCmd[a2_0x59687f(0x11a)]('list\x20[pattern]')[a2_0x59687f(0x288)](a2_0x59687f(0x2cf))[a2_0x59687f(0x195)]('--type\x20<type>',a2_0x59687f(0x285))[a2_0x59687f(0x195)](a2_0x59687f(0x213),a2_0x59687f(0xa0))[a2_0x59687f(0x375)](a2_0x59687f(0x2f2),a2_0x59687f(0x13e))[a2_0x59687f(0x149)](createEngageListAction(EngageAlwaysOnCampaignsCommand)),engageCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x15f))['description']('List\x20always-on\x20campaigns\x20(alias\x20for\x20\x22always-on-campaign\x20list\x22)')[a2_0x59687f(0x195)](a2_0x59687f(0x83),'Filter\x20by\x20campaign\x20type\x20(email,\x20push)')['option'](a2_0x59687f(0x213),a2_0x59687f(0xa0))[a2_0x59687f(0x375)](a2_0x59687f(0x2f2),a2_0x59687f(0x13e))['action'](createEngageListAction(EngageAlwaysOnCampaignsCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x7f))[a2_0x59687f(0x288)](a2_0x59687f(0x112))['requiredOption']('--workspace\x20<name>',a2_0x59687f(0x13e))[a2_0x59687f(0x195)](a2_0x59687f(0x20d),a2_0x59687f(0x293))[a2_0x59687f(0x149)](createEngageAction(EngageAlwaysOnCampaignShowCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x19b))[a2_0x59687f(0x288)]('Create\x20a\x20new\x20always-on\x20campaign')[a2_0x59687f(0x375)](a2_0x59687f(0x249),a2_0x59687f(0x30e))[a2_0x59687f(0x375)](a2_0x59687f(0x83),a2_0x59687f(0x23b))[a2_0x59687f(0x375)]('--workspace\x20<name>','Workspace\x20name\x20(required)')['option'](a2_0x59687f(0x301),a2_0x59687f(0x1b1))[a2_0x59687f(0x195)](a2_0x59687f(0x2c9),a2_0x59687f(0x1b5))[a2_0x59687f(0x195)]('--enable-utm-tracking',a2_0x59687f(0x24c))[a2_0x59687f(0x149)](createEngageNoArgAction(EngageAlwaysOnCampaignCreateCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xb1))[a2_0x59687f(0x288)](a2_0x59687f(0x211))['requiredOption'](a2_0x59687f(0x2f2),'Workspace\x20name\x20(required)')[a2_0x59687f(0x195)]('--name\x20<name>',a2_0x59687f(0x160))[a2_0x59687f(0x195)]('--description\x20<desc>',a2_0x59687f(0x1b1))[a2_0x59687f(0x195)](a2_0x59687f(0x2c9),'Segment\x20path\x20(e.g.,\x20\x22Audience\x22\x20for\x20parent\x20segment\x20only)')[a2_0x59687f(0x195)](a2_0x59687f(0x3ab),a2_0x59687f(0x24c))[a2_0x59687f(0x149)](createEngageAction(EngageAlwaysOnCampaignUpdateCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)]('delete\x20<name-or-id>')[a2_0x59687f(0x288)](a2_0x59687f(0x135))[a2_0x59687f(0x375)](a2_0x59687f(0x2f2),a2_0x59687f(0x13e))[a2_0x59687f(0x195)](a2_0x59687f(0x298),'Skip\x20confirmation\x20prompt')[a2_0x59687f(0x149)](createEngageAction(EngageAlwaysOnCampaignDeleteCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)]('launch\x20<name-or-id>')[a2_0x59687f(0x288)](a2_0x59687f(0x297))['requiredOption'](a2_0x59687f(0x2f2),'Workspace\x20name\x20(required)')[a2_0x59687f(0x149)](createEngageAction(EngageAlwaysOnCampaignLaunchCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)]('pause\x20<name-or-id>')[a2_0x59687f(0x288)](a2_0x59687f(0x37a))[a2_0x59687f(0x375)](a2_0x59687f(0x2f2),a2_0x59687f(0x13e))['action'](createEngageAction(EngageAlwaysOnCampaignPauseCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)]('resume\x20<name-or-id>')[a2_0x59687f(0x288)](a2_0x59687f(0x13d))[a2_0x59687f(0x375)](a2_0x59687f(0x2f2),a2_0x59687f(0x13e))[a2_0x59687f(0x149)](createEngageAction(EngageAlwaysOnCampaignResumeCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2fd))['description'](a2_0x59687f(0x1d7))['requiredOption'](a2_0x59687f(0x2f2),a2_0x59687f(0x13e))[a2_0x59687f(0x195)](a2_0x59687f(0x298),a2_0x59687f(0x2dc))[a2_0x59687f(0x149)](createEngageAction(EngageAlwaysOnCampaignFinishCommand)),alwaysOnCampaignCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x202))['description'](a2_0x59687f(0x3a1))[a2_0x59687f(0x375)]('--workspace\x20<name>',a2_0x59687f(0x13e))['requiredOption'](a2_0x59687f(0x249),a2_0x59687f(0x9f))[a2_0x59687f(0x149)](createEngageAction(EngageAlwaysOnCampaignDuplicateCommand));const templateCmd=engageCmd[a2_0x59687f(0x11a)]('template')['description'](a2_0x59687f(0x2e5));templateCmd['command'](a2_0x59687f(0x2c0))[a2_0x59687f(0x288)](a2_0x59687f(0x1e6))['option']('--workspace\x20<name>',a2_0x59687f(0x2ec))[a2_0x59687f(0x149)](createEngageListAction(EngageTemplatesCommand)),engageCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1b2))['description']('List\x20email\x20templates\x20(alias\x20for\x20\x22template\x20list\x22)')['option'](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x149)](createEngageListAction(EngageTemplatesCommand)),templateCmd[a2_0x59687f(0x11a)]('show\x20<name-or-id>')[a2_0x59687f(0x288)]('Show\x20email\x20template\x20details')[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x195)](a2_0x59687f(0x20d),a2_0x59687f(0x293))[a2_0x59687f(0x149)](createEngageAction(EngageTemplateShowCommand)),templateCmd['command'](a2_0x59687f(0x19b))[a2_0x59687f(0x288)](a2_0x59687f(0xb7))[a2_0x59687f(0x375)](a2_0x59687f(0x249),a2_0x59687f(0x129))[a2_0x59687f(0x375)](a2_0x59687f(0xd7),a2_0x59687f(0x210))[a2_0x59687f(0x195)]('--html\x20<html>',a2_0x59687f(0x1fa))[a2_0x59687f(0x195)]('--html-file\x20<path>',a2_0x59687f(0x233))['option']('--workspace\x20<name>',a2_0x59687f(0x13e))[a2_0x59687f(0x195)](a2_0x59687f(0x220),'Plaintext\x20template\x20content')[a2_0x59687f(0x195)](a2_0x59687f(0x287),a2_0x59687f(0x100),_0x871f52=>{const _0x1fd1a3=a2_0x59687f;if(![_0x1fd1a3(0x1f7),_0x1fd1a3(0x277)]['includes'](_0x871f52))throw new SDKError(ErrorCode[_0x1fd1a3(0x11b)],_0x1fd1a3(0x358)+_0x871f52+_0x1fd1a3(0xb2));return _0x871f52;})[a2_0x59687f(0x149)](createEngageNoArgAction(EngageTemplateCreateCommand)),templateCmd['command']('update\x20<name-or-id>')[a2_0x59687f(0x288)](a2_0x59687f(0x2cb))['option'](a2_0x59687f(0x2f2),'Workspace\x20name')[a2_0x59687f(0x195)](a2_0x59687f(0x249),'New\x20template\x20name')[a2_0x59687f(0x195)](a2_0x59687f(0xd7),a2_0x59687f(0x210))[a2_0x59687f(0x195)](a2_0x59687f(0x365),a2_0x59687f(0x1fa))['option'](a2_0x59687f(0x27e),a2_0x59687f(0x233))[a2_0x59687f(0x195)](a2_0x59687f(0x220),a2_0x59687f(0xd6))[a2_0x59687f(0x149)](createEngageAction(EngageTemplateUpdateCommand)),templateCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c8))[a2_0x59687f(0x288)]('Pull\x20templates\x20to\x20YAML\x20files')['option'](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x195)](a2_0x59687f(0x249),'Pull\x20specific\x20template\x20by\x20name')[a2_0x59687f(0x195)](a2_0x59687f(0xe1),a2_0x59687f(0x2dc))['option'](a2_0x59687f(0x23d),'Show\x20what\x20would\x20be\x20written\x20without\x20writing')[a2_0x59687f(0x149)](createEngageAction(EngageTemplatePullCommand)),templateCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1d9))[a2_0x59687f(0x288)](a2_0x59687f(0x336))[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x195)](a2_0x59687f(0xe1),'Skip\x20confirmation\x20prompt')['option'](a2_0x59687f(0x23d),a2_0x59687f(0x122))[a2_0x59687f(0x149)](createEngageAction(EngageTemplatePushCommand)),templateCmd['command'](a2_0x59687f(0x1a5))[a2_0x59687f(0x288)](a2_0x59687f(0xfd))['option'](a2_0x59687f(0x13b),a2_0x59687f(0x305))[a2_0x59687f(0x149)](createEngageAction(EngageTemplateValidateCommand)),templateCmd[a2_0x59687f(0x11a)]('delete\x20<name-or-id>')[a2_0x59687f(0x288)](a2_0x59687f(0x190))['option'](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x195)](a2_0x59687f(0x298),a2_0x59687f(0x2dc))[a2_0x59687f(0x149)](createEngageAction(EngageTemplateDeleteCommand));const workspaceCmd=engageCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xe3))['description'](a2_0x59687f(0x1dd));workspaceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c0))['description']('List\x20workspaces\x20(optionally\x20filtered\x20by\x20pattern)')[a2_0x59687f(0x149)](createEngageListAction(EngageWorkspacesCommand)),engageCmd['command']('workspaces\x20[pattern]')[a2_0x59687f(0x288)]('List\x20workspaces\x20(alias\x20for\x20\x22workspace\x20list\x22)')[a2_0x59687f(0x149)](createEngageListAction(EngageWorkspacesCommand)),workspaceCmd[a2_0x59687f(0x11a)]('show\x20<name-or-id>')['description'](a2_0x59687f(0x247))[a2_0x59687f(0x195)](a2_0x59687f(0x20d),a2_0x59687f(0x293))[a2_0x59687f(0x149)](createEngageAction(EngageWorkspaceShowCommand)),workspaceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x19b))[a2_0x59687f(0x288)](a2_0x59687f(0x282))[a2_0x59687f(0x375)](a2_0x59687f(0x249),a2_0x59687f(0x2ec))[a2_0x59687f(0x195)](a2_0x59687f(0x301),a2_0x59687f(0x1a2))[a2_0x59687f(0x149)](createEngageNoArgAction(EngageWorkspaceCreateCommand)),workspaceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xb1))['description'](a2_0x59687f(0x368))[a2_0x59687f(0x195)]('--name\x20<name>',a2_0x59687f(0x30c))[a2_0x59687f(0x195)](a2_0x59687f(0x301),a2_0x59687f(0x1a2))[a2_0x59687f(0x149)](createEngageAction(EngageWorkspaceUpdateCommand)),workspaceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x321))[a2_0x59687f(0x288)](a2_0x59687f(0x2e1))[a2_0x59687f(0x195)](a2_0x59687f(0x298),a2_0x59687f(0x2dc))[a2_0x59687f(0x149)](createEngageAction(EngageWorkspaceDeleteCommand)),workspaceCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x275))[a2_0x59687f(0x288)](a2_0x59687f(0x2be))['action'](createEngageAction(EngageWorkspaceUseCommand));const lineSenderAccountCmd=engageCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x120))[a2_0x59687f(0x288)](a2_0x59687f(0x140));lineSenderAccountCmd['command'](a2_0x59687f(0x2c0))[a2_0x59687f(0x288)](a2_0x59687f(0x32b))[a2_0x59687f(0x195)]('--workspace\x20<name>',a2_0x59687f(0x2ec))[a2_0x59687f(0x149)](createEngageListAction(EngageLineSenderAccountsCommand)),lineSenderAccountCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x7f))[a2_0x59687f(0x288)](a2_0x59687f(0x189))[a2_0x59687f(0x195)](a2_0x59687f(0x2f2),a2_0x59687f(0x2ec))[a2_0x59687f(0x149)](createEngageAction(EngageLineSenderAccountShowCommand));const lineImagemapImageCmd=engageCmd[a2_0x59687f(0x11a)]('line-imagemap-image')[a2_0x59687f(0x288)]('LINE\x20imagemap\x20image\x20management');lineImagemapImageCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x99))[a2_0x59687f(0x288)](a2_0x59687f(0x329))[a2_0x59687f(0x149)](createEngageAction(EngageLineImagemapImageUploadCommand));const deliveryCmd=program['command'](a2_0x59687f(0x8d))[a2_0x59687f(0x288)](a2_0x59687f(0x347));deliveryCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2b9))[a2_0x59687f(0x288)]('List\x20email\x20senders')['option'](a2_0x59687f(0x2f2),'Workspace\x20name')[a2_0x59687f(0x149)](createEngageListAction(DeliveryEmailSendersCommand));const connectionCmd=program[a2_0x59687f(0x11a)](a2_0x59687f(0x2c2))[a2_0x59687f(0x288)]('Data\x20connection\x20management\x20(for\x20activations/exports)'),connectionListAction=async _0x548d11=>{const _0x4a1d19=a2_0x59687f,_0x5036d7=new ConnectionListCommand(),_0x3bb6ab=program[_0x4a1d19(0x180)](),_0xb18a2f=await createTDXInstance(_0x3bb6ab),_0x16fc41=await _0x5036d7[_0x4a1d19(0x1cf)]({'options':{..._0x3bb6ab,..._0x548d11},'args':[],'tdx':_0xb18a2f});gracefulExit(_0x16fc41);};connectionCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x349))[a2_0x59687f(0x288)](a2_0x59687f(0x1f1))[a2_0x59687f(0x149)](connectionListAction),program[a2_0x59687f(0x11a)](a2_0x59687f(0x224),{'hidden':!![]})[a2_0x59687f(0x288)]('List\x20all\x20data\x20connections\x20(alias\x20for\x20\x22connection\x20list\x22)')[a2_0x59687f(0x149)](connectionListAction),connectionCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c6))[a2_0x59687f(0x288)]('Show\x20connection\x20details\x20by\x20name')[a2_0x59687f(0x149)](async(_0x2b3fd1,_0x400ec2)=>{const _0x20b36=a2_0x59687f,_0x3fe1c3=new ConnectionShowCommand(),_0x552efa=program['opts'](),_0x29e60c=await createTDXInstance(_0x552efa),_0x43ceec=await _0x3fe1c3[_0x20b36(0x1cf)]({'options':{..._0x552efa,..._0x400ec2},'args':[_0x2b3fd1],'tdx':_0x29e60c});gracefulExit(_0x43ceec);}),connectionCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x36e))[a2_0x59687f(0x288)](a2_0x59687f(0x119))[a2_0x59687f(0x149)](async(_0x2eff59,_0x3894c9)=>{const _0x32c7af=a2_0x59687f,_0x40625c=new ConnectionSchemaCommand(),_0x2b65d0=program[_0x32c7af(0x180)](),_0x3d0f51=await createTDXInstance(_0x2b65d0),_0x598e67=await _0x40625c['run']({'options':{..._0x2b65d0,..._0x3894c9},'args':[_0x2eff59],'tdx':_0x3d0f51});gracefulExit(_0x598e67);}),connectionCmd['command'](a2_0x59687f(0x3ac))['description'](a2_0x59687f(0x237))[a2_0x59687f(0x149)](async _0x54f0a0=>{const _0x2441c1=a2_0x59687f,_0x21d329=new ConnectionTypesCommand(),_0x217915=program[_0x2441c1(0x180)](),_0x2e121c=await createTDXInstance(_0x217915),_0x455e2f=await _0x21d329[_0x2441c1(0x1cf)]({'options':{..._0x217915,..._0x54f0a0},'args':[],'tdx':_0x2e121c});gracefulExit(_0x455e2f);}),connectionCmd['command'](a2_0x59687f(0xd1))[a2_0x59687f(0x288)](a2_0x59687f(0xe9))[a2_0x59687f(0x149)](async(_0x3b149b,_0x5d20ff)=>{const _0x30f2db=a2_0x59687f,_0x470f51=new ConnectionSettingsCommand(),_0x2a8120=program[_0x30f2db(0x180)](),_0x4f142a=await createTDXInstance(_0x2a8120),_0x50f861=await _0x470f51[_0x30f2db(0x1cf)]({'options':{..._0x2a8120,..._0x5d20ff},'args':[_0x3b149b],'tdx':_0x4f142a});gracefulExit(_0x50f861);});const casCmd=program['command'](a2_0x59687f(0x32e))[a2_0x59687f(0x288)]('Composable\x20Audience\x20Studio\x20commands\x20(zero-copy\x20CDP)');function a2_0x5f3e(_0x915374,_0xb9b6f6){_0x915374=_0x915374-0x7f;const _0x428b1e=a2_0x428b();let _0x5f3ef0=_0x428b1e[_0x915374];return _0x5f3ef0;}casCmd['command']('list')[a2_0x59687f(0x288)]('List\x20composable\x20audiences')[a2_0x59687f(0x149)](async _0x17586f=>{const _0x4f3b6c=a2_0x59687f,_0x1be7eb=new CASListCommand(),_0x68fdc8=program['opts'](),_0xbbfff3=await createTDXInstance(_0x68fdc8),_0x152cd9=await _0x1be7eb[_0x4f3b6c(0x1cf)]({'options':{..._0x68fdc8,..._0x17586f},'args':[],'tdx':_0xbbfff3});gracefulExit(_0x152cd9);}),casCmd['command'](a2_0x59687f(0x1b7))['description'](a2_0x59687f(0x37d))[a2_0x59687f(0x149)](async(_0x2bc879,_0x43da7d)=>{const _0x52d487=a2_0x59687f,_0xb84537=new CASDescCommand(),_0x3b8edb=program['opts'](),_0x217a4b=await createTDXInstance(_0x3b8edb),_0x2d3b6a=await _0xb84537[_0x52d487(0x1cf)]({'options':{..._0x3b8edb,..._0x43da7d},'args':_0x2bc879?[_0x2bc879]:[],'tdx':_0x217a4b});gracefulExit(_0x2d3b6a);}),casCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1eb))[a2_0x59687f(0x288)](a2_0x59687f(0xd5))[a2_0x59687f(0x195)]('--dir\x20<dir>',a2_0x59687f(0xd9))[a2_0x59687f(0x195)](a2_0x59687f(0x23d),'Show\x20what\x20would\x20be\x20done\x20without\x20writing\x20files')[a2_0x59687f(0x149)](async(_0x230009,_0x3a50af)=>{const _0x8e7189=a2_0x59687f,_0x222dc9=new CASPullCommand(),_0x176d8d=program[_0x8e7189(0x180)](),_0x51bd4f=await createTDXInstance(_0x176d8d),_0xf2d82d=await _0x222dc9[_0x8e7189(0x1cf)]({'options':{..._0x176d8d,..._0x3a50af},'args':_0x230009?[_0x230009]:[],'tdx':_0x51bd4f});gracefulExit(_0xf2d82d);}),casCmd[a2_0x59687f(0x11a)]('push\x20[target]')[a2_0x59687f(0x288)](a2_0x59687f(0xf6))[a2_0x59687f(0x195)](a2_0x59687f(0x23d),a2_0x59687f(0x1be))['action'](async(_0x51dadf,_0xc4169d)=>{const _0x5bdd58=a2_0x59687f,_0x4c7ee0=new CASPushCommand(),_0x3069d0=program['opts'](),_0x16f360=await createTDXInstance(_0x3069d0),_0x3ba214=await _0x4c7ee0[_0x5bdd58(0x1cf)]({'options':{..._0x3069d0,..._0xc4169d},'args':_0x51dadf?[_0x51dadf]:[],'tdx':_0x16f360});gracefulExit(_0x3ba214);}),casCmd['command'](a2_0x59687f(0x390))[a2_0x59687f(0x288)](a2_0x59687f(0x82))[a2_0x59687f(0x195)](a2_0x59687f(0x167),'Composable\x20audience\x20name')[a2_0x59687f(0x149)](async(_0x79a82,_0x4ce7b6)=>{const _0x4da7a2=a2_0x59687f,_0x2f7db8=new CASPreviewCommand(),_0x1ab4b4=program['opts'](),_0xcd9496=await createTDXInstance(_0x1ab4b4),_0x59426b=await _0x2f7db8[_0x4da7a2(0x1cf)]({'options':{..._0x1ab4b4,..._0x4ce7b6},'args':[_0x79a82,_0x4ce7b6[_0x4da7a2(0xc3)]],'tdx':_0xcd9496});gracefulExit(_0x59426b);});const casSgCmd=casCmd[a2_0x59687f(0x11a)]('sg')[a2_0x59687f(0x288)]('Composable\x20segment\x20commands');casSgCmd['command']('list\x20[audience_name]')[a2_0x59687f(0x288)]('List\x20composable\x20segments\x20for\x20an\x20audience')[a2_0x59687f(0x149)](async(_0xb2a32b,_0x30cde3)=>{const _0x2d0303=a2_0x59687f,_0x46a5e2=new CASSegmentListCommand(),_0x408438=program[_0x2d0303(0x180)](),_0x5e7edc=await createTDXInstance(_0x408438),_0x3a9c0e=await _0x46a5e2['run']({'options':{..._0x408438,..._0x30cde3},'args':_0xb2a32b?[_0xb2a32b]:[],'tdx':_0x5e7edc});gracefulExit(_0x3a9c0e);});const journeyCmd=program['command'](a2_0x59687f(0x148))[a2_0x59687f(0x288)](a2_0x59687f(0x11d)),journeyListAction=async(_0x43fdd2,_0x21da83)=>{const _0x5f443e=a2_0x59687f,_0x1df830=new JourneyListCommand(),_0x22159b=program['opts'](),_0xf51880=await createTDXInstance(_0x22159b),_0x4e8810=await _0x1df830[_0x5f443e(0x1cf)]({'options':{..._0x22159b,..._0x21da83},'args':_0x43fdd2?[_0x43fdd2]:[],'tdx':_0xf51880});gracefulExit(_0x4e8810);};journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c0))[a2_0x59687f(0x288)](a2_0x59687f(0x276))[a2_0x59687f(0x149)](journeyListAction),journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xd8))[a2_0x59687f(0x288)](a2_0x59687f(0x126))[a2_0x59687f(0x195)](a2_0x59687f(0x163),a2_0x59687f(0x32a))[a2_0x59687f(0x195)](a2_0x59687f(0x1d8),a2_0x59687f(0x34b))[a2_0x59687f(0x149)](async(_0x56ba48,_0x3e55db)=>{const _0x13a72b=a2_0x59687f,_0x1f35df=new JourneyViewCommand(),_0x3ac08a=program[_0x13a72b(0x180)](),_0x28ec2d=await createTDXInstance(_0x3ac08a),_0x24eb71=await _0x1f35df[_0x13a72b(0x1cf)]({'options':{..._0x3ac08a,..._0x3e55db},'args':[_0x56ba48],'tdx':_0x28ec2d});gracefulExit(_0x24eb71);}),journeyCmd[a2_0x59687f(0x11a)]('stats\x20<name-or-path>')[a2_0x59687f(0x288)](a2_0x59687f(0x113))[a2_0x59687f(0x195)]('--stage\x20<name>',a2_0x59687f(0x2cd))['option'](a2_0x59687f(0x256),'Start\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)')[a2_0x59687f(0x195)]('--to\x20<date>',a2_0x59687f(0x2b4))[a2_0x59687f(0x195)](a2_0x59687f(0x377),'Include\x20raw\x20history\x20data\x20in\x20output')[a2_0x59687f(0x149)](async(_0x4fd50a,_0x236438)=>{const _0x406cb3=a2_0x59687f,_0x13c0e5=new JourneyStatsCommand(),_0x581b67=program['opts'](),_0x4c30be=await createTDXInstance(_0x581b67),_0x5a41a9=await _0x13c0e5[_0x406cb3(0x1cf)]({'options':{..._0x581b67,..._0x236438},'args':[_0x4fd50a],'tdx':_0x4c30be});gracefulExit(_0x5a41a9);}),journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xfc))[a2_0x59687f(0x288)](a2_0x59687f(0x262))[a2_0x59687f(0x195)](a2_0x59687f(0x83),'Chart\x20type:\x20conversion\x20or\x20activation\x20(default:\x20both)')[a2_0x59687f(0x195)](a2_0x59687f(0x256),a2_0x59687f(0x34a))[a2_0x59687f(0x195)](a2_0x59687f(0xdd),a2_0x59687f(0x2b4))['option'](a2_0x59687f(0x302),a2_0x59687f(0x92),_0x2ec3c1=>{const _0x28de1e=parseInt(_0x2ec3c1,0xa);if(isNaN(_0x28de1e))throw new Error('Invalid\x20--limit\x20value:\x20\x22'+_0x2ec3c1+'\x22.\x20Must\x20be\x20a\x20number.');return _0x28de1e;})[a2_0x59687f(0x149)](async(_0x17606a,_0x4eadf7)=>{const _0x493770=a2_0x59687f,_0x2b19c8=new JourneyTrafficCommand(),_0xccdd13=program['opts'](),_0x53be4d=await createTDXInstance(_0xccdd13),_0x47356c=await _0x2b19c8[_0x493770(0x1cf)]({'options':{..._0xccdd13,..._0x4eadf7},'args':[_0x17606a],'tdx':_0x53be4d});gracefulExit(_0x47356c);}),journeyCmd[a2_0x59687f(0x11a)]('pause\x20<name-or-path>')[a2_0x59687f(0x288)](a2_0x59687f(0x3a2))['action'](async(_0x22d1d1,_0x220c59)=>{const _0x59fe6a=a2_0x59687f,_0x38b9fe=new JourneyPauseCommand(),_0x3d6c12=program[_0x59fe6a(0x180)](),_0x2fc354=await createTDXInstance(_0x3d6c12),_0x4913c8=await _0x38b9fe[_0x59fe6a(0x1cf)]({'options':{..._0x3d6c12,..._0x220c59},'args':[_0x22d1d1],'tdx':_0x2fc354});gracefulExit(_0x4913c8);}),journeyCmd['command']('resume\x20<name-or-path>')[a2_0x59687f(0x288)](a2_0x59687f(0x184))['option'](a2_0x59687f(0x23d),'Show\x20journey\x20details\x20and\x20activation\x20targets\x20without\x20resuming')[a2_0x59687f(0x149)](async(_0x3ac60c,_0x3866cb)=>{const _0x114f0c=a2_0x59687f,_0x42997b=new JourneyResumeCommand(),_0x146ff7=program[_0x114f0c(0x180)](),_0x18d734=await createTDXInstance(_0x146ff7),_0x2a3f2e=await _0x42997b['run']({'options':{..._0x146ff7,..._0x3866cb},'args':[_0x3ac60c],'tdx':_0x18d734});gracefulExit(_0x2a3f2e);}),journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1eb))[a2_0x59687f(0x288)](a2_0x59687f(0xb3))['option'](a2_0x59687f(0x23d),a2_0x59687f(0x388))[a2_0x59687f(0x149)](async(_0x3dac3b,_0x4112c6)=>{const _0x3fe2ed=a2_0x59687f,_0x26dd09=new JourneyPullCommand(),_0xe8f964=program[_0x3fe2ed(0x180)](),_0x4a48dd=await createTDXInstance(_0xe8f964),_0x32743c=await _0x26dd09[_0x3fe2ed(0x1cf)]({'options':{..._0xe8f964,..._0x4112c6},'args':_0x3dac3b?[_0x3dac3b]:[],'tdx':_0x4a48dd});gracefulExit(_0x32743c);}),journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1d9))[a2_0x59687f(0x288)](a2_0x59687f(0xc2))['action'](async(_0x363794,_0x5515f1)=>{const _0x111390=a2_0x59687f,_0xfc25aa=new JourneyPushCommand(),_0x1d3286=program['opts'](),_0x309f65=await createTDXInstance(_0x1d3286),_0x57e805=await _0xfc25aa[_0x111390(0x1cf)]({'options':{..._0x1d3286,..._0x5515f1},'args':_0x363794?[_0x363794]:[],'tdx':_0x309f65});gracefulExit(_0x57e805);}),journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x21a))[a2_0x59687f(0x288)](a2_0x59687f(0x33a))[a2_0x59687f(0x149)](async(_0x124325,_0x4d94f1)=>{const _0x29741b=a2_0x59687f,_0x388e38=new JourneyColumnsCommand(),_0x27e87b=program[_0x29741b(0x180)](),_0x343936=await createTDXInstance(_0x27e87b),_0x369af2=await _0x388e38['run']({'options':{..._0x27e87b,..._0x4d94f1},'args':[_0x124325],'tdx':_0x343936});gracefulExit(_0x369af2);}),journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1d4))[a2_0x59687f(0x288)](a2_0x59687f(0x265))[a2_0x59687f(0x149)](async(_0x555958,_0x5eef65)=>{const _0x2bc93b=new JourneyActivationsCommand(),_0x32f311=program['opts'](),_0x3f293e=await createTDXInstance(_0x32f311),_0xd0a807=await _0x2bc93b['run']({'options':{..._0x32f311,..._0x5eef65},'args':[_0x555958],'tdx':_0x3f293e});gracefulExit(_0xd0a807);}),journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2cc))['description'](a2_0x59687f(0xde))[a2_0x59687f(0x149)](async(_0xc68313,_0x39f6d5)=>{const _0x5a57e4=a2_0x59687f,_0x599437=new JourneyVersionsCommand(),_0x369c27=program['opts'](),_0x14d71a=await createTDXInstance(_0x369c27),_0x52f8fe=await _0x599437[_0x5a57e4(0x1cf)]({'options':{..._0x369c27,..._0x39f6d5},'args':[_0xc68313],'tdx':_0x14d71a});gracefulExit(_0x52f8fe);});const journeyVersionCmd=journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xfe))[a2_0x59687f(0x288)](a2_0x59687f(0x225));journeyVersionCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x20b))[a2_0x59687f(0x288)]('Create\x20a\x20new\x20draft\x20version\x20of\x20a\x20journey')['action'](async(_0xa31c70,_0x57a9d7)=>{const _0x32b99b=a2_0x59687f,_0x31f2f8=new JourneyVersionCreateCommand(),_0x2de019=program[_0x32b99b(0x180)](),_0x459829=await createTDXInstance(_0x2de019),_0x217ba0=await _0x31f2f8[_0x32b99b(0x1cf)]({'options':{..._0x2de019,..._0x57a9d7},'args':[_0xa31c70],'tdx':_0x459829});gracefulExit(_0x217ba0);}),journeyVersionCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xd8))[a2_0x59687f(0x288)](a2_0x59687f(0x25f))[a2_0x59687f(0x375)]('--version\x20<number>','Version\x20number\x20to\x20view')['action'](async(_0x4bf1f0,_0x4730ca)=>{const _0x9e2d1b=a2_0x59687f,_0x2200b4=new JourneyVersionViewCommand(),_0x51d12e=program[_0x9e2d1b(0x180)](),_0x4fb71a=await createTDXInstance(_0x51d12e),_0x36b1fe=await _0x2200b4['run']({'options':{..._0x51d12e,..._0x4730ca},'args':[_0x4bf1f0],'tdx':_0x4fb71a});gracefulExit(_0x36b1fe);}),journeyCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x1a5))[a2_0x59687f(0x288)](a2_0x59687f(0xcc))[a2_0x59687f(0x149)](async(_0x221da6,_0x4287a6)=>{const _0x18ba3b=a2_0x59687f,_0x25f1f5=new JourneyValidateCommand(),_0x388a69=program[_0x18ba3b(0x180)](),_0x3198a8=await createTDXInstance(_0x388a69),_0x4a38af=await _0x25f1f5['run']({'options':{..._0x388a69,..._0x4287a6},'args':_0x221da6?[_0x221da6]:[],'tdx':_0x3198a8});gracefulExit(_0x4a38af);}),program[a2_0x59687f(0x11a)]('journeys\x20[pattern]')[a2_0x59687f(0x288)](a2_0x59687f(0x23e))[a2_0x59687f(0x149)](journeyListAction);const agentSyncCmd=program[a2_0x59687f(0x11a)](a2_0x59687f(0xca))[a2_0x59687f(0x288)](a2_0x59687f(0x130));agentSyncCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x205))[a2_0x59687f(0x288)](a2_0x59687f(0x28a))[a2_0x59687f(0x195)](a2_0x59687f(0x271),'Output\x20directory')['option'](a2_0x59687f(0x144),a2_0x59687f(0x2ca))[a2_0x59687f(0x195)](a2_0x59687f(0x165),a2_0x59687f(0x1cd))[a2_0x59687f(0x149)](async(_0x25688a,_0x2b307b,_0x49cdc7)=>{const _0x3c5a11=a2_0x59687f,_0x294be6=new AgentPullCommand(),_0x3cf795=program['opts'](),_0x485944=await createTDXInstance(_0x3cf795),_0x3f145a=[];if(_0x25688a)_0x3f145a[_0x3c5a11(0x115)](_0x25688a);if(_0x2b307b)_0x3f145a[_0x3c5a11(0x115)](_0x2b307b);const _0x899851=await _0x294be6[_0x3c5a11(0x1cf)]({'options':{..._0x3cf795,..._0x49cdc7},'args':_0x3f145a,'tdx':_0x485944});gracefulExit(_0x899851);}),agentSyncCmd[a2_0x59687f(0x11a)]('push\x20[path]')['description']('Push\x20local\x20agent\x20files\x20to\x20LLM\x20project')[a2_0x59687f(0x195)](a2_0x59687f(0x144),a2_0x59687f(0x2aa))[a2_0x59687f(0x149)](async(_0x3d4b6c,_0x35fb1e)=>{const _0x511479=a2_0x59687f,_0x2e1762=new AgentPushCommand(),_0x180114=program[_0x511479(0x180)](),_0x4ef494=await createTDXInstance(_0x180114),_0x5ceb3f=await _0x2e1762[_0x511479(0x1cf)]({'options':{..._0x180114,..._0x35fb1e},'args':_0x3d4b6c?[_0x3d4b6c]:[],'tdx':_0x4ef494});gracefulExit(_0x5ceb3f);}),agentSyncCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x171))[a2_0x59687f(0x288)](a2_0x59687f(0x260))[a2_0x59687f(0x195)]('-n,\x20--name\x20<name>',a2_0x59687f(0x2d1))[a2_0x59687f(0x149)](async(_0x19412a,_0x6950d7)=>{const _0x376a43=a2_0x59687f,_0x31819a=new AgentCloneCommand(),_0x3cdc87=program['opts'](),_0x25bc2b=await createTDXInstance(_0x3cdc87),_0x24fc61=await _0x31819a[_0x376a43(0x1cf)]({'options':{..._0x3cdc87,..._0x6950d7},'args':_0x19412a?[_0x19412a]:[],'tdx':_0x25bc2b});gracefulExit(_0x24fc61);}),agentSyncCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x231))[a2_0x59687f(0x288)](a2_0x59687f(0x1ae))[a2_0x59687f(0x195)](a2_0x59687f(0x2e6),a2_0x59687f(0x175))['option'](a2_0x59687f(0x29b),a2_0x59687f(0x201))[a2_0x59687f(0x195)]('--dry-run',a2_0x59687f(0x26f))[a2_0x59687f(0x195)]('--no-eval',a2_0x59687f(0x21b))[a2_0x59687f(0x195)](a2_0x59687f(0x37f),'Re-evaluate\x20last\x20test\x20run\x20with\x20updated\x20criteria')[a2_0x59687f(0x149)](async(_0x6839c3,_0x3ba470)=>{const _0x431f0c=a2_0x59687f,_0x4aaa82=new AgentTestCommand(),_0x3972fa=program[_0x431f0c(0x180)](),_0x2f2526=await createTDXInstance(_0x3972fa),_0x5058bc=await _0x4aaa82[_0x431f0c(0x1cf)]({'options':{..._0x3972fa,..._0x3ba470},'args':_0x6839c3?[_0x6839c3]:[],'tdx':_0x2f2526});gracefulExit(_0x5058bc);}),agentSyncCmd['command'](a2_0x59687f(0x2c0))[a2_0x59687f(0x288)](a2_0x59687f(0x15d))[a2_0x59687f(0x149)](llmAgentListAction),agentSyncCmd[a2_0x59687f(0x11a)](a2_0x59687f(0xf0))[a2_0x59687f(0x288)]('Show\x20agent\x20details')[a2_0x59687f(0x149)](async(_0x54456c,_0x36c94d)=>{const _0x202bd1=a2_0x59687f,_0x1c1c66=new LLMAgentShowCommand(),_0x5a4040=program[_0x202bd1(0x180)](),_0x31bfb6=await createTDXInstance(_0x5a4040),_0x4380d3=await _0x1c1c66[_0x202bd1(0x1cf)]({'options':{..._0x5a4040,..._0x36c94d},'args':[_0x54456c],'tdx':_0x31bfb6});gracefulExit(_0x4380d3);}),agentSyncCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x266))[a2_0x59687f(0x288)]('Create\x20a\x20new\x20agent\x20in\x20current\x20project')[a2_0x59687f(0x195)](a2_0x59687f(0x14d),'System\x20prompt/instructions\x20(default:\x20empty)')[a2_0x59687f(0x195)](a2_0x59687f(0x37b),a2_0x59687f(0x181),a2_0x59687f(0x24a))[a2_0x59687f(0x195)](a2_0x59687f(0x309),'Starter\x20message')[a2_0x59687f(0x195)](a2_0x59687f(0x38c),a2_0x59687f(0x228),'4')['option'](a2_0x59687f(0x16f),a2_0x59687f(0x2af),a2_0x59687f(0x2d8))[a2_0x59687f(0x149)](async(_0x25a072,_0x352213)=>{const _0x1d2876=a2_0x59687f,_0x1f0b20=new LLMAgentCreateCommand(),_0x33bb81=program['opts'](),_0x208f9a=await createTDXInstance(_0x33bb81),_0x46527f=await _0x1f0b20[_0x1d2876(0x1cf)]({'options':{..._0x33bb81,..._0x352213},'args':[_0x25a072],'tdx':_0x208f9a});gracefulExit(_0x46527f);}),agentSyncCmd['command'](a2_0x59687f(0xac))[a2_0x59687f(0x288)](a2_0x59687f(0x219))['option']('--name\x20<text>','Agent\x20name')['option'](a2_0x59687f(0x159),a2_0x59687f(0xff))[a2_0x59687f(0x195)](a2_0x59687f(0x367),a2_0x59687f(0x9c))[a2_0x59687f(0x195)](a2_0x59687f(0x309),'Starter\x20message')[a2_0x59687f(0x149)](async(_0x2cb197,_0x49a67d)=>{const _0x26c801=a2_0x59687f,_0x470d56=new LLMAgentUpdateCommand(),_0x5318a2=program['opts'](),_0x497ff6=await createTDXInstance(_0x5318a2),_0x1a68e0=await _0x470d56[_0x26c801(0x1cf)]({'options':{..._0x5318a2,..._0x49a67d},'args':[_0x2cb197],'tdx':_0x497ff6});gracefulExit(_0x1a68e0);}),agentSyncCmd[a2_0x59687f(0x11a)]('delete\x20<agent-name>')['description'](a2_0x59687f(0x344))['action'](async(_0x38fa8e,_0x231ecd)=>{const _0x73269=a2_0x59687f,_0x317874=new LLMAgentDeleteCommand(),_0x131041=program[_0x73269(0x180)](),_0x5d6c1d=await createTDXInstance(_0x131041),_0x5f37f9=await _0x317874[_0x73269(0x1cf)]({'options':{..._0x131041,..._0x231ecd},'args':[_0x38fa8e],'tdx':_0x5d6c1d});gracefulExit(_0x5f37f9);});const workCmd=program[a2_0x59687f(0x11a)]('work')[a2_0x59687f(0x288)]('AI-native\x20work\x20management');workCmd[a2_0x59687f(0x195)]('--days\x20<n>',a2_0x59687f(0x13c))[a2_0x59687f(0x195)](a2_0x59687f(0x22f),a2_0x59687f(0x86))[a2_0x59687f(0x149)](workSummaryAction),workCmd['command']('init\x20[name]')[a2_0x59687f(0x288)]('Initialize\x20a\x20new\x20workspace')[a2_0x59687f(0x195)](a2_0x59687f(0x23c),'Link\x20workspace\x20to\x20a\x20GitHub\x20repository')[a2_0x59687f(0x149)](workInitAction),workCmd[a2_0x59687f(0x11a)]('new\x20<title>')[a2_0x59687f(0x288)]('Create\x20a\x20new\x20document')['option'](a2_0x59687f(0x384),'Document\x20kind\x20(item,\x20goal,\x20guide,\x20note,\x20reference)',a2_0x59687f(0x22b))[a2_0x59687f(0x195)](a2_0x59687f(0x29b),a2_0x59687f(0xa2))['option'](a2_0x59687f(0x114),a2_0x59687f(0x380))[a2_0x59687f(0x195)](a2_0x59687f(0x23a),a2_0x59687f(0x141))[a2_0x59687f(0x195)]('--template\x20<name>',a2_0x59687f(0x361))[a2_0x59687f(0x195)](a2_0x59687f(0x213),'Initial\x20status')[a2_0x59687f(0x195)](a2_0x59687f(0xc4),a2_0x59687f(0x286))[a2_0x59687f(0x149)](workNewAction),workCmd['command'](a2_0x59687f(0x196))[a2_0x59687f(0x288)](a2_0x59687f(0x193))['action'](workMoveAction),workCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x268))[a2_0x59687f(0x288)](a2_0x59687f(0x2ea))['option'](a2_0x59687f(0x108),a2_0x59687f(0x13c))[a2_0x59687f(0x195)]('--all','Include\x20all\x20items\x20(no\x20stale\x20filtering)')[a2_0x59687f(0x149)](workBoardAction),workCmd[a2_0x59687f(0x11a)](a2_0x59687f(0x2c6))[a2_0x59687f(0x288)]('Show\x20document\x20details')[a2_0x59687f(0x149)](workShowAction),workCmd[a2_0x59687f(0x11a)]('links\x20<name>')[a2_0x59687f(0x288)](a2_0x59687f(0x26a))['action'](workLinksAction),workCmd['command'](a2_0x59687f(0x133))['description'](a2_0x59687f(0x81))[a2_0x59687f(0x149)](workOpenAction),program['command'](a2_0x59687f(0x215),{'hidden':!![]})['action'](()=>{const _0x1fd8d8=a2_0x59687f;function _0x277144(_0x15504a,_0x5ce051){const _0x35587b=a2_0x5f3e,_0x1491d2=[];for(const _0x19bfe9 of _0x15504a[_0x35587b(0x29f)]){if(_0x19bfe9[_0x35587b(0x25e)])continue;const _0x1b362d=_0x5ce051?_0x5ce051+'\x20'+_0x19bfe9[_0x35587b(0x341)]():_0x19bfe9[_0x35587b(0x341)](),_0x5db09c=_0x1b362d[_0x35587b(0xc9)]('\x20')[0x0],_0x33fab5=COMMAND_CATEGORIES[_0x35587b(0x209)](_0x525531=>_0x525531[_0x35587b(0x29f)]['includes'](_0x5db09c)),_0x3645dd=_0x33fab5?.[_0x35587b(0x341)]??'';if(_0x19bfe9['commands'][_0x35587b(0x131)]>0x0)_0x1491d2['push'](..._0x277144(_0x19bfe9,_0x1b362d));else{const _0x4498db=(_0x19bfe9[_0x35587b(0x87)]||[])['map'](_0x1a4101=>{const _0x10fb6e=_0x35587b,_0x322c5b=_0x1a4101[_0x10fb6e(0x170)]?_0x1a4101[_0x10fb6e(0x341)]()+_0x10fb6e(0x22a):_0x1a4101['name']();return _0x1a4101[_0x10fb6e(0x273)]?'<'+_0x322c5b+'>':'['+_0x322c5b+']';})[_0x35587b(0x12a)]('\x20'),_0xc7683=_0x19bfe9[_0x35587b(0x254)]['filter'](_0x530836=>!_0x530836['hidden']&&_0x530836['long']!=='--help')[_0x35587b(0x391)](_0x3db7aa=>({'flags':_0x3db7aa[_0x35587b(0x18b)],'description':_0x3db7aa[_0x35587b(0x288)]}));_0x1491d2[_0x35587b(0x115)]({'name':_0x1b362d,'description':_0x19bfe9[_0x35587b(0x288)](),'group':_0x3645dd,'usage':_0x4498db,'options':_0xc7683});}}return _0x1491d2;}console[_0x1fd8d8(0x1b0)](JSON[_0x1fd8d8(0x1c1)](_0x277144(program,''))),gracefulExit(0x0);});export{program};export function runCLI(){const _0x54537a=a2_0x59687f,_0x142527=!process[_0x54537a(0x1e8)][_0x54537a(0x38a)](0x2)[_0x54537a(0x131)];showBriefHelp=_0x142527,program['parse'](process[_0x54537a(0x1e8)]);_0x142527&&program[_0x54537a(0x12e)]();const _0x3e40a8=process[_0x54537a(0x1e8)][0x2]===_0x54537a(0x37e);if(process[_0x54537a(0x203)][_0x54537a(0x15a)]&&process[_0x54537a(0x1e8)]['length']>0x2&&!isDevVersion()&&!_0x3e40a8){const _0x3c12a2=loadReleaseChannel();checkForUpdate(currentVersion,_0x3c12a2)[_0x54537a(0x385)](_0x1c8277=>{_0x1c8277&&displayUpdateNotification(_0x1c8277);})[_0x54537a(0x33c)](()=>{});}}
|