4AllDigital / DruDockCli

Drudock CLI utility for managing docker development, staging and production environments for Drupal websites and apps.
https://www.4alldigital.io/dockerdrupal-cli
MIT License
2 stars 1 forks source link

mysql import to only display .sql files #172

Closed jnpwebdeveloper closed 6 years ago

jnpwebdeveloper commented 6 years ago

When running mysql:import it displays all files within the _mysql_backups directory. Would be nice to only filter it down to .sql files.

jnpwebdeveloper commented 6 years ago

Also, if you have the .sql.gz file and I select the .sql file, it will still try and use the .sql.gz file which then fails.