Commit all the ddev commands and home additions that are now there
This commit is contained in:
parent
9c3cdda643
commit
c262f7becd
14 changed files with 180 additions and 0 deletions
7
.ddev/commands/web/drush.example
Executable file
7
.ddev/commands/web/drush.example
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
## Description: Run drush inside the web container
|
||||
## Usage: drush [flags] [args]
|
||||
## Example: "ddev drush uli" or "ddev drush sql-cli" or "ddev drush --version"
|
||||
|
||||
drush $@
|
Loading…
Add table
Add a link
Reference in a new issue