Closed Artusamak closed 2 years ago
When the generate environment command is run, the inline recap to repeat the generation in non interactive mode duplicates the environment argument.
./vendor/bin/drupal combawa:generate-environment \ --environment prod \ --environment-url https://prod.happyculture.coop \ --backup-db \ --db-host localhost \ --db-port 3306 \ --db-name drupal8 \ --db-user root \ --env prod \ --no-interaction
This needs to be cleaned up.
Done.
There is a side effect, now the command outputs this:
--no-interaction 1 \ --no-interaction
Clean this.
When the generate environment command is run, the inline recap to repeat the generation in non interactive mode duplicates the environment argument.
This needs to be cleaned up.