#dagger remove?

1 messages · Page 1 of 1 (latest)

obsidian hornet
#

what is the opposite of "dagger install" ?

I wanna remove an installed dagger module from the daggerverse

#

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

dry knot
#

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

obsidian hornet
#

@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?

dry knot
#

dagger develop should do the trick

obsidian hornet
#

ok.

#

done.

dry knot
obsidian hornet
#

cool, noted.