Persist all transform rules to a JSON file
proxy_save_transformsSave request and response transform rules to a JSON file for reuse after a proxy restart, supporting reload via proxy_load_transforms.
Instructions
Save both response and request transform rules to a JSON file for reuse after a proxy restart. Reload with proxy_load_transforms.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | File path to save to (default: transforms.json in project root). Must be inside the proxy's allowed directories (default: the folder the proxy was launched from); extend with --allowed-dir <path>. |