docs: document script hot-reload mechanisms for all script types

This commit is contained in:
Joseph Doherty
2026-03-21 13:42:06 -04:00
parent eeca930cbd
commit b3f8850711
4 changed files with 44 additions and 0 deletions

View File

@@ -1260,6 +1260,8 @@ scadalink --url <url> api-method update --id <int> [--name <string>] [--code <st
| `--code` | no | Updated script source code (or `@filepath`) |
| `--description` | no | Updated description |
Script changes take effect immediately — the updated code is recompiled in-memory on the active central node. No restart is required.
#### `api-method delete`
Delete an inbound API method.