This is a DDEV addon that will install Bee for use on Backdrop CMS sites.
Bee is a command line utility for Backdrop CMS. It includes commands that allow developers to interact with Backdrop sites, performing actions like:
- Running cron
- Clearing caches
- Downloading and installing Backdrop
- Downloading, enabling and disabling projects
- Viewing information about a site and/or available projects See the Release notes and the Changelog for details of changes between versions Backdrop CMS Bee Project Github Project for Bee
-
Install this addon For DDEV v1.23.5 or above run
ddev add-on get backdrop-ops/ddev-backdrop-bee
For earlier versions of DDEV run
ddev get backdrop-ops/ddev-backdrop-bee
-
Restart DDEV with
ddev restart
. -
Test bee by running
ddev bee status
.
Contributed and maintained by @jenlampton
and @wylbur