Skip to content

Commit 1db74e0

Browse files
authored
[#147] Added ahoy drush and ahoy login commands. (#150)
1 parent ad8f0c6 commit 1db74e0

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.ahoy.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,14 @@ commands:
2424
usage: Provision a website.
2525
cmd: ./.devtools/provision.sh
2626

27+
drush:
28+
usage: Run Drush command.
29+
cmd: build/vendor/bin/drush -l http://${WEBSERVER_HOST:-localhost}:${WEBSERVER_PORT:-8000} $*
30+
31+
login:
32+
usage: Login to a website.
33+
cmd: ahoy drush uli
34+
2735
lint:
2836
usage: Lint code.
2937
cmd: |

0 commit comments

Comments
 (0)