Add a --json flag to the healthcheck script #2
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
scripts/orchestra_e2e_healthcheck.sh should support --json: print one JSON object on a single line with the keys status ("ok" or "fail") and message, instead of the plain text line. Without the flag the output stays exactly "OK - all healthchecks passed", --help keeps working and still wins over --json, and the exit code stays 0. Change no other file.