Convert the Bash utility functions to full DDEV scripts
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 ...
).