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

@@ -91,7 +91,7 @@ Wild Cloud provides 34+ command-line tools (all prefixed with `wild-`) for manag
**`wild-setup-services`** - Install cluster services (Phase 4)
- Manages MetalLB, Traefik, cert-manager, etc.
- Options: `--skip-install` for config generation only
- Options: `--fetch` for fresh templates, `--no-deploy` for config-only
- **Usage**: `wild-setup-services [options]`
- **Requires**: Working Kubernetes cluster

View File

@@ -131,7 +131,9 @@ Interactive process for each node:
## Phase 4: Cluster Services Installation
### Services Deployment Process
**Command**: `wild-setup-services`
**Command**: `wild-setup-services [options]`
- **`--fetch`**: Fetch fresh templates before setup
- **`--no-deploy`**: Configure only, skip deployment
**New Architecture**: Per-service atomic operations
- Uses `wild-service-setup <service>` for each service in dependency order