dist-archive-command
dist-archive-command copied to clipboard
Create a distribution .zip or .tar.gz based on a plugin or theme's .distignore file
The minimum definition for a plugin file says its set of headers must have the `Plugin Name` header. This PR changes the version parsing code to only consider a parsed...
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
This is related to but is not the fix for #86. In this PR, an error is returned if there is a broken symlink that is not part of an...
## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Describe the current,...
I'm on Windows 10 and even though I can run the `zip` command on my terminal, I keep getting this error `'zip' is not recognized as an internal or external...
Files like `*.zip` and `*.tar.gz` shouldn't be included in distribution builds. From https://github.com/wp-cli/wp-cli/pull/3520 and https://github.com/wp-cli/scaffold-package-command/pull/66