Sébastien Monterisi
Sébastien Monterisi
Hello, It would be nice if Rocketeer refuse to deploy to unknown stage. For example, having two stage, then running `rocketeer deploy --stage doesnotexits` produce unexpected results and is a...
https://github.com/friends-of-presta/fop_console/blob/b348416252436d84c2868f35e45ab55f12443034/src/Resources/templates/generate_module_command/module/composer.json.twig#L2 Names with capital letters are not supported by composer. @luigimassa can you spend a few minutes to fix this ?
It appears we often miss to add a new command in the readme. This could be a phpstan rule or another (simple) CI check.
to avoid mistakes like this : https://github.com/friends-of-presta/fop_console/commit/c4beb7bba2877315340f3eb02886f3e3e2c668c7 I copied a wrong file, so the whole ./bin/console was broke (2 time classes with the same name). A simple stupid, phpunit test,...
| Questions | Answers | ----------------- | ------------------------------------------------------- | Command name? | fop:override:make | Command description? | override a front controller of a module | Command domain? | same |...
Because of consistency rule that will be introduced soon (#97) command class name, service and command name must adhere to the convention. It could be easy to implement a simple...
| Questions | Answers | ----------------- | ------------------------------------------------------- | Command name | the command name "fop:modules:info" | Command description | get various informations about a module (useful when debuging a...
| Questions | Answers | ----------------- | ------------------------------------------------------- | Command name? | the command name `fop:hooks:list` | Command description? | I'd like to have a list of all module hooked...
[](https://asciinema.org/a/Bds9VXy45GZnpKkMg9IUBfP2S) need some polishing.