-
Notifications
You must be signed in to change notification settings - Fork 22
Converting integrations from Drush
Laryn edited this page Nov 1, 2023
·
2 revisions
If your module has Drush integration via a MODULE.drush.inc
file, you can use that as a basis for creating a MODULE.bee.inc
integration. See Extending Bee for some background. Not every Drush internal function has a Bee equivalent (though the maintainer is open to adding more functions if it's helpful), and the command definition might be slightly different too.
One example is the S3 File System module, which has integrations for both Drush and Bee.
🐝 Bee - the command line tool for Backdrop CMS | Issues | GPT2