woody-wordpress / woody-cli
A PHP CLI interface to deploy Woody website
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Requires
- php: ^7.3|^8.0
- symfony/console: ^5.4
- symfony/filesystem: ^5.4
- symfony/finder: ^5.4
- symfony/process: ^5.4
- symfony/yaml: ^5.4
This package is auto-updated.
Last update: 2025-03-01 00:28:09 UTC
README
A PHP CLI interface to deploy Woody website
đĨ Installation
First, install Woody CLI via the Composer package manager:
composer require woody-wordpress/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-build,no-twig,no-varnish
- no-build : 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
Header photo by John Lee on Unsplash
đ License
Woody CLI is open-sourced software licensed under the GPL2.
đ Sponsoring
Woody is a digital ecosystem co-financed by the Regional Tourism Committee of Brittany for eBreizh Connexion

