Skip to content
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

Add soldeer clean command #140

Open
ufoscout opened this issue Aug 13, 2024 · 2 comments
Open

Add soldeer clean command #140

ufoscout opened this issue Aug 13, 2024 · 2 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@ufoscout
Copy link

ufoscout commented Aug 13, 2024

It would be useful to have a clean command to remove downloaded and generated artifacts, as is commonly available in other package managers.

@mario-eth
Copy link
Owner

we have uninstall once the new version is released, 0.3.0

@ufoscout
Copy link
Author

@mario-eth
Maybe I'm wrong, but uninstall removes a dependency from the dependencies tree (i.e. it removes it from the soldeer.lock file and the dependencies folder). Instead clean would only delete the dependencies folder and any other temporary or generated artifact; then, if you use soldeer update or soldeer build those folders will be recreated from scratch.
Essentially soldeer clean should be the equivalent of cargo clean

@mario-eth mario-eth added enhancement New feature or request good first issue Good for newcomers labels Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants