diff --git a/docs/maintainers/handbook.md b/docs/maintainers/handbook.md index 8cb36356..f4d7f035 100644 --- a/docs/maintainers/handbook.md +++ b/docs/maintainers/handbook.md @@ -8,6 +8,15 @@ You can run `abra recipe new ` to generate a new `~/.abra/recipes/` and run pass `--chaos` to the `deploy` command when deploying those changes. `abra` will not deploy unstaged changes to avoid instability but you can tell it to do so with `--chaos`. This means ou can simple hack away on the existing recipe files on your local file system and then when something is working, submit a change request to the recipe upstream. ## How is a recipe structured?