# Motivation Running `dugaire build` command and many parameters is boring and error prone. Add the abitily to create own `recipies`. ``` dugaire build --apt=curl --with-kubectl --save-recipe=my-stack dugaire build --from-recipe=my-stack ```
Motivation
Running
dugaire buildcommand and many parameters is boring and error prone.Add the abitily to create own
recipies.