Moshe Weitzman
Moshe Weitzman
> Should drush scripts be executed as a frontpage request or not. Yes, thats a good question. My initial reply is that Drush has no notion of a path or...
That's ok. That code is not actually secret. If these alerts bother folks I suggest only scanning your customer code and not scanning dependencies.
Is there a code comment which will disable scanning for this file or line?
I'm curious how folks plan to achieve zero downtime deployments. For starters, I think we can agree that only some deployments are safe to run without maint mode. So an...
drush deploy doesn't actually set maint mode apart from thats already in updatedb. dev/stage/prod consideration affects how widely used the proposed option would be. I resist adding seldom used options...
Yes, thats how you run Drush in a subprocess. One small improvement is that we can autowire services from Drush now. Lets use that to get the SiteAliasManager. This way...
Some discussion at https://drupal.slack.com/archives/C62H9CWQM/p1726163171134629. Help wanted.
Seems like nobody knows why the native plugin is specified. Feel free to submit a pr without it.
The form prompt will be nice UX improvement - https://laravel.com/docs/12.x/prompts#forms. Lets users go forward and backward through a series of questions.
That would be nice, but we are trying not to extend \Symfony\Component\Console\Command\Command. Once we do that, our commands rely a bit more on Drush-isms and are harder to reuse in...