Using WP CLI to set options in WP Multisite

You could probably manipulate the option with wp option update but you shouldn’t.

It has plenty of dedicated commands for plugins, in your case it would probably be something like wp plugin activate active-directory-integration,disable-comments,http-authentication --url=blogs.my.domain/test1.

Leave a Comment