Ajouter un commentaire sur un post.

BASH
                    # wp comment create --comment_post_ID={post_ID} --comment_content={comment_content} --comment_author={comment_author}
wp comment create --comment_post_ID=1337 --comment_content="hello blog" --comment_author="wp-cli"