Closed (fixed)
Project:
Migrate Upgrade
Version:
4.0.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
1 Feb 2024 at 20:06 UTC
Updated:
9 Jul 2024 at 21:19 UTC
Jump to comment: Most recent
<module-name>/src/Drush/<Commands|Generators> directory. The Drush subdirectory is a new requirement. (https://www.drush.org/12.x/commands/)<module-name>/drush.services.yml will be ignored (https://www.drush.org/12.x/dependency-injection/)Commands directory into a Drush directoryMigrateUpgradeCommandscreate() methodmigrate_upgrade.command path in drush.services.ymlStart within a Git clone of the project using the version control instructions.
Or, if you do not have SSH keys set up on git.drupalcode.org:
Comments
Comment #3
macsim commentedNote: When we'll need to drop Drush 11 support, we'll just have to remove the
drush.services.ymlfileComment #4
macsim commentedI am sorry my first commit was incomplete
Comment #7
heddn