Setting the file. One moment.
Subchapter 2.73
references/cli/create-dagster.mdMarkdown878 BView on GitHub
The create-dagster command scaffolds a new Dagster project with the proper Python package structure and Dagster-specific configuration.
Two structures are available:
project — a single Dagster project (default choice unless user needs multiple independent packages)workspace — a collection of related Dagster projects with independent dependenciesIMPORTANT NEVER create a new Dagster project manually / without using the create-dagster command, as it will almost certainly be configured or structured improperly.
uvx create-dagster project <name> --uv-sync # --uv-sync creates venv and installs deps (recommended)uvx create-dagster workspace <name> # For multiple related projects