Open webapp-drupal opened 3 years ago
It looks like you're trying to use interactive drush command via make drush action, it won't work, you just need to sh into a php container (via make shell) and proceed there with your drush command directly. Make action for drush is just a simple alias for non-interactive drush commands without need to sh into a container.
Codebase Built-in vanilla Drupal or mounted codebase recommended composer file base template
Describe your issue when trying to generate code via drush using the command make drush generate plugin- ... ect. I'm getting the drush worked but it not giving me to enter any options and falls in to error : output from terminal Welcome to plugin-views-argument-default generator! –––––––––––––––––––––––––––––––––––––––––––––––––––––
Module machine name: ➤ In Utils.php line 64:
The value is not correct machine name.
plugin-views-argument-default [-d|--directory [DIRECTORY]] [-a|--answers [ANSWERS]]
make: *** [docker.mk:78: drush] Error 1
Output of
docker info
Contents of your
docker-compose.yml
Contents of your
.env
Logs output
docker-compose logs