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
- Workflow - Manage Digdag workflows
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:
| Option | Description | Default |
|---|---|---|
--profile <name> | Profile to use (overrides active profile) | - |
--site <site> | TD site/region (us01, jp01, eu01, ap02) | us01 |
--json | Output in JSON format | - |
--jsonl | Output in JSON Lines format | - |
--tsv | Output in TSV format | - |
--output <file> | Save output to file | - |
--limit <rows> | Maximum rows to display | 40 |
--color | Force ANSI color output | - |
--no-color | Disable ANSI color output | - |
-v, --verbose | Enable verbose logging | - |
--timeout <seconds> | Set operation timeout | 30 |
--dry-run | Preview operation without executing | - |
-y, --yes | Skip confirmation prompts | - |