Skip to main content
Drupal is a registered trademark of Dries Buytaert
Release: Geocoder 8.x-4.37 Minor update available for module geocoder (8.x-4.37). Release: Paragraphs Editor Enhancements 10.2.0 Minor update available for module paragraphs_ee (10.2.0). Release: Paragraphs Editor Enhancements 10.1.1 Minor update available for module paragraphs_ee (10.1.1). Release: Trash 3.0.34 Minor update available for module trash (3.0.34). Release: Paragraphs Editor Enhancements 10.0.9 Minor update available for module paragraphs_ee (10.0.9). Release: Trash 3.1.0 Minor update available for module trash (3.1.0). Release: MCP Sentinel 2.22.1 Minor update available for module mcp_sentinel (2.22.1). Release: Menu Autopilot 1.3.2 Minor update available for module menu_autopilot (1.3.2). Module Revived: Decorative Images 1.3.6 Module decorative_images updated after 7 months of inactivity (1.3.6). Security Coverage: Pixie Dark Theme pixie_dark now has official Drupal security advisory coverage.

This Drush command provides an interactive tool to build custom Drupal recipes from your site's active configuration. It helps you select specific configuration, set metadata, handle dependencies, and generate the necessary YAML files and module requirements for your recipe.

* After the 10 day threshold for a project, this will have an opt-in for security coverage and a 1.0.0 stable release.

A Drush command that lets you interactively compose Drupal recipes from your site's active configuration. Part of the Dripyard project.

How it works

Run drush drb and the recipe builder walks you through an interactive TUI:

  1. Upstream selection — Pick existing recipes whose config should be excluded from your new recipe.
  2. Metadata — Set the recipe name, type, and description.
  3. Config selection — Browse by category, use smart bundle discovery (e.g. node:blog), or search by name.
  4. Dependency validation — Flags unresolved config dependencies.
  5. Module detection — Collects the modules your selected config requires.
  6. Preview and write — Review the generated recipe.yml and config files, then write them to disk.

Demo

https://www.youtube.com/watch?v=8nvo1Sthxzc

Requirements

  • Drupal 10.3+ or 11
  • Drush 13+
  • PHP 8.2+

Installation


composer require drupal/dripyard_recipe_builder drush en dripyard_recipe_builder

Usage

drush dripyard:recipe_builder

Or use the alias:

drush drb

Options

Option Description --upstream=path1,path2 Comma-separated upstream recipe paths --recipe-name="My Recipe" Set the recipe name (skip the prompt) --recipe-type=Dripyard Set the recipe type (default: Dripyard) --bundle-filter=node:blog Pre-select all config for a bundle --refresh Non-interactive re-export of an existing recipe

Examples

Create a recipe with a bundle pre-selected:

drush drb --bundle-filter=node:event

Update an existing recipe at a specific path:

drush drb recipes/my_recipe

Re-export an existing recipe without prompts:

drush drb recipes/my_recipe --refresh

Output

The command generates a recipe directory:


my_recipe/ recipe.yml config/ node.type.event.yml field.field.node.event.field_date.yml views.view.events.yml ... composer.json (if contrib modules are needed)

Depends on

Dependencies of the latest stable release

No dependencies recorded for this project.

Required by

Tracked projects that depend on this one

No tracked projects depend on this one yet.

Activity

Tracked releases
3
Tracked since
Mar 2026
Latest release
5 months ago
Releases (12 mo)
3 ▲ from 0
Maintenance
Active

Release Timeline

Releases

Version Type Core Release date
1.0.0-rc2 Pre-release 10–11 Mar 26, 2026
1.0.0-rc1 Pre-release 10–11 Mar 24, 2026
1.0.x-dev Dev 10–11 Mar 22, 2026