front / wp-cli-build

Fetch specific versions of plugins/themes from wordpress.org using a build file
43 stars 7 forks source link

wp build-generate only adds activated plugins to build.yml #8

Closed perandre closed 6 years ago

perandre commented 6 years ago

If you install a bunch of plugins, running wp build-generate will not add them all to the build file. Only those that are activated will be listed.

This might be the best solution, but it can also cause confusion, making people go: Not all plugins are listed in build.yml!

Up for disc.

fabioneves commented 6 years ago

There's a switch '--all' to include all the plugins. We can discuss on what should be the default tho.

perandre commented 6 years ago

Ah, right! This is useful info for the Readme; please add @SofiaSousa This Issue can be closed after Readme is updated.