You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(deployment): show command output on failure (#43)
This change adds an additional helper utility to run commands silently
unless there is a failure, and adjusts the keycloak deployment script to
use this when running a couple helm install and ugprade commands to help
aid in troubleshooting setup problems.
Assisted-By: Cursor Desktop
rh-pre-commit.version: 2.3.2
rh-pre-commit.check-secrets: ENABLED
**Problem:** Keycloak fails to deploy (e.g. during global setup or when using `auth: "keycloak"`).
127
127
128
128
**Solutions:**
129
+
-**Check the build log for command output.** When the Keycloak deployment step fails, the test framework prints the failed command's stdout and stderr to the log. Look for **`[command stdout]:`** and **`[command stderr]:`** in the output — that shows the actual Helm (or other) command output and is the first place to look for the failure reason.
0 commit comments