Skip to main content

Module verify

Module verify 

Source
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§

VerifyOutcome
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.