We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11aef5f commit 1f2a691Copy full SHA for 1f2a691
_posts/2015-10-11-use-wordpress-with-wpcli.md
@@ -30,10 +30,10 @@ $ wp db import your-dump-filename.sql
30
31
### Create user
32
33
-This creates a new administrator user **'admin'** with password **'admin'**:
+This creates a new administrator user **'username'** with password **'newpassword'**:
34
35
```bash
36
-$ wp user create admin admin@example.test --user_role=administrator --user_pass=admin
+$ wp user create username email --user_pass=newpassword --role=administrator
37
```
38
39
### Search-Replace database contents
0 commit comments