CLI scripts
These are scripts to ease work on server. They have to be added manually on Quota or Server Setup.
Deploy
This script is used for regular deployment to all instances. Depending on project you may disable staging and/or development.
Quick deploy
For quick deployments, i.e. changes to styling or JS, that don't need any composer actions, this should be used.
In both cases production environment caches won't be flushed. On demand you have to take care yourself.
Run the helpers/cache-refresh.sh script from composer template manually in case.
Daily log backups
This file ist artificial and has already been merged with enhancements
into TYPO3 Composer Template.
It's about moving log files with appended date suffix (YmdHis) into separate folder ~/logs/typo3/ on server making
them better readable as they are grouped per day instead of one full log. Anyhow, a cronjob running the script, must be
added manually.
Merge feature branch
This helper simplifies the process of merging a feature branch into a target branch (mostly default branch, which is typically named develop or main).
It guides you interactively through selecting the branches and performs all required git operations automatically: