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)
docs: update for v0.27.0 — secrets lifecycle, registry rotation, CLI reference - Sync Secrets-Management.md with comprehensive provider/lifecycle docs - Add secrets hydrate/status/rotate/template/export/lock/unlock to CLI Reference - Add keys rotate-registry and registry-status to Key-Rotation and CLI Reference - Update version badge to 0.27.0
docs: update wiki to v0.26.0 — add pages for ship, rebuild, secrets, gateway, certs, provisioning
Document v0.20.0: blue-green deploy mode
New Blue-Green-Deploy page covers opt-in via DEPLOY_MODE=blue-green or
--blue-green flag, the 9-step orchestration flow, the .bluegreen state
file, tunables (BLUE_GREEN_HEALTH_TIMEOUT / BLUE_GREEN_DRAIN), compose
file requirements (no container_name, no port collisions), proxy hook
contract with shared-nginx and Caddy admin-API examples, fast
state-file rollback, timeout tuning guidance, and common failure modes.
CLI-Reference notes the new --blue-green/--standard flags and
blue-green rollback behavior. Configuration gains the new strut.conf
keys. Deployment links out to the new page, Home and Sidebar list it.
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
Update wiki for v0.8.0: doctor, pre-deploy hooks, config
Add Agent Steering wiki page
Update Home.md with new pages and version 0.7.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