Skip to content

Convert the Bash utility functions to full DDEV scripts

Adam G-H requested to merge better-utils into 0.x

In !19 (merged), I added create_recipe and apply_recipe utility functions...as Bash functions. Why did I do them as functions? I'm not really sure. These should just be regular DDEV commands, which would make them less verbose to apply ( ddev create-recipe ... vs. ddev exec create_recipe ...).

Merge request reports