Hi there! Does Dagger support running code to read files from your local machine, outside of a container? It would be nice if I could use a Function from a Git repository that handled fetching my AWS credentials, but did so by running a command on my local machine.
I know there's a security risk here - I'm coming from Earthly's LOCALLY argument, which offers a --privileged flag to allow remote functions to execute LOCALLY targets. Does Dagger have anything similar?