A little script to pull images and database from remote server. It is working for TYPO3 or Statamic projects.
- Install package via composer.
- Call script
./vendor/bin/pull
.
To list all possible parameters, call ./vendor/bin/pull --help
.
This script is build to work for visuellverstehen development environment. Without some changes it will not work for you, but maybe you get inspired to create your own script by forking this repository.