Are there any drush commands to add a variable to the list of variables "set" for a realm, ie: the checkboxes in pages with paths like admin/config/system/variable/realm/language/configure (that would be for a realm called "language")

We are updating many sites simultaneously using drush @sites and it would be very handy if we could flag a variable as "set" (which in this case means "translateable/multilingual") using a drush command. but we can't figure out how!

does such a command exist?

i think that somewhere i saw a suggestion that doing a drush vset on some variation of the variable name (concatenating in the realm's machine name, and who knows what else) would directly manipulate the place in the db where these settings are stored, but i can't find that article now. and i have inspected the code and can't quite figure out if such a variable exists, and if so, what the name would be.

any suggestions?

Comments

goatvirus created an issue.