tdk collection get
Display a collection by name
tdk collection get \
--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 table. |
--name, -n | string | Optional | Name of the collection to display. |