tdk group update
Update a group by name. System groups cannot be updated.
tdk group update \
--proj quickstart \
--name bronze \
--new-name sales_data_v2 \
--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 update. |
--new-name | string | Optional | New name for the group. |
--description | string | Optional | New description for the group. |