-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement Housekeeping features (binenv purge
)
#176
Comments
Hello. I understand the need, that's an interesting feature. However the purpose of Also, I guess I suppose some kind of |
In the meantime, Or for the whole scoop:
EDIT: well, the command above is not practical since we have to confirm each uninstall. |
@leucos You could catch it with an expect script but still: A re-download of the software is just an ugly workaround. Your suggestion for a purge subcommand would do the the trick, yes |
Workaround: Small shell script for deleting everything but the latest version
|
binenv purge
)
As a developer I want to have an easy possibility to do housekeeping on my installed binenv binaries in order to keep the storage footprint small over time.
Reason
Over time the used storage of the installed binaries grow for you can easily upgrade but have no specific housekeeping option in place.
Proposed Solution
Integrate a housekeeping function in the install/update and the uninstall feature:
Workaround
Current solution for me is a helper script that cleans the binenv cache
The text was updated successfully, but these errors were encountered: