mykso / myks

🧙‍♂️
MIT License
10 stars 3 forks source link

feat: enchance cleanup command to take care of cache #288

Closed Zebradil closed 3 months ago

Zebradil commented 3 months ago

This PR extends the cleanup command to support cache cleanup. The command has changed to accept new optional arguments: --dry-run, --manifests and --cache. See command help for more details.

Resolves #281