Configuration
How a workspace is configured: the settings in dagger.toml, how modules connect to each other, and how values change per environment.
- Environments are named overlays for staging, production, and per-developer values.
- User configuration holds personal overrides that stay out of the repository.
- Module wiring connects one module's output to another module's settings.
- Migrate from dagger.json converts a legacy project to a workspace.
- Reference has the schemas for the files that configure Dagger.