clitools
clitools copied to clipboard
:wrench: CliTools for Docker, PHP / MySQL development, debugging and synchonization
In case you wanna run `ct share:restore --mysql` from inside a docker container and there's a docker-compose.yml present that command quits with an exception because it fails to list all...
Add a check for the environment variable "SYNC_CONFIG" which is used to find a configuration file. This allows to place the files at a different location than the acutal project,...
This patch enhances the command typo3:beuser by support of argon2i and argon2id hashing algorithms.
Sometimes it's not possible to place the .my.cnf file (containing the db password) into the users home folder on remote. So it'll be nice to specify a different location for...
I really love the `ct sync` script! We always try to NOT save credentials in our Git repositories for security reasons. So it a would be great if it would...
The default `src/conf/clisync.yml` contains: ``` command: finalize: ... # EXAMPLE: create user "dev" with password "dev" - "ct typo3:beuser" # EXAMPLE: append toplevel-domain .vm to all domains - "ct typo3:domain"...
**Commands which fails when trying to export to compressed file on webdevops/TYPO3-docker-boilerplate:** `ct mysql:backup --docker-compose=mysql typo3 exportfile.sql.gz` - throws no error - creates exportfile.sql.gz fiel with 20 bytes `ct mysql:backup...
Exclude settings in the deploy section are ok.
Normally the command `ct deploy production` needs to be confirmed with entering `y`oder `yes`. If using this command inside a script (to e.g. automate severals typo3 source updates), it would...
- tx_extensionmanager_domain_model_extension - tx_devlog - real url cache tables - ... What do you think @mblaschke @PanadeEdu? cheers