forked from toolshed/docs.coopcloud.tech
docs: Adds local recipe mode to operator and maintainers handbook
This commit is contained in:
@ -558,6 +558,20 @@ will fetch the remote recipe and create a directory for it under `$ABRA_DIR`
|
||||
$ABRA_DIR/recipes/mygit_org_myorg_cool-recipe
|
||||
```
|
||||
|
||||
## Local recipes
|
||||
|
||||
!!! warning "Watch out for old versions of `abra` 🚧"
|
||||
|
||||
This feature is only available in the >= 0.13.x series of `abra`.
|
||||
|
||||
It is possible to specify a local recipe in your `.env` file:
|
||||
|
||||
```
|
||||
RECIPE=./recipes/my-local-recipe
|
||||
```
|
||||
|
||||
This will look for the recipe in `$ABRA_DIR/<path>`. Local recipe mode will ignore any git state and versioning and just take the recipe as it is.
|
||||
|
||||
## Saving the version to the app `.env` file
|
||||
|
||||
!!! warning "Watch out for old versions of `abra` 🚧"
|
||||
|
||||
Reference in New Issue
Block a user