using the wp option update command. To change the home address, run this command:
To update WordPress files and the database use these commands Update the WordPress files first:
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
How to Change WordPress URL via WP-CLI
wp option update home ‘http://testing.com’
wp option update siteurl ‘http://testing.com’
wp core update
wp core update-db
wp core version
Was this page helpful?