Hi all. I’ve been playing with flox for a while and I thought I’d try and purge old generations of my default env. flox wipe-history
looked like the likely command but running it gives ERROR: not implemented
. Is this a TODO? Is there another way to purge old generations? Thanks!
Hi @johnl - Thank you for your query. No, this command has not yet been implemented but I can confirm it is on our list for prioritisation. In the meantime, I am sorry but there is not a way to delete old generations.
Ah thanks. I thought that might be the case.
Hi @johnl - it just occurred to me that you could do the following:
flox export > filename
flox destroy
flox import < filename
Not nice but should get you there in the end?
Niceness is in the eye of the beholder. It works!
1 Like