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.
The bee tests currently use PHPUnit 8 According to https://phpunit.de/supported-versions.html PHPUnit 8 reached the end of bugfix support in February 2023 though it is not yet end of life and...
Hi All, In my fork (https://github.com/nico8948/bee) i've added the files node.bee.inc and role.bee.inc: NODE menu-delete Delete a menu link. md menu-update Update or create a menu link. mu menus List...
Fixes #321 Added role.bee.inc for: ROLES permissions List all permissons of the modules. pls, permissions-list role-add-perm Grant specified permission(s) to a role. rap role-create Add a role. rcrt role-delete Delete...
I'm seeing this when importing config - it doesn't seem to impact the actual command. It seems to only happen after rows where the filename exceeds 68 characters. ``` |...
This is a follow up to #197 There are some links in that ticket related to the GHA but they are a bit dated and might have moved on.
What I had in mind was something like the `if($type == 'log' && !b_is_debug())` filter in `includes/common.inc` (around line 84) that would similarly filter out status, success and log messages....
I just realised that we don't have an `update` command for updating a module/theme/layout to a new version. We should add one. Work is in progress on the [issue-111-update-command](https://github.com/backdrop-contrib/bee/tree/issue-111-update-command) branch....
As discussed in #299 and #297 we need some improvements to the `download_bee_download_project()` function to better support the update function. @hosef said: > As for the download command, I think...
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. **Steps to reproduce** 1. Download an old version of a module to the shared module folder 2. Run...
I created a new function to get a project's install destination and changed both download and update to use it so that they expect the project to end up in...