Sébastien Monterisi
Sébastien Monterisi
I got it working with this : `podman run -ti --rm --network prestashop-net -e DB_SERVER="some-mysql" -e PS_DEV_MODE=1 -e DB_NAME=ps_1778 -e PS_INSTALL_AUTO=1 -e PS_INSTALL_DB=1 -e PS_ERASE_DB=1 -e PS_FOLDER_ADMIN="admin-dev" -e PS_FOLDER_INSTALL=install_off -e...
@friends-of-presta/fop-console-contributors anyone ?
Autocompletion depend on the shell (bash, zsh, fish, ...) and require operation on the user's machine file. It might be a bit complicated to submit this to the PS project......
Inspired by the [zsh robo plugin](https://github.com/shengyou/robo-zsh-plugin). I managed to have autocompletion running 😄 (commands only, not arguments/parameters) with this : create file fop_compl.sh : ```bash _fop_get_command_list () { php72 ./bin/console...
By the way, Symfony 5.4 & 6.0 will have autocompletion. https://symfony.com/blog/new-in-symfony-5-4-console-autocompletion
~~There's a doc here : https://github.com/friends-of-presta/fop_console/blob/dev/docs/README_overriders.md~~ not useful.
dates with french format is maybe not a good bet. Not sure..
that's right, it's confusing 😕 . Last part of command name is supposed to be the action. `fop:hooks:modules` is maybe better, not sure, maybe `fop:hooks:list-modules` ?
A command to enable/disable overrides is a great idea :+1: > To go deep I also wanted to add the possibility to desactive or active a specific override by playing...
currently, on a fresh PrestaShop 1.7.8.7, I encountered no problem. Maybe we can close this issue and later add a warning or disable the command when `psxmarketingwithgoogle` is present.