CLI inspection tool for validating Hydra infrastructure topology. Compares actual service state against desired organization configuration. Read-only — never modifies any service.
| Runs on | Operator workstations |
| Type | CLI tool (not a server) |
| Release | https://releases.experiencenet.com/hydraorganizationstate/production/latest.json |
# Linux/macOS
curl -sL https://releases.experiencenet.com/hydraorganizationstate/production/latest/hydraorganizationstate-$(uname -s | tr '[:upper:]' '[:lower:]')-amd64 -o /usr/local/bin/hydraorganizationstate
chmod +x /usr/local/bin/hydraorganizationstate
Or use self-update:
hydraorganizationstate update
hydraorganizationstate inspect
Queries all Hydra services and compares actual state vs desired topology defined in HydraOrganization.
hydraorganizationstate inspect --org <org-id>
HydraOrganizationState compares:
Discrepancies are reported as warnings or errors.
This tool only reads from services via their public APIs. It never creates, modifies, or deletes any data. Safe to run at any time.
If a service can't be contacted during inspection, it's reported as unreachable. Check:
curl <service-url>/api/v1/health)Results reflect the point-in-time state when the inspection ran. If services are being updated, results may not match the latest state. Re-run the inspection after changes settle.