-
Notifications
You must be signed in to change notification settings - Fork 94
Closed
Labels
bugcommand:user-createRelated to 'user create' commandRelated to 'user create' commandgood-first-issueGood for newcomersGood for newcomers
Milestone
Description
Hi,
When using command line wp create user with --user_url argument, the value is ignored.
Step to reproduce :
/usr/bin/php /usr/local/bin/wp-cli --path='/path/to/wordpress/' user create 'testurl' 'sample@email.com' --role='editor' --user_pass='strong_password' --first_name='first' --last_name='last' --user_url='http://www.testsite.com' --debug
No error reported in debug.
Then :
/usr/local/bin/wp-cli --path='/path/to/wordpress/' user get testurl --fields=user_url
Return empty value instead of http://www.testsite.com
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugcommand:user-createRelated to 'user create' commandRelated to 'user create' commandgood-first-issueGood for newcomersGood for newcomers