diff --git a/.ahoy.yml b/.ahoy.yml index 3bbdf0c5..872e4584 100644 --- a/.ahoy.yml +++ b/.ahoy.yml @@ -48,7 +48,7 @@ commands: drush: usage: Run drush commands in cli container. - cmd: docker-compose exec -e -T cli drush "$@" + cmd: docker-compose exec -T cli drush "$@" logs: usage: Show Docker logs. diff --git a/custom/ahoy.yml b/custom/ahoy.yml index 0eae5ef5..207f0005 100644 --- a/custom/ahoy.yml +++ b/custom/ahoy.yml @@ -11,6 +11,10 @@ commands: echo -e "Type \`\033[0;32mahoy my\033[0m\` for a list of custom commmands." echo + drush-local: + usage: Return the output without line wrapping. + cmd: docker-compose exec -e 120 -T cli drush "$@" + # mycustomcommand: # cmd: | # echo "Anything complex you can do on the command line, you can make available for all developers in your project."