Skip to content

Releases: webdevops/clitools

2.4.4

Choose a tag to compare

@mblaschke mblaschke released this 15 May 17:25
  • Fix regression in sync when mysql port is missing

2.4.3

Choose a tag to compare

@mblaschke mblaschke released this 14 May 20:04
  • Fix mysql command not returning output (regression)

2.4.2

Choose a tag to compare

@mblaschke mblaschke released this 14 May 20:00
  • Remove mysql warnings (mysql ping)

2.4.1

Choose a tag to compare

@mblaschke mblaschke released this 14 May 19:46
  • Fix sync problems after deletion of database
  • Fix compiling (auto install box.phar)

2.4.0

Choose a tag to compare

@mblaschke mblaschke released this 22 Apr 23:20
  • Add TYPO3 extensionmanager tables to default TYPO3 filter
  • Add support for docker containers (and automatic translation of docker-compose container names) for mysql commands
  • Add support for running mysql commands inside docker containers for sync
  • Add mysql support for deployment

2.3.4

Choose a tag to compare

@mblaschke mblaschke released this 31 Mar 18:59
  • Implement docker container name fetching by using docker-compose
  • Implement docker exec without needing sudo

2.3.3

Choose a tag to compare

@mblaschke mblaschke released this 03 Mar 20:09
  • Added main and app containers (see config.ini) for docker:exec, docker:shell and docker:cli

2.3.2

Choose a tag to compare

@mblaschke mblaschke released this 18 Feb 21:06
  • Fixed issue which prevented deletion of orpahend docker images
  • SLOC: 7,0342

2.3.1

Choose a tag to compare

@mblaschke mblaschke released this 14 Feb 19:11
  • Switched to official docker volume cleanup
  • SLOC: 7,034

2.3.0

Choose a tag to compare

@mblaschke mblaschke released this 26 Jan 21:39
  • Updated compile documentation
  • Improved compile scripts
  • Added rsync.opts documentation
  • Added rsync.opts section in clisync.yml for additional rsync options
  • No terminal title if stdout redirect is detected
  • Added docker:cleanup for cleanup of orphaned images and volumes
  • Renamed sync:server to sync
  • Renamed sync:backup to share:backup
  • Renamed sync:restore to share:restore
  • Renamed sync:deploy to deploy
  • Added COMPOSER=custom.json ct php:composer support
  • Support for new PHP and TYPO3 Docker Boilerplate (with APPLICATION_USER detection, configurable)