Obtenir les informations d’une extension installée.

BASH
                    # wp plugin get {plugin} 
wp plugin get linky

# Au format JSON
# wp plugin get {plugin} --format=json 
wp plugin get linky --format=json