Feature Request
Describe your use case and the problem you are facing
Steps to reproduce:
wp dist-archive .
- Add an additional file manually to the dist archive (in real life, my build script added additional files I did not expect)
- call
wp dist-archive . again
- The additional files are still in the ZIP - it's not created freshly
Describe the solution you'd like
When the dist archive already exists, it seems to not be recreated. An --overwrite option to fully recreate the ZIP would be good.
Feature Request
Describe your use case and the problem you are facing
Steps to reproduce:
wp dist-archive .wp dist-archive .againDescribe the solution you'd like
When the dist archive already exists, it seems to not be recreated. An
--overwriteoption to fully recreate the ZIP would be good.