summaryrefslogtreecommitdiffstats
path: root/PROGRESS.md
diff options
context:
space:
mode:
Diffstat (limited to 'PROGRESS.md')
-rw-r--r--PROGRESS.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/PROGRESS.md b/PROGRESS.md
index 5096cf2..77ef8ad 100644
--- a/PROGRESS.md
+++ b/PROGRESS.md
@@ -21,11 +21,16 @@ Tracking rebuilding ship for agent-first JSON interface.
21- [x] Port allocation (server-side) 21- [x] Port allocation (server-side)
22 22
23## Upcoming 23## Upcoming
24- [ ] `ship list/status/logs/remove` implementations
25- [ ] Wire up v2 commands in main.go (feature flag or replace) 24- [ ] Wire up v2 commands in main.go (feature flag or replace)
26- [ ] Testing with real deploys 25- [ ] Testing with real deploys
27 26
28## Completed Recently 27## Completed Recently
28- [x] `ship list` - enumerate all deploys from /etc/ship/ports and /var/www
29- [x] `ship status NAME` - show deploy status, port, type, TTL
30- [x] `ship logs NAME` - show journalctl logs (or Caddy logs for static)
31- [x] `ship remove NAME` - full cleanup of all deploy artifacts
32
33## Completed Recently
29- [x] TTL cleanup timer (server-side systemd timer) 34- [x] TTL cleanup timer (server-side systemd timer)
30- [x] `ship host init` with JSON output 35- [x] `ship host init` with JSON output
31- [x] Docker + Caddy installation 36- [x] Docker + Caddy installation