Add a clean cache option to safely delete build files #3250
Unanswered
alec-pinson
asked this question in
Builder features or enhancements
Replies: 2 comments
-
There is a button in the 3 dot menu on each card to |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi, thanks I didn't notice this option before. I cleaned all my build files using the above and used space went from 9.5GB to 7.7GB. root@esphome:/config/.esphome# du -skh *
122M build
276K idedata
7.7G platformio
48K storage
root@esphome:/config/.esphome/platformio# du -skh *
1.3G cache
6.5G packages
12M platforms There is still a lot of space in use, I think it would be nice to add an option to clean all build files and clean all cache maybe? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the enhancement
It would be nice if we could add an option on the dashboard to safely delete the cached build files to free up space
Use cases
If I am low on disk space, I can easily free up disk space
Visual examples
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions