10up / wpsnapshots

(DEPRECATED) A project sharing tool for WordPress.
MIT License
216 stars 21 forks source link

Updated include_files and include_db flags to accept negative values #69

Closed eugene-manuilov closed 4 years ago

eugene-manuilov commented 4 years ago

Description of the Change

Updated include_files and include_db flags to accept negative values and allow users to control whether files or database are needed via flags. This is important for the new version of wp-local-docker which will use this flags to minimize the number of questions asked by wpsnapshots itself.

Alternate Designs

Benefits

Possible Drawbacks

Verification Process

Run download command using --include_files=yes and --include_db=no flags and it will download only files.

Checklist:

Applicable Issues

Changelog Entry

tlovett1 commented 4 years ago

Nice work.