I'm trying to quick interact with a few containers that I'm building and these containers take quite a few secrets to build correctly.
Setting these up is fine with cicd however I'd like to let a developer be able to
dagger > my-func | terminal
to be able to explore specific layers of their build without having to provide the 10 arguments.
Or am I better off just pushing the image to a repo then pulling that to dev machine.