Skip to content

Commit 9385bd7

Browse files
committed
feat: ship current development state and instance endpoints
1 parent d8d8a41 commit 9385bd7

6 files changed

Lines changed: 1548 additions & 315 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ More installation details (including Proxmox LXC setup and sudo-safe install flo
4747

4848
- Installation & deployment: `docs/INSTALL.md`
4949
- Proxmox LXC setup guide: `docs/INSTALL.md#0-proxmox-lxc-recommended-homelab-setup`
50+
- Instance endpoints (dev/prod): `docs/INSTANCES.md`
5051
- Security notes: `SECURITY.md`
5152
- Changelog: `CHANGELOG.md`
5253

@@ -141,6 +142,8 @@ HOST=0.0.0.0 PORT=8080 DATA_DIR=/opt/multi-command-runner/data python -m app.mai
141142
- `POST /api/clone_runner` - clone a runner (saved copy inserted below the source)
142143
- `POST /api/run` - start a runner
143144
- `POST /api/stop` - stop a runner
145+
- `POST /api/group/run` - start sequential group run
146+
- `POST /api/group/stop` - stop active group run and all group runners
144147
- `GET /api/events` - SSE event stream
145148
- `GET /api/log/{runner_id}` - read runner log
146149
- `DELETE /api/log/{runner_id}` - clear runner log

0 commit comments

Comments
 (0)