Eliminates wild-app-fetch

This commit is contained in:
2025-10-01 04:39:50 -07:00
parent ecdb2f2916
commit d21eb18dc9
3 changed files with 20 additions and 137 deletions

View File

@@ -186,8 +186,7 @@ elif [ "${OUTPUT_FORMAT}" = "table" ]; then
echo "Total installable apps: ${app_count}"
echo ""
echo "Usage:"
echo " wild-app-fetch <app> # Fetch app template to cache"
echo " wild-app-config <app> # Configure app with your settings"
echo " wild-app-add <app> # Configure app with your settings"
echo " wild-app-deploy <app> # Deploy app to Kubernetes"
fi