mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-08-30 05:00:51 +08:00
Add ddev ngrok wrapper
This commit is contained in:
parent
df6e784d29
commit
6dc0a995f6
2 changed files with 35 additions and 0 deletions
7
.ddev/commands/web/wp
Executable file
7
.ddev/commands/web/wp
Executable 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
|
Loading…
Add table
Add a link
Reference in a new issue