Chorale
Installation
cd tools/chorale
composer installUsage
# create chorale.yaml by scanning packages
php bin/chorale setup
# preview changes without modifying files
php bin/chorale plan --json > plan.json
# apply an exported plan
php bin/chorale apply --file plan.json
# build and apply a plan in one go
php bin/chorale runCommands
Last updated