With the new Go SDK that doesn't include .Host(), I can't figure out how to only upload a subset of a directory when passed via the CLI?
I'd like to be able to say call my-function --root=. and be able to exclude certain files. It doesn't appear that e.g. .gitignore is respected, and inside the function it's too late as they've already been uploaded as far as I can tell.
Is there a way to do this with Dagger v0.10?