Add ddev ngrok wrapper

This commit is contained in:
Alex P 2022-05-05 18:37:46 +03:00
parent df6e784d29
commit 6dc0a995f6
2 changed files with 35 additions and 0 deletions

7
.ddev/commands/web/wp Executable file
View file

@ -0,0 +1,7 @@
#!/bin/bash
## Description: Run WordPress CLI inside the web container. DDEV core only provides this for the "wordpress" project type for some reason
## Usage: wp [flags] [args]
## Example: "ddev wp core version" or "ddev wp plugin install user-switching --activate"
## ProjectTypes: php
wp "$@" --path=.ddev/wordpress