Make flags on wild-setup-services consistent with wild-service-setup.

This commit is contained in:
2025-09-28 15:40:39 -07:00
parent 8592eb13e3
commit c7b29e5954
6 changed files with 63 additions and 17 deletions

View File

@@ -49,7 +49,13 @@ Internet → External DNS → MetalLB LoadBalancer → Traefik → Kubernetes Se
### Complete Infrastructure Setup
```bash
# All services with fresh templates (recommended for first-time setup)
wild-setup-services --fetch
# All services using existing templates (fastest)
wild-setup-services
# Configure all services but don't deploy (for planning)
wild-setup-services --no-deploy
```
### Individual Service Management