Hey all,
I just wanted some clarification of the "upload" portion of dagger init, specifically when running dagger init --sdk=go <dir> in an existing "project" (i.e. repository) directory. When I saw this initally, I was like, "this shouldn't be uploading anything?" but upon further inspection, it looks like Dagger is just copying the directory contents to a container volume. Is this in fact the case?
Just wanted to make sure the contents weren't being sent from outside the confines of my local environment.
Thanks!