Skip to main content
Version: 2.0.0

tdk project update

Update a project by name

tdk project update \
--name quickstart \
--new-name sales_data_v2 \
--description Ingests raw sales data from Postgres
FlagTypeRequiredDescription
--name, -nstringRequiredName of the project to update.
--new-namestringOptionalNew name for the project.
--descriptionstringOptionalNew description for the project.