Skip to content
Snippets Groups Projects

Fare thee well, scripts

Merged Adam G-H requested to merge issue/drupal_cms-3494865:3494865-remove-scripts into 1.x
2 files
+ 0
35
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 0
10
#!/usr/bin/env sh
## Description: Applies a recipe.
## Usage: recipe-apply RELATIVE_PATH
## Example: "ddev recipe-apply recipes/drupal_cms_power_tools"
## Example: "ddev recipe-apply core/recipes/editorial_workflow"
## Aliases: recipe:apply,ra,apply-recipe
WHERE=$PWD
cd $DDEV_DOCROOT && php core/scripts/drupal recipe $WHERE/$1
Loading