Add a --version flag to the healthcheck script #1
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 supports --help but has no way to report which revision is running. When a healthcheck result is pasted into a report, there is no way to tell which version produced it.
Add a --version flag that prints a single version line and exits 0, handled alongside the existing --help. Mention it in README.md next to the other usage notes.
Keep the script dependency-free bash and keep --help working unchanged.