ellisv / oxid-console

[UNMAINTAINED] OXID Console is php console application for OXID Shop. It provides an API for writing various commands. We have shipped very common for every oxid shop project commands out of the box.
MIT License
23 stars 17 forks source link

Alias / DB-Sync like drush for Drupal #50

Open zuernBernhard opened 6 years ago

zuernBernhard commented 6 years ago

Hi,

drush console for Drupal has the cool feature of aliases so you can for example run sql-sync

drush sql-sync @prod @self

to export the database on your production instance and import locally without having to ssh into the remote by hand and run mysql, gzip, scp and so on. Is it possible to get something like this into the oxid console ?

ddpkts commented 6 years ago

Hi @zuernBernhard, I think for such tasks you can write your own command