hey, is it normal that `.pulumi/plugins` folder gr...
# general
s
hey, is it normal that
.pulumi/plugins
folder grows to 8GB+ due to accumulating dozens of historical plugin versions? I guess it's safe to remove them all and let it redownload whatever is actually needed still? Maybe some purge of the old one would be useful 🙂
ok I found that
pulumi plugin rm --all
does exactly that, would be nice to something like --unused or --notlatest, which would only remove irrelevant ones, but anyway, good enough