tdk collection connection
Display the connection of a source/destination collection.
Emits the dehydrated connection document as JSON or YAML; secret and var names are never shown.
tdk collection connection \
--proj quickstart \
--format table \
--name sales_data
| Flag | Type | Required | Description |
|---|---|---|---|
--proj, -P | string | Optional | Project to target; overrides the pinned project. Prompted for when a command needs one and neither is set. |
-o, --format | table | json | yaml | Optional | Output format. Defaults to json. |
--name, -n | string | Optional | Name of the source/destination collection whose connection to display. |