#drush — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #drush, aggregated by home.social.
-
CLI in Core Initiative Update #1
Last week we kicked off the initiative with a synchronous meeting using video chat followed up by creating Slack threads to continue the conversation for the week. This time was set to be friendly for Americas and Europe/Africa to start with based on discussions at DrupalCon Chicago 2026, but we talked about the best strategy to continue meetings at different times.
Before the meeting, I swapped into developer mode and fixed the test failures in package_manager after a lot of debugging to figure out how it was creating directories and running composer. That’s right, we’re green!
My initial...
-
CLI in Core Initiative Update #1
Last week we kicked off the initiative with a synchronous meeting using video chat followed up by creating Slack threads to continue the conversation for the week. This time was set to be friendly for Americas and Europe/Africa to start with based on discussions at DrupalCon Chicago 2026, but we talked about the best strategy to continue meetings at different times.
Before the meeting, I swapped into developer mode and fixed the test failures in package_manager after a lot of debugging to figure out how it was creating directories and running composer. That’s right, we’re green!
My initial...
-
CLI in Core Initiative Update #1
Last week we kicked off the initiative with a synchronous meeting using video chat followed up by creating Slack threads to continue the conversation for the week. This time was set to be friendly for Americas and Europe/Africa to start with based on discussions at DrupalCon Chicago 2026, but we talked about the best strategy to continue meetings at different times.
Before the meeting, I swapped into developer mode and fixed the test failures in package_manager after a lot of debugging to figure out how it was creating directories and running composer. That’s right, we’re green!
My initial...
-
CLI in Core Initiative Update #1
Last week we kicked off the initiative with a synchronous meeting using video chat followed up by creating Slack threads to continue the conversation for the week. This time was set to be friendly for Americas and Europe/Africa to start with based on discussions at DrupalCon Chicago 2026, but we talked about the best strategy to continue meetings at different times.
Before the meeting, I swapped into developer mode and fixed the test failures in package_manager after a lot of debugging to figure out how it was creating directories and running composer. That’s right, we’re green!
My initial...
-
It’s not small core nor big core. (No, it’s not)
It’s not Canvas in core nor the marketplace. (No, it’s not)
It’s clean core 🫧✨
... No, I haven’t been drinking.
-
Preventing a `drush updb` from clearing your caches. #drupal #drush
https://mglaman.dev/blog/preventing-drush-updb-clearing-your-caches -
Preventing a `drush updb` from clearing your caches #drupal #drush https://mglaman.dev/blog/preventing-drush-updb-clearing-your-caches?utm_campaign=blog&utm_source=fediverse&utm_medium=social&utm_content=toot
-
New release of #Drupal Entity Share (https://www.drupal.org/project/entity_share) adds a #Drush command to pull specific entities. Now I need to work out how to make a deployment workflow with #Robo.
-
Drush generate module walk-through. #drush #drupal
https://jofitz.co.uk/blog/drush-generate/module -
Drush generate plugin:manager walk-through. #drush #drupal
https://jofitz.co.uk/blog/drush-generate/plugin-manager -
Instal·lant Drush a FreeBSD 13 per a gestionar projectes Drupal des de la terminal. #drupal #drush #FreeBSD
https://joancatala.net/node/1694 -
How to Update Drupal Core, Modules & Themes with Composer and Drush. #drupal #drush #composer
https://joshics.in/blog-post/how-update-drupal-core-modules-themes-composer-and-drush -
The Drush sql:sync and sql:cli commands stopped working and here is why (it applies to the latest MariaDB server versions).
https://sebastix.nl/blog/drush-sql-sync-cli-dump-error-at-line-1-unknown-command/
-
Apparently, #Drush 11 doesn't work with #Drupal 10.2, as you can obviously tell from this clear and helpful error message:
TypeError: ArrayObject::__construct(): Argument #1 ($array) must be of type array, bool given in ArrayObject->__construct() (line 15 of /code/vendor/consolidation/output-formatters/src/StructuredData/AbstractListData.php) #0 /code/vendor/consolidation/output-formatters/src/StructuredData/AbstractListData.php(15): ArrayObject->__construct(false)
-
New release of the #Drupal Code Builder #Drush command - the CLI has been reworked to use the very nice #Laravel prompts. The autocomplete UX is a huge improvement! https://github.com/drupal-code-builder/drupal-code-builder-drush
-
#Drush is a powerful, must-have tool for administering #Drupal sites from the #commandline
Typical drush actions include:
- clearing the cache(s)
- viewing the latest error log entries
- enabling / disabling a module
- resetting a user's password
- generating a one-time login link for a user
- importing / exporting database backupsPer-site installation:
"composer require drush/drush"More resources:
- drush.org
- github.com/drush-ops/drush