What for ?
appcli
was created to speed up some tasks needed to deal with deploying Wordpress applications on multiple environements,
like moving application database from staging to production.
The executable can be used in shell scripts to automate those kind of tasks, or handed to IT / Hosting teams responsible for deployments when you have not access to production environement.
appcli expects a configuration file to work properly. The configuration are validated against this JSON Schema.
Background
The project is build using Symfony/Console
component, and relay on Laravel Illuminate/Database
for manipulating database.
Tests
This project is tested using codeception.