@treasuredata/tdx 2026.3.51 → 2026.3.52
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.js +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.js +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.js +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/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.js +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.js +1 -1
- package/dist/sdk/workflow/pull-workflow.js +1 -1
- package/dist/sdk/workflow/push-workflow.js +1 -1
- package/dist/sdk/workflow/tdx-config.js +1 -1
- package/dist/sdk/workflow/workflow-utils.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_0x23a6af=a2_0x3174;(function(_0x207a7b,_0x114d9f){const _0x1153c1=a2_0x3174,_0x44e073=_0x207a7b();while(!![]){try{const _0x249ff2=parseInt(_0x1153c1(0x18d))/0x1+-parseInt(_0x1153c1(0x18e))/0x2+-parseInt(_0x1153c1(0x122))/0x3*(-parseInt(_0x1153c1(0xa3))/0x4)+parseInt(_0x1153c1(0x27d))/0x5+-parseInt(_0x1153c1(0xfa))/0x6*(-parseInt(_0x1153c1(0x1dd))/0x7)+-parseInt(_0x1153c1(0x133))/0x8*(-parseInt(_0x1153c1(0xa1))/0x9)+-parseInt(_0x1153c1(0x21c))/0xa;if(_0x249ff2===_0x114d9f)break;else _0x44e073['push'](_0x44e073['shift']());}catch(_0x1be738){_0x44e073['push'](_0x44e073['shift']());}}}(a2_0x7fa4,0xde764));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}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}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_0x23a6af(0x1ea)]['includes'](a2_0x23a6af(0x2ce))){let versionOutput=a2_0x23a6af(0xe9)+currentVersion;buildInfo['gitRevision']&&!currentVersion[a2_0x23a6af(0x314)](buildInfo['gitRevision'])&&(versionOutput+='\x20('+buildInfo[a2_0x23a6af(0x352)]+')'),buildInfo[a2_0x23a6af(0x13b)]&&(versionOutput+=a2_0x23a6af(0x18c)+buildInfo[a2_0x23a6af(0x13b)]),console[a2_0x23a6af(0x344)](versionOutput),process[a2_0x23a6af(0x2a3)](0x0);}const program=new Command();export function mergeCommandOptions(_0x49f6d5,_0x296a6d){const _0x2f0017=a2_0x23a6af,_0x587f04={..._0x49f6d5};for(const [_0x25f620,_0x5032fe]of Object[_0x2f0017(0x32f)](_0x296a6d)){_0x5032fe!==undefined&&(_0x587f04[_0x25f620]=_0x5032fe);}return _0x587f04;}function a2_0x3174(_0x34de01,_0x489721){_0x34de01=_0x34de01-0x6f;const _0x7fa4cf=a2_0x7fa4();let _0x31747e=_0x7fa4cf[_0x34de01];return _0x31747e;}let showBriefHelp=![],description=a2_0x23a6af(0xc5);buildInfo[a2_0x23a6af(0x352)]&&!currentVersion['includes'](buildInfo[a2_0x23a6af(0x352)])?description+=',\x20version\x20'+currentVersion+'\x20('+buildInfo[a2_0x23a6af(0x352)]+')':description+=',\x20version\x20'+currentVersion;program['name']('tdx')['description'](description),program['option'](a2_0x23a6af(0x13d),'Change\x20to\x20directory\x20before\x20executing\x20command')[a2_0x23a6af(0x147)](a2_0x23a6af(0x284),'Profile\x20to\x20use\x20(overrides\x20active\x20profile)')['option'](a2_0x23a6af(0x355),'TD\x20site/region\x20(us01,\x20ap01,\x20eu01,\x20ap02;\x20aliases:\x20us,\x20jp,\x20aws)',a2_0x23a6af(0x7f))[a2_0x23a6af(0x147)]('--format\x20<format>',a2_0x23a6af(0x2b1))[a2_0x23a6af(0x147)]('--table','Output\x20in\x20table\x20format\x20(horizontal\x20layout,\x20shorthand\x20for\x20--format\x20table)')[a2_0x23a6af(0x147)]('--json',a2_0x23a6af(0x263))['option']('--jsonl','Output\x20in\x20JSON\x20Lines\x20format\x20(shorthand\x20for\x20--format\x20jsonl)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x33d),a2_0x23a6af(0x2b4))[a2_0x23a6af(0x147)](a2_0x23a6af(0x103),'Save\x20output\x20to\x20file')['option'](a2_0x23a6af(0x381),a2_0x23a6af(0x78))[a2_0x23a6af(0x147)](a2_0x23a6af(0x313),a2_0x23a6af(0x323),![])[a2_0x23a6af(0x147)](a2_0x23a6af(0x11a),a2_0x23a6af(0x1b8),![])[a2_0x23a6af(0x147)](a2_0x23a6af(0x33e),a2_0x23a6af(0x289),![])[a2_0x23a6af(0x147)]('--debug',a2_0x23a6af(0x2c3))['option'](a2_0x23a6af(0x14b),a2_0x23a6af(0x327))[a2_0x23a6af(0x147)](a2_0x23a6af(0x32c),a2_0x23a6af(0x8b),'30')[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),a2_0x23a6af(0x16f),![])['option'](a2_0x23a6af(0x225),a2_0x23a6af(0x36b),![])[a2_0x23a6af(0x147)](a2_0x23a6af(0x36f),'Session\x20ID\x20to\x20use\x20(defaults\x20to\x20TDX_SESSION\x20env\x20var\x20or\x20parent\x20PID)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x371),a2_0x23a6af(0x307))[a2_0x23a6af(0x147)](a2_0x23a6af(0x172),'LLM\x20project\x20to\x20use\x20(overrides\x20context)'),program[a2_0x23a6af(0x360)]({'formatHelp':(_0x16c870,_0x2d1092)=>{const _0x136b8d=a2_0x23a6af,_0x3e49a2=_0x2d1092[_0x136b8d(0x9a)](_0x16c870,_0x2d1092),_0x469f3e=0x2,_0x5cf329=0x2;function _0x251685(_0x5de46f){const _0x41cb47=_0x136b8d,_0x567b82=_0x5de46f;return!!(_0x567b82['_hidden']||_0x567b82[_0x41cb47(0x1e1)]);}function _0x1f4a84(_0x2974fd,_0x182ca2){if(_0x182ca2){const _0xda126d=''+_0x2974fd['padEnd'](_0x3e49a2+_0x5cf329)+_0x182ca2;return _0xda126d;}return _0x2974fd;}function _0x5a12c1(_0x2a849b){const _0x53633f=_0x136b8d;return _0x2a849b[_0x53633f(0x14a)]('\x0a')[_0x53633f(0x1e2)](/^/gm,'\x20'['repeat'](_0x469f3e));}const _0x1fcde9=[];_0x1fcde9[_0x136b8d(0x10c)](_0x136b8d(0x32b)+_0x2d1092[_0x136b8d(0x361)](_0x16c870));const _0x148880=_0x2d1092['commandDescription'](_0x16c870);_0x148880&&(_0x1fcde9[_0x136b8d(0x10c)](''),_0x1fcde9[_0x136b8d(0x10c)](_0x148880));const _0x4a33d0=_0x16c870[_0x136b8d(0x99)]['filter'](_0x5d0717=>!_0x251685(_0x5d0717));if(_0x4a33d0[_0x136b8d(0xf5)]>0x0){if(_0x16c870['name']()===_0x136b8d(0x92)){const _0x6ee2af=_0x16c870[_0x136b8d(0x256)](),_0x511bab=!_0x6ee2af[_0x136b8d(0xe6)]&&process[_0x136b8d(0x16c)][_0x136b8d(0x30b)],_0x21c6e2=COMMAND_CATEGORIES,_0x255ba0=(_0x1845cd,_0x1bc9a0)=>_0x511bab?_0x1bc9a0(_0x1845cd):_0x1845cd,_0x3fe368=new Map();_0x4a33d0[_0x136b8d(0x267)](_0x310bb3=>{const _0x21e034=_0x136b8d;_0x3fe368[_0x21e034(0x266)](_0x310bb3[_0x21e034(0x16a)](),_0x310bb3);}),_0x21c6e2['forEach'](_0x51c524=>{const _0x2624b7=_0x136b8d,_0x2e2d5d=_0x51c524[_0x2624b7(0x99)][_0x2624b7(0x37a)](_0x37fae2=>_0x3fe368[_0x2624b7(0x1ba)](_0x37fae2)??[]);if(_0x2e2d5d['length']>0x0){_0x1fcde9[_0x2624b7(0x10c)](''),_0x1fcde9['push'](_0x255ba0(_0x51c524[_0x2624b7(0x16a)]+':',_0x51c524[_0x2624b7(0x20e)]));const _0x4b8b6c=_0x2e2d5d[_0x2624b7(0x13e)](_0x1064fa=>{const _0x8d969c=_0x2624b7,_0x1c99f3=_0x2d1092[_0x8d969c(0x22e)](_0x1064fa),_0x110261=_0x2d1092[_0x8d969c(0xe5)](_0x1064fa);return _0x1f4a84(_0x1c99f3,_0x110261);});_0x1fcde9[_0x2624b7(0x10c)](_0x5a12c1(_0x4b8b6c));}}),_0x1fcde9[_0x136b8d(0x10c)](''),_0x1fcde9[_0x136b8d(0x10c)](_0x136b8d(0x249));}else{const _0x4277f8=_0x4a33d0[_0x136b8d(0x13e)](_0x32e226=>{const _0x414434=_0x136b8d,_0x3019a1=_0x2d1092[_0x414434(0x22e)](_0x32e226),_0x39ba75=_0x2d1092[_0x414434(0xe5)](_0x32e226);return _0x1f4a84(_0x3019a1,_0x39ba75);});_0x1fcde9[_0x136b8d(0x10c)](''),_0x1fcde9[_0x136b8d(0x10c)]('Commands:'),_0x1fcde9[_0x136b8d(0x10c)](_0x5a12c1(_0x4277f8));}}if(showBriefHelp&&_0x16c870[_0x136b8d(0x16a)]()==='tdx')_0x1fcde9['push'](''),_0x1fcde9[_0x136b8d(0x10c)]('Use\x20--help\x20to\x20see\x20all\x20options,\x20--version\x20to\x20show\x20version');else{const _0x56f32b=_0x16c870[_0x136b8d(0x287)][_0x136b8d(0x159)](_0x13c59a=>!_0x251685(_0x13c59a));if(_0x56f32b[_0x136b8d(0xf5)]>0x0){const _0xc70fa8=_0x56f32b[_0x136b8d(0x13e)](_0x3ecb33=>{const _0x59c2ec=_0x136b8d,_0x2d0137=_0x2d1092['optionTerm'](_0x3ecb33),_0x343072=_0x2d1092[_0x59c2ec(0x231)](_0x3ecb33);return _0x1f4a84(_0x2d0137,_0x343072);});_0x1fcde9[_0x136b8d(0x10c)](''),_0x1fcde9[_0x136b8d(0x10c)]('Options:'),_0x1fcde9[_0x136b8d(0x10c)](_0x5a12c1(_0xc70fa8));}}const _0x277a2c=(_0x16c870[_0x136b8d(0x201)]||[])['filter'](_0x499e70=>!_0x251685(_0x499e70));if(_0x277a2c['length']>0x0){const _0x53e505=_0x277a2c[_0x136b8d(0x13e)](_0x2cb70e=>{const _0x57ad92=_0x136b8d,_0x46efbb=_0x2d1092[_0x57ad92(0x10d)](_0x2cb70e),_0x52b747=_0x2d1092['argumentDescription'](_0x2cb70e);return _0x1f4a84(_0x46efbb,_0x52b747);});_0x1fcde9[_0x136b8d(0x10c)](''),_0x1fcde9[_0x136b8d(0x10c)](_0x136b8d(0xe4)),_0x1fcde9[_0x136b8d(0x10c)](_0x5a12c1(_0x53e505));}return _0x1fcde9['join']('\x0a')+'\x0a';},'subcommandTerm':_0x31a7d8=>{const _0x2aa233=a2_0x23a6af,_0x256869=(_0x31a7d8[_0x2aa233(0x201)]||[])['map'](_0x35710d=>_0x35710d[_0x2aa233(0x210)]?'<'+_0x35710d[_0x2aa233(0x16a)]()+'>':'['+_0x35710d[_0x2aa233(0x16a)]()+']')['join']('\x20'),_0x350f5c=_0x31a7d8['aliases'](),_0x1ba1a2=_0x350f5c[_0x2aa233(0xf5)]>0x0?_0x31a7d8['name']()+',\x20'+_0x350f5c[_0x2aa233(0x14a)](',\x20'):_0x31a7d8[_0x2aa233(0x16a)]();return _0x256869?_0x1ba1a2+'\x20'+_0x256869:_0x1ba1a2;}}),program['hook'](a2_0x23a6af(0x1c4),_0x5812f0=>{const _0x3eec03=a2_0x23a6af,_0x5b971f=_0x5812f0[_0x3eec03(0x256)]();if(_0x5b971f[_0x3eec03(0x2ef)]){const _0x13ff71=resolve(_0x5b971f['directory']),_0x55e2c2=_0x13ff71!==_0x5b971f[_0x3eec03(0x2ef)]?'\x20(resolved\x20to\x20'+_0x13ff71+')':'';if(!existsSync(_0x13ff71))throw new SDKError(ErrorCode[_0x3eec03(0x2d1)],'Directory\x20does\x20not\x20exist:\x20'+_0x5b971f[_0x3eec03(0x2ef)]+_0x55e2c2,undefined,{'helpText':'Provide\x20a\x20valid\x20directory\x20path\x20with\x20-C\x20option.'});const _0x1f62c9=statSync(_0x13ff71);if(!_0x1f62c9['isDirectory']())throw new SDKError(ErrorCode[_0x3eec03(0x2d1)],_0x3eec03(0x213)+_0x5b971f[_0x3eec03(0x2ef)]+_0x55e2c2,undefined,{'helpText':'The\x20-C\x20option\x20requires\x20a\x20directory\x20path,\x20not\x20a\x20file.'});process['chdir'](_0x13ff71);}if(!_0x5b971f[_0x3eec03(0xdd)]){if(_0x5b971f['table'])_0x5b971f['format']=_0x3eec03(0xde);else{if(_0x5b971f[_0x3eec03(0x21b)])_0x5b971f[_0x3eec03(0xdd)]=_0x3eec03(0x21b);else{if(_0x5b971f[_0x3eec03(0x151)])_0x5b971f['format']=_0x3eec03(0x151);else _0x5b971f[_0x3eec03(0x2db)]&&(_0x5b971f[_0x3eec03(0xdd)]=_0x3eec03(0x2db));}}}if(_0x5b971f['trace'])_0x5b971f[_0x3eec03(0x13c)]=LogLevel[_0x3eec03(0x295)];else{if(_0x5b971f[_0x3eec03(0x120)])_0x5b971f['logLevel']=LogLevel[_0x3eec03(0x279)];else _0x5b971f['logLevel']===undefined&&(_0x5b971f[_0x3eec03(0x13c)]=LogLevel['INFO']);}});async function createTDXInstance(_0x4a5813){const _0x4e2899=a2_0x23a6af,_0x118e0c=await GlobalContext['createAsync'](_0x4a5813);_0x118e0c[_0x4e2899(0x24b)](_0x4a5813);const _0x55af04=Number(_0x4a5813[_0x4e2899(0x245)]),_0x535267=!isNaN(_0x55af04)&&_0x55af04>0x0?_0x55af04*0x3e8:undefined;return TDX[_0x4e2899(0x1d1)]({'site':_0x118e0c[_0x4e2899(0x253)],'apiKey':_0x118e0c[_0x4e2899(0x9f)],'accessToken':_0x118e0c[_0x4e2899(0x2f7)],'logLevel':_0x118e0c[_0x4e2899(0x13c)],'profile':_0x118e0c['profile'],'timeout':_0x535267});}const databaseCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0x24f))['alias']('db')[a2_0x23a6af(0x336)]('Database\x20management\x20commands'),databaseListAction=async(_0x5f3cad,_0x325c0c)=>{const _0x10a62a=a2_0x23a6af,_0x279758=new DatabasesCommand(),_0x3dee1d=program[_0x10a62a(0x256)](),_0x449f63=await createTDXInstance(_0x3dee1d),_0x3348d3=await _0x279758[_0x10a62a(0x2d3)]({'options':{..._0x3dee1d,..._0x325c0c},'args':_0x5f3cad?[_0x5f3cad]:[],'tdx':_0x449f63});gracefulExit(_0x3348d3);};databaseCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)]('List\x20all\x20databases\x20(optionally\x20filtered\x20by\x20glob\x20pattern)')[a2_0x23a6af(0x101)](databaseListAction),program[a2_0x23a6af(0x111)](a2_0x23a6af(0x11f),{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0x2bb))[a2_0x23a6af(0x101)](databaseListAction),program[a2_0x23a6af(0x111)]('chat\x20[message...]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x1a6))[a2_0x23a6af(0x147)](a2_0x23a6af(0xb5),a2_0x23a6af(0x31d))['option'](a2_0x23a6af(0x1aa),'Start\x20a\x20new\x20chat\x20session')[a2_0x23a6af(0x147)](a2_0x23a6af(0x154),'Continue\x20a\x20specific\x20chat\x20session\x20by\x20ID')[a2_0x23a6af(0x147)](a2_0x23a6af(0x77),'Output\x20events\x20as\x20JSONL\x20stream\x20(one\x20JSON\x20object\x20per\x20line)')[a2_0x23a6af(0x101)](async(_0x287aa3,_0x5825e4)=>{const _0x6084a2=a2_0x23a6af,_0x5a8f61=program[_0x6084a2(0x256)](),_0x2cce9e=await createTDXInstance(_0x5a8f61);if(_0x287aa3[0x0]===_0x6084a2(0x1d1)){const _0x4ed332=new ChatCreateCommand();gracefulExit(await _0x4ed332[_0x6084a2(0x2d3)]({'options':{..._0x5a8f61,..._0x5825e4},'args':_0x287aa3[_0x6084a2(0x31b)](0x1),'tdx':_0x2cce9e}));return;}const _0x2e76d1=new ChatCommand(),_0x1855a4=await _0x2e76d1['run']({'options':{..._0x5a8f61,..._0x5825e4},'args':_0x287aa3,'tdx':_0x2cce9e});gracefulExit(_0x1855a4);});const apiCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0xff))[a2_0x23a6af(0x161)](a2_0x23a6af(0x100))['addHelpText'](a2_0x23a6af(0xa0),a2_0x23a6af(0x16d))['option']('-X,\x20--method\x20<method>',a2_0x23a6af(0x30f),'GET')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1a9),'Request\x20body\x20as\x20JSON\x20string')['option'](a2_0x23a6af(0x31f),a2_0x23a6af(0x19f))['option'](a2_0x23a6af(0x164),a2_0x23a6af(0x35f),(_0x1e2c7d,_0x5bc5cc)=>{return _0x5bc5cc?[..._0x5bc5cc,_0x1e2c7d]:[_0x1e2c7d];})[a2_0x23a6af(0x147)](a2_0x23a6af(0x171),a2_0x23a6af(0x37f),'td')[a2_0x23a6af(0x101)](async(_0x215301,_0x510930)=>{if(!_0x215301){apiCmd['help']();return;}const _0x413516=new ApiCommand(),_0x219f5c=program['opts'](),_0x1d1a9d=await createTDXInstance(_0x219f5c),_0x3c8394=await _0x413516['run']({'options':{..._0x219f5c,..._0x510930},'args':[_0x215301],'tdx':_0x1d1a9d});gracefulExit(_0x3c8394);});program[a2_0x23a6af(0x111)](a2_0x23a6af(0x135))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2ae))[a2_0x23a6af(0x132)](a2_0x23a6af(0xa0),'\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_0x23a6af(0x101)](async _0x579eaf=>{const _0x3ac7df=a2_0x23a6af,_0x37585a=new MCPCommand(),_0x17127e=program[_0x3ac7df(0x256)](),_0x19e337=await createTDXInstance(_0x17127e),_0x42f21a=await _0x37585a['run']({'options':{..._0x17127e,..._0x579eaf},'args':[],'tdx':_0x19e337});gracefulExit(_0x42f21a);});const tableCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0xde))[a2_0x23a6af(0x336)]('Table\x20management\x20commands'),tableListAction=async(_0x306e8c,_0x51cb4d)=>{const _0x2f8ae4=a2_0x23a6af,_0x3e5d07=new TablesCommand(),_0x3374a2=program['opts'](),_0x354fe3=await createTDXInstance(_0x3374a2);_0x51cb4d['in']&&(_0x51cb4d[_0x2f8ae4(0x24f)]=_0x51cb4d['in']);const _0x255640=await _0x3e5d07[_0x2f8ae4(0x2d3)]({'options':{..._0x3374a2,..._0x51cb4d},'args':_0x306e8c?[_0x306e8c]:[],'tdx':_0x354fe3});gracefulExit(_0x255640);};tableCmd[a2_0x23a6af(0x111)]('list\x20[pattern]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x2a8))['option'](a2_0x23a6af(0x207),a2_0x23a6af(0x349))[a2_0x23a6af(0x147)](a2_0x23a6af(0xd8),a2_0x23a6af(0x193))[a2_0x23a6af(0x101)](tableListAction),program['command'](a2_0x23a6af(0x97),{'hidden':!![]})['description'](a2_0x23a6af(0xcd))[a2_0x23a6af(0x147)](a2_0x23a6af(0x207),'Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20pattern)')[a2_0x23a6af(0x147)](a2_0x23a6af(0xd8),a2_0x23a6af(0x193))[a2_0x23a6af(0x101)](tableListAction),program['command'](a2_0x23a6af(0x12a))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2c4))[a2_0x23a6af(0x147)](a2_0x23a6af(0x207),a2_0x23a6af(0xdc))['option']('--in\x20<database>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x23a6af(0x101)](async(_0x44dc55,_0x7a3ac6)=>{const _0x42ecc0=a2_0x23a6af,_0x4b6a54=new ShowCommand(),_0x44c327=program[_0x42ecc0(0x256)](),_0x120571=await createTDXInstance(_0x44c327);_0x7a3ac6['in']&&(_0x7a3ac6[_0x42ecc0(0x24f)]=_0x7a3ac6['in']);const _0x414a48=await _0x4b6a54[_0x42ecc0(0x2d3)]({'options':{..._0x44c327,..._0x7a3ac6},'args':_0x44dc55?[_0x44dc55]:[],'tdx':_0x120571});gracefulExit(_0x414a48);}),program[a2_0x23a6af(0x111)]('describe\x20[table]')[a2_0x23a6af(0x340)]('desc')[a2_0x23a6af(0x336)](a2_0x23a6af(0x258))['option'](a2_0x23a6af(0x207),'Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20table\x20pattern)')['option'](a2_0x23a6af(0xd8),a2_0x23a6af(0x193))[a2_0x23a6af(0x101)](async(_0x4974dd,_0x3352cd)=>{const _0x26453e=a2_0x23a6af,_0x21d784=new DescribeCommand(),_0x17622a=program[_0x26453e(0x256)](),_0x4e62f9=await createTDXInstance(_0x17622a);_0x3352cd['in']&&(_0x3352cd['database']=_0x3352cd['in']);const _0x1e869d=await _0x21d784[_0x26453e(0x2d3)]({'options':{..._0x17622a,..._0x3352cd},'args':_0x4974dd?[_0x4974dd]:[],'tdx':_0x4e62f9});gracefulExit(_0x1e869d);}),program['command']('query\x20[sql]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x34d))[a2_0x23a6af(0x147)](a2_0x23a6af(0x207),'Database\x20to\x20query\x20(default:\x20information_schema)')[a2_0x23a6af(0x147)](a2_0x23a6af(0xd8),a2_0x23a6af(0x193))[a2_0x23a6af(0x147)]('--catalog\x20<catalog>',a2_0x23a6af(0x1c8))[a2_0x23a6af(0x147)]('-f,\x20--file\x20<path>',a2_0x23a6af(0x13a))[a2_0x23a6af(0x147)](a2_0x23a6af(0x148),a2_0x23a6af(0xea))[a2_0x23a6af(0x101)](async(_0x5218ea,_0x3ba7bc)=>{const _0x364c01=a2_0x23a6af,_0x23838f=new QueryCommand(),_0x2e4e92=program[_0x364c01(0x256)](),_0x25b13e=await createTDXInstance(_0x2e4e92);_0x3ba7bc['in']&&(_0x3ba7bc['database']=_0x3ba7bc['in']);const _0x463aee=await _0x23838f[_0x364c01(0x2d3)]({'options':mergeCommandOptions(_0x2e4e92,_0x3ba7bc),'args':_0x5218ea?[_0x5218ea]:[],'tdx':_0x25b13e});gracefulExit(_0x463aee);});const segmentCmd=program[a2_0x23a6af(0x111)]('segment')[a2_0x23a6af(0x340)]('sg')[a2_0x23a6af(0x336)](a2_0x23a6af(0x376)),segmentListAction=async(_0x16a636,_0x786e7f)=>{const _0x172d5e=a2_0x23a6af,_0xa33584=new SegmentsCommand(),_0x46905d=program[_0x172d5e(0x256)](),_0x4cd0bc=await createTDXInstance(_0x46905d),_0x290452=await _0xa33584['run']({'options':{..._0x46905d,..._0x786e7f},'args':_0x16a636?[_0x16a636]:[],'tdx':_0x4cd0bc});gracefulExit(_0x290452);};segmentCmd['command'](a2_0x23a6af(0x37e))[a2_0x23a6af(0x336)](a2_0x23a6af(0x14f))[a2_0x23a6af(0x147)]('-r,\x20--recursive',a2_0x23a6af(0x2c8))['option'](a2_0x23a6af(0x1ff),a2_0x23a6af(0x7a),'10')[a2_0x23a6af(0x101)](segmentListAction),program[a2_0x23a6af(0x111)](a2_0x23a6af(0x237),{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0xe7))['option'](a2_0x23a6af(0x134),a2_0x23a6af(0x2c8))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1ff),a2_0x23a6af(0x7a),'10')[a2_0x23a6af(0x101)](segmentListAction),segmentCmd['command']('use\x20<path>',{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0x363))[a2_0x23a6af(0x101)](async(_0x83b6b7,_0x574dbe)=>{const _0x16e881=a2_0x23a6af,_0x2ae317=new SegmentUseCommand(),_0x7f5778=program[_0x16e881(0x256)](),_0xbe0dc2=await createTDXInstance(_0x7f5778),_0x14d38b=await _0x2ae317[_0x16e881(0x2d3)]({'options':{..._0x7f5778,..._0x574dbe},'args':[_0x83b6b7],'tdx':_0xbe0dc2});gracefulExit(_0x14d38b);});const segmentViewAction=async(_0x19b7ef,_0x3d0667)=>{const _0xd2c2c0=a2_0x23a6af,_0x2edf81=new SegmentViewCommand(),_0x4ab04c=program[_0xd2c2c0(0x256)](),_0x2e8154=await createTDXInstance(_0x4ab04c),_0x562610=await _0x2edf81[_0xd2c2c0(0x2d3)]({'options':{..._0x4ab04c,..._0x3d0667},'args':_0x19b7ef?[_0x19b7ef]:[],'tdx':_0x2e8154});gracefulExit(_0x562610);};segmentCmd[a2_0x23a6af(0x111)]('view\x20[segment_name]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x242))[a2_0x23a6af(0x147)]('-w,\x20--web',a2_0x23a6af(0x2e0))[a2_0x23a6af(0x101)](segmentViewAction),segmentCmd[a2_0x23a6af(0x111)]('info\x20[segment_name]',{'hidden':!![]})['alias'](a2_0x23a6af(0x2c0))['option'](a2_0x23a6af(0x2c6),a2_0x23a6af(0x2e0))[a2_0x23a6af(0x336)]('Show\x20segment\x20details\x20(alias\x20for\x20view)')[a2_0x23a6af(0x101)](segmentViewAction),segmentCmd['command'](a2_0x23a6af(0x12f))['description'](a2_0x23a6af(0x319))[a2_0x23a6af(0x101)](async(_0x1f3854,_0x1cbc88)=>{const _0x5eb55e=a2_0x23a6af,_0x4aa941=new SegmentDescCommand(),_0x28bd2f=program[_0x5eb55e(0x256)](),_0x2407c1=await createTDXInstance(_0x28bd2f),_0x448818=await _0x4aa941[_0x5eb55e(0x2d3)]({'options':{..._0x28bd2f,..._0x1cbc88},'args':_0x1f3854?[_0x1f3854]:[],'tdx':_0x2407c1});gracefulExit(_0x448818);}),segmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2e9))[a2_0x23a6af(0x336)](a2_0x23a6af(0x380))[a2_0x23a6af(0x101)](async(_0x1de988,_0x58fd4e)=>{const _0xbafb44=a2_0x23a6af,_0x3826e8=new SegmentShowCommand(),_0x3d0d74=program['opts'](),_0x51d565=await createTDXInstance(_0x3d0d74),_0x5a96ab=await _0x3826e8[_0xbafb44(0x2d3)]({'options':{..._0x3d0d74,..._0x58fd4e},'args':_0x1de988?[_0x1de988]:[],'tdx':_0x51d565});gracefulExit(_0x5a96ab);}),segmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x141),{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0x1ef))[a2_0x23a6af(0x101)](async(_0xb6e439,_0x790f40)=>{const _0x2616e9=a2_0x23a6af,_0x195863=new SegmentFolderListCommand(),_0x32198e=program[_0x2616e9(0x256)](),_0x2d744e=await createTDXInstance(_0x32198e),_0x270c45=await _0x195863[_0x2616e9(0x2d3)]({'options':{..._0x32198e,..._0x790f40},'args':[_0xb6e439],'tdx':_0x2d744e});gracefulExit(_0x270c45);});const folderCmd=segmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x224),{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0x334));folderCmd['command']('show\x20<folder_ref>')['description']('Show\x20folder\x20details\x20(use\x20parent_name/folder_name)')[a2_0x23a6af(0x101)](async(_0x3a1ddb,_0x235b78)=>{const _0x2faa22=a2_0x23a6af,_0x33e563=new SegmentFolderShowCommand(),_0x590486=program[_0x2faa22(0x256)](),_0x4db465=await createTDXInstance(_0x590486),_0xf753e2=await _0x33e563[_0x2faa22(0x2d3)]({'options':{..._0x590486,..._0x235b78},'args':[_0x3a1ddb],'tdx':_0x4db465});gracefulExit(_0xf753e2);}),segmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2d6))[a2_0x23a6af(0x336)](a2_0x23a6af(0xfb))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1a1),a2_0x23a6af(0xee))[a2_0x23a6af(0x101)](async(_0x11bd4f,_0x1123b7)=>{const _0x19e47c=a2_0x23a6af,_0x2701b1=new SegmentSQLCommand(),_0x4db122=program[_0x19e47c(0x256)](),_0x5e4863=await createTDXInstance(_0x4db122),_0x38bab6=await _0x2701b1['run']({'options':{..._0x4db122,..._0x1123b7},'args':_0x11bd4f?[_0x11bd4f]:[],'tdx':_0x5e4863});gracefulExit(_0x38bab6);}),segmentCmd[a2_0x23a6af(0x111)]('fields\x20[parent_name]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x9b))['action'](async(_0x4632a3,_0x2b29e5)=>{const _0x10efbe=a2_0x23a6af,_0x3a1fc3=new SegmentFieldsCommand(),_0x1044da=program[_0x10efbe(0x256)](),_0x3c9596=await createTDXInstance(_0x1044da),_0xaa0a38=await _0x3a1fc3[_0x10efbe(0x2d3)]({'options':{..._0x1044da,..._0x2b29e5},'args':_0x4632a3?[_0x4632a3]:[],'tdx':_0x3c9596});gracefulExit(_0xaa0a38);}),segmentCmd['command'](a2_0x23a6af(0x1da))[a2_0x23a6af(0x336)](a2_0x23a6af(0x87))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),a2_0x23a6af(0x27e))[a2_0x23a6af(0x101)](async(_0x348207,_0x31062e)=>{const _0x4f1606=a2_0x23a6af,_0x4bfe38=new SegmentPullCommand(),_0xe62afe=program['opts'](),_0x16845f=await createTDXInstance(_0xe62afe),_0x24789a=await _0x4bfe38[_0x4f1606(0x2d3)]({'options':{..._0xe62afe,..._0x31062e},'args':_0x348207?[_0x348207]:[],'tdx':_0x16845f});gracefulExit(_0x24789a);}),segmentCmd['command'](a2_0x23a6af(0x2cf))[a2_0x23a6af(0x336)](a2_0x23a6af(0x27b))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),'Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes')['option'](a2_0x23a6af(0xce),a2_0x23a6af(0x2a2))[a2_0x23a6af(0x101)](async(_0x13b1c6,_0xfc0632)=>{const _0x1448fa=a2_0x23a6af,_0xc46f66=new SegmentPushCommand(),_0xd5db96=program['opts'](),_0x5db53c=await createTDXInstance(_0xd5db96),_0x448556=await _0xc46f66[_0x1448fa(0x2d3)]({'options':{..._0xd5db96,..._0xfc0632},'args':_0x13b1c6?[_0x13b1c6]:[],'tdx':_0x5db53c});gracefulExit(_0x448556);}),segmentCmd['command'](a2_0x23a6af(0x10a))[a2_0x23a6af(0x336)]('Validate\x20segment\x20and\x20journey\x20YAML\x20files\x20locally')[a2_0x23a6af(0x101)](async(_0x27f9f6,_0x35fc42)=>{const _0x4577ab=a2_0x23a6af,_0x4e38b6=new SegmentValidateCommand(),_0x59e43d=program[_0x4577ab(0x256)](),_0x15b16b=await createTDXInstance(_0x59e43d),_0x30139d=await _0x4e38b6['run']({'options':{..._0x59e43d,..._0x35fc42},'args':_0x27f9f6?[_0x27f9f6]:[],'tdx':_0x15b16b});gracefulExit(_0x30139d);}),segmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x178),{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0x1b4))[a2_0x23a6af(0x147)](a2_0x23a6af(0x181),a2_0x23a6af(0x1f8))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2cc),'Filtering\x20rule\x20as\x20JSON\x20string')['option']('--rule-file\x20<file>','Filtering\x20rule\x20from\x20JSON\x20file')['option'](a2_0x23a6af(0x37d),'Folder\x20name\x20for\x20organization')[a2_0x23a6af(0x147)]('--kind\x20<type>',a2_0x23a6af(0x29f))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1f2),a2_0x23a6af(0x330))[a2_0x23a6af(0x147)](a2_0x23a6af(0x298),a2_0x23a6af(0x14e))[a2_0x23a6af(0x101)](async(_0x3f5f3e,_0x1557f8)=>{const _0x1c9e7b=a2_0x23a6af,_0x34bb04=new SegmentCreateCommand(),_0x4026c8=program[_0x1c9e7b(0x256)](),_0x37e6bd=await createTDXInstance(_0x4026c8),_0x20b985=await _0x34bb04[_0x1c9e7b(0x2d3)]({'options':{..._0x4026c8,..._0x1557f8},'args':[_0x3f5f3e],'tdx':_0x37e6bd});gracefulExit(_0x20b985);}),segmentCmd[a2_0x23a6af(0x111)]('update\x20<segment_name>',{'hidden':!![]})['description'](a2_0x23a6af(0xa9))[a2_0x23a6af(0x147)](a2_0x23a6af(0x278),a2_0x23a6af(0x124))[a2_0x23a6af(0x147)](a2_0x23a6af(0x181),a2_0x23a6af(0x235))[a2_0x23a6af(0x147)]('--rule\x20<json>','Updated\x20filtering\x20rule\x20as\x20JSON\x20string')[a2_0x23a6af(0x147)]('--rule-file\x20<file>','Updated\x20filtering\x20rule\x20from\x20JSON\x20file')['option']('--folder\x20<name>',a2_0x23a6af(0x1e0))['option']('--kind\x20<type>',a2_0x23a6af(0x29f))[a2_0x23a6af(0x101)](async(_0x1606d2,_0x309c0b)=>{const _0x8ab08d=a2_0x23a6af,_0x4f67ba=new SegmentUpdateCommand(),_0x124538=program[_0x8ab08d(0x256)](),_0x2cc721=await createTDXInstance(_0x124538),_0x48f6d3=await _0x4f67ba[_0x8ab08d(0x2d3)]({'options':{..._0x124538,..._0x309c0b},'args':[_0x1606d2],'tdx':_0x2cc721});gracefulExit(_0x48f6d3);});function a2_0x7fa4(){const _0xc6c1d2=['--start-at\x20<datetime>','token','[DEPRECATED]\x20Create\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)','Output\x20folder\x20(default:\x20{project_name}.llm)','preAction','Timezone\x20for\x20cron\x20(default:\x20UTC)','--name\x20<text>','Workspace\x20description','Trino\x20catalog\x20(default:\x20td)','Get\x20journey\x20traffic\x20data\x20(Sankey\x20charts)','Delete\x20an\x20LLM\x20project','Pull\x20specific\x20revision\x20(default:\x20latest)','--reason\x20<text>','create\x20<name>\x20<service_id>\x20[parent_segment]','Create\x20an\x20email\x20template','session','Attempt\x20ID','create','Number\x20of\x20executions\x20(1-10,\x20default:\x201)','allowExcessArguments','workspaces\x20[pattern]','Submit\x20a\x20job','Add\x20behaviors\x20from\x20JSON\x20file','open\x20<name>','--all','Sections\x20as\x20an\x20inline\x20JSON\x20array','pull\x20[parent_or_file]','Name\x20for\x20the\x20duplicated\x20campaign','--interval\x20<range>','7OLTauf','Ending\x20offset\x20(default:\x2020)','--workspace\x20<name>','Move\x20to\x20folder','hidden','replace','columns\x20<name-or-path>','sessions\x20[project]','--last','Create\x20a\x20new\x20agent\x20in\x20current\x20project','Resume\x20from\x20specific\x20task\x20(retry)','jobs','duplicate\x20<name-or-id>','argv','Target\x20directory\x20for\x20YAML\x20files','Output\x20directory','--resume-from\x20<task>','--limit\x20<n>','[DEPRECATED]\x20List\x20segment\x20folders\x20(use\x20\x22tdx\x20sg\x20list\x22\x20instead)','senders\x20[pattern]','Update\x20a\x20campaign','--invisible','Add\x20behaviors\x20as\x20JSON\x20string','List\x20workflow\x20attempts\x20(alias\x20for\x20\x22attempt\x20list\x22)','Run\x20tests\x20for\x20an\x20LLM\x20agent','Chart\x20type:\x20conversion\x20or\x20activation\x20(default:\x20both)','Master\x20database\x20name','Segment\x20description','--from\x20<timestamp>','Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior','Enable\x20UTM\x20tracking','--html\x20<html>','patch\x20<personalization_id>','preview\x20[name]','--max-depth\x20<depth>','delete\x20<name-or-id>','registeredArguments','List\x20all\x20users\x20(alias\x20for\x20\x22user\x20list\x22)','Override\x20parameters\x20(JSON\x20string\x20or\x20@file.json)','resume_activations\x20<journeyId>','--body\x20<body>','push\x20[source-dir]','-d,\x20--database\x20<database>','Access\x20control\x20policy\x20commands','Starter\x20message','always-on-campaign','Campaign\x20management','Package\x20manager\x20to\x20use\x20(npm,\x20bun,\x20pnpm,\x20yarn)','delete\x20<personalization_id>','colorFn','--enable-utm-tracking','required','Show\x20only\x20master\x20table\x20validation','update\x20<service_id>\x20[parent_segment]','Path\x20is\x20not\x20a\x20directory:\x20','Show\x20or\x20set\x20session-level\x20context\x20(resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20cas)','--behaviors-file\x20<file>','Workflow\x20(Digdag)\x20management\x20commands','System\x20prompt/instructions\x20(default:\x20empty)','use\x20[project]','New\x20service\x20description','-o,\x20--output\x20<dir>','json','31380230hechRg','Service\x20description','Personalization\x20service\x20management','Show\x20schedule\x20details','--audience-id\x20<id>','Retry\x20a\x20session\x20(prefix\x20with\x20session:)','Create\x20a\x20new\x20profile','status','folder','-y,\x20--yes','use\x20[name]','Clear\x20default\x20from\x20config\x20(~/.config/tdx/tdx.json)','Workspace\x20name\x20(required)','_hidden','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file','auth','Job\x20management\x20commands','show\x20<name>','subcommandTerm','activations\x20<segment_name>','project','optionDescription','variadic','cas','Attributes\x20as\x20JSON\x20string','Updated\x20description','List\x20secret\x20keys\x20for\x20a\x20project','segments\x20[path]','Available\x20actions:\x20logs,\x20tasks,\x20kill,\x20retry','Delete\x20an\x20email\x20template','[EXPERIMENTAL]\x20Show\x20chat\x20log','...','Scheduled\x20query\x20management\x20commands','upgrade\x20[version]','Show\x20all\x20files\x20including\x20valid\x20ones','preview\x20<segment_name>','--public','Show\x20stats\x20for\x20specific\x20stage','Show\x20segment\x20details\x20(uses\x20context\x20if\x20not\x20provided)','Push\x20YAML\x20files\x20to\x20Engage\x20API\x20as\x20campaigns','--days\x20<n>','timeout','Include\x20retried\x20attempts\x20(for\x20list)','--folder-id\x20<id>','Set\x20default\x20workflow\x20project\x20for\x20this\x20session','Tip:\x20Use\x20plural\x20forms\x20(tdx\x20databases,\x20tables,\x20segments,\x20jobs)\x20as\x20aliases\x20for\x20\x22tdx\x20xxx\x20list\x22','\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','injectIntoOptions','workflows\x20[project]','Update\x20a\x20realtime\x20personalization\x20entity','Comma-separated\x20tags','database','--session-id\x20<id>','--assignee\x20<assignee>','Push\x20local\x20workflow\x20changes\x20to\x20Treasure\x20Data','site','pull\x20[workspace]','kill','opts','Scheduled\x20time\x20(ISO\x208601\x20format,\x20defaults\x20to\x20now)','Describe\x20table\x20schema','LLM\x20project\x20management','init\x20[name]','Email\x20sender\x20ID\x20for\x20delivery','--behaviors\x20<json>','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','--attempt-id\x20<id>','List\x20parent\x20segments\x20with\x20RT\x202.0\x20status','--force','update\x20<name>','Update\x20a\x20workspace','Output\x20in\x20JSON\x20format\x20(shorthand\x20for\x20--format\x20json)','--revision\x20<revision>','Filter\x20by\x20campaign\x20type\x20(email,\x20push)','set','forEach','Show\x20sample\x20data\x20for\x20a\x20specific\x20attribute','profile','--follow','Open\x20journey\x20in\x20web\x20browser','Show\x20document\x20details','--clear','Pull\x20workflow\x20project\x20to\x20local\x20folder','use\x20<project-name>','logs','update\x20<name-or-id>','Include\x20subtasks\x20in\x20tasks\x20output','Audience\x20(parent\x20segment)\x20ID\x20—\x20inferred\x20from\x20context\x20if\x20omitted','Create\x20a\x20scheduled\x20query','--dry-run','Master\x20table\x20name','run\x20[workflow]','--name\x20<new_name>','DEBUG','New\x20workspace\x20name','Push\x20YAML\x20files\x20to\x20Treasure\x20Data\x20as\x20child\x20segments','List\x20workflow\x20attempts\x20(filter\x20by\x20project\x20or\x20project.workflow)','6193080akBVvm','Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes','--no-proxy','--to\x20<n>','login','Get\x20current\x20RT\x20configuration\x20version\x20status','Show\x20items\x20updated\x20within\x20N\x20days','-p,\x20--profile\x20<name>','Add\x20template\x20personalization\x20section\x20to\x20YAML\x20(uses\x20context\x20if\x20name\x20omitted)','create\x20[name]','options','--num\x20<1-10>','Enable\x20verbose\x20logging','Temperature\x20(0.0-2.0,\x20default:\x200.7)','flags','Start\x20a\x20workflow\x20run\x20(format:\x20project.workflow,\x20or\x20select\x20interactively)','validate\x20[file]','-d,\x20--database\x20<db>','Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)','--master','Start\x20time\x20filter\x20(ISO\x208601\x20format)','Apply\x20a\x20template','--json-columns\x20<cols>','Re-evaluate\x20last\x20test\x20run\x20with\x20updated\x20criteria','TRACE','--delay\x20<seconds>','List\x20workflows\x20(optionally\x20filtered\x20by\x20project)','--no-count-population','--verbose','--account-name\x20<name>','Delete\x20a\x20secret\x20from\x20a\x20project\x20(format:\x20[project]\x20<key>)','create\x20<name>','Delete\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','Run\x20tests\x20with\x20specific\x20tags\x20(comma-separated)','Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage','Workflow\x20attempt\x20management','show\x20<agent-name>','Delete\x20segments\x20not\x20in\x20local\x20YAML\x20files\x20(disabled\x20by\x20default)','exit','claude\x20[args...]','Describe\x20a\x20composable\x20audience\x20(uses\x20context\x20if\x20name\x20omitted)','--to\x20<date>','Email\x20template\x20management','List\x20tables\x20(e.g.,\x20mydb,\x20mydb.*,\x20*.user*,\x20mydb.user*)','Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)','Start\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)','delete\x20<service_id>\x20[parent_segment]','RT\x20Journey\x20management','--customer-group\x20<json>','Start\x20MCP\x20server\x20for\x20AI\x20tool\x20integration','Link\x20workspace\x20to\x20a\x20GitHub\x20repository','List\x20parent\x20segments\x20(supports\x20wildcards:\x20*,\x20?)','Output\x20format\x20(table,\x20json,\x20jsonl,\x20tsv)','Create\x20a\x20realtime\x20personalization\x20entity\x20(uses\x20context\x20for\x20audience\x20if\x20set)','--allowed-ips\x20<ips>','Output\x20in\x20TSV\x20format\x20(shorthand\x20for\x20--format\x20tsv)','Result\x20output\x20destination\x20URL','--behavior\x20[name]','List\x20jobs\x20(alias\x20for\x20\x22job\x20list\x22)','Invalid\x20--limit\x20value:\x20\x22','isArray','show\x20<service_id>\x20[parent_segment]','List\x20all\x20databases\x20(alias\x20for\x20\x22database\x20list\x22)','statusline','outputHelp','stats\x20<name-or-path>','Include\x20retried\x20attempts','describe','--parent-folder\x20<name>','Job\x20priority\x20(-2\x20to\x202)','Enable\x20debug\x20logging\x20(shows\x20HTTP\x20requests/responses)','Show\x20table\x20contents\x20(SELECT\x20*\x20with\x20limit)','_list-commands','-w,\x20--web','Full\x20request\x20body\x20from\x20a\x20JSON\x20file\x20(overrides\x20other\x20flags)','List\x20recursively\x20(show\x20full\x20hierarchy\x20tree)','Initial\x20status','List\x20available\x20connector\x20types','--in\x20<db>','--rule\x20<json>','version','--version','push\x20[parent_or_file]','--name\x20<name>','INVALID_ARGUMENT','use\x20<name>','run','Project\x20description','Cron\x20expression\x20for\x20scheduling','sql\x20[segment_name]','--jsonl','history\x20<name>','--github\x20<owner/repo>','--retry-limit\x20<0~32>','tsv','--from\x20<n>','Open\x20parent\x20segment\x20in\x20web\x20browser','List\x20all\x20data\x20connections','Update\x20a\x20personalization\x20service\x20name/description\x20(uses\x20context\x20if\x20parent\x20omitted)','Open\x20segment\x20in\x20web\x20browser','--status\x20<status>','\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','List\x20jobs','Overwrite\x20local\x20changes\x20without\x20confirmation','--table\x20<table>','List\x20activations\x20for\x20a\x20journey','resume\x20<name-or-path>','clone\x20[source]','show\x20[segment_name]','Use\x20your\x20own\x20Claude\x20Code\x20account\x20(Anthropic/AWS\x20Bedrock/Vertex\x20AI,\x20etc.)','Run\x20specific\x20tests\x20(comma-separated)','pull\x20[project]\x20[agent-name]','--json','Resume\x20a\x20paused\x20journey','directory','run\x20[name]','Campaign\x20description','agent','--database\x20<name>','use\x20[resource]\x20[value]','chats','engage_workspace','accessToken','Pull\x20specific\x20template\x20by\x20name','item','List\x20all\x20LLM\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','Upload\x20workflow\x20project\x20to\x20Treasure\x20Data\x20(digdag-style)','List\x20parent\x20segments\x20(alias\x20for\x20\x22segment\x20parent\x20list\x22)','Timezone\x20for\x20cron','list\x20[pattern]','Filter\x20by\x20status\x20(running,\x20success,\x20error,\x20blocked,\x20all)','Campaign\x20type\x20(email\x20or\x20push)','long','Agent\x20description','Output\x20as\x20JSON','--session-time\x20<time>','Show\x20task\x20execution\x20timeline\x20for\x20a\x20workflow\x20attempt','Include\x20all\x20items\x20(no\x20stale\x20filtering)','Parent\x20segment\x20to\x20use\x20(overrides\x20context)','Setup\x20API\x20key\x20authentication\x20interactively','Remove\x20API\x20key\x20from\x20system\x20keychain','Updated\x20timezone','isTTY','TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)','[DEPRECATED]\x20Update\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','--email-sender-id\x20<id>','HTTP\x20method\x20(GET,\x20POST,\x20PUT,\x20DELETE,\x20PATCH)','Preview\x20composable\x20segment\x20query\x20on\x20CDW','List\x20email\x20templates\x20(alias\x20for\x20\x22template\x20list\x22)','kill\x20<job-id>','--color','includes','requiredOption','--include-retried','End\x20time\x20filter\x20(ISO\x208601\x20format)','settings\x20<type>','Show\x20segment\x20schema\x20(column\x20types)','claude-4.5-sonnet','slice','User\x20management\x20commands','Agent\x20reference\x20(project/agent\x20or\x20just\x20agent\x20if\x20llm_project\x20is\x20set)','Set\x20a\x20profile\x20configuration\x20value','-f,\x20--file\x20<path>','Clear\x20workflow\x20project\x20context','result\x20<job-id>','Segment\x20path\x20(e.g.,\x20\x22Audience/Segment\x22\x20or\x20just\x20\x22Segment\x22)','Force\x20ANSI\x20color\x20output\x20(overrides\x20TTY\x20detection)','show\x20<name-or-id>','pause\x20<name-or-id>','Resume\x20a\x20conversation\x20(shows\x20selector)','Enable\x20trace\x20logging\x20(ultra-verbose,\x20all\x20internal\x20operations)','Push\x20journey\x20YAML\x20files\x20to\x20Treasure\x20Data','upload\x20[project-name-or-dir]','clear','Usage:\x20','--timeout\x20<seconds>','Validate\x20RT\x202.0\x20configuration\x20from\x20parent\x20segment\x20YAML','Delete\x20a\x20realtime\x20personalization','entries','Make\x20segment\x20invisible\x20(default:\x20visible)','preview\x20[file]','Push\x20without\x20confirmation','[action]','[DEPRECATED]\x20Segment\x20folder\x20management','campaigns\x20[pattern]','description','push\x20[path]','backup\x20<name>','Specific\x20revision\x20to\x20download\x20(default:\x20latest)','pause_activations\x20<journeyId>','users','Validate\x20campaign\x20YAML\x20files\x20locally','--tsv','-v,\x20--verbose','Personalization\x20name','alias','\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','catch','Timezone\x20(e.g.,\x20America/Los_Angeles)','log','view\x20<name-or-path>','Document\x20kind\x20(item,\x20goal,\x20guide,\x20note,\x20reference)','delete\x20<project-name-or-id>','desc\x20[name]','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20pattern)','Workflow\x20project\x20management','--next','setup','Run\x20Trino\x20query\x20with\x20streaming\x20results','attempt:','Template\x20name','pull\x20[name]','Attributes\x20from\x20JSON\x20file','gitRevision','push\x20[file]','List\x20journeys\x20in\x20current\x20context','--site\x20<site>','Open\x20a\x20document\x20in\x20$EDITOR','Show\x20journey\x20statistics','Show\x20what\x20would\x20be\x20done\x20without\x20writing\x20files','Manage\x20workflow\x20project\x20secrets','Create\x20a\x20workspace','Delete\x20a\x20scheduled\x20query','Delivery\x20operations\x20(email\x20senders)','Plaintext\x20template\x20content','List\x20workflow\x20execution\x20sessions\x20(filter\x20by\x20project\x20or\x20project.workflow)','Custom\x20header\x20(format:\x20\x22Key:\x20Value\x22,\x20repeatable)','configureHelp','commandUsage','Duplicate\x20a\x20campaign','[DEPRECATED]\x20Set\x20current\x20segment/folder\x20context\x20(use\x20\x22tdx\x20use\x20parent_segment\x22\x20instead)','Delete\x20a\x20workspace','List\x20all\x20workflow\x20projects\x20(optionally\x20filtered\x20by\x20glob\x20pattern)','pull\x20<project>\x20[target-dir]','List\x20email\x20senders','AI-native\x20work\x20management','policy','Interactive\x20chat\x20selector','Skip\x20confirmation\x20prompts','template','parse','Composable\x20audience\x20name','--session\x20<id>','Session\x20time\x20(ISO\x208601,\x20defaults\x20to\x20now)','--parent-segment\x20<name>','Editor\x20type:\x20grapesjs\x20(HTML\x20Editor,\x20default)\x20or\x20beefree\x20(Visual\x20Editor)','connection','Profile\x20management\x20(create,\x20list,\x20remove,\x20configure)','split','CDP\x20segment\x20management\x20commands','Show\x20what\x20would\x20be\x20applied\x20without\x20applying','Show\x20connector\x20output\x20schema\x20for\x20connector_config\x20validation','--plaintext\x20<text>','flatMap','Show\x20timeline\x20for\x20specific\x20session\x20(uses\x20last\x20attempt)','Output\x20file\x20path','--folder\x20<name>','list\x20[path]','API\x20type\x20(td,\x20cdp,\x20workflow,\x20trino,\x20llm)','Execute\x20segment\x20SQL\x20query\x20and\x20show\x20results\x20(uses\x20context\x20if\x20not\x20provided)','--limit\x20<number>','Add\x20attributes\x20from\x20JSON\x20file','usage','List\x20workspaces\x20(alias\x20for\x20\x22workspace\x20list\x22)','workflow','Clone\x20a\x20workflow\x20project\x20to\x20a\x20new\x20project\x20name','List\x20composable\x20audiences','Personalization\x20service\x20token\x20management','--add-behaviors\x20<json>','Limit\x20number\x20of\x20rows','Also\x20set\x20context\x20to\x20this\x20parent\x20segment\x20after\x20pull','--stream','Maximum\x20number\x20of\x20items\x20to\x20return\x20(default\x20varies\x20by\x20command)','secrets','Maximum\x20recursion\x20depth\x20(default:\x2010)','Filter\x20by\x20status\x20(DRAFT,\x20LIVE,\x20PAUSED,\x20FINISHED)','workspace','--include-stats','run\x20<name>','us01','sql\x20[name]','--engine-version\x20<version>','error','Query\x20engine\x20version','Kill\x20a\x20job','Delivery\x20start\x20time\x20(ISO\x208601\x20format)','Output\x20file\x20path\x20(default:\x20<name>.yml)','Pull\x20child\x20segments\x20to\x20YAML\x20files','Show\x20email\x20template\x20details','--subject\x20<subject>','--starter-message\x20<text>','Set\x20operation\x20timeout\x20in\x20seconds','Parent\x20segment\x20description','Include\x20raw\x20history\x20data\x20in\x20output','-o,\x20--output\x20<folder>','finish\x20<name-or-id>','-c,\x20--continue','Override\x20project\x20name','tdx','Workspace\x20name','find','Agent\x20name','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20name\x20omitted)','tables\x20[pattern]','--stage\x20<name>','commands','padWidth','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20parent_name\x20not\x20provided)','-f,\x20--force','Read\x20HTML\x20template\x20from\x20file','[DEPRECATED]\x20Use\x20\x22tdx\x20ps\x22\x20or\x20\x22tdx\x20parent-segment\x22\x20instead','apiKey','after','33444ExxKPw','Show\x20a\x20specific\x20realtime\x20personalization','13556UETpTH','Execute\x20parent\x20segment\x20SQL\x20and\x20show\x20results\x20(uses\x20context\x20if\x20name\x20omitted)','--result\x20<url>','List\x20campaigns\x20(alias\x20for\x20\x22campaign\x20list\x22)','update\x20<agent-name>','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','[DEPRECATED]\x20Update\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','List\x20all\x20workflow\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','engage','Include\x20execution\x20statistics','Clear\x20session-level\x20or\x20default\x20context\x20values\x20(resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20cas)','--priority\x20<priority>','list\x20[project]','--from\x20<date>','Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration','Preview\x20without\x20creating\x20the\x20project','Custom\x20revision\x20name\x20(default:\x20timestamp)','--to\x20<timestamp>','--agent\x20<ref>','List\x20workspaces\x20(optionally\x20filtered\x20by\x20pattern)','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','Show\x20journey\x20details','Show\x20Kanban\x20board\x20view\x20of\x20tasks','LLM\x20agent\x20management','New\x20service\x20name','--audience\x20<name>','Download\x20workflow\x20project\x20from\x20Treasure\x20Data','audience','--result\x20<target>','--skip-validation','Show\x20connection\x20details\x20by\x20name','create\x20<parent_name>\x20<folder_name>','Segment\x20path\x20(e.g.,\x20\x22Audience\x22\x20for\x20parent\x20segment\x20only)','schedule','AI-native\x20CLI\x20for\x20Treasure\x20Data','HTML\x20template\x20content','Show\x20chat\x20history\x20(or\x20list\x20all\x20sessions\x20if\x20no\x20ID\x20provided)','View\x20a\x20specific\x20version\x20of\x20a\x20journey','Show\x20agent\x20details','resume\x20<name-or-id>','List\x20workflow\x20execution\x20sessions\x20(alias\x20for\x20\x22session\x20list\x22)','Transition\x20a\x20task\x20to\x20a\x20new\x20status','List\x20tables\x20(alias\x20for\x20\x22table\x20list\x22)','--delete','--full','--database\x20<db>','Validate\x20enriched\x20master\x20(master\x20+\x20all\x20attributes)','argument','Workflow\x20session\x20management','Maximum\x20tool\x20iterations\x20(default:\x204)','Set\x20current\x20project\x20context\x20for\x20agent\x20operations','Maximum\x20number\x20of\x20nodes','Campaign\x20name','--in\x20<database>','List\x20all\x20users\x20in\x20the\x20account','Email\x20subject\x20template','journey','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20table\x20pattern)','format','table','Show\x20personalization\x20service\x20details\x20(uses\x20context\x20if\x20parent\x20omitted)','user','agents\x20[pattern]','restore\x20<folder>','--name\x20<new-name>','Arguments:','subcommandDescription','noColor','List\x20folders\x20and\x20segments\x20(alias\x20for\x20\x22segment\x20list\x22)','\x22.\x20Must\x20be\x20a\x20number.','tdx\x20','Maximum\x20rows\x20to\x20display','Duplicate\x20an\x20always-on\x20campaign','Parent\x20folder\x20name\x20for\x20nested\x20folders','Authentication\x20management','YAML\x20file\x20path\x20for\x20unpushed\x20segment','Pause\x20a\x20running\x20journey','Database\x20name','parent_segment','Set\x20or\x20show\x20parent\x20segment\x20context','--yes','Account\x20name\x20for\x20SSO\x20(Single\x20Sign-On)\x20login','length','--attributes-file\x20<file>','Show\x20the\x20most\x20recent\x20chat','Comma-separated\x20list\x20of\x20allowed\x20IP\x20addresses','--customer-group-file\x20<file>','8764494xZaRiZ','Get\x20SQL\x20query\x20for\x20segment.\x20For\x20segments\x20in\x20folders,\x20include\x20folder\x20path\x20(e.g.,\x20\x22Folder/Segment\x22)','Create\x20a\x20new\x20LLM\x20project','-n,\x20--name\x20<name>','--segment\x20<path>','api\x20[endpoint]','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','action','grapesjs','--output\x20<file>','List\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)','Document\x20body\x20text','\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','Action:\x20logs,\x20tasks,\x20kill,\x20retry','timeline\x20[project.workflow]','create\x20<name-or-path>','validate\x20[target]','List\x20all\x20available\x20profiles','push','argumentTerm','List\x20all\x20data\x20connections\x20(alias\x20for\x20\x22connection\x20list\x22)','Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics','Update\x20an\x20always-on\x20campaign','command','New\x20campaign\x20name','--description\x20<desc>','Show\x20attributes\x20only,\x20or\x20a\x20specific\x20attribute','Set\x20secrets\x20for\x20a\x20project\x20(format:\x20[project]\x20KEY=VALUE\x20[KEY2=VALUE2\x20...])','parents\x20[pattern]','List\x20always-on\x20campaigns\x20(alias\x20for\x20\x22always-on-campaign\x20list\x22)','Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file','Show\x20always-on\x20campaign\x20details','--no-color','-o,\x20--output\x20<file>','List\x20all\x20LLM\x20projects\x20(optionally\x20filtered\x20by\x20pattern)','list\x20[name]','Show\x20master\x20table\x20sample\x20data','databases\x20[pattern]','debug','Run\x20a\x20scheduled\x20query\x20immediately','1311LahCXC','validate\x20[name]','New\x20segment\x20name','Finish\x20an\x20always-on\x20campaign','list','Output\x20as\x20JSON\x20Lines','Set\x20session\x20profile\x20(use\x20--default\x20to\x20save\x20permanently)','--default','show\x20[table]','[DEPRECATED]\x20Backup\x20project\x20(use\x20`tdx\x20agent\x20pull`\x20instead)','Show\x20parent\x20segment\x20output\x20schema\x20(uses\x20context\x20if\x20name\x20omitted)','--priority\x20<-2~2>','Create\x20segment\x20folder','desc\x20[segment_name]','stderr','Unknown\x20action:\x20','addHelpText','472yMdPvx','-r,\x20--recursive','mcp','LLM\x20operations\x20(models,\x20projects,\x20agents,\x20chat)','move\x20<name>\x20<status>','Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields','Folder\x20description','Read\x20SQL\x20query\x20from\x20file','buildTime','logLevel','-C,\x20--directory\x20<path>','map','projects\x20[pattern]','clone\x20[source-dir]','folders\x20<parent_name>','RT\x202.0\x20configuration\x20management','view\x20[name]','--params\x20<json>','[DEPRECATED]\x20Restore\x20project\x20(use\x20`tdx\x20agent\x20push/clone`\x20instead)','Engage\x20operations\x20(campaigns,\x20templates,\x20workspaces)','option','--limit\x20<rows>','Show\x20timeline\x20for\x20specific\x20attempt','join','--trace','Add\x20attributes\x20as\x20JSON\x20string','show\x20<personalization_id>','Skip\x20population\x20counting','List\x20folders\x20and\x20segments\x20at\x20path\x20or\x20in\x20current\x20context','Create\x20a\x20new\x20campaign','jsonl','log\x20<chat-id>','show\x20[name]','--chat-id\x20<id>','Override\x20parameters\x20for\x20retry\x20(JSON\x20string\x20or\x20@file.json)','--name\x20<names>','Starting\x20offset\x20(default:\x200)','Name\x20for\x20the\x20new\x20project\x20(required)','filter','Show\x20job\x20details','then','Timezone\x20for\x20delivery\x20(e.g.,\x20\x22UTC\x22,\x20\x22Asia/Tokyo\x22)','.\x20Must\x20be\x20beefree\x20or\x20grapesjs','Continue\x20most\x20recent\x20conversation','List\x20activations\x20for\x20a\x20segment\x20(use\x20parent_name/child_name)','Reason\x20for\x20killing\x20the\x20attempt','summary','push\x20[name]','--type\x20<type>','-H,\x20--header\x20<header>','--add-attributes\x20<json>','download\x20<project-name>\x20[output-dir]','\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','activations\x20<name-or-path>','Skip\x20validation\x20of\x20.dig\x20files','name','Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','stdout','\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','set\x20<args...>','Preview\x20operation\x20without\x20executing','Agent\x20prompt/instructions','--type\x20<api_type>','--llm-project\x20<name>','connections','--max-tool-iterations\x20<n>','always-on-campaigns\x20[pattern]','Show\x20schedule\x20execution\x20history','Assignee','create\x20<segment_name>','launch\x20<name-or-id>','types','Invalid\x20editor\x20type:\x20','Parse\x20and\x20validate\x20without\x20executing','retry','Personalization\x20description','List\x20email\x20templates\x20(optionally\x20filtered\x20by\x20pattern)','List\x20agents\x20in\x20current\x20project','--description\x20<text>','Create\x20a\x20token\x20for\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','--enriched','Pull\x20campaigns\x20to\x20YAML\x20files','parent','--html-file\x20<path>','--time\x20<iso8601>','Composable\x20Audience\x20Studio\x20commands\x20(zero-copy\x20CDP)','--reeval','--from-task\x20<task>','--temperature\x20<n>','\x20-\x20built\x20','1140513xKCWCf','2981776NiZJwT','Result\x20export\x20destination\x20(URL\x20or\x20JSON)','parent-segment','Delay\x20in\x20seconds\x20before\x20execution','Pull\x20specific\x20campaign\x20by\x20name','Alias\x20for\x20--database\x20(natural\x20language\x20style)','--tags\x20<tags>','--add-behaviors-file\x20<file>','--attribute\x20[name]','--include-history','Resume\x20a\x20paused\x20always-on\x20campaign','Pull\x20templates\x20to\x20YAML\x20files','--version\x20<number>','--template\x20<name>','delete\x20<name>','--schedule-type\x20<type>','models','Read\x20request\x20body\x20from\x20file','show\x20<job-id>','--path\x20<file-path>','--timezone\x20<tz>','Check\x20for\x20updates\x20without\x20installing','push\x20[target]','--schedule-option\x20<value>','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified\x20interface)','Upgrade\x20tdx\x20to\x20the\x20latest\x20version','Always-on\x20campaign\x20management','--data\x20<data>','--new','campaign','Read\x20query\x20from\x20file','[attempt-id]','JSON\x20columns\x20for\x20connector\x20(comma-separated)','--file\x20<path>','list\x20[audience_name]','[options]\x20--\x20[claude-code-args...]','delete\x20<token_id>\x20[parent_segment]','Resume\x20activations\x20in\x20an\x20RT\x20journey','[DEPRECATED]\x20Create\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','Skip\x20confirmation\x20prompt','schema\x20<type>','Show\x20workspace\x20details','Disable\x20ANSI\x20color\x20output\x20(also\x20respects\x20NO_COLOR\x20env\x20var)','Launch\x20an\x20always-on\x20campaign','get','-1d','Overwrite\x20existing\x20profile','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','Query\x20type:\x20trino\x20or\x20hive'];a2_0x7fa4=function(){return _0xc6c1d2;};return a2_0x7fa4();}const parentCmd=segmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x185),{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0x9e)),parentListAction=async(_0x1e345e,_0x5c5143)=>{const _0x9bb63d=new ParentSegmentListCommand(),_0x4ac5cf=program['opts'](),_0x16a8f4=await createTDXInstance(_0x4ac5cf),_0x4a29e8=await _0x9bb63d['run']({'options':{..._0x4ac5cf,..._0x5c5143},'args':_0x1e345e?[_0x1e345e]:[],'tdx':_0x16a8f4});gracefulExit(_0x4a29e8);};parentCmd['command'](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2b0))['action'](parentListAction),segmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x116),{'hidden':!![]})['description'](a2_0x23a6af(0x2fc))[a2_0x23a6af(0x101)](parentListAction),parentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x350))[a2_0x23a6af(0x336)](a2_0x23a6af(0x118))['option'](a2_0x23a6af(0x11b),a2_0x23a6af(0x86))['action'](async(_0xe1d7bd,_0x23864c)=>{const _0x32b8a0=a2_0x23a6af,_0x209235=new ParentSegmentPullCommand(),_0x57d068=program[_0x32b8a0(0x256)](),_0x3c3c33=await createTDXInstance(_0x57d068),_0x87eee8=await _0x209235[_0x32b8a0(0x2d3)]({'options':{..._0x57d068,..._0x23864c},'args':_0xe1d7bd?[_0xe1d7bd]:[],'tdx':_0x3c3c33});gracefulExit(_0x87eee8);}),parentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x353))[a2_0x23a6af(0x336)](a2_0x23a6af(0x22a))[a2_0x23a6af(0x101)](async(_0x177fdb,_0x4ea414)=>{const _0x165590=a2_0x23a6af,_0x1922c0=new ParentSegmentPushCommand(),_0x53ccf4=program[_0x165590(0x256)](),_0x54bad7=await createTDXInstance(_0x53ccf4),_0x1de02e=await _0x1922c0['run']({'options':{..._0x53ccf4,..._0x4ea414},'args':_0x177fdb?[_0x177fdb]:[],'tdx':_0x54bad7});gracefulExit(_0x1de02e);}),parentCmd['command'](a2_0x23a6af(0x28d))[a2_0x23a6af(0x336)](a2_0x23a6af(0x10f))['option'](a2_0x23a6af(0x290),a2_0x23a6af(0x211))['option'](a2_0x23a6af(0x196),a2_0x23a6af(0x114))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2b6),'Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior')['option'](a2_0x23a6af(0x183),a2_0x23a6af(0xd1))['option'](a2_0x23a6af(0x1dc),'TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)',a2_0x23a6af(0x1bb))[a2_0x23a6af(0x101)](async(_0xdbc1ff,_0x57d2e8)=>{const _0xb0e4fe=a2_0x23a6af,_0x400d4e=new ParentSegmentValidateCommand(),_0x262c0b=program[_0xb0e4fe(0x256)](),_0x2e2edf=await createTDXInstance(_0x262c0b),_0x1f2f6e=await _0x400d4e[_0xb0e4fe(0x2d3)]({'options':{..._0x262c0b,..._0x57d2e8},'args':_0xdbc1ff?[_0xdbc1ff]:[],'tdx':_0x2e2edf});gracefulExit(_0x1f2f6e);}),parentCmd['command'](a2_0x23a6af(0x331))['description']('Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration')[a2_0x23a6af(0x147)](a2_0x23a6af(0x290),a2_0x23a6af(0x11e))[a2_0x23a6af(0x147)](a2_0x23a6af(0x196),a2_0x23a6af(0x268))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2b6),a2_0x23a6af(0x1fa))[a2_0x23a6af(0x147)](a2_0x23a6af(0x183),'Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1dc),a2_0x23a6af(0x30c),a2_0x23a6af(0x1bb))[a2_0x23a6af(0x101)](async(_0x25d5a3,_0x549dd6)=>{const _0x14143c=a2_0x23a6af,_0x269544=new ParentSegmentPreviewCommand(),_0x24d804=program[_0x14143c(0x256)](),_0x2910a8=await createTDXInstance(_0x24d804),_0x386ac3=await _0x269544['run']({'options':{..._0x24d804,..._0x549dd6},'args':_0x25d5a3?[_0x25d5a3]:[],'tdx':_0x2910a8});gracefulExit(_0x386ac3);}),parentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2f0))['description'](a2_0x23a6af(0x2a9))['action'](async(_0x3bcd1d,_0x211892)=>{const _0x4ca076=a2_0x23a6af,_0x50ba49=new ParentSegmentRunCommand(),_0x2fe0ba=program[_0x4ca076(0x256)](),_0x572dcb=await createTDXInstance(_0x2fe0ba),_0x273902=await _0x50ba49['run']({'options':{..._0x2fe0ba,..._0x211892},'args':_0x3bcd1d?[_0x3bcd1d]:[],'tdx':_0x572dcb});gracefulExit(_0x273902);});const parentSegmentCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0x190))[a2_0x23a6af(0x340)]('ps')[a2_0x23a6af(0x336)]('Parent\x20segment\x20management');parentSegmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2b0))[a2_0x23a6af(0x101)](parentListAction),parentSegmentCmd['command'](a2_0x23a6af(0x350))[a2_0x23a6af(0x336)](a2_0x23a6af(0x16b))[a2_0x23a6af(0x147)](a2_0x23a6af(0x11b),a2_0x23a6af(0x37c))[a2_0x23a6af(0x147)]('-u,\x20--use',a2_0x23a6af(0x76))['action'](async(_0x11645d,_0x2c5cc4)=>{const _0x2b202b=a2_0x23a6af,_0x51b55d=new ParentSegmentPullCommand(),_0x39b8d4=program[_0x2b202b(0x256)](),_0x31d157=await createTDXInstance(_0x39b8d4),_0x1f26de=await _0x51b55d['run']({'options':{..._0x39b8d4,..._0x2c5cc4},'args':_0x11645d?[_0x11645d]:[],'tdx':_0x31d157});gracefulExit(_0x1f26de);}),parentSegmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x162))[a2_0x23a6af(0x336)]('Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)')['action'](async(_0x427220,_0x1a36b7)=>{const _0x178a67=a2_0x23a6af,_0x3aac31=new ParentSegmentPushCommand(),_0x81beb4=program[_0x178a67(0x256)](),_0x538663=await createTDXInstance(_0x81beb4),_0x22b1e1=await _0x3aac31['run']({'options':{..._0x81beb4,..._0x1a36b7},'args':_0x427220?[_0x427220]:[],'tdx':_0x538663});gracefulExit(_0x22b1e1);}),parentSegmentCmd['command'](a2_0x23a6af(0x123))[a2_0x23a6af(0x336)]('Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics')[a2_0x23a6af(0x147)]('--master',a2_0x23a6af(0x211))[a2_0x23a6af(0x147)](a2_0x23a6af(0x196),a2_0x23a6af(0x114))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2b6),'Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior')[a2_0x23a6af(0x147)](a2_0x23a6af(0x183),a2_0x23a6af(0xd1))['option'](a2_0x23a6af(0x1dc),a2_0x23a6af(0x30c),a2_0x23a6af(0x1bb))['action'](async(_0x50ed7a,_0x277c00)=>{const _0x5d3241=a2_0x23a6af,_0x160d2f=new ParentSegmentValidateCommand(),_0x4e8eff=program['opts'](),_0x3b818e=await createTDXInstance(_0x4e8eff),_0x4f688a=await _0x160d2f[_0x5d3241(0x2d3)]({'options':{..._0x4e8eff,..._0x277c00},'args':_0x50ed7a?[_0x50ed7a]:[],'tdx':_0x3b818e});gracefulExit(_0x4f688a);}),parentSegmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0xb1))[a2_0x23a6af(0x147)](a2_0x23a6af(0x290),a2_0x23a6af(0x11e))[a2_0x23a6af(0x147)](a2_0x23a6af(0x196),a2_0x23a6af(0x268))[a2_0x23a6af(0x147)]('--behavior\x20[name]','Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior')[a2_0x23a6af(0x147)]('--enriched',a2_0x23a6af(0x28f))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1dc),a2_0x23a6af(0x30c),a2_0x23a6af(0x1bb))[a2_0x23a6af(0x101)](async(_0x2b8f18,_0x363a67)=>{const _0x2b6929=a2_0x23a6af,_0x54ad00=new ParentSegmentPreviewCommand(),_0x476ebc=program[_0x2b6929(0x256)](),_0x4c5d60=await createTDXInstance(_0x476ebc),_0x551c78=await _0x54ad00[_0x2b6929(0x2d3)]({'options':{..._0x476ebc,..._0x363a67},'args':_0x2b8f18?[_0x2b8f18]:[],'tdx':_0x4c5d60});gracefulExit(_0x551c78);}),parentSegmentCmd['command'](a2_0x23a6af(0x2f0))[a2_0x23a6af(0x336)]('Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)')[a2_0x23a6af(0x101)](async(_0x5ea537,_0x3df353)=>{const _0x8a8d8b=a2_0x23a6af,_0x2a011a=new ParentSegmentRunCommand(),_0x567cb2=program[_0x8a8d8b(0x256)](),_0x36104c=await createTDXInstance(_0x567cb2),_0x15e92f=await _0x2a011a['run']({'options':{..._0x567cb2,..._0x3df353},'args':_0x5ea537?[_0x5ea537]:[],'tdx':_0x36104c});gracefulExit(_0x15e92f);}),parentSegmentCmd[a2_0x23a6af(0x111)]('fields\x20[name]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x96))['option'](a2_0x23a6af(0x2ed),a2_0x23a6af(0x303))[a2_0x23a6af(0x147)]('--jsonl','Output\x20as\x20JSON\x20Lines')[a2_0x23a6af(0x101)](async(_0xfe32b3,_0x4354b7)=>{const _0xb9a5c0=new ParentSegmentFieldsCommand(),_0x291028=program['opts'](),_0x4fa54b=await createTDXInstance(_0x291028),_0x3e84a0=await _0xb9a5c0['run']({'options':{..._0x291028,..._0x4354b7},'args':_0xfe32b3?[_0xfe32b3]:[],'tdx':_0x4fa54b});gracefulExit(_0x3e84a0);}),parentSegmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x143))[a2_0x23a6af(0x336)]('Show\x20parent\x20segment\x20details\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x2c6),a2_0x23a6af(0x2dd))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2ed),a2_0x23a6af(0x303))['option'](a2_0x23a6af(0x2d7),a2_0x23a6af(0x127))[a2_0x23a6af(0x101)](async(_0x3e20ad,_0x44d91c)=>{const _0x594191=a2_0x23a6af,_0xd2225d=new ParentSegmentViewCommand(),_0x2cd61b=program[_0x594191(0x256)](),_0x4fe5f0=await createTDXInstance(_0x2cd61b),_0x11b3f3=await _0xd2225d['run']({'options':{..._0x2cd61b,..._0x44d91c},'args':_0x3e20ad?[_0x3e20ad]:[],'tdx':_0x4fe5f0});gracefulExit(_0x11b3f3);}),parentSegmentCmd['command'](a2_0x23a6af(0x348))[a2_0x23a6af(0x336)](a2_0x23a6af(0x12c))[a2_0x23a6af(0x147)](a2_0x23a6af(0x11b),'Output\x20file\x20path')['option'](a2_0x23a6af(0x2ed),'Output\x20as\x20JSON')[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d7),a2_0x23a6af(0x127))[a2_0x23a6af(0x101)](async(_0xb8c987,_0x5e7846)=>{const _0x352cf2=a2_0x23a6af,_0x1cfa2f=new ParentSegmentDescCommand(),_0x2353b2=program[_0x352cf2(0x256)](),_0xeb1a25=await createTDXInstance(_0x2353b2),_0x43d115=await _0x1cfa2f[_0x352cf2(0x2d3)]({'options':{..._0x2353b2,..._0x5e7846},'args':_0xb8c987?[_0xb8c987]:[],'tdx':_0xeb1a25});gracefulExit(_0x43d115);}),parentSegmentCmd['command'](a2_0x23a6af(0x80))[a2_0x23a6af(0x336)]('Get\x20SQL\x20query\x20for\x20parent\x20segment\x20(uses\x20context\x20if\x20name\x20omitted)')['option'](a2_0x23a6af(0x2ed),a2_0x23a6af(0x303))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d7),a2_0x23a6af(0x127))[a2_0x23a6af(0x101)](async(_0xdabc1d,_0x580d23)=>{const _0x1348dd=a2_0x23a6af,_0x204835=new ParentSegmentSQLCommand(),_0x1034f4=program[_0x1348dd(0x256)](),_0x3293f2=await createTDXInstance(_0x1034f4),_0x663a50=await _0x204835[_0x1348dd(0x2d3)]({'options':{..._0x1034f4,..._0x580d23},'args':_0xdabc1d?[_0xdabc1d]:[],'tdx':_0x3293f2});gracefulExit(_0x663a50);}),parentSegmentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x153))[a2_0x23a6af(0x336)](a2_0x23a6af(0xa4))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1ee),a2_0x23a6af(0x75))[a2_0x23a6af(0x147)]('--json','Output\x20as\x20JSON')[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d7),a2_0x23a6af(0x127))[a2_0x23a6af(0x101)](async(_0x58cdec,_0x4a2057)=>{const _0x134999=a2_0x23a6af,_0x2eb132=new ParentSegmentShowCommand(),_0x6b01cf=program[_0x134999(0x256)](),_0x307b05=await createTDXInstance(_0x6b01cf),_0xdb6f7c=await _0x2eb132[_0x134999(0x2d3)]({'options':{..._0x6b01cf,..._0x4a2057},'args':_0x58cdec?[_0x58cdec]:[],'tdx':_0x307b05});gracefulExit(_0xdb6f7c);}),parentSegmentCmd['command'](a2_0x23a6af(0x226))[a2_0x23a6af(0x336)](a2_0x23a6af(0xf2))['action'](async(_0x2e58f1,_0x3f795d)=>{const _0x1e5f7b=a2_0x23a6af,_0x40e271=new UseCommand(),_0x494450=program['opts'](),_0x54aaca=_0x2e58f1?[_0x1e5f7b(0xf1),_0x2e58f1]:[],_0x487b61=await _0x40e271[_0x1e5f7b(0x2d3)]({'options':{..._0x494450,..._0x3f795d},'args':_0x54aaca,'tdx':null});gracefulExit(_0x487b61);});const psRtCmd=parentSegmentCmd[a2_0x23a6af(0x111)]('rt')[a2_0x23a6af(0x336)](a2_0x23a6af(0x142));psRtCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x25f))[a2_0x23a6af(0x101)](async(_0x1bdac5,_0x454798)=>{const _0x3ebd64=a2_0x23a6af,_0x13a426=new PSRtListCommand(),_0x27ff1c=program[_0x3ebd64(0x256)](),_0x588a86=await createTDXInstance(_0x27ff1c),_0x56cf8d=await _0x13a426[_0x3ebd64(0x2d3)]({'options':{..._0x27ff1c,..._0x454798},'args':_0x1bdac5?[_0x1bdac5]:[],'tdx':_0x588a86});gracefulExit(_0x56cf8d);}),psRtCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x123))['description'](a2_0x23a6af(0x32d))[a2_0x23a6af(0x101)](async(_0x587d32,_0x105877)=>{const _0xfc794e=a2_0x23a6af,_0x28a3b3=new PSRtValidateCommand(),_0x5b8de8=program[_0xfc794e(0x256)](),_0x44d599=await createTDXInstance(_0x5b8de8),_0x65c1aa=await _0x28a3b3[_0xfc794e(0x2d3)]({'options':{..._0x5b8de8,..._0x105877},'args':_0x587d32?[_0x587d32]:[],'tdx':_0x44d599});gracefulExit(_0x65c1aa);}),psRtCmd[a2_0x23a6af(0x111)]('configuration_versions\x20[name]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x282))['action'](async(_0x12bf60,_0x27f6db)=>{const _0x23de5a=a2_0x23a6af,_0x2b0000=new PSRtConfigVersionCommand(),_0x4b8326=program[_0x23de5a(0x256)](),_0x1afd52=await createTDXInstance(_0x4b8326),_0x4cae1f=await _0x2b0000[_0x23de5a(0x2d3)]({'options':{..._0x4b8326,..._0x27f6db},'args':_0x12bf60?[_0x12bf60]:[],'tdx':_0x1afd52});gracefulExit(_0x4cae1f);});const psRtJnCmd=psRtCmd[a2_0x23a6af(0x111)]('jn')[a2_0x23a6af(0x336)](a2_0x23a6af(0x2ac));psRtJnCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x11d))[a2_0x23a6af(0x336)]('List\x20RT\x20journeys\x20(uses\x20context\x20if\x20name\x20omitted)')['action'](async(_0x44732d,_0x32f586)=>{const _0x4260e9=a2_0x23a6af,_0xba774a=new PSRtJnListCommand(),_0x3bbe23=program[_0x4260e9(0x256)](),_0x2674a9=await createTDXInstance(_0x3bbe23),_0x325074=await _0xba774a[_0x4260e9(0x2d3)]({'options':{..._0x3bbe23,..._0x32f586},'args':_0x44732d?[_0x44732d]:[],'tdx':_0x2674a9});gracefulExit(_0x325074);}),psRtJnCmd['command'](a2_0x23a6af(0x33a))[a2_0x23a6af(0x336)]('Pause\x20activations\x20in\x20an\x20RT\x20journey')[a2_0x23a6af(0x101)](async(_0x283d20,_0xf0524c)=>{const _0x1a7747=a2_0x23a6af,_0x223cd2=new PSRtJnPauseCommand(),_0xc97350=program['opts'](),_0x42c4b4=await createTDXInstance(_0xc97350),_0x7aecad=await _0x223cd2[_0x1a7747(0x2d3)]({'options':{..._0xc97350,..._0xf0524c},'args':[_0x283d20],'tdx':_0x42c4b4});gracefulExit(_0x7aecad);}),psRtJnCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x204))['description'](a2_0x23a6af(0x1b3))[a2_0x23a6af(0x101)](async(_0x37dcc5,_0x1977b9)=>{const _0x159129=a2_0x23a6af,_0x12a2ef=new PSRtJnResumeCommand(),_0x13aa62=program[_0x159129(0x256)](),_0x135615=await createTDXInstance(_0x13aa62),_0x3804f2=await _0x12a2ef['run']({'options':{..._0x13aa62,..._0x1977b9},'args':[_0x37dcc5],'tdx':_0x135615});gracefulExit(_0x3804f2);});const parentRtCmd=parentCmd['command']('rt',{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0x142));parentRtCmd['command'](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x25f))[a2_0x23a6af(0x101)](async(_0x18e44d,_0x287776)=>{const _0x1ce8e1=a2_0x23a6af,_0x28a6bb=new PSRtListCommand(),_0x2b26d4=program[_0x1ce8e1(0x256)](),_0x3851f4=await createTDXInstance(_0x2b26d4),_0x13fb8e=await _0x28a6bb[_0x1ce8e1(0x2d3)]({'options':{..._0x2b26d4,..._0x287776},'args':_0x18e44d?[_0x18e44d]:[],'tdx':_0x3851f4});gracefulExit(_0x13fb8e);}),parentRtCmd[a2_0x23a6af(0x111)]('validate\x20[name]')['description'](a2_0x23a6af(0x32d))[a2_0x23a6af(0x101)](async(_0x549e75,_0x2f40de)=>{const _0x2e0635=a2_0x23a6af,_0x5d6f97=new PSRtValidateCommand(),_0x24566c=program['opts'](),_0x25a446=await createTDXInstance(_0x24566c),_0x4fc454=await _0x5d6f97[_0x2e0635(0x2d3)]({'options':{..._0x24566c,..._0x2f40de},'args':_0x549e75?[_0x549e75]:[],'tdx':_0x25a446});gracefulExit(_0x4fc454);});const psPzCmd=parentSegmentCmd[a2_0x23a6af(0x111)]('pz')[a2_0x23a6af(0x336)]('Personalization\x20management');psPzCmd['command'](a2_0x23a6af(0x11d))[a2_0x23a6af(0x336)]('List\x20realtime\x20personalizations\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x23a6af(0x101)](async(_0x17aa4b,_0x381a45)=>{const _0x162d72=a2_0x23a6af,_0x5d2a20=new PSPzListCommand(),_0x12e8a1=program[_0x162d72(0x256)](),_0x384014=await createTDXInstance(_0x12e8a1),_0x45ad29=await _0x5d2a20[_0x162d72(0x2d3)]({'options':{..._0x12e8a1,..._0x381a45},'args':_0x17aa4b?[_0x17aa4b]:[],'tdx':_0x384014});gracefulExit(_0x45ad29);}),psPzCmd['command'](a2_0x23a6af(0x14d))[a2_0x23a6af(0x336)](a2_0x23a6af(0xa2))[a2_0x23a6af(0x101)](async(_0x476aca,_0xcb4cec)=>{const _0x492ca9=a2_0x23a6af,_0x5a624d=new PSPzShowCommand(),_0x5c2099=program[_0x492ca9(0x256)](),_0x4b88dc=await createTDXInstance(_0x5c2099),_0x115fcb=await _0x5a624d[_0x492ca9(0x2d3)]({'options':{..._0x5c2099,..._0xcb4cec},'args':[_0x476aca],'tdx':_0x4b88dc});gracefulExit(_0x115fcb);}),psPzCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x20d))[a2_0x23a6af(0x336)](a2_0x23a6af(0x32e))[a2_0x23a6af(0x101)](async(_0x30804e,_0x1554a0)=>{const _0x31179a=a2_0x23a6af,_0x50f1d5=new PSPzDeleteCommand(),_0x1ea894=program[_0x31179a(0x256)](),_0x3d36fc=await createTDXInstance(_0x1ea894),_0x247fdd=await _0x50f1d5[_0x31179a(0x2d3)]({'options':{..._0x1ea894,..._0x1554a0},'args':[_0x30804e],'tdx':_0x3d36fc});gracefulExit(_0x247fdd);}),psPzCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1d1))['description'](a2_0x23a6af(0x2b2))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1c6),a2_0x23a6af(0x33f))['option'](a2_0x23a6af(0x181),a2_0x23a6af(0x17e))[a2_0x23a6af(0x147)](a2_0x23a6af(0x220),a2_0x23a6af(0x273))[a2_0x23a6af(0x147)](a2_0x23a6af(0x247),'Parent\x20folder\x20ID\x20(required;\x20use\x20null\x20for\x20root\x20folder)')[a2_0x23a6af(0x147)]('--sections\x20<json>','Sections\x20as\x20an\x20inline\x20JSON\x20array')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1af),a2_0x23a6af(0x2c7))[a2_0x23a6af(0x101)](async _0x5cf06f=>{const _0x520c97=a2_0x23a6af,_0x3a4bd9=new PSPzCreateCommand(),_0x16d458=program[_0x520c97(0x256)](),_0x498fac=await createTDXInstance(_0x16d458),_0x211510=await _0x3a4bd9[_0x520c97(0x2d3)]({'options':{..._0x16d458,..._0x5cf06f},'args':[],'tdx':_0x498fac});gracefulExit(_0x211510);}),psPzCmd['command'](a2_0x23a6af(0x1fd))['description'](a2_0x23a6af(0x24d))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1c6),a2_0x23a6af(0x33f))[a2_0x23a6af(0x147)](a2_0x23a6af(0x181),a2_0x23a6af(0x17e))['option']('--sections\x20<json>',a2_0x23a6af(0x1d9))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1af),'Full\x20request\x20body\x20from\x20a\x20JSON\x20file\x20(overrides\x20other\x20flags)')[a2_0x23a6af(0x101)](async(_0x5882fc,_0x3d33aa)=>{const _0x23dcbd=a2_0x23a6af,_0x2d7ad5=new PSPzPatchCommand(),_0x247450=program['opts'](),_0x268785=await createTDXInstance(_0x247450),_0x1de7ff=await _0x2d7ad5[_0x23dcbd(0x2d3)]({'options':{..._0x247450,..._0x3d33aa},'args':[_0x5882fc],'tdx':_0x268785});gracefulExit(_0x1de7ff);});const psPzServiceCmd=psPzCmd[a2_0x23a6af(0x111)]('service')['description'](a2_0x23a6af(0x21e));psPzServiceCmd['command'](a2_0x23a6af(0x11d))[a2_0x23a6af(0x336)]('List\x20personalization\x20services\x20(uses\x20context\x20if\x20name\x20omitted)')['action'](async(_0x4ff419,_0x125bad)=>{const _0x2d370d=a2_0x23a6af,_0x7267c4=new PSPzServiceListCommand(),_0x1754a7=program[_0x2d370d(0x256)](),_0x677eb7=await createTDXInstance(_0x1754a7),_0x23e2e0=await _0x7267c4[_0x2d370d(0x2d3)]({'options':{..._0x1754a7,..._0x125bad},'args':_0x4ff419?[_0x4ff419]:[],'tdx':_0x677eb7});gracefulExit(_0x23e2e0);}),psPzServiceCmd[a2_0x23a6af(0x111)]('create\x20<name>\x20[parent_segment]')[a2_0x23a6af(0x336)]('Create\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)')['option'](a2_0x23a6af(0x181),a2_0x23a6af(0x21d))[a2_0x23a6af(0x147)](a2_0x23a6af(0x240),'Make\x20service\x20public\x20(default:\x20private)')[a2_0x23a6af(0x101)](async(_0x5a159d,_0xa9f69,_0x1a310b)=>{const _0x41bff9=a2_0x23a6af,_0x4ccaa1=new PSPzServiceCreateCommand(),_0x28d71b=program[_0x41bff9(0x256)](),_0x5a3d2f=await createTDXInstance(_0x28d71b),_0x6a6a8=await _0x4ccaa1[_0x41bff9(0x2d3)]({'options':{..._0x28d71b,..._0x1a310b},'args':_0xa9f69?[_0x5a159d,_0xa9f69]:[_0x5a159d],'tdx':_0x5a3d2f});gracefulExit(_0x6a6a8);}),psPzServiceCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2ba))[a2_0x23a6af(0x336)](a2_0x23a6af(0xdf))[a2_0x23a6af(0x101)](async(_0x5590a7,_0x488715,_0x9eca15)=>{const _0x55f908=new PSPzServiceShowCommand(),_0x1f33f2=program['opts'](),_0x3742dc=await createTDXInstance(_0x1f33f2),_0x523ced=await _0x55f908['run']({'options':{..._0x1f33f2,..._0x9eca15},'args':_0x488715?[_0x5590a7,_0x488715]:[_0x5590a7],'tdx':_0x3742dc});gracefulExit(_0x523ced);}),psPzServiceCmd['command'](a2_0x23a6af(0x2ab))['description'](a2_0x23a6af(0x29d))[a2_0x23a6af(0x101)](async(_0xa4aa93,_0x4204c5,_0x1bb8c3)=>{const _0x13b5c2=a2_0x23a6af,_0x2e92f7=new PSPzServiceDeleteCommand(),_0x4a19e2=program[_0x13b5c2(0x256)](),_0x4c4b05=await createTDXInstance(_0x4a19e2),_0x50c31f=await _0x2e92f7[_0x13b5c2(0x2d3)]({'options':{..._0x4a19e2,..._0x1bb8c3},'args':_0x4204c5?[_0xa4aa93,_0x4204c5]:[_0xa4aa93],'tdx':_0x4c4b05});gracefulExit(_0x50c31f);}),psPzServiceCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x212))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2df))[a2_0x23a6af(0x315)]('--name\x20<name>',a2_0x23a6af(0xbb))[a2_0x23a6af(0x147)]('--description\x20<text>',a2_0x23a6af(0x219))[a2_0x23a6af(0x101)](async(_0x56b819,_0x335a28,_0x1891a4)=>{const _0x14157d=a2_0x23a6af,_0x6b4157=new PSPzServiceUpdateCommand(),_0x43a7fe=program['opts'](),_0x1865d3=await createTDXInstance(_0x43a7fe),_0x289512=await _0x6b4157[_0x14157d(0x2d3)]({'options':{..._0x43a7fe,..._0x1891a4},'args':_0x335a28?[_0x56b819,_0x335a28]:[_0x56b819],'tdx':_0x1865d3});gracefulExit(_0x289512);}),psPzServiceCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x25a))[a2_0x23a6af(0x336)](a2_0x23a6af(0x285))[a2_0x23a6af(0x101)](async(_0x26b078,_0x1b1011)=>{const _0x2d9e38=a2_0x23a6af,_0x1e90b3=new PSPzInitCommand(),_0x37e466=program['opts'](),_0x366900=await createTDXInstance(_0x37e466),_0x21de01=await _0x1e90b3[_0x2d9e38(0x2d3)]({'options':{..._0x37e466,..._0x1b1011},'args':_0x26b078?[_0x26b078]:[],'tdx':_0x366900});gracefulExit(_0x21de01);});const psPzServiceTokenCmd=psPzServiceCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1c0))[a2_0x23a6af(0x336)](a2_0x23a6af(0x73));psPzServiceTokenCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1cd))[a2_0x23a6af(0x336)](a2_0x23a6af(0x182))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2b3),a2_0x23a6af(0xf8))[a2_0x23a6af(0x147)](a2_0x23a6af(0x181),'Token\x20description')[a2_0x23a6af(0x101)](async(_0x45a5b1,_0x5d5b50,_0x3d170a,_0x3bd6ed)=>{const _0x3db1af=new PSPzServiceTokenCreateCommand(),_0x22326f=program['opts'](),_0x1f14bf=await createTDXInstance(_0x22326f),_0x8b6bf4=await _0x3db1af['run']({'options':{..._0x22326f,..._0x3bd6ed},'args':_0x3d170a?[_0x45a5b1,_0x5d5b50,_0x3d170a]:[_0x45a5b1,_0x5d5b50],'tdx':_0x1f14bf});gracefulExit(_0x8b6bf4);}),psPzServiceTokenCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1b2))[a2_0x23a6af(0x336)]('Delete\x20a\x20token\x20from\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)')['action'](async(_0x316fb1,_0x1e1590,_0x2bc70f)=>{const _0x3919f0=a2_0x23a6af,_0x2cef97=new PSPzServiceTokenDeleteCommand(),_0x25f2f7=program[_0x3919f0(0x256)](),_0x4c417e=await createTDXInstance(_0x25f2f7),_0x52a451=await _0x2cef97[_0x3919f0(0x2d3)]({'options':{..._0x25f2f7,..._0x2bc70f},'args':_0x1e1590?[_0x316fb1,_0x1e1590]:[_0x316fb1],'tdx':_0x4c417e});gracefulExit(_0x52a451);}),parentCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x29c))[a2_0x23a6af(0x336)](a2_0x23a6af(0x1c1))[a2_0x23a6af(0x315)](a2_0x23a6af(0xd0),a2_0x23a6af(0x1f7))[a2_0x23a6af(0x315)](a2_0x23a6af(0x2e5),a2_0x23a6af(0x276))[a2_0x23a6af(0x147)](a2_0x23a6af(0x181),a2_0x23a6af(0x8c))[a2_0x23a6af(0x147)](a2_0x23a6af(0x19d),'Schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly')['option'](a2_0x23a6af(0x1a5),'Schedule\x20option\x20(time\x20for\x20daily,\x20day\x20for\x20weekly/monthly)')[a2_0x23a6af(0x147)]('--timezone\x20<tz>',a2_0x23a6af(0x343))[a2_0x23a6af(0x147)]('--attributes\x20<json>',a2_0x23a6af(0x234))[a2_0x23a6af(0x147)](a2_0x23a6af(0xf6),a2_0x23a6af(0x351))[a2_0x23a6af(0x147)](a2_0x23a6af(0x25c),'Behaviors\x20as\x20JSON\x20string')[a2_0x23a6af(0x147)](a2_0x23a6af(0x215),'Behaviors\x20from\x20JSON\x20file')[a2_0x23a6af(0x147)](a2_0x23a6af(0x2ad),'Customer\x20group\x20as\x20JSON\x20string')[a2_0x23a6af(0x147)](a2_0x23a6af(0xf9),'Customer\x20group\x20from\x20JSON\x20file')[a2_0x23a6af(0x101)](async(_0xb5da11,_0xd0b4bd)=>{const _0x159b9d=a2_0x23a6af,_0x53ff25=new ParentSegmentCreateCommand(),_0x1a69cf=program['opts'](),_0xbd34e2=await createTDXInstance(_0x1a69cf),_0x4db1bd=await _0x53ff25[_0x159b9d(0x2d3)]({'options':{..._0x1a69cf,..._0xd0b4bd},'args':[_0xb5da11],'tdx':_0xbd34e2});gracefulExit(_0x4db1bd);}),parentCmd['command'](a2_0x23a6af(0x261))['description'](a2_0x23a6af(0x30d))[a2_0x23a6af(0x147)]('--description\x20<text>',a2_0x23a6af(0x235))[a2_0x23a6af(0x147)](a2_0x23a6af(0x19d),'Updated\x20schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1a5),'Updated\x20schedule\x20option')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1a2),a2_0x23a6af(0x30a))['option'](a2_0x23a6af(0x165),a2_0x23a6af(0x14c))[a2_0x23a6af(0x147)]('--add-attributes-file\x20<file>',a2_0x23a6af(0x382))['option'](a2_0x23a6af(0x74),a2_0x23a6af(0x1f3))[a2_0x23a6af(0x147)](a2_0x23a6af(0x195),a2_0x23a6af(0x1d6))[a2_0x23a6af(0x101)](async(_0x5cc99d,_0x84cc2d)=>{const _0x1d9a53=a2_0x23a6af,_0x1c426e=new ParentSegmentUpdateCommand(),_0x1514a5=program['opts'](),_0x46139f=await createTDXInstance(_0x1514a5),_0x462ffe=await _0x1c426e[_0x1d9a53(0x2d3)]({'options':{..._0x1514a5,..._0x84cc2d},'args':[_0x5cc99d],'tdx':_0x46139f});gracefulExit(_0x462ffe);}),folderCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0xc2))[a2_0x23a6af(0x336)](a2_0x23a6af(0x12e))['option'](a2_0x23a6af(0x181),a2_0x23a6af(0x139))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2c1),a2_0x23a6af(0xec))[a2_0x23a6af(0x101)](async(_0x4c2c19,_0x2975c8,_0xe4dd06)=>{const _0x50bf7c=a2_0x23a6af,_0x12a4e8=new SegmentFolderCreateCommand(),_0x57d285=program[_0x50bf7c(0x256)](),_0x16ee8b=await createTDXInstance(_0x57d285),_0x1b7785=await _0x12a4e8[_0x50bf7c(0x2d3)]({'options':{..._0x57d285,..._0xe4dd06},'args':[_0x4c2c19,_0x2975c8],'tdx':_0x16ee8b});gracefulExit(_0x1b7785);}),program[a2_0x23a6af(0x111)](a2_0x23a6af(0x22f))[a2_0x23a6af(0x336)](a2_0x23a6af(0x15f))['action'](async(_0x3bb2c1,_0x5933a2)=>{const _0x3d7af9=a2_0x23a6af,_0x52d898=new ActivationsCommand(),_0x1cb282=program[_0x3d7af9(0x256)](),_0x24c3ac=await createTDXInstance(_0x1cb282),_0x354e04=await _0x52d898[_0x3d7af9(0x2d3)]({'options':{..._0x1cb282,..._0x5933a2},'args':[_0x3bb2c1],'tdx':_0x24c3ac});gracefulExit(_0x354e04);});const workflowCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0x70))[a2_0x23a6af(0x340)]('wf')[a2_0x23a6af(0x336)](a2_0x23a6af(0x216)),wfProjectCmd=workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x230))[a2_0x23a6af(0x336)](a2_0x23a6af(0x34a)),wfProjectListAction=async(_0x2e2538,_0x5a5a2e)=>{const _0x320cec=a2_0x23a6af,_0x4d347f=new WorkflowProjectsCommand(),_0x5f3b60=program[_0x320cec(0x256)](),_0x442970=await createTDXInstance(_0x5f3b60),_0x31944d=await _0x4d347f[_0x320cec(0x2d3)]({'options':{..._0x5f3b60,..._0x5a5a2e},'args':_0x2e2538?[_0x2e2538]:[],'tdx':_0x442970});gracefulExit(_0x31944d);};wfProjectCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x365))[a2_0x23a6af(0x101)](wfProjectListAction),workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x13f))[a2_0x23a6af(0x336)](a2_0x23a6af(0xaa))[a2_0x23a6af(0x101)](wfProjectListAction);const wfWorkflowListAction=async(_0x70c575,_0x14de13)=>{const _0x2a4eee=a2_0x23a6af,_0x452571=new WorkflowWorkflowsCommand(),_0x21c58d=program[_0x2a4eee(0x256)](),_0x1ec8d=await createTDXInstance(_0x21c58d),_0x4dedf4=await _0x452571[_0x2a4eee(0x2d3)]({'options':{..._0x21c58d,..._0x14de13},'args':_0x70c575?[_0x70c575]:[],'tdx':_0x1ec8d});gracefulExit(_0x4dedf4);};workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x24c))['description'](a2_0x23a6af(0x297))['action'](wfWorkflowListAction);const wfSessionCmd=workflowCmd['command'](a2_0x23a6af(0x1cf))[a2_0x23a6af(0x336)](a2_0x23a6af(0xd3)),wfSessionListAction=async(_0x3d6976,_0x5c8594)=>{const _0x47fc15=a2_0x23a6af,_0x5c4044=new WorkflowSessionsCommand(),_0x3c6aaa=program[_0x47fc15(0x256)](),_0x57bda0=await createTDXInstance(_0x3c6aaa),_0x3c502d=await _0x5c4044[_0x47fc15(0x2d3)]({'options':{..._0x3c6aaa,..._0x5c8594},'args':_0x3d6976?[_0x3d6976]:[],'tdx':_0x57bda0});gracefulExit(_0x3c502d);};wfSessionCmd['command']('list\x20[project]')['description'](a2_0x23a6af(0x35e))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2e1),a2_0x23a6af(0x2ff))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1f9),'Start\x20time\x20filter\x20(ISO\x208601\x20format)')[a2_0x23a6af(0x147)](a2_0x23a6af(0xb4),'End\x20time\x20filter\x20(ISO\x208601\x20format)')[a2_0x23a6af(0x101)](wfSessionListAction),workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1e4))[a2_0x23a6af(0x336)](a2_0x23a6af(0xcb))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2e1),a2_0x23a6af(0x2ff))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1f9),a2_0x23a6af(0x291))[a2_0x23a6af(0x147)](a2_0x23a6af(0xb4),a2_0x23a6af(0x317))[a2_0x23a6af(0x101)](wfSessionListAction);const wfAttemptListAction=async(_0x1a4a94,_0x558275)=>{const _0x266163=a2_0x23a6af,_0x58d4da=new WorkflowAttemptsCommand(),_0x1751d7=program['opts'](),_0x4868b0=await createTDXInstance(_0x1751d7),_0x421f63=await _0x58d4da[_0x266163(0x2d3)]({'options':{..._0x1751d7,..._0x558275},'args':_0x1a4a94?[_0x1a4a94]:[],'tdx':_0x4868b0});gracefulExit(_0x421f63);},attemptCmd=workflowCmd[a2_0x23a6af(0x111)]('attempt')[a2_0x23a6af(0x336)](a2_0x23a6af(0x2a0))[a2_0x23a6af(0xd2)](a2_0x23a6af(0x1ad),a2_0x23a6af(0x1d0))[a2_0x23a6af(0xd2)](a2_0x23a6af(0x333),a2_0x23a6af(0x107))[a2_0x23a6af(0xd2)]('[task-name]','Task\x20name\x20for\x20logs\x20action')[a2_0x23a6af(0x147)]('--include-subtasks',a2_0x23a6af(0x272))['option'](a2_0x23a6af(0x1cc),a2_0x23a6af(0x160))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1ed),a2_0x23a6af(0x1e7))['option'](a2_0x23a6af(0x144),a2_0x23a6af(0x155))['option'](a2_0x23a6af(0x260),'Force\x20retry\x20even\x20if\x20not\x20failed')[a2_0x23a6af(0x147)](a2_0x23a6af(0x316),a2_0x23a6af(0x246))[a2_0x23a6af(0x101)](async(_0x23dedd,_0x247b54,_0x288166,_0x597a9e)=>{const _0x17ccf3=a2_0x23a6af;if(_0x23dedd===_0x17ccf3(0x126)){await wfAttemptListAction(_0x247b54,_0x597a9e);return;}if(!_0x23dedd){attemptCmd['help']();return;}const _0x3968de=program[_0x17ccf3(0x256)](),_0x2fe9c5=await createTDXInstance(_0x3968de);let _0x4f250d=0x0;if(!_0x247b54){const _0x1f73b1=new WorkflowAttemptCommand();_0x4f250d=await _0x1f73b1['run']({'options':{..._0x3968de,..._0x597a9e},'args':[_0x23dedd],'tdx':_0x2fe9c5});}else{if(_0x247b54===_0x17ccf3(0x270)){const _0x5844b4=new WorkflowLogsCommand();_0x4f250d=await _0x5844b4['run']({'options':{..._0x3968de,..._0x597a9e},'args':_0x288166?[_0x23dedd,_0x288166]:[_0x23dedd],'tdx':_0x2fe9c5});}else{if(_0x247b54==='tasks'){const _0x244e1c=new WorkflowTasksCommand();_0x4f250d=await _0x244e1c[_0x17ccf3(0x2d3)]({'options':{..._0x3968de,..._0x597a9e},'args':[_0x23dedd],'tdx':_0x2fe9c5});}else{if(_0x247b54===_0x17ccf3(0x255)){const _0x41d72f=new WorkflowKillCommand();_0x4f250d=await _0x41d72f['run']({'options':{..._0x3968de,..._0x597a9e},'args':[_0x23dedd],'tdx':_0x2fe9c5});}else{if(_0x247b54===_0x17ccf3(0x17d)){const _0x19f04e=new WorkflowRetryCommand();_0x4f250d=await _0x19f04e[_0x17ccf3(0x2d3)]({'options':{..._0x3968de,..._0x597a9e},'args':[_0x17ccf3(0x34e)+_0x23dedd],'tdx':_0x2fe9c5});}else console[_0x17ccf3(0x82)](_0x17ccf3(0x131)+_0x247b54),console[_0x17ccf3(0x82)](_0x17ccf3(0x238)),_0x4f250d=0x1;}}}}gracefulExit(_0x4f250d);});attemptCmd['command'](a2_0x23a6af(0xaf))[a2_0x23a6af(0x336)](a2_0x23a6af(0x27c))[a2_0x23a6af(0x147)]('--include-retried',a2_0x23a6af(0x2bf))['action'](wfAttemptListAction),workflowCmd[a2_0x23a6af(0x111)]('attempts\x20[project]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x1f4))[a2_0x23a6af(0x147)](a2_0x23a6af(0x316),a2_0x23a6af(0x2bf))[a2_0x23a6af(0x101)](wfAttemptListAction),workflowCmd['command'](a2_0x23a6af(0x108))[a2_0x23a6af(0x336)](a2_0x23a6af(0x305))[a2_0x23a6af(0x147)](a2_0x23a6af(0x26a),'Follow/watch\x20timeline\x20for\x20running\x20attempts')[a2_0x23a6af(0x147)](a2_0x23a6af(0x250),a2_0x23a6af(0x37b))[a2_0x23a6af(0x147)](a2_0x23a6af(0x25e),a2_0x23a6af(0x149))['action'](async(_0x2f4771,_0x2c520f)=>{const _0x370602=a2_0x23a6af,_0x1372bf=new WorkflowTimelineCommand(),_0x5ddb67=program[_0x370602(0x256)](),_0x276296=await createTDXInstance(_0x5ddb67),_0x219673=await _0x1372bf[_0x370602(0x2d3)]({'options':{..._0x5ddb67,..._0x2c520f},'args':_0x2f4771?[_0x2f4771]:[],'tdx':_0x276296});gracefulExit(_0x219673);}),workflowCmd[a2_0x23a6af(0x111)]('retry\x20<session-id>')[a2_0x23a6af(0x336)](a2_0x23a6af(0x221))['option'](a2_0x23a6af(0x18a),'Resume\x20from\x20specific\x20task')[a2_0x23a6af(0x147)](a2_0x23a6af(0x144),a2_0x23a6af(0x203))[a2_0x23a6af(0x101)](async(_0x19f77b,_0x60001)=>{const _0x3175ce=a2_0x23a6af,_0x29bd7d=new WorkflowRetryCommand(),_0x34d67c=program[_0x3175ce(0x256)](),_0x376c20=await createTDXInstance(_0x34d67c),_0x30d97c=await _0x29bd7d['run']({'options':{..._0x34d67c,..._0x60001},'args':[_0x19f77b],'tdx':_0x376c20});gracefulExit(_0x30d97c);}),workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x277))['description'](a2_0x23a6af(0x28c))[a2_0x23a6af(0x147)]('--param\x20<key=value>','Workflow\x20parameter\x20(repeatable)',(_0x293272,_0x301e02=[])=>[..._0x301e02,_0x293272],[])['option'](a2_0x23a6af(0x304),a2_0x23a6af(0x370))[a2_0x23a6af(0x101)](async(_0x5bbf3e,_0x146470)=>{const _0x5f6ef3=a2_0x23a6af,_0x4e660e=new WorkflowRunCommand(),_0xd6905c=program[_0x5f6ef3(0x256)](),_0x4f5af4=await createTDXInstance(_0xd6905c),_0x5ec30a=await _0x4e660e['run']({'options':{..._0xd6905c,..._0x146470},'args':_0x5bbf3e?[_0x5bbf3e]:[],'tdx':_0x4f5af4});gracefulExit(_0x5ec30a);}),workflowCmd['command'](a2_0x23a6af(0x166))[a2_0x23a6af(0x336)](a2_0x23a6af(0xbd))['option'](a2_0x23a6af(0x264),a2_0x23a6af(0x339))[a2_0x23a6af(0x101)](async(_0x49c0cd,_0x1de3d9,_0x52d9e3)=>{const _0x5175d6=a2_0x23a6af,_0x4526b1=new WorkflowDownloadCommand(),_0x726c83=program[_0x5175d6(0x256)](),_0x516ae4=await createTDXInstance(_0x726c83),_0x29ea08=await _0x4526b1[_0x5175d6(0x2d3)]({'options':{..._0x726c83,..._0x52d9e3},'args':[_0x49c0cd,_0x1de3d9||'.'],'tdx':_0x516ae4});gracefulExit(_0x29ea08);}),workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x366))[a2_0x23a6af(0x336)](a2_0x23a6af(0x26e))['option'](a2_0x23a6af(0x264),a2_0x23a6af(0x1cb))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),'Preview\x20changes\x20without\x20writing\x20files')[a2_0x23a6af(0x101)](async(_0x3159e5,_0x281605,_0x4578a6)=>{const _0x3c5fc8=a2_0x23a6af,_0x1c33ac=new WorkflowPullCommand(),_0x33e6eb=program['opts'](),_0x30225d=await createTDXInstance(_0x33e6eb),_0x2deb12=await _0x1c33ac[_0x3c5fc8(0x2d3)]({'options':{..._0x33e6eb,..._0x4578a6},'args':_0x281605?[_0x3159e5,_0x281605]:[_0x3159e5],'tdx':_0x30225d});gracefulExit(_0x2deb12);}),workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x206))[a2_0x23a6af(0x336)](a2_0x23a6af(0x252))[a2_0x23a6af(0x147)](a2_0x23a6af(0x264),a2_0x23a6af(0xb3))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),'Preview\x20changes\x20without\x20pushing')[a2_0x23a6af(0x147)]('--skip-validation','Skip\x20validation\x20of\x20.dig\x20files')['action'](async(_0x369011,_0x27723d)=>{const _0x582588=a2_0x23a6af,_0x31d569=new WorkflowPushCommand(),_0x2a5eec=program['opts'](),_0x55bf77=await createTDXInstance(_0x2a5eec),_0x74093b=await _0x31d569[_0x582588(0x2d3)]({'options':{..._0x2a5eec,..._0x27723d},'args':_0x369011?[_0x369011]:[],'tdx':_0x55bf77});gracefulExit(_0x74093b);}),workflowCmd['command'](a2_0x23a6af(0x329))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2fb))['option'](a2_0x23a6af(0x2d0),a2_0x23a6af(0x91))[a2_0x23a6af(0x147)]('--revision\x20<revision>','Revision\x20name\x20(default:\x20timestamp)')['option']('--skip-validation','Skip\x20validation\x20of\x20.dig\x20files')[a2_0x23a6af(0x101)](async(_0x2c3ef4,_0x503a75)=>{const _0x565420=a2_0x23a6af,_0x4bc11e=new WorkflowUploadCommand(),_0x5d7f86=program[_0x565420(0x256)](),_0x5745a7=await createTDXInstance(_0x5d7f86),_0x1bd3e9=await _0x4bc11e[_0x565420(0x2d3)]({'options':{..._0x5d7f86,..._0x503a75},'args':_0x2c3ef4?[_0x2c3ef4]:[],'tdx':_0x5745a7});gracefulExit(_0x1bd3e9);}),workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x140))[a2_0x23a6af(0x336)](a2_0x23a6af(0x71))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d0),a2_0x23a6af(0x158))[a2_0x23a6af(0x147)](a2_0x23a6af(0x264),a2_0x23a6af(0xb3))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),a2_0x23a6af(0xb2))[a2_0x23a6af(0x147)](a2_0x23a6af(0xc0),a2_0x23a6af(0x169))[a2_0x23a6af(0x101)](async(_0x557901,_0x14c143)=>{const _0x5d7ce3=a2_0x23a6af,_0xbb3586=new WorkflowCloneCommand(),_0x4a9a24=program[_0x5d7ce3(0x256)](),_0x144e51=await createTDXInstance(_0x4a9a24),_0x3949cb=await _0xbb3586[_0x5d7ce3(0x2d3)]({'options':{..._0x4a9a24,..._0x14c143},'args':_0x557901?[_0x557901]:[],'tdx':_0x144e51});gracefulExit(_0x3949cb);}),workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x347))[a2_0x23a6af(0x336)]('Delete\x20workflow\x20project\x20from\x20Treasure\x20Data')[a2_0x23a6af(0x101)](async(_0x1a932e,_0x5f36a8)=>{const _0x1a08e7=a2_0x23a6af,_0x597762=new WorkflowDeleteCommand(),_0x4d115e=program[_0x1a08e7(0x256)](),_0x475dc9=await createTDXInstance(_0x4d115e),_0x597cbe=await _0x597762['run']({'options':{..._0x4d115e,..._0x5f36a8},'args':[_0x1a932e],'tdx':_0x475dc9});gracefulExit(_0x597cbe);}),workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x218))[a2_0x23a6af(0x336)](a2_0x23a6af(0x248))[a2_0x23a6af(0x147)](a2_0x23a6af(0x26d),a2_0x23a6af(0x320))['action'](async(_0x2751a6,_0xce6474)=>{const _0x5a76c8=new WorkflowUseCommand(),_0x332b75=program['opts'](),_0x2cf4fe=await createTDXInstance(_0x332b75),_0x130e97=await _0x5a76c8['run']({'options':{..._0x332b75,..._0xce6474},'args':_0x2751a6?[_0x2751a6]:[],'tdx':_0x2cf4fe});gracefulExit(_0x130e97);});const wfSecretsCmd=workflowCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x79))[a2_0x23a6af(0x336)](a2_0x23a6af(0x359));wfSecretsCmd['command']('list\x20[project]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x236))[a2_0x23a6af(0x101)](async(_0x29ee66,_0x2c0d67)=>{const _0x103e01=a2_0x23a6af,_0x3e6577=new WorkflowSecretsListCommand(),_0x5ebbef=program[_0x103e01(0x256)](),_0x4372f6=await createTDXInstance(_0x5ebbef),_0xdf8b07=await _0x3e6577[_0x103e01(0x2d3)]({'options':{..._0x5ebbef,..._0x2c0d67},'args':_0x29ee66?[_0x29ee66]:[],'tdx':_0x4372f6});gracefulExit(_0xdf8b07);}),wfSecretsCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x16e))[a2_0x23a6af(0x336)](a2_0x23a6af(0x115))[a2_0x23a6af(0x101)](async(_0xdc1a59,_0x2bc073)=>{const _0x1d1dd2=a2_0x23a6af,_0xbe06a8=new WorkflowSecretsSetCommand(),_0x449e7=program['opts'](),_0xc6818e=await createTDXInstance(_0x449e7),_0x1fa358=await _0xbe06a8[_0x1d1dd2(0x2d3)]({'options':{..._0x449e7,..._0x2bc073},'args':_0xdc1a59,'tdx':_0xc6818e});gracefulExit(_0x1fa358);}),wfSecretsCmd['command']('delete\x20<args...>')['description'](a2_0x23a6af(0x29b))['action'](async(_0x4e12b9,_0x1b2790)=>{const _0x458c30=a2_0x23a6af,_0x463d01=new WorkflowSecretsDeleteCommand(),_0x5218f0=program['opts'](),_0x1bdd28=await createTDXInstance(_0x5218f0),_0x4f0eb3=await _0x463d01[_0x458c30(0x2d3)]({'options':{..._0x5218f0,..._0x1b2790},'args':_0x4e12b9,'tdx':_0x1bdd28});gracefulExit(_0x4f0eb3);});const jobCmd=program[a2_0x23a6af(0x111)]('job')[a2_0x23a6af(0x336)](a2_0x23a6af(0x22c)),jobListAction=async _0x1347b5=>{const _0x3079a0=new JobListCommand(),_0x77cedf=program['opts'](),_0x42c7e8=await createTDXInstance(_0x77cedf),_0x5291da=await _0x3079a0['run']({'options':{..._0x77cedf,..._0x1347b5},'args':[],'tdx':_0x42c7e8});gracefulExit(_0x5291da);};jobCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x126))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2e3))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2e1),'Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)')[a2_0x23a6af(0x101)](jobListAction),program['command'](a2_0x23a6af(0x1e8),{'hidden':!![]})['description'](a2_0x23a6af(0x2b7))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2e1),'Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)')[a2_0x23a6af(0x101)](jobListAction),jobCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1a0))[a2_0x23a6af(0x336)](a2_0x23a6af(0x15a))[a2_0x23a6af(0x101)](async(_0x4d2483,_0x3da1c3)=>{const _0x407b3d=a2_0x23a6af,_0x388646=new JobShowCommand(),_0x555f21=program[_0x407b3d(0x256)](),_0x8c862b=await createTDXInstance(_0x555f21),_0x394418=await _0x388646[_0x407b3d(0x2d3)]({'options':{..._0x555f21,..._0x3da1c3},'args':[_0x4d2483],'tdx':_0x8c862b});gracefulExit(_0x394418);}),jobCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x312))['description'](a2_0x23a6af(0x84))[a2_0x23a6af(0x101)](async(_0x23b1e8,_0x3f61e4)=>{const _0x5a4715=a2_0x23a6af,_0x3c751a=new JobKillCommand(),_0x101d9d=program[_0x5a4715(0x256)](),_0x5efe8f=await createTDXInstance(_0x101d9d),_0x24e27e=await _0x3c751a[_0x5a4715(0x2d3)]({'options':{..._0x101d9d,..._0x3f61e4},'args':[_0x23b1e8],'tdx':_0x5efe8f});gracefulExit(_0x24e27e);}),jobCmd[a2_0x23a6af(0x111)]('submit\x20[query]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x1d5))[a2_0x23a6af(0x147)]('--job-type\x20<type>','Job\x20type:\x20trino\x20or\x20hive\x20(default:\x20trino)','trino')[a2_0x23a6af(0x147)](a2_0x23a6af(0x31f),a2_0x23a6af(0x1ac))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2f3),'Database\x20name\x20(default:\x20information_schema)','information_schema')[a2_0x23a6af(0x147)](a2_0x23a6af(0xbf),a2_0x23a6af(0x18f))[a2_0x23a6af(0x101)](async(_0x2f4ae6,_0x525d15)=>{const _0x1b9291=a2_0x23a6af,_0xc09c84=new JobSubmitCommand(),_0x23c252=program[_0x1b9291(0x256)](),_0x276054=await createTDXInstance(_0x23c252),_0x19ca29=await _0xc09c84[_0x1b9291(0x2d3)]({'options':{..._0x23c252,..._0x525d15},'args':_0x2f4ae6?[_0x2f4ae6]:[],'tdx':_0x276054});gracefulExit(_0x19ca29);}),jobCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x321))[a2_0x23a6af(0x336)]('Get\x20job\x20results')['action'](async(_0x5590ff,_0x3052d2)=>{const _0x39c014=a2_0x23a6af,_0x10309c=new JobResultCommand(),_0x36649e=program[_0x39c014(0x256)](),_0x29a44c=await createTDXInstance(_0x36649e),_0xd23e61=await _0x10309c[_0x39c014(0x2d3)]({'options':{..._0x36649e,..._0x3052d2},'args':[_0x5590ff],'tdx':_0x29a44c});gracefulExit(_0xd23e61);});const scheduleCmd=jobCmd['command'](a2_0x23a6af(0xc4))['description'](a2_0x23a6af(0x23c));scheduleCmd[a2_0x23a6af(0x111)]('list\x20[pattern]')[a2_0x23a6af(0x336)]('List\x20scheduled\x20queries\x20(optional\x20regex\x20pattern\x20filter)')['action'](async(_0x40bab3,_0xa7ee9b)=>{const _0x3826d8=a2_0x23a6af,_0x4b6241=new ScheduleListCommand(),_0x5a0e77=program['opts'](),_0x921450=await createTDXInstance(_0x5a0e77),_0x411d7c=await _0x4b6241[_0x3826d8(0x2d3)]({'options':{..._0x5a0e77,..._0xa7ee9b},'args':_0x40bab3?[_0x40bab3]:[],'tdx':_0x921450});gracefulExit(_0x411d7c);}),scheduleCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x22d))['description'](a2_0x23a6af(0x21f))[a2_0x23a6af(0x101)](async(_0x2fd8dd,_0x2eb586)=>{const _0x259016=a2_0x23a6af,_0x2ab56d=new ScheduleShowCommand(),_0x33a838=program[_0x259016(0x256)](),_0x4cd651=await createTDXInstance(_0x33a838),_0x256840=await _0x2ab56d['run']({'options':{..._0x33a838,..._0x2eb586},'args':[_0x2fd8dd],'tdx':_0x4cd651});gracefulExit(_0x256840);}),scheduleCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x29c))[a2_0x23a6af(0x336)](a2_0x23a6af(0x274))['option'](a2_0x23a6af(0x28e),'Database\x20name\x20(required)')[a2_0x23a6af(0x147)]('--in\x20<db>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x23a6af(0x315)](a2_0x23a6af(0x31f),a2_0x23a6af(0x1ac))[a2_0x23a6af(0x147)]('--type\x20<type>',a2_0x23a6af(0x1be),'trino')[a2_0x23a6af(0x147)]('--cron\x20<expression>',a2_0x23a6af(0x2d5))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1a2),a2_0x23a6af(0x1c5))['option'](a2_0x23a6af(0x296),a2_0x23a6af(0x191))[a2_0x23a6af(0x147)](a2_0x23a6af(0x12d),a2_0x23a6af(0x2c2))[a2_0x23a6af(0x147)]('--retry-limit\x20<0~32>','Retry\x20limit\x20(0\x20to\x2032)')['option'](a2_0x23a6af(0x81),a2_0x23a6af(0x83))[a2_0x23a6af(0x147)](a2_0x23a6af(0xa5),a2_0x23a6af(0x2b5))['action'](async(_0x419892,_0x24da71)=>{const _0x118df1=a2_0x23a6af,_0x38d849=new ScheduleCreateCommand(),_0x2445c2=program[_0x118df1(0x256)](),_0x4f5505=await createTDXInstance(_0x2445c2);_0x24da71['in']&&(_0x24da71[_0x118df1(0x24f)]=_0x24da71['in']);const _0x47caf9=await _0x38d849[_0x118df1(0x2d3)]({'options':{..._0x2445c2,..._0x24da71},'args':[_0x419892],'tdx':_0x4f5505});gracefulExit(_0x47caf9);}),scheduleCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x261))[a2_0x23a6af(0x336)]('Update\x20a\x20scheduled\x20query')[a2_0x23a6af(0x147)](a2_0x23a6af(0x28e),a2_0x23a6af(0xf0))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2cb),a2_0x23a6af(0x193))['option'](a2_0x23a6af(0x31f),a2_0x23a6af(0x1ac))['option'](a2_0x23a6af(0x163),'Query\x20type:\x20trino\x20or\x20hive')['option']('--cron\x20<expression>',a2_0x23a6af(0x2d5))['option']('--timezone\x20<tz>',a2_0x23a6af(0x2fd))[a2_0x23a6af(0x147)](a2_0x23a6af(0x296),a2_0x23a6af(0x191))[a2_0x23a6af(0x147)](a2_0x23a6af(0x12d),a2_0x23a6af(0x2c2))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2da),'Retry\x20limit\x20(0\x20to\x2032)')['option'](a2_0x23a6af(0x81),'Query\x20engine\x20version')[a2_0x23a6af(0x147)](a2_0x23a6af(0xa5),a2_0x23a6af(0x2b5))['action'](async(_0x5e8e1b,_0x495716)=>{const _0xab4b67=a2_0x23a6af,_0x34a8f2=new ScheduleUpdateCommand(),_0x49345f=program['opts'](),_0x512865=await createTDXInstance(_0x49345f);_0x495716['in']&&(_0x495716[_0xab4b67(0x24f)]=_0x495716['in']);const _0x584073=await _0x34a8f2[_0xab4b67(0x2d3)]({'options':{..._0x49345f,..._0x495716},'args':[_0x5e8e1b],'tdx':_0x512865});gracefulExit(_0x584073);}),scheduleCmd[a2_0x23a6af(0x111)]('delete\x20<name>')[a2_0x23a6af(0x336)](a2_0x23a6af(0x35b))[a2_0x23a6af(0x101)](async(_0x4f93a6,_0x251238)=>{const _0x15ee35=a2_0x23a6af,_0x2eed81=new ScheduleDeleteCommand(),_0x3d583c=program[_0x15ee35(0x256)](),_0x21d158=await createTDXInstance(_0x3d583c),_0x3fb9f0=await _0x2eed81[_0x15ee35(0x2d3)]({'options':{..._0x3d583c,..._0x251238},'args':[_0x4f93a6],'tdx':_0x21d158});gracefulExit(_0x3fb9f0);}),scheduleCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x7e))[a2_0x23a6af(0x336)](a2_0x23a6af(0x121))[a2_0x23a6af(0x147)](a2_0x23a6af(0x187),a2_0x23a6af(0x257))[a2_0x23a6af(0x147)](a2_0x23a6af(0x288),a2_0x23a6af(0x1d2))['action'](async(_0x3598fd,_0x539a1b)=>{const _0x29205e=a2_0x23a6af,_0x151e36=new ScheduleRunCommand(),_0x510783=program[_0x29205e(0x256)](),_0x1dc338=await createTDXInstance(_0x510783),_0x59a5b8=await _0x151e36['run']({'options':{..._0x510783,..._0x539a1b},'args':[_0x3598fd],'tdx':_0x1dc338});gracefulExit(_0x59a5b8);}),scheduleCmd['command'](a2_0x23a6af(0x2d8))[a2_0x23a6af(0x336)](a2_0x23a6af(0x176))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2dc),a2_0x23a6af(0x157))[a2_0x23a6af(0x147)](a2_0x23a6af(0x280),a2_0x23a6af(0x1de))[a2_0x23a6af(0x101)](async(_0x41b400,_0x3fd43e)=>{const _0xf715c2=a2_0x23a6af,_0x10438b=new ScheduleHistoryCommand(),_0x19366e=program[_0xf715c2(0x256)](),_0x2d9a84=await createTDXInstance(_0x19366e),_0x519a7f=await _0x10438b['run']({'options':{..._0x19366e,..._0x3fd43e},'args':[_0x41b400],'tdx':_0x2d9a84});gracefulExit(_0x519a7f);});const llmCmd=program[a2_0x23a6af(0x111)]('llm')['description'](a2_0x23a6af(0x136));llmCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x26f))[a2_0x23a6af(0x336)](a2_0x23a6af(0xd5))['action'](async(_0x1a7b6c,_0x2bc5f1)=>{const _0x13646d=a2_0x23a6af,_0x34fcba=new LLMUseCommand(),_0x3de8db=program[_0x13646d(0x256)](),_0x30fe63=await createTDXInstance(_0x3de8db),_0x307f4a=await _0x34fcba[_0x13646d(0x2d3)]({'options':{..._0x3de8db,..._0x2bc5f1},'args':[_0x1a7b6c],'tdx':_0x30fe63});gracefulExit(_0x307f4a);}),llmCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x19e))[a2_0x23a6af(0x336)]('List\x20available\x20LLM\x20models')['action'](async _0x43cfb2=>{const _0x4422cf=new LLMModelsCommand(),_0x3dafb1=program['opts'](),_0x441140=await createTDXInstance(_0x3dafb1),_0x3c5e93=await _0x4422cf['run']({'options':{..._0x3dafb1,..._0x43cfb2},'args':[],'tdx':_0x441140});gracefulExit(_0x3c5e93);});const projectCmd=llmCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x230))[a2_0x23a6af(0x336)](a2_0x23a6af(0x259)),llmProjectListAction=async(_0x3db865,_0x5ace1f)=>{const _0x428e17=a2_0x23a6af,_0x321e15=new LLMProjectsCommand(),_0x2df7f6=program[_0x428e17(0x256)](),_0x36a1a8=await createTDXInstance(_0x2df7f6),_0x5aa9a5=await _0x321e15[_0x428e17(0x2d3)]({'options':{..._0x2df7f6,..._0x5ace1f},'args':_0x3db865?[_0x3db865]:[],'tdx':_0x36a1a8});gracefulExit(_0x5aa9a5);};projectCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x11c))[a2_0x23a6af(0x101)](llmProjectListAction),llmCmd['command'](a2_0x23a6af(0x13f))['description'](a2_0x23a6af(0x2fa))['action'](llmProjectListAction),projectCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x29c))[a2_0x23a6af(0x336)](a2_0x23a6af(0xfc))[a2_0x23a6af(0x147)](a2_0x23a6af(0x181),a2_0x23a6af(0x2d4))[a2_0x23a6af(0x101)](async(_0x1cc65c,_0x5471d2)=>{const _0x37fa48=a2_0x23a6af,_0x131cb2=new LLMProjectCreateCommand(),_0x463129=program[_0x37fa48(0x256)](),_0x332087=await createTDXInstance(_0x463129),_0xd7fb33=await _0x131cb2[_0x37fa48(0x2d3)]({'options':{..._0x463129,..._0x5471d2},'args':[_0x1cc65c],'tdx':_0x332087});gracefulExit(_0xd7fb33);}),projectCmd[a2_0x23a6af(0x111)]('delete\x20<name>')[a2_0x23a6af(0x336)](a2_0x23a6af(0x1ca))[a2_0x23a6af(0x101)](async(_0x9809a5,_0x4a078a)=>{const _0x296d3c=a2_0x23a6af,_0x1f4d6c=new LLMProjectDeleteCommand(),_0x5a35cd=program['opts'](),_0x54a0ae=await createTDXInstance(_0x5a35cd),_0xcd0021=await _0x1f4d6c[_0x296d3c(0x2d3)]({'options':{..._0x5a35cd,..._0x4a078a},'args':[_0x9809a5],'tdx':_0x54a0ae});gracefulExit(_0xcd0021);}),projectCmd['command'](a2_0x23a6af(0x338))[a2_0x23a6af(0x336)](a2_0x23a6af(0x12b))[a2_0x23a6af(0x147)](a2_0x23a6af(0x8e),a2_0x23a6af(0x1c3))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),'Show\x20what\x20would\x20be\x20backed\x20up\x20without\x20creating\x20files')[a2_0x23a6af(0x101)](async(_0x2333e8,_0x594ea2)=>{const _0x4027bb=new LLMProjectBackupCommand(),_0x4238bc=program['opts'](),_0x1b9286=await createTDXInstance(_0x4238bc),_0x17df80=await _0x4027bb['run']({'options':{..._0x4238bc,..._0x594ea2},'args':[_0x2333e8],'tdx':_0x1b9286});gracefulExit(_0x17df80);}),projectCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0xe2))[a2_0x23a6af(0x336)](a2_0x23a6af(0x145))[a2_0x23a6af(0x147)](a2_0x23a6af(0xe3),'New\x20project\x20name\x20(default:\x20original\x20name\x20from\x20backup)')[a2_0x23a6af(0x147)]('--dry-run','Show\x20what\x20would\x20be\x20restored\x20without\x20making\x20changes')['action'](async(_0x17365f,_0x1b4329)=>{const _0x309124=a2_0x23a6af,_0x4a2f06=new LLMProjectRestoreCommand(),_0xccd56b=program[_0x309124(0x256)](),_0x5a756f=await createTDXInstance(_0xccd56b),_0x4b7904=await _0x4a2f06[_0x309124(0x2d3)]({'options':{..._0xccd56b,..._0x1b4329},'args':[_0x17365f],'tdx':_0x5a756f});gracefulExit(_0x4b7904);});const llmAgentListAction=async(_0x4900fc,_0x522f5d)=>{const _0x14810c=a2_0x23a6af,_0x463a6e=new LLMAgentsCommand(),_0x3138aa=program[_0x14810c(0x256)](),_0x43d9b5=await createTDXInstance(_0x3138aa),_0x3fb1c3=await _0x463a6e['run']({'options':{..._0x3138aa,..._0x522f5d},'args':_0x4900fc?[_0x4900fc]:[],'tdx':_0x43d9b5});gracefulExit(_0x3fb1c3);};llmCmd[a2_0x23a6af(0x111)]('agents\x20[pattern]')['description'](a2_0x23a6af(0x1c2))[a2_0x23a6af(0x101)](llmAgentListAction),program[a2_0x23a6af(0x111)](a2_0x23a6af(0xe1))[a2_0x23a6af(0x336)](a2_0x23a6af(0x1c2))[a2_0x23a6af(0x101)](llmAgentListAction),llmCmd['command']('history\x20[chat-id]')[a2_0x23a6af(0x336)](a2_0x23a6af(0xc7))['option'](a2_0x23a6af(0x1e5),'Show\x20history\x20of\x20the\x20most\x20recent\x20chat\x20session')['action'](async(_0x56418a,_0x1985a2)=>{const _0x3939d7=a2_0x23a6af,_0x5e78db=new LLMHistoryCommand(),_0x515e74=program[_0x3939d7(0x256)](),_0x3bfd46=await createTDXInstance(_0x515e74),_0x3a40dd=await _0x5e78db[_0x3939d7(0x2d3)]({'options':{..._0x515e74,..._0x1985a2},'args':_0x56418a?[_0x56418a]:[],'tdx':_0x3bfd46});gracefulExit(_0x3a40dd);});isExperimentalAvailable()&&llmCmd['command'](a2_0x23a6af(0x152))[a2_0x23a6af(0x336)](a2_0x23a6af(0x23a))['action'](async(_0x26f434,_0x1f359f)=>{const _0x35140a=a2_0x23a6af,_0x16a7f9=new LLMLogCommand(),_0x5a667e=program[_0x35140a(0x256)](),_0x1f82e8=await createTDXInstance(_0x5a667e),_0x4104b5=await _0x16a7f9[_0x35140a(0x2d3)]({'options':{..._0x5a667e,..._0x1f359f},'args':[_0x26f434],'tdx':_0x1f82e8});gracefulExit(_0x4104b5);});program[a2_0x23a6af(0x111)](a2_0x23a6af(0x2a4))[a2_0x23a6af(0x383)](a2_0x23a6af(0x1b1))[a2_0x23a6af(0x336)](a2_0x23a6af(0xa8))[a2_0x23a6af(0x147)](a2_0x23a6af(0x90),a2_0x23a6af(0x15e))['option']('-r,\x20--resume',a2_0x23a6af(0x326))['option'](a2_0x23a6af(0x27f),a2_0x23a6af(0x2ea))['allowUnknownOption']()[a2_0x23a6af(0x1d3)](!![])[a2_0x23a6af(0x132)](a2_0x23a6af(0xa0),a2_0x23a6af(0x106))[a2_0x23a6af(0x101)](async(_0x1df787,_0x4276f4)=>{const _0x46062e=a2_0x23a6af,_0x13b982=program[_0x46062e(0x256)](),_0xfe940c=Array[_0x46062e(0x2b9)](_0x1df787)?_0x1df787:[];if(_0xfe940c[0x0]===_0x46062e(0x2bc)){const _0x258504=new ClaudeStatuslineCommand(),_0x5a2254=await _0x258504[_0x46062e(0x2d3)]({'options':{..._0x13b982,..._0x4276f4},'args':_0xfe940c[_0x46062e(0x31b)](0x1),'tdx':null});gracefulExit(_0x5a2254);}if(_0xfe940c[0x0]===_0x46062e(0x383)){const _0x5a8c5c=new ClaudeUsageCommand(),_0x503238=await _0x5a8c5c[_0x46062e(0x2d3)]({'options':{..._0x13b982,..._0x4276f4},'args':_0xfe940c[_0x46062e(0x31b)](0x1),'tdx':null});gracefulExit(_0x503238);}const _0xef7a1c=new ClaudeCommand(),_0xf174af=await createTDXInstance(_0x13b982),_0x540105=await _0xef7a1c[_0x46062e(0x2d3)]({'options':{..._0x13b982,..._0x4276f4},'args':_0xfe940c,'tdx':_0xf174af});gracefulExit(_0x540105);}),program['command'](a2_0x23a6af(0x2f4))['description'](a2_0x23a6af(0x214))[a2_0x23a6af(0x147)](a2_0x23a6af(0x26d),'Clear\x20session\x20context')[a2_0x23a6af(0x147)](a2_0x23a6af(0x129),'Save\x20as\x20default\x20in\x20config\x20(~/.config/tdx/tdx.json)')[a2_0x23a6af(0x101)](async(_0x1af57d,_0x365017,_0x82071c)=>{const _0xed4abf=a2_0x23a6af,_0x55c4c4=new UseCommand(),_0x10d2b3=program[_0xed4abf(0x256)](),_0x385b70=[];if(_0x1af57d)_0x385b70[_0xed4abf(0x10c)](_0x1af57d);if(_0x365017)_0x385b70[_0xed4abf(0x10c)](_0x365017);const _0x271e48=_0x1af57d===_0xed4abf(0x2f6),_0x300071=_0x271e48?await createTDXInstance(_0x10d2b3):null,_0x369003=await _0x55c4c4[_0xed4abf(0x2d3)]({'options':{..._0x10d2b3,..._0x82071c},'args':_0x385b70,'tdx':_0x300071});gracefulExit(_0x369003);}),program[a2_0x23a6af(0x111)](a2_0x23a6af(0x223))[a2_0x23a6af(0x336)]('Show\x20authentication\x20status\x20and\x20current\x20context')[a2_0x23a6af(0x101)](async _0x3aacb2=>{const _0x59e7d5=a2_0x23a6af,_0x30d443=new StatusCommand(),_0x45e55f=program[_0x59e7d5(0x256)](),_0x1efff5=await createTDXInstance(_0x45e55f),_0x542dfa=await _0x30d443[_0x59e7d5(0x2d3)]({'options':{..._0x45e55f,..._0x3aacb2},'args':[],'tdx':_0x1efff5});gracefulExit(_0x542dfa);}),program[a2_0x23a6af(0x111)](a2_0x23a6af(0x23d))[a2_0x23a6af(0x336)](a2_0x23a6af(0x1a7))['option'](a2_0x23a6af(0x275),a2_0x23a6af(0x1a3))[a2_0x23a6af(0x147)](a2_0x23a6af(0x34b),'Upgrade\x20to\x20the\x20next\x20(pre-release)\x20channel')[a2_0x23a6af(0x147)]('--method\x20<pm>',a2_0x23a6af(0x20c))[a2_0x23a6af(0x101)](async(_0x432500,_0x3068da)=>{const _0x2d1cd2=a2_0x23a6af,_0x3001cc=new UpgradeCommand(),_0x528dc2=program['opts'](),_0x260527=await _0x3001cc[_0x2d1cd2(0x2d3)]({'options':{..._0x528dc2,..._0x3068da},'args':_0x432500?[_0x432500]:[],'tdx':null});gracefulExit(_0x260527);}),program[a2_0x23a6af(0x111)]('unset\x20<resource>')[a2_0x23a6af(0x336)](a2_0x23a6af(0xad))[a2_0x23a6af(0x147)]('--default',a2_0x23a6af(0x227))[a2_0x23a6af(0x101)](async(_0x47a54a,_0xcbfd5d)=>{const _0x598503=a2_0x23a6af,_0x393e4c=new UnsetCommand(),_0x7174c1=program['opts'](),_0x3a1663=await _0x393e4c[_0x598503(0x2d3)]({'options':{..._0x7174c1,..._0xcbfd5d},'args':[_0x47a54a],'tdx':null});gracefulExit(_0x3a1663);}),program[a2_0x23a6af(0x111)](a2_0x23a6af(0x2f5))[a2_0x23a6af(0x336)](a2_0x23a6af(0x36a))['option'](a2_0x23a6af(0x1e5),a2_0x23a6af(0xf7))[a2_0x23a6af(0x101)](async _0x123d15=>{const _0x13dcf8=a2_0x23a6af,_0x3925f9=new ChatsCommand(),_0x2a68b9=program[_0x13dcf8(0x256)](),_0x29adae=await createTDXInstance(_0x2a68b9),_0x463da2=await _0x3925f9[_0x13dcf8(0x2d3)]({'options':{..._0x2a68b9,..._0x123d15},'args':[],'tdx':_0x29adae});gracefulExit(_0x463da2);});const authCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0x22b))[a2_0x23a6af(0x336)](a2_0x23a6af(0xed));async function runAuthStatusCommand(_0x341d10){const _0x3c0025=a2_0x23a6af,_0x4604ba=new AuthStatusCommand(),_0x3cf579=program[_0x3c0025(0x256)](),_0x40e2ad=await createTDXInstance(_0x3cf579),_0x227107=await _0x4604ba['run']({'options':{..._0x3cf579,..._0x341d10},'args':[],'tdx':_0x40e2ad});gracefulExit(_0x227107);}authCmd['action'](runAuthStatusCommand),authCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x223))['description'](a2_0x23a6af(0x1bd))[a2_0x23a6af(0x101)](runAuthStatusCommand);async function authSetupAction(_0x45044f){const _0xf69456=new AuthSetupCommand(),_0x2d0d20=program['opts'](),_0x261eb6=await createTDXInstance(_0x2d0d20),_0x16fcee=await _0xf69456['run']({'options':{..._0x2d0d20,..._0x45044f},'args':[],'tdx':_0x261eb6});gracefulExit(_0x16fcee);}authCmd['command'](a2_0x23a6af(0x34c))[a2_0x23a6af(0x336)](a2_0x23a6af(0x308))[a2_0x23a6af(0x147)](a2_0x23a6af(0x29a),a2_0x23a6af(0xf4))[a2_0x23a6af(0x132)](a2_0x23a6af(0xa0),'\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')[a2_0x23a6af(0x101)](authSetupAction),authCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x281),{'hidden':!![]})[a2_0x23a6af(0x147)](a2_0x23a6af(0x29a),a2_0x23a6af(0xf4))[a2_0x23a6af(0x101)](authSetupAction),authCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x32a))['description'](a2_0x23a6af(0x309))[a2_0x23a6af(0x132)](a2_0x23a6af(0xa0),a2_0x23a6af(0x24a))[a2_0x23a6af(0x101)](async _0x3f5159=>{const _0x45a4db=new AuthClearCommand(),_0x469ddc=program['opts'](),_0x30b2f7=await _0x45a4db['run']({'options':{..._0x469ddc,..._0x3f5159},'args':[],'tdx':null});gracefulExit(_0x30b2f7);});const userCmd=program['command'](a2_0x23a6af(0xe0))[a2_0x23a6af(0x336)](a2_0x23a6af(0x31c)),userListAction=async _0xf651ca=>{const _0x1804fa=a2_0x23a6af,_0x2c102e=new UserListCommand(),_0x45c0d2=program['opts'](),_0x4380c3=await createTDXInstance(_0x45c0d2),_0x46941f=await _0x2c102e[_0x1804fa(0x2d3)]({'options':{..._0x45c0d2,..._0xf651ca},'args':[],'tdx':_0x4380c3});gracefulExit(_0x46941f);};userCmd['action'](async _0x3da750=>{const _0x3e1e42=a2_0x23a6af,_0xb0bea6=new UserCommand(),_0x1542bd=program[_0x3e1e42(0x256)](),_0x12c7da=await createTDXInstance(_0x1542bd),_0x5036ab=await _0xb0bea6[_0x3e1e42(0x2d3)]({'options':{..._0x1542bd,..._0x3da750},'args':[],'tdx':_0x12c7da});gracefulExit(_0x5036ab);}),userCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x126))[a2_0x23a6af(0x336)](a2_0x23a6af(0xd9))[a2_0x23a6af(0x101)](userListAction),program[a2_0x23a6af(0x111)](a2_0x23a6af(0x33b))[a2_0x23a6af(0x336)](a2_0x23a6af(0x202))['action'](userListAction);const policyCmd=program['command'](a2_0x23a6af(0x369))[a2_0x23a6af(0x336)](a2_0x23a6af(0x208));policyCmd[a2_0x23a6af(0x101)](async _0xb39748=>{const _0x405572=a2_0x23a6af,_0x4238a9=new PolicyCommand(),_0x32e8c4=program[_0x405572(0x256)](),_0x3b62ab=await createTDXInstance(_0x32e8c4),_0x550be9=await _0x4238a9[_0x405572(0x2d3)]({'options':{..._0x32e8c4,..._0xb39748},'args':[],'tdx':_0x3b62ab});gracefulExit(_0x550be9);}),policyCmd['command'](a2_0x23a6af(0x126))[a2_0x23a6af(0x336)]('List\x20all\x20policies\x20in\x20the\x20account\x20(admin\x20only)')[a2_0x23a6af(0x101)](async _0x11c883=>{const _0x3d1666=a2_0x23a6af,_0x119dbb=new PolicyListCommand(),_0x141fa5=program['opts'](),_0x36faaf=await createTDXInstance(_0x141fa5),_0x48385c=await _0x119dbb[_0x3d1666(0x2d3)]({'options':{..._0x141fa5,..._0x11c883},'args':[],'tdx':_0x36faaf});gracefulExit(_0x48385c);}),policyCmd['command']('show\x20<policy>')[a2_0x23a6af(0x336)]('Show\x20a\x20specific\x20policy\x20details\x20and\x20permissions\x20(admin\x20only)')[a2_0x23a6af(0x101)](async(_0xf6c040,_0x2dda5c)=>{const _0x246275=a2_0x23a6af,_0x1fdbd7=new PolicyShowCommand(),_0x1fd7ea=program[_0x246275(0x256)](),_0x478c5e=await createTDXInstance(_0x1fd7ea),_0x3806e5=await _0x1fdbd7[_0x246275(0x2d3)]({'options':{..._0x1fd7ea,..._0x2dda5c},'args':[_0xf6c040],'tdx':_0x478c5e});gracefulExit(_0x3806e5);}),program[a2_0x23a6af(0x111)]('profiles')[a2_0x23a6af(0x336)](a2_0x23a6af(0x10b))[a2_0x23a6af(0x101)](async _0x370ae1=>{const _0x461665=a2_0x23a6af,_0x33d8d9=new ProfilesCommand(),_0x1f2a3c=program[_0x461665(0x256)](),_0x539707=await _0x33d8d9[_0x461665(0x2d3)]({'options':{..._0x1f2a3c,..._0x370ae1},'args':[],'tdx':null});gracefulExit(_0x539707);});const profileCmd=program['command'](a2_0x23a6af(0x269))[a2_0x23a6af(0x336)](a2_0x23a6af(0x374));profileCmd[a2_0x23a6af(0x101)](()=>{const _0x21f3ca=a2_0x23a6af;profileCmd[_0x21f3ca(0x2bd)]();});const profileListAction=async _0x371e6f=>{const _0x20e872=new ProfilesCommand(),_0x54ee82=program['opts'](),_0x4aeecb=await _0x20e872['run']({'options':{..._0x54ee82,..._0x371e6f},'args':[],'tdx':null});gracefulExit(_0x4aeecb);};profileCmd['command']('list')[a2_0x23a6af(0x336)](a2_0x23a6af(0x10b))[a2_0x23a6af(0x101)](profileListAction),profileCmd['command'](a2_0x23a6af(0x286))[a2_0x23a6af(0x336)](a2_0x23a6af(0x222))[a2_0x23a6af(0x147)](a2_0x23a6af(0x29a),a2_0x23a6af(0xf4))['option'](a2_0x23a6af(0x9c),a2_0x23a6af(0x1bc))[a2_0x23a6af(0x132)](a2_0x23a6af(0xa0),a2_0x23a6af(0x341))[a2_0x23a6af(0x101)](async(_0x3e5aec,_0x57c172)=>{const _0x1f8160=a2_0x23a6af,_0x32cf31=new ProfileCreateCommand(),_0x2e5968=program[_0x1f8160(0x256)](),_0x216feb=await _0x32cf31[_0x1f8160(0x2d3)]({'options':{..._0x2e5968,..._0x57c172},'args':_0x3e5aec?[_0x3e5aec]:[],'tdx':null});gracefulExit(_0x216feb);});async function profileDeleteAction(_0xd8c172,_0x4c63ac){const _0x28c9ff=a2_0x23a6af,_0x1dbb9d=new ProfileDeleteCommand(),_0xac8dc4=program[_0x28c9ff(0x256)](),_0x5907c7=await _0x1dbb9d[_0x28c9ff(0x2d3)]({'options':{..._0xac8dc4,..._0x4c63ac},'args':[_0xd8c172],'tdx':null});gracefulExit(_0x5907c7);}profileCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x19c))[a2_0x23a6af(0x336)]('Delete\x20a\x20profile')[a2_0x23a6af(0x132)](a2_0x23a6af(0xa0),'\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20delete\x20staging\x20\x20\x20\x20\x20\x20#\x20Delete\x20the\x20\x27staging\x27\x20profile\x0a')[a2_0x23a6af(0x101)](profileDeleteAction),profileCmd[a2_0x23a6af(0x111)]('remove\x20<name>',{'hidden':!![]})[a2_0x23a6af(0x101)](profileDeleteAction),profileCmd['command']('set\x20<key=value>')[a2_0x23a6af(0x336)](a2_0x23a6af(0x31e))['addHelpText']('after',a2_0x23a6af(0x2e2))[a2_0x23a6af(0x101)](async(_0x341267,_0x5eab1b)=>{const _0x595a48=a2_0x23a6af,_0x5d40a1=new ProfileSetCommand(),_0x5f0c6a=program[_0x595a48(0x256)](),_0xa77b32=await _0x5d40a1[_0x595a48(0x2d3)]({'options':{..._0x5f0c6a,..._0x5eab1b},'args':[_0x341267],'tdx':null});gracefulExit(_0xa77b32);}),profileCmd['command'](a2_0x23a6af(0x2d2))[a2_0x23a6af(0x336)](a2_0x23a6af(0x128))['option'](a2_0x23a6af(0x129),'Save\x20as\x20default\x20in\x20config\x20(~/.config/tdx/tdx.json)')[a2_0x23a6af(0x132)](a2_0x23a6af(0xa0),a2_0x23a6af(0x167))['action'](async(_0x27f26a,_0x3a6c9d)=>{const _0x12cfcf=a2_0x23a6af,_0x247b34=new ProfileUseCommand(),_0x416c8a=program[_0x12cfcf(0x256)](),_0x7a329d=await _0x247b34['run']({'options':{..._0x416c8a,..._0x3a6c9d},'args':[_0x27f26a],'tdx':null});gracefulExit(_0x7a329d);});const engageCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0xab))['description'](a2_0x23a6af(0x146)),createEngageAction=_0x2b0264=>{return async(_0x173b27,_0xe2b4a7)=>{const _0x27d649=a2_0x3174,_0x38a036=new _0x2b0264(),_0x52d803=program[_0x27d649(0x256)](),_0x23a37c=await createTDXInstance(_0x52d803),_0x51e5b1=await _0x38a036[_0x27d649(0x2d3)]({'options':{..._0x52d803,..._0xe2b4a7},'args':[_0x173b27],'tdx':_0x23a37c});gracefulExit(_0x51e5b1);};},createEngageNoArgAction=_0x208bbc=>{return async _0x231867=>{const _0x1cd9fa=a2_0x3174,_0x2b95fb=new _0x208bbc(),_0x193eea=program[_0x1cd9fa(0x256)](),_0x34d54c=await createTDXInstance(_0x193eea),_0x4ee3c8=await _0x2b95fb[_0x1cd9fa(0x2d3)]({'options':{..._0x193eea,..._0x231867},'args':[],'tdx':_0x34d54c});gracefulExit(_0x4ee3c8);};},createEngageListAction=_0x270640=>{return async(_0x2244b4,_0x4cfcc6)=>{const _0x182fa1=a2_0x3174,_0x25f547=new _0x270640(),_0x3d1ef3=program[_0x182fa1(0x256)](),_0x581878=await createTDXInstance(_0x3d1ef3),_0x4aeec2=await _0x25f547[_0x182fa1(0x2d3)]({'options':{..._0x3d1ef3,..._0x4cfcc6},'args':_0x2244b4?[_0x2244b4]:[],'tdx':_0x581878});gracefulExit(_0x4aeec2);};},campaignCmd=engageCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1ab))[a2_0x23a6af(0x336)](a2_0x23a6af(0x20b));campaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x104))[a2_0x23a6af(0x147)](a2_0x23a6af(0x163),a2_0x23a6af(0x265))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2e1),'Filter\x20by\x20status\x20(DRAFT,\x20ACTIVE,\x20PAUSED,\x20COMPLETED)')[a2_0x23a6af(0x147)]('--workspace\x20<name>','Workspace\x20name')['action'](createEngageListAction(EngageCampaignsCommand)),engageCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x335))['description'](a2_0x23a6af(0xa6))[a2_0x23a6af(0x147)](a2_0x23a6af(0x163),a2_0x23a6af(0x265))[a2_0x23a6af(0x147)]('--status\x20<status>','Filter\x20by\x20status\x20(DRAFT,\x20ACTIVE,\x20PAUSED,\x20COMPLETED)')[a2_0x23a6af(0x147)]('--workspace\x20<name>',a2_0x23a6af(0x93))[a2_0x23a6af(0x101)](createEngageListAction(EngageCampaignsCommand)),campaignCmd[a2_0x23a6af(0x111)]('show\x20<name-or-id>')['description']('Show\x20campaign\x20details')[a2_0x23a6af(0x147)]('--workspace\x20<name>',a2_0x23a6af(0x93))['option'](a2_0x23a6af(0xcf),a2_0x23a6af(0x138))[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignShowCommand)),campaignCmd[a2_0x23a6af(0x111)]('create')['description'](a2_0x23a6af(0x150))['requiredOption'](a2_0x23a6af(0x2d0),a2_0x23a6af(0xd7))[a2_0x23a6af(0x315)](a2_0x23a6af(0x163),a2_0x23a6af(0x300))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),a2_0x23a6af(0x228))[a2_0x23a6af(0x147)](a2_0x23a6af(0x113),a2_0x23a6af(0x2f1))[a2_0x23a6af(0x147)]('--segment\x20<path>',a2_0x23a6af(0x322))[a2_0x23a6af(0x147)](a2_0x23a6af(0x30e),a2_0x23a6af(0x25b))['option'](a2_0x23a6af(0x293),a2_0x23a6af(0x1ae))['option'](a2_0x23a6af(0x1bf),a2_0x23a6af(0x85))['option'](a2_0x23a6af(0x1a2),'Timezone\x20for\x20delivery\x20(e.g.,\x20\x22UTC\x22,\x20\x22Asia/Tokyo\x22)')[a2_0x23a6af(0x101)](createEngageNoArgAction(EngageCampaignCreateCommand)),campaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x271))[a2_0x23a6af(0x336)](a2_0x23a6af(0x1f1))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),'Workspace\x20name')[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d0),'New\x20campaign\x20name')[a2_0x23a6af(0x147)]('--description\x20<desc>',a2_0x23a6af(0x2f1))[a2_0x23a6af(0x147)](a2_0x23a6af(0xfe),a2_0x23a6af(0x322))['option'](a2_0x23a6af(0x30e),a2_0x23a6af(0x25b))[a2_0x23a6af(0x147)](a2_0x23a6af(0x293),'JSON\x20columns\x20for\x20connector\x20(comma-separated)')[a2_0x23a6af(0x147)]('--start-at\x20<datetime>','Delivery\x20start\x20time\x20(ISO\x208601\x20format)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1a2),a2_0x23a6af(0x15c))[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignUpdateCommand)),campaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x200))[a2_0x23a6af(0x336)]('Delete\x20a\x20campaign')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))[a2_0x23a6af(0x147)]('--yes',a2_0x23a6af(0x1b5))[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignDeleteCommand)),campaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x179))[a2_0x23a6af(0x336)]('Launch\x20a\x20campaign')['option']('--workspace\x20<name>',a2_0x23a6af(0x93))['action'](createEngageAction(EngageCampaignLaunchCommand)),campaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x325))[a2_0x23a6af(0x336)]('Pause\x20a\x20campaign')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),'Workspace\x20name')[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignPauseCommand)),campaignCmd['command'](a2_0x23a6af(0xca))[a2_0x23a6af(0x336)]('Resume\x20a\x20paused\x20campaign')['option'](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignResumeCommand)),campaignCmd['command'](a2_0x23a6af(0x1e9))[a2_0x23a6af(0x336)](a2_0x23a6af(0x362))['option'](a2_0x23a6af(0x1df),'Workspace\x20name')[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignDuplicateCommand)),campaignCmd[a2_0x23a6af(0x111)]('pull\x20[workspace-name]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x184))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d0),a2_0x23a6af(0x192))['option'](a2_0x23a6af(0x163),a2_0x23a6af(0x265))[a2_0x23a6af(0x147)]('--dry-run','Show\x20what\x20would\x20be\x20written\x20without\x20writing')[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignPullCommand)),campaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1a4))[a2_0x23a6af(0x336)](a2_0x23a6af(0x243))[a2_0x23a6af(0x147)]('--workspace\x20<name>','Workspace\x20name')[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),'Show\x20what\x20would\x20be\x20applied\x20without\x20applying')[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignPushCommand)),campaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x10a))[a2_0x23a6af(0x336)](a2_0x23a6af(0x33c))['option'](a2_0x23a6af(0x299),a2_0x23a6af(0x23e))[a2_0x23a6af(0x101)](createEngageAction(EngageCampaignValidateCommand));const alwaysOnCampaignCmd=engageCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x20a))[a2_0x23a6af(0x336)](a2_0x23a6af(0x1a8));alwaysOnCampaignCmd['command']('list\x20[pattern]')['description']('List\x20always-on\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)')[a2_0x23a6af(0x147)]('--type\x20<type>',a2_0x23a6af(0x265))['option'](a2_0x23a6af(0x2e1),a2_0x23a6af(0x7b))[a2_0x23a6af(0x315)](a2_0x23a6af(0x1df),a2_0x23a6af(0x228))[a2_0x23a6af(0x101)](createEngageListAction(EngageAlwaysOnCampaignsCommand)),engageCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x175))[a2_0x23a6af(0x336)](a2_0x23a6af(0x117))[a2_0x23a6af(0x147)]('--type\x20<type>',a2_0x23a6af(0x265))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2e1),a2_0x23a6af(0x7b))[a2_0x23a6af(0x315)](a2_0x23a6af(0x1df),a2_0x23a6af(0x228))[a2_0x23a6af(0x101)](createEngageListAction(EngageAlwaysOnCampaignsCommand)),alwaysOnCampaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x324))[a2_0x23a6af(0x336)](a2_0x23a6af(0x119))[a2_0x23a6af(0x315)](a2_0x23a6af(0x1df),a2_0x23a6af(0x228))[a2_0x23a6af(0x147)](a2_0x23a6af(0xcf),'Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields')[a2_0x23a6af(0x101)](createEngageAction(EngageAlwaysOnCampaignShowCommand)),alwaysOnCampaignCmd['command'](a2_0x23a6af(0x1d1))[a2_0x23a6af(0x336)]('Create\x20a\x20new\x20always-on\x20campaign')[a2_0x23a6af(0x315)](a2_0x23a6af(0x2d0),a2_0x23a6af(0xd7))['requiredOption'](a2_0x23a6af(0x163),a2_0x23a6af(0x300))['requiredOption'](a2_0x23a6af(0x1df),a2_0x23a6af(0x228))['option'](a2_0x23a6af(0x113),a2_0x23a6af(0x2f1))['option'](a2_0x23a6af(0xfe),a2_0x23a6af(0xc3))['option'](a2_0x23a6af(0x20f),a2_0x23a6af(0x1fb))['action'](createEngageNoArgAction(EngageAlwaysOnCampaignCreateCommand)),alwaysOnCampaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x271))[a2_0x23a6af(0x336)](a2_0x23a6af(0x110))[a2_0x23a6af(0x315)](a2_0x23a6af(0x1df),'Workspace\x20name\x20(required)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d0),a2_0x23a6af(0x112))[a2_0x23a6af(0x147)](a2_0x23a6af(0x113),a2_0x23a6af(0x2f1))[a2_0x23a6af(0x147)](a2_0x23a6af(0xfe),a2_0x23a6af(0xc3))[a2_0x23a6af(0x147)]('--enable-utm-tracking',a2_0x23a6af(0x1fb))[a2_0x23a6af(0x101)](createEngageAction(EngageAlwaysOnCampaignUpdateCommand)),alwaysOnCampaignCmd['command'](a2_0x23a6af(0x200))[a2_0x23a6af(0x336)]('Delete\x20an\x20always-on\x20campaign\x20(DRAFT\x20only)')['requiredOption'](a2_0x23a6af(0x1df),'Workspace\x20name\x20(required)')[a2_0x23a6af(0x147)](a2_0x23a6af(0xf3),'Skip\x20confirmation\x20prompt')[a2_0x23a6af(0x101)](createEngageAction(EngageAlwaysOnCampaignDeleteCommand)),alwaysOnCampaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x179))[a2_0x23a6af(0x336)](a2_0x23a6af(0x1b9))[a2_0x23a6af(0x315)]('--workspace\x20<name>',a2_0x23a6af(0x228))[a2_0x23a6af(0x101)](createEngageAction(EngageAlwaysOnCampaignLaunchCommand)),alwaysOnCampaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x325))['description']('Pause\x20an\x20always-on\x20campaign')[a2_0x23a6af(0x315)](a2_0x23a6af(0x1df),a2_0x23a6af(0x228))[a2_0x23a6af(0x101)](createEngageAction(EngageAlwaysOnCampaignPauseCommand)),alwaysOnCampaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0xca))[a2_0x23a6af(0x336)](a2_0x23a6af(0x198))[a2_0x23a6af(0x315)]('--workspace\x20<name>',a2_0x23a6af(0x228))['action'](createEngageAction(EngageAlwaysOnCampaignResumeCommand)),alwaysOnCampaignCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x8f))[a2_0x23a6af(0x336)](a2_0x23a6af(0x125))[a2_0x23a6af(0x315)](a2_0x23a6af(0x1df),a2_0x23a6af(0x228))[a2_0x23a6af(0x147)](a2_0x23a6af(0xf3),a2_0x23a6af(0x1b5))[a2_0x23a6af(0x101)](createEngageAction(EngageAlwaysOnCampaignFinishCommand)),alwaysOnCampaignCmd['command'](a2_0x23a6af(0x1e9))['description'](a2_0x23a6af(0xeb))['requiredOption']('--workspace\x20<name>',a2_0x23a6af(0x228))[a2_0x23a6af(0x315)](a2_0x23a6af(0x2d0),a2_0x23a6af(0x1db))[a2_0x23a6af(0x101)](createEngageAction(EngageAlwaysOnCampaignDuplicateCommand));const templateCmd=engageCmd['command'](a2_0x23a6af(0x36c))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2a7));templateCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x17f))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))['action'](createEngageListAction(EngageTemplatesCommand)),engageCmd[a2_0x23a6af(0x111)]('templates\x20[pattern]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x311))['option'](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))[a2_0x23a6af(0x101)](createEngageListAction(EngageTemplatesCommand)),templateCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x324))[a2_0x23a6af(0x336)](a2_0x23a6af(0x88))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))[a2_0x23a6af(0x147)](a2_0x23a6af(0xcf),a2_0x23a6af(0x138))[a2_0x23a6af(0x101)](createEngageAction(EngageTemplateShowCommand)),templateCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1d1))[a2_0x23a6af(0x336)](a2_0x23a6af(0x1ce))[a2_0x23a6af(0x315)](a2_0x23a6af(0x2d0),a2_0x23a6af(0x34f))[a2_0x23a6af(0x315)]('--subject\x20<subject>',a2_0x23a6af(0xda))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1fc),a2_0x23a6af(0xc6))['option'](a2_0x23a6af(0x186),a2_0x23a6af(0x9d))['option']('--workspace\x20<name>','Workspace\x20name\x20(required)')['option'](a2_0x23a6af(0x379),a2_0x23a6af(0x35d))[a2_0x23a6af(0x147)]('--editor-type\x20<type>',a2_0x23a6af(0x372),_0x128896=>{const _0x2c7bb3=a2_0x23a6af;if(!['beefree',_0x2c7bb3(0x102)][_0x2c7bb3(0x314)](_0x128896))throw new SDKError(ErrorCode[_0x2c7bb3(0x2d1)],_0x2c7bb3(0x17b)+_0x128896+_0x2c7bb3(0x15d));return _0x128896;})[a2_0x23a6af(0x101)](createEngageNoArgAction(EngageTemplateCreateCommand)),templateCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x271))['description']('Update\x20an\x20email\x20template')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d0),'New\x20template\x20name')[a2_0x23a6af(0x147)](a2_0x23a6af(0x89),a2_0x23a6af(0xda))['option'](a2_0x23a6af(0x1fc),a2_0x23a6af(0xc6))['option'](a2_0x23a6af(0x186),a2_0x23a6af(0x9d))['option'](a2_0x23a6af(0x379),a2_0x23a6af(0x35d))[a2_0x23a6af(0x101)](createEngageAction(EngageTemplateUpdateCommand)),templateCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x254))[a2_0x23a6af(0x336)](a2_0x23a6af(0x199))['option'](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))['option'](a2_0x23a6af(0x2d0),a2_0x23a6af(0x2f8))['option'](a2_0x23a6af(0x225),a2_0x23a6af(0x1b5))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),'Show\x20what\x20would\x20be\x20written\x20without\x20writing')[a2_0x23a6af(0x101)](createEngageAction(EngageTemplatePullCommand)),templateCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1a4))['description']('Push\x20YAML\x20files\x20to\x20Engage\x20API\x20as\x20templates')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))['option']('-y,\x20--yes',a2_0x23a6af(0x1b5))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),a2_0x23a6af(0x377))['action'](createEngageAction(EngageTemplatePushCommand)),templateCmd[a2_0x23a6af(0x111)]('validate\x20[target]')['description']('Validate\x20template\x20YAML\x20files\x20locally')[a2_0x23a6af(0x147)]('--verbose','Show\x20all\x20files\x20including\x20valid\x20ones')['action'](createEngageAction(EngageTemplateValidateCommand)),templateCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x200))['description'](a2_0x23a6af(0x239))['option'](a2_0x23a6af(0x1df),a2_0x23a6af(0x93))[a2_0x23a6af(0x147)](a2_0x23a6af(0xf3),a2_0x23a6af(0x1b5))[a2_0x23a6af(0x101)](createEngageAction(EngageTemplateDeleteCommand));const workspaceCmd=engageCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x7c))[a2_0x23a6af(0x336)]('Workspace\x20management');workspaceCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0xb6))[a2_0x23a6af(0x101)](createEngageListAction(EngageWorkspacesCommand)),engageCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1d4))[a2_0x23a6af(0x336)](a2_0x23a6af(0x6f))[a2_0x23a6af(0x101)](createEngageListAction(EngageWorkspacesCommand)),workspaceCmd['command'](a2_0x23a6af(0x324))['description'](a2_0x23a6af(0x1b7))[a2_0x23a6af(0x147)](a2_0x23a6af(0xcf),a2_0x23a6af(0x138))[a2_0x23a6af(0x101)](createEngageAction(EngageWorkspaceShowCommand)),workspaceCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1d1))[a2_0x23a6af(0x336)](a2_0x23a6af(0x35a))[a2_0x23a6af(0x315)](a2_0x23a6af(0x2d0),'Workspace\x20name')[a2_0x23a6af(0x147)]('--description\x20<desc>',a2_0x23a6af(0x1c7))['action'](createEngageNoArgAction(EngageWorkspaceCreateCommand)),workspaceCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x271))[a2_0x23a6af(0x336)](a2_0x23a6af(0x262))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d0),a2_0x23a6af(0x27a))[a2_0x23a6af(0x147)](a2_0x23a6af(0x113),a2_0x23a6af(0x1c7))[a2_0x23a6af(0x101)](createEngageAction(EngageWorkspaceUpdateCommand)),workspaceCmd[a2_0x23a6af(0x111)]('delete\x20<name-or-id>')[a2_0x23a6af(0x336)](a2_0x23a6af(0x364))[a2_0x23a6af(0x147)](a2_0x23a6af(0xf3),a2_0x23a6af(0x1b5))[a2_0x23a6af(0x101)](createEngageAction(EngageWorkspaceDeleteCommand)),workspaceCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2d2))[a2_0x23a6af(0x336)]('Set\x20workspace\x20context\x20for\x20Engage\x20commands\x20(alias\x20for\x20\x22tdx\x20use\x20engage_workspace\x22)')[a2_0x23a6af(0x101)](createEngageAction(EngageWorkspaceUseCommand));const deliveryCmd=program['command']('delivery')['description'](a2_0x23a6af(0x35c));deliveryCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1f0))['description'](a2_0x23a6af(0x367))[a2_0x23a6af(0x147)](a2_0x23a6af(0x1df),'Workspace\x20name')['action'](createEngageListAction(DeliveryEmailSendersCommand));const connectionCmd=program['command'](a2_0x23a6af(0x373))[a2_0x23a6af(0x336)]('Data\x20connection\x20management\x20(for\x20activations/exports)'),connectionListAction=async _0x28d61c=>{const _0x2df11f=a2_0x23a6af,_0x497f1a=new ConnectionListCommand(),_0x152846=program[_0x2df11f(0x256)](),_0x293027=await createTDXInstance(_0x152846),_0x3117f8=await _0x497f1a['run']({'options':{..._0x152846,..._0x28d61c},'args':[],'tdx':_0x293027});gracefulExit(_0x3117f8);};connectionCmd['command'](a2_0x23a6af(0x126))['description'](a2_0x23a6af(0x2de))[a2_0x23a6af(0x101)](connectionListAction),program[a2_0x23a6af(0x111)](a2_0x23a6af(0x173),{'hidden':!![]})[a2_0x23a6af(0x336)](a2_0x23a6af(0x10e))[a2_0x23a6af(0x101)](connectionListAction),connectionCmd['command'](a2_0x23a6af(0x22d))[a2_0x23a6af(0x336)](a2_0x23a6af(0xc1))[a2_0x23a6af(0x101)](async(_0xfed36,_0x1587dd)=>{const _0x5914b5=a2_0x23a6af,_0x13231e=new ConnectionShowCommand(),_0x5bc028=program[_0x5914b5(0x256)](),_0x21d8fe=await createTDXInstance(_0x5bc028),_0x224114=await _0x13231e['run']({'options':{..._0x5bc028,..._0x1587dd},'args':[_0xfed36],'tdx':_0x21d8fe});gracefulExit(_0x224114);}),connectionCmd['command'](a2_0x23a6af(0x1b6))['description'](a2_0x23a6af(0x378))[a2_0x23a6af(0x101)](async(_0x3317f1,_0x19b9c3)=>{const _0x513572=a2_0x23a6af,_0x534703=new ConnectionSchemaCommand(),_0x267c0d=program[_0x513572(0x256)](),_0x464294=await createTDXInstance(_0x267c0d),_0x541f3b=await _0x534703[_0x513572(0x2d3)]({'options':{..._0x267c0d,..._0x19b9c3},'args':[_0x3317f1],'tdx':_0x464294});gracefulExit(_0x541f3b);}),connectionCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x17a))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2ca))['action'](async _0x231257=>{const _0x454201=a2_0x23a6af,_0x2291e0=new ConnectionTypesCommand(),_0x451eff=program['opts'](),_0x2c3615=await createTDXInstance(_0x451eff),_0x1f99be=await _0x2291e0[_0x454201(0x2d3)]({'options':{..._0x451eff,..._0x231257},'args':[],'tdx':_0x2c3615});gracefulExit(_0x1f99be);}),connectionCmd['command'](a2_0x23a6af(0x318))[a2_0x23a6af(0x336)]('Show\x20connection-level\x20settings\x20(credentials,\x20authentication)')[a2_0x23a6af(0x101)](async(_0x2b11a0,_0x46f538)=>{const _0xc27c1f=a2_0x23a6af,_0x3e89f2=new ConnectionSettingsCommand(),_0x3cd7c1=program[_0xc27c1f(0x256)](),_0x46f3c3=await createTDXInstance(_0x3cd7c1),_0x1e9ae1=await _0x3e89f2['run']({'options':{..._0x3cd7c1,..._0x46f538},'args':[_0x2b11a0],'tdx':_0x46f3c3});gracefulExit(_0x1e9ae1);});const casCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0x233))[a2_0x23a6af(0x336)](a2_0x23a6af(0x188));casCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x126))[a2_0x23a6af(0x336)](a2_0x23a6af(0x72))['action'](async _0x4bcb16=>{const _0x2679f3=a2_0x23a6af,_0x415fb9=new CASListCommand(),_0xcf32da=program[_0x2679f3(0x256)](),_0x405b9d=await createTDXInstance(_0xcf32da),_0x464d0c=await _0x415fb9['run']({'options':{..._0xcf32da,..._0x4bcb16},'args':[],'tdx':_0x405b9d});gracefulExit(_0x464d0c);}),casCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x348))['description'](a2_0x23a6af(0x2a5))['action'](async(_0x32a106,_0x2cb8bb)=>{const _0x122a49=a2_0x23a6af,_0x39c824=new CASDescCommand(),_0xc217b4=program[_0x122a49(0x256)](),_0x39bf8f=await createTDXInstance(_0xc217b4),_0x2ec740=await _0x39c824[_0x122a49(0x2d3)]({'options':{..._0xc217b4,..._0x2cb8bb},'args':_0x32a106?[_0x32a106]:[],'tdx':_0x39bf8f});gracefulExit(_0x2ec740);}),casCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x350))[a2_0x23a6af(0x336)]('Pull\x20composable\x20audience\x20+\x20segments\x20to\x20YAML\x20files\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x23a6af(0x147)]('--dir\x20<dir>',a2_0x23a6af(0x1eb))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),a2_0x23a6af(0x358))['action'](async(_0x1cacf4,_0x4909c1)=>{const _0x28ff8d=a2_0x23a6af,_0x1929ed=new CASPullCommand(),_0x38eed8=program['opts'](),_0x456342=await createTDXInstance(_0x38eed8),_0xeba40f=await _0x1929ed[_0x28ff8d(0x2d3)]({'options':{..._0x38eed8,..._0x4909c1},'args':_0x1cacf4?[_0x1cacf4]:[],'tdx':_0x456342});gracefulExit(_0xeba40f);}),casCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1a4))[a2_0x23a6af(0x336)]('Push\x20YAML\x20files\x20to\x20CAS\x20API')[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),a2_0x23a6af(0x27e))[a2_0x23a6af(0x101)](async(_0x23f1cf,_0x1bea74)=>{const _0xb86057=a2_0x23a6af,_0x452d5b=new CASPushCommand(),_0x400d6a=program[_0xb86057(0x256)](),_0x35d499=await createTDXInstance(_0x400d6a),_0x5eba2c=await _0x452d5b[_0xb86057(0x2d3)]({'options':{..._0x400d6a,..._0x1bea74},'args':_0x23f1cf?[_0x23f1cf]:[],'tdx':_0x35d499});gracefulExit(_0x5eba2c);}),casCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x23f))['description'](a2_0x23a6af(0x310))[a2_0x23a6af(0x147)](a2_0x23a6af(0xbc),a2_0x23a6af(0x36e))['action'](async(_0x4771d2,_0x38217e)=>{const _0x3a6d8c=a2_0x23a6af,_0x5a3bd3=new CASPreviewCommand(),_0x30b0d5=program[_0x3a6d8c(0x256)](),_0x4899de=await createTDXInstance(_0x30b0d5),_0x478bec=await _0x5a3bd3[_0x3a6d8c(0x2d3)]({'options':{..._0x30b0d5,..._0x38217e},'args':[_0x4771d2,_0x38217e[_0x3a6d8c(0xbe)]],'tdx':_0x4899de});gracefulExit(_0x478bec);});const casSgCmd=casCmd[a2_0x23a6af(0x111)]('sg')[a2_0x23a6af(0x336)]('Composable\x20segment\x20commands');casSgCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1b0))[a2_0x23a6af(0x336)]('List\x20composable\x20segments\x20for\x20an\x20audience')[a2_0x23a6af(0x101)](async(_0x2d1b18,_0x59fe78)=>{const _0x12dd86=a2_0x23a6af,_0x64cd9b=new CASSegmentListCommand(),_0x5404bb=program[_0x12dd86(0x256)](),_0x3ae0bb=await createTDXInstance(_0x5404bb),_0x2effd0=await _0x64cd9b['run']({'options':{..._0x5404bb,..._0x59fe78},'args':_0x2d1b18?[_0x2d1b18]:[],'tdx':_0x3ae0bb});gracefulExit(_0x2effd0);});const journeyCmd=program['command'](a2_0x23a6af(0xdb))[a2_0x23a6af(0x336)]('CDP\x20Journey\x20Orchestration\x20commands'),journeyListAction=async(_0x9a935b,_0x12aac7)=>{const _0x4986a1=a2_0x23a6af,_0x448d82=new JourneyListCommand(),_0x39951e=program['opts'](),_0x2e0766=await createTDXInstance(_0x39951e),_0x25a676=await _0x448d82[_0x4986a1(0x2d3)]({'options':{..._0x39951e,..._0x12aac7},'args':_0x9a935b?[_0x9a935b]:[],'tdx':_0x2e0766});gracefulExit(_0x25a676);};journeyCmd[a2_0x23a6af(0x111)]('list\x20[pattern]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x354))[a2_0x23a6af(0x101)](journeyListAction),journeyCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x345))[a2_0x23a6af(0x336)](a2_0x23a6af(0xb8))[a2_0x23a6af(0x147)](a2_0x23a6af(0x2c6),a2_0x23a6af(0x26b))[a2_0x23a6af(0x147)](a2_0x23a6af(0x7d),a2_0x23a6af(0xac))[a2_0x23a6af(0x101)](async(_0x4dc648,_0x531646)=>{const _0x9863db=a2_0x23a6af,_0x56b7b1=new JourneyViewCommand(),_0x4438ec=program[_0x9863db(0x256)](),_0x3745c1=await createTDXInstance(_0x4438ec),_0x4630b9=await _0x56b7b1[_0x9863db(0x2d3)]({'options':{..._0x4438ec,..._0x531646},'args':[_0x4dc648],'tdx':_0x3745c1});gracefulExit(_0x4630b9);}),journeyCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2be))[a2_0x23a6af(0x336)](a2_0x23a6af(0x357))['option'](a2_0x23a6af(0x98),a2_0x23a6af(0x241))['option'](a2_0x23a6af(0xb0),'Start\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x2a6),'End\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x197),a2_0x23a6af(0x8d))[a2_0x23a6af(0x101)](async(_0x5e5538,_0x55bc67)=>{const _0x5dcfc3=new JourneyStatsCommand(),_0x3aed63=program['opts'](),_0x48b264=await createTDXInstance(_0x3aed63),_0xac7a2f=await _0x5dcfc3['run']({'options':{..._0x3aed63,..._0x55bc67},'args':[_0x5e5538],'tdx':_0x48b264});gracefulExit(_0xac7a2f);}),journeyCmd[a2_0x23a6af(0x111)]('traffic\x20<name-or-path>')[a2_0x23a6af(0x336)](a2_0x23a6af(0x1c9))[a2_0x23a6af(0x147)](a2_0x23a6af(0x163),a2_0x23a6af(0x1f6))[a2_0x23a6af(0x147)]('--from\x20<date>',a2_0x23a6af(0x2aa))['option'](a2_0x23a6af(0x2a6),'End\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)')[a2_0x23a6af(0x147)](a2_0x23a6af(0x381),a2_0x23a6af(0xd6),_0x13c3c0=>{const _0x152d8c=a2_0x23a6af,_0x39cf4f=parseInt(_0x13c3c0,0xa);if(isNaN(_0x39cf4f))throw new Error(_0x152d8c(0x2b8)+_0x13c3c0+_0x152d8c(0xe8));return _0x39cf4f;})['action'](async(_0x53ef76,_0x58824c)=>{const _0x1e3ce0=a2_0x23a6af,_0x4655ac=new JourneyTrafficCommand(),_0x33eddc=program['opts'](),_0x2d4eaa=await createTDXInstance(_0x33eddc),_0x4091fb=await _0x4655ac[_0x1e3ce0(0x2d3)]({'options':{..._0x33eddc,..._0x58824c},'args':[_0x53ef76],'tdx':_0x2d4eaa});gracefulExit(_0x4091fb);}),journeyCmd[a2_0x23a6af(0x111)]('pause\x20<name-or-path>')[a2_0x23a6af(0x336)](a2_0x23a6af(0xef))[a2_0x23a6af(0x101)](async(_0x10675e,_0xdb515c)=>{const _0x18c4a1=a2_0x23a6af,_0x477965=new JourneyPauseCommand(),_0x42fe29=program[_0x18c4a1(0x256)](),_0x58d423=await createTDXInstance(_0x42fe29),_0x4cc5a1=await _0x477965[_0x18c4a1(0x2d3)]({'options':{..._0x42fe29,..._0xdb515c},'args':[_0x10675e],'tdx':_0x58d423});gracefulExit(_0x4cc5a1);}),journeyCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2e7))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2ee))[a2_0x23a6af(0x101)](async(_0x13c219,_0x366941)=>{const _0x41ad8e=a2_0x23a6af,_0x19e607=new JourneyResumeCommand(),_0x4696e8=program[_0x41ad8e(0x256)](),_0x1db95f=await createTDXInstance(_0x4696e8),_0x4bd2a2=await _0x19e607[_0x41ad8e(0x2d3)]({'options':{..._0x4696e8,..._0x366941},'args':[_0x13c219],'tdx':_0x1db95f});gracefulExit(_0x4bd2a2);}),journeyCmd[a2_0x23a6af(0x111)]('pull\x20[name]')[a2_0x23a6af(0x336)]('Export\x20journey(s)\x20as\x20YAML\x20files')[a2_0x23a6af(0x147)]('--dry-run',a2_0x23a6af(0x358))[a2_0x23a6af(0x101)](async(_0x5c0962,_0x3fcb69)=>{const _0x22d3bd=a2_0x23a6af,_0x5aa137=new JourneyPullCommand(),_0x18c9c6=program['opts'](),_0x2fbbef=await createTDXInstance(_0x18c9c6),_0x2c67aa=await _0x5aa137[_0x22d3bd(0x2d3)]({'options':{..._0x18c9c6,..._0x3fcb69},'args':_0x5c0962?[_0x5c0962]:[],'tdx':_0x2fbbef});gracefulExit(_0x2c67aa);}),journeyCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1a4))[a2_0x23a6af(0x336)](a2_0x23a6af(0x328))[a2_0x23a6af(0x101)](async(_0x1266c5,_0xda6923)=>{const _0x277027=a2_0x23a6af,_0x29e462=new JourneyPushCommand(),_0x283c68=program['opts'](),_0x2b8208=await createTDXInstance(_0x283c68),_0x35a987=await _0x29e462[_0x277027(0x2d3)]({'options':{..._0x283c68,..._0xda6923},'args':_0x1266c5?[_0x1266c5]:[],'tdx':_0x2b8208});gracefulExit(_0x35a987);}),journeyCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1e3))[a2_0x23a6af(0x336)]('Show\x20journey\x20table\x20column-to-step\x20mapping')[a2_0x23a6af(0x101)](async(_0xee83b3,_0x48f971)=>{const _0x1a84c0=a2_0x23a6af,_0x18d044=new JourneyColumnsCommand(),_0xc1731e=program[_0x1a84c0(0x256)](),_0x45e4a0=await createTDXInstance(_0xc1731e),_0x58b941=await _0x18d044[_0x1a84c0(0x2d3)]({'options':{..._0xc1731e,..._0x48f971},'args':[_0xee83b3],'tdx':_0x45e4a0});gracefulExit(_0x58b941);}),journeyCmd['command'](a2_0x23a6af(0x168))[a2_0x23a6af(0x336)](a2_0x23a6af(0x2e6))['action'](async(_0x8e4234,_0x14e80c)=>{const _0x3e5bbf=a2_0x23a6af,_0x127a5c=new JourneyActivationsCommand(),_0x1d8287=program['opts'](),_0x346a6e=await createTDXInstance(_0x1d8287),_0x288bcc=await _0x127a5c[_0x3e5bbf(0x2d3)]({'options':{..._0x1d8287,..._0x14e80c},'args':[_0x8e4234],'tdx':_0x346a6e});gracefulExit(_0x288bcc);}),journeyCmd[a2_0x23a6af(0x111)]('versions\x20<name-or-path>')[a2_0x23a6af(0x336)]('List\x20all\x20versions\x20of\x20a\x20journey')['action'](async(_0x1e4553,_0x6e9c58)=>{const _0xe559f2=a2_0x23a6af,_0x293f6f=new JourneyVersionsCommand(),_0x49fad6=program[_0xe559f2(0x256)](),_0x6901e9=await createTDXInstance(_0x49fad6),_0x12f015=await _0x293f6f['run']({'options':{..._0x49fad6,..._0x6e9c58},'args':[_0x1e4553],'tdx':_0x6901e9});gracefulExit(_0x12f015);});const journeyVersionCmd=journeyCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2cd))[a2_0x23a6af(0x336)]('Journey\x20version\x20management');journeyVersionCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x109))[a2_0x23a6af(0x336)]('Create\x20a\x20new\x20draft\x20version\x20of\x20a\x20journey')[a2_0x23a6af(0x101)](async(_0x441dc2,_0x8ba28c)=>{const _0x53a3ec=a2_0x23a6af,_0x2386e9=new JourneyVersionCreateCommand(),_0x1e465e=program[_0x53a3ec(0x256)](),_0x57f77f=await createTDXInstance(_0x1e465e),_0x41adaf=await _0x2386e9[_0x53a3ec(0x2d3)]({'options':{..._0x1e465e,..._0x8ba28c},'args':[_0x441dc2],'tdx':_0x57f77f});gracefulExit(_0x41adaf);}),journeyVersionCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x345))[a2_0x23a6af(0x336)](a2_0x23a6af(0xc8))[a2_0x23a6af(0x315)](a2_0x23a6af(0x19a),'Version\x20number\x20to\x20view')['action'](async(_0x2f2d8b,_0x13501f)=>{const _0x51fd32=a2_0x23a6af,_0x5e9bc9=new JourneyVersionViewCommand(),_0x26c3a8=program[_0x51fd32(0x256)](),_0x4121d8=await createTDXInstance(_0x26c3a8),_0x4ee2c1=await _0x5e9bc9[_0x51fd32(0x2d3)]({'options':{..._0x26c3a8,..._0x13501f},'args':[_0x2f2d8b],'tdx':_0x4121d8});gracefulExit(_0x4ee2c1);}),journeyCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x10a))[a2_0x23a6af(0x336)]('Validate\x20journey\x20YAML\x20files\x20locally')[a2_0x23a6af(0x101)](async(_0x4ea7d4,_0x2032fc)=>{const _0x24d659=a2_0x23a6af,_0x53c176=new JourneyValidateCommand(),_0x41ecb=program[_0x24d659(0x256)](),_0x50c279=await createTDXInstance(_0x41ecb),_0x52ff8d=await _0x53c176[_0x24d659(0x2d3)]({'options':{..._0x41ecb,..._0x2032fc},'args':_0x4ea7d4?[_0x4ea7d4]:[],'tdx':_0x50c279});gracefulExit(_0x52ff8d);}),program[a2_0x23a6af(0x111)]('journeys\x20[pattern]')['description']('List\x20journeys\x20(alias\x20for\x20journey\x20list)')[a2_0x23a6af(0x101)](journeyListAction);const agentSyncCmd=program[a2_0x23a6af(0x111)](a2_0x23a6af(0x2f2))['description'](a2_0x23a6af(0xba));agentSyncCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2ec))[a2_0x23a6af(0x336)](a2_0x23a6af(0xb7))['option'](a2_0x23a6af(0x21a),a2_0x23a6af(0x1ec))[a2_0x23a6af(0x147)](a2_0x23a6af(0x9c),a2_0x23a6af(0x2e4))['option']('-a,\x20--agent\x20<name>','Pull\x20specific\x20agent\x20by\x20name\x20(uses\x20llm_project\x20context)')['action'](async(_0x397ee0,_0x1ad1f2,_0x21dc4a)=>{const _0x30f421=a2_0x23a6af,_0x531d33=new AgentPullCommand(),_0x503e6c=program['opts'](),_0x2085ed=await createTDXInstance(_0x503e6c),_0x30f9b5=[];if(_0x397ee0)_0x30f9b5['push'](_0x397ee0);if(_0x1ad1f2)_0x30f9b5[_0x30f421(0x10c)](_0x1ad1f2);const _0x30b25c=await _0x531d33[_0x30f421(0x2d3)]({'options':{..._0x503e6c,..._0x21dc4a},'args':_0x30f9b5,'tdx':_0x2085ed});gracefulExit(_0x30b25c);}),agentSyncCmd['command'](a2_0x23a6af(0x337))[a2_0x23a6af(0x336)](a2_0x23a6af(0x25d))[a2_0x23a6af(0x147)](a2_0x23a6af(0x9c),a2_0x23a6af(0x332))['action'](async(_0x507d0e,_0x4de397)=>{const _0x4d1f0f=a2_0x23a6af,_0x30efd0=new AgentPushCommand(),_0x45a51f=program[_0x4d1f0f(0x256)](),_0x21a0a7=await createTDXInstance(_0x45a51f),_0x3d9b2=await _0x30efd0[_0x4d1f0f(0x2d3)]({'options':{..._0x45a51f,..._0x4de397},'args':_0x507d0e?[_0x507d0e]:[],'tdx':_0x21a0a7});gracefulExit(_0x3d9b2);}),agentSyncCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2e8))[a2_0x23a6af(0x336)]('Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project')['option'](a2_0x23a6af(0xfd),a2_0x23a6af(0x158))['action'](async(_0x7b32f3,_0xd821f5)=>{const _0x48bc3d=a2_0x23a6af,_0x3e7065=new AgentCloneCommand(),_0x1ff3fc=program[_0x48bc3d(0x256)](),_0x528b0a=await createTDXInstance(_0x1ff3fc),_0x12ef60=await _0x3e7065['run']({'options':{..._0x1ff3fc,..._0xd821f5},'args':_0x7b32f3?[_0x7b32f3]:[],'tdx':_0x528b0a});gracefulExit(_0x12ef60);}),agentSyncCmd[a2_0x23a6af(0x111)]('test\x20[path]')[a2_0x23a6af(0x336)](a2_0x23a6af(0x1f5))[a2_0x23a6af(0x147)](a2_0x23a6af(0x156),a2_0x23a6af(0x2eb))[a2_0x23a6af(0x147)](a2_0x23a6af(0x194),a2_0x23a6af(0x29e))[a2_0x23a6af(0x147)](a2_0x23a6af(0x275),a2_0x23a6af(0x17c))[a2_0x23a6af(0x147)]('--no-eval','Generate\x20test\x20conversations\x20without\x20evaluation')[a2_0x23a6af(0x147)](a2_0x23a6af(0x189),a2_0x23a6af(0x294))[a2_0x23a6af(0x101)](async(_0x542261,_0x2b877c)=>{const _0xf87949=a2_0x23a6af,_0x1710ca=new AgentTestCommand(),_0x4a0d5f=program[_0xf87949(0x256)](),_0x51904b=await createTDXInstance(_0x4a0d5f),_0x4fe2a9=await _0x1710ca[_0xf87949(0x2d3)]({'options':{..._0x4a0d5f,..._0x2b877c},'args':_0x542261?[_0x542261]:[],'tdx':_0x51904b});gracefulExit(_0x4fe2a9);}),agentSyncCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2fe))[a2_0x23a6af(0x336)](a2_0x23a6af(0x180))[a2_0x23a6af(0x101)](llmAgentListAction),agentSyncCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x2a1))[a2_0x23a6af(0x336)](a2_0x23a6af(0xc9))[a2_0x23a6af(0x101)](async(_0x3860a1,_0x23eb88)=>{const _0x15331c=new LLMAgentShowCommand(),_0x1e2c09=program['opts'](),_0xfe4fd6=await createTDXInstance(_0x1e2c09),_0x4864c2=await _0x15331c['run']({'options':{..._0x1e2c09,..._0x23eb88},'args':[_0x3860a1],'tdx':_0xfe4fd6});gracefulExit(_0x4864c2);}),agentSyncCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x29c))[a2_0x23a6af(0x336)](a2_0x23a6af(0x1e6))[a2_0x23a6af(0x147)]('--system-prompt\x20<text>',a2_0x23a6af(0x217))[a2_0x23a6af(0x147)]('--model\x20<name>','Model\x20type\x20(default:\x20claude-4.5-sonnet)',a2_0x23a6af(0x31a))[a2_0x23a6af(0x147)]('--starter-message\x20<text>',a2_0x23a6af(0x209))[a2_0x23a6af(0x147)](a2_0x23a6af(0x174),a2_0x23a6af(0xd4),'4')[a2_0x23a6af(0x147)](a2_0x23a6af(0x18b),a2_0x23a6af(0x28a),'0.7')['action'](async(_0x7fc177,_0x105dd6)=>{const _0x193832=a2_0x23a6af,_0x45c7b8=new LLMAgentCreateCommand(),_0xbd22e8=program[_0x193832(0x256)](),_0xea701a=await createTDXInstance(_0xbd22e8),_0x5c6a2b=await _0x45c7b8[_0x193832(0x2d3)]({'options':{..._0xbd22e8,..._0x105dd6},'args':[_0x7fc177],'tdx':_0xea701a});gracefulExit(_0x5c6a2b);}),agentSyncCmd['command'](a2_0x23a6af(0xa7))[a2_0x23a6af(0x336)]('Update\x20an\x20existing\x20agent')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1c6),a2_0x23a6af(0x95))['option']('--prompt\x20<text>',a2_0x23a6af(0x170))[a2_0x23a6af(0x147)](a2_0x23a6af(0x181),a2_0x23a6af(0x302))['option'](a2_0x23a6af(0x8a),a2_0x23a6af(0x209))[a2_0x23a6af(0x101)](async(_0x32a79f,_0x457e46)=>{const _0x1d6c08=a2_0x23a6af,_0x337842=new LLMAgentUpdateCommand(),_0x597bc4=program[_0x1d6c08(0x256)](),_0x41eedc=await createTDXInstance(_0x597bc4),_0x4072aa=await _0x337842[_0x1d6c08(0x2d3)]({'options':{..._0x597bc4,..._0x457e46},'args':[_0x32a79f],'tdx':_0x41eedc});gracefulExit(_0x4072aa);}),agentSyncCmd[a2_0x23a6af(0x111)]('delete\x20<agent-name>')[a2_0x23a6af(0x336)]('Delete\x20an\x20agent')['action'](async(_0x4e2162,_0x2be8a2)=>{const _0x134a6d=a2_0x23a6af,_0x534737=new LLMAgentDeleteCommand(),_0x1aa917=program[_0x134a6d(0x256)](),_0xa583a=await createTDXInstance(_0x1aa917),_0x4578f=await _0x534737[_0x134a6d(0x2d3)]({'options':{..._0x1aa917,..._0x2be8a2},'args':[_0x4e2162],'tdx':_0xa583a});gracefulExit(_0x4578f);});const workCmd=program[a2_0x23a6af(0x111)]('work')[a2_0x23a6af(0x336)](a2_0x23a6af(0x368));workCmd[a2_0x23a6af(0x147)](a2_0x23a6af(0x244),a2_0x23a6af(0x283))['option']('--all','Include\x20all\x20items\x20(no\x20stale\x20filtering)')[a2_0x23a6af(0x101)](workSummaryAction),workCmd[a2_0x23a6af(0x111)]('init\x20[name]')[a2_0x23a6af(0x336)]('Initialize\x20a\x20new\x20workspace')[a2_0x23a6af(0x147)](a2_0x23a6af(0x2d9),a2_0x23a6af(0x2af))[a2_0x23a6af(0x101)](workInitAction),workCmd[a2_0x23a6af(0x111)]('new\x20<title>')[a2_0x23a6af(0x336)]('Create\x20a\x20new\x20document')[a2_0x23a6af(0x147)]('--kind\x20<kind>',a2_0x23a6af(0x346),a2_0x23a6af(0x2f9))[a2_0x23a6af(0x147)](a2_0x23a6af(0x194),a2_0x23a6af(0x24e))[a2_0x23a6af(0x147)](a2_0x23a6af(0xae),'Priority\x20(critical,\x20high,\x20medium,\x20low)')['option'](a2_0x23a6af(0x205),a2_0x23a6af(0x105))['option'](a2_0x23a6af(0x19b),a2_0x23a6af(0x292))['option'](a2_0x23a6af(0x2e1),a2_0x23a6af(0x2c9))[a2_0x23a6af(0x147)](a2_0x23a6af(0x251),a2_0x23a6af(0x177))[a2_0x23a6af(0x101)](workNewAction),workCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x137))[a2_0x23a6af(0x336)](a2_0x23a6af(0xcc))[a2_0x23a6af(0x101)](workMoveAction),workCmd[a2_0x23a6af(0x111)]('board')[a2_0x23a6af(0x336)](a2_0x23a6af(0xb9))[a2_0x23a6af(0x147)](a2_0x23a6af(0x244),'Show\x20items\x20updated\x20within\x20N\x20days')[a2_0x23a6af(0x147)](a2_0x23a6af(0x1d8),a2_0x23a6af(0x306))[a2_0x23a6af(0x101)](workBoardAction),workCmd['command'](a2_0x23a6af(0x22d))['description'](a2_0x23a6af(0x26c))['action'](workShowAction),workCmd[a2_0x23a6af(0x111)]('links\x20<name>')[a2_0x23a6af(0x336)]('Show\x20wiki-links\x20and\x20backlinks\x20for\x20a\x20document')[a2_0x23a6af(0x101)](workLinksAction),workCmd[a2_0x23a6af(0x111)](a2_0x23a6af(0x1d7))[a2_0x23a6af(0x336)](a2_0x23a6af(0x356))[a2_0x23a6af(0x101)](workOpenAction),program['command'](a2_0x23a6af(0x2c5),{'hidden':!![]})[a2_0x23a6af(0x101)](()=>{const _0x5f58a8=a2_0x23a6af;function _0x347b68(_0xc90cb4,_0x284160){const _0x3c00e6=a2_0x3174,_0x38826b=[];for(const _0x4375ea of _0xc90cb4[_0x3c00e6(0x99)]){if(_0x4375ea[_0x3c00e6(0x229)])continue;const _0x55e6d1=_0x284160?_0x284160+'\x20'+_0x4375ea[_0x3c00e6(0x16a)]():_0x4375ea[_0x3c00e6(0x16a)](),_0x20467a=_0x55e6d1[_0x3c00e6(0x375)]('\x20')[0x0],_0x13d457=COMMAND_CATEGORIES[_0x3c00e6(0x94)](_0x5b7e06=>_0x5b7e06[_0x3c00e6(0x99)][_0x3c00e6(0x314)](_0x20467a)),_0x40ff9f=_0x13d457?.[_0x3c00e6(0x16a)]??'';if(_0x4375ea[_0x3c00e6(0x99)][_0x3c00e6(0xf5)]>0x0)_0x38826b[_0x3c00e6(0x10c)](..._0x347b68(_0x4375ea,_0x55e6d1));else{const _0x1bb833=(_0x4375ea['registeredArguments']||[])[_0x3c00e6(0x13e)](_0x421365=>{const _0x483c1b=_0x3c00e6,_0x294492=_0x421365[_0x483c1b(0x232)]?_0x421365[_0x483c1b(0x16a)]()+_0x483c1b(0x23b):_0x421365['name']();return _0x421365[_0x483c1b(0x210)]?'<'+_0x294492+'>':'['+_0x294492+']';})[_0x3c00e6(0x14a)]('\x20'),_0x30a960=_0x4375ea[_0x3c00e6(0x287)][_0x3c00e6(0x159)](_0x416a45=>!_0x416a45[_0x3c00e6(0x1e1)]&&_0x416a45[_0x3c00e6(0x301)]!=='--help')[_0x3c00e6(0x13e)](_0x1bf701=>({'flags':_0x1bf701[_0x3c00e6(0x28b)],'description':_0x1bf701[_0x3c00e6(0x336)]}));_0x38826b['push']({'name':_0x55e6d1,'description':_0x4375ea[_0x3c00e6(0x336)](),'group':_0x40ff9f,'usage':_0x1bb833,'options':_0x30a960});}}return _0x38826b;}console[_0x5f58a8(0x344)](JSON['stringify'](_0x347b68(program,''))),gracefulExit(0x0);});export{program};export function runCLI(){const _0x1c6b31=a2_0x23a6af,_0x443408=!process[_0x1c6b31(0x1ea)][_0x1c6b31(0x31b)](0x2)[_0x1c6b31(0xf5)];showBriefHelp=_0x443408,program[_0x1c6b31(0x36d)](process['argv']);_0x443408&&program[_0x1c6b31(0x2bd)]();const _0x25c3d1=process[_0x1c6b31(0x1ea)][0x2]==='upgrade';if(process[_0x1c6b31(0x130)][_0x1c6b31(0x30b)]&&process[_0x1c6b31(0x1ea)][_0x1c6b31(0xf5)]>0x2&&!isDevVersion()&&!_0x25c3d1){const _0x47d41c=loadReleaseChannel();checkForUpdate(currentVersion,_0x47d41c)[_0x1c6b31(0x15b)](_0x3d316e=>{_0x3d316e&&displayUpdateNotification(_0x3d316e);})[_0x1c6b31(0x342)](()=>{});}}
|
|
1
|
+
const a2_0x258ec9=a2_0x1421;(function(_0x233318,_0x27932c){const _0x2dc857=a2_0x1421,_0x28d9b4=_0x233318();while(!![]){try{const _0x4873f4=-parseInt(_0x2dc857(0x363))/0x1+-parseInt(_0x2dc857(0x302))/0x2*(-parseInt(_0x2dc857(0x1f0))/0x3)+-parseInt(_0x2dc857(0x2ae))/0x4+parseInt(_0x2dc857(0x2c1))/0x5*(parseInt(_0x2dc857(0x1ff))/0x6)+parseInt(_0x2dc857(0x1c4))/0x7*(parseInt(_0x2dc857(0x40b))/0x8)+-parseInt(_0x2dc857(0x13b))/0x9+parseInt(_0x2dc857(0x106))/0xa*(-parseInt(_0x2dc857(0x2b9))/0xb);if(_0x4873f4===_0x27932c)break;else _0x28d9b4['push'](_0x28d9b4['shift']());}catch(_0x1af95a){_0x28d9b4['push'](_0x28d9b4['shift']());}}}(a2_0x3b2d,0x748a0));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}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}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_0x1421(_0x4eede2,_0x2306ad){_0x4eede2=_0x4eede2-0xfd;const _0x3b2d10=a2_0x3b2d();let _0x142158=_0x3b2d10[_0x4eede2];return _0x142158;}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_0x258ec9(0x140)][a2_0x258ec9(0x3b8)](a2_0x258ec9(0x108))){let versionOutput=a2_0x258ec9(0x2b8)+currentVersion;buildInfo[a2_0x258ec9(0x2c4)]&&!currentVersion[a2_0x258ec9(0x3b8)](buildInfo[a2_0x258ec9(0x2c4)])&&(versionOutput+='\x20('+buildInfo[a2_0x258ec9(0x2c4)]+')'),buildInfo['buildTime']&&(versionOutput+='\x20-\x20built\x20'+buildInfo[a2_0x258ec9(0x161)]),console[a2_0x258ec9(0x336)](versionOutput),process['exit'](0x0);}const program=new Command();export function mergeCommandOptions(_0x4dafef,_0x48b892){const _0x2bd1f5={..._0x4dafef};for(const [_0x202a3d,_0x368b48]of Object['entries'](_0x48b892)){_0x368b48!==undefined&&(_0x2bd1f5[_0x202a3d]=_0x368b48);}return _0x2bd1f5;}let showBriefHelp=![],description=a2_0x258ec9(0x413);buildInfo[a2_0x258ec9(0x2c4)]&&!currentVersion[a2_0x258ec9(0x3b8)](buildInfo[a2_0x258ec9(0x2c4)])?description+=',\x20version\x20'+currentVersion+'\x20('+buildInfo['gitRevision']+')':description+=a2_0x258ec9(0x2f5)+currentVersion;program[a2_0x258ec9(0x318)]('tdx')['description'](description),program[a2_0x258ec9(0x251)](a2_0x258ec9(0x10e),a2_0x258ec9(0x406))[a2_0x258ec9(0x251)]('-p,\x20--profile\x20<name>','Profile\x20to\x20use\x20(overrides\x20active\x20profile)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x1a6),a2_0x258ec9(0x1fc),a2_0x258ec9(0x38d))[a2_0x258ec9(0x251)](a2_0x258ec9(0x37a),'Output\x20format\x20(table,\x20json,\x20jsonl,\x20tsv)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x3f3),a2_0x258ec9(0x395))[a2_0x258ec9(0x251)](a2_0x258ec9(0x313),a2_0x258ec9(0x180))[a2_0x258ec9(0x251)](a2_0x258ec9(0x228),a2_0x258ec9(0x116))[a2_0x258ec9(0x251)]('--tsv',a2_0x258ec9(0x169))[a2_0x258ec9(0x251)](a2_0x258ec9(0x23e),a2_0x258ec9(0x345))[a2_0x258ec9(0x251)](a2_0x258ec9(0x309),a2_0x258ec9(0x3e6))[a2_0x258ec9(0x251)](a2_0x258ec9(0x20d),'Force\x20ANSI\x20color\x20output\x20(overrides\x20TTY\x20detection)',![])['option'](a2_0x258ec9(0x3f4),a2_0x258ec9(0x279),![])['option']('-v,\x20--verbose','Enable\x20verbose\x20logging',![])[a2_0x258ec9(0x251)](a2_0x258ec9(0x387),a2_0x258ec9(0x3c1))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3de),a2_0x258ec9(0x331))['option'](a2_0x258ec9(0x417),'Set\x20operation\x20timeout\x20in\x20seconds','30')[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x359),![])['option'](a2_0x258ec9(0x1d5),a2_0x258ec9(0x429),![])[a2_0x258ec9(0x251)](a2_0x258ec9(0x3e0),a2_0x258ec9(0x34d))[a2_0x258ec9(0x251)](a2_0x258ec9(0x22c),'Parent\x20segment\x20to\x20use\x20(overrides\x20context)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x14c),a2_0x258ec9(0x136)),program[a2_0x258ec9(0x105)]({'formatHelp':(_0xaf2609,_0x434d58)=>{const _0x154dd5=a2_0x258ec9,_0x3728f8=_0x434d58[_0x154dd5(0x18e)](_0xaf2609,_0x434d58),_0x33ade4=0x2,_0x1c71f2=0x2;function _0x2d0bdf(_0x47d01f){const _0x2c663b=_0x154dd5,_0x59c42f=_0x47d01f;return!!(_0x59c42f[_0x2c663b(0x409)]||_0x59c42f[_0x2c663b(0x22d)]);}function _0x531ead(_0x41b0e6,_0x42d74d){if(_0x42d74d){const _0x37108e=''+_0x41b0e6['padEnd'](_0x3728f8+_0x1c71f2)+_0x42d74d;return _0x37108e;}return _0x41b0e6;}function _0x179388(_0x482526){const _0x599b85=_0x154dd5;return _0x482526[_0x599b85(0x10a)]('\x0a')[_0x599b85(0x3e4)](/^/gm,'\x20'[_0x599b85(0x17a)](_0x33ade4));}const _0x4374b3=[];_0x4374b3[_0x154dd5(0x1db)]('Usage:\x20'+_0x434d58[_0x154dd5(0x25a)](_0xaf2609));const _0xa1f896=_0x434d58[_0x154dd5(0x26d)](_0xaf2609);_0xa1f896&&(_0x4374b3[_0x154dd5(0x1db)](''),_0x4374b3[_0x154dd5(0x1db)](_0xa1f896));const _0x39e455=_0xaf2609[_0x154dd5(0x1aa)][_0x154dd5(0x24e)](_0x1cf239=>!_0x2d0bdf(_0x1cf239));if(_0x39e455[_0x154dd5(0x39c)]>0x0){if(_0xaf2609['name']()===_0x154dd5(0x29b)){const _0x39955f=_0xaf2609[_0x154dd5(0x329)](),_0x512c89=!_0x39955f[_0x154dd5(0x3a6)]&&process[_0x154dd5(0x34b)]['isTTY'],_0x39f080=COMMAND_CATEGORIES,_0x42c9d4=(_0x183204,_0x4c2aee)=>_0x512c89?_0x4c2aee(_0x183204):_0x183204,_0x55c25f=new Map();_0x39e455['forEach'](_0xf55039=>{const _0x556091=_0x154dd5;_0x55c25f[_0x556091(0x165)](_0xf55039['name'](),_0xf55039);}),_0x39f080[_0x154dd5(0x293)](_0x3e7f3a=>{const _0x27cbdc=_0x154dd5,_0x1c00d7=_0x3e7f3a[_0x27cbdc(0x1aa)][_0x27cbdc(0x2da)](_0x54c157=>_0x55c25f['get'](_0x54c157)??[]);if(_0x1c00d7[_0x27cbdc(0x39c)]>0x0){_0x4374b3[_0x27cbdc(0x1db)](''),_0x4374b3[_0x27cbdc(0x1db)](_0x42c9d4(_0x3e7f3a[_0x27cbdc(0x318)]+':',_0x3e7f3a[_0x27cbdc(0x332)]));const _0x31996a=_0x1c00d7[_0x27cbdc(0x33d)](_0x2c6a42=>{const _0x548fc7=_0x27cbdc,_0xf6564c=_0x434d58[_0x548fc7(0x1e2)](_0x2c6a42),_0x3e881b=_0x434d58['subcommandDescription'](_0x2c6a42);return _0x531ead(_0xf6564c,_0x3e881b);});_0x4374b3[_0x27cbdc(0x1db)](_0x179388(_0x31996a));}}),_0x4374b3[_0x154dd5(0x1db)](''),_0x4374b3[_0x154dd5(0x1db)]('Tip:\x20Use\x20plural\x20forms\x20(tdx\x20databases,\x20tables,\x20segments,\x20jobs)\x20as\x20aliases\x20for\x20\x22tdx\x20xxx\x20list\x22');}else{const _0x408244=_0x39e455[_0x154dd5(0x33d)](_0x2a24fe=>{const _0x598246=_0x154dd5,_0x231829=_0x434d58[_0x598246(0x1e2)](_0x2a24fe),_0x487e35=_0x434d58[_0x598246(0x261)](_0x2a24fe);return _0x531ead(_0x231829,_0x487e35);});_0x4374b3[_0x154dd5(0x1db)](''),_0x4374b3[_0x154dd5(0x1db)]('Commands:'),_0x4374b3[_0x154dd5(0x1db)](_0x179388(_0x408244));}}if(showBriefHelp&&_0xaf2609[_0x154dd5(0x318)]()===_0x154dd5(0x29b))_0x4374b3[_0x154dd5(0x1db)](''),_0x4374b3[_0x154dd5(0x1db)](_0x154dd5(0x246));else{const _0x3dff96=_0xaf2609[_0x154dd5(0x3b9)][_0x154dd5(0x24e)](_0x51c4be=>!_0x2d0bdf(_0x51c4be));if(_0x3dff96['length']>0x0){const _0xfcac26=_0x3dff96[_0x154dd5(0x33d)](_0x4c6f65=>{const _0x17ccdd=_0x154dd5,_0x27a37d=_0x434d58[_0x17ccdd(0x366)](_0x4c6f65),_0x555389=_0x434d58[_0x17ccdd(0x273)](_0x4c6f65);return _0x531ead(_0x27a37d,_0x555389);});_0x4374b3['push'](''),_0x4374b3[_0x154dd5(0x1db)](_0x154dd5(0x3f5)),_0x4374b3['push'](_0x179388(_0xfcac26));}}const _0x24cba3=(_0xaf2609['registeredArguments']||[])[_0x154dd5(0x24e)](_0x32fad3=>!_0x2d0bdf(_0x32fad3));if(_0x24cba3[_0x154dd5(0x39c)]>0x0){const _0x3a7bf3=_0x24cba3['map'](_0x57b504=>{const _0x2dc3ad=_0x154dd5,_0x5a98d5=_0x434d58[_0x2dc3ad(0x2ac)](_0x57b504),_0x296083=_0x434d58[_0x2dc3ad(0x328)](_0x57b504);return _0x531ead(_0x5a98d5,_0x296083);});_0x4374b3[_0x154dd5(0x1db)](''),_0x4374b3['push']('Arguments:'),_0x4374b3[_0x154dd5(0x1db)](_0x179388(_0x3a7bf3));}return _0x4374b3[_0x154dd5(0x10a)]('\x0a')+'\x0a';},'subcommandTerm':_0x1c34cd=>{const _0x73cc2f=a2_0x258ec9,_0x311d54=(_0x1c34cd['registeredArguments']||[])['map'](_0x20ed08=>_0x20ed08['required']?'<'+_0x20ed08[_0x73cc2f(0x318)]()+'>':'['+_0x20ed08[_0x73cc2f(0x318)]()+']')[_0x73cc2f(0x10a)]('\x20'),_0x1c790f=_0x1c34cd[_0x73cc2f(0x334)](),_0x2cbf43=_0x1c790f[_0x73cc2f(0x39c)]>0x0?_0x1c34cd[_0x73cc2f(0x318)]()+',\x20'+_0x1c790f[_0x73cc2f(0x10a)](',\x20'):_0x1c34cd[_0x73cc2f(0x318)]();return _0x311d54?_0x2cbf43+'\x20'+_0x311d54:_0x2cbf43;}}),program[a2_0x258ec9(0x187)]('preAction',_0x47bb61=>{const _0x27bc8d=a2_0x258ec9,_0x23f8c4=_0x47bb61[_0x27bc8d(0x329)]();if(_0x23f8c4[_0x27bc8d(0x16f)]){const _0x20ac45=resolve(_0x23f8c4['directory']),_0x36d7c1=_0x20ac45!==_0x23f8c4['directory']?_0x27bc8d(0x307)+_0x20ac45+')':'';if(!existsSync(_0x20ac45))throw new SDKError(ErrorCode[_0x27bc8d(0x213)],_0x27bc8d(0x375)+_0x23f8c4[_0x27bc8d(0x16f)]+_0x36d7c1,undefined,{'helpText':'Provide\x20a\x20valid\x20directory\x20path\x20with\x20-C\x20option.'});const _0x1e5b70=statSync(_0x20ac45);if(!_0x1e5b70[_0x27bc8d(0x1cb)]())throw new SDKError(ErrorCode[_0x27bc8d(0x213)],_0x27bc8d(0x2b6)+_0x23f8c4[_0x27bc8d(0x16f)]+_0x36d7c1,undefined,{'helpText':_0x27bc8d(0x11e)});process[_0x27bc8d(0x271)](_0x20ac45);}if(!_0x23f8c4[_0x27bc8d(0x301)]){if(_0x23f8c4[_0x27bc8d(0x148)])_0x23f8c4['format']=_0x27bc8d(0x148);else{if(_0x23f8c4[_0x27bc8d(0x244)])_0x23f8c4[_0x27bc8d(0x301)]=_0x27bc8d(0x244);else{if(_0x23f8c4['jsonl'])_0x23f8c4[_0x27bc8d(0x301)]=_0x27bc8d(0x2fb);else _0x23f8c4[_0x27bc8d(0x29f)]&&(_0x23f8c4[_0x27bc8d(0x301)]='tsv');}}}if(_0x23f8c4[_0x27bc8d(0x394)])_0x23f8c4[_0x27bc8d(0x35e)]=LogLevel[_0x27bc8d(0x21b)];else{if(_0x23f8c4[_0x27bc8d(0x243)])_0x23f8c4[_0x27bc8d(0x35e)]=LogLevel['DEBUG'];else _0x23f8c4[_0x27bc8d(0x35e)]===undefined&&(_0x23f8c4['logLevel']=LogLevel['INFO']);}});async function createTDXInstance(_0x243795){const _0x385dff=a2_0x258ec9,_0x3394f0=await GlobalContext[_0x385dff(0x418)](_0x243795);_0x3394f0[_0x385dff(0x3d3)](_0x243795);const _0x28bb85=Number(_0x243795[_0x385dff(0x2e7)]),_0x772bc8=!isNaN(_0x28bb85)&&_0x28bb85>0x0?_0x28bb85*0x3e8:undefined;return TDX[_0x385dff(0x37e)]({'site':_0x3394f0[_0x385dff(0x3b6)],'apiKey':_0x3394f0[_0x385dff(0x135)],'accessToken':_0x3394f0[_0x385dff(0x205)],'logLevel':_0x3394f0['logLevel'],'profile':_0x3394f0['profile'],'timeout':_0x772bc8});}const databaseCmd=program['command']('database')[a2_0x258ec9(0x33e)]('db')[a2_0x258ec9(0x3cb)]('Database\x20management\x20commands'),databaseListAction=async(_0x204acd,_0x42353e)=>{const _0x298600=a2_0x258ec9,_0x20fb8d=new DatabasesCommand(),_0x2bdf3c=program[_0x298600(0x329)](),_0x2805db=await createTDXInstance(_0x2bdf3c),_0x4b2f9a=await _0x20fb8d['run']({'options':{..._0x2bdf3c,..._0x42353e},'args':_0x204acd?[_0x204acd]:[],'tdx':_0x2805db});gracefulExit(_0x4b2f9a);};databaseCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))['description'](a2_0x258ec9(0x403))[a2_0x258ec9(0x2cd)](databaseListAction),program['command'](a2_0x258ec9(0x310),{'hidden':!![]})['description'](a2_0x258ec9(0x1a9))[a2_0x258ec9(0x2cd)](databaseListAction),program[a2_0x258ec9(0x1fb)]('chat\x20[message...]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3c0))[a2_0x258ec9(0x251)](a2_0x258ec9(0x22e),a2_0x258ec9(0x1d7))[a2_0x258ec9(0x251)](a2_0x258ec9(0x134),a2_0x258ec9(0x15f))['option'](a2_0x258ec9(0x280),a2_0x258ec9(0x223))['option']('--stream','Output\x20events\x20as\x20JSONL\x20stream\x20(one\x20JSON\x20object\x20per\x20line)')[a2_0x258ec9(0x2cd)](async(_0x4443fc,_0x467cc8)=>{const _0xacc671=a2_0x258ec9,_0xd2c526=program['opts'](),_0x150881=await createTDXInstance(_0xd2c526);if(_0x4443fc[0x0]===_0xacc671(0x37e)){const _0xb3bef6=new ChatCreateCommand();gracefulExit(await _0xb3bef6[_0xacc671(0x33b)]({'options':{..._0xd2c526,..._0x467cc8},'args':_0x4443fc[_0xacc671(0x1ac)](0x1),'tdx':_0x150881}));return;}const _0x3e418f=new ChatCommand(),_0x4d250d=await _0x3e418f[_0xacc671(0x33b)]({'options':{..._0xd2c526,..._0x467cc8},'args':_0x4443fc,'tdx':_0x150881});gracefulExit(_0x4d250d);});const apiCmd=program[a2_0x258ec9(0x1fb)]('api\x20[endpoint]')['summary'](a2_0x258ec9(0x40a))[a2_0x258ec9(0x34c)]('after',a2_0x258ec9(0x386))[a2_0x258ec9(0x251)]('-X,\x20--method\x20<method>','HTTP\x20method\x20(GET,\x20POST,\x20PUT,\x20DELETE,\x20PATCH)',a2_0x258ec9(0x2ed))[a2_0x258ec9(0x251)](a2_0x258ec9(0x282),a2_0x258ec9(0x245))[a2_0x258ec9(0x251)]('-f,\x20--file\x20<path>',a2_0x258ec9(0x26f))['option']('-H,\x20--header\x20<header>',a2_0x258ec9(0x2eb),(_0x34d65b,_0x55aded)=>{return _0x55aded?[..._0x55aded,_0x34d65b]:[_0x34d65b];})[a2_0x258ec9(0x251)]('--type\x20<api_type>',a2_0x258ec9(0x1d0),'td')[a2_0x258ec9(0x2cd)](async(_0x755d2b,_0x591232)=>{const _0x19570e=a2_0x258ec9;if(!_0x755d2b){apiCmd[_0x19570e(0x207)]();return;}const _0x5256ca=new ApiCommand(),_0x426380=program['opts'](),_0x495ffe=await createTDXInstance(_0x426380),_0xc83026=await _0x5256ca[_0x19570e(0x33b)]({'options':{..._0x426380,..._0x591232},'args':[_0x755d2b],'tdx':_0x495ffe});gracefulExit(_0xc83026);});program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3d4))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2b2))[a2_0x258ec9(0x34c)](a2_0x258ec9(0x1a7),a2_0x258ec9(0x17e))[a2_0x258ec9(0x2cd)](async _0x1a299e=>{const _0x2e39c0=a2_0x258ec9,_0xfecabc=new MCPCommand(),_0x40be5c=program[_0x2e39c0(0x329)](),_0x5d702c=await createTDXInstance(_0x40be5c),_0x3c84d7=await _0xfecabc[_0x2e39c0(0x33b)]({'options':{..._0x40be5c,..._0x1a299e},'args':[],'tdx':_0x5d702c});gracefulExit(_0x3c84d7);});const tableCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x148))[a2_0x258ec9(0x3cb)]('Table\x20management\x20commands'),tableListAction=async(_0x431a23,_0x37905e)=>{const _0x255214=a2_0x258ec9,_0x4644ab=new TablesCommand(),_0xf7b8bc=program['opts'](),_0x53c128=await createTDXInstance(_0xf7b8bc);_0x37905e['in']&&(_0x37905e[_0x255214(0x370)]=_0x37905e['in']);const _0x506d67=await _0x4644ab[_0x255214(0x33b)]({'options':{..._0xf7b8bc,..._0x37905e},'args':_0x431a23?[_0x431a23]:[],'tdx':_0x53c128});gracefulExit(_0x506d67);};tableCmd['command']('list\x20[pattern]')['description'](a2_0x258ec9(0x31c))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2f2),a2_0x258ec9(0x41c))[a2_0x258ec9(0x251)]('--in\x20<database>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x258ec9(0x2cd)](tableListAction),program[a2_0x258ec9(0x1fb)]('tables\x20[pattern]',{'hidden':!![]})['description'](a2_0x258ec9(0x124))[a2_0x258ec9(0x251)]('-d,\x20--database\x20<database>',a2_0x258ec9(0x41c))['option'](a2_0x258ec9(0x42d),'Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x258ec9(0x2cd)](tableListAction),program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x35d))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x407))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2f2),a2_0x258ec9(0x412))['option']('--in\x20<database>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')['action'](async(_0x57a55e,_0x48fff6)=>{const _0x42d331=a2_0x258ec9,_0xe4bd7c=new ShowCommand(),_0x93686=program['opts'](),_0x22e9e2=await createTDXInstance(_0x93686);_0x48fff6['in']&&(_0x48fff6[_0x42d331(0x370)]=_0x48fff6['in']);const _0x2050b2=await _0xe4bd7c[_0x42d331(0x33b)]({'options':{..._0x93686,..._0x48fff6},'args':_0x57a55e?[_0x57a55e]:[],'tdx':_0x22e9e2});gracefulExit(_0x2050b2);}),program[a2_0x258ec9(0x1fb)]('describe\x20[table]')[a2_0x258ec9(0x33e)]('desc')[a2_0x258ec9(0x3cb)]('Describe\x20table\x20schema')[a2_0x258ec9(0x251)](a2_0x258ec9(0x2f2),a2_0x258ec9(0x412))[a2_0x258ec9(0x251)](a2_0x258ec9(0x42d),a2_0x258ec9(0x2c8))[a2_0x258ec9(0x2cd)](async(_0x3c7d44,_0x45ae88)=>{const _0x463685=a2_0x258ec9,_0xa3dabc=new DescribeCommand(),_0x69d2df=program[_0x463685(0x329)](),_0x208194=await createTDXInstance(_0x69d2df);_0x45ae88['in']&&(_0x45ae88['database']=_0x45ae88['in']);const _0x257be5=await _0xa3dabc[_0x463685(0x33b)]({'options':{..._0x69d2df,..._0x45ae88},'args':_0x3c7d44?[_0x3c7d44]:[],'tdx':_0x208194});gracefulExit(_0x257be5);}),program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x18d))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x104))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2f2),a2_0x258ec9(0x231))[a2_0x258ec9(0x251)]('--in\x20<database>','Alias\x20for\x20--database\x20(natural\x20language\x20style)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x153),a2_0x258ec9(0x30d))['option'](a2_0x258ec9(0x38a),'Read\x20SQL\x20query\x20from\x20file')[a2_0x258ec9(0x251)]('--limit\x20<rows>',a2_0x258ec9(0x2a1))[a2_0x258ec9(0x2cd)](async(_0x42c573,_0x2d0ee3)=>{const _0x19210e=a2_0x258ec9,_0xf62ae6=new QueryCommand(),_0xb32155=program[_0x19210e(0x329)](),_0x1760f0=await createTDXInstance(_0xb32155);_0x2d0ee3['in']&&(_0x2d0ee3[_0x19210e(0x370)]=_0x2d0ee3['in']);const _0x53ab8d=await _0xf62ae6['run']({'options':mergeCommandOptions(_0xb32155,_0x2d0ee3),'args':_0x42c573?[_0x42c573]:[],'tdx':_0x1760f0});gracefulExit(_0x53ab8d);});const segmentCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2ad))[a2_0x258ec9(0x33e)]('sg')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x179)),segmentListAction=async(_0x5efe8b,_0x250298)=>{const _0x2b1873=a2_0x258ec9,_0x2a2062=new SegmentsCommand(),_0x20fe45=program[_0x2b1873(0x329)](),_0x56bff9=await createTDXInstance(_0x20fe45),_0x4e19e5=await _0x2a2062[_0x2b1873(0x33b)]({'options':{..._0x20fe45,..._0x250298},'args':_0x5efe8b?[_0x5efe8b]:[],'tdx':_0x56bff9});gracefulExit(_0x4e19e5);};segmentCmd['command'](a2_0x258ec9(0x420))[a2_0x258ec9(0x3cb)]('List\x20folders\x20and\x20segments\x20at\x20path\x20or\x20in\x20current\x20context')['option'](a2_0x258ec9(0x3d5),a2_0x258ec9(0x1b6))['option'](a2_0x258ec9(0x426),'Maximum\x20recursion\x20depth\x20(default:\x2010)','10')['action'](segmentListAction),program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x257),{'hidden':!![]})[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2b3))['option'](a2_0x258ec9(0x3d5),a2_0x258ec9(0x1b6))['option'](a2_0x258ec9(0x426),a2_0x258ec9(0x1d3),'10')['action'](segmentListAction),segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3bb),{'hidden':!![]})[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3a7))[a2_0x258ec9(0x2cd)](async(_0x198ceb,_0x339e35)=>{const _0x510393=a2_0x258ec9,_0x2e0322=new SegmentUseCommand(),_0x100bec=program[_0x510393(0x329)](),_0x28c7c3=await createTDXInstance(_0x100bec),_0x53b66a=await _0x2e0322[_0x510393(0x33b)]({'options':{..._0x100bec,..._0x339e35},'args':[_0x198ceb],'tdx':_0x28c7c3});gracefulExit(_0x53b66a);});const segmentViewAction=async(_0xb902fa,_0x4b7912)=>{const _0x3ef1bf=a2_0x258ec9,_0x582f2c=new SegmentViewCommand(),_0x1585bf=program[_0x3ef1bf(0x329)](),_0x4fea53=await createTDXInstance(_0x1585bf),_0x2e04b7=await _0x582f2c[_0x3ef1bf(0x33b)]({'options':{..._0x1585bf,..._0x4b7912},'args':_0xb902fa?[_0xb902fa]:[],'tdx':_0x4fea53});gracefulExit(_0x2e04b7);};segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x303))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2ef))[a2_0x258ec9(0x251)](a2_0x258ec9(0x24c),a2_0x258ec9(0x3c9))[a2_0x258ec9(0x2cd)](segmentViewAction),segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x137),{'hidden':!![]})[a2_0x258ec9(0x33e)](a2_0x258ec9(0x204))[a2_0x258ec9(0x251)](a2_0x258ec9(0x24c),'Open\x20segment\x20in\x20web\x20browser')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x330))[a2_0x258ec9(0x2cd)](segmentViewAction),segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3ce))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x237))[a2_0x258ec9(0x2cd)](async(_0x49ed59,_0x54dc92)=>{const _0x33d625=a2_0x258ec9,_0x47ff0a=new SegmentDescCommand(),_0x10ff9a=program['opts'](),_0x3d8cef=await createTDXInstance(_0x10ff9a),_0x1c699a=await _0x47ff0a[_0x33d625(0x33b)]({'options':{..._0x10ff9a,..._0x54dc92},'args':_0x49ed59?[_0x49ed59]:[],'tdx':_0x3d8cef});gracefulExit(_0x1c699a);}),segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x141))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x206))[a2_0x258ec9(0x2cd)](async(_0x23efc5,_0x1a9074)=>{const _0x40d731=a2_0x258ec9,_0x5cfdd3=new SegmentShowCommand(),_0x21ae4f=program['opts'](),_0x2d9cff=await createTDXInstance(_0x21ae4f),_0x30de4c=await _0x5cfdd3[_0x40d731(0x33b)]({'options':{..._0x21ae4f,..._0x1a9074},'args':_0x23efc5?[_0x23efc5]:[],'tdx':_0x2d9cff});gracefulExit(_0x30de4c);}),segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x31e),{'hidden':!![]})[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1f7))[a2_0x258ec9(0x2cd)](async(_0x406b75,_0x5c0d20)=>{const _0x225dd7=a2_0x258ec9,_0x3fde9d=new SegmentFolderListCommand(),_0x5797b1=program['opts'](),_0x63d810=await createTDXInstance(_0x5797b1),_0x365d72=await _0x3fde9d[_0x225dd7(0x33b)]({'options':{..._0x5797b1,..._0x5c0d20},'args':[_0x406b75],'tdx':_0x63d810});gracefulExit(_0x365d72);});const folderCmd=segmentCmd[a2_0x258ec9(0x1fb)]('folder',{'hidden':!![]})[a2_0x258ec9(0x3cb)]('[DEPRECATED]\x20Segment\x20folder\x20management');folderCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x222))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x264))[a2_0x258ec9(0x2cd)](async(_0x4b8ab8,_0xde01cf)=>{const _0x4fe832=a2_0x258ec9,_0x2ac02c=new SegmentFolderShowCommand(),_0x2b637f=program[_0x4fe832(0x329)](),_0x283f13=await createTDXInstance(_0x2b637f),_0x16f4f0=await _0x2ac02c[_0x4fe832(0x33b)]({'options':{..._0x2b637f,..._0xde01cf},'args':[_0x4b8ab8],'tdx':_0x283f13});gracefulExit(_0x16f4f0);}),segmentCmd['command'](a2_0x258ec9(0x3a1))[a2_0x258ec9(0x3cb)]('Get\x20SQL\x20query\x20for\x20segment.\x20For\x20segments\x20in\x20folders,\x20include\x20folder\x20path\x20(e.g.,\x20\x22Folder/Segment\x22)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x3d6),a2_0x258ec9(0x247))[a2_0x258ec9(0x2cd)](async(_0x579fe9,_0x229972)=>{const _0xfe93c2=a2_0x258ec9,_0x1ea430=new SegmentSQLCommand(),_0x552a05=program[_0xfe93c2(0x329)](),_0x1558ce=await createTDXInstance(_0x552a05),_0x35ff66=await _0x1ea430[_0xfe93c2(0x33b)]({'options':{..._0x552a05,..._0x229972},'args':_0x579fe9?[_0x579fe9]:[],'tdx':_0x1558ce});gracefulExit(_0x35ff66);}),segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1c8))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x166))[a2_0x258ec9(0x2cd)](async(_0x448e6d,_0x1ae9ca)=>{const _0x1e03db=a2_0x258ec9,_0xf81eca=new SegmentFieldsCommand(),_0x5a0d8a=program[_0x1e03db(0x329)](),_0x31037c=await createTDXInstance(_0x5a0d8a),_0x56bd07=await _0xf81eca[_0x1e03db(0x33b)]({'options':{..._0x5a0d8a,..._0x1ae9ca},'args':_0x448e6d?[_0x448e6d]:[],'tdx':_0x31037c});gracefulExit(_0x56bd07);}),segmentCmd[a2_0x258ec9(0x1fb)]('pull\x20[parent_or_file]')['description'](a2_0x258ec9(0x189))['option'](a2_0x258ec9(0x1fa),'Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes')[a2_0x258ec9(0x2cd)](async(_0x3e50d5,_0xb8684f)=>{const _0x174936=a2_0x258ec9,_0x4e43ea=new SegmentPullCommand(),_0x14118b=program[_0x174936(0x329)](),_0x5567c4=await createTDXInstance(_0x14118b),_0x5d4d85=await _0x4e43ea[_0x174936(0x33b)]({'options':{..._0x14118b,..._0xb8684f},'args':_0x3e50d5?[_0x3e50d5]:[],'tdx':_0x5567c4});gracefulExit(_0x5d4d85);}),segmentCmd['command'](a2_0x258ec9(0x1cc))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x230))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x13f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x191),a2_0x258ec9(0x42b))[a2_0x258ec9(0x2cd)](async(_0x3178f8,_0x2a95bc)=>{const _0x12e0e1=a2_0x258ec9,_0x4b5cf3=new SegmentPushCommand(),_0x56d07c=program[_0x12e0e1(0x329)](),_0x26abe2=await createTDXInstance(_0x56d07c),_0x20a391=await _0x4b5cf3[_0x12e0e1(0x33b)]({'options':{..._0x56d07c,..._0x2a95bc},'args':_0x3178f8?[_0x3178f8]:[],'tdx':_0x26abe2});gracefulExit(_0x20a391);}),segmentCmd[a2_0x258ec9(0x1fb)]('validate\x20[target]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x32b))[a2_0x258ec9(0x2cd)](async(_0x3dec9b,_0x833ccb)=>{const _0x4f8642=a2_0x258ec9,_0x1746c4=new SegmentValidateCommand(),_0x1e7448=program[_0x4f8642(0x329)](),_0x4008b8=await createTDXInstance(_0x1e7448),_0x269e28=await _0x1746c4['run']({'options':{..._0x1e7448,..._0x833ccb},'args':_0x3dec9b?[_0x3dec9b]:[],'tdx':_0x4008b8});gracefulExit(_0x269e28);}),segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3af),{'hidden':!![]})[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x269))[a2_0x258ec9(0x251)](a2_0x258ec9(0x21c),a2_0x258ec9(0x3bf))[a2_0x258ec9(0x251)]('--rule\x20<json>',a2_0x258ec9(0x1c6))[a2_0x258ec9(0x251)](a2_0x258ec9(0x32f),a2_0x258ec9(0x16b))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2e4),a2_0x258ec9(0x226))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3a8),'Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage')[a2_0x258ec9(0x251)](a2_0x258ec9(0x20c),a2_0x258ec9(0x117))[a2_0x258ec9(0x251)](a2_0x258ec9(0x24b),a2_0x258ec9(0x13c))[a2_0x258ec9(0x2cd)](async(_0x5896f0,_0x29e486)=>{const _0x57cbe4=a2_0x258ec9,_0x3038ff=new SegmentCreateCommand(),_0x1eea84=program[_0x57cbe4(0x329)](),_0x2bd34f=await createTDXInstance(_0x1eea84),_0x4b5fb5=await _0x3038ff['run']({'options':{..._0x1eea84,..._0x29e486},'args':[_0x5896f0],'tdx':_0x2bd34f});gracefulExit(_0x4b5fb5);}),segmentCmd['command'](a2_0x258ec9(0x242),{'hidden':!![]})[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x198))[a2_0x258ec9(0x251)]('--name\x20<new_name>',a2_0x258ec9(0x184))[a2_0x258ec9(0x251)]('--description\x20<text>','Updated\x20description')[a2_0x258ec9(0x251)]('--rule\x20<json>','Updated\x20filtering\x20rule\x20as\x20JSON\x20string')[a2_0x258ec9(0x251)](a2_0x258ec9(0x32f),'Updated\x20filtering\x20rule\x20from\x20JSON\x20file')['option'](a2_0x258ec9(0x2e4),a2_0x258ec9(0x234))[a2_0x258ec9(0x251)]('--kind\x20<type>',a2_0x258ec9(0x1ca))[a2_0x258ec9(0x2cd)](async(_0x34bff5,_0x3610f6)=>{const _0xa800a3=a2_0x258ec9,_0x159e92=new SegmentUpdateCommand(),_0x2ec80a=program[_0xa800a3(0x329)](),_0x2a5a9a=await createTDXInstance(_0x2ec80a),_0x13ae3c=await _0x159e92[_0xa800a3(0x33b)]({'options':{..._0x2ec80a,..._0x3610f6},'args':[_0x34bff5],'tdx':_0x2a5a9a});gracefulExit(_0x13ae3c);});const parentCmd=segmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x10b),{'hidden':!![]})[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x27b)),parentListAction=async(_0x5bccd5,_0x2b2c37)=>{const _0x4ab8ed=a2_0x258ec9,_0x4dcb64=new ParentSegmentListCommand(),_0x32cb18=program[_0x4ab8ed(0x329)](),_0x2fedc7=await createTDXInstance(_0x32cb18),_0x452f6e=await _0x4dcb64[_0x4ab8ed(0x33b)]({'options':{..._0x32cb18,..._0x2b2c37},'args':_0x5bccd5?[_0x5bccd5]:[],'tdx':_0x2fedc7});gracefulExit(_0x452f6e);};parentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))[a2_0x258ec9(0x3cb)]('List\x20parent\x20segments\x20(supports\x20wildcards:\x20*,\x20?)')[a2_0x258ec9(0x2cd)](parentListAction),segmentCmd['command'](a2_0x258ec9(0x100),{'hidden':!![]})['description'](a2_0x258ec9(0x42c))[a2_0x258ec9(0x2cd)](parentListAction),parentCmd[a2_0x258ec9(0x1fb)]('pull\x20[name]')[a2_0x258ec9(0x3cb)]('Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file')[a2_0x258ec9(0x251)](a2_0x258ec9(0x139),'Output\x20file\x20path\x20(default:\x20<name>.yml)')[a2_0x258ec9(0x2cd)](async(_0x712b8d,_0x1ddf90)=>{const _0x2e2a67=a2_0x258ec9,_0x5f3a60=new ParentSegmentPullCommand(),_0x2de879=program['opts'](),_0x3baae0=await createTDXInstance(_0x2de879),_0x3e2bf3=await _0x5f3a60[_0x2e2a67(0x33b)]({'options':{..._0x2de879,..._0x1ddf90},'args':_0x712b8d?[_0x712b8d]:[],'tdx':_0x3baae0});gracefulExit(_0x3e2bf3);}),parentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x365))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x107))[a2_0x258ec9(0x2cd)](async(_0xbe09fa,_0x56af80)=>{const _0x37ee42=a2_0x258ec9,_0x1d9d12=new ParentSegmentPushCommand(),_0x56bfb0=program[_0x37ee42(0x329)](),_0x3f30d4=await createTDXInstance(_0x56bfb0),_0x1712bd=await _0x1d9d12[_0x37ee42(0x33b)]({'options':{..._0x56bfb0,..._0x56af80},'args':_0xbe09fa?[_0xbe09fa]:[],'tdx':_0x3f30d4});gracefulExit(_0x1712bd);}),parentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x335))[a2_0x258ec9(0x3cb)]('Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics')[a2_0x258ec9(0x251)](a2_0x258ec9(0x20e),'Show\x20only\x20master\x20table\x20validation')[a2_0x258ec9(0x251)](a2_0x258ec9(0x3b7),'Show\x20attributes\x20only,\x20or\x20a\x20specific\x20attribute')['option'](a2_0x258ec9(0x41d),a2_0x258ec9(0x37d))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2d2),a2_0x258ec9(0x393))['option'](a2_0x258ec9(0x2fa),a2_0x258ec9(0x20b),'-1d')[a2_0x258ec9(0x2cd)](async(_0x229d32,_0x3d82ac)=>{const _0x47097d=a2_0x258ec9,_0x3dc3cc=new ParentSegmentValidateCommand(),_0x2e9277=program[_0x47097d(0x329)](),_0x4f546a=await createTDXInstance(_0x2e9277),_0x34ff85=await _0x3dc3cc['run']({'options':{..._0x2e9277,..._0x3d82ac},'args':_0x229d32?[_0x229d32]:[],'tdx':_0x4f546a});gracefulExit(_0x34ff85);}),parentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x320))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x314))[a2_0x258ec9(0x251)]('--master',a2_0x258ec9(0x277))['option'](a2_0x258ec9(0x3b7),a2_0x258ec9(0x1c0))[a2_0x258ec9(0x251)](a2_0x258ec9(0x41d),a2_0x258ec9(0x192))[a2_0x258ec9(0x251)]('--enriched','Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x2fa),a2_0x258ec9(0x20b),a2_0x258ec9(0x379))[a2_0x258ec9(0x2cd)](async(_0x2c68be,_0xb4e17e)=>{const _0x5114c6=a2_0x258ec9,_0x33a532=new ParentSegmentPreviewCommand(),_0x307248=program[_0x5114c6(0x329)](),_0x301fcf=await createTDXInstance(_0x307248),_0x33bcda=await _0x33a532['run']({'options':{..._0x307248,..._0xb4e17e},'args':_0x2c68be?[_0x2c68be]:[],'tdx':_0x301fcf});gracefulExit(_0x33bcda);}),parentCmd[a2_0x258ec9(0x1fb)]('run\x20[name]')[a2_0x258ec9(0x3cb)]('Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)')[a2_0x258ec9(0x2cd)](async(_0x547d0a,_0x4416b5)=>{const _0x3154d4=a2_0x258ec9,_0x41a2b9=new ParentSegmentRunCommand(),_0x207c49=program[_0x3154d4(0x329)](),_0x4b6d53=await createTDXInstance(_0x207c49),_0x11a1e0=await _0x41a2b9['run']({'options':{..._0x207c49,..._0x4416b5},'args':_0x547d0a?[_0x547d0a]:[],'tdx':_0x4b6d53});gracefulExit(_0x11a1e0);});const parentSegmentCmd=program['command'](a2_0x258ec9(0x274))[a2_0x258ec9(0x33e)]('ps')['description'](a2_0x258ec9(0x42f));parentSegmentCmd[a2_0x258ec9(0x1fb)]('list\x20[pattern]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1e6))['action'](parentListAction),parentSegmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2b7))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x143))[a2_0x258ec9(0x251)](a2_0x258ec9(0x139),a2_0x258ec9(0x1b0))[a2_0x258ec9(0x251)]('-u,\x20--use',a2_0x258ec9(0x3a3))[a2_0x258ec9(0x2cd)](async(_0x4a2179,_0x490a76)=>{const _0x3e08c3=a2_0x258ec9,_0x15e5cf=new ParentSegmentPullCommand(),_0x4057a7=program[_0x3e08c3(0x329)](),_0x580759=await createTDXInstance(_0x4057a7),_0x4304f0=await _0x15e5cf[_0x3e08c3(0x33b)]({'options':{..._0x4057a7,..._0x490a76},'args':_0x4a2179?[_0x4a2179]:[],'tdx':_0x580759});gracefulExit(_0x4304f0);}),parentSegmentCmd['command'](a2_0x258ec9(0x15e))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1e9))[a2_0x258ec9(0x2cd)](async(_0x7651f4,_0x17342c)=>{const _0x4441b1=a2_0x258ec9,_0x2ac07d=new ParentSegmentPushCommand(),_0x115d3b=program[_0x4441b1(0x329)](),_0x1d0827=await createTDXInstance(_0x115d3b),_0x26d586=await _0x2ac07d[_0x4441b1(0x33b)]({'options':{..._0x115d3b,..._0x17342c},'args':_0x7651f4?[_0x7651f4]:[],'tdx':_0x1d0827});gracefulExit(_0x26d586);}),parentSegmentCmd['command'](a2_0x258ec9(0x3e7))['description']('Validate\x20parent\x20segment\x20YAML\x20configuration\x20and\x20show\x20statistics')['option'](a2_0x258ec9(0x20e),a2_0x258ec9(0x427))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3b7),a2_0x258ec9(0x13e))[a2_0x258ec9(0x251)](a2_0x258ec9(0x41d),a2_0x258ec9(0x37d))[a2_0x258ec9(0x251)]('--enriched',a2_0x258ec9(0x393))[a2_0x258ec9(0x251)]('--interval\x20<range>',a2_0x258ec9(0x20b),a2_0x258ec9(0x379))['action'](async(_0x46ea64,_0x415b6e)=>{const _0x107a69=a2_0x258ec9,_0x38308d=new ParentSegmentValidateCommand(),_0x5b9cd6=program[_0x107a69(0x329)](),_0x1178ac=await createTDXInstance(_0x5b9cd6),_0x1e006b=await _0x38308d[_0x107a69(0x33b)]({'options':{..._0x5b9cd6,..._0x415b6e},'args':_0x46ea64?[_0x46ea64]:[],'tdx':_0x1178ac});gracefulExit(_0x1e006b);}),parentSegmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x392))['description'](a2_0x258ec9(0x314))[a2_0x258ec9(0x251)]('--master',a2_0x258ec9(0x277))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3b7),a2_0x258ec9(0x1c0))[a2_0x258ec9(0x251)](a2_0x258ec9(0x41d),'Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior')[a2_0x258ec9(0x251)]('--enriched',a2_0x258ec9(0x3c7))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2fa),a2_0x258ec9(0x20b),a2_0x258ec9(0x379))[a2_0x258ec9(0x2cd)](async(_0x3b7ed0,_0x556610)=>{const _0x14f45e=a2_0x258ec9,_0xdf0556=new ParentSegmentPreviewCommand(),_0x33b4b5=program[_0x14f45e(0x329)](),_0x45b09f=await createTDXInstance(_0x33b4b5),_0x2ce9b5=await _0xdf0556[_0x14f45e(0x33b)]({'options':{..._0x33b4b5,..._0x556610},'args':_0x3b7ed0?[_0x3b7ed0]:[],'tdx':_0x45b09f});gracefulExit(_0x2ce9b5);}),parentSegmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x28c))['description'](a2_0x258ec9(0x18b))[a2_0x258ec9(0x2cd)](async(_0x1cbef2,_0x448d6a)=>{const _0x48f5b8=a2_0x258ec9,_0x46aa16=new ParentSegmentRunCommand(),_0x11d683=program[_0x48f5b8(0x329)](),_0x4d2158=await createTDXInstance(_0x11d683),_0x4e4b98=await _0x46aa16['run']({'options':{..._0x11d683,..._0x448d6a},'args':_0x1cbef2?[_0x1cbef2]:[],'tdx':_0x4d2158});gracefulExit(_0x4e4b98);}),parentSegmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x352))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x30b))[a2_0x258ec9(0x251)](a2_0x258ec9(0x313),a2_0x258ec9(0x1d6))[a2_0x258ec9(0x251)]('--jsonl',a2_0x258ec9(0x419))[a2_0x258ec9(0x2cd)](async(_0x2bf218,_0x322152)=>{const _0x598a89=a2_0x258ec9,_0x4b62cb=new ParentSegmentFieldsCommand(),_0x1afb41=program[_0x598a89(0x329)](),_0x5e0501=await createTDXInstance(_0x1afb41),_0x466f4f=await _0x4b62cb[_0x598a89(0x33b)]({'options':{..._0x1afb41,..._0x322152},'args':_0x2bf218?[_0x2bf218]:[],'tdx':_0x5e0501});gracefulExit(_0x466f4f);}),parentSegmentCmd[a2_0x258ec9(0x1fb)]('view\x20[name]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2a2))['option'](a2_0x258ec9(0x24c),a2_0x258ec9(0x2e0))[a2_0x258ec9(0x251)](a2_0x258ec9(0x313),'Output\x20as\x20JSON')['option'](a2_0x258ec9(0x228),a2_0x258ec9(0x419))[a2_0x258ec9(0x2cd)](async(_0x138c2d,_0x1d2f04)=>{const _0x295473=a2_0x258ec9,_0x4db945=new ParentSegmentViewCommand(),_0x46546d=program[_0x295473(0x329)](),_0x4a7125=await createTDXInstance(_0x46546d),_0x215d15=await _0x4db945[_0x295473(0x33b)]({'options':{..._0x46546d,..._0x1d2f04},'args':_0x138c2d?[_0x138c2d]:[],'tdx':_0x4a7125});gracefulExit(_0x215d15);}),parentSegmentCmd['command'](a2_0x258ec9(0x3e2))['description'](a2_0x258ec9(0x3ff))['option']('-o,\x20--output\x20<file>',a2_0x258ec9(0x1b0))[a2_0x258ec9(0x251)]('--json',a2_0x258ec9(0x1d6))[a2_0x258ec9(0x251)]('--jsonl',a2_0x258ec9(0x419))[a2_0x258ec9(0x2cd)](async(_0xef31d4,_0xd9bf71)=>{const _0x957b6f=a2_0x258ec9,_0x3d433a=new ParentSegmentDescCommand(),_0x563457=program['opts'](),_0x141553=await createTDXInstance(_0x563457),_0x2bcf64=await _0x3d433a[_0x957b6f(0x33b)]({'options':{..._0x563457,..._0xd9bf71},'args':_0xef31d4?[_0xef31d4]:[],'tdx':_0x141553});gracefulExit(_0x2bcf64);}),parentSegmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2ec))[a2_0x258ec9(0x3cb)]('Get\x20SQL\x20query\x20for\x20parent\x20segment\x20(uses\x20context\x20if\x20name\x20omitted)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x313),a2_0x258ec9(0x1d6))[a2_0x258ec9(0x251)](a2_0x258ec9(0x228),a2_0x258ec9(0x419))['action'](async(_0x540cb5,_0x54d3af)=>{const _0x4d50e3=a2_0x258ec9,_0x2fd113=new ParentSegmentSQLCommand(),_0x54f53a=program['opts'](),_0x52f42a=await createTDXInstance(_0x54f53a),_0x247d79=await _0x2fd113[_0x4d50e3(0x33b)]({'options':{..._0x54f53a,..._0x54d3af},'args':_0x540cb5?[_0x540cb5]:[],'tdx':_0x52f42a});gracefulExit(_0x247d79);}),parentSegmentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x16d))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3fb))['option'](a2_0x258ec9(0x28f),a2_0x258ec9(0x20a))['option'](a2_0x258ec9(0x313),a2_0x258ec9(0x1d6))[a2_0x258ec9(0x251)](a2_0x258ec9(0x228),a2_0x258ec9(0x419))[a2_0x258ec9(0x2cd)](async(_0x1005a1,_0x45a200)=>{const _0x3e9b36=new ParentSegmentShowCommand(),_0x2b4b33=program['opts'](),_0x396d97=await createTDXInstance(_0x2b4b33),_0x39ec7e=await _0x3e9b36['run']({'options':{..._0x2b4b33,..._0x45a200},'args':_0x1005a1?[_0x1005a1]:[],'tdx':_0x396d97});gracefulExit(_0x39ec7e);}),parentSegmentCmd['command'](a2_0x258ec9(0x3ee))[a2_0x258ec9(0x3cb)]('Set\x20or\x20show\x20parent\x20segment\x20context')[a2_0x258ec9(0x2cd)](async(_0x5c3833,_0x33c1ec)=>{const _0x2180e4=a2_0x258ec9,_0x54711b=new UseCommand(),_0x154fff=program[_0x2180e4(0x329)](),_0x42d7d9=_0x5c3833?['parent_segment',_0x5c3833]:[],_0x3133b3=await _0x54711b['run']({'options':{..._0x154fff,..._0x33c1ec},'args':_0x42d7d9,'tdx':null});gracefulExit(_0x3133b3);});const psRtCmd=parentSegmentCmd[a2_0x258ec9(0x1fb)]('rt')['description'](a2_0x258ec9(0x32a));psRtCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2dd))['action'](async(_0x520582,_0x31fafe)=>{const _0x50bc88=a2_0x258ec9,_0x432ef6=new PSRtListCommand(),_0x4ed762=program[_0x50bc88(0x329)](),_0x3b1a8c=await createTDXInstance(_0x4ed762),_0x16d419=await _0x432ef6[_0x50bc88(0x33b)]({'options':{..._0x4ed762,..._0x31fafe},'args':_0x520582?[_0x520582]:[],'tdx':_0x3b1a8c});gracefulExit(_0x16d419);}),psRtCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3e7))['description'](a2_0x258ec9(0x15d))[a2_0x258ec9(0x2cd)](async(_0x575913,_0x499833)=>{const _0x78190b=a2_0x258ec9,_0x112310=new PSRtValidateCommand(),_0x4b07ca=program[_0x78190b(0x329)](),_0x17e393=await createTDXInstance(_0x4b07ca),_0x20323e=await _0x112310[_0x78190b(0x33b)]({'options':{..._0x4b07ca,..._0x499833},'args':_0x575913?[_0x575913]:[],'tdx':_0x17e393});gracefulExit(_0x20323e);}),psRtCmd['command'](a2_0x258ec9(0x1da))['description'](a2_0x258ec9(0x3ec))[a2_0x258ec9(0x2cd)](async(_0x3e6d5c,_0x36ec00)=>{const _0x1a9e2e=a2_0x258ec9,_0x1c94a3=new PSRtConfigVersionCommand(),_0x23b475=program['opts'](),_0x10a004=await createTDXInstance(_0x23b475),_0x42ad84=await _0x1c94a3[_0x1a9e2e(0x33b)]({'options':{..._0x23b475,..._0x36ec00},'args':_0x3e6d5c?[_0x3e6d5c]:[],'tdx':_0x10a004});gracefulExit(_0x42ad84);});const psRtJnCmd=psRtCmd[a2_0x258ec9(0x1fb)]('jn')[a2_0x258ec9(0x3cb)]('RT\x20Journey\x20management');psRtJnCmd[a2_0x258ec9(0x1fb)]('list\x20[name]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x32d))['action'](async(_0x69afe4,_0x176bea)=>{const _0xaccf60=a2_0x258ec9,_0x5d4988=new PSRtJnListCommand(),_0x3afca1=program[_0xaccf60(0x329)](),_0x37b997=await createTDXInstance(_0x3afca1),_0x4c1ac3=await _0x5d4988[_0xaccf60(0x33b)]({'options':{..._0x3afca1,..._0x176bea},'args':_0x69afe4?[_0x69afe4]:[],'tdx':_0x37b997});gracefulExit(_0x4c1ac3);}),psRtJnCmd['command'](a2_0x258ec9(0x356))[a2_0x258ec9(0x3cb)]('Pause\x20activations\x20in\x20an\x20RT\x20journey')['action'](async(_0x50449d,_0xca762d)=>{const _0x43b7f4=a2_0x258ec9,_0x562d20=new PSRtJnPauseCommand(),_0x518d20=program[_0x43b7f4(0x329)](),_0x15422f=await createTDXInstance(_0x518d20),_0x4a1df1=await _0x562d20[_0x43b7f4(0x33b)]({'options':{..._0x518d20,..._0xca762d},'args':[_0x50449d],'tdx':_0x15422f});gracefulExit(_0x4a1df1);}),psRtJnCmd[a2_0x258ec9(0x1fb)]('resume_activations\x20<journeyId>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x41e))[a2_0x258ec9(0x2cd)](async(_0x560ca0,_0x3ea30c)=>{const _0x57e915=a2_0x258ec9,_0x4ce94b=new PSRtJnResumeCommand(),_0x16b5a0=program[_0x57e915(0x329)](),_0x4bd70e=await createTDXInstance(_0x16b5a0),_0x45ff01=await _0x4ce94b[_0x57e915(0x33b)]({'options':{..._0x16b5a0,..._0x3ea30c},'args':[_0x560ca0],'tdx':_0x4bd70e});gracefulExit(_0x45ff01);});const parentRtCmd=parentCmd[a2_0x258ec9(0x1fb)]('rt',{'hidden':!![]})[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x32a));parentRtCmd[a2_0x258ec9(0x1fb)]('list\x20[pattern]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2dd))['action'](async(_0x36d489,_0x2654ad)=>{const _0x4e8a99=a2_0x258ec9,_0x25bc54=new PSRtListCommand(),_0x5f3652=program[_0x4e8a99(0x329)](),_0x87ea59=await createTDXInstance(_0x5f3652),_0x4144da=await _0x25bc54[_0x4e8a99(0x33b)]({'options':{..._0x5f3652,..._0x2654ad},'args':_0x36d489?[_0x36d489]:[],'tdx':_0x87ea59});gracefulExit(_0x4144da);}),parentRtCmd['command'](a2_0x258ec9(0x3e7))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x15d))['action'](async(_0x5ae0de,_0x376fdb)=>{const _0x2737c9=a2_0x258ec9,_0xb70b6b=new PSRtValidateCommand(),_0x2d59de=program[_0x2737c9(0x329)](),_0xdca1e5=await createTDXInstance(_0x2d59de),_0xf2438e=await _0xb70b6b[_0x2737c9(0x33b)]({'options':{..._0x2d59de,..._0x376fdb},'args':_0x5ae0de?[_0x5ae0de]:[],'tdx':_0xdca1e5});gracefulExit(_0xf2438e);});const psPzCmd=parentSegmentCmd[a2_0x258ec9(0x1fb)]('pz')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x217));psPzCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3c3))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1ab))[a2_0x258ec9(0x2cd)](async(_0x3c6b00,_0x391ee9)=>{const _0x39030f=a2_0x258ec9,_0x6f47b2=new PSPzListCommand(),_0x472011=program[_0x39030f(0x329)](),_0x3803ab=await createTDXInstance(_0x472011),_0x480b15=await _0x6f47b2[_0x39030f(0x33b)]({'options':{..._0x472011,..._0x391ee9},'args':_0x3c6b00?[_0x3c6b00]:[],'tdx':_0x3803ab});gracefulExit(_0x480b15);}),psPzCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3f6))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2fc))[a2_0x258ec9(0x2cd)](async(_0x4220b0,_0x128f67)=>{const _0x4852b4=a2_0x258ec9,_0x41cdd1=new PSPzShowCommand(),_0x6b8d15=program[_0x4852b4(0x329)](),_0x577f74=await createTDXInstance(_0x6b8d15),_0x35024a=await _0x41cdd1[_0x4852b4(0x33b)]({'options':{..._0x6b8d15,..._0x128f67},'args':[_0x4220b0],'tdx':_0x577f74});gracefulExit(_0x35024a);}),psPzCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1b8))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1ec))['action'](async(_0x109b01,_0x557a8b)=>{const _0x1a47d2=a2_0x258ec9,_0x3c3f75=new PSPzDeleteCommand(),_0x4e2b14=program[_0x1a47d2(0x329)](),_0x297e58=await createTDXInstance(_0x4e2b14),_0x33e504=await _0x3c3f75[_0x1a47d2(0x33b)]({'options':{..._0x4e2b14,..._0x557a8b},'args':[_0x109b01],'tdx':_0x297e58});gracefulExit(_0x33e504);}),psPzCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x37e))['description'](a2_0x258ec9(0x421))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1e8),a2_0x258ec9(0x41a))[a2_0x258ec9(0x251)]('--description\x20<text>',a2_0x258ec9(0x311))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3fe),a2_0x258ec9(0x315))[a2_0x258ec9(0x251)](a2_0x258ec9(0x17b),a2_0x258ec9(0x3f1))[a2_0x258ec9(0x251)](a2_0x258ec9(0x225),a2_0x258ec9(0x144))[a2_0x258ec9(0x251)]('--file\x20<path>','Full\x20request\x20body\x20from\x20a\x20JSON\x20file\x20(overrides\x20other\x20flags)')[a2_0x258ec9(0x2cd)](async _0x5cd875=>{const _0x59575d=a2_0x258ec9,_0x343420=new PSPzCreateCommand(),_0x403d76=program[_0x59575d(0x329)](),_0x1dc160=await createTDXInstance(_0x403d76),_0x3d3229=await _0x343420[_0x59575d(0x33b)]({'options':{..._0x403d76,..._0x5cd875},'args':[],'tdx':_0x1dc160});gracefulExit(_0x3d3229);}),psPzCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x174))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x39d))[a2_0x258ec9(0x251)]('--name\x20<text>',a2_0x258ec9(0x41a))[a2_0x258ec9(0x251)]('--description\x20<text>',a2_0x258ec9(0x311))[a2_0x258ec9(0x251)]('--sections\x20<json>',a2_0x258ec9(0x144))[a2_0x258ec9(0x251)](a2_0x258ec9(0x40c),'Full\x20request\x20body\x20from\x20a\x20JSON\x20file\x20(overrides\x20other\x20flags)')[a2_0x258ec9(0x2cd)](async(_0x3ba73f,_0x4dd89f)=>{const _0x1ecb4d=a2_0x258ec9,_0x561ea4=new PSPzPatchCommand(),_0xc9de41=program['opts'](),_0xc626f7=await createTDXInstance(_0xc9de41),_0x1d358e=await _0x561ea4[_0x1ecb4d(0x33b)]({'options':{..._0xc9de41,..._0x4dd89f},'args':[_0x3ba73f],'tdx':_0xc626f7});gracefulExit(_0x1d358e);});const psPzServiceCmd=psPzCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x388))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x19d));psPzServiceCmd['command'](a2_0x258ec9(0x3c3))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x369))[a2_0x258ec9(0x2cd)](async(_0x1d5710,_0x5423ee)=>{const _0x4cd231=a2_0x258ec9,_0x5e5131=new PSPzServiceListCommand(),_0x344142=program[_0x4cd231(0x329)](),_0x105eb4=await createTDXInstance(_0x344142),_0x4eea2a=await _0x5e5131[_0x4cd231(0x33b)]({'options':{..._0x344142,..._0x5423ee},'args':_0x1d5710?[_0x1d5710]:[],'tdx':_0x105eb4});gracefulExit(_0x4eea2a);}),psPzServiceCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2ff))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x111))[a2_0x258ec9(0x251)](a2_0x258ec9(0x21c),a2_0x258ec9(0x2a5))[a2_0x258ec9(0x251)](a2_0x258ec9(0x229),a2_0x258ec9(0x14d))[a2_0x258ec9(0x2cd)](async(_0x113da0,_0x2ca6c7,_0x2ce97c)=>{const _0x4d98ce=a2_0x258ec9,_0x25bad6=new PSPzServiceCreateCommand(),_0x3c1236=program[_0x4d98ce(0x329)](),_0x4b99ee=await createTDXInstance(_0x3c1236),_0x1a9e26=await _0x25bad6[_0x4d98ce(0x33b)]({'options':{..._0x3c1236,..._0x2ce97c},'args':_0x2ca6c7?[_0x113da0,_0x2ca6c7]:[_0x113da0],'tdx':_0x4b99ee});gracefulExit(_0x1a9e26);}),psPzServiceCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x14e))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x142))['action'](async(_0x37e859,_0x58c146,_0x143fdd)=>{const _0x491712=new PSPzServiceShowCommand(),_0x19172e=program['opts'](),_0x117265=await createTDXInstance(_0x19172e),_0x2f99ab=await _0x491712['run']({'options':{..._0x19172e,..._0x143fdd},'args':_0x58c146?[_0x37e859,_0x58c146]:[_0x37e859],'tdx':_0x117265});gracefulExit(_0x2f99ab);}),psPzServiceCmd['command'](a2_0x258ec9(0x2d0))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3a4))[a2_0x258ec9(0x2cd)](async(_0xeaa596,_0x1cf939,_0x332a49)=>{const _0x1b29e1=a2_0x258ec9,_0x35f3af=new PSPzServiceDeleteCommand(),_0x28db1d=program[_0x1b29e1(0x329)](),_0x4e8fb9=await createTDXInstance(_0x28db1d),_0x1e2505=await _0x35f3af[_0x1b29e1(0x33b)]({'options':{..._0x28db1d,..._0x332a49},'args':_0x1cf939?[_0xeaa596,_0x1cf939]:[_0xeaa596],'tdx':_0x4e8fb9});gracefulExit(_0x1e2505);}),psPzServiceCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x157))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x249))[a2_0x258ec9(0x3be)]('--name\x20<name>',a2_0x258ec9(0x1f5))[a2_0x258ec9(0x251)](a2_0x258ec9(0x21c),a2_0x258ec9(0x424))[a2_0x258ec9(0x2cd)](async(_0x5f3549,_0x55433d,_0x34a41a)=>{const _0x2a870c=a2_0x258ec9,_0x3a0817=new PSPzServiceUpdateCommand(),_0xdeee4d=program[_0x2a870c(0x329)](),_0x11ff0e=await createTDXInstance(_0xdeee4d),_0x4707a5=await _0x3a0817['run']({'options':{..._0xdeee4d,..._0x34a41a},'args':_0x55433d?[_0x5f3549,_0x55433d]:[_0x5f3549],'tdx':_0x11ff0e});gracefulExit(_0x4707a5);}),psPzServiceCmd['command'](a2_0x258ec9(0x399))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x355))[a2_0x258ec9(0x2cd)](async(_0x53f3d4,_0x278b34)=>{const _0xf9dea3=a2_0x258ec9,_0x56e3d4=new PSPzInitCommand(),_0x48a067=program['opts'](),_0x242769=await createTDXInstance(_0x48a067),_0x4a889a=await _0x56e3d4[_0xf9dea3(0x33b)]({'options':{..._0x48a067,..._0x278b34},'args':_0x53f3d4?[_0x53f3d4]:[],'tdx':_0x242769});gracefulExit(_0x4a889a);});const psPzServiceTokenCmd=psPzServiceCmd[a2_0x258ec9(0x1fb)]('token')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x28e));psPzServiceTokenCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3e9))['description'](a2_0x258ec9(0x36c))[a2_0x258ec9(0x251)](a2_0x258ec9(0x36e),a2_0x258ec9(0x15a))[a2_0x258ec9(0x251)](a2_0x258ec9(0x21c),a2_0x258ec9(0x2f7))[a2_0x258ec9(0x2cd)](async(_0xe52cdf,_0x3da4b2,_0x5279c2,_0xbf200e)=>{const _0x34614b=a2_0x258ec9,_0x287782=new PSPzServiceTokenCreateCommand(),_0x1fcd53=program[_0x34614b(0x329)](),_0x6d1dbc=await createTDXInstance(_0x1fcd53),_0x428386=await _0x287782['run']({'options':{..._0x1fcd53,..._0xbf200e},'args':_0x5279c2?[_0xe52cdf,_0x3da4b2,_0x5279c2]:[_0xe52cdf,_0x3da4b2],'tdx':_0x6d1dbc});gracefulExit(_0x428386);}),psPzServiceTokenCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3fd))[a2_0x258ec9(0x3cb)]('Delete\x20a\x20token\x20from\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)')['action'](async(_0x4ab286,_0x5183c9,_0x35611a)=>{const _0x34b054=a2_0x258ec9,_0x54e0e0=new PSPzServiceTokenDeleteCommand(),_0x58d52b=program[_0x34b054(0x329)](),_0x4b6b07=await createTDXInstance(_0x58d52b),_0xb8b6c6=await _0x54e0e0[_0x34b054(0x33b)]({'options':{..._0x58d52b,..._0x35611a},'args':_0x5183c9?[_0x4ab286,_0x5183c9]:[_0x4ab286],'tdx':_0x4b6b07});gracefulExit(_0xb8b6c6);}),parentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x383))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x396))[a2_0x258ec9(0x3be)]('--database\x20<db>',a2_0x258ec9(0x360))['requiredOption'](a2_0x258ec9(0x343),a2_0x258ec9(0x41f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x21c),'Parent\x20segment\x20description')['option'](a2_0x258ec9(0x3e3),a2_0x258ec9(0x1b3))[a2_0x258ec9(0x251)]('--schedule-option\x20<value>','Schedule\x20option\x20(time\x20for\x20daily,\x20day\x20for\x20weekly/monthly)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x2bc),a2_0x258ec9(0x270))['option'](a2_0x258ec9(0x3ba),'Attributes\x20as\x20JSON\x20string')[a2_0x258ec9(0x251)](a2_0x258ec9(0x25b),'Attributes\x20from\x20JSON\x20file')['option'](a2_0x258ec9(0xff),a2_0x258ec9(0x19c))[a2_0x258ec9(0x251)]('--behaviors-file\x20<file>',a2_0x258ec9(0x2df))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3d1),a2_0x258ec9(0x348))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3bc),'Customer\x20group\x20from\x20JSON\x20file')[a2_0x258ec9(0x2cd)](async(_0x242e38,_0x3c0dd6)=>{const _0x1fa2ae=a2_0x258ec9,_0x473513=new ParentSegmentCreateCommand(),_0x535f2c=program[_0x1fa2ae(0x329)](),_0x1512aa=await createTDXInstance(_0x535f2c),_0x35d145=await _0x473513['run']({'options':{..._0x535f2c,..._0x3c0dd6},'args':[_0x242e38],'tdx':_0x1512aa});gracefulExit(_0x35d145);}),parentCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x162))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x267))[a2_0x258ec9(0x251)]('--description\x20<text>','Updated\x20description')['option']('--schedule-type\x20<type>',a2_0x258ec9(0x3db))[a2_0x258ec9(0x251)](a2_0x258ec9(0x288),a2_0x258ec9(0x1bb))[a2_0x258ec9(0x251)]('--timezone\x20<tz>',a2_0x258ec9(0x190))[a2_0x258ec9(0x251)](a2_0x258ec9(0x353),a2_0x258ec9(0x3dd))['option'](a2_0x258ec9(0x1a8),a2_0x258ec9(0x215))['option']('--add-behaviors\x20<json>',a2_0x258ec9(0x24a))['option'](a2_0x258ec9(0x128),a2_0x258ec9(0x232))[a2_0x258ec9(0x2cd)](async(_0x3c1b9d,_0x655fed)=>{const _0xcc43f1=a2_0x258ec9,_0x1998e3=new ParentSegmentUpdateCommand(),_0x2857e5=program[_0xcc43f1(0x329)](),_0x5ceae5=await createTDXInstance(_0x2857e5),_0x505904=await _0x1998e3[_0xcc43f1(0x33b)]({'options':{..._0x2857e5,..._0x655fed},'args':[_0x3c1b9d],'tdx':_0x5ceae5});gracefulExit(_0x505904);}),folderCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x188))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x163))[a2_0x258ec9(0x251)](a2_0x258ec9(0x21c),a2_0x258ec9(0x1e1))[a2_0x258ec9(0x251)](a2_0x258ec9(0x19b),'Parent\x20folder\x20name\x20for\x20nested\x20folders')[a2_0x258ec9(0x2cd)](async(_0x5b7752,_0x19035a,_0x1012cd)=>{const _0x124b85=a2_0x258ec9,_0x6413f9=new SegmentFolderCreateCommand(),_0x2e1b8e=program[_0x124b85(0x329)](),_0x4bf1b2=await createTDXInstance(_0x2e1b8e),_0x1e0bf0=await _0x6413f9[_0x124b85(0x33b)]({'options':{..._0x2e1b8e,..._0x1012cd},'args':[_0x5b7752,_0x19035a],'tdx':_0x4bf1b2});gracefulExit(_0x1e0bf0);}),program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x23c))['description'](a2_0x258ec9(0x333))[a2_0x258ec9(0x2cd)](async(_0x55f212,_0x12359f)=>{const _0x512bf9=a2_0x258ec9,_0xe09162=new ActivationsCommand(),_0x2dd5f9=program['opts'](),_0x4c2bb2=await createTDXInstance(_0x2dd5f9),_0x2a60f0=await _0xe09162[_0x512bf9(0x33b)]({'options':{..._0x2dd5f9,..._0x12359f},'args':[_0x55f212],'tdx':_0x4c2bb2});gracefulExit(_0x2a60f0);});const workflowCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x422))[a2_0x258ec9(0x33e)]('wf')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x42e)),wfProjectCmd=workflowCmd[a2_0x258ec9(0x1fb)]('project')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x397)),wfProjectListAction=async(_0x98bc87,_0x209dbc)=>{const _0x59e6a6=a2_0x258ec9,_0x33ad32=new WorkflowProjectsCommand(),_0x17b998=program[_0x59e6a6(0x329)](),_0x52f995=await createTDXInstance(_0x17b998),_0x497677=await _0x33ad32[_0x59e6a6(0x33b)]({'options':{..._0x17b998,..._0x209dbc},'args':_0x98bc87?[_0x98bc87]:[],'tdx':_0x52f995});gracefulExit(_0x497677);};wfProjectCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))[a2_0x258ec9(0x3cb)]('List\x20all\x20workflow\x20projects\x20(optionally\x20filtered\x20by\x20glob\x20pattern)')[a2_0x258ec9(0x2cd)](wfProjectListAction),workflowCmd['command'](a2_0x258ec9(0x14b))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1de))[a2_0x258ec9(0x2cd)](wfProjectListAction);const wfWorkflowListAction=async(_0xc3da70,_0x575885)=>{const _0x3f9262=a2_0x258ec9,_0x2f9668=new WorkflowWorkflowsCommand(),_0x4e6e94=program['opts'](),_0x425611=await createTDXInstance(_0x4e6e94),_0x5c93e7=await _0x2f9668[_0x3f9262(0x33b)]({'options':{..._0x4e6e94,..._0x575885},'args':_0xc3da70?[_0xc3da70]:[],'tdx':_0x425611});gracefulExit(_0x5c93e7);};workflowCmd[a2_0x258ec9(0x1fb)]('workflows\x20[project]')[a2_0x258ec9(0x3cb)]('List\x20workflows\x20(optionally\x20filtered\x20by\x20project)')[a2_0x258ec9(0x2cd)](wfWorkflowListAction);const wfSessionCmd=workflowCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1e4))['description']('Workflow\x20session\x20management'),wfSessionListAction=async(_0x360e,_0x2674fa)=>{const _0x9c3705=a2_0x258ec9,_0x33f88e=new WorkflowSessionsCommand(),_0x50ed70=program[_0x9c3705(0x329)](),_0x3aae3a=await createTDXInstance(_0x50ed70),_0xba9e64=await _0x33f88e[_0x9c3705(0x33b)]({'options':{..._0x50ed70,..._0x2674fa},'args':_0x360e?[_0x360e]:[],'tdx':_0x3aae3a});gracefulExit(_0xba9e64);};wfSessionCmd[a2_0x258ec9(0x1fb)]('list\x20[project]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1e0))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ef),a2_0x258ec9(0x40f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x12c),a2_0x258ec9(0x2d4))[a2_0x258ec9(0x251)](a2_0x258ec9(0x337),'End\x20time\x20filter\x20(ISO\x208601\x20format)')[a2_0x258ec9(0x2cd)](wfSessionListAction),workflowCmd['command'](a2_0x258ec9(0x3c2))['description'](a2_0x258ec9(0x408))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ef),'Filter\x20by\x20status\x20(running,\x20success,\x20error,\x20blocked,\x20all)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x12c),a2_0x258ec9(0x2d4))[a2_0x258ec9(0x251)](a2_0x258ec9(0x337),a2_0x258ec9(0x272))[a2_0x258ec9(0x2cd)](wfSessionListAction);const wfAttemptListAction=async(_0x21cfec,_0x16bfba)=>{const _0x4fdc14=a2_0x258ec9,_0x1e34e4=new WorkflowAttemptsCommand(),_0x36eb37=program[_0x4fdc14(0x329)](),_0x1cadb7=await createTDXInstance(_0x36eb37),_0x566d70=await _0x1e34e4[_0x4fdc14(0x33b)]({'options':{..._0x36eb37,..._0x16bfba},'args':_0x21cfec?[_0x21cfec]:[],'tdx':_0x1cadb7});gracefulExit(_0x566d70);},attemptCmd=workflowCmd['command'](a2_0x258ec9(0x26a))['description'](a2_0x258ec9(0x160))[a2_0x258ec9(0x346)](a2_0x258ec9(0x103),'Attempt\x20ID')[a2_0x258ec9(0x346)](a2_0x258ec9(0x2d8),a2_0x258ec9(0x3d2))[a2_0x258ec9(0x346)]('[task-name]',a2_0x258ec9(0x1d2))['option'](a2_0x258ec9(0x16e),a2_0x258ec9(0x125))[a2_0x258ec9(0x251)](a2_0x258ec9(0x24f),a2_0x258ec9(0x109))['option'](a2_0x258ec9(0x2c0),a2_0x258ec9(0x193))[a2_0x258ec9(0x251)](a2_0x258ec9(0x37c),a2_0x258ec9(0x101))[a2_0x258ec9(0x251)]('--force',a2_0x258ec9(0x27d))[a2_0x258ec9(0x251)]('--include-retried','Include\x20retried\x20attempts\x20(for\x20list)')[a2_0x258ec9(0x2cd)](async(_0xc08055,_0x5ee6ea,_0x55723f,_0x166908)=>{const _0x5199f7=a2_0x258ec9;if(_0xc08055===_0x5199f7(0x158)){await wfAttemptListAction(_0x5ee6ea,_0x166908);return;}if(!_0xc08055){attemptCmd[_0x5199f7(0x207)]();return;}const _0x399cf5=program[_0x5199f7(0x329)](),_0x3098c6=await createTDXInstance(_0x399cf5);let _0x11aeca=0x0;if(!_0x5ee6ea){const _0x47731a=new WorkflowAttemptCommand();_0x11aeca=await _0x47731a[_0x5199f7(0x33b)]({'options':{..._0x399cf5,..._0x166908},'args':[_0xc08055],'tdx':_0x3098c6});}else{if(_0x5ee6ea===_0x5199f7(0x1d4)){const _0x2e35e0=new WorkflowLogsCommand();_0x11aeca=await _0x2e35e0[_0x5199f7(0x33b)]({'options':{..._0x399cf5,..._0x166908},'args':_0x55723f?[_0xc08055,_0x55723f]:[_0xc08055],'tdx':_0x3098c6});}else{if(_0x5ee6ea===_0x5199f7(0x21d)){const _0x2953f5=new WorkflowTasksCommand();_0x11aeca=await _0x2953f5[_0x5199f7(0x33b)]({'options':{..._0x399cf5,..._0x166908},'args':[_0xc08055],'tdx':_0x3098c6});}else{if(_0x5ee6ea==='kill'){const _0x55dfed=new WorkflowKillCommand();_0x11aeca=await _0x55dfed[_0x5199f7(0x33b)]({'options':{..._0x399cf5,..._0x166908},'args':[_0xc08055],'tdx':_0x3098c6});}else{if(_0x5ee6ea===_0x5199f7(0x22f)){const _0x16d18a=new WorkflowRetryCommand();_0x11aeca=await _0x16d18a[_0x5199f7(0x33b)]({'options':{..._0x399cf5,..._0x166908},'args':[_0x5199f7(0x3f7)+_0xc08055],'tdx':_0x3098c6});}else console['error'](_0x5199f7(0x255)+_0x5ee6ea),console[_0x5199f7(0x195)]('Available\x20actions:\x20logs,\x20tasks,\x20kill,\x20retry'),_0x11aeca=0x1;}}}}gracefulExit(_0x11aeca);});attemptCmd['command'](a2_0x258ec9(0x367))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x42a))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2a4),a2_0x258ec9(0x250))[a2_0x258ec9(0x2cd)](wfAttemptListAction),workflowCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2c9))['description'](a2_0x258ec9(0x22b))['option']('--include-retried',a2_0x258ec9(0x250))[a2_0x258ec9(0x2cd)](wfAttemptListAction),workflowCmd[a2_0x258ec9(0x1fb)]('timeline\x20[project.workflow]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3fa))[a2_0x258ec9(0x251)](a2_0x258ec9(0x208),a2_0x258ec9(0x211))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3cf),a2_0x258ec9(0x263))[a2_0x258ec9(0x251)](a2_0x258ec9(0x12e),a2_0x258ec9(0x31d))[a2_0x258ec9(0x2cd)](async(_0x1e41f,_0x233a27)=>{const _0x292b7f=a2_0x258ec9,_0x5cadbb=new WorkflowTimelineCommand(),_0x19bff8=program[_0x292b7f(0x329)](),_0x2deb0f=await createTDXInstance(_0x19bff8),_0x5d63fc=await _0x5cadbb['run']({'options':{..._0x19bff8,..._0x233a27},'args':_0x1e41f?[_0x1e41f]:[],'tdx':_0x2deb0f});gracefulExit(_0x5d63fc);}),workflowCmd[a2_0x258ec9(0x1fb)]('retry\x20<session-id>')[a2_0x258ec9(0x3cb)]('Retry\x20a\x20session\x20(prefix\x20with\x20session:)')[a2_0x258ec9(0x251)]('--from-task\x20<task>','Resume\x20from\x20specific\x20task')[a2_0x258ec9(0x251)](a2_0x258ec9(0x37c),a2_0x258ec9(0x296))['action'](async(_0x5ccde7,_0xc9647e)=>{const _0x11ddb4=a2_0x258ec9,_0xed0741=new WorkflowRetryCommand(),_0x4dae1d=program['opts'](),_0x37d9fe=await createTDXInstance(_0x4dae1d),_0x1ca19c=await _0xed0741[_0x11ddb4(0x33b)]({'options':{..._0x4dae1d,..._0xc9647e},'args':[_0x5ccde7],'tdx':_0x37d9fe});gracefulExit(_0x1ca19c);}),workflowCmd[a2_0x258ec9(0x1fb)]('run\x20[workflow]')['description'](a2_0x258ec9(0x177))[a2_0x258ec9(0x251)](a2_0x258ec9(0x327),'Workflow\x20parameter\x20(repeatable)',(_0x20dd92,_0x575c19=[])=>[..._0x575c19,_0x20dd92],[])[a2_0x258ec9(0x251)](a2_0x258ec9(0x181),a2_0x258ec9(0x239))['action'](async(_0x3190db,_0x409423)=>{const _0x4a8cd0=a2_0x258ec9,_0x922b3c=new WorkflowRunCommand(),_0x286336=program[_0x4a8cd0(0x329)](),_0x3fa253=await createTDXInstance(_0x286336),_0x38b558=await _0x922b3c[_0x4a8cd0(0x33b)]({'options':{..._0x286336,..._0x409423},'args':_0x3190db?[_0x3190db]:[],'tdx':_0x3fa253});gracefulExit(_0x38b558);}),workflowCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x12a))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x37f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x20f),a2_0x258ec9(0x39a))[a2_0x258ec9(0x2cd)](async(_0x4159b9,_0x49719a,_0x230532)=>{const _0x9f3681=a2_0x258ec9,_0xc400f0=new WorkflowDownloadCommand(),_0x2e09e4=program[_0x9f3681(0x329)](),_0x12eea3=await createTDXInstance(_0x2e09e4),_0x57d21e=await _0xc400f0[_0x9f3681(0x33b)]({'options':{..._0x2e09e4,..._0x230532},'args':[_0x4159b9,_0x49719a||'.'],'tdx':_0x12eea3});gracefulExit(_0x57d21e);}),workflowCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2af))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x35f))['option'](a2_0x258ec9(0x20f),a2_0x258ec9(0x258))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x23a))['action'](async(_0x29a45d,_0x227e07,_0x5e24b8)=>{const _0x3c2e8e=a2_0x258ec9,_0x33f5a5=new WorkflowPullCommand(),_0xcb55c9=program[_0x3c2e8e(0x329)](),_0xe09965=await createTDXInstance(_0xcb55c9),_0x2f60e0=await _0x33f5a5[_0x3c2e8e(0x33b)]({'options':{..._0xcb55c9,..._0x5e24b8},'args':_0x227e07?[_0x29a45d,_0x227e07]:[_0x29a45d],'tdx':_0xe09965});gracefulExit(_0x2f60e0);}),workflowCmd['command']('push\x20[source-dir]')['description'](a2_0x258ec9(0x416))[a2_0x258ec9(0x251)](a2_0x258ec9(0x20f),a2_0x258ec9(0x2b5))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x235))[a2_0x258ec9(0x251)](a2_0x258ec9(0x16a),a2_0x258ec9(0x2ca))[a2_0x258ec9(0x2cd)](async(_0x2376a7,_0x4a746c)=>{const _0xadf056=a2_0x258ec9,_0x2aa5b2=new WorkflowPushCommand(),_0x5768c5=program[_0xadf056(0x329)](),_0xea91c2=await createTDXInstance(_0x5768c5),_0x595c35=await _0x2aa5b2[_0xadf056(0x33b)]({'options':{..._0x5768c5,..._0x4a746c},'args':_0x2376a7?[_0x2376a7]:[],'tdx':_0xea91c2});gracefulExit(_0x595c35);}),workflowCmd['command'](a2_0x258ec9(0x1ba))['description'](a2_0x258ec9(0x428))['option'](a2_0x258ec9(0x373),a2_0x258ec9(0x2cb))[a2_0x258ec9(0x251)]('--revision\x20<revision>','Revision\x20name\x20(default:\x20timestamp)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x16a),a2_0x258ec9(0x2ca))[a2_0x258ec9(0x2cd)](async(_0x1b9e79,_0x1fd1f0)=>{const _0x549402=a2_0x258ec9,_0x2c0414=new WorkflowUploadCommand(),_0x9ef7d7=program[_0x549402(0x329)](),_0x526f29=await createTDXInstance(_0x9ef7d7),_0x2fe573=await _0x2c0414['run']({'options':{..._0x9ef7d7,..._0x1fd1f0},'args':_0x1b9e79?[_0x1b9e79]:[],'tdx':_0x526f29});gracefulExit(_0x2fe573);}),workflowCmd[a2_0x258ec9(0x1fb)]('clone\x20[source-dir]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2bf))['option'](a2_0x258ec9(0x373),a2_0x258ec9(0x172))[a2_0x258ec9(0x251)](a2_0x258ec9(0x20f),a2_0x258ec9(0x2b5))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),'Preview\x20without\x20creating\x20the\x20project')[a2_0x258ec9(0x251)](a2_0x258ec9(0x16a),a2_0x258ec9(0x2ca))[a2_0x258ec9(0x2cd)](async(_0x3b96a5,_0x3e39c3)=>{const _0x3d509b=a2_0x258ec9,_0x17487f=new WorkflowCloneCommand(),_0x2b348c=program[_0x3d509b(0x329)](),_0x1d2bd4=await createTDXInstance(_0x2b348c),_0x2676e=await _0x17487f[_0x3d509b(0x33b)]({'options':{..._0x2b348c,..._0x3e39c3},'args':_0x3b96a5?[_0x3b96a5]:[],'tdx':_0x1d2bd4});gracefulExit(_0x2676e);}),workflowCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x11c))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x18a))['action'](async(_0x16d2a4,_0x44efa1)=>{const _0x4fd7f6=a2_0x258ec9,_0xff5219=new WorkflowDeleteCommand(),_0x5b763f=program['opts'](),_0x2c3469=await createTDXInstance(_0x5b763f),_0x38ad6a=await _0xff5219[_0x4fd7f6(0x33b)]({'options':{..._0x5b763f,..._0x44efa1},'args':[_0x16d2a4],'tdx':_0x2c3469});gracefulExit(_0x38ad6a);}),workflowCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3eb))['description'](a2_0x258ec9(0x3cc))[a2_0x258ec9(0x251)](a2_0x258ec9(0x36f),a2_0x258ec9(0x19f))[a2_0x258ec9(0x2cd)](async(_0x28ebe6,_0x249f61)=>{const _0x1a1b78=a2_0x258ec9,_0x42ca5a=new WorkflowUseCommand(),_0x1f7c11=program[_0x1a1b78(0x329)](),_0x29c942=await createTDXInstance(_0x1f7c11),_0x59b1b4=await _0x42ca5a[_0x1a1b78(0x33b)]({'options':{..._0x1f7c11,..._0x249f61},'args':_0x28ebe6?[_0x28ebe6]:[],'tdx':_0x29c942});gracefulExit(_0x59b1b4);});const wfSecretsCmd=workflowCmd[a2_0x258ec9(0x1fb)]('secrets')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1b7));wfSecretsCmd[a2_0x258ec9(0x1fb)]('list\x20[project]')['description'](a2_0x258ec9(0x175))[a2_0x258ec9(0x2cd)](async(_0x49265a,_0x49d3a8)=>{const _0xa0446c=a2_0x258ec9,_0x1c0793=new WorkflowSecretsListCommand(),_0xd0da36=program[_0xa0446c(0x329)](),_0x544f5c=await createTDXInstance(_0xd0da36),_0x42a926=await _0x1c0793[_0xa0446c(0x33b)]({'options':{..._0xd0da36,..._0x49d3a8},'args':_0x49265a?[_0x49265a]:[],'tdx':_0x544f5c});gracefulExit(_0x42a926);}),wfSecretsCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x33a))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x275))[a2_0x258ec9(0x2cd)](async(_0x3efce5,_0x560193)=>{const _0x28381c=new WorkflowSecretsSetCommand(),_0xe81d63=program['opts'](),_0x1077a1=await createTDXInstance(_0xe81d63),_0x50e929=await _0x28381c['run']({'options':{..._0xe81d63,..._0x560193},'args':_0x3efce5,'tdx':_0x1077a1});gracefulExit(_0x50e929);}),wfSecretsCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x176))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x344))[a2_0x258ec9(0x2cd)](async(_0x56345f,_0x5e55d0)=>{const _0x577686=a2_0x258ec9,_0x39384c=new WorkflowSecretsDeleteCommand(),_0xf496b2=program['opts'](),_0x3d4e51=await createTDXInstance(_0xf496b2),_0x59346f=await _0x39384c[_0x577686(0x33b)]({'options':{..._0xf496b2,..._0x5e55d0},'args':_0x56345f,'tdx':_0x3d4e51});gracefulExit(_0x59346f);});const jobCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1a1))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3a0)),jobListAction=async _0x51a34d=>{const _0x21d525=a2_0x258ec9,_0x5985e1=new JobListCommand(),_0x55e7f6=program[_0x21d525(0x329)](),_0x20416a=await createTDXInstance(_0x55e7f6),_0x4f11ba=await _0x5985e1[_0x21d525(0x33b)]({'options':{..._0x55e7f6,..._0x51a34d},'args':[],'tdx':_0x20416a});gracefulExit(_0x4f11ba);};jobCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x158))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x121))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ef),a2_0x258ec9(0x3b1))['action'](jobListAction),program[a2_0x258ec9(0x1fb)]('jobs',{'hidden':!![]})[a2_0x258ec9(0x3cb)]('List\x20jobs\x20(alias\x20for\x20\x22job\x20list\x22)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ef),a2_0x258ec9(0x3b1))['action'](jobListAction),jobCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1fe))['description'](a2_0x258ec9(0x155))[a2_0x258ec9(0x2cd)](async(_0x27095d,_0x3b3882)=>{const _0xb3d009=a2_0x258ec9,_0x13cf14=new JobShowCommand(),_0x53927c=program[_0xb3d009(0x329)](),_0x1f503f=await createTDXInstance(_0x53927c),_0x3a6424=await _0x13cf14[_0xb3d009(0x33b)]({'options':{..._0x53927c,..._0x3b3882},'args':[_0x27095d],'tdx':_0x1f503f});gracefulExit(_0x3a6424);}),jobCmd['command'](a2_0x258ec9(0x3bd))['description'](a2_0x258ec9(0x27c))['action'](async(_0x484ab3,_0x2218a5)=>{const _0xcab22e=a2_0x258ec9,_0x8616be=new JobKillCommand(),_0x477f07=program[_0xcab22e(0x329)](),_0x461569=await createTDXInstance(_0x477f07),_0x1fde8b=await _0x8616be[_0xcab22e(0x33b)]({'options':{..._0x477f07,..._0x2218a5},'args':[_0x484ab3],'tdx':_0x461569});gracefulExit(_0x1fde8b);}),jobCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x23f))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x368))['option'](a2_0x258ec9(0x254),a2_0x258ec9(0x32e),a2_0x258ec9(0x2f8))['option'](a2_0x258ec9(0x38a),a2_0x258ec9(0xfd))[a2_0x258ec9(0x251)](a2_0x258ec9(0x138),'Database\x20name\x20(default:\x20information_schema)',a2_0x258ec9(0x183))[a2_0x258ec9(0x251)](a2_0x258ec9(0x377),'Result\x20export\x20destination\x20(URL\x20or\x20JSON)')['action'](async(_0x5e6510,_0x3143af)=>{const _0x56b229=a2_0x258ec9,_0x4f63d5=new JobSubmitCommand(),_0x15d96c=program['opts'](),_0x1d5ac4=await createTDXInstance(_0x15d96c),_0x12689e=await _0x4f63d5[_0x56b229(0x33b)]({'options':{..._0x15d96c,..._0x3143af},'args':_0x5e6510?[_0x5e6510]:[],'tdx':_0x1d5ac4});gracefulExit(_0x12689e);}),jobCmd[a2_0x258ec9(0x1fb)]('result\x20<job-id>')['description'](a2_0x258ec9(0x1b9))[a2_0x258ec9(0x2cd)](async(_0x18c7f1,_0x31c86b)=>{const _0x3ed31a=a2_0x258ec9,_0x2653ac=new JobResultCommand(),_0x15b3b9=program['opts'](),_0x49e27f=await createTDXInstance(_0x15b3b9),_0x1259dd=await _0x2653ac[_0x3ed31a(0x33b)]({'options':{..._0x15b3b9,..._0x31c86b},'args':[_0x18c7f1],'tdx':_0x49e27f});gracefulExit(_0x1259dd);});const scheduleCmd=jobCmd['command']('schedule')[a2_0x258ec9(0x3cb)]('Scheduled\x20query\x20management\x20commands');scheduleCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))['description'](a2_0x258ec9(0x212))['action'](async(_0x408197,_0x944f0)=>{const _0x464aa4=a2_0x258ec9,_0x25180a=new ScheduleListCommand(),_0x308535=program[_0x464aa4(0x329)](),_0x5c8051=await createTDXInstance(_0x308535),_0x14c0a7=await _0x25180a[_0x464aa4(0x33b)]({'options':{..._0x308535,..._0x944f0},'args':_0x408197?[_0x408197]:[],'tdx':_0x5c8051});gracefulExit(_0x14c0a7);}),scheduleCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x404))[a2_0x258ec9(0x3cb)]('Show\x20schedule\x20details')[a2_0x258ec9(0x2cd)](async(_0x3f8129,_0x4d57bf)=>{const _0x2a748f=a2_0x258ec9,_0x210a33=new ScheduleShowCommand(),_0x34975f=program[_0x2a748f(0x329)](),_0x30594b=await createTDXInstance(_0x34975f),_0x509b02=await _0x210a33['run']({'options':{..._0x34975f,..._0x4d57bf},'args':[_0x3f8129],'tdx':_0x30594b});gracefulExit(_0x509b02);}),scheduleCmd['command'](a2_0x258ec9(0x383))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3f9))['option'](a2_0x258ec9(0x11b),a2_0x258ec9(0x38f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x14a),a2_0x258ec9(0x2c8))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x38a),a2_0x258ec9(0xfd))[a2_0x258ec9(0x251)](a2_0x258ec9(0x130),a2_0x258ec9(0x372),a2_0x258ec9(0x2f8))[a2_0x258ec9(0x251)](a2_0x258ec9(0x224),a2_0x258ec9(0x216))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2bc),a2_0x258ec9(0x2a0))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3c4),a2_0x258ec9(0x126))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2b4),'Job\x20priority\x20(-2\x20to\x202)')[a2_0x258ec9(0x251)]('--retry-limit\x20<0~32>',a2_0x258ec9(0x283))[a2_0x258ec9(0x251)](a2_0x258ec9(0x34a),'Query\x20engine\x20version')[a2_0x258ec9(0x251)](a2_0x258ec9(0x1ea),a2_0x258ec9(0x11d))[a2_0x258ec9(0x2cd)](async(_0x552ed5,_0x258293)=>{const _0x4c4417=new ScheduleCreateCommand(),_0x30f2bb=program['opts'](),_0x4140b9=await createTDXInstance(_0x30f2bb);_0x258293['in']&&(_0x258293['database']=_0x258293['in']);const _0x553b97=await _0x4c4417['run']({'options':{..._0x30f2bb,..._0x258293},'args':[_0x552ed5],'tdx':_0x4140b9});gracefulExit(_0x553b97);}),scheduleCmd['command']('update\x20<name>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3e1))['option'](a2_0x258ec9(0x11b),a2_0x258ec9(0x1d9))['option']('--in\x20<db>',a2_0x258ec9(0x2c8))[a2_0x258ec9(0x251)](a2_0x258ec9(0x38a),a2_0x258ec9(0xfd))[a2_0x258ec9(0x251)](a2_0x258ec9(0x130),a2_0x258ec9(0x372))['option'](a2_0x258ec9(0x224),a2_0x258ec9(0x216))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2bc),a2_0x258ec9(0x3ca))['option'](a2_0x258ec9(0x3c4),a2_0x258ec9(0x126))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2b4),a2_0x258ec9(0x10c))['option'](a2_0x258ec9(0x17c),a2_0x258ec9(0x283))['option'](a2_0x258ec9(0x34a),a2_0x258ec9(0x2e1))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1ea),a2_0x258ec9(0x11d))['action'](async(_0x2ffe7a,_0x26dec6)=>{const _0x5b0f5a=a2_0x258ec9,_0x4b6b28=new ScheduleUpdateCommand(),_0x2f1b08=program['opts'](),_0x11b090=await createTDXInstance(_0x2f1b08);_0x26dec6['in']&&(_0x26dec6[_0x5b0f5a(0x370)]=_0x26dec6['in']);const _0x1411b0=await _0x4b6b28[_0x5b0f5a(0x33b)]({'options':{..._0x2f1b08,..._0x26dec6},'args':[_0x2ffe7a],'tdx':_0x11b090});gracefulExit(_0x1411b0);}),scheduleCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1e7))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x11a))['action'](async(_0x999822,_0x4dc8e3)=>{const _0x2e1e11=a2_0x258ec9,_0x3af35c=new ScheduleDeleteCommand(),_0x5f208a=program[_0x2e1e11(0x329)](),_0x568d71=await createTDXInstance(_0x5f208a),_0x480e49=await _0x3af35c['run']({'options':{..._0x5f208a,..._0x4dc8e3},'args':[_0x999822],'tdx':_0x568d71});gracefulExit(_0x480e49);}),scheduleCmd[a2_0x258ec9(0x1fb)]('run\x20<name>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x29c))['option']('--time\x20<iso8601>',a2_0x258ec9(0x2f4))[a2_0x258ec9(0x251)](a2_0x258ec9(0x338),a2_0x258ec9(0x37b))['action'](async(_0xc0760d,_0x2554ad)=>{const _0x4038fc=a2_0x258ec9,_0x3b9e31=new ScheduleRunCommand(),_0x34cbd1=program['opts'](),_0x3dbcc3=await createTDXInstance(_0x34cbd1),_0x359f91=await _0x3b9e31[_0x4038fc(0x33b)]({'options':{..._0x34cbd1,..._0x2554ad},'args':[_0xc0760d],'tdx':_0x3dbcc3});gracefulExit(_0x359f91);}),scheduleCmd['command'](a2_0x258ec9(0x3c5))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2f0))[a2_0x258ec9(0x251)](a2_0x258ec9(0x402),a2_0x258ec9(0x11f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x209),a2_0x258ec9(0x38b))[a2_0x258ec9(0x2cd)](async(_0x2e3d80,_0x3e68a6)=>{const _0x1ec3a3=a2_0x258ec9,_0x3b620f=new ScheduleHistoryCommand(),_0xa1c7b3=program['opts'](),_0x2eaad8=await createTDXInstance(_0xa1c7b3),_0x38148b=await _0x3b620f[_0x1ec3a3(0x33b)]({'options':{..._0xa1c7b3,..._0x3e68a6},'args':[_0x2e3d80],'tdx':_0x2eaad8});gracefulExit(_0x38148b);});const llmCmd=program[a2_0x258ec9(0x1fb)]('llm')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1d8));llmCmd['command']('use\x20<project-name>')['description'](a2_0x258ec9(0x2d1))[a2_0x258ec9(0x2cd)](async(_0x55bb48,_0x2acc31)=>{const _0x364479=a2_0x258ec9,_0x39e47e=new LLMUseCommand(),_0xc8e7f9=program['opts'](),_0x24ab1e=await createTDXInstance(_0xc8e7f9),_0xf8793=await _0x39e47e[_0x364479(0x33b)]({'options':{..._0xc8e7f9,..._0x2acc31},'args':[_0x55bb48],'tdx':_0x24ab1e});gracefulExit(_0xf8793);}),llmCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x284))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x149))[a2_0x258ec9(0x2cd)](async _0x2e54cd=>{const _0x27d77d=a2_0x258ec9,_0x765cb8=new LLMModelsCommand(),_0x13c44b=program[_0x27d77d(0x329)](),_0x2e537b=await createTDXInstance(_0x13c44b),_0x557897=await _0x765cb8[_0x27d77d(0x33b)]({'options':{..._0x13c44b,..._0x2e54cd},'args':[],'tdx':_0x2e537b});gracefulExit(_0x557897);});function a2_0x3b2d(){const _0xa053ab=['Show\x20history\x20of\x20the\x20most\x20recent\x20chat\x20session','registeredArguments','List\x20all\x20data\x20connections','login','Chart\x20type:\x20conversion\x20or\x20activation\x20(default:\x20both)','subcommandDescription','Delete\x20a\x20workspace','Show\x20timeline\x20for\x20specific\x20session\x20(uses\x20last\x20attempt)','Show\x20folder\x20details\x20(use\x20parent_name/folder_name)','parse','Pull\x20campaigns\x20to\x20YAML\x20files','[DEPRECATED]\x20Update\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','Launch\x20Claude\x20Code\x20with\x20integrated\x20LLM\x20proxy','[DEPRECATED]\x20Create\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','attempt','history\x20[chat-id]','Document\x20kind\x20(item,\x20goal,\x20guide,\x20note,\x20reference)','commandDescription','Output\x20directory','Read\x20request\x20body\x20from\x20file','Timezone\x20(e.g.,\x20America/Los_Angeles)','chdir','End\x20time\x20filter\x20(ISO\x208601\x20format)','optionDescription','parent-segment','Set\x20secrets\x20for\x20a\x20project\x20(format:\x20[project]\x20KEY=VALUE\x20[KEY2=VALUE2\x20...])','Model\x20type\x20(default:\x20claude-4.5-sonnet)','Show\x20master\x20table\x20sample\x20data','isArray','Disable\x20ANSI\x20color\x20output\x20(also\x20respects\x20NO_COLOR\x20env\x20var)','Campaign\x20name','[DEPRECATED]\x20Use\x20\x22tdx\x20ps\x22\x20or\x20\x22tdx\x20parent-segment\x22\x20instead','Kill\x20a\x20job','Force\x20retry\x20even\x20if\x20not\x20failed','--stage\x20<name>','Start\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)','--chat-id\x20<id>','--start-at\x20<datetime>','--data\x20<data>','Retry\x20limit\x20(0\x20to\x2032)','models','beefree','Workspace\x20description','Workspace\x20name\x20(required)','--schedule-option\x20<value>','Create\x20a\x20workspace','_list-commands','auth','run\x20[name]','List\x20journeys\x20in\x20current\x20context','Personalization\x20service\x20token\x20management','--limit\x20<n>','setup','user','Engage\x20operations\x20(campaigns,\x20templates,\x20workspaces)','forEach','JSON\x20columns\x20for\x20connector\x20(comma-separated)','always-on-campaigns\x20[pattern]','Override\x20parameters\x20(JSON\x20string\x20or\x20@file.json)','Set\x20session\x20profile\x20(use\x20--default\x20to\x20save\x20permanently)','Temperature\x20(0.0-2.0,\x20default:\x200.7)','Validate\x20journey\x20YAML\x20files\x20locally','Delete\x20a\x20campaign','tdx','Run\x20a\x20scheduled\x20query\x20immediately','journeys\x20[pattern]','connection','tsv','Timezone\x20for\x20cron\x20(default:\x20UTC)','Maximum\x20rows\x20to\x20display','Show\x20parent\x20segment\x20details\x20(uses\x20context\x20if\x20name\x20omitted)','workspaces\x20[pattern]','--include-retried','Service\x20description','.\x20Must\x20be\x20beefree\x20or\x20grapesjs','Invalid\x20editor\x20type:\x20','\x0aExamples:\x0a\x20\x20$\x20tdx\x20profile\x20delete\x20staging\x20\x20\x20\x20\x20\x20#\x20Delete\x20the\x20\x27staging\x27\x20profile\x0a','Push\x20YAML\x20files\x20to\x20CAS\x20API','Show\x20full\x20JSON:API\x20response\x20with\x20all\x20fields','List\x20journeys\x20(alias\x20for\x20journey\x20list)','argumentTerm','segment','3598904XaKtWN','pull\x20<project>\x20[target-dir]','Pull\x20specific\x20template\x20by\x20name','list\x20[audience_name]','Start\x20MCP\x20server\x20for\x20AI\x20tool\x20integration','List\x20folders\x20and\x20segments\x20(alias\x20for\x20\x22segment\x20list\x22)','--priority\x20<-2~2>','Custom\x20revision\x20name\x20(default:\x20timestamp)','Path\x20is\x20not\x20a\x20directory:\x20','pull\x20[name]','tdx\x20','33TyDrpK','agents\x20[pattern]','Duplicate\x20an\x20always-on\x20campaign','--timezone\x20<tz>','Create\x20an\x20email\x20template','--method\x20<pm>','Clone\x20a\x20workflow\x20project\x20to\x20a\x20new\x20project\x20name','--resume-from\x20<task>','5nlXjyo','-f,\x20--force','Output\x20folder\x20(default:\x20{project_name}.llm)','gitRevision','Template\x20name','Always-on\x20campaign\x20management','--to\x20<date>','Alias\x20for\x20--database\x20(natural\x20language\x20style)','attempts\x20[project]','Skip\x20validation\x20of\x20.dig\x20files','Override\x20project\x20name','stderr','action','List\x20all\x20LLM\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','--last','delete\x20<service_id>\x20[parent_segment]','Set\x20current\x20project\x20context\x20for\x20agent\x20operations','--enriched','Show\x20all\x20files\x20including\x20valid\x20ones','Start\x20time\x20filter\x20(ISO\x208601\x20format)','resume\x20<name-or-path>','clear','pull\x20[project]\x20[agent-name]','[action]','use\x20<name>','flatMap','templates\x20[pattern]','profiles','List\x20parent\x20segments\x20with\x20RT\x202.0\x20status','campaigns\x20[pattern]','Behaviors\x20from\x20JSON\x20file','Open\x20parent\x20segment\x20in\x20web\x20browser','Query\x20engine\x20version','Pull\x20composable\x20audience\x20+\x20segments\x20to\x20YAML\x20files\x20(uses\x20context\x20if\x20name\x20omitted)','update\x20<name-or-id>','--folder\x20<name>','List\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)','grapesjs','timeout','--model\x20<name>','--json-columns\x20<cols>','Delete\x20an\x20LLM\x20project','Custom\x20header\x20(format:\x20\x22Key:\x20Value\x22,\x20repeatable)','sql\x20[name]','GET','Assignee','Show\x20segment\x20details\x20(uses\x20context\x20if\x20not\x20provided)','Show\x20schedule\x20execution\x20history','resume\x20<name-or-id>','-d,\x20--database\x20<database>','Show\x20journey\x20details','Scheduled\x20time\x20(ISO\x208601\x20format,\x20defaults\x20to\x20now)',',\x20version\x20','Account\x20name\x20for\x20SSO\x20(Single\x20Sign-On)\x20login','Token\x20description','trino','set\x20<key=value>','--interval\x20<range>','jsonl','Show\x20a\x20specific\x20realtime\x20personalization','Show\x20what\x20would\x20be\x20restored\x20without\x20making\x20changes','-r,\x20--resume','create\x20<name>\x20[parent_segment]','List\x20all\x20available\x20profiles','format','75574EqQSzT','view\x20[segment_name]','--description\x20<desc>','\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','Create\x20a\x20new\x20draft\x20version\x20of\x20a\x20journey','\x20(resolved\x20to\x20','duplicate\x20<name-or-id>','--limit\x20<number>','show\x20<policy>','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20name\x20omitted)','List\x20all\x20policies\x20in\x20the\x20account\x20(admin\x20only)','Trino\x20catalog\x20(default:\x20td)','List\x20email\x20templates\x20(alias\x20for\x20\x22template\x20list\x22)','Email\x20template\x20management','databases\x20[pattern]','Personalization\x20description','connections','--json','Preview\x20sample\x20data\x20from\x20parent\x20segment\x20YAML\x20configuration','Audience\x20(parent\x20segment)\x20ID\x20—\x20inferred\x20from\x20context\x20if\x20omitted','Show\x20always-on\x20campaign\x20details','variadic','name','--html-file\x20<path>','LLM\x20project\x20management','Link\x20workspace\x20to\x20a\x20GitHub\x20repository','List\x20tables\x20(e.g.,\x20mydb,\x20mydb.*,\x20*.user*,\x20mydb.user*)','Show\x20timeline\x20for\x20specific\x20attempt','folders\x20<parent_name>','project','preview\x20[file]','-o,\x20--output\x20<folder>','links\x20<name>','--full','New\x20campaign\x20name','-o,\x20--output\x20<dir>','[EXPERIMENTAL]\x20Show\x20chat\x20log','--param\x20<key=value>','argumentDescription','opts','RT\x202.0\x20configuration\x20management','Validate\x20segment\x20and\x20journey\x20YAML\x20files\x20locally','Upgrade\x20tdx\x20to\x20the\x20latest\x20version','List\x20RT\x20journeys\x20(uses\x20context\x20if\x20name\x20omitted)','Job\x20type:\x20trino\x20or\x20hive\x20(default:\x20trino)','--rule-file\x20<file>','Show\x20segment\x20details\x20(alias\x20for\x20view)','Enable\x20trace\x20logging\x20(ultra-verbose,\x20all\x20internal\x20operations)','colorFn','List\x20activations\x20for\x20a\x20segment\x20(use\x20parent_name/child_name)','aliases','validate\x20[file]','log','--to\x20<timestamp>','--num\x20<1-10>','Resume\x20a\x20conversation\x20(shows\x20selector)','set\x20<args...>','run','New\x20template\x20name','map','alias','--help','Pause\x20a\x20campaign','--verbose','--account-name\x20<name>','--table\x20<table>','Delete\x20a\x20secret\x20from\x20a\x20project\x20(format:\x20[project]\x20<key>)','Save\x20output\x20to\x20file','argument','--default','Customer\x20group\x20as\x20JSON\x20string','columns\x20<name-or-path>','--engine-version\x20<version>','stdout','addHelpText','Session\x20ID\x20to\x20use\x20(defaults\x20to\x20TDX_SESSION\x20env\x20var\x20or\x20parent\x20PID)','validate\x20[target]','Segment\x20path\x20(e.g.,\x20\x22Audience/Segment\x22\x20or\x20just\x20\x22Segment\x22)','Show\x20or\x20set\x20session-level\x20context\x20(resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20cas)','Filter\x20by\x20status\x20(DRAFT,\x20LIVE,\x20PAUSED,\x20FINISHED)','fields\x20[name]','--add-attributes\x20<json>','End\x20date\x20for\x20period\x20filter\x20(YYYY-MM-DD)','Add\x20template\x20personalization\x20section\x20to\x20YAML\x20(uses\x20context\x20if\x20name\x20omitted)','pause_activations\x20<journeyId>','0.7','List\x20workspaces\x20(alias\x20for\x20\x22workspace\x20list\x22)','Preview\x20operation\x20without\x20executing','User\x20management\x20commands','users','Show\x20authentication\x20status\x20and\x20current\x20context','show\x20[table]','logLevel','Pull\x20workflow\x20project\x20to\x20local\x20folder','Master\x20database\x20name','Show\x20Kanban\x20board\x20view\x20of\x20tasks','--include-stats','17345lGJKIV','Email\x20subject\x20template','push\x20[file]','optionTerm','list\x20[project]','Submit\x20a\x20job','List\x20personalization\x20services\x20(uses\x20context\x20if\x20name\x20omitted)','\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','Describe\x20a\x20composable\x20audience\x20(uses\x20context\x20if\x20name\x20omitted)','Create\x20a\x20token\x20for\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','Target\x20directory\x20for\x20YAML\x20files','--allowed-ips\x20<ips>','--clear','database','Save\x20as\x20default\x20in\x20config\x20(~/.config/tdx/tdx.json)','Query\x20type:\x20trino\x20or\x20hive','--name\x20<name>','Clear\x20session-level\x20or\x20default\x20context\x20values\x20(resources:\x20site,\x20database,\x20parent_segment,\x20llm_project,\x20agent,\x20profile,\x20engage_workspace,\x20cas)','Directory\x20does\x20not\x20exist:\x20','version','--result\x20<target>','Agent\x20description','-1d','--format\x20<format>','Number\x20of\x20executions\x20(1-10,\x20default:\x201)','--params\x20<json>','Show\x20behaviors\x20only,\x20or\x20a\x20specific\x20behavior','create','Download\x20workflow\x20project\x20from\x20Treasure\x20Data','then','--audience\x20<name>','delete\x20<name-or-id>','create\x20<name>','Apply\x20a\x20template','list\x20[pattern]','\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','--debug','service','Update\x20an\x20email\x20template','-f,\x20--file\x20<path>','Ending\x20offset\x20(default:\x2020)','Agent\x20prompt/instructions','us01','engage_workspace','Database\x20name\x20(required)','Pull\x20agents\x20from\x20LLM\x20project\x20to\x20local\x20files','--days\x20<n>','preview\x20[name]','Validate\x20enriched\x20master\x20(master\x20+\x20all\x20attributes)','trace','Output\x20in\x20table\x20format\x20(horizontal\x20layout,\x20shorthand\x20for\x20--format\x20table)','[DEPRECATED]\x20Create\x20parent\x20segment\x20-\x20use\x20`push`\x20instead','Workflow\x20project\x20management','Show\x20what\x20would\x20be\x20applied\x20without\x20applying','init\x20[name]','Specific\x20revision\x20to\x20download\x20(default:\x20latest)','view\x20<name-or-path>','length','Update\x20a\x20realtime\x20personalization\x20entity','Check\x20for\x20updates\x20without\x20installing','Overwrite\x20existing\x20profile','Job\x20management\x20commands','sql\x20[segment_name]','Overwrite\x20local\x20changes\x20without\x20confirmation','Also\x20set\x20context\x20to\x20this\x20parent\x20segment\x20after\x20pull','Delete\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','Skip\x20confirmation\x20prompt','noColor','[DEPRECATED]\x20Set\x20current\x20segment/folder\x20context\x20(use\x20\x22tdx\x20use\x20parent_segment\x22\x20instead)','--kind\x20<type>','--starter-message\x20<text>','Enable\x20UTM\x20tracking','Update\x20a\x20campaign','upgrade','Get\x20journey\x20traffic\x20data\x20(Sankey\x20charts)','--yes','create\x20<segment_name>','Include\x20all\x20items\x20(no\x20stale\x20filtering)','Filter\x20by\x20job\x20status\x20(queued,\x20running,\x20success,\x20error)','allowExcessArguments','senders\x20[pattern]','Initialize\x20a\x20new\x20workspace','pause\x20<name-or-id>','site','--attribute\x20[name]','includes','options','--attributes\x20<json>','use\x20<path>','--customer-group-file\x20<file>','kill\x20<job-id>','requiredOption','Segment\x20description','Chat\x20with\x20an\x20LLM\x20agent\x20(simplified\x20interface)','Enable\x20debug\x20logging\x20(shows\x20HTTP\x20requests/responses)','sessions\x20[project]','list\x20[name]','--delay\x20<seconds>','history\x20<name>','Filter\x20by\x20campaign\x20type\x20(email,\x20push)','Show\x20enriched\x20master\x20sample\x20data\x20(master\x20+\x20all\x20attributes\x20joined)','-n,\x20--name\x20<name>','Open\x20segment\x20in\x20web\x20browser','Timezone\x20for\x20cron','description','Set\x20default\x20workflow\x20project\x20for\x20this\x20session','--editor-type\x20<type>','desc\x20[segment_name]','--session-id\x20<id>','create\x20<name-or-path>','--customer-group\x20<json>','Action:\x20logs,\x20tasks,\x20kill,\x20retry','injectIntoOptions','mcp','-r,\x20--recursive','--path\x20<file-path>','Profile\x20management\x20(create,\x20list,\x20remove,\x20configure)','Timezone\x20for\x20delivery\x20(e.g.,\x20\x22UTC\x22,\x20\x22Asia/Tokyo\x22)','-a,\x20--agent\x20<name>','Push\x20YAML\x20files\x20to\x20Engage\x20API\x20as\x20templates','Updated\x20schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly','unset\x20<resource>','Add\x20attributes\x20as\x20JSON\x20string','--trace','Run\x20specific\x20tests\x20(comma-separated)','--session\x20<id>','Update\x20a\x20scheduled\x20query','desc\x20[name]','--schedule-type\x20<type>','replace','Show\x20what\x20would\x20be\x20done\x20without\x20writing\x20files','Maximum\x20number\x20of\x20items\x20to\x20return\x20(default\x20varies\x20by\x20command)','validate\x20[name]','Delete\x20an\x20email\x20template','create\x20<name>\x20<service_id>\x20[parent_segment]','preview\x20<segment_name>','use\x20[project]','Get\x20current\x20RT\x20configuration\x20version\x20status','statusline','use\x20[name]','--status\x20<status>','remove\x20<name>','Parent\x20folder\x20ID\x20(required;\x20use\x20null\x20for\x20root\x20folder)','Campaign\x20description','--table','--no-color','Options:','show\x20<personalization_id>','attempt:','Show\x20connector\x20output\x20schema\x20for\x20connector_config\x20validation','Create\x20a\x20scheduled\x20query','Show\x20task\x20execution\x20timeline\x20for\x20a\x20workflow\x20attempt','Execute\x20parent\x20segment\x20SQL\x20and\x20show\x20results\x20(uses\x20context\x20if\x20name\x20omitted)','Plaintext\x20template\x20content','delete\x20<token_id>\x20[parent_segment]','--audience-id\x20<id>','Show\x20parent\x20segment\x20output\x20schema\x20(uses\x20context\x20if\x20name\x20omitted)','List\x20all\x20data\x20connections\x20(alias\x20for\x20\x22connection\x20list\x22)','Invalid\x20--limit\x20value:\x20\x22','--from\x20<n>','List\x20all\x20databases\x20(optionally\x20filtered\x20by\x20glob\x20pattern)','show\x20<name>','Pause\x20an\x20always-on\x20campaign','Change\x20to\x20directory\x20before\x20executing\x20command','Show\x20table\x20contents\x20(SELECT\x20*\x20with\x20limit)','List\x20workflow\x20execution\x20sessions\x20(alias\x20for\x20\x22session\x20list\x22)','_hidden','Make\x20raw\x20HTTP\x20requests\x20to\x20TD\x20APIs','392cYbovW','--file\x20<path>','--reeval','--temperature\x20<n>','Filter\x20by\x20status\x20(running,\x20success,\x20error,\x20blocked,\x20all)','--no-eval','Clone\x20an\x20LLM\x20project\x20to\x20a\x20new\x20project','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20table\x20pattern)','AI-native\x20CLI\x20for\x20Treasure\x20Data','Set\x20workspace\x20context\x20for\x20Engage\x20commands\x20(alias\x20for\x20\x22tdx\x20use\x20engage_workspace\x22)','Campaign\x20management','Push\x20local\x20workflow\x20changes\x20to\x20Treasure\x20Data','--timeout\x20<seconds>','createAsync','Output\x20as\x20JSON\x20Lines','Personalization\x20name','Segment\x20path\x20(e.g.,\x20\x22Audience\x22\x20for\x20parent\x20segment\x20only)','Database\x20name\x20(used\x20when\x20not\x20specified\x20in\x20pattern)','--behavior\x20[name]','Resume\x20activations\x20in\x20an\x20RT\x20journey','Master\x20table\x20name','list\x20[path]','Create\x20a\x20realtime\x20personalization\x20entity\x20(uses\x20context\x20for\x20audience\x20if\x20set)','workflow','List\x20email\x20senders','New\x20service\x20description','Delivery\x20operations\x20(email\x20senders)','--max-depth\x20<depth>','Show\x20only\x20master\x20table\x20validation','Upload\x20workflow\x20project\x20to\x20Treasure\x20Data\x20(digdag-style)','Skip\x20confirmation\x20prompts','List\x20workflow\x20attempts\x20(filter\x20by\x20project\x20or\x20project.workflow)','Delete\x20segments\x20not\x20in\x20local\x20YAML\x20files\x20(disabled\x20by\x20default)','List\x20parent\x20segments\x20(alias\x20for\x20\x22segment\x20parent\x20list\x22)','--in\x20<database>','Workflow\x20(Digdag)\x20management\x20commands','Parent\x20segment\x20management','Setup\x20API\x20key\x20authentication\x20interactively','Read\x20query\x20from\x20file','Show\x20connection-level\x20settings\x20(credentials,\x20authentication)','--behaviors\x20<json>','parents\x20[pattern]','Override\x20parameters\x20for\x20retry\x20(JSON\x20string\x20or\x20@file.json)','required','[attempt-id]','Run\x20Trino\x20query\x20with\x20streaming\x20results','configureHelp','316670zJmYxp','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file','--version','Reason\x20for\x20killing\x20the\x20attempt','join','parent','Job\x20priority\x20(-2\x20to\x202)','outputHelp','-C,\x20--directory\x20<path>','Show\x20document\x20details','--template\x20<name>','Create\x20a\x20personalization\x20service\x20(uses\x20context\x20if\x20parent\x20omitted)','--version\x20<number>','new\x20<title>','Resume\x20a\x20paused\x20always-on\x20campaign','--enable-utm-tracking','Output\x20in\x20JSON\x20Lines\x20format\x20(shorthand\x20for\x20--format\x20jsonl)','Make\x20segment\x20invisible\x20(default:\x20visible)','split','show\x20<agent-name>','Delete\x20a\x20scheduled\x20query','-d,\x20--database\x20<db>','delete\x20<project-name-or-id>','Result\x20output\x20destination\x20URL','The\x20-C\x20option\x20requires\x20a\x20directory\x20path,\x20not\x20a\x20file.','Starting\x20offset\x20(default:\x200)','List\x20all\x20versions\x20of\x20a\x20journey','List\x20jobs','Agent\x20name','Update\x20an\x20existing\x20agent','List\x20tables\x20(alias\x20for\x20\x22table\x20list\x22)','Include\x20subtasks\x20in\x20tasks\x20output','Delay\x20in\x20seconds\x20before\x20execution','Show\x20authentication\x20status\x20and\x20validate\x20API\x20key','--add-behaviors-file\x20<file>','Resume\x20a\x20paused\x20journey','download\x20<project-name>\x20[output-dir]','Project\x20description','--from\x20<timestamp>','engage','--attempt-id\x20<id>','audience','--type\x20<type>','List\x20workspaces\x20(optionally\x20filtered\x20by\x20pattern)','work','[options]\x20--\x20[claude-code-args...]','--new','apiKey','LLM\x20project\x20to\x20use\x20(overrides\x20context)','info\x20[segment_name]','--database\x20<name>','-o,\x20--output\x20<file>','workspace','2273940YftFPc','Skip\x20population\x20counting','Initial\x20status','Show\x20attributes\x20only,\x20or\x20a\x20specific\x20attribute','Show\x20what\x20would\x20be\x20done\x20without\x20making\x20changes','argv','show\x20[segment_name]','Show\x20personalization\x20service\x20details\x20(uses\x20context\x20if\x20parent\x20omitted)','Pull\x20parent\x20segment\x20configuration\x20to\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','Sections\x20as\x20an\x20inline\x20JSON\x20array','Preview\x20composable\x20segment\x20query\x20on\x20CDW','Update\x20an\x20always-on\x20campaign','Delivery\x20start\x20time\x20(ISO\x208601\x20format)','table','List\x20available\x20LLM\x20models','--in\x20<db>','projects\x20[pattern]','--llm-project\x20<name>','Make\x20service\x20public\x20(default:\x20private)','show\x20<service_id>\x20[parent_segment]','--dir\x20<dir>','List\x20all\x20LLM\x20projects\x20(optionally\x20filtered\x20by\x20pattern)','Interactive\x20chat\x20selector','Show\x20wiki-links\x20and\x20backlinks\x20for\x20a\x20document','--catalog\x20<catalog>','Continue\x20most\x20recent\x20conversation','Show\x20job\x20details','\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','update\x20<service_id>\x20[parent_segment]','list','Read\x20HTML\x20template\x20from\x20file','Comma-separated\x20list\x20of\x20allowed\x20IP\x20addresses','Push\x20local\x20agent\x20files\x20to\x20LLM\x20project','\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','Validate\x20RT\x202.0\x20configuration\x20from\x20parent\x20segment\x20YAML','push\x20[name]','Start\x20a\x20new\x20chat\x20session','Workflow\x20attempt\x20management','buildTime','update\x20<name>','Create\x20segment\x20folder','Resume\x20a\x20paused\x20campaign','set','List\x20available\x20fields\x20for\x20segmentation\x20(uses\x20context\x20if\x20parent_name\x20not\x20provided)','Upgrade\x20to\x20the\x20next\x20(pre-release)\x20channel','--name\x20<names>','Output\x20in\x20TSV\x20format\x20(shorthand\x20for\x20--format\x20tsv)','--skip-validation','Filtering\x20rule\x20from\x20JSON\x20file','--priority\x20<priority>','show\x20[name]','--include-subtasks','directory','--github\x20<owner/repo>','Set\x20a\x20profile\x20configuration\x20value','Name\x20for\x20the\x20new\x20project\x20(required)','Delete\x20an\x20always-on\x20campaign\x20(DRAFT\x20only)','patch\x20<personalization_id>','List\x20secret\x20keys\x20for\x20a\x20project','delete\x20<args...>','Start\x20a\x20workflow\x20run\x20(format:\x20project.workflow,\x20or\x20select\x20interactively)','campaign','CDP\x20segment\x20management\x20commands','repeat','--folder-id\x20<id>','--retry-limit\x20<0~32>','LLM\x20agent\x20management','\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','Data\x20connection\x20management\x20(for\x20activations/exports)','Output\x20in\x20JSON\x20format\x20(shorthand\x20for\x20--format\x20json)','--session-time\x20<time>','--name\x20<new-name>','information_schema','New\x20segment\x20name','Comma-separated\x20tags','Transition\x20a\x20task\x20to\x20a\x20new\x20status','hook','create\x20<parent_name>\x20<folder_name>','Pull\x20child\x20segments\x20to\x20YAML\x20files','Delete\x20workflow\x20project\x20from\x20Treasure\x20Data','Run\x20parent\x20segment\x20workflow\x20(pushes\x20YAML\x20if\x20exists)','Filter\x20by\x20status\x20(DRAFT,\x20ACTIVE,\x20PAUSED,\x20COMPLETED)','query\x20[sql]','padWidth','Email\x20sender\x20ID\x20for\x20delivery','Updated\x20timezone','--delete','Show\x20sample\x20data\x20for\x20a\x20specific\x20behavior','Resume\x20from\x20specific\x20task\x20(retry)','Journey\x20version\x20management','error','Push\x20without\x20confirmation','Show\x20the\x20most\x20recent\x20chat','[DEPRECATED]\x20Update\x20child\x20segment\x20(use\x20pull/push\x20workflow\x20instead)','--system-prompt\x20<text>','Show\x20email\x20template\x20details','--parent-folder\x20<name>','Behaviors\x20as\x20JSON\x20string','Personalization\x20service\x20management','-c,\x20--continue','Clear\x20workflow\x20project\x20context','--subject\x20<subject>','job','--tags\x20<tags>','View\x20a\x20specific\x20version\x20of\x20a\x20journey','Delete\x20an\x20agent','--plaintext\x20<text>','--site\x20<site>','after','--add-attributes-file\x20<file>','List\x20all\x20databases\x20(alias\x20for\x20\x22database\x20list\x22)','commands','List\x20realtime\x20personalizations\x20(uses\x20context\x20if\x20name\x20omitted)','slice','--include-history','Update\x20a\x20workspace','finish\x20<name-or-id>','Output\x20file\x20path','template','use\x20[resource]\x20[value]','Schedule\x20type:\x20none,\x20daily,\x20weekly,\x20monthly','backup\x20<name>','versions\x20<name-or-path>','List\x20recursively\x20(show\x20full\x20hierarchy\x20tree)','Manage\x20workflow\x20project\x20secrets','delete\x20<personalization_id>','Get\x20job\x20results','upload\x20[project-name-or-dir]','Updated\x20schedule\x20option','...','Pull\x20specific\x20campaign\x20by\x20name','Re-evaluate\x20last\x20test\x20run\x20with\x20updated\x20criteria','policy','Show\x20sample\x20data\x20for\x20a\x20specific\x20attribute','journey','Open\x20a\x20document\x20in\x20$EDITOR','--html\x20<html>','41377FPxqCA','settings\x20<type>','Filtering\x20rule\x20as\x20JSON\x20string','Show\x20what\x20would\x20be\x20written\x20without\x20writing','fields\x20[parent_name]','push\x20[path]','Segment\x20kind:\x200=batch,\x201=realtime,\x202=funnel_stage','isDirectory','push\x20[parent_or_file]','cas','Clear\x20default\x20from\x20config\x20(~/.config/tdx/tdx.json)','Show\x20items\x20updated\x20within\x20N\x20days','API\x20type\x20(td,\x20cdp,\x20workflow,\x20trino,\x20llm)','\x22.\x20Must\x20be\x20a\x20number.','Task\x20name\x20for\x20logs\x20action','Maximum\x20recursion\x20depth\x20(default:\x2010)','logs','-y,\x20--yes','Output\x20as\x20JSON','Agent\x20reference\x20(project/agent\x20or\x20just\x20agent\x20if\x20llm_project\x20is\x20set)','LLM\x20operations\x20(models,\x20projects,\x20agents,\x20chat)','Database\x20name','configuration_versions\x20[name]','push','Push\x20YAML\x20files\x20to\x20Engage\x20API\x20as\x20campaigns','[DEPRECATED]\x20Backup\x20project\x20(use\x20`tdx\x20agent\x20pull`\x20instead)','List\x20all\x20workflow\x20projects\x20(alias\x20for\x20\x22project\x20list\x22)','delete\x20<agent-name>','List\x20workflow\x20execution\x20sessions\x20(filter\x20by\x20project\x20or\x20project.workflow)','Folder\x20description','subcommandTerm','Run\x20tests\x20for\x20an\x20LLM\x20agent','session','Finish\x20an\x20always-on\x20campaign','List\x20parent\x20segments\x20(supports\x20wildcards:\x20*,\x20?)','delete\x20<name>','--name\x20<text>','Push\x20parent\x20segment\x20configuration\x20from\x20YAML\x20file\x20(uses\x20context\x20if\x20name\x20omitted)','--result\x20<url>','HTML\x20template\x20content','Delete\x20a\x20realtime\x20personalization','push\x20[target]','catch','Validate\x20campaign\x20YAML\x20files\x20locally','51ADnmpM','Maximum\x20tool\x20iterations\x20(default:\x204)','Use\x20your\x20own\x20Claude\x20Code\x20account\x20(Anthropic/AWS\x20Bedrock/Vertex\x20AI,\x20etc.)','Include\x20execution\x20statistics','Maximum\x20number\x20of\x20nodes','New\x20service\x20name','Launch\x20a\x20campaign','[DEPRECATED]\x20List\x20segment\x20folders\x20(use\x20\x22tdx\x20sg\x20list\x22\x20instead)','New\x20project\x20name\x20(default:\x20original\x20name\x20from\x20backup)','Include\x20raw\x20history\x20data\x20in\x20output','--dry-run','command','TD\x20site/region\x20(us01,\x20ap01,\x20eu01,\x20ap02;\x20aliases:\x20us,\x20jp,\x20aws)','Workspace\x20name','show\x20<job-id>','4860348JAkWvy','always-on-campaign','--email-sender-id\x20<id>','List\x20available\x20connector\x20types','Campaign\x20type\x20(email\x20or\x20push)','describe','accessToken','Execute\x20segment\x20SQL\x20query\x20and\x20show\x20results\x20(uses\x20context\x20if\x20not\x20provided)','help','--follow','--to\x20<n>','Limit\x20number\x20of\x20rows','TD_INTERVAL\x20time\x20range\x20for\x20behavior\x20queries\x20(e.g.,\x20-1d,\x20-7d,\x20-30d)','--invisible','--color','--master','--revision\x20<revision>','Show\x20journey\x20statistics','Follow/watch\x20timeline\x20for\x20running\x20attempts','List\x20scheduled\x20queries\x20(optional\x20regex\x20pattern\x20filter)','INVALID_ARGUMENT','Export\x20journey(s)\x20as\x20YAML\x20files','Add\x20attributes\x20from\x20JSON\x20file','Cron\x20expression\x20for\x20scheduling','Personalization\x20management','types','--segment\x20<path>','create\x20[name]','TRACE','--description\x20<text>','tasks','status','delivery','usage','--workspace\x20<name>','show\x20<folder_ref>','Continue\x20a\x20specific\x20chat\x20session\x20by\x20ID','--cron\x20<expression>','--sections\x20<json>','Folder\x20name\x20for\x20organization','restore\x20<folder>','--jsonl','--public','isTTY','List\x20workflow\x20attempts\x20(alias\x20for\x20\x22attempt\x20list\x22)','--parent-segment\x20<name>','hidden','--agent\x20<ref>','retry','Push\x20YAML\x20files\x20to\x20Treasure\x20Data\x20as\x20child\x20segments','Database\x20to\x20query\x20(default:\x20information_schema)','Add\x20behaviors\x20from\x20JSON\x20file','[DEPRECATED]\x20Restore\x20project\x20(use\x20`tdx\x20agent\x20push/clone`\x20instead)','Move\x20to\x20folder','Preview\x20changes\x20without\x20pushing','AI-native\x20work\x20management','Show\x20segment\x20schema\x20(column\x20types)','Pull\x20templates\x20to\x20YAML\x20files','Session\x20time\x20(ISO\x208601,\x20defaults\x20to\x20now)','Preview\x20changes\x20without\x20writing\x20files','Version\x20number\x20to\x20view','activations\x20<segment_name>','--prompt\x20<text>','--output\x20<file>','submit\x20[query]','Starter\x20message','\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','update\x20<segment_name>','debug','json','Request\x20body\x20as\x20JSON\x20string','Use\x20--help\x20to\x20see\x20all\x20options,\x20--version\x20to\x20show\x20version','YAML\x20file\x20path\x20for\x20unpushed\x20segment','show\x20<name-or-id>','Update\x20a\x20personalization\x20service\x20name/description\x20(uses\x20context\x20if\x20parent\x20omitted)','Add\x20behaviors\x20as\x20JSON\x20string','--no-count-population','-w,\x20--web','--assignee\x20<assignee>','filter','--reason\x20<text>','Include\x20retried\x20attempts','option','--no-proxy','--kind\x20<kind>','--job-type\x20<type>','Unknown\x20action:\x20','allowUnknownOption','segments\x20[path]','Pull\x20specific\x20revision\x20(default:\x20latest)','Name\x20for\x20the\x20duplicated\x20campaign','commandUsage','--attributes-file\x20<file>'];a2_0x3b2d=function(){return _0xa053ab;};return a2_0x3b2d();}const projectCmd=llmCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x31f))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x31a)),llmProjectListAction=async(_0x51ee2a,_0x4aac63)=>{const _0x4febee=a2_0x258ec9,_0x5bcfb9=new LLMProjectsCommand(),_0x26a4c1=program[_0x4febee(0x329)](),_0x2d7667=await createTDXInstance(_0x26a4c1),_0x373f3d=await _0x5bcfb9[_0x4febee(0x33b)]({'options':{..._0x26a4c1,..._0x4aac63},'args':_0x51ee2a?[_0x51ee2a]:[],'tdx':_0x2d7667});gracefulExit(_0x373f3d);};projectCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x150))[a2_0x258ec9(0x2cd)](llmProjectListAction),llmCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x14b))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2ce))['action'](llmProjectListAction),projectCmd['command']('create\x20<name>')[a2_0x258ec9(0x3cb)]('Create\x20a\x20new\x20LLM\x20project')[a2_0x258ec9(0x251)](a2_0x258ec9(0x21c),a2_0x258ec9(0x12b))[a2_0x258ec9(0x2cd)](async(_0x349776,_0x1156e0)=>{const _0x5a62a4=a2_0x258ec9,_0x237782=new LLMProjectCreateCommand(),_0x5ee9ba=program[_0x5a62a4(0x329)](),_0x40e5e2=await createTDXInstance(_0x5ee9ba),_0x38b6f6=await _0x237782[_0x5a62a4(0x33b)]({'options':{..._0x5ee9ba,..._0x1156e0},'args':[_0x349776],'tdx':_0x40e5e2});gracefulExit(_0x38b6f6);}),projectCmd[a2_0x258ec9(0x1fb)]('delete\x20<name>')['description'](a2_0x258ec9(0x2ea))['action'](async(_0x1ad7a4,_0x41fba9)=>{const _0x16ddd4=a2_0x258ec9,_0x3f5b49=new LLMProjectDeleteCommand(),_0x2bf2c7=program[_0x16ddd4(0x329)](),_0x321a26=await createTDXInstance(_0x2bf2c7),_0x26ea3e=await _0x3f5b49[_0x16ddd4(0x33b)]({'options':{..._0x2bf2c7,..._0x41fba9},'args':[_0x1ad7a4],'tdx':_0x321a26});gracefulExit(_0x26ea3e);}),projectCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1b4))['description'](a2_0x258ec9(0x1dd))[a2_0x258ec9(0x251)](a2_0x258ec9(0x321),a2_0x258ec9(0x2c3))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),'Show\x20what\x20would\x20be\x20backed\x20up\x20without\x20creating\x20files')[a2_0x258ec9(0x2cd)](async(_0x686cda,_0x579029)=>{const _0x507bb6=a2_0x258ec9,_0x19cfa3=new LLMProjectBackupCommand(),_0x482a16=program[_0x507bb6(0x329)](),_0x250c12=await createTDXInstance(_0x482a16),_0x299f7f=await _0x19cfa3[_0x507bb6(0x33b)]({'options':{..._0x482a16,..._0x579029},'args':[_0x686cda],'tdx':_0x250c12});gracefulExit(_0x299f7f);}),projectCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x227))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x233))[a2_0x258ec9(0x251)](a2_0x258ec9(0x182),a2_0x258ec9(0x1f8))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x2fd))['action'](async(_0x232f7b,_0x21bf25)=>{const _0x1e595e=a2_0x258ec9,_0x4cbaac=new LLMProjectRestoreCommand(),_0x578d48=program[_0x1e595e(0x329)](),_0x2c7e0f=await createTDXInstance(_0x578d48),_0x37ee5c=await _0x4cbaac[_0x1e595e(0x33b)]({'options':{..._0x578d48,..._0x21bf25},'args':[_0x232f7b],'tdx':_0x2c7e0f});gracefulExit(_0x37ee5c);});const llmAgentListAction=async(_0x452b06,_0x36d376)=>{const _0x1c0ac0=a2_0x258ec9,_0x9944b6=new LLMAgentsCommand(),_0x502315=program[_0x1c0ac0(0x329)](),_0x5cc31d=await createTDXInstance(_0x502315),_0x45c436=await _0x9944b6[_0x1c0ac0(0x33b)]({'options':{..._0x502315,..._0x36d376},'args':_0x452b06?[_0x452b06]:[],'tdx':_0x5cc31d});gracefulExit(_0x45c436);};llmCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2ba))['description']('List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)')[a2_0x258ec9(0x2cd)](llmAgentListAction),program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2ba))[a2_0x258ec9(0x3cb)]('List\x20agents\x20in\x20current\x20project\x20(alias\x20for\x20\x22agent\x20list\x22)')[a2_0x258ec9(0x2cd)](llmAgentListAction),llmCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x26b))[a2_0x258ec9(0x3cb)]('Show\x20chat\x20history\x20(or\x20list\x20all\x20sessions\x20if\x20no\x20ID\x20provided)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x2cf),a2_0x258ec9(0x25c))[a2_0x258ec9(0x2cd)](async(_0x55b94a,_0x24b225)=>{const _0x11c5da=a2_0x258ec9,_0x59e23b=new LLMHistoryCommand(),_0x409feb=program[_0x11c5da(0x329)](),_0x92466e=await createTDXInstance(_0x409feb),_0x4e428d=await _0x59e23b['run']({'options':{..._0x409feb,..._0x24b225},'args':_0x55b94a?[_0x55b94a]:[],'tdx':_0x92466e});gracefulExit(_0x4e428d);});isExperimentalAvailable()&&llmCmd[a2_0x258ec9(0x1fb)]('log\x20<chat-id>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x326))['action'](async(_0x44f26d,_0x41d203)=>{const _0x2850d0=a2_0x258ec9,_0x35617=new LLMLogCommand(),_0xf3eed0=program[_0x2850d0(0x329)](),_0x2c937b=await createTDXInstance(_0xf3eed0),_0x133eb8=await _0x35617[_0x2850d0(0x33b)]({'options':{..._0xf3eed0,..._0x41d203},'args':[_0x44f26d],'tdx':_0x2c937b});gracefulExit(_0x133eb8);});program[a2_0x258ec9(0x1fb)]('claude\x20[args...]')[a2_0x258ec9(0x220)](a2_0x258ec9(0x133))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x268))[a2_0x258ec9(0x251)](a2_0x258ec9(0x19e),a2_0x258ec9(0x154))['option'](a2_0x258ec9(0x2fe),a2_0x258ec9(0x339))[a2_0x258ec9(0x251)](a2_0x258ec9(0x252),a2_0x258ec9(0x1f2))[a2_0x258ec9(0x256)]()[a2_0x258ec9(0x3b2)](!![])[a2_0x258ec9(0x34c)](a2_0x258ec9(0x1a7),a2_0x258ec9(0x15c))['action'](async(_0x24a634,_0x4df502)=>{const _0x497e86=a2_0x258ec9,_0x3216c2=program[_0x497e86(0x329)](),_0x5d1c6c=Array[_0x497e86(0x278)](_0x24a634)?_0x24a634:[];if(_0x5d1c6c[0x0]===_0x497e86(0x3ed)){const _0x3d5a78=new ClaudeStatuslineCommand(),_0x3d9bcd=await _0x3d5a78['run']({'options':{..._0x3216c2,..._0x4df502},'args':_0x5d1c6c[_0x497e86(0x1ac)](0x1),'tdx':null});gracefulExit(_0x3d9bcd);}if(_0x5d1c6c[0x0]===_0x497e86(0x220)){const _0x292278=new ClaudeUsageCommand(),_0x1608cd=await _0x292278[_0x497e86(0x33b)]({'options':{..._0x3216c2,..._0x4df502},'args':_0x5d1c6c[_0x497e86(0x1ac)](0x1),'tdx':null});gracefulExit(_0x1608cd);}const _0x3964b=new ClaudeCommand(),_0x418de6=await createTDXInstance(_0x3216c2),_0x35e0e8=await _0x3964b[_0x497e86(0x33b)]({'options':{..._0x3216c2,..._0x4df502},'args':_0x5d1c6c,'tdx':_0x418de6});gracefulExit(_0x35e0e8);}),program['command'](a2_0x258ec9(0x1b2))['description'](a2_0x258ec9(0x350))[a2_0x258ec9(0x251)](a2_0x258ec9(0x36f),'Clear\x20session\x20context')[a2_0x258ec9(0x251)]('--default',a2_0x258ec9(0x371))[a2_0x258ec9(0x2cd)](async(_0x597fde,_0x1336f6,_0x1121fc)=>{const _0x34e3d6=a2_0x258ec9,_0x4bb136=new UseCommand(),_0xcf774b=program['opts'](),_0x2a80b0=[];if(_0x597fde)_0x2a80b0['push'](_0x597fde);if(_0x1336f6)_0x2a80b0['push'](_0x1336f6);const _0x328420=_0x597fde===_0x34e3d6(0x38e),_0x15e8a0=_0x328420?await createTDXInstance(_0xcf774b):null,_0xa1d48e=await _0x4bb136[_0x34e3d6(0x33b)]({'options':{..._0xcf774b,..._0x1121fc},'args':_0x2a80b0,'tdx':_0x15e8a0});gracefulExit(_0xa1d48e);}),program['command']('status')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x35c))[a2_0x258ec9(0x2cd)](async _0x1b3f95=>{const _0x7ca5a3=a2_0x258ec9,_0x26a684=new StatusCommand(),_0x59fce2=program[_0x7ca5a3(0x329)](),_0x57cc3f=await createTDXInstance(_0x59fce2),_0x24f341=await _0x26a684[_0x7ca5a3(0x33b)]({'options':{..._0x59fce2,..._0x1b3f95},'args':[],'tdx':_0x57cc3f});gracefulExit(_0x24f341);}),program[a2_0x258ec9(0x1fb)]('upgrade\x20[version]')['description'](a2_0x258ec9(0x32c))['option']('--dry-run',a2_0x258ec9(0x39e))[a2_0x258ec9(0x251)]('--next',a2_0x258ec9(0x167))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2be),'Package\x20manager\x20to\x20use\x20(npm,\x20bun,\x20pnpm,\x20yarn)')[a2_0x258ec9(0x2cd)](async(_0x3fa4fe,_0x4ba980)=>{const _0x45ad8b=a2_0x258ec9,_0x199883=new UpgradeCommand(),_0x3ac2e3=program[_0x45ad8b(0x329)](),_0x5f3ba8=await _0x199883[_0x45ad8b(0x33b)]({'options':{..._0x3ac2e3,..._0x4ba980},'args':_0x3fa4fe?[_0x3fa4fe]:[],'tdx':null});gracefulExit(_0x5f3ba8);}),program['command'](a2_0x258ec9(0x3dc))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x374))[a2_0x258ec9(0x251)](a2_0x258ec9(0x347),a2_0x258ec9(0x1ce))['action'](async(_0x428fce,_0x21e0b4)=>{const _0x4a02d0=a2_0x258ec9,_0x59dd0c=new UnsetCommand(),_0x2a5f6e=program['opts'](),_0x40ae0d=await _0x59dd0c[_0x4a02d0(0x33b)]({'options':{..._0x2a5f6e,..._0x21e0b4},'args':[_0x428fce],'tdx':null});gracefulExit(_0x40ae0d);}),program['command']('chats')['description'](a2_0x258ec9(0x151))[a2_0x258ec9(0x251)]('--last',a2_0x258ec9(0x197))[a2_0x258ec9(0x2cd)](async _0x36ecbc=>{const _0x3b14a3=a2_0x258ec9,_0x269391=new ChatsCommand(),_0x4a0f81=program[_0x3b14a3(0x329)](),_0x2f06c2=await createTDXInstance(_0x4a0f81),_0x3392a5=await _0x269391[_0x3b14a3(0x33b)]({'options':{..._0x4a0f81,..._0x36ecbc},'args':[],'tdx':_0x2f06c2});gracefulExit(_0x3392a5);});const authCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x28b))[a2_0x258ec9(0x3cb)]('Authentication\x20management');async function runAuthStatusCommand(_0x2b35db){const _0x5a920a=a2_0x258ec9,_0x22448e=new AuthStatusCommand(),_0x362c45=program[_0x5a920a(0x329)](),_0x3a2dd9=await createTDXInstance(_0x362c45),_0x875e92=await _0x22448e[_0x5a920a(0x33b)]({'options':{..._0x362c45,..._0x2b35db},'args':[],'tdx':_0x3a2dd9});gracefulExit(_0x875e92);}authCmd[a2_0x258ec9(0x2cd)](runAuthStatusCommand),authCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x21e))['description'](a2_0x258ec9(0x127))[a2_0x258ec9(0x2cd)](runAuthStatusCommand);async function authSetupAction(_0x1394bd){const _0x2493a5=a2_0x258ec9,_0x36a1b6=new AuthSetupCommand(),_0x13306a=program['opts'](),_0x48f50a=await createTDXInstance(_0x13306a),_0x34201d=await _0x36a1b6[_0x2493a5(0x33b)]({'options':{..._0x13306a,..._0x1394bd},'args':[],'tdx':_0x48f50a});gracefulExit(_0x34201d);}authCmd['command'](a2_0x258ec9(0x290))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x430))[a2_0x258ec9(0x251)](a2_0x258ec9(0x342),'Account\x20name\x20for\x20SSO\x20(Single\x20Sign-On)\x20login')['addHelpText'](a2_0x258ec9(0x1a7),a2_0x258ec9(0x156))[a2_0x258ec9(0x2cd)](authSetupAction),authCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x25f),{'hidden':!![]})[a2_0x258ec9(0x251)](a2_0x258ec9(0x342),a2_0x258ec9(0x2f6))[a2_0x258ec9(0x2cd)](authSetupAction),authCmd['command'](a2_0x258ec9(0x2d6))[a2_0x258ec9(0x3cb)]('Remove\x20API\x20key\x20from\x20system\x20keychain')['addHelpText']('after',a2_0x258ec9(0x241))[a2_0x258ec9(0x2cd)](async _0x2b77ae=>{const _0x422377=a2_0x258ec9,_0x47a46f=new AuthClearCommand(),_0xaa14b8=program[_0x422377(0x329)](),_0x252e48=await _0x47a46f[_0x422377(0x33b)]({'options':{..._0xaa14b8,..._0x2b77ae},'args':[],'tdx':null});gracefulExit(_0x252e48);});const userCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x291))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x35a)),userListAction=async _0x116f52=>{const _0x1ba172=a2_0x258ec9,_0x36883d=new UserListCommand(),_0x57d9fa=program[_0x1ba172(0x329)](),_0x1a8e8a=await createTDXInstance(_0x57d9fa),_0x2b0983=await _0x36883d[_0x1ba172(0x33b)]({'options':{..._0x57d9fa,..._0x116f52},'args':[],'tdx':_0x1a8e8a});gracefulExit(_0x2b0983);};userCmd['action'](async _0x1bcb9c=>{const _0x468f47=a2_0x258ec9,_0x597e07=new UserCommand(),_0x30e54f=program[_0x468f47(0x329)](),_0x1cb776=await createTDXInstance(_0x30e54f),_0x2bc944=await _0x597e07['run']({'options':{..._0x30e54f,..._0x1bcb9c},'args':[],'tdx':_0x1cb776});gracefulExit(_0x2bc944);}),userCmd['command'](a2_0x258ec9(0x158))[a2_0x258ec9(0x3cb)]('List\x20all\x20users\x20in\x20the\x20account')['action'](userListAction),program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x35b))[a2_0x258ec9(0x3cb)]('List\x20all\x20users\x20(alias\x20for\x20\x22user\x20list\x22)')[a2_0x258ec9(0x2cd)](userListAction);const policyCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1bf))[a2_0x258ec9(0x3cb)]('Access\x20control\x20policy\x20commands');policyCmd[a2_0x258ec9(0x2cd)](async _0x3811b6=>{const _0x4b79bd=a2_0x258ec9,_0x1b62a5=new PolicyCommand(),_0x59dc58=program[_0x4b79bd(0x329)](),_0x5e048e=await createTDXInstance(_0x59dc58),_0x4aa5e7=await _0x1b62a5['run']({'options':{..._0x59dc58,..._0x3811b6},'args':[],'tdx':_0x5e048e});gracefulExit(_0x4aa5e7);}),policyCmd[a2_0x258ec9(0x1fb)]('list')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x30c))[a2_0x258ec9(0x2cd)](async _0x389387=>{const _0x3464ac=a2_0x258ec9,_0xd9104a=new PolicyListCommand(),_0x27ba92=program['opts'](),_0x340aa0=await createTDXInstance(_0x27ba92),_0x9e6693=await _0xd9104a[_0x3464ac(0x33b)]({'options':{..._0x27ba92,..._0x389387},'args':[],'tdx':_0x340aa0});gracefulExit(_0x9e6693);}),policyCmd['command'](a2_0x258ec9(0x30a))[a2_0x258ec9(0x3cb)]('Show\x20a\x20specific\x20policy\x20details\x20and\x20permissions\x20(admin\x20only)')['action'](async(_0x16cdd9,_0x26e089)=>{const _0x3ad051=a2_0x258ec9,_0x310ad7=new PolicyShowCommand(),_0x167f1f=program[_0x3ad051(0x329)](),_0x1d0060=await createTDXInstance(_0x167f1f),_0xa7d84=await _0x310ad7['run']({'options':{..._0x167f1f,..._0x26e089},'args':[_0x16cdd9],'tdx':_0x1d0060});gracefulExit(_0xa7d84);}),program['command'](a2_0x258ec9(0x2dc))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x300))[a2_0x258ec9(0x2cd)](async _0x5dc0e4=>{const _0x163459=a2_0x258ec9,_0x2884b8=new ProfilesCommand(),_0x4493b7=program[_0x163459(0x329)](),_0x4fe401=await _0x2884b8[_0x163459(0x33b)]({'options':{..._0x4493b7,..._0x5dc0e4},'args':[],'tdx':null});gracefulExit(_0x4fe401);});const profileCmd=program[a2_0x258ec9(0x1fb)]('profile')['description'](a2_0x258ec9(0x3d7));profileCmd[a2_0x258ec9(0x2cd)](()=>{const _0x33f968=a2_0x258ec9;profileCmd[_0x33f968(0x10d)]();});const profileListAction=async _0x568825=>{const _0x2b70d7=new ProfilesCommand(),_0x3e1d6f=program['opts'](),_0x728764=await _0x2b70d7['run']({'options':{..._0x3e1d6f,..._0x568825},'args':[],'tdx':null});gracefulExit(_0x728764);};profileCmd['command']('list')[a2_0x258ec9(0x3cb)]('List\x20all\x20available\x20profiles')[a2_0x258ec9(0x2cd)](profileListAction),profileCmd['command'](a2_0x258ec9(0x21a))[a2_0x258ec9(0x3cb)]('Create\x20a\x20new\x20profile')[a2_0x258ec9(0x251)](a2_0x258ec9(0x342),'Account\x20name\x20for\x20SSO\x20(Single\x20Sign-On)\x20login')['option']('-f,\x20--force',a2_0x258ec9(0x39f))[a2_0x258ec9(0x34c)]('after',a2_0x258ec9(0x305))[a2_0x258ec9(0x2cd)](async(_0x1e1dbf,_0x2c18c5)=>{const _0xb48649=a2_0x258ec9,_0x377e92=new ProfileCreateCommand(),_0xc6c4be=program[_0xb48649(0x329)](),_0x3100b2=await _0x377e92[_0xb48649(0x33b)]({'options':{..._0xc6c4be,..._0x2c18c5},'args':_0x1e1dbf?[_0x1e1dbf]:[],'tdx':null});gracefulExit(_0x3100b2);});async function profileDeleteAction(_0x5e6ae9,_0xbcca16){const _0x173b2d=a2_0x258ec9,_0x5195d7=new ProfileDeleteCommand(),_0x24fd94=program[_0x173b2d(0x329)](),_0x58d283=await _0x5195d7[_0x173b2d(0x33b)]({'options':{..._0x24fd94,..._0xbcca16},'args':[_0x5e6ae9],'tdx':null});gracefulExit(_0x58d283);}profileCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1e7))[a2_0x258ec9(0x3cb)]('Delete\x20a\x20profile')[a2_0x258ec9(0x34c)](a2_0x258ec9(0x1a7),a2_0x258ec9(0x2a8))['action'](profileDeleteAction),profileCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3f0),{'hidden':!![]})[a2_0x258ec9(0x2cd)](profileDeleteAction),profileCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2f9))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x171))[a2_0x258ec9(0x34c)](a2_0x258ec9(0x1a7),'\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')['action'](async(_0x3b15e6,_0x209096)=>{const _0x1623f9=a2_0x258ec9,_0x186d23=new ProfileSetCommand(),_0x309810=program['opts'](),_0x43fea7=await _0x186d23[_0x1623f9(0x33b)]({'options':{..._0x309810,..._0x209096},'args':[_0x3b15e6],'tdx':null});gracefulExit(_0x43fea7);}),profileCmd[a2_0x258ec9(0x1fb)]('use\x20<name>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x297))['option'](a2_0x258ec9(0x347),a2_0x258ec9(0x371))[a2_0x258ec9(0x34c)](a2_0x258ec9(0x1a7),a2_0x258ec9(0x36a))[a2_0x258ec9(0x2cd)](async(_0x350414,_0x24c44e)=>{const _0x4074c9=a2_0x258ec9,_0x2bc13c=new ProfileUseCommand(),_0x36e5d7=program[_0x4074c9(0x329)](),_0x26910e=await _0x2bc13c['run']({'options':{..._0x36e5d7,..._0x24c44e},'args':[_0x350414],'tdx':null});gracefulExit(_0x26910e);});const engageCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x12d))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x292)),createEngageAction=_0x21fcc4=>{return async(_0x4a4d9a,_0x33379a)=>{const _0x1300dc=a2_0x1421,_0x9a7ffd=new _0x21fcc4(),_0x46b42d=program[_0x1300dc(0x329)](),_0x3a5dcc=await createTDXInstance(_0x46b42d),_0x5d08fb=await _0x9a7ffd['run']({'options':{..._0x46b42d,..._0x33379a},'args':[_0x4a4d9a],'tdx':_0x3a5dcc});gracefulExit(_0x5d08fb);};},createEngageNoArgAction=_0x33b8a4=>{return async _0x5b5380=>{const _0x3ec674=a2_0x1421,_0x40ce0a=new _0x33b8a4(),_0x14693c=program[_0x3ec674(0x329)](),_0x297b2a=await createTDXInstance(_0x14693c),_0x5c0966=await _0x40ce0a[_0x3ec674(0x33b)]({'options':{..._0x14693c,..._0x5b5380},'args':[],'tdx':_0x297b2a});gracefulExit(_0x5c0966);};},createEngageListAction=_0x57c035=>{return async(_0x452c04,_0x5bb019)=>{const _0x113881=a2_0x1421,_0x434813=new _0x57c035(),_0x22669c=program['opts'](),_0x8926d0=await createTDXInstance(_0x22669c),_0x41baad=await _0x434813[_0x113881(0x33b)]({'options':{..._0x22669c,..._0x5bb019},'args':_0x452c04?[_0x452c04]:[],'tdx':_0x8926d0});gracefulExit(_0x41baad);};},campaignCmd=engageCmd['command'](a2_0x258ec9(0x178))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x415));campaignCmd['command'](a2_0x258ec9(0x385))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2e5))[a2_0x258ec9(0x251)](a2_0x258ec9(0x130),a2_0x258ec9(0x3c6))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ef),a2_0x258ec9(0x18c))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))[a2_0x258ec9(0x2cd)](createEngageListAction(EngageCampaignsCommand)),engageCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2de))[a2_0x258ec9(0x3cb)]('List\x20campaigns\x20(alias\x20for\x20\x22campaign\x20list\x22)')['option'](a2_0x258ec9(0x130),a2_0x258ec9(0x3c6))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ef),'Filter\x20by\x20status\x20(DRAFT,\x20ACTIVE,\x20PAUSED,\x20COMPLETED)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))['action'](createEngageListAction(EngageCampaignsCommand)),campaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x248))[a2_0x258ec9(0x3cb)]('Show\x20campaign\x20details')[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))['option'](a2_0x258ec9(0x323),a2_0x258ec9(0x2aa))['action'](createEngageAction(EngageCampaignShowCommand)),campaignCmd[a2_0x258ec9(0x1fb)]('create')['description']('Create\x20a\x20new\x20campaign')['requiredOption'](a2_0x258ec9(0x373),a2_0x258ec9(0x27a))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x130),a2_0x258ec9(0x203))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),'Workspace\x20name\x20(required)')[a2_0x258ec9(0x251)]('--description\x20<desc>','Campaign\x20description')[a2_0x258ec9(0x251)](a2_0x258ec9(0x219),'Segment\x20path\x20(e.g.,\x20\x22Audience/Segment\x22\x20or\x20just\x20\x22Segment\x22)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x201),'Email\x20sender\x20ID\x20for\x20delivery')[a2_0x258ec9(0x251)](a2_0x258ec9(0x2e9),'JSON\x20columns\x20for\x20connector\x20(comma-separated)')['option'](a2_0x258ec9(0x281),'Delivery\x20start\x20time\x20(ISO\x208601\x20format)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x2bc),a2_0x258ec9(0x3d8))[a2_0x258ec9(0x2cd)](createEngageNoArgAction(EngageCampaignCreateCommand)),campaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2e3))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3ab))[a2_0x258ec9(0x251)]('--workspace\x20<name>',a2_0x258ec9(0x1fd))['option'](a2_0x258ec9(0x373),'New\x20campaign\x20name')['option'](a2_0x258ec9(0x304),a2_0x258ec9(0x3f2))['option'](a2_0x258ec9(0x219),a2_0x258ec9(0x34f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x201),a2_0x258ec9(0x18f))['option']('--json-columns\x20<cols>',a2_0x258ec9(0x294))[a2_0x258ec9(0x251)]('--start-at\x20<datetime>',a2_0x258ec9(0x147))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2bc),a2_0x258ec9(0x3d8))['action'](createEngageAction(EngageCampaignUpdateCommand)),campaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x382))['description'](a2_0x258ec9(0x29a))['option']('--workspace\x20<name>',a2_0x258ec9(0x1fd))['option']('--yes',a2_0x258ec9(0x3a5))[a2_0x258ec9(0x2cd)](createEngageAction(EngageCampaignDeleteCommand)),campaignCmd['command']('launch\x20<name-or-id>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1f6))['option'](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))[a2_0x258ec9(0x2cd)](createEngageAction(EngageCampaignLaunchCommand)),campaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x3b5))['description'](a2_0x258ec9(0x340))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))[a2_0x258ec9(0x2cd)](createEngageAction(EngageCampaignPauseCommand)),campaignCmd['command'](a2_0x258ec9(0x2f1))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x164))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),'Workspace\x20name')[a2_0x258ec9(0x2cd)](createEngageAction(EngageCampaignResumeCommand)),campaignCmd[a2_0x258ec9(0x1fb)]('duplicate\x20<name-or-id>')['description']('Duplicate\x20a\x20campaign')[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))[a2_0x258ec9(0x2cd)](createEngageAction(EngageCampaignDuplicateCommand)),campaignCmd[a2_0x258ec9(0x1fb)]('pull\x20[workspace-name]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x266))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),'Workspace\x20name')['option']('--name\x20<name>',a2_0x258ec9(0x1bd))[a2_0x258ec9(0x251)]('--type\x20<type>',a2_0x258ec9(0x3c6))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),'Show\x20what\x20would\x20be\x20written\x20without\x20writing')[a2_0x258ec9(0x2cd)](createEngageAction(EngageCampaignPullCommand)),campaignCmd['command'](a2_0x258ec9(0x1ed))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1dc))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x398))['action'](createEngageAction(EngageCampaignPushCommand)),campaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x34e))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1ef))[a2_0x258ec9(0x251)](a2_0x258ec9(0x341),a2_0x258ec9(0x2d3))[a2_0x258ec9(0x2cd)](createEngageAction(EngageCampaignValidateCommand));const alwaysOnCampaignCmd=engageCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x200))['description'](a2_0x258ec9(0x2c6));alwaysOnCampaignCmd['command'](a2_0x258ec9(0x385))[a2_0x258ec9(0x3cb)]('List\x20always-on\x20campaigns\x20(optionally\x20filtered\x20by\x20pattern)')['option'](a2_0x258ec9(0x130),'Filter\x20by\x20campaign\x20type\x20(email,\x20push)')['option'](a2_0x258ec9(0x3ef),'Filter\x20by\x20status\x20(DRAFT,\x20LIVE,\x20PAUSED,\x20FINISHED)')['requiredOption']('--workspace\x20<name>',a2_0x258ec9(0x287))[a2_0x258ec9(0x2cd)](createEngageListAction(EngageAlwaysOnCampaignsCommand)),engageCmd['command'](a2_0x258ec9(0x295))[a2_0x258ec9(0x3cb)]('List\x20always-on\x20campaigns\x20(alias\x20for\x20\x22always-on-campaign\x20list\x22)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x130),a2_0x258ec9(0x3c6))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ef),a2_0x258ec9(0x351))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x221),'Workspace\x20name\x20(required)')[a2_0x258ec9(0x2cd)](createEngageListAction(EngageAlwaysOnCampaignsCommand)),alwaysOnCampaignCmd[a2_0x258ec9(0x1fb)]('show\x20<name-or-id>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x316))['requiredOption']('--workspace\x20<name>',a2_0x258ec9(0x287))['option'](a2_0x258ec9(0x323),a2_0x258ec9(0x2aa))[a2_0x258ec9(0x2cd)](createEngageAction(EngageAlwaysOnCampaignShowCommand)),alwaysOnCampaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x37e))['description']('Create\x20a\x20new\x20always-on\x20campaign')['requiredOption'](a2_0x258ec9(0x373),a2_0x258ec9(0x27a))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x130),a2_0x258ec9(0x203))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x221),a2_0x258ec9(0x287))['option']('--description\x20<desc>','Campaign\x20description')[a2_0x258ec9(0x251)](a2_0x258ec9(0x219),a2_0x258ec9(0x41b))[a2_0x258ec9(0x251)]('--enable-utm-tracking',a2_0x258ec9(0x3aa))[a2_0x258ec9(0x2cd)](createEngageNoArgAction(EngageAlwaysOnCampaignCreateCommand)),alwaysOnCampaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2e3))['description'](a2_0x258ec9(0x146))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x221),a2_0x258ec9(0x287))[a2_0x258ec9(0x251)]('--name\x20<name>',a2_0x258ec9(0x324))[a2_0x258ec9(0x251)](a2_0x258ec9(0x304),a2_0x258ec9(0x3f2))[a2_0x258ec9(0x251)](a2_0x258ec9(0x219),a2_0x258ec9(0x41b))['option'](a2_0x258ec9(0x115),a2_0x258ec9(0x3aa))[a2_0x258ec9(0x2cd)](createEngageAction(EngageAlwaysOnCampaignUpdateCommand)),alwaysOnCampaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x382))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x173))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x221),a2_0x258ec9(0x287))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ae),a2_0x258ec9(0x3a5))[a2_0x258ec9(0x2cd)](createEngageAction(EngageAlwaysOnCampaignDeleteCommand)),alwaysOnCampaignCmd[a2_0x258ec9(0x1fb)]('launch\x20<name-or-id>')['description']('Launch\x20an\x20always-on\x20campaign')[a2_0x258ec9(0x3be)](a2_0x258ec9(0x221),a2_0x258ec9(0x287))[a2_0x258ec9(0x2cd)](createEngageAction(EngageAlwaysOnCampaignLaunchCommand)),alwaysOnCampaignCmd['command']('pause\x20<name-or-id>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x405))['requiredOption'](a2_0x258ec9(0x221),a2_0x258ec9(0x287))[a2_0x258ec9(0x2cd)](createEngageAction(EngageAlwaysOnCampaignPauseCommand)),alwaysOnCampaignCmd['command'](a2_0x258ec9(0x2f1))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x114))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x221),'Workspace\x20name\x20(required)')['action'](createEngageAction(EngageAlwaysOnCampaignResumeCommand)),alwaysOnCampaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1af))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1e5))['requiredOption'](a2_0x258ec9(0x221),a2_0x258ec9(0x287))['option'](a2_0x258ec9(0x3ae),a2_0x258ec9(0x3a5))[a2_0x258ec9(0x2cd)](createEngageAction(EngageAlwaysOnCampaignFinishCommand)),alwaysOnCampaignCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x308))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2bb))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x221),a2_0x258ec9(0x287))['requiredOption']('--name\x20<name>',a2_0x258ec9(0x259))['action'](createEngageAction(EngageAlwaysOnCampaignDuplicateCommand));const templateCmd=engageCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1b1))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x30f));templateCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))['description']('List\x20email\x20templates\x20(optionally\x20filtered\x20by\x20pattern)')['option'](a2_0x258ec9(0x221),'Workspace\x20name')[a2_0x258ec9(0x2cd)](createEngageListAction(EngageTemplatesCommand)),engageCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2db))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x30e))['option'](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))[a2_0x258ec9(0x2cd)](createEngageListAction(EngageTemplatesCommand)),templateCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x248))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x19a))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))['option'](a2_0x258ec9(0x323),a2_0x258ec9(0x2aa))[a2_0x258ec9(0x2cd)](createEngageAction(EngageTemplateShowCommand)),templateCmd['command'](a2_0x258ec9(0x37e))['description'](a2_0x258ec9(0x2bd))[a2_0x258ec9(0x3be)]('--name\x20<name>',a2_0x258ec9(0x2c5))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x1a0),a2_0x258ec9(0x364))[a2_0x258ec9(0x251)]('--html\x20<html>',a2_0x258ec9(0x1eb))[a2_0x258ec9(0x251)](a2_0x258ec9(0x319),a2_0x258ec9(0x159))['option'](a2_0x258ec9(0x221),'Workspace\x20name\x20(required)')['option'](a2_0x258ec9(0x1a5),'Plaintext\x20template\x20content')[a2_0x258ec9(0x251)](a2_0x258ec9(0x3cd),'Editor\x20type:\x20grapesjs\x20(HTML\x20Editor,\x20default)\x20or\x20beefree\x20(Visual\x20Editor)',_0x54a804=>{const _0x2745c9=a2_0x258ec9;if(![_0x2745c9(0x285),_0x2745c9(0x2e6)]['includes'](_0x54a804))throw new SDKError(ErrorCode[_0x2745c9(0x213)],_0x2745c9(0x2a7)+_0x54a804+_0x2745c9(0x2a6));return _0x54a804;})['action'](createEngageNoArgAction(EngageTemplateCreateCommand)),templateCmd['command'](a2_0x258ec9(0x2e3))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x389))[a2_0x258ec9(0x251)]('--workspace\x20<name>',a2_0x258ec9(0x1fd))[a2_0x258ec9(0x251)](a2_0x258ec9(0x373),a2_0x258ec9(0x33c))['option'](a2_0x258ec9(0x1a0),a2_0x258ec9(0x364))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1c3),'HTML\x20template\x20content')['option'](a2_0x258ec9(0x319),a2_0x258ec9(0x159))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1a5),a2_0x258ec9(0x3fc))[a2_0x258ec9(0x2cd)](createEngageAction(EngageTemplateUpdateCommand)),templateCmd['command']('pull\x20[workspace]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x238))['option'](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))['option'](a2_0x258ec9(0x373),a2_0x258ec9(0x2b0))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1d5),a2_0x258ec9(0x3a5))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x1c7))[a2_0x258ec9(0x2cd)](createEngageAction(EngageTemplatePullCommand)),templateCmd[a2_0x258ec9(0x1fb)]('push\x20[target]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3da))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))['option'](a2_0x258ec9(0x1d5),a2_0x258ec9(0x3a5))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x398))[a2_0x258ec9(0x2cd)](createEngageAction(EngageTemplatePushCommand)),templateCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x34e))[a2_0x258ec9(0x3cb)]('Validate\x20template\x20YAML\x20files\x20locally')[a2_0x258ec9(0x251)]('--verbose',a2_0x258ec9(0x2d3))[a2_0x258ec9(0x2cd)](createEngageAction(EngageTemplateValidateCommand)),templateCmd['command'](a2_0x258ec9(0x382))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3e8))[a2_0x258ec9(0x251)](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ae),a2_0x258ec9(0x3a5))[a2_0x258ec9(0x2cd)](createEngageAction(EngageTemplateDeleteCommand));const workspaceCmd=engageCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x13a))[a2_0x258ec9(0x3cb)]('Workspace\x20management');workspaceCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))['description'](a2_0x258ec9(0x131))[a2_0x258ec9(0x2cd)](createEngageListAction(EngageWorkspacesCommand)),engageCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2a3))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x358))['action'](createEngageListAction(EngageWorkspacesCommand)),workspaceCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x248))['description']('Show\x20workspace\x20details')[a2_0x258ec9(0x251)]('--full',a2_0x258ec9(0x2aa))[a2_0x258ec9(0x2cd)](createEngageAction(EngageWorkspaceShowCommand)),workspaceCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x37e))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x289))['requiredOption'](a2_0x258ec9(0x373),a2_0x258ec9(0x1fd))['option'](a2_0x258ec9(0x304),'Workspace\x20description')[a2_0x258ec9(0x2cd)](createEngageNoArgAction(EngageWorkspaceCreateCommand)),workspaceCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2e3))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1ae))[a2_0x258ec9(0x251)]('--name\x20<name>','New\x20workspace\x20name')['option'](a2_0x258ec9(0x304),a2_0x258ec9(0x286))[a2_0x258ec9(0x2cd)](createEngageAction(EngageWorkspaceUpdateCommand)),workspaceCmd['command'](a2_0x258ec9(0x382))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x262))['option'](a2_0x258ec9(0x3ae),a2_0x258ec9(0x3a5))['action'](createEngageAction(EngageWorkspaceDeleteCommand)),workspaceCmd['command'](a2_0x258ec9(0x2d9))['description'](a2_0x258ec9(0x414))[a2_0x258ec9(0x2cd)](createEngageAction(EngageWorkspaceUseCommand));const deliveryCmd=program['command'](a2_0x258ec9(0x21f))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x425));deliveryCmd['command'](a2_0x258ec9(0x3b3))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x423))['option'](a2_0x258ec9(0x221),a2_0x258ec9(0x1fd))[a2_0x258ec9(0x2cd)](createEngageListAction(DeliveryEmailSendersCommand));const connectionCmd=program['command'](a2_0x258ec9(0x29e))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x17f)),connectionListAction=async _0x22e3cf=>{const _0x4ba2c6=a2_0x258ec9,_0x3b8fc3=new ConnectionListCommand(),_0x35a962=program[_0x4ba2c6(0x329)](),_0x46908a=await createTDXInstance(_0x35a962),_0x2f2b06=await _0x3b8fc3['run']({'options':{..._0x35a962,..._0x22e3cf},'args':[],'tdx':_0x46908a});gracefulExit(_0x2f2b06);};connectionCmd[a2_0x258ec9(0x1fb)]('list')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x25e))[a2_0x258ec9(0x2cd)](connectionListAction),program['command'](a2_0x258ec9(0x312),{'hidden':!![]})[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x400))[a2_0x258ec9(0x2cd)](connectionListAction),connectionCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x404))['description']('Show\x20connection\x20details\x20by\x20name')[a2_0x258ec9(0x2cd)](async(_0x39ffde,_0x126096)=>{const _0x33cd59=a2_0x258ec9,_0x29b944=new ConnectionShowCommand(),_0x5c6091=program[_0x33cd59(0x329)](),_0x3937cf=await createTDXInstance(_0x5c6091),_0x14b53f=await _0x29b944[_0x33cd59(0x33b)]({'options':{..._0x5c6091,..._0x126096},'args':[_0x39ffde],'tdx':_0x3937cf});gracefulExit(_0x14b53f);}),connectionCmd[a2_0x258ec9(0x1fb)]('schema\x20<type>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3f8))[a2_0x258ec9(0x2cd)](async(_0x32952d,_0x4ead01)=>{const _0x431012=a2_0x258ec9,_0x28d2bf=new ConnectionSchemaCommand(),_0x2eb066=program['opts'](),_0x178b40=await createTDXInstance(_0x2eb066),_0x15f864=await _0x28d2bf[_0x431012(0x33b)]({'options':{..._0x2eb066,..._0x4ead01},'args':[_0x32952d],'tdx':_0x178b40});gracefulExit(_0x15f864);}),connectionCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x218))['description'](a2_0x258ec9(0x202))[a2_0x258ec9(0x2cd)](async _0x31275f=>{const _0x37d16d=a2_0x258ec9,_0x2c231b=new ConnectionTypesCommand(),_0x1a8cf8=program[_0x37d16d(0x329)](),_0x76ce4=await createTDXInstance(_0x1a8cf8),_0x8179c6=await _0x2c231b[_0x37d16d(0x33b)]({'options':{..._0x1a8cf8,..._0x31275f},'args':[],'tdx':_0x76ce4});gracefulExit(_0x8179c6);}),connectionCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1c5))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0xfe))['action'](async(_0x30c610,_0x12555c)=>{const _0x5968e1=a2_0x258ec9,_0x113f4e=new ConnectionSettingsCommand(),_0x50a25b=program[_0x5968e1(0x329)](),_0x13dc78=await createTDXInstance(_0x50a25b),_0x1cb53d=await _0x113f4e['run']({'options':{..._0x50a25b,..._0x12555c},'args':[_0x30c610],'tdx':_0x13dc78});gracefulExit(_0x1cb53d);});const casCmd=program['command'](a2_0x258ec9(0x1cd))['description']('Composable\x20Audience\x20Studio\x20commands\x20(zero-copy\x20CDP)');casCmd[a2_0x258ec9(0x1fb)]('list')[a2_0x258ec9(0x3cb)]('List\x20composable\x20audiences')['action'](async _0x33cb5e=>{const _0x7b1b2a=a2_0x258ec9,_0x4d1e58=new CASListCommand(),_0x530524=program[_0x7b1b2a(0x329)](),_0x3ad137=await createTDXInstance(_0x530524),_0x31a9d9=await _0x4d1e58[_0x7b1b2a(0x33b)]({'options':{..._0x530524,..._0x33cb5e},'args':[],'tdx':_0x3ad137});gracefulExit(_0x31a9d9);}),casCmd['command'](a2_0x258ec9(0x3e2))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x36b))[a2_0x258ec9(0x2cd)](async(_0x5650de,_0x47ff63)=>{const _0x440241=a2_0x258ec9,_0x196f0b=new CASDescCommand(),_0x1cb4bf=program[_0x440241(0x329)](),_0x698040=await createTDXInstance(_0x1cb4bf),_0x4eeae2=await _0x196f0b[_0x440241(0x33b)]({'options':{..._0x1cb4bf,..._0x47ff63},'args':_0x5650de?[_0x5650de]:[],'tdx':_0x698040});gracefulExit(_0x4eeae2);}),casCmd[a2_0x258ec9(0x1fb)]('pull\x20[name]')['description'](a2_0x258ec9(0x2e2))['option'](a2_0x258ec9(0x14f),a2_0x258ec9(0x36d))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x3e5))[a2_0x258ec9(0x2cd)](async(_0x14098f,_0xe79022)=>{const _0x83a17a=a2_0x258ec9,_0x17c018=new CASPullCommand(),_0x53412c=program[_0x83a17a(0x329)](),_0x2d144d=await createTDXInstance(_0x53412c),_0x2c5a11=await _0x17c018[_0x83a17a(0x33b)]({'options':{..._0x53412c,..._0xe79022},'args':_0x14098f?[_0x14098f]:[],'tdx':_0x2d144d});gracefulExit(_0x2c5a11);}),casCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1ed))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2a9))['option']('--dry-run',a2_0x258ec9(0x13f))[a2_0x258ec9(0x2cd)](async(_0x2551df,_0x49bf34)=>{const _0xcbe341=a2_0x258ec9,_0x1abfa8=new CASPushCommand(),_0x1b087b=program['opts'](),_0x49391d=await createTDXInstance(_0x1b087b),_0x3d6916=await _0x1abfa8[_0xcbe341(0x33b)]({'options':{..._0x1b087b,..._0x49bf34},'args':_0x2551df?[_0x2551df]:[],'tdx':_0x49391d});gracefulExit(_0x3d6916);}),casCmd['command'](a2_0x258ec9(0x3ea))['description'](a2_0x258ec9(0x145))[a2_0x258ec9(0x251)](a2_0x258ec9(0x381),'Composable\x20audience\x20name')['action'](async(_0xca353e,_0x24a14d)=>{const _0x530565=a2_0x258ec9,_0xcc5e5e=new CASPreviewCommand(),_0xe70032=program['opts'](),_0x2d123b=await createTDXInstance(_0xe70032),_0x585c5e=await _0xcc5e5e[_0x530565(0x33b)]({'options':{..._0xe70032,..._0x24a14d},'args':[_0xca353e,_0x24a14d[_0x530565(0x12f)]],'tdx':_0x2d123b});gracefulExit(_0x585c5e);});const casSgCmd=casCmd[a2_0x258ec9(0x1fb)]('sg')[a2_0x258ec9(0x3cb)]('Composable\x20segment\x20commands');casSgCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2b1))[a2_0x258ec9(0x3cb)]('List\x20composable\x20segments\x20for\x20an\x20audience')[a2_0x258ec9(0x2cd)](async(_0x47c1f3,_0x5d3a34)=>{const _0x23fa93=a2_0x258ec9,_0x1d693d=new CASSegmentListCommand(),_0x465097=program[_0x23fa93(0x329)](),_0x573a1b=await createTDXInstance(_0x465097),_0x46f23f=await _0x1d693d['run']({'options':{..._0x465097,..._0x5d3a34},'args':_0x47c1f3?[_0x47c1f3]:[],'tdx':_0x573a1b});gracefulExit(_0x46f23f);});const journeyCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1c1))[a2_0x258ec9(0x3cb)]('CDP\x20Journey\x20Orchestration\x20commands'),journeyListAction=async(_0x4f212c,_0x3af8cd)=>{const _0x370adf=a2_0x258ec9,_0x1b0657=new JourneyListCommand(),_0x5c3732=program[_0x370adf(0x329)](),_0x5567f5=await createTDXInstance(_0x5c3732),_0x1f74ba=await _0x1b0657['run']({'options':{..._0x5c3732,..._0x3af8cd},'args':_0x4f212c?[_0x4f212c]:[],'tdx':_0x5567f5});gracefulExit(_0x1f74ba);};journeyCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x28d))['action'](journeyListAction),journeyCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x39b))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x2f3))[a2_0x258ec9(0x251)](a2_0x258ec9(0x24c),'Open\x20journey\x20in\x20web\x20browser')[a2_0x258ec9(0x251)](a2_0x258ec9(0x362),a2_0x258ec9(0x1f3))[a2_0x258ec9(0x2cd)](async(_0x5ba56b,_0x45f355)=>{const _0x2364dd=a2_0x258ec9,_0x4000fa=new JourneyViewCommand(),_0x1b54d1=program[_0x2364dd(0x329)](),_0x16ea81=await createTDXInstance(_0x1b54d1),_0x51565f=await _0x4000fa[_0x2364dd(0x33b)]({'options':{..._0x1b54d1,..._0x45f355},'args':[_0x5ba56b],'tdx':_0x16ea81});gracefulExit(_0x51565f);}),journeyCmd[a2_0x258ec9(0x1fb)]('stats\x20<name-or-path>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x210))['option'](a2_0x258ec9(0x27e),'Show\x20stats\x20for\x20specific\x20stage')['option']('--from\x20<date>',a2_0x258ec9(0x27f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2c7),a2_0x258ec9(0x354))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1ad),a2_0x258ec9(0x1f9))[a2_0x258ec9(0x2cd)](async(_0x1096d8,_0x5b1225)=>{const _0x239393=a2_0x258ec9,_0xed51d6=new JourneyStatsCommand(),_0x2b698d=program[_0x239393(0x329)](),_0xcc7b2a=await createTDXInstance(_0x2b698d),_0x1bedf4=await _0xed51d6['run']({'options':{..._0x2b698d,..._0x5b1225},'args':[_0x1096d8],'tdx':_0xcc7b2a});gracefulExit(_0x1bedf4);}),journeyCmd[a2_0x258ec9(0x1fb)]('traffic\x20<name-or-path>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3ad))[a2_0x258ec9(0x251)](a2_0x258ec9(0x130),a2_0x258ec9(0x260))[a2_0x258ec9(0x251)]('--from\x20<date>',a2_0x258ec9(0x27f))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2c7),a2_0x258ec9(0x354))[a2_0x258ec9(0x251)]('--limit\x20<number>',a2_0x258ec9(0x1f4),_0x44cd43=>{const _0x5a726d=a2_0x258ec9,_0x5d501c=parseInt(_0x44cd43,0xa);if(isNaN(_0x5d501c))throw new Error(_0x5a726d(0x401)+_0x44cd43+_0x5a726d(0x1d1));return _0x5d501c;})['action'](async(_0x3d0147,_0x1df79c)=>{const _0x111ee0=a2_0x258ec9,_0x50f744=new JourneyTrafficCommand(),_0x37c176=program[_0x111ee0(0x329)](),_0x532aa1=await createTDXInstance(_0x37c176),_0x513ce8=await _0x50f744[_0x111ee0(0x33b)]({'options':{..._0x37c176,..._0x1df79c},'args':[_0x3d0147],'tdx':_0x532aa1});gracefulExit(_0x513ce8);}),journeyCmd[a2_0x258ec9(0x1fb)]('pause\x20<name-or-path>')[a2_0x258ec9(0x3cb)]('Pause\x20a\x20running\x20journey')[a2_0x258ec9(0x2cd)](async(_0x462562,_0x8a1a7)=>{const _0x4899dd=a2_0x258ec9,_0x45ae45=new JourneyPauseCommand(),_0x8b6657=program[_0x4899dd(0x329)](),_0x81dde8=await createTDXInstance(_0x8b6657),_0xd345cd=await _0x45ae45[_0x4899dd(0x33b)]({'options':{..._0x8b6657,..._0x8a1a7},'args':[_0x462562],'tdx':_0x81dde8});gracefulExit(_0xd345cd);}),journeyCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2d5))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x129))[a2_0x258ec9(0x2cd)](async(_0x5c767e,_0x41d5f8)=>{const _0xa3138=a2_0x258ec9,_0x1ceee7=new JourneyResumeCommand(),_0x561044=program[_0xa3138(0x329)](),_0x3f67b7=await createTDXInstance(_0x561044),_0x4df4b9=await _0x1ceee7[_0xa3138(0x33b)]({'options':{..._0x561044,..._0x41d5f8},'args':[_0x5c767e],'tdx':_0x3f67b7});gracefulExit(_0x4df4b9);}),journeyCmd['command']('pull\x20[name]')['description'](a2_0x258ec9(0x214))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),a2_0x258ec9(0x3e5))[a2_0x258ec9(0x2cd)](async(_0x5b54c2,_0x288933)=>{const _0x1073be=a2_0x258ec9,_0x3390ae=new JourneyPullCommand(),_0x1eedb3=program[_0x1073be(0x329)](),_0xe13163=await createTDXInstance(_0x1eedb3),_0x4cc9a7=await _0x3390ae[_0x1073be(0x33b)]({'options':{..._0x1eedb3,..._0x288933},'args':_0x5b54c2?[_0x5b54c2]:[],'tdx':_0xe13163});gracefulExit(_0x4cc9a7);}),journeyCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1ed))[a2_0x258ec9(0x3cb)]('Push\x20journey\x20YAML\x20files\x20to\x20Treasure\x20Data')[a2_0x258ec9(0x2cd)](async(_0x553695,_0xc560b1)=>{const _0x3ecdcd=a2_0x258ec9,_0xa5b3d9=new JourneyPushCommand(),_0x5941a=program[_0x3ecdcd(0x329)](),_0xffeddc=await createTDXInstance(_0x5941a),_0x408eb2=await _0xa5b3d9[_0x3ecdcd(0x33b)]({'options':{..._0x5941a,..._0xc560b1},'args':_0x553695?[_0x553695]:[],'tdx':_0xffeddc});gracefulExit(_0x408eb2);}),journeyCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x349))[a2_0x258ec9(0x3cb)]('Show\x20journey\x20table\x20column-to-step\x20mapping')[a2_0x258ec9(0x2cd)](async(_0x24c6e8,_0x21e055)=>{const _0x6f392e=a2_0x258ec9,_0xb8fb45=new JourneyColumnsCommand(),_0x262d30=program[_0x6f392e(0x329)](),_0x21bcbc=await createTDXInstance(_0x262d30),_0x3f0d87=await _0xb8fb45['run']({'options':{..._0x262d30,..._0x21e055},'args':[_0x24c6e8],'tdx':_0x21bcbc});gracefulExit(_0x3f0d87);}),journeyCmd[a2_0x258ec9(0x1fb)]('activations\x20<name-or-path>')[a2_0x258ec9(0x3cb)]('List\x20activations\x20for\x20a\x20journey')[a2_0x258ec9(0x2cd)](async(_0x2e10f8,_0x3013a8)=>{const _0x496aac=a2_0x258ec9,_0x3e00de=new JourneyActivationsCommand(),_0x2d821c=program['opts'](),_0x5426a9=await createTDXInstance(_0x2d821c),_0x23bc5a=await _0x3e00de[_0x496aac(0x33b)]({'options':{..._0x2d821c,..._0x3013a8},'args':[_0x2e10f8],'tdx':_0x5426a9});gracefulExit(_0x23bc5a);}),journeyCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1b5))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x120))[a2_0x258ec9(0x2cd)](async(_0x4da7e0,_0x3d94ac)=>{const _0x1d5157=a2_0x258ec9,_0xe7d7ee=new JourneyVersionsCommand(),_0x5a36c2=program[_0x1d5157(0x329)](),_0x3a7f4e=await createTDXInstance(_0x5a36c2),_0x5b80a8=await _0xe7d7ee[_0x1d5157(0x33b)]({'options':{..._0x5a36c2,..._0x3d94ac},'args':[_0x4da7e0],'tdx':_0x3a7f4e});gracefulExit(_0x5b80a8);});const journeyVersionCmd=journeyCmd['command'](a2_0x258ec9(0x376))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x194));journeyVersionCmd['command'](a2_0x258ec9(0x3d0))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x306))['action'](async(_0x3ddcc5,_0x4c9909)=>{const _0x236593=a2_0x258ec9,_0x2b790a=new JourneyVersionCreateCommand(),_0x1a8974=program[_0x236593(0x329)](),_0x4b001f=await createTDXInstance(_0x1a8974),_0x559878=await _0x2b790a[_0x236593(0x33b)]({'options':{..._0x1a8974,..._0x4c9909},'args':[_0x3ddcc5],'tdx':_0x4b001f});gracefulExit(_0x559878);}),journeyVersionCmd['command'](a2_0x258ec9(0x39b))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1a3))[a2_0x258ec9(0x3be)](a2_0x258ec9(0x112),a2_0x258ec9(0x23b))[a2_0x258ec9(0x2cd)](async(_0x2b1981,_0x2d1094)=>{const _0x36a558=a2_0x258ec9,_0x111e1b=new JourneyVersionViewCommand(),_0x1a0c93=program['opts'](),_0x5e595e=await createTDXInstance(_0x1a0c93),_0x39007c=await _0x111e1b[_0x36a558(0x33b)]({'options':{..._0x1a0c93,..._0x2d1094},'args':[_0x2b1981],'tdx':_0x5e595e});gracefulExit(_0x39007c);}),journeyCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x34e))['description'](a2_0x258ec9(0x299))[a2_0x258ec9(0x2cd)](async(_0x1fcb7c,_0x3b5ab1)=>{const _0x5cf54c=a2_0x258ec9,_0x39a2fe=new JourneyValidateCommand(),_0x4a5049=program['opts'](),_0x581719=await createTDXInstance(_0x4a5049),_0x2e5b04=await _0x39a2fe[_0x5cf54c(0x33b)]({'options':{..._0x4a5049,..._0x3b5ab1},'args':_0x1fcb7c?[_0x1fcb7c]:[],'tdx':_0x581719});gracefulExit(_0x2e5b04);}),program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x29d))['description'](a2_0x258ec9(0x2ab))['action'](journeyListAction);const agentSyncCmd=program['command']('agent')['description'](a2_0x258ec9(0x17d));agentSyncCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x2d7))['description'](a2_0x258ec9(0x390))[a2_0x258ec9(0x251)](a2_0x258ec9(0x325),a2_0x258ec9(0x26e))['option'](a2_0x258ec9(0x2c2),a2_0x258ec9(0x3a2))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3d9),'Pull\x20specific\x20agent\x20by\x20name\x20(uses\x20llm_project\x20context)')['action'](async(_0x43761a,_0x1dd158,_0x529adc)=>{const _0x31d4f6=a2_0x258ec9,_0x54bad9=new AgentPullCommand(),_0x1888b2=program[_0x31d4f6(0x329)](),_0x235bc4=await createTDXInstance(_0x1888b2),_0x2bd712=[];if(_0x43761a)_0x2bd712[_0x31d4f6(0x1db)](_0x43761a);if(_0x1dd158)_0x2bd712['push'](_0x1dd158);const _0x25d22e=await _0x54bad9[_0x31d4f6(0x33b)]({'options':{..._0x1888b2,..._0x529adc},'args':_0x2bd712,'tdx':_0x235bc4});gracefulExit(_0x25d22e);}),agentSyncCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1c9))['description'](a2_0x258ec9(0x15b))[a2_0x258ec9(0x251)](a2_0x258ec9(0x2c2),a2_0x258ec9(0x196))[a2_0x258ec9(0x2cd)](async(_0xfc8931,_0x5ecc31)=>{const _0x4b2b88=a2_0x258ec9,_0x4d2d6f=new AgentPushCommand(),_0x4bb997=program['opts'](),_0x3a8ec6=await createTDXInstance(_0x4bb997),_0x5bad2d=await _0x4d2d6f[_0x4b2b88(0x33b)]({'options':{..._0x4bb997,..._0x5ecc31},'args':_0xfc8931?[_0xfc8931]:[],'tdx':_0x3a8ec6});gracefulExit(_0x5bad2d);}),agentSyncCmd[a2_0x258ec9(0x1fb)]('clone\x20[source]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x411))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3c8),a2_0x258ec9(0x172))[a2_0x258ec9(0x2cd)](async(_0x3f1877,_0x3797f4)=>{const _0x274349=new AgentCloneCommand(),_0x436f9a=program['opts'](),_0x27976f=await createTDXInstance(_0x436f9a),_0xe2a282=await _0x274349['run']({'options':{..._0x436f9a,..._0x3797f4},'args':_0x3f1877?[_0x3f1877]:[],'tdx':_0x27976f});gracefulExit(_0xe2a282);}),agentSyncCmd[a2_0x258ec9(0x1fb)]('test\x20[path]')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1e3))[a2_0x258ec9(0x251)](a2_0x258ec9(0x168),a2_0x258ec9(0x3df))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1a2),'Run\x20tests\x20with\x20specific\x20tags\x20(comma-separated)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x1fa),'Parse\x20and\x20validate\x20without\x20executing')['option'](a2_0x258ec9(0x410),'Generate\x20test\x20conversations\x20without\x20evaluation')['option'](a2_0x258ec9(0x40d),a2_0x258ec9(0x1be))[a2_0x258ec9(0x2cd)](async(_0x496af1,_0x4972ce)=>{const _0x2a0bfd=a2_0x258ec9,_0x4a2ce5=new AgentTestCommand(),_0x17d414=program[_0x2a0bfd(0x329)](),_0x2e1f3f=await createTDXInstance(_0x17d414),_0x3a3493=await _0x4a2ce5[_0x2a0bfd(0x33b)]({'options':{..._0x17d414,..._0x4972ce},'args':_0x496af1?[_0x496af1]:[],'tdx':_0x2e1f3f});gracefulExit(_0x3a3493);}),agentSyncCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x385))['description']('List\x20agents\x20in\x20current\x20project')[a2_0x258ec9(0x2cd)](llmAgentListAction),agentSyncCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x119))[a2_0x258ec9(0x3cb)]('Show\x20agent\x20details')[a2_0x258ec9(0x2cd)](async(_0x4113c5,_0x2c45cc)=>{const _0x44394d=a2_0x258ec9,_0x354996=new LLMAgentShowCommand(),_0x288f60=program[_0x44394d(0x329)](),_0x4846e5=await createTDXInstance(_0x288f60),_0x204503=await _0x354996[_0x44394d(0x33b)]({'options':{..._0x288f60,..._0x2c45cc},'args':[_0x4113c5],'tdx':_0x4846e5});gracefulExit(_0x204503);}),agentSyncCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x383))[a2_0x258ec9(0x3cb)]('Create\x20a\x20new\x20agent\x20in\x20current\x20project')['option'](a2_0x258ec9(0x199),'System\x20prompt/instructions\x20(default:\x20empty)')[a2_0x258ec9(0x251)](a2_0x258ec9(0x2e8),a2_0x258ec9(0x276),'claude-4.5-sonnet')[a2_0x258ec9(0x251)](a2_0x258ec9(0x3a9),a2_0x258ec9(0x240))[a2_0x258ec9(0x251)]('--max-tool-iterations\x20<n>',a2_0x258ec9(0x1f1),'4')[a2_0x258ec9(0x251)](a2_0x258ec9(0x40e),a2_0x258ec9(0x298),a2_0x258ec9(0x357))[a2_0x258ec9(0x2cd)](async(_0x4c62d9,_0x3af972)=>{const _0x1b13b0=a2_0x258ec9,_0x5ced1f=new LLMAgentCreateCommand(),_0x179380=program[_0x1b13b0(0x329)](),_0x1b3367=await createTDXInstance(_0x179380),_0xe13a65=await _0x5ced1f['run']({'options':{..._0x179380,..._0x3af972},'args':[_0x4c62d9],'tdx':_0x1b3367});gracefulExit(_0xe13a65);}),agentSyncCmd[a2_0x258ec9(0x1fb)]('update\x20<agent-name>')['description'](a2_0x258ec9(0x123))[a2_0x258ec9(0x251)](a2_0x258ec9(0x1e8),a2_0x258ec9(0x122))['option'](a2_0x258ec9(0x23d),a2_0x258ec9(0x38c))[a2_0x258ec9(0x251)](a2_0x258ec9(0x21c),a2_0x258ec9(0x378))['option'](a2_0x258ec9(0x3a9),a2_0x258ec9(0x240))[a2_0x258ec9(0x2cd)](async(_0x431432,_0x7b701f)=>{const _0x3fb79f=a2_0x258ec9,_0x124ad0=new LLMAgentUpdateCommand(),_0xfa8442=program['opts'](),_0x3cf75d=await createTDXInstance(_0xfa8442),_0x5133ed=await _0x124ad0[_0x3fb79f(0x33b)]({'options':{..._0xfa8442,..._0x7b701f},'args':[_0x431432],'tdx':_0x3cf75d});gracefulExit(_0x5133ed);}),agentSyncCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x1df))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1a4))[a2_0x258ec9(0x2cd)](async(_0x2c6e67,_0x3058a3)=>{const _0x3c1ac6=new LLMAgentDeleteCommand(),_0x4f45d7=program['opts'](),_0x34ef76=await createTDXInstance(_0x4f45d7),_0x3dadeb=await _0x3c1ac6['run']({'options':{..._0x4f45d7,..._0x3058a3},'args':[_0x2c6e67],'tdx':_0x34ef76});gracefulExit(_0x3dadeb);});const workCmd=program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x132))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x236));workCmd[a2_0x258ec9(0x251)](a2_0x258ec9(0x391),a2_0x258ec9(0x1cf))[a2_0x258ec9(0x251)]('--all',a2_0x258ec9(0x3b0))[a2_0x258ec9(0x2cd)](workSummaryAction),workCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x399))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x3b4))[a2_0x258ec9(0x251)](a2_0x258ec9(0x170),a2_0x258ec9(0x31b))[a2_0x258ec9(0x2cd)](workInitAction),workCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x113))[a2_0x258ec9(0x3cb)]('Create\x20a\x20new\x20document')['option'](a2_0x258ec9(0x253),a2_0x258ec9(0x26c),'item')[a2_0x258ec9(0x251)]('--tags\x20<tags>',a2_0x258ec9(0x185))[a2_0x258ec9(0x251)](a2_0x258ec9(0x16c),'Priority\x20(critical,\x20high,\x20medium,\x20low)')['option']('--body\x20<body>','Document\x20body\x20text')[a2_0x258ec9(0x251)](a2_0x258ec9(0x110),a2_0x258ec9(0x384))[a2_0x258ec9(0x251)](a2_0x258ec9(0x3ef),a2_0x258ec9(0x13d))[a2_0x258ec9(0x251)](a2_0x258ec9(0x24d),a2_0x258ec9(0x2ee))[a2_0x258ec9(0x2cd)](workNewAction),workCmd[a2_0x258ec9(0x1fb)]('move\x20<name>\x20<status>')['description'](a2_0x258ec9(0x186))[a2_0x258ec9(0x2cd)](workMoveAction),workCmd[a2_0x258ec9(0x1fb)]('board')['description'](a2_0x258ec9(0x361))[a2_0x258ec9(0x251)]('--days\x20<n>',a2_0x258ec9(0x1cf))[a2_0x258ec9(0x251)]('--all',a2_0x258ec9(0x3b0))[a2_0x258ec9(0x2cd)](workBoardAction),workCmd[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x404))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x10f))[a2_0x258ec9(0x2cd)](workShowAction),workCmd['command'](a2_0x258ec9(0x322))[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x152))[a2_0x258ec9(0x2cd)](workLinksAction),workCmd['command']('open\x20<name>')[a2_0x258ec9(0x3cb)](a2_0x258ec9(0x1c2))[a2_0x258ec9(0x2cd)](workOpenAction),program[a2_0x258ec9(0x1fb)](a2_0x258ec9(0x28a),{'hidden':!![]})[a2_0x258ec9(0x2cd)](()=>{const _0x531b3a=a2_0x258ec9;function _0x3c8a04(_0x1f8c1f,_0x2944ea){const _0x5cabe3=a2_0x1421,_0x184e64=[];for(const _0x111145 of _0x1f8c1f[_0x5cabe3(0x1aa)]){if(_0x111145['_hidden'])continue;const _0x5bf665=_0x2944ea?_0x2944ea+'\x20'+_0x111145[_0x5cabe3(0x318)]():_0x111145[_0x5cabe3(0x318)](),_0x53dd6c=_0x5bf665[_0x5cabe3(0x118)]('\x20')[0x0],_0x6c63cf=COMMAND_CATEGORIES['find'](_0xb8a18b=>_0xb8a18b[_0x5cabe3(0x1aa)][_0x5cabe3(0x3b8)](_0x53dd6c)),_0x31c87e=_0x6c63cf?.['name']??'';if(_0x111145['commands'][_0x5cabe3(0x39c)]>0x0)_0x184e64['push'](..._0x3c8a04(_0x111145,_0x5bf665));else{const _0x2db40d=(_0x111145[_0x5cabe3(0x25d)]||[])[_0x5cabe3(0x33d)](_0x4cfb7f=>{const _0x4039c4=_0x5cabe3,_0x1b94c0=_0x4cfb7f[_0x4039c4(0x317)]?_0x4cfb7f[_0x4039c4(0x318)]()+_0x4039c4(0x1bc):_0x4cfb7f['name']();return _0x4cfb7f[_0x4039c4(0x102)]?'<'+_0x1b94c0+'>':'['+_0x1b94c0+']';})[_0x5cabe3(0x10a)]('\x20'),_0x48b50c=_0x111145[_0x5cabe3(0x3b9)]['filter'](_0x538aa4=>!_0x538aa4['hidden']&&_0x538aa4['long']!==_0x5cabe3(0x33f))[_0x5cabe3(0x33d)](_0x116f05=>({'flags':_0x116f05['flags'],'description':_0x116f05[_0x5cabe3(0x3cb)]}));_0x184e64[_0x5cabe3(0x1db)]({'name':_0x5bf665,'description':_0x111145[_0x5cabe3(0x3cb)](),'group':_0x31c87e,'usage':_0x2db40d,'options':_0x48b50c});}}return _0x184e64;}console[_0x531b3a(0x336)](JSON['stringify'](_0x3c8a04(program,''))),gracefulExit(0x0);});export{program};export function runCLI(){const _0x1156af=a2_0x258ec9,_0xc09718=!process[_0x1156af(0x140)][_0x1156af(0x1ac)](0x2)[_0x1156af(0x39c)];showBriefHelp=_0xc09718,program[_0x1156af(0x265)](process['argv']);_0xc09718&&program['outputHelp']();const _0x3cae74=process[_0x1156af(0x140)][0x2]===_0x1156af(0x3ac);if(process[_0x1156af(0x2cc)][_0x1156af(0x22a)]&&process[_0x1156af(0x140)][_0x1156af(0x39c)]>0x2&&!isDevVersion()&&!_0x3cae74){const _0x4946e1=loadReleaseChannel();checkForUpdate(currentVersion,_0x4946e1)[_0x1156af(0x380)](_0x183ede=>{_0x183ede&&displayUpdateNotification(_0x183ede);})[_0x1156af(0x1ee)](()=>{});}}
|