automate plugin installation
-
We copy our production site to the dev environment to develop, test and release new code often. Right now, when we copy our prod site to dev we have to manually deactivate miniorange in dev, reinstall it, active the correct license key and import our json config again for that environment.
Can we get wp-cli commands or mysql commands to help us automate this process? We would need to do the following:
deactivates miniorange
activates license key
activate miniorange
imports the environment jsonWe can use wp-cli to deactivate and activate but we don’t know how to give it the license key or import the correct json file.
The topic ‘automate plugin installation’ is closed to new replies.