Document v0.30.0-v0.35.0 features: MCP server, webhooks, fleet status, SSL auto-provision, restore rehearsal, drift images, unified skills
docs: fix CLI inaccuracies and sync to v0.28.0
- Version badges → 0.28.0 (Home, _Footer); Multi-Host 'since' → v0.22.0
- CLI-Reference: correct audit:diff signature (<host> [user] [key] [port])
- Deployment: logs --tail 50 → --since 30m (no --tail flag exists)
- Configuration + Volume-Management: volume.conf is shell vars + VOLUME_OWNERS, not colon rows
- Key-Rotation: ssh:keygen stores in ~/.ssh/strut_<host>_*; ci:init also supports gitlab/manual
- Database-Backups: backup cleanup → backup retention enforce
- Data-Anonymization: hash uses HEX() on SQLite (no SHA256)
- Local-Development: local env file is stacks/<stack>/.env.local
- Agent-Steering: add development-workflow.md steering file
- VPS-Audit-and-Migration: fix reversed audit key/port args
- Monitoring: remove nonexistent flags/commands (--env/--vps, reload/update/restart/backup, alert-route, webhook --method); correct env-file reference
- Domain-and-SSL: document Caddy reverse-proxy backend (automatic HTTPS)
Document v0.9.0-v0.16.0 features
- Add pages: Stack Groups, Lifecycle Hooks, Notifications, Security Posture
- Update CLI Reference with new commands: posture, status-all, diff, group, rollback diff, backup offsite
- Update Deployment (diff preview, concurrency locks, hooks)
- Update Deploy Rollback (snapshot diff, prune protection)
- Update Database Backups (offsite sync for S3 / R2 / B2)
- Cross-reference posture and notifications from Monitoring
- Reference status-all dashboard from Debugging
- Bump Home.md to v0.16.0
docs: comprehensive wiki for strut CLI
20 pages covering:
- Getting Started (Installation, Quick Start)
- Core Concepts (Architecture, Configuration, CLI Reference)
- Operations (Deployment, Backups, Key Rotation, Drift, Domain/SSL, Monitoring, Volumes)
- Advanced (VPS Audit/Migration, Stack Validation, Debugging, Local Dev)
- Contributing (Conventions, Adding Commands, Project Structure)
- Sidebar navigation and footer