Disable comments with wpcli
Source:
https://gist.github.com/jplhomer/646927e569548bca4f4e
wp option update default_pingback_flag “”
wp option update default_ping_status “”
wp option update default_comment_status “”
wp post list –post_type=page –format=ids | xargs wp post update –ping_status=closed
wp post list –post_type=page –format=ids | xargs wp post update –post_status=closed