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

Why not as a module? #25

Closed marcharding closed 9 years ago

marcharding commented 9 years ago

Is there a reason why the oxid-console ist not released as a module? It makes source control much easier and cleaner (i pull external modules as git submodules).

One could easily put some kind of auto-activation in the oxid-entry point. I just did that and converted the structure to a module, which works fine for me.

If not as a module, i really think this should be in the oxid core. It is an essential function for automatic deployments...

ellisv commented 9 years ago

Hello @marcharding

There were several reasons why oxid-console didn't go as a module:

OXID Console had an update mechanism in earlier versions but it has been removed in favor to deprecate using oxid console. I am now working on a project called oxid-standard which includes having console application aswell.

marcharding commented 9 years ago

Hello EllisV,

just wanted to let you know that i started my own cli tool (inspired by your work and the magerun project) for oxid which is completely decoupled and based on the symfony console component.

Its quite easy to use (just a phar file) and also has a cli based installer for oxid.

https://github.com/marcharding/oxrun