We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0a7e17 commit 6c9725dCopy full SHA for 6c9725d
2 files changed
.dagger/config.toml
@@ -0,0 +1,6 @@
1
+# Dagger workspace configuration
2
+# Install modules with: dagger install <module>
3
+# Example:
4
+# dagger install github.com/dagger/dagger/modules/wolfi
5
+
6
+[modules]
.dagger/migration-report.md
@@ -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.
7
+- **This works**: `dagger -m . call --help`
8
+- **This no longer works**: `dagger call --help`
9
10
+ACTION: If your scripts rely on implicit loading of the root module, change them to use explicit loading.
0 commit comments