home.social

#drush — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #drush, aggregated by home.social.

  1. 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...

    nokoto.org/user/3/posts/905

  2. 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...

    nokoto.org/user/3/posts/905

  3. 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...

    nokoto.org/user/3/posts/905

  4. 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...

    nokoto.org/user/3/posts/905

  5. 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.

  6. New release of #Drupal Entity Share (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.

  7. Got my #Bookwyrm feed to display on my D11 site, and built #Drush commands to control my new hosting environment.

    If only my weekdays were as productive as my Sundays.

  8. The Drush sql:sync and sql:cli commands stopped working and here is why (it applies to the latest MariaDB server versions).

    sebastix.nl/blog/drush-sql-syn

    #Drupal #Drush #MariaDB

  9. 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)

  10. 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! github.com/drupal-code-builder

  11. #LearnDrupal #MicroLearning

    #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 backups

    Per-site installation:
    "composer require drush/drush"

    More resources:
    - drush.org
    - github.com/drush-ops/drush