├── LICENSE ├── README.md ├── composer.json ├── scripts └── sync-all.sh ├── sync-db-from-dev.sh ├── sync-db-from-prod.sh └── wp-cli.yml /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasperf/trellis-sync/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasperf/trellis-sync/HEAD/README.md -------------------------------------------------------------------------------- /composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasperf/trellis-sync/HEAD/composer.json -------------------------------------------------------------------------------- /scripts/sync-all.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasperf/trellis-sync/HEAD/scripts/sync-all.sh -------------------------------------------------------------------------------- /sync-db-from-dev.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasperf/trellis-sync/HEAD/sync-db-from-dev.sh -------------------------------------------------------------------------------- /sync-db-from-prod.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasperf/trellis-sync/HEAD/sync-db-from-prod.sh -------------------------------------------------------------------------------- /wp-cli.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jasperf/trellis-sync/HEAD/wp-cli.yml --------------------------------------------------------------------------------