tdk project create
Create a new project
tdk project create \
--name quickstart \
--description Ingests raw sales data from Postgres
| Flag | Type | Required | Description |
|---|---|---|---|
--name, -n | string | Required | Name of the project to create. |
--description | string | Optional | Description of the project. |