andres-montanez / Magallanes

The PHP Deployment Tool
https://magephp.com
MIT License
691 stars 169 forks source link

[Commands] Custom Commands #366

Closed nexxome closed 7 years ago

nexxome commented 7 years ago

Is it possible to use custom commands or run single tasks only? For example to only update database schema on a specific environment

andres-montanez commented 7 years ago

Hi, currently that's not possible and is not on the road map. Following your example, if you want to update the db schema you should run the symfony command for that (or corresponding framework's console).

Regards.