Import recipe bundle
import_recipe_bundleImports validated recipes from a JSON bundle into a specified directory, failing loudly if malformed to prevent corruption.
Instructions
Import recipes from a portable JSON bundle into a recipe directory. The inverse of export_recipe_bundle: each recipe is validated before it is written, so a malformed bundle fails loudly instead of corrupting the directory. Writes files (destructive).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| out_dir | Yes | ||
| overwrite | No | ||
| bundle_file | Yes |