-
Notifications
You must be signed in to change notification settings - Fork 25
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
Add --exclude=<file>,<file>
argument to skip files
#64
Comments
Hello, I think this is a great idea, but I would wish it would be implemented more universally for verify-checksums. So, not only for core, but also for plugins and any other thing which uses this command. Thus the argument should be more universally named (--exclude?) and it should IMHO follow the current coding style: a comma separated list of items (file names or plugin slugs). Best regards, |
Any chance someone has already worked on this? Helping a client manage their wordpress installations more automatically and they want to reinstall wordpress installs that fail verification. Since the readme.html is either deleted or renamed this check almost always fails and results in extra work reinstalling the wordpress core. Would like to be able to ignore readme.html from being verified. I can give it a shot if no one has time. Seems pretty simple to add another arg to the core command and then add the necessary logic during the file loop. |
Woops sorry I didn't check this thread. @Austinb Have you started working on this? If not, let me take this 😃 |
@kwbtdisk Please feel free if you have the time. I have not had any block of time to sit down and hammer it out. The issue is not a big one right now but will be for my client once we have other aspects completed. |
+1 highly agree. Would like to schedule Current behavior is:
Maybe something like this with a repeatable argument for many files?
|
--exclude=<file>,<file>
argument to skip files
I guess I'd be fine with an |
Would like to work on it. |
https://wordpress.slack.com/archives/C02RP4T41/p1557867276075100
I will make a PR if this would be useful for everyone 😎
Purpose
An option
I would be happy if someone kindly suggests it should be
--ignore-files
or--skip-files
or--excludes
.The text was updated successfully, but these errors were encountered: