tdk connection template
Print a fill-in connection template for a connector type
tdk connection template \
--type postgres-sql-in \
--file conn-postgres.yaml
| Flag | Type | Required | Description |
|---|---|---|---|
--type, -t | string | Optional | Connector type, e.g. 'mysql-sql-in', 's3-file-out'. See 'tdk connection types'. |
--file, -f | string | Optional | Write the template to this file. '-' (or omitting it) writes to stdout. |