woocommerce-paypal-payments/.ddev/commands/web/wp

8 lines
320 B
Text
Raw Normal View History

2022-05-05 18:37:46 +03:00
#!/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