10 lines
257 B
Bash
Executable File
10 lines
257 B
Bash
Executable File
#!/bin/bash
|
|
#ddev-generated
|
|
## Description: Run WordPress CLI inside the web container
|
|
## Usage: wp [flags] [args]
|
|
## Example: "ddev wp core version" or "ddev wp plugin install user-switching --activate"
|
|
## ProjectTypes: wordpress
|
|
## ExecRaw: true
|
|
|
|
wp "$@"
|