sebrandon1/OCP Documentation Checker

Check if OpenShift Container Platform documentation URLs are outdated

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlOCP documentation URL to check (mutually exclusive with paths)no
pathsSpace-separated list of files or directories to scan for OCP URLs (mutually exclusive with url). Defaults to current directory if not specified.no
fail-on-outdatedFail the action if documentation is outdatednotrue
all-availableShow all available newer versions (default: latest only)nofalse
verboseEnable verbose outputnofalse
fixAutomatically fix outdated URLs in files (only works with paths, not single URL)nofalse
namedescription
is-outdatedWhether the documentation is outdated (true/false). For batch mode, true if any URLs are outdated.
latest-versionThe latest version where the documentation exists (single URL mode only)
newer-versionsJSON array of newer versions where the documentation exists (single URL mode only)
outdated-countNumber of outdated URLs found (batch mode only)
uptodate-countNumber of up-to-date URLs found (batch mode only)
total-countTotal number of URLs checked (batch mode only)