-
Notifications
You must be signed in to change notification settings - Fork 178
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
feat: add pixi clean
command
#1325
feat: add pixi clean
command
#1325
Conversation
I'm not happy with the cli yet. I want Edit: fixed |
In some systems (e.g.
|
@bollwyvl I like this idea! |
@bollwyvl I gave task a try but got burned out by the complexity of the glob work. Still think it's a good idea but I want to get the simple version in first. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good!
- `pixi clean` cleans environments - `pixi clean -e prod` cleans a environment - `pixi clean cache` cleans cache dir - `pixi clean cache --conda/--pypi` cleans a specific package cache fixes: prefix-dev#1321
Initial proposal
Includes
pixi clean
cleans environmentspixi clean -e prod
cleans a environmentpixi clean cache
cleans cache dirpixi clean cache --conda/--pypi
cleans a specific package cachefixes: #1321