Modifying value of title in data modifies nothing.

Command use to modify an already configured WordPress :

wp option update blogname 'this is the new name for the blog aka title'

Following command is also present to know the current value :

wp option get blogname

Some details reported here : https://github.com/wp-cli/core-command/issues/79

Edited by Fabien Combernous