xwp / wp-cli-ssh

[OBSOLETE] Seamlessly run WP-CLI commands on a remote server via SSH
157 stars 14 forks source link

Error: Too many positional arguments: dbpass=dempassword #25

Closed bhagerty closed 8 years ago

bhagerty commented 8 years ago

Using WP-CLI 0.22.0, I run this command:

wp core config --dbname=demo --dbuser=demouser dbpass=dempassword --dbhost='localhost' --dbcollate='utf8_unicode_ci'

I get this result:

Error: Too many positional arguments: dbpass=dempassword

I got the identical error with various different passwords.

Am I doing something wrong? If not, do you need any more info from me to fix this issue?