The console composer should be extended to enable deployment commands, similarly to how the JSON composer is extended here.
The console does not have a list of commands though. We could either:
- Maintain a list of deployment commands (similar to the list of actions) or
- Implement a functor over
Composer_console_type.
The deployment output could either be shown in stdout or saved to files locally. A parameter could allow the user to choose between the two.
The console composer should be extended to enable deployment commands, similarly to how the JSON composer is extended here.
The console does not have a list of commands though. We could either:
Composer_console_type.The deployment output could either be shown in stdout or saved to files locally. A parameter could allow the user to choose between the two.