backdrop-contrib / backdrop-drush-extension

A set of commands and boot class for Drush and Backdrop CMS.
GNU General Public License v2.0
13 stars 18 forks source link

Add support for `sset` #253

Open jenlampton opened 2 years ago

jenlampton commented 2 years ago

Drupal 8+ and Backdrop both have the state system, and drush for Drupal now has a drush sset command for setting state values. I'd love to use this for backdrop as well. (It's particularly useful when working on the maintenance page)

see also https://github.com/backdrop-contrib/bee/issues/186

yorkshire-pudding commented 1 year ago

Note - this was completed in bee via https://github.com/backdrop-contrib/bee/issues/153