bee
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.
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....
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...
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...
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...
Currently you can download modules, themes, etc., but there's no way to specify a specific version. We could add an option for that...
Use Site Aliases to run 'bee' commands on local and remote sites according to site alias definitions
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...
@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...
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...
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.
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...