-
Notifications
You must be signed in to change notification settings - Fork 196
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
Cannot pass options using a double dash to WP-CLI in 1.0.0-beta.1 #1505
Comments
@stevector or @greg-1-anderson have you had similar issues with drush commands? |
|
@ataylorme Works for me:
|
@greg-1-anderson weird, same command (on the same site) isn't working for me. I completely blew up my Terminus directory locally, re-downloaded I'll proceed with updating the WordPress at Scale update script and see if it fails on CircleCI as well of it's just my machine. |
Specifically any items starting with a double dash, like
--format=json
. The same commands work fine with WP-CLI locally. This is blocking me from updating WordPress at Scale Auto Updates to Terminus1.x
.Expected behavior
WP-CLI output returned
Actual behavior
No WP-CLI output returned
Steps to reproduce the behavior
Run
terminus wp SITE.ENV -- plugin list
to see a working commandRun
terminus wp SITE.ENV -- plugin list --field=name
to see output failExpected output from WP-CLI is
The text was updated successfully, but these errors were encountered: