Layout
forest layout:patch
Patch the layout directly (single PATCH per domain, like the front — no pull/apply)
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Patch the layout directly (single PATCH per domain, like the front — no pull/apply)
forest layout:patch [FILE] [options]
| Argument | Description |
|---|---|
FILE | JSON patch file to apply. Use ”-” or omit to read from stdin. |
| Option | Description |
|---|---|
-e, --env=<value> | Environment name or id. |
-f, --force | Skip the confirmation prompt (required when reading from stdin). |
-p, --projectId=<value> | Project id. |
-t, --team=<value> | Team name or id. |
--dry-run | Print operations without sending them. |
Was this page helpful?