aaemnnosttv / wp-cli-valet-command

Harness the power of Laravel Valet for creating fully functional WordPress installs in seconds.
https://aaemnnost.tv/wp-cli-commands/valet/
299 stars 31 forks source link

Add --skip-content or equivalent to `new` command #55

Open aaemnnosttv opened 5 years ago

aaemnnosttv commented 5 years ago

The new command should offer an option to leverage core's core download --skip-content to create a new site with no bundled content.

This is already possible using the default in your wp-cli.yml or global config file, but it should be possible to do on a per-command basis.

Related #50