#TOTALLY new to Dagger and working on
1 messages · Page 1 of 1 (latest)
the example you're using old. Try same thing with updated args with latest dagger version(v0.11.4)
Also double check your arguments.
You can also run that module locally like examples below.
dagger -m github.com/shykes/daggerverse/hello call hello --help
dagger -m github.com/shykes/daggerverse/hello call hello --name foo --greeting bar
bar, foo!