Skip to content

Releases: webdevops/clitools

2.4.4

15 May 17:25

Choose a tag to compare

  • Fix regression in sync when mysql port is missing

2.4.3

14 May 20:04

Choose a tag to compare

  • Fix mysql command not returning output (regression)

2.4.2

14 May 20:00

Choose a tag to compare

  • Remove mysql warnings (mysql ping)

2.4.1

14 May 19:46

Choose a tag to compare

  • Fix sync problems after deletion of database
  • Fix compiling (auto install box.phar)

2.4.0

22 Apr 23:20

Choose a tag to compare

  • 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

31 Mar 18:59

Choose a tag to compare

  • Implement docker container name fetching by using docker-compose
  • Implement docker exec without needing sudo

2.3.3

03 Mar 20:09

Choose a tag to compare

  • Added main and app containers (see config.ini) for docker:exec, docker:shell and docker:cli

2.3.2

18 Feb 21:06

Choose a tag to compare

  • Fixed issue which prevented deletion of orpahend docker images
  • SLOC: 7,0342

2.3.1

14 Feb 19:11

Choose a tag to compare

  • Switched to official docker volume cleanup
  • SLOC: 7,034

2.3.0

26 Jan 21:39

Choose a tag to compare

  • 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)