https://github.com/backdrop-ops/ddev-backdrop-bee
Install bee for Backdrop sites on ddev.
https://github.com/backdrop-ops/ddev-backdrop-bee
ddev-get
Last synced: 4 months ago
JSON representation
Install bee for Backdrop sites on ddev.
- Host: GitHub
- URL: https://github.com/backdrop-ops/ddev-backdrop-bee
- Owner: backdrop-ops
- License: apache-2.0
- Created: 2024-10-17T00:48:55.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-22T21:43:09.000Z (about 1 year ago)
- Last Synced: 2025-04-22T22:36:50.785Z (about 1 year ago)
- Topics: ddev-get
- Language: Shell
- Homepage:
- Size: 80.1 KB
- Stars: 1
- Watchers: 8
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://addons.ddev.com)
[](https://github.com/backdrop-ops/ddev-backdrop-bee/actions/workflows/tests.yml?query=branch%3Amain)
[](https://github.com/backdrop-ops/ddev-backdrop-bee/commits)
[](https://github.com/backdrop-ops/ddev-backdrop-bee/releases/latest)
# DDEV Backdrop Bee
## Overview
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](https://backdropcms.org/project/bee)
- [GitHub Project for Bee](https://github.com/backdrop-contrib/bee)
This add-on integrates Bee into your [DDEV](https://ddev.com/) Backdrop CMS project.
## Installation
To install this add-on, run:
```bash
ddev add-on get backdrop-ops/ddev-backdrop-bee
ddev restart
```
After installation, make sure to commit the `.ddev` directory to version control.
## Usage
| Command | Description |
| ------- | ----------- |
| `ddev bee` | Run command line utility for Backdrop CMS |
Examples:
```bash
ddev bee
ddev bee status
```
## Credits
**Contributed and maintained by [@jenlampton](https://github.com/jenlampton) and [@wylbur](https://github.com/wylbur)**