tdk group create
Create a new group
tdk group create \
--proj quickstart \
--name bronze \
--description Ingests raw sales data from Postgres
| 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. |
--name, -n | string | Required | Name of the group to create. |
--description | string | Optional | Description of the group. |