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

@@ -39,7 +39,7 @@ while [[ $# -gt 0 ]]; do
echo "You can also run these components individually:"
echo " - wild-setup-scaffold [--update]"
echo " - wild-setup-cluster [--skip-installer] [--skip-hardware] [--skip-configs]"
echo " - wild-setup-services [--skip-install]"
echo " - wild-setup-services [--fetch] [--no-deploy]"
echo ""
echo "For detailed options for each component, use:"
echo " wild-setup-scaffold --help"