#Improve cli for calling module functions...
1 messages · Page 1 of 1 (latest)
I don't think my ./hack/dev is going to finish before I land, but will try when I'm home 🙂
grep -r newFunction
./dagger.gen.go: q := r.q.Select("newFunction")
14: exec /runtime /bin/sh
14: [0.36s] json: error calling MarshalJSON for type *main.Module: input:1: Cannot query field "newFunction" on type "Query". Did you mean "function"?
14: [0.36s]
14: exec /runtime /bin/sh ERROR: process "/runtime /bin/sh" did not complete successfully: exit code: 2
guessing some mismatch between the dagger versions used to create and mod sync the module and the version build from the PR?
Yep, but you'll get that from main already, not this PR.
got it sorted. error on my part. Thanks, @boreal wind !