-
-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
If WP-CLI argument '--allow-root' is set, CLI isn't working #48
Comments
I heavily recommend not using |
Hi. It looks like this issue crept back in with version 1.0.6. I'm trying to run |
I'm running Kinsta's new DevKinsta tool locally, and it seems that currently it's not possible to run Seems like they've made the same choice as Local. |
Description
This might be an edge case, but I thought it should be mentioned: While developing in an Local by Flywheel (3.3.0) environment, the
wp acorn
command(s) resulted inCommand "acorn" is not defined.
. This came from the fact thatwp
is aliased towp --allow-root
in this env.Steps to reproduce
wp acorn
Expected behavior:
Lists all registered CLI commands for acorn.
Actual behavior:
Throws error
Command "acorn" is not defined.
.Reproduces how often:
100%
Versions
"roots/sage": "10.0.0-dev"
"roots/acorn": "dev-master" (58ec37c)
Additional information
As said, Local by Flywheel sets
alias wp="wp --allow-root"
.The text was updated successfully, but these errors were encountered: