Obtenir une entrée dans la table options.

BASH
                    # wp option get {name}
wp option get option_name

# Obtenir une option au format JSON
# wp option get {name} --format=json
wp option get active_plugins --format=json