Expand description
Reachability probes that HEAD each platform URL of a pinned release.
HEAD each supported platform’s download URL to confirm the pinned
release is still reachable on Tableau’s CDN. Used by the verify
CLI subcommand and by CI workflows that guard against silent yanks
or URL-scheme changes.
Structs§
- Verify
Outcome - Result of a single platform reachability probe performed by
verify_release.
Functions§
- verify_
release - HEAD every supported platform URL for
release. Returns one outcome per platform; callers decide how to surface failures.