#dagger remove?
1 messages · Page 1 of 1 (latest)
Two dagger modules both give me a .postgres() object, so I wanna kick out the old one, and bring in the new one.
Thanks
@dry knot 👋 yo
quick question ☝️ you know the answer to this, surely
There is no way to do this right now.
If you want to remove from daggerverse I think we need to loop in @trail thicket
If you are just trying to clean up your project you can manually remove it in dagger.json
@dry knot okay, so I'll manually remove it from the dagger.json then, and then what, run .. "dagger functions" to kick it out? and then run "dagger install" to pull in the new one?
dagger develop should do the trick
There is an issue for this here already btw: https://github.com/dagger/dagger/issues/6605
cool, noted.