Skip to main content
Version: 2.0.0

tdk group create

Create a new group

tdk group create \
--proj quickstart \
--name bronze \
--description Ingests raw sales data from Postgres
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--name, -nstringRequiredName of the group to create.
--descriptionstringOptionalDescription of the group.