bee icon indicating copy to clipboard operation
bee copied to clipboard

:bee: Bee is a command line utility for Backdrop CMS. It includes commands that allow developers to interact with Backdrop sites.

Results 35 bee issues
Sort by recently updated
recently updated
newest added
trafficstars

This is a subtask of https://github.com/backdrop-contrib/bee/issues/111 and relates to the [issue-111-update-command](https://github.com/backdrop-contrib/bee/tree/issue-111-update-command) branch. At present the update command deletes the folder and then uses the `download_bee_callback()` function to re-download the module....

type: enhancement
feature-branch

Currently updating the wiki is a separate action to making a change to commands and relies on someone remembering to do it. My proposal is to add the wiki to...

type: enhancement
type: documentation

Recent versions of mysql/mariadb changed the way local connections work so that `@localhost` is no longer allowed in the connection string, and `@127.0.0.1` is required instead. We updated core to...

type: bug
status: more info needed

Discussion during Backdrop Live about hosting Backdrop sites on Pantheon. An integration between `bee` and `terminus` was suggested. The way I understand this is it would be a `terminus` plugin...

type: integration

Currently you can download modules, themes, etc., but there's no way to specify a specific version. We could add an option for that...

type: enhancement

Site Aliases is a significant feature of Drush and Brush. It allows you to execute commands on a remote backdrop installation. To also allows you to use rsync to move...

type: enhancement
status: help wanted

@indigoxela said: >...However, there might be a use-case for custom delimiters. Possibly for data extracted for further processing in an office program or for importing as CSV somewhere else. I'm...

type: enhancement

This is a subtask of https://github.com/backdrop-contrib/bee/issues/111 and relates to the [issue-111-update-command](https://github.com/backdrop-contrib/bee/tree/issue-111-update-command) branch. The command will need tests that will download an old module and then update and confirm it has...

type: enhancement
tests
feature-branch

This is a subtask of #111 and relates to the [issue-111-update-command](https://github.com/backdrop-contrib/bee/tree/issue-111-update-command) branch.

type: enhancement
feature-branch

Maintainers often use the `drush release-notes` command to generate a list of changes since the last release of their project: https://drushcommands.com/drush-8x/grn/release-notes/ I would love to have this command in bee...

type: enhancement