hiveguard health
Check whether the HiveGuard server is reachable and healthy.
hiveguard healthOutput:
✓ HiveGuard is healthy (http://localhost:8000) status: ok version: 0.3.0No authentication required. Useful in startup scripts and Docker health checks:
HEALTHCHECK --interval=30s --timeout=5s \ CMD hiveguard health || exit 1If the server is unreachable, exits with code 1:
Error: Could not connect to HiveGuard at http://localhost:8000 (Connection refused)