raccourci/woody-cli

A PHP CLI interface to deploy Woody website


Keywords
cli, git, php, symfony, woody, wordpress
License
GPL-2.0

Documentation

Woody Website

PullRequest Welcome PHP from Packagist Latest Stable Version Required WP Version GitHub GitHub code size in bytes Twitter Follow


A PHP CLI interface to deploy Woody website

đŸ‘‰đŸ» Installation

First, install Woody CLI via the Composer package manager:

composer require raccourci/woody-cli

đŸ”„ Usage

Help:

./bin/woody

Deploy Core:

./bin/woody deploy:core

Deploy Site:

./bin/woody deploy:site -s mywebsite -e prod
./bin/woody deploy:site --site=mywebsite --env=prod

This command includes options :

./bin/woody deploy:site -s mywebsite -o no-gulp,no-twig,no-varnish
  • no-gulp : does not compile assets
  • no-twig : does not empty the twig cache shared with all site instances
  • no-varnish : does not start the emptying of the varnish cache of the site

Deploy Sites:

./bin/woody deploy:sites

👏 Contributors

Thank you to all the people who have already contributed to Woody CLI !

For future contributors, please read our Contributor Covenant Code of Conduct

🆓 License

Woody CLI is open-sourced software licensed under the GPL2.