How to change a post attribute to homepage using WP CLI?
To set the site’s static home page with WP-CLI, you should be able to do something like this: wp option update show_on_front “page” wp option update page_on_front {$page_id} … where {$page_id} is the ID of the page you want to be the front page. (Your question was originally tagged multisite—if you’re running a Multisite installation, … Read more