-
Notifications
You must be signed in to change notification settings - Fork 22
The APIary
As documented in Extending Bee it is possible to extend Bee with both custom commands and hooks within modules. The purpose of this page is to allow users to share custom bee
commands that you think others would benefit from and to document any modules that have, or should have, bee
commands. Please copy and use the templates to add to this page.
Your name (optional) and github handle
The purpose of this command is to ...
Code
<?php
function custom_bee_command() {
// your code
}
function custom_bee_callback() {
// your code
}
- Retrieve statistics from memcache.
- Flush all objects from a bin.
Read Only Mode allows site administrators and developers to lock down or freeze a production server so that maintenance or large deployments can occur without taking the site offline.
- Enable:
bee readonlymode TRUE
- Disable:
bee readonlymode FALSE
- Check the status:
bee readonlymode
It supports the aliases rom
and ro
and setting the value is
case-insensitive as well as supporting 0
and 1
.
See the section in the README file for more details
- What the bee commands do or should do TBC
-
bam-backup
: Backup a specified source associated with a Backdrop CMS website. -
bam-destinations
: Get a list of available destinations. -
bam-profiles
: Get a list of available settings profiles. -
bam-restore
: Restore a saved backup to a specified source. -
bam-saved
: Get a list of previously created backup files. -
bam-sources
: Get a list of available sources.
- What the bee commands do or should do TBC
- What the bee commands do or should do TBC
bee node-access-rebuild-progressive
or for short,
bee narp
- What the bee commands do or should do
- Link to request in module queue or link to module
- Do drush commands already exist?
- If yes, link to file with drush commands in.
- Is anyone working on it?
- Your name (optional) and github handle
🐝 Bee - the command line tool for Backdrop CMS | Issues | GPT2