[Feature] Expand docker-compose.yml file to include wpcli functionality #200
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
Milestone
Problem
See #199, this builds from there.
The baseline Docker Image would benefit from having the fully featured functionality of the WP CLI command line utility bundled in.
Description
Once #199 is implemented, then as an expansion, WP CLI should be included in the
docker-compose.yml
file to allow more robust automated WP configuration and testing. At a minimum it can be included for devs to use as needed, but alternatively this opens the possibilities for later functionality to be baked in that would perform automated full WordPress installations or configuration patterns.MVP
docker-compose.yml
fileweb server
anddb
Alternatives
There are currently no known alternatives to WP CLI that I am aware of.
Additional context
Will pull an image from the official WP CLI image variant found here: https://hub.docker.com/_/wordpress
Decisions left to to make
wp-plugin-creativecommons
plugin? (speeds up dev testing, BUT downside is that it leaves off the potential to test GUI based activation in WP version upgrades.Implementation
The text was updated successfully, but these errors were encountered: