-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get drush vget
/vset
/vdel
and cget
/cset
/cdel
working with Backdrop
#196
Comments
I would like to be able to put the site into maintenance mode from scripts using Drush as per Drupal 7
|
I did a little digging on this and setting maintenance mode in backdrop is a |
Added state-set, state-get, config-set, and config-get in #212 @TheMetMan you can now put the site in maintenance_mode with drush: drush state-set maintenance_mode 1 This is in backdrop-drush |
Well what service @serundeputy!!! Much obliged. |
...I am trying to automate setting up my local, and ended up doing this:
...whereas I would like to be able to do something like this instead:
drush cset system.core error_level "all" drush cset system.core preprocess_css 0 drush cset system.core preprocess_js 0 drush cset admin_ber.settings position_fixed 1
In Backdrop, we may also need
sget
/sset
/sdel
forstate_get()
,state_set()
,state_del()
.PR: #212
The text was updated successfully, but these errors were encountered: