|
2 years ago | |
---|---|---|
.ddev | 2 years ago | |
config | 2 years ago | |
web | 2 years ago | |
.env.example | 2 years ago | |
.gitignore | 2 years ago | |
CHANGELOG.md | 2 years ago | |
LICENSE.md | 2 years ago | |
README.md | 2 years ago | |
composer.json | 2 years ago | |
composer.lock | 2 years ago | |
wp-cli.yml | 2 years ago |
This repository serves as a Proof-of-Concept for the bug trying to be fixed in Pull Request !1810.
The WordPress project is based on Bedrock.
Clone the repository
Start ddev: ddev start
Run wp-cli. E.g: ddev exec wp core version
Instead of showing the core version, wp-cli fails with the following error:
Error: This does not seem to be a WordPress install.
Pass --path=`path/to/wordpress` or run `wp core download`.
Failed to execute command wp core version: exit status 1
This project has been setup by running the following commands:
composer create-project roots/bedrock ddev-pull-1810
ddev config