capistrano / symfony

Capistrano tasks for deploying the Symfony standard edition
MIT License
353 stars 65 forks source link

Symfony Flex? #85

Closed soullivaneuh closed 6 years ago

soullivaneuh commented 6 years ago

Symfony Flex come with a different structure logic and then some tasks and vars are not needed anymore:

Regarding this analyse, nothing seems to be needed except the symfony_console which we may put some default flag like --no-interaction. BTW, the --no-debug flag is not useful as the debug is determined by the choosen env from .env file IMO.

But we have to keep BC with the old structure.

What would you suggest? Maybe simply create a capistrano-symfony-console for flex user and import it on this plugin? Maybe create a plugin just for a console command with default flag is also overkill, I don't know yet.