Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .dagger/config.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[modules.dang-sdk]
source = "github.com/dagger/dang-sdk"
10 changes: 10 additions & 0 deletions .dagger/migration-report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Migration Report

## Root module requires explicit loading

The root `dagger.json` is still a valid module, but it must be loaded explicitly.

- **This works**: `dagger -m . call --help`
- **This no longer works**: `dagger call --help`

ACTION: If your scripts rely on implicit loading of the root module, change them to use explicit loading.