Skip to main content

WP cli

Municipio LTS

Roles

List roles for a site in a network installation

wp role list --url=kriswebb.malmstad.se --allow-root

Reset/generate default roles for a site

wp role reset --all --url=kriswebb.malmstad.se --allow-root

Search/replace

wp search-replace 'cms.staffanstorp.se' 'cms.staffanstorp.se.test' --network --all-tables
wp search-replace 'https://cms.staffanstorp.se' 'https://cms.staffanstorp.se.test' --network --all-tables

Login

Login without password.

Install the cli package - https://github.com/aaemnnosttv/wp-cli-login-command

wp package install aaemnnosttv/wp-cli-login-command
wp login install --activate

Use command

sudo -uweb -H wp login email <emailadress>