The CF 2021 package manager can list the packages your codebase needs, can uninstall ALL, and can install or uninstall individual packages.
What it can't do out of the box, far as I can tell, is remove the ones your codebase DOESN'T need, which is what I'd like to do.
I could remove all, then install each of the ones it says we need, which I'd have to script myself, not hard.
Am I missing the one-liner for this?
Is there a downside to removing ones I actually need, then installing them again, other than the thrash of doing it?