- Change
—no-db,—no-assetsto—skip-db,—skip-assets, props @joshuafredrickson - Remove redundant
db export/import, props @joshuafredrickson
- Add support for optionally skipping the database or assets with new flags:
--no-dband--no-assets - Pass
--default-character-set=utf8mb4towp db export - Pass
--all-tables-with-prefixtowp search-replace, props @joshuafredrickson
- Support for local development without a VM (Valet, etc). by passing
--localat the end of the arguments
- Initial release