Moshe Weitzman
Moshe Weitzman
I can reproduce this. Hope someone can find a fix in docs and/or code.
Can you paste the debug output when you run with `-vvv`. Also, Drush 9.2 is very old, and not supported. Please upgrade to 9.7 or 10.0.
I see how to fix `The "--database" option does not exist.` by adding `@optionset_sql` annotation. But as you point out, it still needs more work after that. And we don't...
This was possible in older versions of Drush so I'll leave this open as a feature request in case anyone gets the urge.
Not as easy with Drush 10. You can do it by running sql:dump, rsync (drush's or standard), and then sqlq. PRs for sql:sync will be considered.
I would love a way to quickly delete all instances of the provided field (on node entity, in this case), regardless of bundle.
Not planned, but folks should feel free to patch their drush to use it.
gitlab_templates upgraded at https://www.drupal.org/project/gitlab_templates/issues/3514999. There may be followups as well.
Lets continue in #49
Lets go with scaffolding config as the recommended solution here.