DrupalStand / drupal-dev-docker

An opinionated Drupal development environment based on Docker.
GNU General Public License v2.0
22 stars 19 forks source link

Allow piping into drush for things like sql imports #7

Closed jackinloadup closed 6 years ago

jackinloadup commented 6 years ago

Example cat dump.sql | ./bin/drush sqlc

This is accomplished by telling docker that we are not expecting an interactive session when we see a pipe.