Skip to content

Commands Overview

bash
tdx <command> [options] [arguments]

Command Categories

Data Commands

  • Database - List databases
  • Table - List, describe, and show tables
  • Query - Execute SQL queries
  • Job - Manage query jobs

CDP Commands

  • Segment - Manage CDP segments and audiences
  • Parent Segment - Manage parent segment configurations (alias: ps)
  • Engage - Manage Engage campaigns, email templates, and workspaces

Workflow Commands

AI Commands

  • Chat - Quick AI chat interaction
  • LLM - Manage LLM projects, agents, and chat sessions
  • Claude - Launch Claude Code with TD LLM backend

Global Options

Available for all commands:

OptionDescriptionDefault
--profile <name>Profile to use (overrides active profile)-
--site <site>TD site/region (us01, jp01, eu01, ap02)us01
--jsonOutput in JSON format-
--jsonlOutput in JSON Lines format-
--tsvOutput in TSV format-
--output <file>Save output to file-
--limit <rows>Maximum rows to display40
--colorForce ANSI color output-
--no-colorDisable ANSI color output-
-v, --verboseEnable verbose logging-
--timeout <seconds>Set operation timeout30
--dry-runPreview operation without executing-
-y, --yesSkip confirmation prompts-